:root {
  --primary-50: #f6f7f6;
  --primary-50-rgb: 246, 247, 246;
  --primary-100: #e3e8e3;
  --primary-100-rgb: 227, 232, 227;
  --primary-300: #a7b9a7;
  --primary-300-rgb: 167, 185, 167;
  --primary-500: #4a7c59;
  --primary-500-rgb: 74, 124, 89;
  --primary-700: #2d5a3f;
  --primary-700-rgb: 45, 90, 63;
  --primary-200: #c5d1c5;
  --primary-200-rgb: 197, 209, 197;
  --primary-400: #799b80;
  --primary-400-rgb: 121, 155, 128;
  --primary-600: #3c6b4c;
  --primary-600-rgb: 60, 107, 76;
  --primary-800: #264d36;
  --primary-800-rgb: 38, 77, 54;
  --primary-900: #1f3f2c;
  --primary-900-rgb: 31, 63, 44;
  --primary-950: #14291d;
  --primary-950-rgb: 20, 41, 29;

  --primary-rgb: 74, 124, 89;
  --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(74, 124, 89, 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 ===== */
.site_font_primary {
  font-family: var(--font-primary);
}

.prime_font_secondary {
  font-family: var(--font-secondary);
}

.container_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.dark_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);
}

.smart_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);
}

.content_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 */
.core_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);
}

.best_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);
}

.minimal_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);
}

.page_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);
}

.unique_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);
}

.digital_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 */
.studio_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);
}

.app_body_base {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
}

.ui_body_small {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Utility Text Styles */
.premium_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);
}

.style_overline {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Code Styles */
.clean_code_inline {
  font-family: var(--font-mono);
  font-size: 0.875em;
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  background-color: var(--bg-muted);
  color: var(--text-primary);
  padding: 0.125rem 0.25rem;
  border-radius: var(--radius-sm);
}

.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 */
.design_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);
}

.main_hero_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-8);
}

/* Section Typography */
.elite_section_title {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.creative_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);
}

.pro_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 */
.bold_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);
}

.business_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 */
.brand_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);
}

.brand_nav_link:hover,
.brand_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.top_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 */
.base_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) {
  .design_hero_title {
    font-size: var(--text-4xl);
  }
  
  .elite_section_title {
    font-size: var(--text-3xl);
  }
  
  .dark_display_1 {
    font-size: var(--text-5xl);
  }
  
  .smart_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .design_hero_title {
    font-size: var(--text-3xl);
  }
  
  .elite_section_title {
    font-size: var(--text-2xl);
  }
  
  .dark_display_1 {
    font-size: var(--text-4xl);
  }
}

/* ===== LINK STYLES - ADDITIVE TO BOOTSTRAP ===== */
a:not([class]) {
  color: var(--text-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: all var(--transition-fast);
}

a:not([class]):hover,
a:not([class]):focus {
  color: var(--text-link-hover);
  text-decoration-thickness: 2px;
}

a:not([class]):visited {
  color: var(--text-link);
}

/* ===== TEXT UTILITIES ===== */
.company_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.custom_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.section_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.light_text_balance {
  text-wrap: balance;
}

.modern_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .brand_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .premium_caption,
  .style_overline,
  .base_footer_text {
    color: var(--text-secondary);
  }
  
  .main_hero_subtitle,
  .creative_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .design_hero_title,
  .elite_section_title,
  .core_heading_1,
  .best_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .company_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.theme_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.fresh_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.web_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bright_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.new_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.layout_stack {
  display: flex;
  flex-direction: column;
}

.design8_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand60_full_height {
  min-height: 100vh;
}

.top14_section_height {
  min-height: 80vh;
}

.core50_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.layout61_m_0 { margin: 0; }
.design83_m_1 { margin: var(--space-1); }
.web66_m_2 { margin: var(--space-2); }
.smart33_m_3 { margin: var(--space-3); }
.layout86_m_4 { margin: var(--space-4); }
.app25_m_6 { margin: var(--space-6); }
.custom26_m_8 { margin: var(--space-8); }
.light80_m_12 { margin: var(--space-12); }
.bright65_m_16 { margin: var(--space-16); }

.base55_mx_auto { margin-left: auto; margin-right: auto; }
.studio58_my_auto { margin-top: auto; margin-bottom: auto; }

.pro89_mt_0 { margin-top: 0; }
.minimal95_mt_4 { margin-top: var(--space-4); }
.clean28_mt_8 { margin-top: var(--space-8); }
.content75_mt_12 { margin-top: var(--space-12); }

.light0_mb_0 { margin-bottom: 0; }
.studio49_mb_4 { margin-bottom: var(--space-4); }
.design60_mb_8 { margin-bottom: var(--space-8); }
.digital56_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.site50_p_0 { padding: 0; }
.agency91_p_1 { padding: var(--space-1); }
.site24_p_2 { padding: var(--space-2); }
.bold0_p_3 { padding: var(--space-3); }
.web94_p_4 { padding: var(--space-4); }
.web73_p_6 { padding: var(--space-6); }
.core97_p_8 { padding: var(--space-8); }

.custom94_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.clean77_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.container13_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.elite5_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.light28_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.page94_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.container79_gap_1 { gap: var(--space-1); }
.core35_gap_2 { gap: var(--space-2); }
.design59_gap_3 { gap: var(--space-3); }
.new71_gap_4 { gap: var(--space-4); }
.brand96_gap_6 { gap: var(--space-6); }
.app28_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.page50_shadow_none { box-shadow: var(--shadow-none); }
.elite75_shadow_xs { box-shadow: var(--shadow-xs); }
.core99_shadow_sm { box-shadow: var(--shadow-sm); }
.bright49_shadow_md { box-shadow: var(--shadow-md); }
.site64_shadow_lg { box-shadow: var(--shadow-lg); }
.site47_shadow_xl { box-shadow: var(--shadow-xl); }
.minimal56_shadow_2xl { box-shadow: var(--shadow-2xl); }
.unique93_shadow_inner { box-shadow: var(--shadow-inner); }
.best49_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.main7_radius_none { border-radius: var(--radius-none); }
.app35_radius_xs { border-radius: var(--radius-xs); }
.creative38_radius_sm { border-radius: var(--radius-sm); }
.smart57_radius_md { border-radius: var(--radius-md); }
.studio18_radius_lg { border-radius: var(--radius-lg); }
.unique50_radius_xl { border-radius: var(--radius-xl); }
.web13_radius_2xl { border-radius: var(--radius-2xl); }
.top93_radius_3xl { border-radius: var(--radius-3xl); }
.bright25_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.fresh31_gradient_primary {
  background: var(--gradient-primary);
}

.section91_gradient_secondary {
  background: var(--gradient-secondary);
}

.new25_gradient_hero {
  background: var(--gradient-hero);
}

.company93_gradient_card {
  background: var(--gradient-card);
}

.section27_gradient_overlay {
  position: relative;
}

.section27_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;
}

.section27_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.base99_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.base99_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.pro90_hover_scale {
  transition: transform var(--transition-normal);
}

.pro90_hover_scale:hover {
  transform: scale(1.02);
}

.main15_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.main15_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.core39_hover_fade {
  transition: opacity var(--transition-normal);
}

.core39_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.theme17_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.theme17_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.layout76_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.new73_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.light91_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.core99_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.business85_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.design98_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.dark60_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.custom34_timeline {
  position: relative;
}

.custom34_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.top90_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.top90_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.top90_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.bold45_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.elite95_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;
  }
}

.company34_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;
  }
}

.company54_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 */
.core37_transition_all {
  transition: var(--transition-all);
}

.business65_transition_fast {
  transition: all var(--transition-fast);
}

.new50_transition_normal {
  transition: all var(--transition-normal);
}

.theme44_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.modern72_bg_primary { background-color: var(--bg-primary); }
.creative91_bg_secondary { background-color: var(--bg-secondary); }
.bright21_bg_muted { background-color: var(--bg-muted); }
.business3_bg_glass { background-color: var(--bg-glass); }

.elite60_text_primary { color: var(--text-primary); }
.light10_text_secondary { color: var(--text-secondary); }
.top76_text_muted { color: var(--text-muted); }
.business45_text_inverse { color: var(--text-inverse); }
.minimal29_text_link { color: var(--text-link); }

.business68_border_light { border-color: var(--border-light); }
.ui84_border_medium { border-color: var(--border-medium); }
.best59_border_strong { border-color: var(--border-strong); }
.app6_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .light91_services_grid,
  .business85_features_grid,
  .core99_team_grid,
  .dark60_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .design98_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .custom34_timeline::before {
    left: 30px;
  }
  
  .top90_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .top14_section_height {
    min-height: 60vh;
  }
  
  .core50_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .design98_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .top90_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.core99_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;
}

.page75_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.design70_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);
}

.design70_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .dark88_no_print {
    display: none !important;
  }
  
  .pro8_print_only {
    display: block !important;
  }
  
  .elite75_shadow_xs,
  .core99_shadow_sm,
  .bright49_shadow_md,
  .site64_shadow_lg,
  .site47_shadow_xl,
  .minimal56_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .bold45_fade_in,
  .elite95_slide_up,
  .company34_slide_in_left,
  .company54_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .base99_hover_lift,
  .pro90_hover_scale,
  .main15_hover_shadow,
  .core39_hover_fade,
  .core37_transition_all,
  .business65_transition_fast,
  .new50_transition_normal,
  .theme44_transition_slow {
    transition: none;
  }
}

/* ===================================
   Header v-157 - Professional Blue Theme
   =================================== */

.header-clean {
  position: relative;
  background: var(--surface-primary);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  z-index: 1000;
}

.header-clean .navbar {
  padding: 1.25rem 0;
  transition: all 0.3s ease;
}

/* Brand/Logo Styles */
.header-clean .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  letter-spacing: -0.02em;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10003;
}

.header-clean .navbar-brand:hover {
  color: var(--primary-500);
  transform: translateY(-2px);
}

/* Navigation Links - IDENTICAL STYLES */
.header-clean .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  margin: 0 0.25rem;
  transition: all 0.3s ease;
  position: relative;
}

.header-clean .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 2px;
  background: var(--primary-500);
  transition: transform 0.3s ease;
}

.header-clean .nav-link:hover {
  color: var(--primary-700);
}

.header-clean .nav-link:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* Custom Hamburger Toggle - DARK COLOR */
.header-clean .nav-toggle-input {
  display: none;
}

.header-clean .hamburger-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 24px;
  cursor: pointer;
  position: relative;
  z-index: 10003;
  background: transparent;
  border: none;
  padding: 0;
}

.header-clean .hamburger-line {
  width: 100%;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

/* Hamburger Animation - Transform to X */
.header-clean .nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}

.header-clean .nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-clean .nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}

/* Decorative Elements */
.header-clean .header-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.header-clean .deco-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 10%, transparent),
    color-mix(in srgb, var(--primary-500) 5%, transparent));
}

.header-clean .deco-circle-1 {
  width: 120px;
  height: 120px;
  top: -60px;
  right: 10%;
  animation: float-1 6s ease-in-out infinite;
}

.header-clean .deco-circle-2 {
  width: 80px;
  height: 80px;
  bottom: -40px;
  right: 25%;
  animation: float-2 8s ease-in-out infinite;
}

.header-clean .deco-line {
  position: absolute;
  width: 200px;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent, 
    var(--primary-300), 
    transparent);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  animation: slide 10s linear infinite;
}

/* Animations */
@keyframes float-1 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(-20px, 20px) rotate(180deg); }
}

@keyframes float-2 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(20px, -20px) rotate(-180deg); }
}

@keyframes slide {
  0% { transform: translateX(100%) translateY(-50%); }
  100% { transform: translateX(-100%) translateY(-50%); }
}

/* Desktop Styles */
@media (min-width: 992px) {
  .header-clean .navbar-nav {
    gap: 0.5rem;
  }
  
  .header-clean .navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
  }
}

/* Mobile Styles */
@media (max-width: 991.98px) {
  .header-clean .hamburger-toggle {
    display: flex;
  }

  .header-clean .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--surface-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10;
  }

  .header-clean .nav-toggle-input:checked ~ .navbar-collapse {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }

  /* Backdrop with correct z-index */
  .header-clean .nav-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: color-mix(in srgb, var(--neutral-900) 5%, transparent);
    backdrop-filter: blur(8px);
    z-index: -1;
  }

  .header-clean .navbar-nav {
    flex-direction: column;
    gap: 0.5rem;
    padding: 2rem;
    text-align: center;
    z-index: 1;
  }

  .header-clean .nav-item {
    opacity: 0;
    transform: translateY(20px);
    animation: none;
  }

  .header-clean .nav-toggle-input:checked ~ .navbar-collapse .nav-item {
    animation: slideIn 0.4s ease forwards;
  }

  .header-clean .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }

  .header-clean .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(2) {
    animation-delay: 0.2s;
  }

  .header-clean .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(3) {
    animation-delay: 0.3s;
  }

  .header-clean .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(4) {
    animation-delay: 0.4s;
  }

  .header-clean .nav-link {
    font-size: 1.25rem;
    padding: 1rem 2rem;
  }

  @keyframes slideIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Hide decorative elements on mobile */
  .header-clean .header-decoration {
    display: none;
  }
}

/* Tablet Adjustments */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-clean .navbar-brand {
    font-size: 1.75rem;
  }

  .header-clean .hamburger-toggle {
    width: 36px;
    height: 26px;
  }
}

/* Small Mobile */
@media (max-width: 575.98px) {
  .header-clean .navbar {
    padding: 1rem 0;
  }

  .header-clean .navbar-brand {
    font-size: 1.25rem;
  }

  .header-clean .nav-link {
    font-size: 1.125rem;
    padding: 0.875rem 1.5rem;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .header-clean * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus States */
.header-clean .nav-link:focus-visible,
.header-clean .navbar-brand:focus-visible,
.header-clean .hamburger-toggle:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 4px;
  border-radius: 4px;
}

.hero-clean {
  padding: 110px 0 110px;
  background: linear-gradient(to bottom, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, white) 100%);
  position: relative;
  overflow: hidden;
}

.hero-clean .organic-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-clean .wave {
  position: absolute;
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  opacity: 0.6;
  animation: waveFlow 12s ease-in-out infinite;
}

.hero-clean .wave-1 {
  top: 10%;
  animation-delay: 0s;
}

.hero-clean .wave-2 {
  top: 40%;
  animation-delay: 4s;
}

.hero-clean .wave-3 {
  bottom: 10%;
  animation-delay: 8s;
}

@keyframes waveFlow {
  0%, 100% {
    transform: translateX(-100px) scaleY(1);
  }
  50% {
    transform: translateX(100px) scaleY(1.1);
  }
}

.hero-clean .hero-content {
  position: relative;
  z-index: 2;
  animation: fadeInLeft 0.9s ease-out;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-clean .eco-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: white;
  border-radius: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
  animation: slideIn 0.8s ease-out;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-clean .eco-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary-500);
  position: relative;
  animation: ecoPulse 2s ease-in-out infinite;
}

.hero-clean .eco-dot::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--primary-500);
  animation: ripple 2s ease-out infinite;
}

@keyframes ecoPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.hero-clean #hero-title-1 {
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.hero-clean #hero-subtitle-1 {
  color: var(--primary-700);
  font-weight: 500;
  line-height: 1.4;
}

.hero-clean #hero-desc-1 {
  color: var(--text-secondary);
  line-height: 1.75;
  max-width: 550px;
}

.hero-clean .organic-elements {
  display: flex;
  gap: 15px;
  margin-top: 2rem;
}

.hero-clean .element-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  animation: organicFloat 3s ease-in-out infinite;
}

.hero-clean .element-leaf {
  width: 50px;
  height: 50px;
  background: var(--primary-700);
  border-radius: 0 50% 50% 50%;
  transform: rotate(-45deg);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  animation: organicFloat 3s ease-in-out infinite 0.5s;
}

.hero-clean .element-stone {
  width: 50px;
  height: 50px;
  background: var(--primary-300);
  border-radius: 30% 70% 70% 30% / 60% 40% 60% 40%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  animation: organicFloat 3s ease-in-out infinite 1s;
}

@keyframes organicFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(5deg);
  }
}

.hero-clean .hero-image-section {
  position: relative;
  z-index: 2;
  animation: fadeInRight 0.9s ease-out 0.2s backwards;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-clean .organic-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.hero-clean .leaf-decoration {
  position: absolute;
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  animation: leafFloat 5s ease-in-out infinite;
}

.hero-clean .leaf-decoration i {
  font-size: 32px;
  color: var(--primary-500);
}

.hero-clean .leaf-1 {
  top: -15px;
  left: 10%;
  animation-delay: 0s;
}

.hero-clean .leaf-2 {
  top: 50%;
  right: -20px;
  animation-delay: 1.5s;
}

.hero-clean .leaf-3 {
  bottom: 10%;
  left: -15px;
  animation-delay: 3s;
}

@keyframes leafFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  33% {
    transform: translateY(-15px) rotate(5deg);
  }
  66% {
    transform: translateY(10px) rotate(-5deg);
  }
}

.hero-clean .nature-accent {
  position: absolute;
  border-radius: 50% 50% 30% 70% / 60% 70% 30% 40%;
  z-index: -1;
  animation: accentMove 8s ease-in-out infinite;
}

.hero-clean .accent-1 {
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 20%, transparent);
  top: -50px;
  right: -50px;
}

.hero-clean .accent-2 {
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  bottom: -40px;
  left: -40px;
  animation-delay: 2s;
}

@keyframes accentMove {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(15px, -15px) rotate(10deg);
  }
}

@media (max-width: 991px) {
  .hero-clean {
    padding: 80px 0 80px;
  }
  
  .hero-clean #hero-title-1 {
    font-size: 2.5rem;
  }
  
  .hero-clean #hero-subtitle-1 {
    font-size: 1.4rem;
  }
  
  .hero-clean .leaf-decoration {
    width: 60px;
    height: 60px;
  }
  
  .hero-clean .leaf-decoration i {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .hero-clean #hero-title-1 {
    font-size: 2rem;
  }
  
  .hero-clean #hero-subtitle-1 {
    font-size: 1.2rem;
  }
  
  .hero-clean .wave {
    display: none;
  }
  
  .hero-clean .nature-accent {
    display: none;
  }
}





.about-section-alt {
  position: relative;
  padding: 120px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Background Elements */
.about-section-alt .nature-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
  background-image: 
    repeating-linear-gradient(45deg, var(--primary-500) 0, var(--primary-500) 1px, transparent 0, transparent 50%),
    repeating-linear-gradient(-45deg, var(--primary-700) 0, var(--primary-700) 1px, transparent 0, transparent 50%);
  background-size: 30px 30px;
  pointer-events: none;
  z-index: 0;
}

.about-section-alt .earth-gradient-top {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 12%, transparent), transparent 65%);
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
}

.about-section-alt .earth-gradient-bottom {
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 10%, transparent), transparent 70%);
  pointer-events: none;
  z-index: 0;
  filter: blur(50px);
}

/* Content Wrapper */
.about-section-alt .content-wrapper {
  position: relative;
  z-index: 1;
}

.about-section-alt .organic-badge {
  width: 80px;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500), transparent);
  border-radius: 3px;
  margin-bottom: 2rem;
}

.about-section-alt #about-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.about-section-alt #about-subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.about-section-alt #about-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Compact Features */
.about-section-alt .features-compact {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about-section-alt .compact-feature {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.25rem;
  background: var(--surface-secondary);
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
}

.about-section-alt .compact-feature:hover {
  transform: translateX(8px);
  background: var(--light);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.about-section-alt .feature-icon-small {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--primary-500);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.about-section-alt .compact-feature:hover .feature-icon-small {
  transform: scale(1.1);
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}

.about-section-alt .feature-icon-small i {
  font-size: 1.25rem;
  color: var(--light);
}

.about-section-alt .feature-text h4 {
  color: var(--text-primary);
  font-weight: 600;
}

.about-section-alt .feature-text p {
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Image Gallery */
.about-section-alt .image-gallery {
  position: relative;
  z-index: 1;
}

.about-section-alt .gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
  height: 520px;
}

.about-section-alt .gallery-item-main {
  grid-column: 1;
  grid-row: 1 / 3;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.about-section-alt .gallery-item-secondary {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.about-section-alt .gallery-item-tertiary {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.about-section-alt .gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.about-section-alt .gallery-item-main:hover img,
.about-section-alt .gallery-item-secondary:hover img,
.about-section-alt .gallery-item-tertiary:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

.about-section-alt .organic-shape-1,
.about-section-alt .organic-shape-2,
.about-section-alt .organic-shape-3 {
  position: absolute;
  background: var(--primary-500);
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}

.about-section-alt .organic-shape-1 {
  bottom: -10px;
  right: -10px;
  width: 80px;
  height: 80px;
  border-radius: 50% 30% 50% 30%;
}

.about-section-alt .organic-shape-2 {
  top: -8px;
  left: -8px;
  width: 50px;
  height: 50px;
  border-radius: 30% 50% 30% 50%;
}

.about-section-alt .organic-shape-3 {
  bottom: -8px;
  left: -8px;
  width: 50px;
  height: 50px;
  border-radius: 40% 60% 40% 60%;
}

/* Earth Cards */
.about-section-alt .earth-card {
  position: relative;
  background: linear-gradient(135deg, var(--surface-secondary), var(--light));
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  overflow: hidden;
  z-index: 1;
}

.about-section-alt .earth-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.about-section-alt .card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.about-section-alt .earth-card:hover .card-icon-wrapper {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 12px 30px color-mix(in srgb, var(--primary-500) 40%, transparent);
}

.about-section-alt .card-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--light);
}

.about-section-alt .earth-card h4 {
  color: var(--text-primary);
  font-weight: 600;
}

.about-section-alt .earth-card p {
  color: var(--text-secondary);
  line-height: 1.7;
}

.about-section-alt .card-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: var(--primary-300);
  opacity: 0.08;
  border-radius: 50% 40% 60% 50%;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 991.98px) {
  .about-section-alt {
    padding: 80px 0;
  }

  .about-section-alt #about-title {
    font-size: 2.5rem;
  }

  .about-section-alt .gallery-grid {
    height: 400px;
  }
}

@media (max-width: 767.98px) {
  .about-section-alt {
    padding: 60px 0;
  }

  .about-section-alt #about-title {
    font-size: 2rem;
  }

  .about-section-alt .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 200px);
    height: auto;
  }

  .about-section-alt .gallery-item-main {
    grid-column: 1;
    grid-row: 1;
  }

  .about-section-alt .gallery-item-secondary {
    grid-column: 1;
    grid-row: 2;
  }

  .about-section-alt .gallery-item-tertiary {
    grid-column: 1;
    grid-row: 3;
  }

  .about-section-alt .earth-card {
    padding: 2rem;
  }

  .about-section-alt .compact-feature {
    flex-direction: column;
    text-align: center;
  }
}





/* ============================================
   Features Section v-113 - Professional Blue
   Theme: professional-blue-01
   ============================================ */

.features-section-bold {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* ==================== 
   Section Header 
   ==================== */

.features-section-bold .section-header {
  margin-bottom: 60px;
}

.features-section-bold .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.features-section-bold .title-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 24px 0;
}

.features-section-bold .divider-dot {
  width: 6px;
  height: 6px;
  background: var(--primary-500);
  border-radius: 50%;
}

.features-section-bold .divider-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary-500),
    transparent
  );
}

.features-section-bold .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.features-section-bold .section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ==================== 
   Features Grid 
   ==================== */

.features-section-bold .features-grid {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}

/* ==================== 
   Feature Cards 
   ==================== */

.features-section-bold .feature-card {
  position: relative;
  height: 100%;
  padding: 40px 32px;
  background: var(--light);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.features-section-bold .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.features-section-bold .feature-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.features-section-bold .feature-card:hover::before {
  transform: scaleX(1);
}

/* Primary Accent Card */
.features-section-bold .feature-card-primary {
  background: linear-gradient(
    135deg,
    var(--light),
    color-mix(in srgb, var(--primary-50) 30%, var(--light))
  );
  border-color: var(--primary-300);
}

/* Secondary Accent Card */
.features-section-bold .feature-card-accent {
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-50) 20%, var(--light)),
    var(--light)
  );
}

/* ==================== 
   Feature Icon 
   ==================== */

.features-section-bold .feature-icon-wrapper {
  position: relative;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-section-bold .icon-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    var(--primary-100),
    var(--primary-50)
  );
  border-radius: 16px;
  transition: all 0.4s ease;
}

.features-section-bold .feature-card:hover .icon-background {
  transform: rotate(10deg) scale(1.1);
  background: linear-gradient(
    135deg,
    var(--primary-300),
    var(--primary-100)
  );
}

.features-section-bold .feature-icon {
  position: relative;
  font-size: 32px;
  color: var(--primary-700);
  z-index: 1;
  transition: all 0.4s ease;
}

.features-section-bold .feature-card:hover .feature-icon {
  color: var(--primary-500);
  transform: scale(1.1);
}

/* ==================== 
   Feature Content 
   ==================== */

.features-section-bold .feature-content {
  position: relative;
  z-index: 1;
}

.features-section-bold .feature-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.features-section-bold .feature-card:hover .feature-title {
  color: var(--primary-700);
}

.features-section-bold .feature-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

/* ==================== 
   Feature Accent Line 
   ==================== */

.features-section-bold .feature-accent-line {
  position: absolute;
  bottom: 0;
  left: 32px;
  right: 32px;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary-500),
    transparent
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.features-section-bold .feature-card:hover .feature-accent-line {
  opacity: 1;
}

/* ==================== 
   Decorative Elements 
   ==================== */

.features-section-bold .decorative-shape {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  opacity: 0.03;
  pointer-events: none;
}

.features-section-bold .shape-top {
  top: -100px;
  right: -100px;
  background: radial-gradient(
    circle,
    var(--primary-500),
    transparent 70%
  );
}

.features-section-bold .shape-bottom {
  bottom: -150px;
  left: -150px;
  background: radial-gradient(
    circle,
    var(--primary-700),
    transparent 70%
  );
}

.features-section-bold .decorative-dots-pattern {
  position: absolute;
  bottom: 80px;
  right: 60px;
  display: flex;
  gap: 12px;
  opacity: 0.15;
  pointer-events: none;
}

.features-section-bold .decorative-dots-pattern .dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: float 3s ease-in-out infinite;
}

.features-section-bold .decorative-dots-pattern .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.features-section-bold .decorative-dots-pattern .dot:nth-child(3) {
  animation-delay: 0.4s;
}

.features-section-bold .decorative-dots-pattern .dot:nth-child(4) {
  animation-delay: 0.6s;
}

.features-section-bold .decorative-dots-pattern .dot:nth-child(5) {
  animation-delay: 0.8s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Background Gradient */
.features-section-bold .background-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--primary-50) 20%, transparent),
    transparent
  );
  pointer-events: none;
  z-index: 0;
}

/* ==================== 
   Responsive Design 
   ==================== */

@media (max-width: 991.98px) {
  .features-section-bold {
    padding: 80px 0;
  }

  .features-section-bold .section-title {
    font-size: 2rem;
  }

  .features-section-bold .section-subtitle {
    font-size: 1.125rem;
  }

  .features-section-bold .section-description {
    font-size: 1rem;
  }

  .features-section-bold .features-grid {
    margin-top: 40px;
  }

  .features-section-bold .feature-card {
    padding: 32px 24px;
  }

  .features-section-bold .feature-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .features-section-bold {
    padding: 60px 0;
  }

  .features-section-bold .section-header {
    margin-bottom: 40px;
  }

  .features-section-bold .section-title {
    font-size: 1.75rem;
  }

  .features-section-bold .section-subtitle {
    font-size: 1rem;
  }

  .features-section-bold .section-description {
    font-size: 0.9375rem;
  }

  .features-section-bold .feature-icon-wrapper {
    width: 64px;
    height: 64px;
  }

  .features-section-bold .feature-icon {
    font-size: 28px;
  }

  .features-section-bold .decorative-dots-pattern {
    display: none;
  }

  .features-section-bold .decorative-shape {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 575.98px) {
  .features-section-bold .section-title {
    font-size: 1.5rem;
  }

  .features-section-bold .feature-card {
    padding: 28px 20px;
  }

  .features-section-bold .feature-title {
    font-size: 1.125rem;
  }

  .features-section-bold .feature-description {
    font-size: 0.875rem;
  }

  .features-section-bold .divider-line {
    width: 60px;
  }
}

/* ==================== 
   Accessibility 
   ==================== */

@media (prefers-reduced-motion: reduce) {
  .features-section-bold .feature-card,
  .features-section-bold .feature-icon,
  .features-section-bold .icon-background,
  .features-section-bold .feature-accent-line,
  .features-section-bold .decorative-dots-pattern .dot {
    transition: none;
    animation: none;
  }

  .features-section-bold .feature-card:hover {
    transform: none;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .features-section-bold .feature-card {
    border-width: 2px;
    border-color: var(--neutral-700);
  }

  .features-section-bold .feature-title {
    font-weight: 800;
  }

  .features-section-bold .feature-description {
    color: var(--neutral-900);
  }
}

/* ================================
   Services Section v-128
   Theme: professional-blue-01
   ================================ */

.services-section-bold {
  position: relative;
  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 Styles */
.services-section-bold .section-header {
  position: relative;
  z-index: 2;
}

.services-section-bold .decorative-line-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.services-section-bold .dot-accent {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  animation: pulse-dot 2s ease-in-out infinite;
}

.services-section-bold .line-accent {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-500) 50%, 
    transparent 100%);
}

@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

.services-section-bold .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.services-section-bold .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.services-section-bold .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

/* Service Card Styles */
.services-section-bold .service-card {
  position: relative;
  background: var(--surface-primary);
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.services-section-bold .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-700) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.services-section-bold .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-color: var(--primary-300);
}

.services-section-bold .service-card:hover::before {
  transform: scaleX(1);
}

/* Featured Card */
.services-section-bold .featured-card {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%) 100%);
  border: 2px solid var(--primary-500);
}

.services-section-bold .featured-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.25rem;
  z-index: 2;
  animation: rotate-badge 4s linear infinite;
}

@keyframes rotate-badge {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
}

/* Service Icon */
.services-section-bold .service-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
}

.services-section-bold .icon-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    var(--primary-100) 0%, 
    var(--primary-300) 100%);
  border-radius: 20px;
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}

.services-section-bold .service-card:hover .icon-background {
  transform: rotate(45deg);
}

.services-section-bold .service-icon {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  color: var(--primary-700);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Service Content */
.services-section-bold .service-content {
  position: relative;
  z-index: 1;
}

.services-section-bold .service-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.services-section-bold .service-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.services-section-bold .service-features {
  font-size: 0.9rem;
  color: var(--text-accent);
  line-height: 1.6;
  padding: 1rem;
  background: color-mix(in srgb, var(--primary-50) 40%, transparent 60%);
  border-left: 3px solid var(--primary-500);
  border-radius: 4px;
  margin-bottom: 1.5rem;
  font-style: italic;
}

/* Service Footer */
.services-section-bold .service-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}

.services-section-bold .service-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-700);
}

.services-section-bold .price-badge {
  width: 36px;
  height: 36px;
  background: var(--primary-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-700);
  font-size: 1.125rem;
  transition: all 0.3s ease;
}

.services-section-bold .service-card:hover .price-badge {
  background: var(--primary-500);
  color: var(--light);
  transform: scale(1.1);
}

/* Card Corner Accent */
.services-section-bold .card-corner-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, 
    transparent 0%, 
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%) 100%);
  border-radius: 16px 0 16px 0;
  pointer-events: none;
}

/* Floating Shapes */
.services-section-bold .floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.services-section-bold .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
}

.services-section-bold .shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
  animation: float-shape 20s ease-in-out infinite;
}

.services-section-bold .shape-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  bottom: -50px;
  right: 10%;
  animation: float-shape 15s ease-in-out infinite reverse;
}

.services-section-bold .shape-3 {
  width: 150px;
  height: 150px;
  background: var(--primary-300);
  top: 50%;
  right: -50px;
  animation: float-shape 18s ease-in-out infinite;
}

@keyframes float-shape {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .services-section-bold .section-title {
    font-size: 2rem;
  }

  .services-section-bold .section-subtitle {
    font-size: 1.25rem;
  }

  .services-section-bold .section-description {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .services-section-bold .section-title {
    font-size: 1.75rem;
  }

  .services-section-bold .section-subtitle {
    font-size: 1.125rem;
  }

  .services-section-bold .service-card {
    padding: 1.5rem;
  }

  .services-section-bold .service-name {
    font-size: 1.25rem;
  }

  .services-section-bold .service-price {
    font-size: 1.125rem;
  }

  .services-section-bold .floating-shapes .shape {
    opacity: 0.04;
  }
}

@media (max-width: 575.98px) {
  .services-section-bold .section-title {
    font-size: 1.5rem;
  }

  .services-section-bold .service-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .services-section-bold .service-icon {
    font-size: 2rem;
  }

  .services-section-bold .featured-badge {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }
}

/* Accessibility Enhancements */
.services-section-bold .service-card:focus-within {
  outline: 2px solid var(--primary-500);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .services-section-bold * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.priceplan-section-classic {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%);
  overflow: hidden;
}

/* Organic Background */
.priceplan-section-classic .organic-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-classic .leaf-shape {
  position: absolute;
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  opacity: 0.06;
  border-radius: 0 50% 50% 50%;
  transform-origin: bottom left;
  animation: leafSway 15s ease-in-out infinite;
}

.priceplan-section-classic .leaf-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.priceplan-section-classic .leaf-2 {
  top: 50%;
  right: 8%;
  transform: rotate(90deg);
  animation-delay: 3s;
}

.priceplan-section-classic .leaf-3 {
  bottom: 15%;
  left: 50%;
  transform: rotate(180deg);
  animation-delay: 6s;
}

@keyframes leafSway {
  0%, 100% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(10deg) scale(1.1); }
}

/* Section Header */
.priceplan-section-classic .section-header {
  position: relative;
  z-index: 1;
}

.priceplan-section-classic .nature-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  background: color-mix(in srgb, var(--primary-100) 50%, var(--light) 50%);
  border: 2px solid var(--primary-300);
  border-radius: 50px;
  margin-bottom: 1.5rem;
}

.priceplan-section-classic .nature-badge i {
  font-size: 1.5rem;
  color: var(--primary-700);
}

.priceplan-section-classic .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}

.priceplan-section-classic .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.3;
}

.priceplan-section-classic .section-desc {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
}

/* Price Card */
.priceplan-section-classic .organic-card {
  position: relative;
  background: var(--light);
  border: 2px solid var(--neutral-100);
  border-radius: 30px;
  padding: 2.5rem 2rem;
  transition: all 0.4s ease;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.priceplan-section-classic .organic-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.priceplan-section-classic .card-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500), var(--primary-700));
  border-radius: 30px 30px 0 0;
}

/* Nature Icon */
.priceplan-section-classic .nature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 50%;
  border: 3px solid var(--primary-500);
  font-size: 2.25rem;
  color: var(--primary-700);
  transition: all 0.4s ease;
}

.priceplan-section-classic .organic-card:hover .nature-icon {
  transform: scale(1.1);
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  color: var(--light);
  border-color: var(--primary-700);
}

.priceplan-section-classic .plan-name {
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 1rem;
}

.priceplan-section-classic .plan-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1.5rem;
  min-height: 100px;
  flex-shrink: 0;
}

/* Price Container */
.priceplan-section-classic .price-container {
  text-align: center;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
  background: color-mix(in srgb, var(--primary-50) 30%, var(--light) 70%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.priceplan-section-classic .price-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}

.priceplan-section-classic .price-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}

.priceplan-section-classic .plan-price {
  font-size: 3rem;
  font-weight: 900;
  color: var(--primary-700);
  margin: 0;
  line-height: 1;
}

.priceplan-section-classic .plan-price span {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-left: 0.25rem;
}

/* Features Wrapper */
.priceplan-section-classic .features-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.priceplan-section-classic .plan-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.priceplan-section-classic .feature-item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-size: 1rem;
  color: var(--text-primary);
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.priceplan-section-classic .feature-item:hover {
  background: color-mix(in srgb, var(--primary-50) 40%, transparent 60%);
  padding-left: 1.25rem;
}

.priceplan-section-classic .feature-item i {
  font-size: 1.25rem;
  color: var(--primary-500);
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .priceplan-section-classic .section-title {
    font-size: 2.25rem;
  }

  .priceplan-section-classic .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-classic .plan-price {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-classic .section-title {
    font-size: 2rem;
  }

  .priceplan-section-classic .organic-card {
    padding: 2rem 1.5rem;
  }

  .priceplan-section-classic .plan-desc {
    min-height: auto;
  }

  .priceplan-section-classic .plan-price {
    font-size: 2.25rem;
  }
}





/* Team section */
.team-section-pro {
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary)) 100%
  );
  position: relative;
  overflow: hidden;
}

/* Section Header */
.team-section-pro .section-header {
  margin-bottom: 4rem;
}

.team-section-pro .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.team-section-pro .section-subtitle {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.team-section-pro .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

/* Team Organic Grid */
.team-section-pro .team-organic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Team Member */
.team-section-pro .team-member-organic {
  text-align: center;
  transition: transform 0.4s ease;
}

.team-section-pro .team-member-organic:hover {
  transform: translateY(-15px);
}

/* Organic Image Container */
.team-section-pro .organic-image-container {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto 1.5rem;
}

.team-section-pro .organic-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--primary-300),
    var(--primary-500)
  );
  opacity: 0.15;
  border-radius: 37% 63% 56% 44% / 49% 40% 60% 51%;
  animation: morphShape 8s ease-in-out infinite;
  z-index: 1;
}

.team-section-pro .member-2 .organic-shape {
  animation-delay: 1s;
  border-radius: 63% 37% 44% 56% / 40% 60% 40% 60%;
}

.team-section-pro .member-3 .organic-shape {
  animation-delay: 2s;
  border-radius: 44% 56% 63% 37% / 60% 49% 51% 40%;
}

.team-section-pro .member-4 .organic-shape {
  animation-delay: 3s;
  border-radius: 56% 44% 37% 63% / 51% 40% 60% 49%;
}

.team-section-pro .member-5 .organic-shape {
  animation-delay: 4s;
  border-radius: 40% 60% 49% 51% / 37% 63% 37% 63%;
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 37% 63% 56% 44% / 49% 40% 60% 51%;
  }
  25% {
    border-radius: 44% 56% 49% 51% / 63% 37% 63% 37%;
  }
  50% {
    border-radius: 56% 44% 63% 37% / 40% 60% 40% 60%;
  }
  75% {
    border-radius: 49% 51% 37% 63% / 56% 44% 56% 44%;
  }
}

.team-section-pro .team-member-photo {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid var(--light);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
  z-index: 2;
}

.team-section-pro .team-member-organic:hover .team-member-photo {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
  border-color: var(--primary-300);
}

/* Organic Content */
.team-section-pro .organic-content {
  padding: 0 1rem;
}

.team-section-pro .member-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.team-section-pro .member-role {
  font-size: 1rem;
  color: var(--primary-700);
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 500;
}

/* Decorative Elements */
.team-section-pro .organic-blob {
  position: absolute;
  z-index: 0;
  opacity: 0.4;
}

.team-section-pro .blob-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent),
    transparent 70%
  );
  border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
  top: 10%;
  left: -100px;
  animation: float 6s ease-in-out infinite;
}

.team-section-pro .blob-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 15%, transparent),
    transparent 70%
  );
  border-radius: 50% 50% 40% 60% / 40% 60% 40% 60%;
  top: 50%;
  right: -80px;
  animation: float 8s ease-in-out infinite;
  animation-delay: 2s;
}

.team-section-pro .blob-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 18%, transparent),
    transparent 70%
  );
  border-radius: 60% 40% 50% 50% / 50% 50% 60% 40%;
  bottom: 15%;
  left: 10%;
  animation: float 7s ease-in-out infinite;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(5deg);
  }
}

.team-section-pro .leaf-pattern {
  position: absolute;
  bottom: 10%;
  right: 8%;
  display: flex;
  gap: 1.5rem;
  opacity: 0.15;
  z-index: 0;
}

.team-section-pro .leaf-pattern i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

.team-section-pro .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991px) {
  .team-section-pro {
    padding: 80px 0;
  }

  .team-section-pro .section-title {
    font-size: 2.25rem;
  }

  .team-section-pro .section-subtitle {
    font-size: 1.25rem;
  }

  .team-section-pro .team-organic-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
  }

  .team-section-pro .organic-image-container {
    width: 190px;
    height: 190px;
  }
}

@media (max-width: 767px) {
  .team-section-pro {
    padding: 60px 0;
  }

  .team-section-pro .section-title {
    font-size: 1.875rem;
  }

  .team-section-pro .section-subtitle {
    font-size: 1.125rem;
  }

  .team-section-pro .section-description {
    font-size: 1rem;
  }

  .team-section-pro .team-organic-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
  }

  .team-section-pro .organic-image-container {
    width: 160px;
    height: 160px;
  }

  .team-section-pro .member-name {
    font-size: 1.125rem;
  }

  .team-section-pro .member-role {
    font-size: 0.9375rem;
  }

  .team-section-pro .leaf-pattern {
    display: none;
  }
}





.reviews-section-style {
  padding: 110px 0;
  background: linear-gradient(135deg, #ffffff 0%, rgba(var(--primary-rgb), 0.03) 100%);
  position: relative;
  overflow: hidden;
}

/* Header Decoration */
.reviews-section-style .header-decoration-style {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 60px;
}

.reviews-section-style .deco-bubble {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary-500);
  opacity: 0.6;
  animation: bubbleFloat 3s ease-in-out infinite;
}

.reviews-section-style .deco-bubble:nth-child(2) {
  animation-delay: 0.5s;
  width: 18px;
  height: 18px;
  background: var(--secondary-500);
}

.reviews-section-style .deco-bubble:nth-child(3) {
  animation-delay: 1s;
  width: 12px;
  height: 12px;
}

.reviews-section-style .deco-bubble:nth-child(4) {
  animation-delay: 1.5s;
  width: 16px;
  height: 16px;
  background: var(--primary-700);
}

@keyframes bubbleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

.reviews-section-style #reviews-title {
  color: var(--neutral-900);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.reviews-section-style #reviews-subtitle {
  color: var(--primary-700);
  font-weight: 700;
}

.reviews-section-style #reviews-desc {
  color: var(--neutral-700);
  line-height: 1.9;
  font-size: 1.1rem;
}

/* Bubbles Container */
.reviews-section-style .bubbles-container {
  position: relative;
  min-height: 1400px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Bubble Positioning */
.reviews-section-style .bubble-item {
  position: absolute;
  width: 45%;
  max-width: 500px;
}

.reviews-section-style .bubble-position-1 {
  top: 0;
  left: 5%;
}

.reviews-section-style .bubble-position-2 {
  top: 200px;
  right: 8%;
}

.reviews-section-style .bubble-position-3 {
  top: 450px;
  left: 3%;
}

.reviews-section-style .bubble-position-4 {
  top: 700px;
  right: 5%;
}

.reviews-section-style .bubble-position-5 {
  top: 1000px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  max-width: 750px;
}

/* Bubble Cards */
.reviews-section-style .bubble-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 35px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(var(--primary-rgb), 0.15);
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.reviews-section-style .bubble-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(var(--primary-rgb), 0.2);
  border-color: var(--primary-500);
}

/* Bubble Shine Effect */
.reviews-section-style .bubble-shine {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100px;
  height: 200%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.3), 
    transparent
  );
  transform: skewX(-20deg);
  animation: shine 4s ease-in-out infinite;
}

@keyframes shine {
  0% { left: -50%; }
  50%, 100% { left: 150%; }
}

/* Avatar Top */
.reviews-section-style .bubble-avatar-top {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.reviews-section-style .bubble-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--secondary-500));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(var(--primary-rgb), 0.35);
}

.reviews-section-style .bubble-avatar i {
  font-size: 45px;
  color: #ffffff;
}

/* Content */
.reviews-section-style .bubble-quote-icon i {
  font-size: 42px;
  color: var(--primary-500);
  opacity: 0.35;
}

.reviews-section-style .bubble-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--neutral-700);
  font-weight: 400;
}

.reviews-section-style .bubble-divider {
  width: 65px;
  height: 3px;
  background: var(--primary-500);
  border-radius: 2px;
  margin: 0 auto;
}

.reviews-section-style .bubble-author {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--neutral-900);
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

/* Featured Large Bubble */
.reviews-section-style .bubble-card-large {
  padding: 50px;
  background: linear-gradient(135deg, 
    rgba(var(--primary-rgb), 0.06) 0%, 
    rgba(var(--secondary-rgb), 0.06) 100%
  );
  border: 3px solid var(--primary-300);
}

.reviews-section-style .featured-bubble-avatar {
  position: relative;
  display: inline-block;
  margin: 20px;
}

.reviews-section-style .featured-avatar-inner {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--secondary-500));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 35px rgba(var(--primary-rgb), 0.4);
  position: relative;
  z-index: 3;
}

.reviews-section-style .featured-avatar-inner i {
  font-size: 70px;
  color: #ffffff;
}

.reviews-section-style .featured-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 2px solid var(--primary-500);
  opacity: 0.4;
}

.reviews-section-style .orbit-1 {
  width: 170px;
  height: 170px;
  transform: translate(-50%, -50%);
  animation: orbitPulse 2s ease-in-out infinite;
}

.reviews-section-style .orbit-2 {
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  animation: orbitPulse 2s ease-in-out infinite 0.3s;
}

.reviews-section-style .orbit-3 {
  width: 230px;
  height: 230px;
  transform: translate(-50%, -50%);
  animation: orbitPulse 2s ease-in-out infinite 0.6s;
}

@keyframes orbitPulse {
  0%, 100% {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.1;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.reviews-section-style .featured-quote-icon i {
  font-size: 60px;
  color: var(--primary-500);
  opacity: 0.4;
}

.reviews-section-style .bubble-text-featured {
  font-size: 1.25rem;
  line-height: 2;
  color: var(--neutral-900);
  font-weight: 400;
  max-width: 850px;
  margin: 0 auto 30px;
}

.reviews-section-style .featured-bubble-bar {
  width: 140px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--secondary-500));
  margin: 0 auto;
  border-radius: 2px;
}

.reviews-section-style .bubble-author-featured {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--neutral-900);
  line-height: 1.6;
  margin: 0;
}

/* Background Bubbles */
.reviews-section-style .bg-bubble {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: bgBubbleFloat 15s ease-in-out infinite;
}

.reviews-section-style .bg-bubble-1 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(var(--primary-rgb), 0.06) 0%, transparent 70%);
  top: 15%;
  right: 10%;
  animation-delay: 0s;
}

.reviews-section-style .bg-bubble-2 {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(var(--secondary-rgb), 0.05) 0%, transparent 70%);
  top: 40%;
  left: 5%;
  animation-delay: 2s;
}

.reviews-section-style .bg-bubble-3 {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(var(--primary-rgb), 0.05) 0%, transparent 70%);
  bottom: 25%;
  right: 15%;
  animation-delay: 4s;
}

.reviews-section-style .bg-bubble-4 {
  width: 130px;
  height: 130px;
  background: radial-gradient(circle, rgba(var(--secondary-rgb), 0.04) 0%, transparent 70%);
  bottom: 10%;
  left: 12%;
  animation-delay: 6s;
}

@keyframes bgBubbleFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-30px) scale(1.1);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .reviews-section-style {
    padding: 90px 0;
  }

  .reviews-section-style #reviews-title {
    font-size: 2.5rem;
  }

  .reviews-section-style .bubbles-container {
    position: static;
    min-height: auto;
  }

  .reviews-section-style .bubble-item {
    position: static;
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
    transform: none !important;
  }

  .reviews-section-style .bubble-card {
    padding: 35px;
  }

  .reviews-section-style .bubble-card-large {
    padding: 40px;
  }

  .reviews-section-style .featured-avatar-inner {
    width: 120px;
    height: 120px;
  }

  .reviews-section-style .featured-avatar-inner i {
    font-size: 60px;
  }

  .reviews-section-style .orbit-1 {
    width: 150px;
    height: 150px;
  }

  .reviews-section-style .orbit-2 {
    width: 180px;
    height: 180px;
  }

  .reviews-section-style .orbit-3 {
    width: 210px;
    height: 210px;
  }
}

@media (max-width: 767px) {
  .reviews-section-style {
    padding: 70px 0;
  }

  .reviews-section-style #reviews-title {
    font-size: 2rem;
  }

  .reviews-section-style #reviews-subtitle {
    font-size: 1.3rem;
  }

  .reviews-section-style .bubble-item {
    margin-bottom: 25px;
  }

  .reviews-section-style .bubble-card {
    padding: 28px;
  }

  .reviews-section-style .bubble-avatar {
    width: 75px;
    height: 75px;
  }

  .reviews-section-style .bubble-avatar i {
    font-size: 38px;
  }

  .reviews-section-style .bubble-quote-icon i {
    font-size: 36px;
  }

  .reviews-section-style .bubble-text {
    font-size: 1rem;
  }

  .reviews-section-style .bubble-author {
    font-size: 0.9rem;
  }

  .reviews-section-style .bubble-card-large {
    padding: 30px;
  }

  .reviews-section-style .featured-avatar-inner {
    width: 100px;
    height: 100px;
  }

  .reviews-section-style .featured-avatar-inner i {
    font-size: 50px;
  }

  .reviews-section-style .orbit-1 {
    width: 130px;
    height: 130px;
  }

  .reviews-section-style .orbit-2 {
    width: 160px;
    height: 160px;
  }

  .reviews-section-style .orbit-3 {
    width: 190px;
    height: 190px;
  }

  .reviews-section-style .featured-quote-icon i {
    font-size: 50px;
  }

  .reviews-section-style .bubble-text-featured {
    font-size: 1.1rem;
  }

  .reviews-section-style .bubble-author-featured {
    font-size: 1rem;
  }
}



.casestudy-section-standard {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.casestudy-section-standard .section-header {
  position: relative;
  z-index: 2;
}

.casestudy-section-standard .header-line {
  width: 80px;
  height: 2px;
  background: var(--primary-500);
}

.casestudy-section-standard #casestudy-title {
  color: var(--text-primary);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.casestudy-section-standard #casestudy-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

/* Section Description */
.casestudy-section-standard .section-description {
  position: relative;
  z-index: 2;
  padding-left: 2rem;
  border-left: 3px solid var(--neutral-100);
}

.casestudy-section-standard #casestudy-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Case Study Block */
.casestudy-section-standard .casestudy-block {
  position: relative;
  background: var(--surface-secondary);
  border: 1px solid var(--neutral-100);
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
}

.casestudy-section-standard .casestudy-block:hover {
  border-color: var(--primary-500);
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-500) 10%, transparent);
  transform: translateY(-4px);
}

/* Block Header */
.casestudy-section-standard .block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.casestudy-section-standard .block-line {
  flex: 1;
  height: 1px;
  background: var(--neutral-300);
  transition: background 0.3s ease;
}

.casestudy-section-standard .casestudy-block:hover .block-line {
  background: var(--primary-500);
}

.casestudy-section-standard .block-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--neutral-300);
  margin-left: 1rem;
  font-family: 'Courier New', monospace;
  transition: color 0.3s ease;
}

.casestudy-section-standard .casestudy-block:hover .block-number {
  color: var(--primary-500);
}

/* Block Icon Frame */
.casestudy-section-standard .block-icon-frame {
  width: 80px;
  height: 80px;
  border: 2px solid var(--neutral-100);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}

.casestudy-section-standard .casestudy-block:hover .block-icon-frame {
  border-color: var(--primary-500);
  background: color-mix(in srgb, var(--primary-500) 5%, transparent);
}

.casestudy-section-standard .icon-container {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.casestudy-section-standard .icon-container i {
  font-size: 2rem;
  color: var(--neutral-500);
  transition: color 0.3s ease;
}

.casestudy-section-standard .casestudy-block:hover .icon-container i {
  color: var(--primary-500);
}

/* Block Content */
.casestudy-section-standard .block-content h4 {
  color: var(--text-primary);
  font-size: 1.25rem;
  line-height: 1.4;
}

.casestudy-section-standard .block-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Block Footer */
.casestudy-section-standard .block-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.casestudy-section-standard .footer-line {
  width: 40px;
  height: 2px;
  background: var(--neutral-300);
  transition: all 0.3s ease;
}

.casestudy-section-standard .casestudy-block:hover .footer-line {
  width: 80px;
  background: var(--primary-500);
}

/* Grid Overlay */
.casestudy-section-standard .grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.02;
}

.casestudy-section-standard .grid-line {
  position: absolute;
  background: var(--neutral-500);
}

.casestudy-section-standard .grid-line.vertical {
  width: 1px;
  top: 0;
  bottom: 0;
}

.casestudy-section-standard .grid-line.horizontal {
  height: 1px;
  left: 0;
  right: 0;
}

.casestudy-section-standard .v-1 {
  left: 25%;
}

.casestudy-section-standard .v-2 {
  left: 50%;
}

.casestudy-section-standard .v-3 {
  left: 75%;
}

.casestudy-section-standard .h-1 {
  top: 33%;
}

.casestudy-section-standard .h-2 {
  top: 66%;
}

/* Responsive Design */
@media (max-width: 992px) {
  .casestudy-section-standard #casestudy-title {
    font-size: 2.5rem;
  }
  
  .casestudy-section-standard .section-description {
    padding-left: 0;
    border-left: none;
    border-top: 3px solid var(--neutral-100);
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .casestudy-section-standard #casestudy-title {
    font-size: 2rem;
  }
  
  .casestudy-section-standard .casestudy-block {
    padding: 1.5rem;
  }
  
  .casestudy-section-standard .block-icon-frame {
    width: 64px;
    height: 64px;
  }
  
  .casestudy-section-standard .icon-container {
    width: 40px;
    height: 40px;
  }
  
  .casestudy-section-standard .icon-container i {
    font-size: 1.5rem;
  }
  
  .casestudy-section-standard .block-number {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .casestudy-section-standard .header-line {
    width: 60px;
  }
  
  .casestudy-section-standard #casestudy-subtitle {
    font-size: 0.85rem;
  }
}





/* ================================
   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-pro {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.timeline-section-pro .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.timeline-section-pro .section-subtitle {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.timeline-section-pro .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

/* Modern Card Timeline */
.modern-card-timeline {
  position: relative;
  margin-top: 60px;
}

/* Timeline Card */
.modern-timeline-card {
  background: var(--surface-secondary);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modern-timeline-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-500);
}

.card-featured {
  border-width: 2px;
  border-color: var(--primary-500);
}

/* Card Visual Header */
.card-visual-header {
  background: linear-gradient(135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  padding: 40px 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-featured .card-visual-header {
  background: linear-gradient(135deg,
    var(--primary-700),
    var(--primary-500)
  );
}

/* Visual Number */
.visual-number {
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Visual Icon Wrapper */
.visual-icon-wrapper {
  position: relative;
}

.visual-icon {
  width: 70px;
  height: 70px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.modern-timeline-card:hover .visual-icon {
  transform: scale(1.15) rotate(10deg);
}

.visual-icon i {
  font-size: 2rem;
  color: var(--primary-700);
}

/* Card Body Content */
.card-body-content {
  padding: 35px 30px;
  flex-grow: 1;
}

/* Modern Card Title */
.modern-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 15px;
  line-height: 1.3;
}

/* Modern Card Text */
.modern-card-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
}

/* Card Footer Accent */
.card-footer-accent {
  height: 6px;
  background: linear-gradient(to right,
    var(--primary-500),
    var(--primary-700)
  );
  margin-top: auto;
}

.card-featured .card-footer-accent {
  height: 8px;
}

/* Timeline Connection Dots */
.timeline-connection-dots {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 50px;
}

.connection-dot {
  width: 14px;
  height: 14px;
  background: var(--primary-500);
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 30%, transparent);
  transition: all 0.3s ease;
}

.connection-dot:nth-child(3) {
  background: var(--primary-700);
  transform: scale(1.3);
}

/* Floating Decorative Elements */
.floating-element {
  position: absolute;
  font-size: 3rem;
  opacity: 0.05;
  pointer-events: none;
  animation: float-animation 6s ease-in-out infinite;
}

.element-1 {
  top: 15%;
  left: 8%;
  color: var(--primary-500);
}

.element-2 {
  top: 60%;
  right: 10%;
  color: var(--primary-700);
  animation-delay: 2s;
}

.element-3 {
  bottom: 20%;
  left: 12%;
  color: var(--primary-500);
  animation-delay: 4s;
}

@keyframes float-animation {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* Large Desktop */
@media (min-width: 1400px) {
  .modern-card-timeline .row {
    max-width: 1400px;
    margin: 0 auto;
  }
}

/* Desktop */
@media (max-width: 1199px) {
  .timeline-section-pro .section-title {
    font-size: 2.5rem;
  }

  .modern-card-title {
    font-size: 1.375rem;
  }

  .visual-number {
    font-size: 3rem;
  }

  .visual-icon {
    width: 65px;
    height: 65px;
  }

  .visual-icon i {
    font-size: 1.75rem;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .timeline-section-pro .section-title {
    font-size: 2.25rem;
  }

  .card-visual-header {
    padding: 35px 25px;
  }

  .card-body-content {
    padding: 30px 25px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .timeline-section-pro {
    padding: 60px 0;
  }

  .timeline-section-pro .section-title {
    font-size: 1.875rem;
  }

  .timeline-section-pro .section-subtitle {
    font-size: 1.375rem;
  }

  .timeline-section-pro .section-description {
    font-size: 1rem;
  }

  .modern-card-timeline {
    margin-top: 40px;
  }

  .modern-card-timeline .row {
    row-gap: 30px !important;
  }

  .card-visual-header {
    padding: 30px 20px;
  }

  .visual-number {
    font-size: 2.5rem;
  }

  .visual-icon {
    width: 60px;
    height: 60px;
  }

  .visual-icon i {
    font-size: 1.625rem;
  }

  .card-body-content {
    padding: 25px 20px;
  }

  .modern-card-title {
    font-size: 1.25rem;
  }

  .modern-card-text {
    font-size: 0.9375rem;
  }

  .timeline-connection-dots {
    margin-top: 40px;
    gap: 12px;
  }

  .connection-dot {
    width: 12px;
    height: 12px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .timeline-section-pro .section-title {
    font-size: 1.625rem;
  }

  .timeline-section-pro .section-subtitle {
    font-size: 1.25rem;
  }

  .card-visual-header {
    padding: 25px 15px;
  }

  .visual-number {
    font-size: 2.25rem;
  }

  .visual-icon {
    width: 55px;
    height: 55px;
  }

  .visual-icon i {
    font-size: 1.5rem;
  }

  .card-body-content {
    padding: 20px 15px;
  }

  .modern-card-title {
    font-size: 1.125rem;
  }

  .card-footer-accent {
    height: 5px;
  }

  .floating-element {
    font-size: 2rem;
  }
}





.career-section {
  padding: 80px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  z-index: 0;
  pointer-events: none;
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  right: -150px;
  filter: blur(80px);
}

.blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-300);
  bottom: -100px;
  left: -100px;
  filter: blur(60px);
}

/* Section Header */
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Career Cards */
.career-card {
  background: var(--light);
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid var(--neutral-100);
}

.career-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.card-icon {
  width: 64px;
  height: 64px;
  background: color-mix(in srgb, var(--primary-500) 10%, var(--light) 90%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.card-icon i {
  font-size: 2rem;
  color: var(--primary-500);
}

.career-card:hover .card-icon {
  background: var(--primary-500);
  transform: scale(1.1);
}

.career-card:hover .card-icon i {
  color: var(--light);
}

.card-content {
  position: relative;
}

.career-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.career-role-badge {
  margin-bottom: 1rem;
}

.role-text {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: var(--primary-50);
  color: var(--primary-700);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
}

.career-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .career-card {
    padding: 1.5rem;
  }
  
  .career-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .career-section {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .blob-1, .blob-2 {
    display: none;
  }
}





.coreinfo_wrap_special {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

.coreinfo_organic_shapes_special {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape_blob_1_special {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-100), transparent 70%);
  border-radius: 60% 40% 50% 70% / 50% 60% 40% 50%;
  opacity: 0.4;
  animation: blob-float-1 20s ease-in-out infinite;
}

.shape_blob_2_special {
  position: absolute;
  bottom: 15%;
  left: 10%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--primary-300), transparent 70%);
  border-radius: 40% 60% 50% 70% / 60% 40% 60% 50%;
  opacity: 0.3;
  animation: blob-float-2 25s ease-in-out infinite;
}

.shape_blob_3_special {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-300), transparent 70%);
  border-radius: 50% 60% 40% 70% / 50% 50% 60% 40%;
  opacity: 0.2;
  transform: translate(-50%, -50%);
  animation: blob-float-3 30s ease-in-out infinite;
}

@keyframes blob-float-1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-30px, 20px) scale(1.1); }
  66% { transform: translate(20px, -30px) scale(0.9); }
}

@keyframes blob-float-2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(20px, -25px) scale(1.05); }
  66% { transform: translate(-25px, 20px) scale(0.95); }
}

@keyframes blob-float-3 {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.15); }
}

.coreinfo_title_special {
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: var(--line-height-tight);
  position: relative;
  z-index: 1;
}

.coreinfo_subtitle_special {
  font-size: var(--font-size-lg);
  color: var(--primary-500);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--space-5);
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.coreinfo_desc_special {
  font-size: var(--font-size-lg);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.coreinfo_hex_grid_special {
  position: relative;
  z-index: 1;
  margin-top: var(--space-12);
}

.coreinfo_hex_card_special {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  transition: transform 0.4s ease;
}

.coreinfo_hex_card_special:hover {
  transform: translateY(-12px);
}

.coreinfo_hex_shape_special {
  position: relative;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-6);
  transition: all 0.4s ease;
}

.coreinfo_hex_card_special:hover .coreinfo_hex_shape_special {
  transform: rotate(180deg);
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
}

.coreinfo_hex_shape_special i {
  font-size: 48px;
  color: #ffffff;
  z-index: 1;
}

.coreinfo_hex_content_special {
  background: var(--surface-secondary);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.coreinfo_hex_card_special:hover .coreinfo_hex_content_special {
  border-color: var(--primary-500);
  box-shadow: var(--shadow-md);
}

.coreinfo_card_title_special {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  line-height: var(--line-height-tight);
}

.coreinfo_card_desc_special {
  font-size: var(--font-size-base);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
  margin: 0;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .coreinfo_wrap_special {
    padding: 60px 0;
  }
  
  .shape_blob_1_special,
  .shape_blob_2_special,
  .shape_blob_3_special {
    width: 200px;
    height: 200px;
  }
  
  .coreinfo_title_special {
    font-size: var(--font-size-2xl);
  }
  
  .coreinfo_subtitle_special {
    font-size: var(--font-size-base);
  }
  
  .coreinfo_desc_special {
    font-size: var(--font-size-base);
  }
  
  .coreinfo_hex_shape_special {
    width: 100px;
    height: 100px;
  }
  
  .coreinfo_hex_shape_special i {
    font-size: 40px;
  }
  
  .coreinfo_hex_content_special {
    padding: var(--space-5);
  }
  
  .coreinfo_card_title_special {
    font-size: var(--font-size-lg);
  }
}



/* Contact section */

.contact-section-classic {
  background: linear-gradient(180deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.contact-section-classic .section-header {
  position: relative;
  z-index: 2;
}

.contact-section-classic #contact-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.contact-section-classic #contact-subtitle {
  color: var(--primary-500);
  font-weight: 500;
}

.contact-section-classic #contact-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Contact Form Wrapper */
.contact-section-classic .contact-form-wrapper {
  background: var(--light);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-section-classic .contact-form-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

/* Decorative Shapes in Form */
.contact-section-classic .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  z-index: 0;
}

.contact-section-classic .shape-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  top: -50px;
  right: -50px;
}

.contact-section-classic .shape-2 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  bottom: -30px;
  left: -30px;
}

/* Form Styling */
.contact-section-classic .contact-form {
  position: relative;
  z-index: 1;
}

.contact-section-classic .form-group {
  margin-bottom: 1.5rem;
}

.contact-section-classic .form-label {
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.contact-section-classic .input-wrapper {
  position: relative;
}

.contact-section-classic .input-wrapper i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-500);
  font-size: 1.1rem;
  z-index: 2;
}

.contact-section-classic .input-wrapper textarea + i {
  top: 1.2rem;
  transform: none;
}

.contact-section-classic .form-control {
  padding: 0.875rem 1rem 0.875rem 3rem;
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--surface-primary);
}

.contact-section-classic .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 10%, transparent);
  outline: none;
}

.contact-section-classic textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

/* Checkbox */
.contact-section-classic .form-check {
  padding-left: 1.8rem;
}

.contact-section-classic .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.15rem;
  cursor: pointer;
  border: 2px solid var(--neutral-300);
}

.contact-section-classic .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-classic .form-check-label {
  color: var(--text-secondary);
  font-size: 0.9rem;
  cursor: pointer;
}

/* Submit Button - CRITICAL: Protected styles with !important */
.contact-section-classic .btn-submit {
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.contact-section-classic .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(37, 99, 235, 0.4);
}

.contact-section-classic .btn-submit:active {
  transform: translateY(0);
}

.contact-section-classic .btn-submit i {
  transition: transform 0.3s ease;
}

.contact-section-classic .btn-submit:hover i {
  transform: translateX(5px);
}

/* Contact Info Wrapper */
.contact-section-classic .contact-info-wrapper {
  position: relative;
  height: 100%;
}

.contact-section-classic .contact-info-card {
  background: var(--light);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}

/* Info Items */
.contact-section-classic .info-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--neutral-100);
}

.contact-section-classic .info-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contact-section-classic .icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

.contact-section-classic .icon-wrapper i {
  font-size: 1.5rem;
  color: var(--light);
}

.contact-section-classic .info-content {
  flex: 1;
}

.contact-section-classic .info-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.contact-section-classic .info-text {
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
  font-size: 0.95rem;
}

/* Decorative Circles */
.contact-section-classic .decorative-circles {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.contact-section-classic .circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
}

.contact-section-classic .circle-1 {
  width: 120px;
  height: 120px;
  background: var(--primary-500);
  top: 10%;
  right: 5%;
  animation: float 6s ease-in-out infinite;
}

.contact-section-classic .circle-2 {
  width: 80px;
  height: 80px;
  background: var(--primary-700);
  bottom: 20%;
  right: 15%;
  animation: float 8s ease-in-out infinite 1s;
}

.contact-section-classic .circle-3 {
  width: 60px;
  height: 60px;
  background: var(--primary-300);
  top: 50%;
  right: 25%;
  animation: float 7s ease-in-out infinite 2s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* Social Icons */
.contact-section-classic .social-icons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.contact-section-classic .social-icon {
  width: 45px;
  height: 45px;
  background: var(--surface-primary);
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-section-classic .social-icon:hover {
  background: var(--primary-500);
  border-color: var(--primary-500);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.contact-section-classic .social-icon i {
  font-size: 1.2rem;
  color: var(--text-secondary);
  transition: color 0.3s ease;
}

.contact-section-classic .social-icon:hover i {
  color: var(--light);
}

/* Responsive Design */
@media (max-width: 991px) {
  .contact-section-classic .contact-form-wrapper,
  .contact-section-classic .contact-info-card {
    padding: 2rem;
  }

  .contact-section-classic .info-item {
    gap: 1rem;
  }

  .contact-section-classic .icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .contact-section-classic .icon-wrapper i {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .contact-section-classic .contact-form-wrapper,
  .contact-section-classic .contact-info-card {
    padding: 1.5rem;
  }

  .contact-section-classic #contact-title {
    font-size: 2rem;
  }

  .contact-section-classic .btn-submit {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  .contact-section-classic .social-icons {
    margin-top: 2rem;
  }

  .contact-section-classic .decorative-circles {
    display: none;
  }
}

@media (max-width: 575px) {
  .contact-section-classic .contact-form-wrapper,
  .contact-section-classic .contact-info-card {
    padding: 1.25rem;
  }

  .contact-section-classic .form-control {
    padding: 0.75rem 1rem 0.75rem 2.75rem;
  }

  .contact-section-classic .info-item {
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .contact-section-classic .icon-wrapper {
    width: 55px;
    height: 55px;
  }
}

/* Blog section */

.blog-section {
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Artistic Background Blobs */
.artistic-blob {
  position: absolute;
  border-radius: 60% 40% 50% 50% / 60% 50% 50% 40%;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.artistic-blob-1 {
  width: 600px;
  height: 600px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--secondary-500) 100%);
  top: -200px;
  right: -200px;
  animation: float 20s ease-in-out infinite;
}

.artistic-blob-2 {
  width: 450px;
  height: 450px;
  background: linear-gradient(225deg, var(--primary-500) 0%, var(--primary-700) 100%);
  bottom: -150px;
  left: -150px;
  animation: float 25s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(30px, -30px) rotate(5deg); }
  66% { transform: translate(-30px, 30px) rotate(-5deg); }
}

/* Header Creative Wrapper */
.header-creative-wrapper {
  position: relative;
  z-index: 1;
}

.icon-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.icon-cluster i {
  font-size: 2rem;
  color: var(--primary-700);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.icon-cluster i:hover {
  opacity: 1;
  transform: scale(1.2);
}

/* Section Header Typography */
.section-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--neutral-900);
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.section-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.4;
  font-style: italic;
}

.section-description {
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--neutral-700);
}

/* Creative Blog Cards */
.blog-creative-card {
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.blog-creative-card:hover {
  transform: translateY(-16px) scale(1.02);
  border-color: var(--primary-500);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.15);
}

/* Gradient Overlay */
.card-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-700) 50%, var(--secondary-500) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-creative-card:hover .card-gradient-overlay {
  opacity: 1;
}

/* Corner Decorations */
.corner-decoration {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid var(--primary-500);
  opacity: 0;
  transition: all 0.4s ease;
}

.corner-tl {
  top: 15px;
  left: 15px;
  border-right: none;
  border-bottom: none;
  border-radius: 8px 0 0 0;
}

.corner-br {
  bottom: 15px;
  right: 15px;
  border-left: none;
  border-top: none;
  border-radius: 0 0 8px 0;
}

.blog-creative-card:hover .corner-decoration {
  opacity: 0.6;
}

/* Icon Header */
.card-icon-header {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.icon-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-300) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
}

.icon-wrapper::before {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}

.blog-creative-card:hover .icon-wrapper::before {
  opacity: 0.3;
}

.icon-wrapper i {
  font-size: 2.5rem;
  color: var(--primary-700);
  transition: all 0.4s ease;
}

.blog-creative-card:hover .icon-wrapper {
  transform: rotate(360deg) scale(1.1);
}

/* Card Content */
.card-content-area {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-headline {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--neutral-900);
  line-height: 1.4;
  margin-bottom: 1.25rem;
  transition: color 0.3s ease;
}

.blog-creative-card:hover .card-headline {
  color: var(--primary-700);
}

.card-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--neutral-700);
  margin-bottom: 2rem;
  flex-grow: 1;
}

/* Card Action Area */
.card-action-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding-top: 1.5rem;
  border-top: 2px solid var(--neutral-100);
  transition: border-color 0.3s ease;
}

.blog-creative-card:hover .card-action-area {
  border-color: var(--primary-300);
}

.creative-link {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary-700);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.creative-link:hover {
  color: var(--primary-900);
  letter-spacing: 1px;
}

.link-arrow i {
  font-size: 1.8rem;
  color: var(--primary-500);
  transition: transform 0.4s ease;
}

.blog-creative-card:hover .link-arrow i {
  transform: translateX(8px) rotate(45deg);
}

/* Floating Decorative Shapes */
.decorative-shape-floating {
  position: absolute;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}

.decorative-shape-floating i {
  font-size: 3rem;
  color: var(--primary-700);
}

.shape-float-1 {
  top: 20%;
  left: 5%;
  animation: float 15s ease-in-out infinite;
}

.shape-float-2 {
  top: 60%;
  right: 8%;
  animation: float 18s ease-in-out infinite reverse;
}

.shape-float-3 {
  bottom: 15%;
  left: 50%;
  animation: float 22s ease-in-out infinite;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .icon-cluster {
    gap: 1.2rem;
  }
  
  .icon-cluster i {
    font-size: 1.7rem;
  }
  
  .icon-wrapper {
    width: 80px;
    height: 80px;
  }
  
  .icon-wrapper i {
    font-size: 2.2rem;
  }
  
  .blog-creative-card {
    padding: 2rem 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .blog-creative-card {
    padding: 2rem 1.5rem;
  }
  
  .icon-wrapper {
    width: 70px;
    height: 70px;
  }
  
  .icon-wrapper i {
    font-size: 2rem;
  }
  
  .artistic-blob {
    display: none;
  }
  
  .decorative-shape-floating {
    display: none;
  }
}

/* Ensure all cards have equal height */
.row.g-4 {
  display: flex;
  flex-wrap: wrap;
}

.blog-section [class*="col-"] {
  display: flex;
}







/* Faq section */

.faq-section-058 {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Floating Icon Group */
.faq-section-058 .floating-icon-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  height: 80px;
}

.faq-section-058 .icon-float {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  animation: float-bounce 3s ease-in-out infinite;
}

.faq-section-058 .icon-float i {
  font-size: 1.75rem;
  color: var(--light);
}

.faq-section-058 .icon-1 {
  animation-delay: 0s;
}

.faq-section-058 .icon-2 {
  animation-delay: 1s;
  width: 80px;
  height: 80px;
}

.faq-section-058 .icon-2 i {
  font-size: 2rem;
}

.faq-section-058 .icon-3 {
  animation-delay: 2s;
}

@keyframes float-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Typography */
.faq-section-058 #faq-title {
  color: var(--text-primary);
}

.faq-section-058 #faq-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.faq-section-058 #faq-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* FAQ Item */
.faq-section-058 .faq-item {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

/* FAQ Card */
.faq-section-058 .faq-card {
  border: none;
  border-radius: 16px;
  background: var(--surface-primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.faq-section-058 .faq-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}

.faq-section-058 .faq-card:hover::before {
  transform: scaleY(1);
}

.faq-section-058 .faq-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateX(5px);
}

/* Card Body */
.faq-section-058 .faq-card .card-body {
  padding: 2rem;
}

/* FAQ Icon Badge */
.faq-section-058 .faq-icon-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: color-mix(in srgb, var(--primary-500) 12%, var(--surface-primary) 88%);
  border-radius: 12px;
  margin-right: 1.5rem;
  transition: all 0.3s ease;
}

.faq-section-058 .faq-card:hover .faq-icon-badge {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
  transform: rotate(5deg) scale(1.05);
}

.faq-section-058 .faq-icon-badge i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.faq-section-058 .faq-card:hover .faq-icon-badge i {
  color: var(--light);
}

/* Question and Answer */
.faq-section-058 .faq-card h4 {
  color: var(--text-primary);
  font-weight: 600;
  line-height: 1.4;
}

.faq-section-058 .faq-card p {
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Gradient Orbs */
.faq-section-058 .gradient-orbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.faq-section-058 .orb {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  opacity: 0.06;
  filter: blur(60px);
}

.faq-section-058 .orb-1 {
  width: 500px;
  height: 500px;
  top: -150px;
  right: -100px;
  animation: orb-float-1 20s ease-in-out infinite;
}

.faq-section-058 .orb-2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  left: -100px;
  animation: orb-float-2 25s ease-in-out infinite;
}

@keyframes orb-float-1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-30px, 30px) scale(1.1);
  }
}

@keyframes orb-float-2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.15);
  }
}

/* Content Positioning */
.faq-section-058 > .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .faq-section-058 .floating-icon-group {
    gap: 1.5rem;
    height: 70px;
  }

  .faq-section-058 .icon-float {
    width: 60px;
    height: 60px;
  }

  .faq-section-058 .icon-float i {
    font-size: 1.5rem;
  }

  .faq-section-058 .icon-2 {
    width: 70px;
    height: 70px;
  }

  .faq-section-058 .icon-2 i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .faq-section-058 .floating-icon-group {
    gap: 1rem;
    height: 60px;
  }

  .faq-section-058 .icon-float {
    width: 50px;
    height: 50px;
  }

  .faq-section-058 .icon-float i {
    font-size: 1.25rem;
  }

  .faq-section-058 .icon-2 {
    width: 55px;
    height: 55px;
  }

  .faq-section-058 .icon-2 i {
    font-size: 1.35rem;
  }

  .faq-section-058 .faq-card .card-body {
    padding: 1.5rem;
  }

  .faq-section-058 .faq-card .d-flex {
    flex-direction: column;
  }

  .faq-section-058 .faq-icon-badge {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .faq-section-058 .gradient-orbs {
    display: none;
  }
}

/* Accessibility */
.faq-section-058 .faq-card:focus-within {
  outline: 2px solid var(--primary-500);
  outline-offset: 4px;
}


.gallery-section-clean {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.gallery-geometric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.gallery-block {
  position: relative;
  overflow: hidden;
  background: var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.gallery-block:hover {
  transform: translateY(-10px);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    inset 0 0 0 2px var(--primary-500);
}

.block-large {
  grid-column: span 2;
  grid-row: span 2;
}

.block-medium {
  grid-column: span 1;
  grid-row: span 1;
}

.block-wide {
  grid-column: span 2;
  grid-row: span 1;
}

.block-small {
  grid-column: span 1;
  grid-row: span 1;
}

.block-inner {
  width: 100%;
  height: 100%;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.block-large .block-inner {
  min-height: 520px;
}

.block-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: grayscale(0.2);
}

.gallery-block:hover .block-inner img {
  transform: scale(1.15);
  filter: grayscale(0) brightness(1.1);
}

.geometric-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 70%, transparent) 0%,
    color-mix(in srgb, var(--neutral-900) 50%, transparent) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-block:hover .geometric-overlay {
  opacity: 0.85;
}

/* Geometric shapes in overlay */
.shape-square,
.shape-circle,
.shape-triangle,
.shape-hexagon,
.shape-diamond {
  width: 60px;
  height: 60px;
  border: 3px solid var(--surface-primary);
  opacity: 0;
  transform: scale(0.5) rotate(0deg);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.gallery-block:hover .shape-square,
.gallery-block:hover .shape-circle,
.gallery-block:hover .shape-triangle,
.gallery-block:hover .shape-hexagon,
.gallery-block:hover .shape-diamond {
  opacity: 1;
  transform: scale(1) rotate(360deg);
}

.shape-circle {
  border-radius: 50%;
}

.shape-triangle {
  width: 0;
  height: 0;
  border: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 52px solid var(--surface-primary);
}

.shape-hexagon {
  width: 50px;
  height: 29px;
  background: var(--surface-primary);
  border: none;
  position: relative;
}

.shape-hexagon:before,
.shape-hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.shape-hexagon:before {
  bottom: 100%;
  border-bottom: 14.5px solid var(--surface-primary);
}

.shape-hexagon:after {
  top: 100%;
  border-top: 14.5px solid var(--surface-primary);
}

.shape-diamond {
  transform: rotate(45deg);
}

.gallery-block:hover .shape-diamond {
  transform: rotate(405deg);
}

/* Grid pattern overlay */
.grid-pattern {
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--surface-primary) 2px, transparent 2px),
    linear-gradient(90deg, var(--surface-primary) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-block:hover .grid-pattern {
  opacity: 0.5;
}

/* Overlay lines */
.overlay-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.line {
  position: absolute;
  background: var(--surface-primary);
  opacity: 0;
  transition: all 0.5s ease;
}

.line-1 {
  width: 2px;
  height: 0;
  top: 0;
  left: 50%;
}

.line-2 {
  width: 0;
  height: 2px;
  top: 50%;
  left: 0;
}

.gallery-block:hover .line-1 {
  height: 100%;
  opacity: 1;
}

.gallery-block:hover .line-2 {
  width: 100%;
  opacity: 1;
}

/* Corner frame */
.corner-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.gallery-block:hover .corner-frame {
  opacity: 1;
}

.corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-500);
}

.corner-tl {
  top: 15px;
  left: 15px;
  border-right: none;
  border-bottom: none;
}

.corner-tr {
  top: 15px;
  right: 15px;
  border-left: none;
  border-bottom: none;
}

.corner-bl {
  bottom: 15px;
  left: 15px;
  border-right: none;
  border-top: none;
}

.corner-br {
  bottom: 15px;
  right: 15px;
  border-left: none;
  border-top: none;
}

/* Decorative geometric elements */
.geometric-decoration {
  position: absolute;
  font-size: 3rem;
  color: var(--primary-300);
  opacity: 0.1;
  pointer-events: none;
}

.geometric-decoration.deco-1 {
  top: 100px;
  right: 50px;
  transform: rotate(15deg);
}

.geometric-decoration.deco-2 {
  bottom: 150px;
  left: 80px;
  transform: rotate(-20deg);
}

.geometric-decoration.deco-3 {
  top: 50%;
  right: 100px;
  transform: rotate(30deg);
}

.grid-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--neutral-300) 30%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--neutral-300) 30%, transparent) 1px, transparent 1px);
  background-size: 100px 100px;
  opacity: 0.3;
  pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .gallery-geometric-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .block-large {
    grid-column: span 2;
    grid-row: span 1;
  }
  
  .block-large .block-inner {
    min-height: 350px;
  }
  
  .block-wide {
    grid-column: span 2;
  }
  
  .block-inner {
    min-height: 200px;
  }
}

@media (max-width: 575px) {
  .gallery-geometric-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .block-large,
  .block-medium,
  .block-wide,
  .block-small {
    grid-column: span 1;
    grid-row: span 1;
  }
  
  .block-inner,
  .block-large .block-inner {
    min-height: 250px;
  }
}





/* ================================
   Footer v-128 - Professional Blue Theme
   ================================ */

.footer-bold {
  position: relative;
  padding: 100px 0 40px;
  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('PAB_assets/PAB_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  overflow: hidden;
}

.footer-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-700) 85%, transparent);
  z-index: 1;
}

.footer-bold .container {
  z-index: 2;
}

/* Brand Section */
.footer-brand {
  position: relative;
}

.brand-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.brand-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

.decorative-accent-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(
    90deg,
    #ffffff,
    color-mix(in srgb, var(--primary-300) 70%, transparent)
  );
  border-radius: 2px;
  margin-bottom: 1rem;
}

.icon-group {
  display: flex;
  gap: 1rem;
}

.icon-group i {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.icon-group i:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

/* Footer Columns */
.footer-column {
  position: relative;
}

.column-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
}

.column-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
}

/* Footer Links */
.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
}

.footer-link i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
  padding-left: 0.5rem;
}

.footer-link:hover i {
  transform: translateX(3px);
}

.decorative-icon-wrapper {
  position: relative;
  display: inline-block;
}

.decorative-icon-wrapper i {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.1);
}

/* Contact Info Grid */
.contact-info-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-radius: 8px;
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: color-mix(in srgb, var(--primary-500) 20%, transparent);
  border-left-color: #ffffff;
  transform: translateX(5px);
}

.contact-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
}

.contact-icon i {
  font-size: 1.25rem;
  color: #ffffff;
}

.contact-details {
  flex: 1;
}

.contact-text {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Decorative Shape */
.decorative-shape-circle {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.disclaimer-text {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

.copyright-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

/* Decorative Background Elements */
.decorative-blob-1,
.decorative-blob-2 {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.1;
}

.decorative-blob-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 70%
  );
  top: -100px;
  right: -50px;
  animation: float 20s ease-in-out infinite;
}

.decorative-blob-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.2) 0%,
    transparent 70%
  );
  bottom: -150px;
  left: -100px;
  animation: float 25s ease-in-out infinite reverse;
}

.decorative-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 1;
  pointer-events: none;
}

/* Animations */
@keyframes float {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-bold {
    padding: 80px 0 40px;
    background-attachment: scroll;
  }

  .brand-name {
    font-size: 1.5rem;
  }

  .contact-info-grid {
    gap: 1rem;
  }

  .contact-item {
    padding: 0.875rem;
  }

  .decorative-shape-circle {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-bold {
    padding: 60px 0 30px;
  }

  .brand-name {
    font-size: 1.35rem;
  }

  .brand-description {
    font-size: 0.9rem;
  }

  .column-title {
    font-size: 1.15rem;
  }

  .contact-item {
    flex-direction: row;
    gap: 0.875rem;
  }

  .contact-icon {
    width: 36px;
    height: 36px;
  }

  .contact-icon i {
    font-size: 1.1rem;
  }

  .footer-bottom {
    text-align: center;
  }

  .copyright-text {
    text-align: center !important;
    margin-top: 1rem;
  }

  .decorative-blob-1,
  .decorative-blob-2 {
    display: none;
  }
}

@media (max-width: 575px) {
  .footer-bold {
    padding: 50px 0 30px;
  }

  .icon-group {
    gap: 0.75rem;
  }

  .icon-group i {
    font-size: 1.25rem;
  }

  .contact-text {
    font-size: 0.875rem;
  }

  .disclaimer-text {
    font-size: 0.8rem;
  }

  .copyright-text {
    font-size: 0.85rem;
  }
}

/* High Contrast & Accessibility */
@media (prefers-contrast: high) {
  .footer-bold {
    background: color-mix(in srgb, var(--primary-700) 100%, transparent);
  }

  .footer-background-overlay {
    background: color-mix(in srgb, var(--primary-700) 95%, transparent);
  }

  .brand-description,
  .contact-text,
  .disclaimer-text {
    color: #ffffff;
  }

  .footer-link {
    color: #ffffff;
  }

  .contact-item {
    border-left-width: 4px;
    border-left-color: #ffffff;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .footer-bold * {
    animation: none !important;
    transition: none !important;
  }

  .decorative-blob-1,
  .decorative-blob-2 {
    animation: none;
  }
}

/* Print Styles */
@media print {
  .footer-bold {
    background: white;
    color: black;
    padding: 30px 0;
  }

  .footer-background-overlay,
  .decorative-blob-1,
  .decorative-blob-2,
  .decorative-grid-pattern {
    display: none;
  }

  .brand-name,
  .column-title,
  .contact-text,
  .disclaimer-text,
  .copyright-text {
    color: black;
  }
}

.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;
  }
}





/* Universal section */

.additional-universal-section.v-048 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-section.v-048 .section-header {
  position: relative;
  z-index: 2;
}

.additional-universal-section.v-048 .minimal-accent {
  width: 80px;
  height: 2px;
  background: var(--primary-500);
  margin: 0 auto 32px;
  transition: width 0.6s ease;
}

.additional-universal-section.v-048 .section-header:hover .minimal-accent {
  width: 120px;
}

.additional-universal-section.v-048 .section-title {
  font-size: 2.75rem;
  font-weight: 300;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.additional-universal-section.v-048 .section-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 24px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.additional-universal-section.v-048 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
  font-weight: 300;
}

/* Modern Cards */
.additional-universal-section.v-048 .modern-card {
  height: 100%;
  background: var(--surface-primary);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  border-radius: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.additional-universal-section.v-048 .modern-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, color-mix(in srgb, var(--primary-50) 30%, transparent 70%) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-section.v-048 .modern-card:hover {
  border-color: var(--primary-500);
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.additional-universal-section.v-048 .modern-card:hover::before {
  opacity: 1;
}

.additional-universal-section.v-048 .modern-card.featured {
  border-width: 2px;
  border-color: var(--primary-500);
}

.additional-universal-section.v-048 .card-inner {
  padding: 40px;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.additional-universal-section.v-048 .modern-card.featured .card-inner {
  padding: 48px;
}

.additional-universal-section.v-048 .icon-wrapper {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.additional-universal-section.v-048 .modern-card:hover .icon-wrapper {
  background: var(--primary-500);
  transform: rotate(180deg);
}

.additional-universal-section.v-048 .icon-wrapper i {
  font-size: 28px;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.additional-universal-section.v-048 .modern-card:hover .icon-wrapper i {
  color: var(--light);
}

.additional-universal-section.v-048 .icon-wrapper.featured-icon {
  width: 72px;
  height: 72px;
  border-width: 3px;
}

.additional-universal-section.v-048 .icon-wrapper.featured-icon i {
  font-size: 32px;
}

.additional-universal-section.v-048 .modern-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.additional-universal-section.v-048 .modern-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
  font-weight: 300;
  flex: 1;
}

.additional-universal-section.v-048 .card-divider {
  width: 40px;
  height: 2px;
  background: var(--primary-500);
  margin-top: auto;
  transition: width 0.4s ease;
}

.additional-universal-section.v-048 .modern-card:hover .card-divider {
  width: 80px;
}

.additional-universal-section.v-048 .featured-content {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.additional-universal-section.v-048 .text-content {
  flex: 1;
}

/* Minimal Decorations */
.additional-universal-section.v-048 .minimal-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.additional-universal-section.v-048 .accent-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--neutral-300), transparent);
}

.additional-universal-section.v-048 .accent-line.line-1 {
  width: 300px;
  top: 25%;
  right: 0;
}

.additional-universal-section.v-048 .accent-line.line-2 {
  width: 250px;
  bottom: 35%;
  left: 0;
}

.additional-universal-section.v-048 .accent-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.3;
}

.additional-universal-section.v-048 .accent-dot.dot-1 {
  top: 15%;
  right: 10%;
}

.additional-universal-section.v-048 .accent-dot.dot-2 {
  bottom: 20%;
  left: 8%;
}

.additional-universal-section.v-048 .accent-dot.dot-3 {
  top: 60%;
  right: 15%;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .additional-universal-section.v-048 .featured-content {
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 991.98px) {
  .additional-universal-section.v-048 {
    padding: 80px 0;
  }

  .additional-universal-section.v-048 .section-title {
    font-size: 2.25rem;
  }

  .additional-universal-section.v-048 .section-subtitle {
    font-size: 1.125rem;
  }

  .additional-universal-section.v-048 .card-inner {
    padding: 32px;
  }

  .additional-universal-section.v-048 .modern-card.featured .card-inner {
    padding: 36px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section.v-048 {
    padding: 60px 0;
  }

  .additional-universal-section.v-048 .section-title {
    font-size: 1.875rem;
  }

  .additional-universal-section.v-048 .section-subtitle {
    font-size: 1rem;
  }

  .additional-universal-section.v-048 .card-inner {
    padding: 28px;
  }

  .additional-universal-section.v-048 .modern-card.featured .card-inner {
    padding: 32px;
  }

  .additional-universal-section.v-048 .icon-wrapper {
    width: 52px;
    height: 52px;
  }

  .additional-universal-section.v-048 .icon-wrapper i {
    font-size: 24px;
  }

  .additional-universal-section.v-048 .icon-wrapper.featured-icon {
    width: 64px;
    height: 64px;
  }

  .additional-universal-section.v-048 .icon-wrapper.featured-icon i {
    font-size: 28px;
  }

  .additional-universal-section.v-048 .modern-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section.v-048 {
    padding: 50px 0;
  }

  .additional-universal-section.v-048 .card-inner {
    padding: 24px;
  }

  .additional-universal-section.v-048 .modern-card.featured .card-inner {
    padding: 28px;
  }

  .additional-universal-section.v-048 .featured-content {
    gap: 20px;
  }
}





/* Universal section */
/* Theme: earth-01 */

.additional-universal-section {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  z-index: 1;
}

.header-icon-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.header-icon-group i {
  font-size: 2rem;
  color: var(--primary-500);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.header-icon-group i:hover {
  transform: scale(1.2) rotate(10deg);
  opacity: 1;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
}

/* Accordion */
.content-accordion {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.accordion-item {
  background: var(--surface-primary);
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item:hover {
  border-color: var(--primary-300);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  transform: translateX(8px);
}

.accordion-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.75rem 2rem;
  cursor: default;
}

.header-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.accordion-item:hover .header-icon {
  transform: rotate(10deg) scale(1.1);
}

.header-icon i {
  font-size: 1.75rem;
  color: var(--light);
}

.header-content {
  flex: 1;
}

.accordion-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0;
  line-height: 1.3;
}

.header-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-500);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.accordion-item:hover .header-accent {
  opacity: 1;
}

.accordion-body {
  padding: 0 2rem 1.75rem 2rem;
  padding-left: calc(60px + 3.25rem);
}

.accordion-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Elements */
.decorative-leaf {
  position: absolute;
  font-size: 4rem;
  color: var(--primary-300);
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.leaf-1 {
  top: 10%;
  left: 5%;
  transform: rotate(-20deg);
}

.leaf-2 {
  bottom: 15%;
  right: 8%;
  transform: rotate(30deg);
}

.decorative-pattern {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .accordion-header {
    padding: 1.5rem 1.5rem;
    gap: 1rem;
  }

  .accordion-body {
    padding: 0 1.5rem 1.5rem 1.5rem;
    padding-left: calc(60px + 2.5rem);
  }

  .header-icon {
    width: 55px;
    height: 55px;
  }

  .header-icon i {
    font-size: 1.5rem;
  }

  .accordion-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .accordion-header {
    padding: 1.25rem;
    gap: 0.875rem;
  }

  .accordion-body {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }

  .header-icon {
    width: 50px;
    height: 50px;
  }

  .header-icon i {
    font-size: 1.375rem;
  }

  .accordion-title {
    font-size: 1.25rem;
  }

  .accordion-description {
    font-size: 1rem;
  }

  .decorative-leaf {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .header-icon-group {
    gap: 0.75rem;
  }

  .header-icon-group i {
    font-size: 1.5rem;
  }

  .accordion-item {
    margin-bottom: 1rem;
  }

  .accordion-item:hover {
    transform: translateX(4px);
  }

  .accordion-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .accordion-body {
    padding-left: 1.25rem;
  }
}





.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.technical-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.badge-line {
  width: 30px;
  height: 2px;
  background: var(--primary-500);
}

.badge-square {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  transform: rotate(45deg);
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
}

/* Steps Container */
.steps-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
}

.step-item {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.step-item:last-child {
  margin-bottom: 0;
}

/* Step Number */
.step-number-wrapper {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step-number {
  width: 80px;
  height: 80px;
  background: var(--surface-secondary);
  border: 3px solid var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--primary-500);
  position: relative;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  transition: all 0.3s ease;
}

.step-number::before {
  content: '';
  position: absolute;
  inset: 6px;
  background: var(--surface-secondary);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  z-index: -1;
}

.step-item:hover .step-number {
  background: var(--primary-500);
  color: var(--light);
  transform: scale(1.1);
}

.step-number-final {
  background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%));
  color: var(--light);
}

.step-connector {
  width: 3px;
  height: 60px;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
  margin: 0.5rem 0;
}

.step-final .step-connector {
  display: none;
}

/* Step Content */
.step-content {
  flex: 1;
  background: var(--surface-secondary);
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
  position: relative;
}

.step-item:hover .step-content {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-700);
}

.step-icon-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--primary-50);
  border-radius: 8px;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.step-item:hover .step-icon-group {
  background: var(--primary-300);
  transform: rotate(5deg);
}

.step-icon-group i {
  font-size: 1.75rem;
  color: var(--primary-700);
}

.step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.step-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Technical Decorations */
.grid-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(0deg, transparent 24%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 25%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 26%, transparent 27%, transparent 74%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 75%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 25%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 26%, transparent 27%, transparent 74%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 75%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 76%, transparent 77%, transparent);
  background-size: 80px 80px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}

.corner-decoration {
  position: absolute;
  width: 120px;
  height: 120px;
  pointer-events: none;
  z-index: 1;
}

.corner-top-left {
  top: 0;
  left: 0;
  border-top: 4px solid var(--primary-300);
  border-left: 4px solid var(--primary-300);
}

.corner-bottom-right {
  bottom: 0;
  right: 0;
  border-bottom: 4px solid var(--primary-300);
  border-right: 4px solid var(--primary-300);
}

.corner-decoration::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
}

.corner-top-left::before {
  top: -2px;
  left: -2px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.corner-bottom-right::before {
  bottom: -2px;
  right: -2px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .step-number {
    width: 70px;
    height: 70px;
    font-size: 1.5rem;
  }
  
  .step-content {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .step-item {
    gap: 1.25rem;
  }
  
  .step-number {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
  
  .step-connector {
    height: 40px;
  }
  
  .step-content {
    padding: 1.25rem;
  }
  
  .step-title {
    font-size: 1.25rem;
  }
  
  .step-icon-group {
    width: 48px;
    height: 48px;
  }
  
  .step-icon-group i {
    font-size: 1.5rem;
  }
}





/* Universal section */
/* Theme: earth-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: 750px;
}

/* Features List */
.features-list {
  position: relative;
  z-index: 2;
}

/* Feature Item */
.feature-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
  background: var(--surface-secondary);
  border-left: 4px solid var(--primary-500);
  border-radius: 12px;
  box-shadow: 0 2px 12px color-mix(in srgb, var(--neutral-500) 8%, transparent 92%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-item:hover {
  transform: translateX(8px);
  box-shadow: 0 6px 24px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-left-width: 6px;
}

/* Feature Icon Wrapper */
.feature-icon-wrapper {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}

.icon-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    color-mix(in srgb, var(--primary-100) 70%, var(--primary-50) 30%)
  );
  border-radius: 16px;
  transition: all 0.3s ease;
}

.feature-item:hover .icon-background {
  transform: rotate(8deg) scale(1.05);
  background: linear-gradient(
    135deg,
    var(--primary-100),
    color-mix(in srgb, var(--primary-300) 60%, var(--primary-100) 40%)
  );
}

.feature-icon-wrapper i {
  position: relative;
  font-size: 2rem;
  color: var(--primary-500);
  z-index: 1;
  transition: all 0.3s ease;
}

.feature-item:hover .feature-icon-wrapper i {
  transform: scale(1.1);
  color: color-mix(in srgb, var(--primary-500) 90%, var(--primary-700) 10%);
}

/* Feature Content */
.feature-content {
  flex: 1;
  min-width: 0;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.feature-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Feature Decoration */
.feature-decoration {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 8%, transparent 92%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Background Elements */
.background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.25;
}

.blob-1 {
  width: 350px;
  height: 350px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  top: -100px;
  left: -100px;
  animation: float-blob 15s ease-in-out infinite;
}

.blob-2 {
  width: 280px;
  height: 280px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    transparent
  );
  bottom: -80px;
  right: -80px;
  animation: float-blob 18s ease-in-out infinite 3s;
}

.decorative-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  border-radius: 50%;
  top: 40%;
  right: 5%;
  animation: rotate-circle 20s linear infinite;
}

@keyframes float-blob {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

@keyframes rotate-circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .feature-item {
    gap: 1.25rem;
    padding: 1.75rem;
  }
  
  .feature-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .feature-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-header {
    margin-bottom: 2.5rem !important;
  }
  
  .feature-item {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .feature-item:hover {
    transform: translateY(-4px) translateX(0);
  }
  
  .feature-icon-wrapper {
    width: 56px;
    height: 56px;
  }
  
  .feature-icon-wrapper i {
    font-size: 1.5rem;
  }
  
  .feature-title {
    font-size: 1.125rem;
  }
}





/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Decorative Divider */
.decorative-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 60%, var(--primary-300) 40%)
  );
  border-radius: 2px;
}

/* Feature Cards */
.feature-card {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
  border-radius: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-color: color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.feature-card.featured {
  background: color-mix(in srgb, var(--primary-50) 80%, var(--surface-secondary) 20%);
  border-color: color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
}

/* Card Icon */
.card-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%)
  );
  border-radius: 12px;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
}

.card-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--light);
}

/* Card Content */
.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.card-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Card Decoration */
.card-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Background Shapes */
.background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  top: -100px;
  left: -100px;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
    transparent
  );
  bottom: 100px;
  right: -50px;
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
    transparent
  );
  top: 50%;
  left: 10%;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .feature-card {
    padding: 1.75rem;
  }
  
  .card-icon-wrapper {
    width: 56px;
    height: 56px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-header {
    margin-bottom: 2.5rem !important;
  }
  
  .feature-card {
    padding: 1.5rem;
  }
}





/* Universal section */
/* Theme: creative-purple-01 */

.add_wrap {
  padding: var(--section-py) 0;
  background: linear-gradient(to bottom, white 0%, var(--neutral-50) 100%);
  position: relative;
}

/* Header Styles */
.add_header {
  margin-bottom: var(--space-10, var(--space-8));
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.add_title {
  font-family: var(--elite_section_title);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.15;
}

.add_subtitle {
  font-family: var(--studio_body_large);
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1.4;
}

.add_description {
  font-family: var(--app_body_base);
  font-size: 1.0625rem;
  color: var(--text-body);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Elements Grid */
.add_elements_grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.add_row_element {
  position: relative;
}

.add_row_element::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100% + 40px);
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}

.add_row_element:hover::before {
  opacity: 1;
}

.add_row_element > * {
  position: relative;
  z-index: 1;
}

/* Image Placeholder */
.add_image_placeholder {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 4rem;
  overflow: hidden;
  position: relative;
}

.add_image_placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

/* Content Styles */
.add_content {
  padding: var(--space-4);
}

.add_elem_title {
  font-family: var(--studio_body_large);
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  line-height: 1.3;
  position: relative;
  padding-left: var(--space-4);
}

.add_elem_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 4px;
  height: 1.5em;
  background: var(--primary-500);
  border-radius: 2px;
}

.add_elem_desc {
  font-family: var(--app_body_base);
  font-size: 1rem;
  color: var(--text-body);
  margin: 0;
  line-height: 1.7;
  padding-left: var(--space-4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--space-8) 0;
  }
  
  .add_elements_grid {
    gap: var(--space-6);
  }
  
  .add_row_element::before {
    display: none;
  }
  
  .add_image_placeholder {
    aspect-ratio: 16 / 9;
    font-size: 3rem;
    margin-bottom: var(--space-4);
  }
  
  .add_content {
    padding: var(--space-2);
  }
  
  .add_elem_title,
  .add_elem_desc {
    padding-left: var(--space-3);
  }
  
  .add_elem_title::before {
    width: 3px;
  }
}








/* Universal section */
/* Theme: modern-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Content */
.header-content {
  position: relative;
  z-index: 2;
}

.accent-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--primary-500);
  border-radius: 10px;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.accent-badge i {
  font-size: 1.25rem;
  color: var(--light);
}

.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;
}

/* Description Wrapper */
.description-wrapper {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
}

.section-description {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 0;
}

.description-decoration {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 80px;
  height: 80px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

/* Content Item Base */
.content-item {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.content-item:hover {
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  transform: translateY(-4px);
}

/* Featured Item - Large */
.featured-item {
  grid-column: span 7;
  background: linear-gradient(
    135deg,
    var(--surface-secondary),
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-secondary) 50%)
  );
}

.item-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--primary-500);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}

.item-badge i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Compact Items */
.compact-item {
  grid-column: span 5;
}

.compact-item:first-of-type {
  grid-column: span 5;
}

.compact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    color-mix(in srgb, var(--primary-100) 80%, var(--primary-50) 20%)
  );
  border-radius: 10px;
  margin-bottom: 1rem;
}

.compact-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Horizontal Items */
.horizontal-item {
  grid-column: span 6;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.horizontal-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  border-radius: 14px;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.horizontal-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

.horizontal-content {
  flex: 1;
}

/* Typography */
.item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.item-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Item Decorations */
.item-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.decoration-1 {
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
    transparent
  );
  bottom: -50px;
  right: -50px;
}

/* Background Elements */
.background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.25;
}

.shape-1 {
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
    transparent
  );
  top: 10%;
  right: 10%;
  animation: float-smooth 10s ease-in-out infinite;
}

.shape-2 {
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  bottom: 20%;
  left: 5%;
  animation: float-smooth 12s ease-in-out infinite 2s;
}

.shape-3 {
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 18%, transparent 82%),
    transparent
  );
  top: 50%;
  left: 50%;
  animation: float-smooth 8s ease-in-out infinite 4s;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--primary-50) 30%, transparent 70%)
  );
  opacity: 0.5;
}

@keyframes float-smooth {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(15px, -15px);
  }
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .featured-item,
  .compact-item,
  .horizontal-item {
    grid-column: span 12;
  }
  
  .description-wrapper {
    padding: 1.5rem;
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .content-grid {
    gap: 1rem;
  }
  
  .content-item {
    padding: 1.5rem;
  }
  
  .horizontal-item {
    flex-direction: column;
    gap: 1rem;
  }
  
  .description-wrapper {
    padding: 1.25rem;
  }
  
  .item-title {
    font-size: 1.125rem;
  }
}





/* Universal section */

.additional-universal-section.v-060 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 15%, var(--surface-primary) 85%) 50%, var(--surface-primary) 100%);
  overflow: hidden;
}

/* Section Header */
.v-060 .section-header {
  position: relative;
  z-index: 2;
}

.v-060 .header-dots {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 30px;
}

.v-060 .header-dots .dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: dot-bounce 1.5s ease-in-out infinite;
}

.v-060 .header-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.v-060 .header-dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.v-060 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-060 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-060 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Split Content Wrapper */
.v-060 .split-content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Split Block */
.v-060 .split-block {
  position: relative;
}

/* Content Box */
.v-060 .content-box {
  padding: 20px 0;
}

.v-060 .content-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  transition: transform 0.4s ease;
}

.v-060 .split-block:hover .content-icon {
  transform: scale(1.1) rotate(5deg);
}

.v-060 .content-icon i {
  font-size: 32px;
  color: var(--light);
}

.v-060 .content-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-060 .content-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Visual Box */
.v-060 .visual-box {
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-060 .visual-element {
  width: 280px;
  height: 280px;
  position: relative;
}

.v-060 .visual-element.circle-pattern {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 15%, transparent 85%), color-mix(in srgb, var(--primary-700) 15%, transparent 85%));
  border-radius: 50%;
  border: 4px solid var(--primary-500);
  animation: pulse-rotate 8s ease-in-out infinite;
}

.v-060 .visual-element.square-grid {
  background-image: 
    linear-gradient(to right, var(--primary-500) 2px, transparent 2px),
    linear-gradient(to bottom, var(--primary-500) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0.3;
  border-radius: 20px;
  animation: grid-shift 10s linear infinite;
}

.v-060 .visual-element.wave-pattern {
  background: 
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-500) 20%, transparent 80%) 0%, transparent 70%),
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-700) 20%, transparent 80%) 0%, transparent 70%);
  background-size: 60% 60%, 100% 100%;
  background-position: center;
  border-radius: 50%;
  animation: wave-pulse 6s ease-in-out infinite;
}

.v-060 .visual-element.dot-matrix {
  background-image: radial-gradient(circle, var(--primary-500) 3px, transparent 3px);
  background-size: 30px 30px;
  opacity: 0.4;
  border-radius: 50%;
  animation: matrix-rotate 12s linear infinite;
}

@keyframes pulse-rotate {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(180deg);
  }
}

@keyframes grid-shift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}

@keyframes wave-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes matrix-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.v-060 .visual-accent {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  opacity: 0.2;
  border-radius: 20px;
  z-index: -1;
}

.v-060 .visual-accent.accent-1 {
  top: -20px;
  right: -20px;
}

.v-060 .visual-accent.accent-2 {
  bottom: -20px;
  left: -20px;
}

.v-060 .visual-accent.accent-3 {
  top: -20px;
  left: -20px;
  transform: rotate(45deg);
}

.v-060 .visual-accent.accent-4 {
  bottom: -20px;
  right: -20px;
  transform: rotate(45deg);
}

/* Featured Block */
.v-060 .featured-block {
  margin: 40px 0;
}

.v-060 .featured-content {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 24px;
  padding: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.v-060 .featured-icon-wrapper {
  width: 90px;
  height: 90px;
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.v-060 .featured-icon-wrapper i {
  font-size: 42px;
  color: var(--light);
}

.v-060 .featured-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--light);
  margin-bottom: 20px;
  line-height: 1.3;
}

.v-060 .featured-description {
  font-size: 1.125rem;
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

.v-060 .featured-pattern {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--light) 15%, transparent 85%) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Background Decorations */
.v-060 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-060 .deco-float {
  position: absolute;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
  border-radius: 50%;
  animation: float-drift 20s ease-in-out infinite;
}

.v-060 .deco-float.float-1 {
  top: 15%;
  left: 5%;
}

.v-060 .deco-float.float-2 {
  bottom: 20%;
  right: 8%;
  animation-delay: 10s;
}

@keyframes float-drift {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, -30px);
  }
}

.v-060 .deco-gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 5%, transparent 95%) 0%, transparent 70%);
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-060 {
    padding: 80px 0;
  }

  .v-060 .section-title {
    font-size: 2.25rem;
  }

  .v-060 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-060 .split-content-wrapper {
    gap: 50px;
  }

  .v-060 .visual-box {
    height: 280px;
  }

  .v-060 .visual-element {
    width: 220px;
    height: 220px;
  }

  .v-060 .featured-content {
    padding: 50px 40px;
  }

  .v-060 .featured-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .v-060 {
    padding: 60px 0;
  }

  .v-060 .section-title {
    font-size: 1.875rem;
  }

  .v-060 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-060 .section-description {
    font-size: 1rem;
  }

  .v-060 .split-content-wrapper {
    gap: 40px;
  }

  .v-060 .content-icon {
    width: 60px;
    height: 60px;
  }

  .v-060 .content-icon i {
    font-size: 28px;
  }

  .v-060 .content-title {
    font-size: 1.5rem;
  }

  .v-060 .content-description {
    font-size: 1rem;
  }

  .v-060 .visual-box {
    height: 220px;
    margin-top: 30px;
  }

  .v-060 .visual-element {
    width: 180px;
    height: 180px;
  }

  .v-060 .featured-content {
    padding: 40px 28px;
  }

  .v-060 .featured-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .v-060 .featured-icon-wrapper i {
    font-size: 32px;
  }

  .v-060 .featured-title {
    font-size: 1.5rem;
  }

  .v-060 .featured-description {
    font-size: 1rem;
  }
}





/* Universal section */

.additional-universal-section {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.section-header {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
}

.header-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.ornament-dot {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
}

.ornament-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 50%, transparent 50%)
  );
}

.section-main-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.section-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Content Block Base */
.content-block {
  position: relative;
  padding: 2rem;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Block Style 1 - Highlight with Glow */
.block-style-1 {
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 50%, var(--light) 50%)
  );
  border: 2px solid var(--primary-300);
  overflow: hidden;
}

.block-decoration {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border-radius: 50%;
  opacity: 0.4;
  transition: all 0.4s ease;
}

.block-decoration i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

.block-style-1:hover .block-decoration {
  opacity: 1;
  transform: rotate(15deg) scale(1.1);
}

.block-glow {
  position: absolute;
  bottom: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 30%, transparent 70%), 
    transparent 70%
  );
  border-radius: 50%;
  transition: all 0.5s ease;
  pointer-events: none;
}

.block-style-1:hover .block-glow {
  bottom: -30%;
  right: -10%;
  opacity: 0.8;
}

/* Block Style 2 - Standard Card */
.block-style-2 {
  background: var(--light);
  border: 2px solid var(--neutral-100);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.block-style-2:hover {
  border-color: var(--primary-300);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

.block-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-100), 
    color-mix(in srgb, var(--primary-300) 40%, var(--primary-100) 60%)
  );
  border-radius: 16px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.block-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.block-style-2:hover .block-icon-wrapper {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  transform: scale(1.1);
}

.block-style-2:hover .block-icon-wrapper i {
  color: var(--light);
}

.block-corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    transparent 50%, 
    var(--primary-100) 50%
  );
  border-radius: 0 20px 0 0;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.block-style-2:hover .block-corner-accent {
  opacity: 1;
}

/* Block Style 3 - Full Width Featured */
.block-style-3 {
  grid-column: 1 / -1;
  background: var(--light);
  border: 3px solid var(--primary-300);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.block-style-3:hover {
  border-color: var(--primary-500);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.block-highlight-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%),
    var(--primary-500)
  );
}

.block-mega-icon {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 60%, transparent 40%)
  );
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.4s ease;
}

.block-mega-icon i {
  font-size: 4rem;
  color: var(--primary-500);
}

.block-style-3:hover .block-mega-icon {
  opacity: 0.6;
  transform: translateY(-50%) rotate(20deg) scale(1.1);
}

.block-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(45deg, 
      transparent, 
      transparent 20px, 
      color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 20px, 
      color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 22px
    );
  pointer-events: none;
  opacity: 0.3;
}

/* Content Typography */
.content-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}

.content-block:hover .content-title {
  color: var(--primary-500);
}

.block-style-3 .content-title {
  font-size: 1.75rem;
  max-width: 70%;
}

.content-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
  position: relative;
  z-index: 2;
}

.block-style-3 .content-description {
  font-size: 1.125rem;
  max-width: 70%;
}

/* Background Decorative Shapes */
.bg-shape {
  position: absolute;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-blob-1 {
  top: 10%;
  left: 5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph-blob 20s ease-in-out infinite;
}

.shape-blob-2 {
  top: 50%;
  right: 5%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-300), transparent 70%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph-blob 25s ease-in-out infinite 5s;
}

.shape-blob-3 {
  bottom: 10%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: morph-blob 30s ease-in-out infinite 10s;
}

.decorative-dots {
  position: absolute;
  bottom: 5%;
  right: 10%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  opacity: 0.2;
}

.decorative-dots span {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

/* Animations */
@keyframes morph-blob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .content-grid {
    gap: 1.5rem;
  }
  
  .block-style-3 {
    padding: 2.5rem;
  }
  
  .block-mega-icon {
    width: 100px;
    height: 100px;
  }
  
  .block-mega-icon i {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .block-style-3 {
    padding: 2rem;
  }
  
  .block-style-3 .content-title,
  .block-style-3 .content-description {
    max-width: 100%;
  }
  
  .block-mega-icon {
    position: static;
    transform: none;
    margin: 0 auto 1.5rem;
    opacity: 0.5;
  }
  
  .block-decoration {
    width: 60px;
    height: 60px;
  }
  
  .block-decoration i {
    font-size: 2rem;
  }
  
  .bg-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .content-block {
    padding: 1.5rem;
  }
  
  .block-style-3 {
    padding: 1.5rem;
  }
  
  .content-title {
    font-size: 1.25rem;
  }
  
  .block-style-3 .content-title {
    font-size: 1.5rem;
  }
}





/* Universal section */
/* Horizontal steps layout with connector line */

.add_wrap_clean {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
}

/* Header with side panels */
.add_wrap_clean .add_header_panels {
  margin-bottom: var(--space-12, 3rem);
  padding-bottom: var(--space-8, 2rem);
  border-bottom: 2px solid var(--neutral-100, #f1f5f9);
}

.add_wrap_clean .panel_accent {
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_wrap_clean .left_panel {
  border-right: 4px solid var(--primary-500, #2563eb);
}

.add_wrap_clean .right_panel {
  border-left: 4px solid var(--primary-500, #2563eb);
}

.add_wrap_clean .panel_decoration {
  width: 40px;
  height: 40px;
  background: var(--primary-100, #dbeafe);
  transform: rotate(45deg);
  border: 2px solid var(--primary-500, #2563eb);
}

.add_wrap_clean .header_main_content {
  padding: var(--space-4, 1rem);
}

.add_wrap_clean .add_title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.add_wrap_clean .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--primary-500, #2563eb);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_clean .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #334155);
  line-height: 1.7;
  text-align: center;
  margin-top: var(--space-6, 1.5rem);
}

/* Horizontal steps */
.add_wrap_clean .add_horizontal_steps {
  position: relative;
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_clean .steps_connector {
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-500, #2563eb) 0%, 
    var(--primary-300, #93c5fd) 50%, 
    var(--primary-500, #2563eb) 100%);
  z-index: 0;
}

.add_wrap_clean .step_item {
  position: relative;
  margin-bottom: var(--space-8, 2rem);
  z-index: 1;
}

/* Step marker */
.add_wrap_clean .step_marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--space-4, 1rem);
}

.add_wrap_clean .marker_inner {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 4px solid var(--primary-500, #2563eb);
  border-radius: 50%;
  color: var(--primary-500, #2563eb);
  font-size: 1.75rem;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.2);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.add_wrap_clean .step_item:hover .marker_inner {
  background: var(--primary-500, #2563eb);
  color: #ffffff;
  transform: scale(1.1);
}

.add_wrap_clean .marker_label {
  margin-top: var(--space-2, 0.5rem);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--neutral-500, #64748b);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Step content */
.add_wrap_clean .step_content {
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--neutral-100, #f1f5f9);
  text-align: center;
  transition: all 0.3s ease;
}

.add_wrap_clean .step_item:hover .step_content {
  border-color: var(--primary-300, #93c5fd);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
  transform: translateY(-4px);
}

.add_wrap_clean .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_clean .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #334155);
  line-height: 1.65;
  margin: 0;
}

/* Conclusion step */
.add_wrap_clean .step_conclusion {
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_clean .step_conclusion .step_content {
  background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
  border: 3px solid var(--primary-500, #2563eb);
  padding: var(--space-8, 2rem);
  max-width: 900px;
  margin: 0 auto;
}

.add_wrap_clean .step_conclusion:hover .step_content {
  border-color: var(--primary-700, #1d4ed8);
  background: linear-gradient(135deg, var(--primary-100, #dbeafe) 0%, #ffffff 100%);
}

.add_wrap_clean .conclusion_badge {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500, #2563eb) 0%, var(--primary-700, #1d4ed8) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.5rem;
  margin: 0 auto var(--space-6, 1.5rem);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.3);
}

.add_wrap_clean .step_conclusion .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  color: var(--primary-700, #1d4ed8);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_clean .panel_accent {
    display: none;
  }
  
  .add_wrap_clean .steps_connector {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_clean {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_clean .add_header_panels {
    margin-bottom: var(--space-8, 2rem);
    padding-bottom: var(--space-6, 1.5rem);
  }
  
  .add_wrap_clean .marker_inner {
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
  }
  
  .add_wrap_clean .step_content {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_clean .step_conclusion .step_content {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_clean .conclusion_badge {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
}



/* Universal section */
/* Diagonal grid layout with floating elements */

.add_wrap_classic {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
  overflow: hidden;
}

.add_wrap_classic .gradient_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(124, 58, 237, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(196, 181, 253, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.add_wrap_classic .container {
  position: relative;
  z-index: 1;
}

/* Creative header */
.add_wrap_classic .add_header_creative {
  position: relative;
  padding: var(--space-8, 2rem) 0;
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_classic .floating_icon {
  position: absolute;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-100, #ede9fe) 0%, var(--primary-50, #f5f3ff) 100%);
  border: 2px solid var(--primary-300, #c4b5fd);
  border-radius: 12px;
  color: var(--primary-500, #7c3aed);
  font-size: 1.25rem;
  animation: float 6s ease-in-out infinite;
}

.add_wrap_classic .icon_1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.add_wrap_classic .icon_2 {
  top: 5%;
  right: 10%;
  animation-delay: 2s;
}

.add_wrap_classic .icon_3 {
  bottom: 20%;
  left: 8%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

.add_wrap_classic .add_title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text-primary, #1a1a1b);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.15;
  background: linear-gradient(135deg, var(--text-primary, #1a1a1b) 0%, var(--primary-700, #6d28d9) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.add_wrap_classic .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #7c3aed);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
  font-style: italic;
}

.add_wrap_classic .description_box {
  position: relative;
  padding: var(--space-6, 1.5rem);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-lg, 12px);
  border: 1px solid var(--primary-200, #ddd6fe);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.08);
}

.add_wrap_classic .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #475569);
  line-height: 1.75;
  margin: 0;
}

/* Diagonal grid */
.add_wrap_classic .add_diagonal_grid {
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_classic .diagonal_item {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--neutral-100, #f1f5f9);
  height: 100%;
  min-height: 320px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.add_wrap_classic .diagonal_item:hover {
  transform: translateY(-8px) rotate(-1deg);
  border-color: var(--primary-500, #7c3aed);
  box-shadow: 0 20px 40px rgba(124, 58, 237, 0.2);
}

/* Corner accent */
.add_wrap_classic .item_corner_accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, transparent 50%, var(--primary-50, #f5f3ff) 50%);
  opacity: 0.5;
  transition: all 0.3s ease;
}

.add_wrap_classic .diagonal_item:hover .item_corner_accent {
  opacity: 1;
  background: linear-gradient(135deg, transparent 50%, var(--primary-100, #ede9fe) 50%);
}

/* Alternating styles */
.add_wrap_classic .item_style_a {
  transform: rotate(0.5deg);
}

.add_wrap_classic .item_style_b {
  transform: rotate(-0.5deg);
}

.add_wrap_classic .item_style_a:hover {
  transform: translateY(-8px) rotate(-0.5deg);
}

.add_wrap_classic .item_style_b:hover {
  transform: translateY(-8px) rotate(0.5deg);
}

/* Icon frames */
.add_wrap_classic .item_icon_frame {
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, var(--primary-100, #ede9fe) 100%);
  border-radius: 16px;
  color: var(--primary-500, #7c3aed);
  font-size: 2rem;
  margin-bottom: var(--space-4, 1rem);
  transition: all 0.3s ease;
  z-index: 1;
}

.add_wrap_classic .diagonal_item:hover .item_icon_frame {
  background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
  color: #ffffff;
  transform: scale(1.1) rotate(10deg);
}

/* Content */
.add_wrap_classic .item_content {
  position: relative;
  z-index: 1;
}

.add_wrap_classic .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1a1a1b);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_classic .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #475569);
  line-height: 1.65;
  margin: 0;
}

/* Highlight item */
.add_wrap_classic .item_highlight {
  position: relative;
  min-height: auto;
  padding: var(--space-8, 2rem);
  background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, #ffffff 50%, var(--primary-50, #f5f3ff) 100%);
  border: 3px solid var(--primary-300, #c4b5fd);
  transform: rotate(0deg);
  text-align: center;
}

.add_wrap_classic .item_highlight:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: var(--primary-500, #7c3aed);
}

.add_wrap_classic .highlight_glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.1) 0%, transparent 70%);
  pointer-events: none;
  animation: pulse-glow 3s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
  }
}

.add_wrap_classic .icon_frame_large {
  width: 96px;
  height: 96px;
  font-size: 2.5rem;
  margin: 0 auto var(--space-6, 1.5rem);
  border-radius: 50%;
}

.add_wrap_classic .icon_ripple {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 3px solid var(--primary-300, #c4b5fd);
  border-radius: 50%;
  animation: ripple-out 2s ease-out infinite;
}

@keyframes ripple-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

.add_wrap_classic .item_content_centered {
  max-width: 900px;
  margin: 0 auto;
}

.add_wrap_classic .item_highlight .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_classic .floating_icon {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_classic {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_classic .add_header_creative {
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_classic .diagonal_item {
    min-height: auto;
    padding: var(--space-4, 1rem);
    transform: rotate(0deg) !important;
  }
  
  .add_wrap_classic .diagonal_item:hover {
    transform: translateY(-4px) rotate(0deg) !important;
  }
  
  .add_wrap_classic .item_highlight {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_classic .item_icon_frame {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
  }
  
  .add_wrap_classic .icon_frame_large {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  
  .add_wrap_classic .icon_ripple {
    width: 100px;
    height: 100px;
  }
}







div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 2px solid #34495e !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #34495e !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 16px 20px 20px !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #2c3e50 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 14px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    background: transparent !important;
    color: #2c3e50 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #34495e !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-transform: none !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.5 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #34495e !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #666666 !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #666666 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #7f8c8d !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}




.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #666666 !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 400px !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}




.website-cta-container {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 17px !important;
    margin-bottom: 32px !important;
    color: #555555 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 30px !important;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
}

.website-cta-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}




.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 15px !important;
    background: white !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.website-security-badge:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 16px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 10px !important;
        padding: 20px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 20px !important;
    color: rgba(0,0,0,0.05) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationGentle 8s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 10% !important;
    right: 5% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 60% !important;
    right: 3% !important;
    animation-delay: 2s !important;
    font-size: 16px !important;
}

.website-floating-icon.variant-3 {
    top: 30% !important;
    left: 3% !important;
    animation-delay: 4s !important;
    font-size: 24px !important;
}

@keyframes websiteFloatAnimationGentle {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    25% {
        transform: translateY(-10px) rotate(5deg) !important;
        opacity: 0.5 !important;
    }
    50% {
        transform: translateY(-20px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: translateY(-10px) rotate(-5deg) !important;
        opacity: 0.5 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Minimal Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 280px !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15) !important;
    z-index: 999999 !important;
    color: #333333 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 1px solid #e0e0e0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 12px 18px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #f8f9fa !important;
    border-radius: 8px 8px 0 0 !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #666666 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 4px !important;
    border-radius: 3px !important;
    transition: color 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    color: #333333 !important;
    background: transparent !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #666666 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 18px 18px !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 10px !important;
    background: transparent !important;
    color: #333333 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    color: #333333 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666666 !important;
    display: none !important;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #666666 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 11px !important;
    color: #999999 !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #999999 !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Dark Style */
.website-google-maps-section {
    padding: 60px 0 !important;
    background: #1a1a1a !important;
    margin: 0 !important;
    border-top: 1px solid #333333 !important;
    border-bottom: 1px solid #333333 !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: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #cccccc !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 420px !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5) !important;
    border: 2px solid #333333 !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}



/* CTA Section - Elegant Style */
.website-cta-section {
    padding: 55px 0 !important;
    background: #2c3e50 !important;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.03) 50%, transparent 100%) !important;
}

.website-cta-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.website-cta-title {
    font-size: 30px !important;
    font-weight: 300 !important;
    margin-bottom: 12px !important;
    color: white !important;
    font-family: inherit !important;
    letter-spacing: 1px !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 35px !important;
    color: rgba(255,255,255,0.8) !important;
    font-family: inherit !important;
    font-weight: 300 !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: transparent !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    border: 2px solid white !important;
    letter-spacing: 0.5px !important;
}

.website-cta-button:hover {
    background: white !important;
    color: #2c3e50 !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 40px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}



/* 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 - Neumorphic Style */
.team-social-links {
    margin-top: 21px;
    padding: 17px 0;
    background: #e8ecf1;
    border-radius: 18px;
    padding: 20px;
}

.social-icons-grid {
    display: flex;
    gap: 17px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #666;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    background: #e8ecf1;
    box-shadow: 8px 8px 16px rgba(163, 177, 198, 0.6),
                -8px -8px 16px rgba(255, 255, 255, 0.9);
    position: relative;
}

.social-link:active,
.social-link:hover {
    box-shadow: inset 4px 4px 8px rgba(163, 177, 198, 0.5),
                inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}

.facebook-link {
    color: #1877f2;
}

.facebook-link:hover {
    color: #166fe5;
}

.linkedin-link {
    color: #0a66c2;
}

.linkedin-link:hover {
    color: #0959aa;
}

.instagram-link {
    color: #e4405f;
}

.instagram-link:hover {
    color: #d62976;
}

.x-link {
    color: #000000;
    position: relative;
}

.x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    color: inherit;
    z-index: 2;
    position: relative;
}

.x-link:hover {
    color: #333333;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 13px;
    }
    
    .social-link {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}



/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Neumorphic Style */
.newsletter-section {
    margin: 32px 0;
    padding: 28px;
    background: #e8ecf1;
    border-radius: 20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 12px 12px 24px rgba(163, 177, 198, 0.5),
                -12px -12px 24px rgba(255, 255, 255, 0.8);
}

.newsletter-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
    text-align: center !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: #666 !important;
    margin-bottom: 22px !important;
    text-align: center !important;
    line-height: 1.5 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.newsletter-input {
    padding: 14px 18px !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    outline: none !important;
    background: #e8ecf1 !important;
    color: #333 !important;
    box-shadow: inset 6px 6px 12px rgba(163, 177, 198, 0.4),
                inset -6px -6px 12px rgba(255, 255, 255, 0.7) !important;
    transition: all 0.3s ease !important;
}

.newsletter-input:focus {
    box-shadow: inset 4px 4px 8px rgba(163, 177, 198, 0.5),
                inset -4px -4px 8px rgba(255, 255, 255, 0.8) !important;
}

.newsletter-input::placeholder {
    color: #999 !important;
}

.newsletter-button {
    padding: 14px 22px !important;
    background: #e8ecf1 !important;
    color: #667eea !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 6px 6px 12px rgba(163, 177, 198, 0.4),
                -6px -6px 12px rgba(255, 255, 255, 0.7) !important;
}

.newsletter-button:hover {
    box-shadow: 4px 4px 8px rgba(163, 177, 198, 0.5),
                -4px -4px 8px rgba(255, 255, 255, 0.8) !important;
}

.newsletter-button:active {
    box-shadow: inset 4px 4px 8px rgba(163, 177, 198, 0.4),
                inset -4px -4px 8px rgba(255, 255, 255, 0.7) !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 18px !important;
    padding: 15px !important;
    background: #e8ecf1 !important;
    border-radius: 10px !important;
    color: #065f46 !important;
    text-align: center !important;
    font-size: 13px !important;
    box-shadow: 4px 4px 8px rgba(163, 177, 198, 0.3),
                -4px -4px 8px rgba(255, 255, 255, 0.6) !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        margin: 25px auto;
        padding: 22px;
        max-width: 340px;
    }
}


/* 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: modern === */
.ocm-theme-modern {
    border-radius: 16px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    border: none !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1) !important;
}

.ocm-theme-modern .ocm-btn {
    border-radius: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-size: 12px !important;
}

.ocm-theme-modern .ocm-btn-accept {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.ocm-theme-modern .ocm-btn-accept:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3) !important;
}

/* === TOGGLE STYLE 1 === */
.ocm-toggle.ocm-toggle-style-1 {
    border-radius: 50% !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-1:hover {
    transform: scale(1.1) rotate(10deg) !important;
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.4) !important;
}