:root {
  --primary-50: #fefce8;
  --primary-50-rgb: 254, 252, 232;
  --primary-100: #fef9c3;
  --primary-100-rgb: 254, 249, 195;
  --primary-300: #fde047;
  --primary-300-rgb: 253, 224, 71;
  --primary-500: #eab308;
  --primary-500-rgb: 234, 179, 8;
  --primary-700: #a16207;
  --primary-700-rgb: 161, 98, 7;
  --primary-200: #feed85;
  --primary-200-rgb: 254, 237, 133;
  --primary-400: #f4ca28;
  --primary-400-rgb: 244, 202, 40;
  --primary-600: #c68b08;
  --primary-600-rgb: 198, 139, 8;
  --primary-800: #895306;
  --primary-800-rgb: 137, 83, 6;
  --primary-900: #714505;
  --primary-900-rgb: 113, 69, 5;
  --primary-950: #492d03;
  --primary-950-rgb: 73, 45, 3;

  --primary-rgb: 234, 179, 8;
  --neutral-50: #fafaf9;
  --neutral-50-rgb: 250, 250, 249;
  --neutral-100: #f5f5f4;
  --neutral-100-rgb: 245, 245, 244;
  --neutral-300: #d6d3d1;
  --neutral-300-rgb: 214, 211, 209;
  --neutral-500: #78716c;
  --neutral-500-rgb: 120, 113, 108;
  --neutral-700: #44403c;
  --neutral-700-rgb: 68, 64, 60;
  --neutral-900: #1c1917;
  --neutral-900-rgb: 28, 25, 23;
  --neutral-200: #e6e4e3;
  --neutral-200-rgb: 230, 228, 227;
  --neutral-400: #a7a29f;
  --neutral-400-rgb: 167, 162, 159;
  --neutral-600: #5e5954;
  --neutral-600-rgb: 94, 89, 84;
  --neutral-800: #3a3633;
  --neutral-800-rgb: 58, 54, 51;
  --neutral-950: #1f1d1b;
  --neutral-950-rgb: 31, 29, 27;

  --surface-primary: var(--neutral-50);
  --surface-secondary: var(--neutral-100);
  --surface-accent: var(--primary-50);
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-accent: var(--primary-700);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #ffffff;
  --button-primary-text-rgb: 255, 255, 255;
  --button-secondary-bg: var(--neutral-100);
  --button-secondary-text: var(--neutral-900);
  --border-light: var(--neutral-300);
  --border-medium: var(--neutral-500);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-card: 0 4px 6px rgba(0, 0, 0, 0.05);
  --shadow-elevated: 0 10px 25px rgba(0, 0, 0, 0.1);
  --shadow-button-hover: 0 6px 12px rgba(234, 179, 8, 0.3);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --transition-fast: 0.15s ease;
  --transition-base: 0.2s ease;
  --transition-slow: 0.3s ease;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --overlay-light-rgb: 255, 255, 255;
  --overlay-dark-rgb: 0, 0, 0;
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
  --text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
  --text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
  --text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
  --text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
  --text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --leading-extra_loose: 2.5;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --text-body: var(--text-primary);
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-11: 2.75rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-36: 9rem;
  --space-40: 10rem;
  --space-44: 11rem;
  --space-48: 12rem;
  --space-52: 13rem;
  --space-56: 14rem;
  --space-60: 15rem;
  --space-64: 16rem;
  --space-72: 18rem;
  --space-80: 20rem;
  --space-96: 24rem;
  --space-px: 1px;
  --space-0.5: 0.125rem;
  --space-1.5: 0.375rem;
  --space-2.5: 0.625rem;
  --space-3.5: 0.875rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  --space-6xl: 16rem;
  --section-py: clamp(3rem, 5vw, 5rem);
  --section-y-mobile: 3rem;
  --section-y-tablet: 4rem;
  --section-y-desktop: 5rem;
  --section-y-hero: clamp(4rem, 10vw, 8rem);
  --section-x: clamp(1rem, 3vw, 2rem);
  --section-gap: clamp(1.5rem, 3vw, 2.5rem);
  --card-padding: 1.5rem;
  --card-gap: 1rem;
  --button-padding-x: 1.5rem;
  --button-padding-y: 0.75rem;
  --form-gap: 1rem;
}


/* ===== EFFECTS & ELEVATION (Theme-Independent) ===== */
:root {
  /* Shadows */
  --shadow-none: none;
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  
  /* Border Radius */
  --radius-none: 0;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --transition-all: all 0.3s ease;
  
  /* Opacity */
  --opacity-disabled: 0.5;
  --opacity-loading: 0.7;
  --opacity-overlay: 0.8;
}

/* ===== SECTION BASE STYLES ===== */
section {
  padding-top: var(--section-y-mobile);
  padding-bottom: var(--section-y-mobile);
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}

@media (min-width: 768px) {
  section {
    padding-top: var(--section-y-tablet);
    padding-bottom: var(--section-y-tablet);
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--section-y-desktop);
    padding-bottom: var(--section-y-desktop);
  }
}

/* Hero section special spacing */
section[id="hero"] {
  padding-top: var(--section-y-hero);
  padding-bottom: var(--section-y-hero);
}

/* ===== RESPONSIVE BEHAVIOR ===== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {
  :root {
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  :root {
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-xl: none;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    break-inside: avoid;
  }
}

/* ===== BASE STYLES - ADDITIVE TO BOOTSTRAP ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  overflow-x: hidden;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
*:focus {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
}


/* ===== FONT FAMILY UTILITIES ===== */
.custom_font_primary {
  font-family: var(--font-primary);
}

.app_font_secondary {
  font-family: var(--font-secondary);
}

.studio_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.container_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);
}

.best_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);
}

.main_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 */
.site_heading_1 {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.web_heading_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.elite_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);
}

.premium_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);
}

.section_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);
}

.unique_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 */
.prime_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);
}

.design_body_base {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
}

.page_body_small {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Utility Text Styles */
.light_caption {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-wide);
  color: var(--text-muted);
}

.modern_overline {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Code Styles */
.agency_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);
}

.style_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 */
.theme_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);
}

.digital_hero_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-8);
}

/* Section Typography */
.base_section_title {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.new_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);
}

.content_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 */
.pro_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);
}

.creative_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 */
.dark_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);
}

.dark_nav_link:hover,
.dark_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.fresh_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 */
.ui_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) {
  .theme_hero_title {
    font-size: var(--text-4xl);
  }
  
  .base_section_title {
    font-size: var(--text-3xl);
  }
  
  .container_display_1 {
    font-size: var(--text-5xl);
  }
  
  .best_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .theme_hero_title {
    font-size: var(--text-3xl);
  }
  
  .base_section_title {
    font-size: var(--text-2xl);
  }
  
  .container_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;
}

.clean_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.smart_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.business_text_balance {
  text-wrap: balance;
}

.bold_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .dark_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .light_caption,
  .modern_overline,
  .ui_footer_text {
    color: var(--text-secondary);
  }
  
  .digital_hero_subtitle,
  .new_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .theme_hero_title,
  .base_section_title,
  .site_heading_1,
  .web_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 ===== */
.minimal_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bright_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.layout_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.core_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.brand_stack {
  display: flex;
  flex-direction: column;
}

.business24_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bold73_full_height {
  min-height: 100vh;
}

.unique39_section_height {
  min-height: 80vh;
}

.bright65_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.layout65_m_0 { margin: 0; }
.top48_m_1 { margin: var(--space-1); }
.light95_m_2 { margin: var(--space-2); }
.bold0_m_3 { margin: var(--space-3); }
.bright86_m_4 { margin: var(--space-4); }
.section45_m_6 { margin: var(--space-6); }
.modern14_m_8 { margin: var(--space-8); }
.ui19_m_12 { margin: var(--space-12); }
.custom49_m_16 { margin: var(--space-16); }

.brand68_mx_auto { margin-left: auto; margin-right: auto; }
.elite80_my_auto { margin-top: auto; margin-bottom: auto; }

.ui5_mt_0 { margin-top: 0; }
.business61_mt_4 { margin-top: var(--space-4); }
.smart67_mt_8 { margin-top: var(--space-8); }
.layout13_mt_12 { margin-top: var(--space-12); }

.theme14_mb_0 { margin-bottom: 0; }
.clean61_mb_4 { margin-bottom: var(--space-4); }
.page30_mb_8 { margin-bottom: var(--space-8); }
.digital46_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.smart78_p_0 { padding: 0; }
.section72_p_1 { padding: var(--space-1); }
.elite26_p_2 { padding: var(--space-2); }
.container25_p_3 { padding: var(--space-3); }
.new94_p_4 { padding: var(--space-4); }
.agency15_p_6 { padding: var(--space-6); }
.page15_p_8 { padding: var(--space-8); }

.studio43_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.light50_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.web23_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.base51_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.top31_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.dark1_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.fresh75_gap_1 { gap: var(--space-1); }
.new91_gap_2 { gap: var(--space-2); }
.smart12_gap_3 { gap: var(--space-3); }
.creative67_gap_4 { gap: var(--space-4); }
.section31_gap_6 { gap: var(--space-6); }
.ui0_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.container50_shadow_none { box-shadow: var(--shadow-none); }
.light89_shadow_xs { box-shadow: var(--shadow-xs); }
.new73_shadow_sm { box-shadow: var(--shadow-sm); }
.style61_shadow_md { box-shadow: var(--shadow-md); }
.elite76_shadow_lg { box-shadow: var(--shadow-lg); }
.dark15_shadow_xl { box-shadow: var(--shadow-xl); }
.design37_shadow_2xl { box-shadow: var(--shadow-2xl); }
.modern60_shadow_inner { box-shadow: var(--shadow-inner); }
.creative80_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.layout57_radius_none { border-radius: var(--radius-none); }
.business89_radius_xs { border-radius: var(--radius-xs); }
.clean60_radius_sm { border-radius: var(--radius-sm); }
.digital56_radius_md { border-radius: var(--radius-md); }
.company85_radius_lg { border-radius: var(--radius-lg); }
.main55_radius_xl { border-radius: var(--radius-xl); }
.container34_radius_2xl { border-radius: var(--radius-2xl); }
.page20_radius_3xl { border-radius: var(--radius-3xl); }
.content20_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.digital91_gradient_primary {
  background: var(--gradient-primary);
}

.top74_gradient_secondary {
  background: var(--gradient-secondary);
}

.best84_gradient_hero {
  background: var(--gradient-hero);
}

.best83_gradient_card {
  background: var(--gradient-card);
}

.unique24_gradient_overlay {
  position: relative;
}

.unique24_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;
}

.unique24_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.light81_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.light81_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.smart47_hover_scale {
  transition: transform var(--transition-normal);
}

.smart47_hover_scale:hover {
  transform: scale(1.02);
}

.modern41_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.modern41_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.creative92_hover_fade {
  transition: opacity var(--transition-normal);
}

.creative92_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.unique26_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.unique26_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.company9_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ui22_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.content0_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.top77_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.light23_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.creative78_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.digital76_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.studio43_timeline {
  position: relative;
}

.studio43_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.ui65_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.ui65_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.ui65_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.company39_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.agency19_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;
  }
}

.fresh69_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;
  }
}

.agency24_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 */
.business39_transition_all {
  transition: var(--transition-all);
}

.unique7_transition_fast {
  transition: all var(--transition-fast);
}

.core56_transition_normal {
  transition: all var(--transition-normal);
}

.agency60_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.dark16_bg_primary { background-color: var(--bg-primary); }
.top91_bg_secondary { background-color: var(--bg-secondary); }
.ui86_bg_muted { background-color: var(--bg-muted); }
.minimal79_bg_glass { background-color: var(--bg-glass); }

.app85_text_primary { color: var(--text-primary); }
.ui81_text_secondary { color: var(--text-secondary); }
.site64_text_muted { color: var(--text-muted); }
.light70_text_inverse { color: var(--text-inverse); }
.layout55_text_link { color: var(--text-link); }

.container68_border_light { border-color: var(--border-light); }
.content76_border_medium { border-color: var(--border-medium); }
.style58_border_strong { border-color: var(--border-strong); }
.container9_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .content0_services_grid,
  .light23_features_grid,
  .top77_team_grid,
  .digital76_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .creative78_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .studio43_timeline::before {
    left: 30px;
  }
  
  .ui65_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .unique39_section_height {
    min-height: 60vh;
  }
  
  .bright65_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .creative78_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .ui65_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.container27_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;
}

.light7_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.prime51_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);
}

.prime51_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .unique24_no_print {
    display: none !important;
  }
  
  .page98_print_only {
    display: block !important;
  }
  
  .light89_shadow_xs,
  .new73_shadow_sm,
  .style61_shadow_md,
  .elite76_shadow_lg,
  .dark15_shadow_xl,
  .design37_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .company39_fade_in,
  .agency19_slide_up,
  .fresh69_slide_in_left,
  .agency24_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .light81_hover_lift,
  .smart47_hover_scale,
  .modern41_hover_shadow,
  .creative92_hover_fade,
  .business39_transition_all,
  .unique7_transition_fast,
  .core56_transition_normal,
  .agency60_transition_slow {
    transition: none;
  }
}

.header-secondary {
  background: var(--surface-primary);
  padding: 1.25rem 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
}

.header-secondary .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* Brand */
.header-secondary .brand-wrapper {
  z-index: 10004;
}

.header-secondary .brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.header-secondary .brand-link:hover {
  transform: scale(1.05);
}

.header-secondary .brand-icon {
  font-size: 1.75rem;
  color: var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-secondary #sitename {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.01em;
}

/* Desktop Navigation */
.header-secondary .nav-desktop {
  display: none;
  gap: 2.5rem;
  align-items: center;
}

.header-secondary .nav-desktop a {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  position: relative;
  transition: color 0.3s ease;
}

.header-secondary .nav-desktop a::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 3px;
  background: var(--primary-500);
  border-radius: 3px;
  transform: translateX(-50%);
  transition: width 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-secondary .nav-desktop a:hover {
  color: var(--primary-500);
}

.header-secondary .nav-desktop a:hover::before {
  width: 100%;
}

/* Hamburger Toggle */
.header-secondary .menu-toggle {
  display: none;
}

.header-secondary .hamburger-wrapper {
  cursor: pointer;
  padding: 8px;
  z-index: 10003;
  position: relative;
}

.header-secondary .hamburger-morph {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.header-secondary .morph-line {
  width: 100%;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}

.header-secondary .morph-circle {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 3px solid #334155;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Morphing Animation */
.header-secondary .menu-toggle:checked ~ .hamburger-wrapper .morph-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
  width: 70%;
}

.header-secondary .menu-toggle:checked ~ .hamburger-wrapper .morph-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-secondary .menu-toggle:checked ~ .hamburger-wrapper .morph-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
  width: 70%;
}

.header-secondary .menu-toggle:checked ~ .hamburger-wrapper .morph-circle {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/* Mobile Navigation */
.header-secondary .nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 10;
}

.header-secondary .menu-toggle:checked ~ .nav-mobile {
  pointer-events: auto;
}

.header-secondary .mobile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.header-secondary .menu-toggle:checked ~ .nav-mobile .mobile-overlay {
  opacity: 1;
}

.header-secondary .mobile-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background: var(--surface-primary);
  padding: 5rem 2rem 2rem;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
}

.header-secondary .menu-toggle:checked ~ .nav-mobile .mobile-panel {
  transform: translateX(0);
}

.header-secondary .mobile-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.header-secondary .mobile-links a {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 5%, transparent);
  border-left: 4px solid transparent;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
  transform: translateX(-30px);
}

.header-secondary .menu-toggle:checked ~ .nav-mobile .mobile-links a {
  opacity: 1;
  transform: translateX(0);
}

.header-secondary .mobile-links a:nth-child(1) {
  transition-delay: 0.1s;
}

.header-secondary .mobile-links a:nth-child(2) {
  transition-delay: 0.15s;
}

.header-secondary .mobile-links a:nth-child(3) {
  transition-delay: 0.2s;
}

.header-secondary .mobile-links a:nth-child(4) {
  transition-delay: 0.25s;
}

.header-secondary .mobile-links a:hover {
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-left-color: var(--primary-500);
  transform: translateX(8px);
}

/* Mobile Decoration */
.header-secondary .mobile-decoration {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
}

.header-secondary .deco-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  opacity: 0;
  transition: opacity 0.5s ease 0.3s;
}

.header-secondary .menu-toggle:checked ~ .nav-mobile .deco-circle {
  opacity: 1;
}

.header-secondary .deco-wave {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}

.header-secondary .menu-toggle:checked ~ .nav-mobile .deco-wave {
  opacity: 1;
  transform: scale(1);
}

/* Header Shapes */
.header-secondary .header-shapes {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  pointer-events: none;
  display: none;
}

.header-secondary .shape-blob {
  width: 50px;
  height: 50px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-radius: 45% 55% 60% 40% / 55% 45% 55% 45%;
  animation: blob-morph 8s infinite ease-in-out;
}

.header-secondary .shape-ring {
  position: absolute;
  top: 10px;
  right: -20px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  animation: ring-pulse 3s infinite ease-in-out;
}

@keyframes blob-morph {
  0%, 100% {
    border-radius: 45% 55% 60% 40% / 55% 45% 55% 45%;
  }
  25% {
    border-radius: 55% 45% 45% 55% / 60% 50% 50% 40%;
  }
  50% {
    border-radius: 50% 50% 40% 60% / 45% 60% 40% 55%;
  }
  75% {
    border-radius: 40% 60% 55% 45% / 50% 45% 55% 50%;
  }
}

@keyframes ring-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }
}

/* Responsive */
@media (min-width: 992px) {
  .header-secondary .nav-desktop {
    display: flex;
  }
  
  .header-secondary .hamburger-wrapper {
    display: none;
  }
  
  .header-secondary .nav-mobile {
    display: none;
  }
  
  .header-secondary .header-shapes {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .header-secondary #sitename {
    font-size: 1.25rem;
  }
  
  .header-secondary .brand-icon {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .header-secondary .mobile-panel {
    width: 280px;
  }
}


/* Hero section */
.hero-classic {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 80%, var(--primary-100) 20%) 100%
  );
  position: relative;
  padding: 0;
}

/* Decorative Background Blobs */
.hero-blob-1,
.hero-blob-2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.hero-blob-1 {
  width: 600px;
  height: 600px;
  background: var(--primary-300);
  top: -10%;
  right: -10%;
}

.hero-blob-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  bottom: -15%;
  left: -5%;
}

/* Grid Pattern Background */
.hero-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--primary-100) 30%, transparent 70%) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--primary-100) 30%, transparent 70%) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

/* Container Positioning */
.hero-classic .container {
  position: relative;
  z-index: 1;
}

/* Content Styling */
.hero-content {
  padding-right: 2rem;
}

/* Decorative Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 70%, var(--primary-300) 30%)
  );
  border-radius: 50px;
  border: 2px solid var(--primary-300);
  box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}

.hero-badge i {
  font-size: 1.25rem;
  color: var(--primary-700);
}

/* Typography */
.hero-title {
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  line-height: 1.4;
}

.hero-description {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 600px;
}

/* Feature Icons Row */
.hero-features-icons {
  padding: 1.5rem 0;
}

.feature-icon-item {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border: 2px solid var(--primary-300);
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--neutral-900) 5%, transparent 95%);
}

.feature-icon-item i {
  font-size: 1.75rem;
  color: var(--primary-700);
  transition: transform 0.3s ease;
}

.feature-icon-item:hover {
  transform: translateY(-5px);
  border-color: var(--primary-500);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}

.feature-icon-item:hover i {
  transform: scale(1.1);
}

/* Image Wrapper */
.hero-image-wrapper {
  padding: 2rem;
}

.hero-image-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 60px color-mix(in srgb, var(--neutral-900) 15%, transparent 85%),
    0 0 0 1px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  background: var(--surface-primary);
}

.hero-main-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

/* Floating Shapes Around Image */
.floating-shape {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  animation: float 6s ease-in-out infinite;
}

.shape-1 {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  top: -5%;
  left: -5%;
  opacity: 0.2;
  animation-delay: 0s;
}

.shape-2 {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  bottom: 10%;
  right: -3%;
  opacity: 0.25;
  animation-delay: 2s;
}

.shape-3 {
  width: 80px;
  height: 80px;
  background: var(--primary-300);
  top: 50%;
  right: -10%;
  opacity: 0.15;
  animation-delay: 4s;
}

/* Corner Accents */
.corner-accent {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid var(--primary-500);
  z-index: 1;
}

.corner-top-left {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 24px;
}

.corner-bottom-right {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 24px;
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  background: var(--surface-primary);
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--neutral-900) 15%, transparent 85%);
  animation: float 4s ease-in-out infinite;
  z-index: 2;
}

.floating-icon i {
  font-size: 1.75rem;
  color: var(--primary-700);
}

.icon-1 {
  top: 15%;
  right: -8%;
  animation-delay: 0.5s;
}

.icon-2 {
  bottom: 20%;
  left: -8%;
  animation-delay: 1.5s;
}

.icon-3 {
  top: 50%;
  left: -5%;
  animation-delay: 2.5s;
}

/* Bottom Wave Decoration */
.hero-wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(180deg, 
    transparent 0%, 
    color-mix(in srgb, var(--primary-50) 50%, transparent 50%) 100%
  );
  pointer-events: none;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-15px) rotate(5deg);
  }
  50% {
    transform: translateY(-25px) rotate(-5deg);
  }
  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .hero-content {
    padding-right: 0;
    text-align: center;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .hero-description {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-features-icons {
    justify-content: center;
  }

  .hero-image-wrapper {
    padding: 1rem;
  }

  .floating-icon {
    width: 50px;
    height: 50px;
  }

  .floating-icon i {
    font-size: 1.25rem;
  }

  .icon-1 {
    top: 10%;
    right: -5%;
  }

  .icon-2 {
    bottom: 15%;
    left: -5%;
  }

  .icon-3 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .feature-icon-item {
    width: 50px;
    height: 50px;
  }

  .feature-icon-item i {
    font-size: 1.5rem;
  }

  .hero-features-icons {
    gap: 1rem;
  }

  .floating-shape {
    display: none;
  }

  .corner-accent {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.75rem;
  }

  .hero-features-icons {
    flex-wrap: wrap;
  }

  .floating-icon {
    display: none;
  }
}

/* About section */
.about-section-style {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.about-section-style .section-header h2 {
  color: var(--text-primary);
  line-height: 1.2;
}

.about-section-style .section-header h3 {
  color: var(--primary-500);
  font-weight: 600;
}

.about-section-style .section-header p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 1.8;
}

/* Images Grid */
.about-section-style .images-grid {
  position: relative;
  min-height: 600px;
}

.about-section-style .main-image-wrapper {
  position: relative;
  z-index: 2;
  max-width: 500px;
}

.about-section-style .main-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-section-style .main-image:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.about-section-style .image-accent {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 100%;
  height: 100%;
  border: 3px solid var(--primary-500);
  border-radius: 1.5rem;
  z-index: -1;
  opacity: 0.3;
}

/* Secondary Images */
.about-section-style .secondary-images {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 3;
}

.about-section-style .secondary-image-1,
.about-section-style .secondary-image-2 {
  width: 180px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.about-section-style .secondary-image-1:hover,
.about-section-style .secondary-image-2:hover {
  transform: translateY(-5px);
}

.about-section-style .secondary-images img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border: 4px solid var(--surface-primary);
}

/* Decorative Blob */
.about-section-style .decorative-blob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 15%, transparent),
    color-mix(in srgb, var(--primary-300) 10%, transparent));
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: 1;
  animation: blobFloat 8s ease-in-out infinite;
}

@keyframes blobFloat {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    transform: translate(-50%, -50%) rotate(10deg);
  }
}

/* Floating Icons */
.about-section-style .floating-icon {
  position: absolute;
  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 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 4;
  animation: floatUpDown 3s ease-in-out infinite;
}

.about-section-style .floating-icon i {
  font-size: 1.75rem;
  color: var(--light);
}

.about-section-style .icon-1 {
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}

.about-section-style .icon-2 {
  bottom: 20%;
  left: 5%;
  animation-delay: 1.5s;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Features Container */
.about-section-style .features-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Feature Card */
.about-section-style .feature-card {
  display: flex;
  gap: 1.25rem;
  padding: 1.75rem;
  background: var(--surface-secondary);
  border-radius: 1rem;
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
  transition: all 0.3s ease;
}

.about-section-style .feature-card:hover {
  background: var(--surface-primary);
  border-color: var(--primary-500);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateX(-5px);
}

/* Feature Icon */
.about-section-style .feature-icon-wrapper {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.about-section-style .feature-card:hover .feature-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.about-section-style .feature-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--light);
}

/* Feature Content */
.about-section-style .feature-content h4 {
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.about-section-style .feature-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Decorative Circles */
.about-section-style .decorative-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.about-section-style .circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
}

.about-section-style .circle-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: -100px;
  right: -50px;
}

.about-section-style .circle-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  bottom: 100px;
  left: -50px;
}

.about-section-style .circle-3 {
  width: 150px;
  height: 150px;
  background: var(--primary-300);
  top: 50%;
  right: 5%;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .about-section-style .images-grid {
    min-height: 500px;
    margin-bottom: 3rem;
  }

  .about-section-style .main-image-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }

  .about-section-style .secondary-images {
    right: 50%;
    transform: translateX(50%);
    display: flex;
    gap: 15px;
    bottom: -80px;
  }

  .about-section-style .secondary-image-1,
  .about-section-style .secondary-image-2 {
    margin-bottom: 0;
  }

  .about-section-style .features-container {
    padding-left: 0 !important;
  }

  .about-section-style .floating-icon {
    width: 50px;
    height: 50px;
  }

  .about-section-style .floating-icon i {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .about-section-style .section-header h2 {
    font-size: 2rem;
  }

  .about-section-style .section-header h3 {
    font-size: 1.25rem;
  }

  .about-section-style .section-header p {
    font-size: 1rem;
  }

  .about-section-style .images-grid {
    min-height: 400px;
  }

  .about-section-style .main-image-wrapper {
    max-width: 100%;
  }

  .about-section-style .secondary-images {
    bottom: -60px;
  }

  .about-section-style .secondary-image-1,
  .about-section-style .secondary-image-2 {
    width: 140px;
  }

  .about-section-style .secondary-images img {
    height: 110px;
  }

  .about-section-style .feature-card {
    flex-direction: column;
    padding: 1.5rem;
  }

  .about-section-style .feature-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .about-section-style .feature-icon-wrapper i {
    font-size: 1.5rem;
  }

  .about-section-style .decorative-blob {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 575.98px) {
  .about-section-style .secondary-images {
    flex-direction: column;
    gap: 10px;
    right: 10px;
    transform: none;
  }

  .about-section-style .secondary-image-1,
  .about-section-style .secondary-image-2 {
    width: 120px;
  }

  .about-section-style .floating-icon {
    width: 45px;
    height: 45px;
  }

  .about-section-style .floating-icon i {
    font-size: 1.25rem;
  }
}

/* ============================================
   Features Section v-110 - Professional Blue
   ============================================ */

.features-section-modern {
  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 */
.features-section-modern .section-header {
  position: relative;
  z-index: 2;
}

.features-section-modern .subtitle {
  color: var(--primary-500);
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.875rem;
}

.features-section-modern #features-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.features-section-modern #features-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 1.125rem;
}

/* Feature Cards */
.features-section-modern .feature-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2.5rem;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid color-mix(in srgb, var(--primary-300) 15%, transparent);
  overflow: hidden;
}

.features-section-modern .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

/* Icon Wrapper */
.features-section-modern .feature-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-section-modern .icon-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    var(--primary-300), 
    var(--primary-500)
  );
  border-radius: 20px;
  opacity: 0.15;
  transition: all 0.4s ease;
  transform: rotate(0deg);
}

.features-section-modern .feature-card:hover .icon-background {
  opacity: 0.25;
  transform: rotate(10deg) scale(1.1);
}

.features-section-modern .feature-icon {
  position: relative;
  font-size: 2.5rem;
  color: var(--primary-500);
  z-index: 1;
  transition: all 0.4s ease;
}

.features-section-modern .feature-card:hover .feature-icon {
  transform: scale(1.1);
  color: var(--primary-700);
}

/* Feature Content */
.features-section-modern .feature-content h3 {
  color: var(--text-primary);
  font-weight: 700;
  transition: color 0.3s ease;
}

.features-section-modern .feature-card:hover .feature-content h3 {
  color: var(--primary-700);
}

.features-section-modern .feature-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Feature Decoration */
.features-section-modern .feature-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  pointer-events: none;
}

.features-section-modern .decoration-circle {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    var(--primary-300), 
    var(--primary-500)
  );
  border-radius: 50%;
  opacity: 0.05;
  transition: all 0.4s ease;
}

.features-section-modern .feature-card:hover .decoration-circle {
  opacity: 0.1;
  transform: scale(1.2);
}

/* Decorative Background Elements */
.features-section-modern .decorative-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.features-section-modern .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  animation: float 20s ease-in-out infinite;
}

.features-section-modern .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}

.features-section-modern .blob-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  bottom: -150px;
  right: -150px;
  animation-delay: -10s;
}

.features-section-modern .floating-shape {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid var(--primary-300);
  opacity: 0.2;
  animation: float 15s ease-in-out infinite;
}

.features-section-modern .shape-1 {
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: 15%;
  right: 10%;
  animation-delay: -2s;
}

.features-section-modern .shape-2 {
  border-radius: 50%;
  bottom: 25%;
  left: 8%;
  animation-delay: -7s;
}

.features-section-modern .shape-3 {
  border-radius: 20px;
  transform: rotate(45deg);
  top: 60%;
  right: 15%;
  animation-delay: -12s;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-30px) translateX(20px);
  }
  50% {
    transform: translateY(-60px) translateX(-10px);
  }
  75% {
    transform: translateY(-30px) translateX(-30px);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .features-section-modern .feature-card {
    padding: 2rem;
  }

  .features-section-modern #features-title {
    font-size: 2rem;
  }

  .features-section-modern .blob {
    filter: blur(60px);
  }
}

@media (max-width: 767.98px) {
  .features-section-modern {
    padding: 3rem 0;
  }

  .features-section-modern .feature-card {
    padding: 1.5rem;
  }

  .features-section-modern .feature-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .features-section-modern .feature-icon {
    font-size: 2rem;
  }

  .features-section-modern #features-title {
    font-size: 1.75rem;
  }

  .features-section-modern #features-desc {
    font-size: 1rem;
  }

  .features-section-modern .floating-shape {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575.98px) {
  .features-section-modern .feature-card {
    padding: 1.25rem;
  }

  .features-section-modern .subtitle {
    font-size: 0.75rem;
  }

  .features-section-modern .blob-1,
  .features-section-modern .blob-2 {
    display: none;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .features-section-modern .feature-card,
  .features-section-modern .feature-icon,
  .features-section-modern .icon-background,
  .features-section-modern .decoration-circle {
    transition: none;
  }

  .features-section-modern .blob,
  .features-section-modern .floating-shape {
    animation: none;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .features-section-modern .feature-card {
    border: 2px solid var(--neutral-700);
  }

  .features-section-modern .feature-card:hover {
    border-color: var(--primary-700);
  }
}

/* Services section */
.services-section-secondary {
  position: relative;
  padding: 6rem 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.services-section-secondary .decorative-dot-pattern {
  width: 60px;
  height: 6px;
  background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 12px 12px;
  margin: 0 auto 1.5rem;
  border-radius: 3px;
}

.services-section-secondary .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.services-section-secondary .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.25rem;
  line-height: 1.4;
}

.services-section-secondary .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Services Grid */
.services-section-secondary .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
  gap: 2rem;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}

/* Service Card */
.services-section-secondary .service-card {
  position: relative;
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
  overflow: hidden;
}

.services-section-secondary .service-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-500);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}

/* Card Icon Wrapper */
.services-section-secondary .card-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-section-secondary .card-icon-wrapper i {
  font-size: 2.5rem;
  color: var(--primary-500);
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease;
}

.services-section-secondary .service-card:hover .card-icon-wrapper i {
  transform: scale(1.1) rotate(5deg);
}

.services-section-secondary .icon-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 25%, transparent 75%),
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%)
  );
  border-radius: 20px;
  transform: rotate(10deg);
  transition: transform 0.4s ease;
}

.services-section-secondary .service-card:hover .icon-background {
  transform: rotate(25deg) scale(1.1);
}

/* Card Content */
.services-section-secondary .card-content {
  position: relative;
  z-index: 2;
}

.services-section-secondary .service-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.services-section-secondary .service-card:hover .service-name {
  color: var(--primary-500);
}

.services-section-secondary .service-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.services-section-secondary .service-features {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  padding: 1.25rem;
  background: color-mix(in srgb, var(--primary-50) 50%, transparent 50%);
  border-left: 3px solid var(--primary-500);
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

/* Service Pricing */
.services-section-secondary .service-pricing {
  display: flex;
  align-items: center;
  padding-top: 1.25rem;
  border-top: 1px solid var(--neutral-300);
}

.services-section-secondary .price-tag {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-700);
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Card Corner Accent */
.services-section-secondary .card-corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, 
    var(--primary-500),
    color-mix(in srgb, var(--primary-300) 30%, transparent 70%)
  );
  border-radius: 0 16px 0 100%;
  opacity: 0.1;
  transition: opacity 0.4s ease;
}

.services-section-secondary .service-card:hover .card-corner-accent {
  opacity: 0.15;
}

/* Decorative Elements */
.services-section-secondary .decorative-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.08;
  pointer-events: none;
  z-index: 1;
}

.services-section-secondary .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
  animation: float 20s ease-in-out infinite;
}

.services-section-secondary .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-700);
  bottom: -80px;
  right: -80px;
  animation: float 25s ease-in-out infinite reverse;
}

.services-section-secondary .decorative-circle {
  position: absolute;
  border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.services-section-secondary .circle-1 {
  width: 200px;
  height: 200px;
  top: 15%;
  right: 8%;
  animation: pulse-rotate 15s ease-in-out infinite;
}

.services-section-secondary .circle-2 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 10%;
  animation: pulse-rotate 20s ease-in-out infinite reverse;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.05);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.95);
  }
}

@keyframes pulse-rotate {
  0%, 100% {
    transform: rotate(0deg) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: rotate(180deg) scale(1.1);
    opacity: 0.5;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .services-section-secondary {
    padding: 4rem 0;
  }

  .services-section-secondary .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 1.5rem;
  }

  .services-section-secondary .service-card {
    padding: 2rem;
  }

  .services-section-secondary .section-title {
    font-size: 2rem;
  }

  .services-section-secondary .section-subtitle {
    font-size: 1.25rem;
  }

  .services-section-secondary .section-description {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .services-section-secondary {
    padding: 3rem 0;
  }

  .services-section-secondary .services-grid {
    gap: 1.25rem;
  }

  .services-section-secondary .service-card {
    padding: 1.75rem;
  }

  .services-section-secondary .card-icon-wrapper {
    width: 65px;
    height: 65px;
  }

  .services-section-secondary .card-icon-wrapper i {
    font-size: 2rem;
  }

  .services-section-secondary .service-name {
    font-size: 1.25rem;
  }

  .services-section-secondary .service-description {
    font-size: 0.95rem;
  }

  .services-section-secondary .service-features {
    font-size: 0.85rem;
    padding: 1rem;
  }

  .services-section-secondary .price-tag {
    font-size: 1.1rem;
  }

  .services-section-secondary .decorative-blob,
  .services-section-secondary .decorative-circle {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .services-section-secondary .section-title {
    font-size: 1.75rem;
  }

  .services-section-secondary .section-subtitle {
    font-size: 1.125rem;
  }

  .services-section-secondary .service-card {
    padding: 1.5rem;
  }
}

.priceplan-section-variant {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Decorative Shapes */
.priceplan-section-variant .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-variant .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  opacity: 0.4;
}

.priceplan-section-variant .shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
}

.priceplan-section-variant .shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  right: -50px;
}

/* Section Header */
.priceplan-section-variant .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.priceplan-section-variant .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
}

.priceplan-section-variant .section-desc {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Price Card */
.priceplan-section-variant .price-card {
  position: relative;
  background: var(--light);
  border: 2px solid var(--neutral-100);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  z-index: 1;
}

.priceplan-section-variant .price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.priceplan-section-variant .price-card.featured {
  border-color: var(--primary-500);
  border-width: 3px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.priceplan-section-variant .featured-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--light);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Card Header */
.priceplan-section-variant .card-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.priceplan-section-variant .icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 50%;
  font-size: 2rem;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.priceplan-section-variant .price-card:hover .icon-wrapper {
  transform: scale(1.1) rotate(10deg);
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
}

.priceplan-section-variant .plan-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
}

/* Card Body */
.priceplan-section-variant .price-wrapper {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid var(--neutral-100);
}

.priceplan-section-variant .plan-price {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-500);
  margin: 0;
  line-height: 1;
}

.priceplan-section-variant .plan-price span {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.priceplan-section-variant .plan-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  min-height: 80px;
}

/* Features */
.priceplan-section-variant .plan-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.priceplan-section-variant .feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: var(--text-primary);
}

.priceplan-section-variant .feature-item i {
  font-size: 1.25rem;
  color: var(--primary-500);
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .priceplan-section-variant .section-title {
    font-size: 2rem;
  }

  .priceplan-section-variant .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-variant .plan-price {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-variant .section-title {
    font-size: 1.75rem;
  }

  .priceplan-section-variant .price-card {
    padding: 1.5rem;
  }

  .priceplan-section-variant .plan-desc {
    min-height: auto;
  }
}


.team-section-primary {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.team-section-primary .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.team-section-primary .section-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.team-section-primary .section-description {
  font-size: 1.125rem;
  line-height: 1.9;
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
}

/* Team Member */
.team-section-primary .team-member {
  text-align: center;
  transition: transform 0.3s ease;
}

.team-section-primary .team-member:hover {
  transform: translateY(-8px);
}

/* Image Wrapper with Circular Design */
.team-section-primary .member-image-wrapper {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto 2rem;
}

.team-section-primary .image-circle {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--light);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  z-index: 2;
  transition: all 0.4s ease;
}

.team-section-primary .team-member:hover .image-circle {
  border-color: var(--primary-300);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.team-section-primary .team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.team-section-primary .team-member:hover .team-member-photo {
  transform: scale(1.15);
}

/* Decorative Ring */
.team-section-primary .decorative-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 280px;
  height: 280px;
  border: 2px solid var(--primary-100);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease;
}

.team-section-primary .team-member:hover .decorative-ring {
  transform: translate(-50%, -50%) rotate(90deg);
  border-color: var(--primary-300);
}

/* Member Info */
.team-section-primary .member-info {
  padding: 0 1rem;
}

.team-section-primary .member-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.team-section-primary .member-role {
  font-size: 1.05rem;
  color: var(--primary-500);
  font-weight: 500;
  margin: 0;
}

/* Decorative Background Elements */
.team-section-primary .decorative-blob-1 {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 350px;
  height: 350px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  opacity: 0.4;
  animation: blob-float 8s ease-in-out infinite;
  z-index: 0;
}

.team-section-primary .decorative-blob-2 {
  position: absolute;
  bottom: 15%;
  left: 8%;
  width: 300px;
  height: 300px;
  background: linear-gradient(225deg, var(--primary-100), var(--primary-300));
  border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  opacity: 0.35;
  animation: blob-float 10s ease-in-out infinite reverse;
  z-index: 0;
}

@keyframes blob-float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

.team-section-primary .decorative-dots {
  position: absolute;
  top: 50%;
  left: 3%;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.25;
  z-index: 0;
}

.team-section-primary .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .team-section-primary {
    padding: 80px 0;
  }

  .team-section-primary .section-title {
    font-size: 2.25rem;
  }

  .team-section-primary .section-subtitle {
    font-size: 1.2rem;
  }

  .team-section-primary .member-image-wrapper {
    width: 220px;
    height: 220px;
  }

  .team-section-primary .decorative-ring {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 767.98px) {
  .team-section-primary {
    padding: 60px 0;
  }

  .team-section-primary .section-title {
    font-size: 1.875rem;
  }

  .team-section-primary .member-image-wrapper {
    width: 200px;
    height: 200px;
    margin-bottom: 1.5rem;
  }

  .team-section-primary .decorative-ring {
    width: 230px;
    height: 230px;
  }

  .team-section-primary .member-name {
    font-size: 1.2rem;
  }

  .team-section-primary .member-role {
    font-size: 0.95rem;
  }
}


/* Reviews section */

.reviews-section-alt {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.reviews-section-alt .section-header {
  position: relative;
  z-index: 2;
}

.reviews-section-alt #reviews-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.reviews-section-alt #reviews-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
}

.reviews-section-alt #reviews-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Review Cards */
.reviews-section-alt .review-card {
  background: var(--light);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
}

.reviews-section-alt .review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
}

/* Quote Icon */
.reviews-section-alt .quote-icon {
  font-size: 3rem;
  color: color-mix(in srgb, var(--primary-500) 15%, transparent);
  margin-bottom: 1.5rem;
  line-height: 1;
}

.reviews-section-alt .quote-icon i {
  display: block;
}

/* Review Content */
.reviews-section-alt .review-content {
  margin-bottom: 2rem;
}

.reviews-section-alt .review-text {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  font-style: italic;
  position: relative;
}

/* Author Section */
.reviews-section-alt .review-author-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
}

.reviews-section-alt .author-avatar {
  flex-shrink: 0;
}

.reviews-section-alt .avatar-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--light);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

.reviews-section-alt .author-info {
  flex: 1;
}

.reviews-section-alt .author-name {
  color: var(--text-primary);
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

/* Card Decoration */
.reviews-section-alt .card-decoration {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 8%, transparent), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Decorative Shapes */
.reviews-section-alt .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.reviews-section-alt .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 6%, transparent), transparent 70%);
}

.reviews-section-alt .shape-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -100px;
  animation: float-1 20s ease-in-out infinite;
}

.reviews-section-alt .shape-2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  right: -80px;
  animation: float-2 25s ease-in-out infinite;
}

.reviews-section-alt .shape-blob {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 4%, transparent), transparent 60%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph 30s ease-in-out infinite;
}

/* Animations */
@keyframes float-1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}

@keyframes float-2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-40px, 20px) scale(0.9);
  }
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 70% 40% 60% / 50% 60% 40% 50%;
  }
  75% {
    border-radius: 70% 30% 60% 40% / 30% 70% 50% 60%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .reviews-section-alt #reviews-title {
    font-size: 2rem;
  }

  .reviews-section-alt .review-card {
    padding: 1.75rem;
  }

  .reviews-section-alt .quote-icon {
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .reviews-section-alt {
    padding: 3rem 0;
  }

  .reviews-section-alt #reviews-title {
    font-size: 1.75rem;
  }

  .reviews-section-alt #reviews-desc {
    font-size: 0.95rem;
  }

  .reviews-section-alt .review-card {
    padding: 1.5rem;
  }

  .reviews-section-alt .review-text {
    font-size: 0.95rem;
  }

  .reviews-section-alt .avatar-circle {
    width: 48px;
    height: 48px;
    font-size: 1.75rem;
  }

  .reviews-section-alt .author-name {
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .reviews-section-alt .review-author-section {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .reviews-section-alt .shape-1,
  .reviews-section-alt .shape-2 {
    display: none;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .reviews-section-alt .review-card {
    transition: none;
  }

  .reviews-section-alt .shape-1,
  .reviews-section-alt .shape-2,
  .reviews-section-alt .shape-blob {
    animation: none;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .reviews-section-alt .review-card {
    border: 2px solid var(--primary-500);
  }

  .reviews-section-alt .review-card:hover {
    border-color: var(--primary-700);
  }
}

/* Study section */

.casestudy-section-special {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Organic Shape Wrapper */
.casestudy-section-special .organic-shape-wrapper {
  margin-bottom: 1.5rem;
}

.casestudy-section-special .organic-shape {
  width: 100px;
  height: 8px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300),
    transparent
  );
  border-radius: 4px;
}

/* Typography */
.casestudy-section-special #casestudy-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.casestudy-section-special #casestudy-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.casestudy-section-special #casestudy-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Case Study Module Base */
.casestudy-section-special .casestudy-module {
  background: var(--light);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--neutral-100);
  transition: all 0.4s ease;
  position: relative;
}

.casestudy-section-special .casestudy-module:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.12);
}

/* Module Badge */
.casestudy-section-special .module-badge {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  color: var(--primary-700);
  border-radius: 25px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}

/* Full Width Module */
.casestudy-section-special .module-fullwidth {
  min-height: 400px;
}

.casestudy-section-special .module-visual-area {
  height: 100%;
  min-height: 400px;
  background: linear-gradient(
    135deg,
    var(--neutral-50),
    var(--neutral-100)
  );
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.casestudy-section-special .visual-placeholder-tall {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-300) 20%, transparent),
    color-mix(in srgb, var(--primary-500) 10%, transparent)
  );
}

.casestudy-section-special .floating-element {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.casestudy-section-special .floating-element i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

.casestudy-section-special .element-1 {
  top: 20%;
  right: 15%;
  animation: float-element 4s ease-in-out infinite;
}

.casestudy-section-special .element-2 {
  bottom: 25%;
  left: 15%;
  animation: float-element 5s ease-in-out infinite 1s;
}

@keyframes float-element {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
}

.casestudy-section-special .module-content-area {
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.casestudy-section-special .module-title {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}

.casestudy-section-special .module-description {
  color: var(--text-secondary);
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0;
}

.casestudy-section-special .decorative-icons-row {
  display: flex;
  gap: 1.5rem;
}

.casestudy-section-special .decorative-icons-row i {
  font-size: 2rem;
  color: var(--primary-500);
  opacity: 0.4;
}

/* Split Module */
.casestudy-section-special .module-split {
  display: flex;
  flex-direction: column;
}

.casestudy-section-special .split-visual-section {
  height: 250px;
  background: linear-gradient(
    135deg,
    var(--neutral-100),
    var(--neutral-50)
  );
  position: relative;
  overflow: hidden;
}

.casestudy-section-special .visual-placeholder-square {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 15%, transparent),
    color-mix(in srgb, var(--primary-300) 10%, transparent)
  );
  position: relative;
}

.casestudy-section-special .visual-placeholder-square::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: var(--primary-500);
  opacity: 0.05;
  border-radius: 50%;
  transform: translate(30%, 30%);
}

.casestudy-section-special .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.casestudy-section-special .overlay-icon i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

.casestudy-section-special .split-content-section {
  padding: 2.5rem;
  flex-grow: 1;
}

.casestudy-section-special .module-title-split {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
}

.casestudy-section-special .module-description-split {
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.casestudy-section-special .corner-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    transparent,
    color-mix(in srgb, var(--primary-500) 10%, transparent)
  );
  border-radius: 20px 0 20px 0;
}

/* Natural Decorations */
.casestudy-section-special .natural-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.casestudy-section-special .leaf-shape {
  position: absolute;
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  opacity: 0.02;
  border-radius: 50% 0 50% 50%;
}

.casestudy-section-special .shape-left {
  top: 10%;
  left: -50px;
  transform: rotate(-45deg);
}

.casestudy-section-special .shape-right {
  bottom: 15%;
  right: -50px;
  transform: rotate(135deg);
}

.casestudy-section-special .texture-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 30%, color-mix(in srgb, var(--primary-300) 3%, transparent) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, color-mix(in srgb, var(--primary-500) 2%, transparent) 0%, transparent 50%);
}

/* Responsive Design */
@media (max-width: 991px) {
  .casestudy-section-special .module-visual-area,
  .casestudy-section-special .split-visual-section {
    min-height: 250px;
    height: 250px;
  }
  
  .casestudy-section-special .module-content-area {
    padding: 2.5rem;
  }
}

@media (max-width: 767px) {
  .casestudy-section-special .module-content-area,
  .casestudy-section-special .split-content-section {
    padding: 2rem;
  }
  
  .casestudy-section-special .module-title {
    font-size: 1.5rem;
  }
  
  .casestudy-section-special .module-description {
    font-size: 1rem;
  }
}


/* Process section */
.process_section_variant {
  position: relative;
  background: var(--surface-primary);
  padding: 100px 0;
  overflow: hidden;
}

/* Leaf Pattern Background */
.leaf_pattern_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.leaf_item {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--primary-300);
  opacity: 0.08;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation: leaf_drift 15s ease-in-out infinite;
}

.leaf_1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.leaf_2 {
  top: 40%;
  right: 8%;
  animation-delay: 5s;
}

.leaf_3 {
  bottom: 20%;
  left: 15%;
  animation-delay: 10s;
}

.leaf_4 {
  top: 60%;
  right: 20%;
  animation-delay: 3s;
}

@keyframes leaf_drift {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(20px, -20px) rotate(90deg);
  }
  50% {
    transform: translate(-10px, 10px) rotate(180deg);
  }
  75% {
    transform: translate(15px, 5px) rotate(270deg);
  }
}

/* Header Styling */
.eco_process_header {
  position: relative;
  z-index: 1;
}

.eco_icon_circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  margin-bottom: 1.75rem;
  box-shadow: 0 15px 40px rgba(5, 150, 105, 0.25);
  position: relative;
}

.eco_icon_circle::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 3px dashed var(--primary-300);
  opacity: 0.5;
  animation: circle_rotate 20s linear infinite;
}

@keyframes circle_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.eco_icon_circle i {
  font-size: 2.5rem;
  color: white;
  position: relative;
  z-index: 1;
}

.eco_main_title {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.eco_main_subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.eco_main_description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
}

/* Step Cards */
.eco_flow_container {
  position: relative;
  z-index: 1;
}

.eco_step_card {
  position: relative;
  height: 100%;
  padding: 2.5rem 2rem;
  background: white;
  border-radius: 24px;
  border: 2px solid var(--border-light);
  overflow: hidden;
  transition: all 0.4s ease;
}

.eco_step_card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 50px rgba(5, 150, 105, 0.15);
}

/* Leaf Accent */
.step_leaf_accent {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-accent);
  border-radius: 50%;
  transition: all 0.4s ease;
  z-index: 2;
}

.step_leaf_accent i {
  font-size: 1.25rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.eco_step_card:hover .step_leaf_accent {
  background: var(--primary-500);
  transform: rotate(180deg);
}

.eco_step_card:hover .step_leaf_accent i {
  color: white;
}

.accent_featured,
.accent_finale {
  width: 50px;
  height: 50px;
  background: var(--primary-500);
}

.accent_featured i,
.accent_finale i {
  font-size: 1.5rem;
  color: white;
}

/* Wave Decorations */
.step_wave_decoration {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-100) 50%, 
    transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wave_top {
  top: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 30%, 90% 20%, 80% 30%, 70% 20%, 60% 30%, 50% 20%, 40% 30%, 30% 20%, 20% 30%, 10% 20%, 0 30%);
}

.wave_bottom {
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 80%, 80% 70%, 70% 80%, 60% 70%, 50% 80%, 40% 70%, 30% 80%, 20% 70%, 10% 80%, 0 70%);
}

.eco_step_card:hover .step_wave_decoration {
  opacity: 1;
}

/* Number Badge */
.step_number_badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: var(--surface-accent);
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.eco_step_card:hover .step_number_badge {
  background: var(--primary-500);
  color: white;
  transform: scale(1.1);
}

.badge_featured,
.badge_finale {
  font-size: 1.25rem;
  padding: 0.6rem 1.25rem;
}

/* Step Icon */
.step_eco_icon {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50);
  border-radius: 50%;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}

.step_eco_icon i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.eco_step_card:hover .step_eco_icon {
  background: var(--primary-500);
  transform: scale(1.1);
}

.eco_step_card:hover .step_eco_icon i {
  color: white;
}

/* Step Content */
.eco_step_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.eco_step_description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
}

/* Featured Card */
.card_featured {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    var(--surface-accent) 100%);
}

.featured_flex_wrapper {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.icon_featured {
  width: 85px;
  height: 85px;
  flex-shrink: 0;
}

.icon_featured i {
  font-size: 2.25rem;
}

.featured_text_wrapper {
  flex: 1;
}

.title_featured {
  font-size: 1.65rem;
}

.desc_featured {
  font-size: 1.05rem;
}

/* Finale Card */
.card_finale {
  background: linear-gradient(135deg, 
    var(--primary-100) 0%, 
    var(--surface-accent) 50%,
    var(--primary-50) 100%);
  border: 3px solid var(--primary-300);
}

.finale_wave_pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.15;
}

.wave_layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, transparent, var(--primary-500));
  clip-path: polygon(0 40%, 10% 30%, 20% 40%, 30% 30%, 40% 40%, 50% 30%, 60% 40%, 70% 30%, 80% 40%, 90% 30%, 100% 40%, 100% 100%, 0 100%);
}

.layer_1 {
  animation: wave_move 8s ease-in-out infinite;
}

.layer_2 {
  opacity: 0.7;
  animation: wave_move 10s ease-in-out infinite reverse;
}

.layer_3 {
  opacity: 0.5;
  animation: wave_move 12s ease-in-out infinite;
}

@keyframes wave_move {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
}

.finale_flex_wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.icon_finale {
  width: 95px;
  height: 95px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}

.icon_finale i {
  font-size: 2.75rem;
  color: white;
}

.card_finale:hover .icon_finale {
  transform: scale(1.15) rotate(10deg);
}

.finale_text_wrapper {
  flex: 1;
}

.title_finale {
  font-size: 1.75rem;
  color: var(--primary-700);
}

.desc_finale {
  font-size: 1.1rem;
  color: var(--text-primary);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .eco_main_title {
    font-size: 2.25rem;
  }

  .featured_flex_wrapper,
  .finale_flex_wrapper {
    flex-direction: column;
  }

  .icon_featured,
  .icon_finale {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .process_section_variant {
    padding: 60px 0;
  }

  .eco_main_title {
    font-size: 2rem;
  }

  .eco_main_subtitle {
    font-size: 1.2rem;
  }

  .eco_icon_circle {
    width: 75px;
    height: 75px;
  }

  .eco_icon_circle i {
    font-size: 2.25rem;
  }

  .eco_step_card {
    padding: 2rem 1.5rem;
  }

  .eco_step_title {
    font-size: 1.35rem;
  }

  .eco_step_description {
    font-size: 0.95rem;
  }

  .step_eco_icon {
    width: 65px;
    height: 65px;
  }

  .step_eco_icon i {
    font-size: 1.75rem;
  }

  .icon_featured {
    width: 75px;
    height: 75px;
  }

  .icon_finale {
    width: 80px;
    height: 80px;
  }

  .title_featured,
  .title_finale {
    font-size: 1.5rem;
  }

  .desc_featured,
  .desc_finale {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .eco_main_title {
    font-size: 1.75rem;
  }

  .eco_main_description {
    font-size: 1rem;
  }

  .eco_step_card {
    padding: 1.75rem 1.25rem;
  }

  .step_number_badge {
    font-size: 0.9rem;
    padding: 0.4rem 0.85rem;
  }
}


.timeline-section-clean {
  position: relative;
  padding: 80px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.timeline-section-clean .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.timeline-section-clean .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.timeline-section-clean .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Zigzag Timeline Container */
.zigzag-timeline {
  position: relative;
  max-width: 1200px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Timeline Path */
.timeline-path {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}

.path-line {
  fill: none;
  stroke: var(--primary-300);
  stroke-width: 3;
  stroke-dasharray: 10 5;
  opacity: 0.4;
}

/* Zigzag Item */
.zigzag-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  z-index: 1;
}

.zigzag-top {
  justify-content: flex-start;
}

.zigzag-bottom {
  justify-content: flex-end;
}

/* Zigzag Card */
.zigzag-card {
  background: white;
  border-radius: 16px;
  padding: 35px;
  max-width: 450px;
  box-shadow: 0 8px 30px color-mix(in srgb, var(--neutral-900) 10%, transparent);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s ease;
  position: relative;
}

.zigzag-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 25%, transparent);
  border-color: var(--primary-300);
}

.zigzag-number {
  position: absolute;
  top: -20px;
  right: 30px;
  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 15px color-mix(in srgb, var(--primary-500) 40%, transparent);
}

.zigzag-card[data-number] .zigzag-number::before {
  content: attr(data-number);
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
}

.zigzag-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.zigzag-icon i {
  font-size: 2rem;
  color: var(--primary-700);
}

.zigzag-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 15px;
  line-height: 1.3;
}

.zigzag-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Zigzag Connector */
.zigzag-connector {
  position: relative;
  width: 40px;
  height: 4px;
  background: linear-gradient(to right, var(--primary-300), var(--primary-500));
  margin: 0 20px;
}

.zigzag-top .zigzag-connector {
  order: 2;
}

.zigzag-bottom .zigzag-connector {
  order: 1;
}

.connector-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--primary-500);
  border: 4px solid white;
  border-radius: 50%;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  box-shadow: 0 2px 10px color-mix(in srgb, var(--primary-500) 40%, transparent);
}

.zigzag-bottom .connector-dot {
  left: -10px;
  right: auto;
}

.connector-final {
  background: var(--primary-700);
  animation: dot-pulse 2s ease-in-out infinite;
}

@keyframes dot-pulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.3);
  }
}

/* Floating Shapes */
.floating-shape {
  position: absolute;
  opacity: 0.04;
  pointer-events: none;
}

.shape-circle {
  width: 250px;
  height: 250px;
  background: var(--primary-500);
  border-radius: 50%;
  top: 15%;
  right: 5%;
  animation: float-1 6s ease-in-out infinite;
}

.shape-triangle {
  width: 0;
  height: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-bottom: 260px solid var(--primary-700);
  bottom: 10%;
  left: 5%;
  animation: float-2 8s ease-in-out infinite;
}

@keyframes float-1 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}

@keyframes float-2 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(20px) rotate(-3deg); }
}

/* Responsive Design */
@media (max-width: 991px) {
  .zigzag-item {
    justify-content: center !important;
    margin-bottom: 50px;
  }

  .zigzag-card {
    max-width: 100%;
  }

  .zigzag-connector {
    display: none;
  }

  .timeline-path {
    display: none;
  }
}

@media (max-width: 767px) {
  .timeline-section-clean {
    padding: 60px 0;
  }

  .timeline-section-clean .section-title {
    font-size: 2rem;
  }

  .timeline-section-clean .section-subtitle {
    font-size: 1.1rem;
  }

  .timeline-section-clean .section-description {
    font-size: 1rem;
  }

  .zigzag-card {
    padding: 28px;
  }

  .zigzag-number {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .zigzag-icon {
    width: 60px;
    height: 60px;
  }

  .zigzag-icon i {
    font-size: 1.75rem;
  }

  .zigzag-title {
    font-size: 1.2rem;
  }

  .zigzag-description {
    font-size: 0.95rem;
  }
}


.career-section-custom {
  padding: 100px 0;
  background: linear-gradient(180deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--neutral-50) 80%, var(--surface-primary)) 100%
  );
  position: relative;
  overflow: hidden;
}

/* Typography */
.career-section-custom #career-title {
  color: var(--text-primary);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.career-section-custom #career-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.career-section-custom .tracking-wide {
  letter-spacing: 0.1em;
}

.career-section-custom #career-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Minimal Cards */
.career-section-custom .career-minimal-card {
  background: var(--light);
  border: 1px solid var(--neutral-300);
  border-radius: 12px;
  padding: 36px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.career-section-custom .career-minimal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  border-color: var(--primary-500);
}

.career-section-custom .career-minimal-card:hover .card-accent {
  width: 100%;
}

/* Card Icon */
.career-section-custom .card-icon {
  width: 64px;
  height: 64px;
  background: var(--surface-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.career-section-custom .card-icon i {
  font-size: 32px;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.career-section-custom .career-minimal-card:hover .card-icon {
  background: var(--primary-100);
  transform: rotate(-10deg) scale(1.05);
}

/* Card Content */
.career-section-custom .card-content {
  flex: 1;
}

.career-section-custom .card-content h3 {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.3;
}

.career-section-custom .position-meta {
  display: flex;
  align-items: center;
}

.career-section-custom .meta-text {
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.career-section-custom .card-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 15px;
}

/* Card Accent */
.career-section-custom .card-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 60px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 0 0 12px 12px;
  transition: width 0.4s ease;
}

/* Organic Shapes */
.career-section-custom .organic-shape {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.03;
  pointer-events: none;
}

.career-section-custom .shape-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: -150px;
  right: -150px;
  animation: morph 15s ease-in-out infinite;
}

.career-section-custom .shape-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-700);
  bottom: -100px;
  left: -100px;
  animation: morph 20s ease-in-out infinite reverse;
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 70% 50% 50% / 50% 60% 40% 60%;
  }
  75% {
    border-radius: 70% 30% 60% 40% / 40% 70% 50% 60%;
  }
}

/* Texture Overlay */
.career-section-custom .texture-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      color-mix(in srgb, var(--neutral-300) 10%, transparent) 2px,
      color-mix(in srgb, var(--neutral-300) 10%, transparent) 4px
    );
  opacity: 0.3;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 991px) {
  .career-section-custom {
    padding: 80px 0;
  }

  .career-section-custom .career-minimal-card {
    padding: 32px;
  }

  .career-section-custom .card-icon {
    width: 56px;
    height: 56px;
  }

  .career-section-custom .card-icon i {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .career-section-custom {
    padding: 60px 0;
  }

  .career-section-custom #career-title {
    font-size: 2rem;
  }

  .career-section-custom #career-subtitle {
    font-size: 1rem;
  }

  .career-section-custom .career-minimal-card {
    padding: 28px;
  }
}


.coreinfo-section-primary {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.coreinfo-section-primary .section-header {
  position: relative;
  z-index: 2;
}

.coreinfo-section-primary .decorative-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

.coreinfo-section-primary #coreinfo-title {
  color: var(--text-primary);
  font-weight: 700;
}

.coreinfo-section-primary #coreinfo-subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.coreinfo-section-primary #coreinfo-desc {
  color: var(--text-secondary);
  max-width: 800px;
  line-height: 1.7;
}

/* Info Cards */
.coreinfo-section-primary .info-card {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
  position: relative;
  overflow: hidden;
}

.coreinfo-section-primary .info-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.3s ease;
}

.coreinfo-section-primary .info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

.coreinfo-section-primary .info-card:hover::before {
  transform: scaleX(1);
}

/* Card Icons */
.coreinfo-section-primary .card-icon-wrapper {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.coreinfo-section-primary .card-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.coreinfo-section-primary .info-card:hover .card-icon-wrapper {
  background: var(--primary-500);
  transform: scale(1.1);
}

.coreinfo-section-primary .info-card:hover .card-icon-wrapper i {
  color: var(--light);
}

/* Card Content */
.coreinfo-section-primary .card-title {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.25rem;
}

.coreinfo-section-primary .card-description {
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Decorative Shapes */
.coreinfo-section-primary .decorative-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.coreinfo-section-primary .shape-circle {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 8%, transparent), transparent);
  top: -100px;
  right: -100px;
}

.coreinfo-section-primary .shape-blob {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(ellipse, color-mix(in srgb, var(--primary-300) 6%, transparent), transparent);
  bottom: -150px;
  left: -150px;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

/* Responsive */
@media (max-width: 768px) {
  .coreinfo-section-primary #coreinfo-title {
    font-size: 2rem;
  }

  .coreinfo-section-primary #coreinfo-subtitle {
    font-size: 1.25rem;
  }

  .coreinfo-section-primary .info-card {
    padding: 1.5rem;
  }

  .coreinfo-section-primary .card-icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .coreinfo-section-primary .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}


/* ============================================
   Contact Section v-100 - Professional Blue
   ============================================ */

.contact-section-featured {
  position: relative;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  padding: 80px 0;
  min-height: 100vh;
}

/* Decorative Background Elements */
.contact-section-featured .decorative-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.contact-section-featured .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
}

.contact-section-featured .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-700);
  bottom: -80px;
  right: -80px;
}

.contact-section-featured .decorative-circle {
  position: absolute;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.contact-section-featured .circle-1 {
  width: 200px;
  height: 200px;
  top: 20%;
  right: 10%;
}

.contact-section-featured .circle-2 {
  width: 150px;
  height: 150px;
  bottom: 15%;
  left: 5%;
}

/* Section Header */
.contact-section-featured .section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-section-featured #contact-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.5px;
}

.contact-section-featured #contact-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.contact-section-featured #contact-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Contact Form Wrapper */
.contact-section-featured .contact-form-wrapper {
  background: var(--surface-primary);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-section-featured .contact-form-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
}

.contact-section-featured .form-icon-decorator {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 30%, var(--surface-primary) 70%),
    color-mix(in srgb, var(--primary-500) 20%, var(--surface-primary) 80%)
  );
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-700);
  font-size: 24px;
}

/* Form Labels */
.contact-section-featured .form-label {
  color: var(--text-primary);
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}

/* Custom Input Groups */
.contact-section-featured .input-group-custom {
  position: relative;
}

.contact-section-featured .input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-500);
  font-size: 18px;
  z-index: 2;
}

.contact-section-featured .input-icon-textarea {
  position: absolute;
  left: 16px;
  top: 16px;
  color: var(--primary-500);
  font-size: 18px;
  z-index: 2;
}

/* Form Controls */
.contact-section-featured .form-control-custom {
  padding: 14px 16px 14px 50px;
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 12px;
  background: var(--surface-primary);
  color: var(--text-primary);
  font-size: 15px;
  transition: all 0.3s ease;
}

.contact-section-featured .form-control-custom:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  outline: none;
  background: #ffffff;
}

.contact-section-featured .form-control-custom::placeholder {
  color: var(--neutral-500);
  opacity: 0.6;
}

.contact-section-featured textarea.form-control-custom {
  padding: 14px 16px 14px 50px;
  resize: vertical;
  min-height: 130px;
}

/* Custom Checkbox */
.contact-section-featured .form-check-custom {
  padding-left: 1.75rem;
}

.contact-section-featured .form-check-input {
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-300);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-section-featured .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-featured .form-check-input:focus {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  outline: none;
}

.contact-section-featured .form-check-label {
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.6;
  cursor: pointer;
}

/* Submit Button - PROTECTED STYLES */
.contact-section-featured #site_submit_btn {
  padding: 16px 32px !important;
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.25) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}

.contact-section-featured #site_submit_btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.35) !important;
  background: linear-gradient(135deg, #1d4ed8, #0369a1) !important;
}

.contact-section-featured #site_submit_btn:active {
  transform: translateY(0) !important;
}

.contact-section-featured #site_submit_btn i {
  transition: transform 0.3s ease;
}

.contact-section-featured #site_submit_btn:hover i {
  transform: translateX(4px);
}

/* Contact Info Cards */
.contact-section-featured .contact-info-stack {
  position: relative;
  z-index: 1;
}

.contact-section-featured .info-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  transition: all 0.3s ease;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.contact-section-featured .info-card:hover {
  transform: translateX(5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.contact-section-featured .info-icon-wrapper {
  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;
  color: #ffffff;
  font-size: 24px;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
}

.contact-section-featured .info-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  border-radius: 8px;
  color: var(--primary-700);
  font-size: 16px;
}

.contact-section-featured .info-title {
  color: var(--text-primary);
  font-weight: 600;
  margin-bottom: 12px;
}

.contact-section-featured .info-detail {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.7;
}

.contact-section-featured .info-link {
  color: var(--primary-700);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-section-featured .info-link:hover {
  color: var(--primary-500);
  text-decoration: underline;
}

.contact-section-featured .info-hours {
  color: var(--neutral-500);
  font-size: 13px;
  margin-top: 8px;
}

.contact-section-featured .info-hours i {
  margin-right: 6px;
  color: var(--primary-500);
}

/* Social Media Links */
.contact-section-featured .social-links-wrapper {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  padding: 20px 24px;
  background: color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%);
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}

.contact-section-featured .social-icon {
  width: 44px;
  height: 44px;
  background: var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-700);
  font-size: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}

.contact-section-featured .social-icon:hover {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
}

/* Decorative Bottom Elements */
.contact-section-featured .decorative-line-wrapper {
  text-align: center;
  position: relative;
}

.contact-section-featured .decorative-line {
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-300) 50%, 
    transparent 100%
  );
  margin: 0 auto;
  max-width: 400px;
}

.contact-section-featured .decorative-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}

.contact-section-featured .dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  display: inline-block;
  animation: pulse-dot 2s infinite;
}

.contact-section-featured .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.contact-section-featured .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .contact-section-featured {
    padding: 60px 0;
  }

  .contact-section-featured .contact-form-wrapper {
    margin-bottom: 30px;
  }

  .contact-section-featured .blob-1,
  .contact-section-featured .blob-2 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 767px) {
  .contact-section-featured #contact-title {
    font-size: 2rem;
  }

  .contact-section-featured .contact-form-wrapper {
    padding: 24px;
  }

  .contact-section-featured .info-card {
    padding: 20px;
  }

  .contact-section-featured .info-icon-wrapper {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .contact-section-featured .social-links-wrapper {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .contact-section-featured {
    padding: 40px 0;
  }

  .contact-section-featured #contact-title {
    font-size: 1.75rem;
  }

  .contact-section-featured .contact-form-wrapper {
    padding: 20px;
  }

  .contact-section-featured .form-control-custom {
    padding: 12px 14px 12px 46px;
  }

  .contact-section-featured #site_submit_btn {
    padding: 14px 24px !important;
    font-size: 15px !important;
  }

  .contact-section-featured .info-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

.blog-section-style {
  position: relative;
  padding: 100px 0;
  background: var(--light);
  overflow: hidden;
}

/* Gradient Background */
.blog-section-style .gradient-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 50%,
    var(--surface-primary) 100%
  );
  opacity: 0.7;
}

/* Header Styles */
.blog-section-style .blog-header {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}

.blog-section-style .gradient-badge {
  width: 80px;
  height: 80px;
  margin: 0 auto 28px;
  background: linear-gradient(
    135deg,
    var(--primary-300),
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: var(--light);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
  animation: gradient-pulse 3s ease-in-out infinite;
}

@keyframes gradient-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
  }
}

.blog-section-style .blog-main-title {
  font-size: 2.8rem;
  font-weight: 800;
  background: linear-gradient(
    135deg,
    var(--text-primary),
    var(--primary-700)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  line-height: 1.2;
}

.blog-section-style .blog-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 20px;
  line-height: 1.4;
}

.blog-section-style .blog-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Blog Card */
.blog-section-style .blog-card {
  position: relative;
  height: 100%;
  z-index: 2;
}

.blog-section-style .gradient-border {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    var(--primary-300),
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 20px;
  padding: 2px;
  opacity: 0.6;
  transition: opacity 0.4s ease;
}

.blog-section-style .blog-card:hover .gradient-border {
  opacity: 1;
}

.blog-section-style .card-content {
  position: relative;
  height: 100%;
  background: var(--light);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease;
}

.blog-section-style .blog-card:hover .card-content {
  transform: translateY(-8px);
}

/* Image Wrapper */
.blog-section-style .blog-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.blog-section-style .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-section-style .blog-card:hover .blog-image {
  transform: scale(1.1) rotate(1deg);
}

.blog-section-style .gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%) 100%
  );
}

.blog-section-style .shine-effect {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    color-mix(in srgb, var(--light) 50%, transparent 50%) 50%,
    transparent 100%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.blog-section-style .blog-card:hover .shine-effect {
  transform: translateX(100%);
}

/* Body */
.blog-section-style .blog-body {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.blog-section-style .gradient-accent {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-300),
    var(--primary-700)
  );
  border-radius: 2px;
  margin-bottom: 20px;
  transition: width 0.4s ease;
}

.blog-section-style .blog-card:hover .gradient-accent {
  width: 120px;
}

.blog-section-style .blog-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-section-style .blog-card:hover .blog-title {
  color: var(--primary-700);
}

.blog-section-style .blog-excerpt {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
  flex-grow: 1;
}

/* Footer */
.blog-section-style .blog-footer {
  margin-top: auto;
}

.blog-section-style .blog-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(
    135deg,
    var(--primary-300),
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 50px;
  color: var(--light);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  transition: all 0.3s ease;
}

.blog-section-style .blog-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
  gap: 14px;
}

.blog-section-style .link-gradient {
  position: relative;
}

.blog-section-style .blog-link i {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

.blog-section-style .blog-link:hover i {
  transform: rotate(90deg);
}

/* Gradient Orbs */
.blog-section-style .gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.15;
  pointer-events: none;
  animation: orb-float 10s ease-in-out infinite;
}

.blog-section-style .orb-1 {
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  top: -150px;
  left: -150px;
  animation-delay: 0s;
}

.blog-section-style .orb-2 {
  width: 600px;
  height: 600px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  bottom: -200px;
  right: -200px;
  animation-delay: 3s;
}

.blog-section-style .orb-3 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
  top: 40%;
  left: 50%;
  animation-delay: 6s;
}

@keyframes orb-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(40px, -40px) scale(1.1);
  }
  66% {
    transform: translate(-30px, 30px) scale(0.9);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .blog-section-style {
    padding: 70px 0;
  }

  .blog-section-style .blog-main-title {
    font-size: 2.2rem;
  }

  .blog-section-style .blog-subtitle {
    font-size: 1.1rem;
  }

  .blog-section-style .blog-header {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .blog-section-style {
    padding: 60px 0;
  }

  .blog-section-style .blog-main-title {
    font-size: 1.85rem;
  }

  .blog-section-style .blog-subtitle {
    font-size: 1rem;
  }

  .blog-section-style .blog-description {
    font-size: 0.95rem;
  }

  .blog-section-style .blog-title {
    font-size: 1.15rem;
  }

  .blog-section-style .gradient-badge {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }

  .blog-section-style .gradient-orb {
    display: none;
  }
}


.faq-section {
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  position: relative;
  overflow: hidden;
}

.faq-section .decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary-300);
  opacity: 0.2;
  z-index: 0;
}

.faq-section .circle-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  right: 5%;
}

.faq-section .circle-2 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 8%;
}

.faq-section .circle-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 15%;
}

.faq-section .container {
  position: relative;
  z-index: 1;
}

.faq-section .faq-card {
  border: none;
  border-radius: 16px;
  transition: all 0.4s ease;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-section .faq-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.faq-section .card-body {
  padding: 2rem;
}

.faq-section .faq-header {
  gap: 1.25rem;
}

.faq-section .category-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.faq-section .category-icon.general {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}

.faq-section .category-icon.timeline {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 80%, #4CAF50 20%), color-mix(in srgb, var(--primary-700) 80%, #388E3C 20%));
}

.faq-section .category-icon.pricing {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 70%, #FF9800 30%), color-mix(in srgb, var(--primary-700) 70%, #F57C00 30%));
}

.faq-section .category-icon.team {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 60%, #2196F3 40%), color-mix(in srgb, var(--primary-700) 60%, #1976D2 40%));
}

.faq-section .category-icon.security {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 80%, #F44336 20%), color-mix(in srgb, var(--primary-700) 80%, #D32F2F 20%));
}

.faq-section .category-icon.support {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 70%, #9C27B0 30%), color-mix(in srgb, var(--primary-700) 70%, #7B1FA2 30%));
}

.faq-section .category-icon.integration {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 60%, #00BCD4 40%), color-mix(in srgb, var(--primary-700) 60%, #0097A7 40%));
}

.faq-section .category-icon.analytics {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 75%, #8BC34A 25%), color-mix(in srgb, var(--primary-700) 75%, #689F38 25%));
}

.faq-section .category-icon.flexibility {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 65%, #E91E63 35%), color-mix(in srgb, var(--primary-700) 65%, #C2185B 35%));
}

.faq-section .category-icon.start {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 85%, #03A9F4 15%), color-mix(in srgb, var(--primary-700) 85%, #0288D1 15%));
}

.faq-section .faq-header h3 {
  color: var(--text-primary);
  font-weight: 600;
  line-height: 1.4;
  flex: 1;
}

.faq-section .faq-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  padding-left: 66px;
}

/* Header styles */
.faq-section #faq-title {
  color: var(--text-primary);
}

.faq-section #faq-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.faq-section #faq-desc {
  color: var(--text-secondary);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .faq-section .card-body {
    padding: 1.5rem;
  }

  .faq-section .faq-header {
    gap: 1rem;
  }

  .faq-section .category-icon {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }

  .faq-section .faq-header h3 {
    font-size: 1rem;
  }

  .faq-section .faq-content p {
    padding-left: 0;
    margin-top: 0.5rem;
  }
}


/* Gallery section */

.gallery-section-alt {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

.gallery-diagonal {
  position: relative;
  z-index: 2;
}

.diagonal-row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  align-items: stretch;
}

.diagonal-row.row-1 {
  margin-left: 0;
}

.diagonal-row.row-2 {
  margin-left: 5%;
}

.diagonal-row.row-3 {
  margin-left: 10%;
}

.diagonal-item {
  flex: 1;
  min-width: 0;
  aspect-ratio: 4 / 3;
  cursor: pointer;
}

.diagonal-item.large {
  flex: 1.8;
  aspect-ratio: 16 / 9;
}

.item-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  transform: skewY(-2deg);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.item-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: skewY(2deg) scale(1.05);
  transition: transform 0.7s ease;
}

.diagonal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    color-mix(in srgb, var(--primary-500) 50%, transparent),
    color-mix(in srgb, var(--primary-700) 30%, transparent)
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* Hover Effects */
.diagonal-item:hover .item-wrapper {
  transform: skewY(-2deg) translateY(-15px) scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.diagonal-item:hover .item-wrapper img {
  transform: skewY(2deg) scale(1.15);
}

.diagonal-item:hover .diagonal-overlay {
  opacity: 1;
}

/* Diagonal Lines */
.diagonal-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.line {
  position: absolute;
  width: 2px;
  height: 100%;
  background: linear-gradient(
    180deg,
    transparent,
    var(--primary-500),
    transparent
  );
  opacity: 0.15;
  transform: skewX(-10deg);
}

.line-1 {
  left: 15%;
}

.line-2 {
  left: 50%;
}

.line-3 {
  right: 20%;
}

/* Modern Dots */
.modern-dots {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 1;
}

.dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.4;
  animation: dotPulse 3s ease-in-out infinite;
}

.dot:nth-child(2) {
  animation-delay: 0.75s;
}

.dot:nth-child(3) {
  animation-delay: 1.5s;
}

.dot:nth-child(4) {
  animation-delay: 2.25s;
}

@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .diagonal-row.row-2,
  .diagonal-row.row-3 {
    margin-left: 0;
  }
  
  .diagonal-item.large {
    flex: 1.5;
  }
}

@media (max-width: 767px) {
  .diagonal-row {
    flex-direction: column;
    gap: 1.25rem;
    margin-left: 0 !important;
  }
  
  .diagonal-item,
  .diagonal-item.large {
    aspect-ratio: 16 / 9;
  }
  
  .item-wrapper {
    transform: skewY(0);
  }
  
  .item-wrapper img {
    transform: skewY(0) scale(1);
  }
  
  .diagonal-item:hover .item-wrapper {
    transform: skewY(0) translateY(-10px) scale(1.02);
  }
  
  .diagonal-item:hover .item-wrapper img {
    transform: skewY(0) scale(1.1);
  }
  
  .diagonal-lines {
    display: none;
  }
}

@media (max-width: 575px) {
  .gallery-section-alt {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  
  .diagonal-row {
    gap: 1rem;
    margin-bottom: 1rem;
  }
  
  .modern-dots {
    display: none;
  }
}


/* ================================
   Footer v-101 - Professional Blue Theme
   ================================ */

.footer-standard {
  position: relative;
  background: 
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
      color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
      color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
    ),
    url('ZOV_assets/ZOV_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  overflow: hidden;
  padding: 60px 0 0;
}

.footer-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-700) 5%, transparent);
  pointer-events: none;
  z-index: 0;
}

.footer-standard .container {
  z-index: 1;
}

/* Brand Section */
.footer-brand {
  position: relative;
}

.brand-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--light) 15%, transparent);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.brand-icon-wrapper i {
  font-size: 28px;
  color: #ffffff;
}

.brand-icon-wrapper:hover {
  background: color-mix(in srgb, var(--light) 25%, transparent);
  transform: translateY(-3px);
}

.footer-logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.footer-description {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.decorative-dots {
  display: flex;
  gap: 8px;
  margin-top: 1.5rem;
}

.decorative-dots .dot {
  width: 10px;
  height: 10px;
  background: color-mix(in srgb, var(--light) 40%, transparent);
  border-radius: 50%;
  display: inline-block;
  animation: pulse 2s infinite;
}

.decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

/* Links Section */
.footer-links-section {
  position: relative;
}

.section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: color-mix(in srgb, var(--light) 15%, transparent);
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.section-icon i {
  font-size: 22px;
  color: #ffffff;
}

.footer-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
}

.footer-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: color-mix(in srgb, var(--primary-300) 80%, transparent);
  border-radius: 2px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.footer-links-list li i {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.footer-links-list li:hover i {
  color: #ffffff;
  transform: translateX(3px);
}

.footer-links-list a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
}

.footer-links-list a:hover {
  color: #ffffff;
  padding-left: 5px;
}

/* Contact Section */
.footer-contact-section {
  position: relative;
}

.contact-info-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 1rem;
  background: color-mix(in srgb, var(--light) 10%, transparent);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 1px solid color-mix(in srgb, var(--light) 15%, transparent);
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: color-mix(in srgb, var(--light) 15%, transparent);
  transform: translateX(5px);
  border-color: color-mix(in srgb, var(--primary-300) 40%, transparent);
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  background: color-mix(in srgb, var(--primary-500) 30%, transparent);
  border-radius: 8px;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 18px;
  color: #ffffff;
}

.contact-details {
  flex: 1;
}

.contact-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.5;
  display: block;
}

.decorative-shape-contact {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  filter: blur(40px);
  pointer-events: none;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid color-mix(in srgb, var(--light) 20%, transparent);
  margin-top: 3rem;
}

.footer-disclaimer {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
  line-height: 1.6;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  font-weight: 500;
}

/* Decorative Background Elements */
.footer-decoration {
  position: absolute;
  pointer-events: none;
  opacity: 0.15;
}

.decoration-1 {
  top: 10%;
  left: 5%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  border-radius: 50%;
  filter: blur(60px);
}

.decoration-2 {
  bottom: 20%;
  right: 10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
  filter: blur(80px);
  animation: morphing 8s ease-in-out infinite;
}

.decoration-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-700), transparent);
  border-radius: 50%;
  filter: blur(100px);
  animation: rotate 20s linear infinite;
}

@keyframes morphing {
  0%, 100% {
    border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
  }
  50% {
    border-radius: 60% 40% 40% 60% / 60% 60% 40% 40%;
  }
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-standard {
    padding: 40px 0 0;
  }

  .footer-logo-text {
    font-size: 1.35rem;
  }

  .footer-section-title {
    font-size: 1.15rem;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .col-lg-4 {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .footer-standard {
    background-attachment: scroll;
    padding: 30px 0 0;
  }

  .footer-brand,
  .footer-links-section,
  .footer-contact-section {
    margin-bottom: 2rem;
  }

  .brand-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .brand-icon-wrapper i {
    font-size: 24px;
  }

  .section-icon {
    width: 40px;
    height: 40px;
  }

  .section-icon i {
    font-size: 20px;
  }

  .contact-item {
    padding: 0.875rem;
  }

  .contact-icon {
    min-width: 35px;
    height: 35px;
  }

  .contact-icon i {
    font-size: 16px;
  }

  .footer-disclaimer,
  .footer-copyright {
    font-size: 0.8rem;
  }

  .decoration-1,
  .decoration-2,
  .decoration-3 {
    display: none;
  }
}

@media (max-width: 575px) {
  .footer-logo-text {
    font-size: 1.25rem;
  }

  .footer-description {
    font-size: 0.9rem;
  }

  .footer-section-title {
    font-size: 1.1rem;
  }

  .contact-text {
    font-size: 0.9rem;
  }
}

/* Universal section */
/* Split grid layout with numbered blocks */

.add_wrap_style {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
}

/* Section intro */
.add_wrap_style .add_intro_section {
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_style .intro_accent_line {
  width: 4px;
  height: 120px;
  background: linear-gradient(180deg, var(--primary-500, #2563eb) 0%, var(--primary-300, #93c5fd) 100%);
  border-radius: 2px;
  margin: 0 auto;
}

.add_wrap_style .intro_content {
  padding-left: var(--space-4, 1rem);
}

.add_wrap_style .add_title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.2;
}

.add_wrap_style .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_style .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #334155);
  line-height: 1.7;
  margin-top: var(--space-6, 1.5rem);
  padding: var(--space-6, 1.5rem);
  background: #ffffff;
  border-left: 4px solid var(--primary-500, #2563eb);
  border-radius: var(--radius-md, 10px);
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
}

/* Split grid */
.add_wrap_style .add_split_grid {
  margin-top: var(--space-10, 2.5rem);
}

/* Feature blocks */
.add_wrap_style .feature_block {
  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%;
  transition: all 0.3s ease;
  overflow: hidden;
}

.add_wrap_style .feature_block:hover {
  border-color: var(--primary-300, #93c5fd);
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.12);
}

.add_wrap_style .feature_large {
  padding: var(--space-8, 2rem);
  min-height: 320px;
}

.add_wrap_style .feature_compact {
  min-height: 280px;
}

/* Block numbers */
.add_wrap_style .block_number {
  position: absolute;
  top: var(--space-4, 1rem);
  right: var(--space-4, 1rem);
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-100, #dbeafe);
  line-height: 1;
  z-index: 0;
  transition: all 0.3s ease;
}

.add_wrap_style .feature_block:hover .block_number {
  color: var(--primary-200, #bfdbfe);
  transform: scale(1.1);
}

/* Icon boxes */
.add_wrap_style .block_icon_box {
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #eff6ff);
  border-radius: var(--radius-md, 10px);
  color: var(--primary-500, #2563eb);
  font-size: 1.75rem;
  margin-bottom: var(--space-4, 1rem);
  z-index: 1;
  transition: all 0.3s ease;
}

.add_wrap_style .feature_block:hover .block_icon_box {
  background: var(--primary-500, #2563eb);
  color: #ffffff;
  transform: scale(1.05) rotate(-5deg);
}

.add_wrap_style .feature_large .block_icon_box {
  width: 72px;
  height: 72px;
  font-size: 2rem;
}

/* Content */
.add_wrap_style .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;
  position: relative;
  z-index: 1;
}

.add_wrap_style .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #334155);
  line-height: 1.65;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Highlight block */
.add_wrap_style .feature_highlight {
  position: relative;
  background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
  border: 3px solid var(--primary-300, #93c5fd);
  padding: var(--space-8, 2rem);
  min-height: auto;
}

.add_wrap_style .feature_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #dbeafe) 0%, #ffffff 100%);
  border-color: var(--primary-500, #2563eb);
}

.add_wrap_style .highlight_decoration {
  position: absolute;
  top: var(--space-4, 1rem);
  right: var(--space-4, 1rem);
}

.add_wrap_style .decoration_badge {
  width: 80px;
  height: 80px;
  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: 2rem;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.25);
  opacity: 0.9;
}

.add_wrap_style .feature_highlight:hover .decoration_badge {
  opacity: 1;
  transform: scale(1.05);
}

.add_wrap_style .highlight_content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.add_wrap_style .feature_highlight .block_number {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 2rem;
  margin-bottom: var(--space-4, 1rem);
  color: var(--primary-500, #2563eb);
}

.add_wrap_style .feature_highlight .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_style .intro_accent_line {
    height: 80px;
    margin-bottom: var(--space-4, 1rem);
  }
  
  .add_wrap_style .intro_content {
    padding-left: 0;
  }
  
  .add_wrap_style .feature_large,
  .add_wrap_style .feature_compact {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_style {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_style .add_intro_section {
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_style .block_number {
    font-size: 2.5rem;
  }
  
  .add_wrap_style .feature_block {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_style .feature_large {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_style .feature_highlight {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_style .decoration_badge {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}


.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-100);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_process_container {
  max-width: 800px;
  margin: 0 auto;
}

.add_wrap .add_process_step {
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
  margin-bottom: var(--space-10);
  position: relative;
}

.add_wrap .add_process_step:last-child {
  margin-bottom: 0;
}

.add_wrap .add_step_number {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-100);
  font-size: 1.5rem;
  font-weight: bold;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.add_wrap .add_step_content {
  flex-grow: 1;
  background-color: var(--neutral-50);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
  position: relative;
  top: var(--space-2);
}

.add_wrap .add_step_content:before {
  content: '';
  position: absolute;
  left: -12px;
  top: var(--space-6);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid var(--neutral-200);
}

.add_wrap .add_step_content:after {
  content: '';
  position: absolute;
  left: -11px;
  top: calc(var(--space-6) + 1px);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid var(--neutral-50);
}

.add_wrap .add_step_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_step_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_step_connector {
  position: absolute;
  left: 39px;
  top: 80px;
  bottom: -40px;
  width: 2px;
  background: linear-gradient(to bottom, var(--primary-300), var(--primary-200));
  z-index: 1;
}

.add_wrap .add_process_step:last-child .add_step_connector {
  display: none;
}

.add_wrap .add_process_step:nth-child(even) .add_step_number {
  background: linear-gradient(135deg, var(--primary-400), var(--primary-300));
}

.add_wrap .add_process_step:nth-child(even) .add_step_content {
  background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}

@media (max-width: 768px) {
  .add_wrap .add_process_step {
    gap: var(--space-4);
    margin-bottom: var(--space-8);
  }
  
  .add_wrap .add_step_number {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
  
  .add_wrap .add_step_content {
    padding: var(--space-4);
  }
  
  .add_wrap .add_step_content:before {
    left: -8px;
    border-right-width: 8px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
  
  .add_wrap .add_step_content:after {
    left: -7px;
    border-right-width: 7px;
    border-top-width: 7px;
    border-bottom-width: 7px;
  }
  
  .add_wrap .add_step_connector {
    left: 29px;
    top: 60px;
    bottom: -32px;
  }
}


/* Universal section */
/* Theme: professional-blue-01 */

.add_wrap {
  padding: var(--section-py) 0;
  background: var(--neutral-50);
  position: relative;
}

/* Header Styles */
.add_header {
  margin-bottom: var(--space-8);
}

.add_title {
  font-family: var(--base_section_title);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.add_subtitle {
  font-family: var(--prime_body_large);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1.4;
}

.add_description {
  font-family: var(--design_body_base);
  font-size: 1rem;
  color: var(--text-body);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Elements List */
.add_elements_list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.add_element {
  display: flex;
  gap: var(--space-4);
  align-items: flex-start;
  padding: var(--space-5);
  background: white;
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.add_element:hover {
  transform: translateX(8px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.add_elem_number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 50%;
}

.add_elem_content {
  flex: 1;
}

.add_elem_title {
  font-family: var(--prime_body_large);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  line-height: 1.3;
}

.add_elem_desc {
  font-family: var(--design_body_base);
  font-size: 0.9375rem;
  color: var(--text-body);
  margin: 0;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--space-8) 0;
  }
  
  .add_element {
    flex-direction: column;
    gap: var(--space-3);
    padding: var(--space-4);
  }
  
  .add_element:hover {
    transform: translateY(-4px);
  }
  
  .add_elem_number {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
  }
  
  .add_elem_title {
    font-size: 1.125rem;
  }
}


.additional-universal-style {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Decorative Lines */
.additional-universal-style .decorative-line-top {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto 3rem;
  border-radius: 2px;
}

.additional-universal-style .decorative-line-bottom {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
  margin: 4rem auto 0;
  border-radius: 2px;
}

/* Section Header */
.additional-universal-style .section-header h1 {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-style .section-header h2 {
  color: var(--text-secondary);
  font-weight: 400;
}

.additional-universal-style .section-header p {
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
}

/* Content List */
.additional-universal-style .content-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Content Item */
.additional-universal-style .content-item {
  position: relative;
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
}

.additional-universal-style .content-item:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-left-color: var(--primary-700);
}

/* Icon Wrapper */
.additional-universal-style .item-icon-wrapper {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  color: var(--light);
  font-size: 1.75rem;
  transition: transform 0.3s ease;
}

.additional-universal-style .content-item:hover .item-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

/* Item Content */
.additional-universal-style .item-content {
  flex: 1;
}

.additional-universal-style .item-content h3 {
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.additional-universal-style .item-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Shapes */
.additional-universal-style .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}

.additional-universal-style .decorative-shape.shape-1 {
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  top: -20px;
  right: -20px;
}

.additional-universal-style .decorative-shape.shape-2 {
  width: 60px;
  height: 60px;
  background: var(--primary-700);
  bottom: -15px;
  right: 40px;
}

.additional-universal-style .decorative-shape.shape-3 {
  width: 70px;
  height: 70px;
  background: var(--primary-300);
  top: -10px;
  right: 60px;
}

.additional-universal-style .decorative-shape.shape-4 {
  width: 90px;
  height: 90px;
  background: var(--primary-500);
  bottom: -25px;
  right: -30px;
}

.additional-universal-style .decorative-shape.shape-5 {
  width: 75px;
  height: 75px;
  background: var(--primary-700);
  top: -15px;
  right: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-style .section-header h1 {
    font-size: 2rem;
  }

  .additional-universal-style .content-item {
    flex-direction: column;
    padding: 1.5rem;
  }

  .additional-universal-style .item-icon-wrapper {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .additional-universal-style .section-header h1 {
    font-size: 1.75rem;
  }

  .additional-universal-style .section-header h2 {
    font-size: 1.25rem;
  }

  .additional-universal-style .content-item {
    padding: 1.25rem;
  }

  .additional-universal-style .item-icon-wrapper {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .additional-universal-style .content-item:hover {
    transform: translateX(4px);
  }
}


/* ===================================
   v-014: Modern Green Theme
   Layout: Timeline with Highlight Box
   =================================== */

.add_wrap.v014_modern_green {
  padding: var(--section-py) 0;
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Header Shape */
.add_wrap.v014_modern_green .add_decorative_header_shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(135deg, var(--primary-50) 0%, transparent 100%);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}

/* Header Section */
.add_wrap.v014_modern_green .add_header {
  text-align: center;
  margin-bottom: var(--space-12);
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_badge {
  width: 60px;
  height: 60px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.add_wrap.v014_modern_green .add_badge i {
  font-size: 28px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-weight: 700;
  line-height: 1.2;
}

.add_wrap.v014_modern_green .add_subtitle {
  color: var(--primary-500);
  margin-bottom: var(--space-6);
  font-weight: 600;
}

.add_wrap.v014_modern_green .add_description {
  color: var(--text-secondary);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Timeline */
.add_wrap.v014_modern_green .add_timeline {
  position: relative;
  padding: var(--space-8) 0;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 50%, var(--primary-300) 100%);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Items */
.add_wrap.v014_modern_green .add_timeline_item {
  position: relative;
  margin-bottom: var(--space-12);
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
}

.add_wrap.v014_modern_green .add_timeline_item_left {
  justify-content: flex-end;
}

.add_wrap.v014_modern_green .add_timeline_item_right {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

/* Timeline Marker */
.add_wrap.v014_modern_green .add_timeline_marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.4);
  z-index: 3;
}

.add_wrap.v014_modern_green .add_timeline_marker i {
  font-size: 28px;
  color: #ffffff;
}

/* Timeline Content */
.add_wrap.v014_modern_green .add_timeline_content {
  width: calc(50% - 60px);
  padding: var(--space-6);
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_timeline_content:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-300);
}

.add_wrap.v014_modern_green .add_timeline_title {
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--space-3);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_timeline_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-4);
  line-height: 1.6;
}

/* Timeline Icon Group */
.add_wrap.v014_modern_green .add_timeline_icon_group {
  display: flex;
  gap: var(--space-3);
  justify-content: flex-start;
}

.add_wrap.v014_modern_green .add_timeline_icon_group i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--primary-500);
  background: var(--primary-50);
  border-radius: 8px;
}

/* Highlight Box (Element 5) */
.add_wrap.v014_modern_green .add_highlight_box {
  margin-top: var(--space-12);
  padding: var(--space-8);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--primary-500);
  text-align: center;
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_highlight_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(5, 150, 105, 0.4);
}

.add_wrap.v014_modern_green .add_highlight_icon i {
  font-size: 40px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_highlight_title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--space-4);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_highlight_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
  line-height: 1.7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Highlight Badge Row */
.add_wrap.v014_modern_green .add_highlight_badge_row {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.add_wrap.v014_modern_green .add_highlight_badge {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_highlight_badge i {
  font-size: 24px;
  color: var(--primary-500);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover {
  background: var(--primary-500);
  transform: scale(1.1);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover i {
  color: #ffffff;
}

/* Decorative Wave */
.add_wrap.v014_modern_green .add_decorative_wave {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-100) 50%, transparent 100%);
  opacity: 0.3;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

/* Background Decorative Elements */
.add_wrap.v014_modern_green .add_bg_circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 1;
  pointer-events: none;
}

.add_wrap.v014_modern_green .add_bg_circle_1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 10%;
  right: -200px;
}

.add_wrap.v014_modern_green .add_bg_circle_2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: 20%;
  left: -150px;
}

.add_wrap.v014_modern_green .add_bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 35px,
    var(--primary-50) 35px,
    var(--primary-50) 37px
  );
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .add_wrap.v014_modern_green .add_timeline::before {
    left: 30px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 30px;
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    flex-direction: row !important;
    justify-content: flex-start !important;
    padding-left: 100px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    width: 100%;
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 70px;
    height: 70px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 36px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .add_wrap.v014_modern_green .add_badge {
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_badge i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline {
    padding: var(--space-6) 0;
  }

  .add_wrap.v014_modern_green .add_timeline::before {
    left: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 20px;
    width: 40px;
    height: 40px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    margin-bottom: var(--space-8);
    padding-left: 80px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    padding: var(--space-4);
  }

  .add_wrap.v014_modern_green .add_timeline_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_timeline_icon_group i {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .add_wrap.v014_modern_green .add_highlight_box {
    padding: var(--space-6);
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 60px;
    height: 60px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 28px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_highlight_badge {
    width: 42px;
    height: 42px;
  }

  .add_wrap.v014_modern_green .add_highlight_badge i {
    font-size: 20px;
  }
}


/* Universal section */
/* Theme: modern-green-01 */

.additional-universal-section {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}

.header-accent-line {
  width: 80px;
  height: 4px;
  background: var(--primary-500);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
}

/* Content Items */
.content-wrapper {
  position: relative;
  z-index: 1;
}

.content-item {
  position: relative;
  padding: 1.5rem 0;
}

.content-text {
  position: relative;
  padding: 2rem;
  background: var(--surface-primary);
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
}

.content-item:hover .content-text {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.item-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-100);
  line-height: 1;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.content-item:hover .item-number {
  color: var(--primary-300);
}

.item-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.item-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Visual Placeholder */
.content-visual {
  position: relative;
  padding: 1rem;
}

.visual-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--surface-secondary) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-100);
  transition: all 0.3s ease;
}

.content-item:hover .visual-placeholder {
  transform: scale(1.05);
  border-color: var(--primary-300);
}

.visual-placeholder i {
  font-size: 4rem;
  color: var(--primary-500);
  opacity: 0.7;
}

/* Decorative Elements */
.decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary-100);
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  right: 5%;
}

.circle-2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  left: 3%;
}

.decorative-line {
  position: absolute;
  background: var(--primary-100);
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.line-1 {
  width: 2px;
  height: 60%;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2.25rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .item-title {
    font-size: 1.5rem;
  }

  .content-text {
    padding: 1.5rem;
  }

  .item-number {
    font-size: 2.5rem;
  }

  .visual-placeholder i {
    font-size: 3rem;
  }

  .line-1 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .content-item {
    padding: 1rem 0;
  }

  .content-text {
    padding: 1.25rem;
  }

  .item-title {
    font-size: 1.375rem;
  }

  .item-description {
    font-size: 1rem;
  }

  .decorative-circle {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .item-number {
    font-size: 2rem;
  }

  .visual-placeholder {
    aspect-ratio: 16/9;
  }

  .visual-placeholder i {
    font-size: 2.5rem;
  }
}


.additional-universal-minimal {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-minimal .section-header h1 {
  color: var(--text-primary);
  line-height: 1.3;
}

.additional-universal-minimal .section-header h2 {
  color: var(--primary-500);
  font-weight: 500;
}

.additional-universal-minimal .section-header p {
  color: var(--text-secondary);
  max-width: 720px;
  margin: 0 auto;
}

/* Mixed Content Wrapper */
.additional-universal-minimal .mixed-content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Content Rows */
.additional-universal-minimal .content-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

/* Content Block */
.additional-universal-minimal .content-block {
  position: relative;
}

.additional-universal-minimal .block-inner {
  background: var(--surface-secondary);
  padding: 2.5rem;
  border-radius: 16px;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  border: 2px solid transparent;
}

.additional-universal-minimal .content-block:hover .block-inner {
  border-color: var(--primary-500);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

/* Featured Block (Large) */
.additional-universal-minimal .featured-block .block-inner {
  padding: 3rem;
  text-align: center;
}

/* Icon Wrappers */
.additional-universal-minimal .icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}

.additional-universal-minimal .content-block:hover .icon-wrapper {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.additional-universal-minimal .icon-wrapper-small {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  transition: all 0.4s ease;
}

.additional-universal-minimal .content-block:hover .icon-wrapper-small {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

/* Content Typography */
.additional-universal-minimal .block-inner h3 {
  color: var(--text-primary);
  line-height: 1.4;
}

.additional-universal-minimal .block-inner p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Block Accent (Featured) */
.additional-universal-minimal .block-accent {
  position: absolute;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  opacity: 0.1;
  bottom: -30px;
  right: -30px;
  transition: all 0.5s ease;
}

.additional-universal-minimal .featured-block:hover .block-accent {
  opacity: 0.18;
  transform: scale(1.4) rotate(45deg);
}

/* Floating Elements */
.additional-universal-minimal .floating-element {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
}

.additional-universal-minimal .floating-element.element-1 {
  width: 180px;
  height: 180px;
  background: var(--primary-500);
  top: 8%;
  right: 4%;
  animation: float-modern-1 10s ease-in-out infinite;
}

.additional-universal-minimal .floating-element.element-2 {
  width: 140px;
  height: 140px;
  background: var(--primary-700);
  bottom: 15%;
  left: 6%;
  animation: float-modern-2 12s ease-in-out infinite;
}

.additional-universal-minimal .floating-element.element-3 {
  width: 100px;
  height: 100px;
  background: var(--primary-300);
  top: 45%;
  left: 8%;
  animation: float-modern-3 14s ease-in-out infinite;
}

.additional-universal-minimal .floating-element.element-4 {
  width: 120px;
  height: 120px;
  background: var(--primary-500);
  bottom: 30%;
  right: 10%;
  animation: float-modern-4 11s ease-in-out infinite;
}

/* Floating Animations */
@keyframes float-modern-1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-20px, -25px) scale(1.05); }
  66% { transform: translate(15px, 20px) scale(0.95); }
}

@keyframes float-modern-2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(25px, 15px) scale(1.08); }
  66% { transform: translate(-20px, -20px) scale(0.92); }
}

@keyframes float-modern-3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -30px) scale(1.1); }
}

@keyframes float-modern-4 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-25px, 25px) scale(1.06); }
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-minimal .section-header h1 {
    font-size: 2rem;
  }

  .additional-universal-minimal .content-row {
    gap: 1.5rem;
  }

  .additional-universal-minimal .block-inner {
    padding: 2rem;
  }

  .additional-universal-minimal .featured-block .block-inner {
    padding: 2.5rem;
  }

  .additional-universal-minimal .icon-wrapper {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }

  .additional-universal-minimal .icon-wrapper-small {
    width: 50px;
    height: 50px;
    font-size: 1.35rem;
  }

  .additional-universal-minimal .floating-element {
    opacity: 0.04;
  }
}

@media (max-width: 767px) {
  .additional-universal-minimal .section-header h1 {
    font-size: 1.75rem;
  }

  .additional-universal-minimal .section-header h2 {
    font-size: 1.25rem;
  }

  .additional-universal-minimal .mixed-content-wrapper {
    gap: 1.5rem;
  }

  .additional-universal-minimal .content-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .additional-universal-minimal .block-inner {
    padding: 1.75rem;
  }

  .additional-universal-minimal .featured-block .block-inner {
    padding: 2rem;
  }

  .additional-universal-minimal .icon-wrapper {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
  }

  .additional-universal-minimal .icon-wrapper-small {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .additional-universal-minimal .content-block:hover .block-inner {
    transform: translateY(-4px);
  }

  .additional-universal-minimal .floating-element {
    opacity: 0.03;
  }
}


.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.header-decoration {
  margin-bottom: 1.5rem;
}

.decoration-line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
  border-radius: 2px;
}

.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: 700px;
  margin: 0 auto;
}

/* Content Items */
.content-wrapper {
  position: relative;
  z-index: 2;
}

.content-row {
  position: relative;
}

.content-text {
  padding: 1rem 0;
}

.item-badge {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.content-row:hover .item-badge {
  transform: rotate(10deg) scale(1.1);
}

.item-badge i {
  font-size: 1.75rem;
  color: var(--light);
}

.item-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.item-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Image Placeholders */
.image-placeholder {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.content-row:hover .image-placeholder {
  transform: scale(1.02);
}

.placeholder-1 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 30%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-500) 20%, var(--surface-secondary)));
}

.placeholder-2 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 25%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-300) 35%, var(--surface-secondary)));
}

.placeholder-3 {
  background: linear-gradient(135deg, 
    var(--neutral-100), 
    color-mix(in srgb, var(--primary-300) 20%, var(--surface-secondary)));
}

.placeholder-4 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 20%, var(--surface-secondary)), 
    var(--neutral-100));
}

.placeholder-5 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 30%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-300) 25%, var(--surface-secondary)));
}

.image-placeholder::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, var(--light) 60%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background Decorations */
.bg-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.decoration-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 12%, transparent), transparent);
  top: 10%;
  right: -150px;
}

.decoration-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 10%, transparent), transparent);
  top: 50%;
  left: -120px;
}

.decoration-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  bottom: 10%;
  right: -100px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .item-title {
    font-size: 1.5rem;
  }
  
  .image-placeholder {
    height: 300px;
    margin-bottom: 2rem;
  }
  
  .content-text {
    text-align: center;
  }
  
  .item-badge {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .image-placeholder {
    height: 250px;
  }
  
  .item-title {
    font-size: 1.375rem;
  }
}


.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.creative-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.badge-circle {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.badge-circle:nth-child(2) {
  animation-delay: 0.3s;
}

.badge-circle:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto;
}

/* Timeline Styles */
.timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}

.timeline-line {
  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: 1;
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
  z-index: 2;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-marker {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.marker-number {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary-500);
  background: var(--surface-secondary);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  border: 2px solid var(--primary-300);
}

.marker-icon {
  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;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-item:hover .marker-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.marker-icon i {
  font-size: 2rem;
  color: var(--light);
}

.timeline-content {
  flex: 1;
  background: var(--surface-secondary);
  padding: 2rem;
  border-radius: 16px;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s ease;
  position: relative;
}

.timeline-item:hover .timeline-content {
  border-color: var(--primary-300);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.timeline-title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.timeline-decoration {
  position: absolute;
  font-size: 3rem;
  color: color-mix(in srgb, var(--primary-300) 15%, transparent);
  pointer-events: none;
  transition: all 0.3s ease;
}

.timeline-item:nth-child(odd) .timeline-decoration {
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-item:nth-child(even) .timeline-decoration {
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-item:hover .timeline-decoration {
  color: color-mix(in srgb, var(--primary-500) 25%, transparent);
  transform: translateY(-50%) scale(1.2);
}

.timeline-item-final .marker-icon {
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}

/* Floating Shapes */
.floating-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

.shape-1 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  top: 15%;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 12%, transparent), transparent);
  bottom: 20%;
  left: -80px;
  animation: float 15s ease-in-out infinite reverse;
}

.shape-3 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 18%, transparent), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: float 18s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .timeline-line {
    left: 35px;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    flex-direction: row;
    padding-left: 80px;
  }
  
  .timeline-marker {
    position: absolute;
    left: 0;
  }
  
  .timeline-decoration {
    display: none;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .timeline-content {
    padding: 1.5rem;
  }
  
  .timeline-title {
    font-size: 1.375rem;
  }
  
  .marker-icon {
    width: 60px;
    height: 60px;
  }
  
  .marker-icon i {
    font-size: 1.5rem;
  }
}


/* 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;
}

.header-decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 60%, var(--primary-300) 40%)
  );
  margin: 0 auto 2rem;
  border-radius: 2px;
}

.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;
}

/* Card Styles */
.info-card {
  background: var(--light);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
  border-radius: 12px;
  padding: 2rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 50%, transparent 50%)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.info-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.info-card:hover::before {
  transform: scaleX(1);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 70%, var(--primary-50) 30%)
  );
  border-radius: 16px;
  margin-bottom: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.info-card:hover .card-icon-wrapper {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  transform: rotate(5deg) scale(1.05);
}

.info-card:hover .card-icon-wrapper i {
  color: var(--light);
  transform: scale(1.1);
}

.card-content {
  position: relative;
  z-index: 2;
}

.card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.info-card:hover .card-title {
  color: var(--primary-500);
}

.card-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.card-corner-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle at center, 
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%), 
    transparent 70%
  );
  border-radius: 50%;
  transition: all 0.4s ease;
  pointer-events: none;
}

.info-card:hover .card-corner-accent {
  transform: scale(1.5);
  opacity: 0.8;
}

/* Decorative Elements */
.decorative-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-300);
  border-radius: 50%;
  opacity: 0.3;
  z-index: 1;
}

.dot-1 {
  top: 15%;
  left: 5%;
  animation: float 6s ease-in-out infinite;
}

.dot-2 {
  bottom: 20%;
  right: 8%;
  animation: float 8s ease-in-out infinite 2s;
}

.decorative-shape {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 2px solid var(--primary-100);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.15;
  z-index: 1;
}

.shape-1 {
  top: 10%;
  right: 5%;
  animation: rotate-shape 25s linear infinite;
}

.shape-2 {
  bottom: 10%;
  left: 5%;
  animation: rotate-shape 30s linear infinite reverse;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-15px) translateX(10px);
  }
  50% {
    transform: translateY(-5px) translateX(-10px);
  }
  75% {
    transform: translateY(-20px) translateX(5px);
  }
}

@keyframes rotate-shape {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-main-title {
    font-size: 2.25rem;
  }
  
  .section-subtitle {
    font-size: 1.5rem;
  }
  
  .info-card {
    padding: 1.75rem;
  }
  
  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-header {
    margin-bottom: 3rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .info-card {
    padding: 1.5rem;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
  
  .decorative-shape {
    width: 100px;
    height: 100px;
  }
}


/* 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;
  }
}


/* Universal section */

.additional-universal-standard {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-standard .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-standard .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-standard .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Timeline Central Axis */
.additional-universal-standard .timeline-central-axis {
  position: absolute;
  left: 50%;
  top: 200px;
  bottom: 100px;
  width: 3px;
  background: linear-gradient(180deg, transparent 0%, var(--primary-300) 10%, var(--primary-300) 90%, transparent 100%);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Wrapper */
.additional-universal-standard .timeline-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 4rem auto 0;
  z-index: 2;
}

/* Timeline Item */
.additional-universal-standard .timeline-item {
  position: relative;
  width: 50%;
  padding: 2rem;
  margin-bottom: 4rem;
}

.additional-universal-standard .timeline-item.left {
  padding-right: 4rem;
  text-align: right;
}

.additional-universal-standard .timeline-item.right {
  margin-left: 50%;
  padding-left: 4rem;
  text-align: left;
}

/* Timeline Marker */
.additional-universal-standard .timeline-marker {
  position: absolute;
  top: 2rem;
  width: 70px;
  height: 70px;
  z-index: 3;
}

.additional-universal-standard .timeline-item.left .timeline-marker {
  right: -35px;
}

.additional-universal-standard .timeline-item.right .timeline-marker {
  left: -35px;
}

.additional-universal-standard .marker-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.additional-universal-standard .marker-inner i {
  font-size: 1.75rem;
  color: var(--neutral-0);
}

.additional-universal-standard .marker-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--primary-400);
  opacity: 0;
  animation: pulse-animation 2s ease-out infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Timeline Content */
.additional-universal-standard .timeline-content {
  position: relative;
  background: var(--neutral-0);
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--primary-100);
  transition: all 0.3s ease;
}

.additional-universal-standard .timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

/* Step Badge */
.additional-universal-standard .step-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  color: var(--neutral-0);
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 20px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

/* Step Content */
.additional-universal-standard .step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-standard .step-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Corners */
.additional-universal-standard .decorative-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: var(--primary-300);
  opacity: 0.4;
}

.additional-universal-standard .corner-tl {
  top: 10px;
  left: 10px;
  border-width: 2px 0 0 2px;
}

.additional-universal-standard .corner-br {
  bottom: 10px;
  right: 10px;
  border-width: 0 2px 2px 0;
}

/* Floating Shapes */
.additional-universal-standard .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
}

.additional-universal-standard .shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-400);
  top: 15%;
  left: 5%;
  filter: blur(50px);
}

.additional-universal-standard .shape-2 {
  width: 250px;
  height: 250px;
  background: var(--accent-400);
  top: 45%;
  right: 8%;
  filter: blur(45px);
}

.additional-universal-standard .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  bottom: 10%;
  left: 10%;
  filter: blur(40px);
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-standard {
    padding: 4rem 0;
  }

  .additional-universal-standard .timeline-item {
    width: 100%;
    padding: 2rem 0 2rem 5rem !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  .additional-universal-standard .timeline-central-axis {
    left: 35px;
  }

  .additional-universal-standard .timeline-marker {
    left: 0 !important;
    right: auto !important;
  }

  .additional-universal-standard .step-badge {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-standard {
    padding: 3rem 0;
  }

  .additional-universal-standard .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-standard .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-standard .section-description {
    font-size: 1rem;
  }

  .additional-universal-standard .timeline-item {
    padding: 1.5rem 0 1.5rem 4rem !important;
    margin-bottom: 2.5rem;
  }

  .additional-universal-standard .timeline-marker {
    width: 50px;
    height: 50px;
  }

  .additional-universal-standard .marker-inner i {
    font-size: 1.25rem;
  }

  .additional-universal-standard .timeline-content {
    padding: 1.75rem;
  }

  .additional-universal-standard .step-title {
    font-size: 1.25rem;
  }

  .additional-universal-standard .step-description {
    font-size: 0.95rem;
  }

  .additional-universal-standard .floating-shape {
    display: none;
  }
}


div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 18px 22px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 25px 25px 0 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 20px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 8px !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    text-decoration: none !important;
    min-width: 36px !important;
    min-height: 36px !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    transform: scale(1.1) !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 18px 22px 22px !important;
    max-height: 420px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 8px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding: 12px !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,0.05) !important;
    color: #ffffff !important;
    padding-bottom: 14px !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #74b9ff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: rgba(255,255,255,0.85) !important;
    display: none !important;
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: rgba(255,255,255,0.85) !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 14px !important;
    color: #74b9ff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #74b9ff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}


.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 17px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 45px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    border: 3px solid rgba(255,255,255,0.2) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 45px 0 !important;
    }
    
    .website-maps-title {
        font-size: 26px !important;
    }
    
    .website-google-map {
        height: 320px !important;
    }
}


.website-cta-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #5d4037 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 32px !important;
    color: #6d4c41 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: rgba(255,255,255,0.7) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(93,64,55,0.2) !important;
}

.website-cta-button:hover {
    background: rgba(255,255,255,0.9) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(93,64,55,0.3) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}


.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.website-security-badge:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 14px !important;
    color: #999999 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 20px !important;
        padding: 15px 10px !important;
    }
    
    .website-security-badge {
        font-size: 11px !important;
    }
}


.website-floating-icon {
    position: absolute !important;
    font-size: 19px !important;
    color: rgba(0,0,0,0.04) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationSpin 10s linear infinite !important;
}

.website-floating-icon.variant-1 {
    top: 12% !important;
    right: 6% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 62% !important;
    right: 4% !important;
    animation-delay: 3s !important;
    font-size: 15px !important;
}

.website-floating-icon.variant-3 {
    top: 32% !important;
    left: 4% !important;
    animation-delay: 6s !important;
    font-size: 23px !important;
}

@keyframes websiteFloatAnimationSpin {
    0% {
        transform: rotate(0deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
    25% {
        transform: rotate(90deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    50% {
        transform: rotate(180deg) translateY(-10px) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: rotate(270deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    100% {
        transform: rotate(360deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}


/* Live Chat FAQ Widget - Corporate Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 310px !important;
    background: #1a1a1a !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3) !important;
    z-index: 999999 !important;
    color: #ffffff !important;
    font-family: 'Arial', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border-left: 4px solid #007bff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 1px solid #333333 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #2a2a2a !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: 1px solid #666666 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: #007bff !important;
    border-color: #007bff !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 16px 20px 20px !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #333333 !important;
    background: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-transform: none !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #cccccc !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #cccccc !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #007bff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}


/* Google Maps Section - 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 - Gradient Style */
.website-cta-section {
    padding: 60px 0 !important;
    background: linear-gradient(45deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%) !important;
    color: #333333 !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 17px !important;
    margin-bottom: 32px !important;
    color: #555555 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 30px !important;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
}

.website-cta-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}


/* Security Badges - Bold Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 30px 0 !important;
    flex-wrap: wrap !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-top: none !important;
    border-bottom: none !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 18px !important;
    background: rgba(255,255,255,0.95) !important;
    border-radius: 25px !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
}

.website-security-badge:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25) !important;
    color: #333333 !important;
    text-decoration: none !important;
    background: white !important;
}

.website-security-badge-icon {
    font-size: 18px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 12px !important;
        padding: 25px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 10px 15px !important;
    }
}


/* Floating Decorative Icons - Gentle Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 20px !important;
    color: rgba(0,0,0,0.05) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationGentle 8s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 10% !important;
    right: 5% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 60% !important;
    right: 3% !important;
    animation-delay: 2s !important;
    font-size: 16px !important;
}

.website-floating-icon.variant-3 {
    top: 30% !important;
    left: 3% !important;
    animation-delay: 4s !important;
    font-size: 24px !important;
}

@keyframes websiteFloatAnimationGentle {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    25% {
        transform: translateY(-10px) rotate(5deg) !important;
        opacity: 0.5 !important;
    }
    50% {
        transform: translateY(-20px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: translateY(-10px) rotate(-5deg) !important;
        opacity: 0.5 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}


/* Team Social Links - Text Style */
.team-social-links {
    margin-top: 20px;
    padding: 15px 0;
}

.social-text-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social-text-link {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.social-text-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    color: white;
    text-decoration: none;
}

.facebook-text-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.facebook-text-link:hover {
    background: linear-gradient(135deg, #166fe5, #1877f2);
    border-color: rgba(255,255,255,0.3);
}

.linkedin-text-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.linkedin-text-link:hover {
    background: linear-gradient(135deg, #0959aa, #0a66c2);
    border-color: rgba(255,255,255,0.3);
}

.instagram-text-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.instagram-text-link:hover {
    background: linear-gradient(135deg, #d62976, #e4405f, #f77737);
    border-color: rgba(255,255,255,0.3);
}

.x-text-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.x-text-link:hover {
    background: linear-gradient(135deg, #1a1a1a, #000000);
    border-color: rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
    .social-text-links {
        gap: 10px;
    }
    
    .social-text-link {
        font-size: 12px;
        padding: 6px 12px;
    }
}


/* Organization Social Links - Text Style */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-text-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-text-link {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.org-social-text-link:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
    border-color: rgba(255,255,255,0.4);
}

.org-social-text-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.org-social-text-link:hover::before {
    left: 100%;
}

/* Organization Text Social Networks Colors */
.org-facebook-text-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-text-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-text-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-text-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.org-youtube-text-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-text-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-text-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-text-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-text-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-text-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-text-grid {
        gap: 8px;
    }
    
    .org-social-text-link {
        font-size: 12px;
        padding: 8px 14px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}


/* Newsletter Form - Minimal Style */
.newsletter-section {
    margin: 25px 0;
    padding: 20px;
    text-align: center;
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
}

.newsletter-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    color: #333333 !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: #666666 !important;
    margin-bottom: 20px !important;
    line-height: 1.4 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 350px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1 !important;
    padding: 10px 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    outline: none !important;
    background: #ffffff !important;
    color: #333333 !important;
    transition: border-color 0.3s ease !important;
}

.newsletter-input:focus {
    border-color: #007bff !important;
}

.newsletter-input::placeholder {
    color: #999999 !important;
}

.newsletter-button {
    padding: 12px 18px !important;
    background: #333333 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    width: 100% !important;
}

.newsletter-button:hover {
    background: #555555 !important;
    color: #ffffff !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 15px !important;
    padding: 12px !important;
    background: #f8f9fa !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    color: #333333 !important;
    font-size: 13px !important;
    max-width: 350px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-form {
        max-width: 280px;
    }
}




/* 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: rounded-v002 === */
.ocm-theme-rounded-v002 {
    border-radius: 30px !important;
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%) !important;
    border: 3px solid #fdcb6e !important;
    box-shadow: 0 15px 45px rgba(253, 203, 110, 0.3) !important;
}

.ocm-theme-rounded-v002 .ocm-title {
    color: #2d3436 !important;
    font-weight: 700 !important;
}

.ocm-theme-rounded-v002 .ocm-description {
    color: #636e72 !important;
}

.ocm-theme-rounded-v002 .ocm-btn {
    border-radius: 25px !important;
    padding: 16px 28px !important;
    font-weight: 600 !important;
}

.ocm-theme-rounded-v002 .ocm-btn-accept {
    background: #2d3436 !important;
    color: #ffffff !important;
}

.ocm-theme-rounded-v002 .ocm-btn-accept:hover {
    background: #636e72 !important;
}

.ocm-theme-rounded-v002 .ocm-category {
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.6) !important;
    border: 2px solid rgba(253, 203, 110, 0.4) !important;
}

/* === TOGGLE STYLE 11 === */
.ocm-toggle.ocm-toggle-style-11 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.06) !important;
    border: 2px solid #f0f0f0 !important;
}

.ocm-toggle.ocm-toggle-style-11:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 3px 12px rgba(0, 0, 0, 0.08) !important;
}