:root {
  --primary-50: #f0fdfa;
  --primary-50-rgb: 240, 253, 250;
  --primary-100: #ccfbf1;
  --primary-100-rgb: 204, 251, 241;
  --primary-300: #5eead4;
  --primary-300-rgb: 94, 234, 212;
  --primary-500: #14b8a6;
  --primary-500-rgb: 20, 184, 166;
  --primary-700: #0f766e;
  --primary-700-rgb: 15, 118, 110;
  --primary-200: #95f3e3;
  --primary-200-rgb: 149, 243, 227;
  --primary-400: #39d1bd;
  --primary-400-rgb: 57, 209, 189;
  --primary-600: #12978a;
  --primary-600-rgb: 18, 151, 138;
  --primary-800: #0d645e;
  --primary-800-rgb: 13, 100, 94;
  --primary-900: #0b534d;
  --primary-900-rgb: 11, 83, 77;
  --primary-950: #073632;
  --primary-950-rgb: 7, 54, 50;

  --primary-rgb: 20, 184, 166;
  --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(20, 184, 166, 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 ===== */
.design_font_primary {
  font-family: var(--font-primary);
}

.premium_font_secondary {
  font-family: var(--font-secondary);
}

.fresh_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.best_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);
}

.pro_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);
}

.prime_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 */
.light_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);
}

.company_heading_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.business_heading_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
}

.smart_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);
}

.clean_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);
}

.layout_heading_6 {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Body Text Styles */
.core_body_large {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
}

.unique_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);
}

.brand_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 */
.agency_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);
}

.web_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 */
.modern_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);
}

.site_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 */
.section_hero_title {
  font-family: var(--font-secondary);
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tighter);
  color: var(--text-primary);
  margin-bottom: var(--space-6);
}

.theme_hero_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-8);
}

/* Section Typography */
.style_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);
}

.ui_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);
}

.container_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 */
.app_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);
}

.minimal_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 */
.custom_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);
}

.custom_nav_link:hover,
.custom_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.bold_button_text {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Footer Typography */
.new_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) {
  .section_hero_title {
    font-size: var(--text-4xl);
  }
  
  .style_section_title {
    font-size: var(--text-3xl);
  }
  
  .best_display_1 {
    font-size: var(--text-5xl);
  }
  
  .pro_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .section_hero_title {
    font-size: var(--text-3xl);
  }
  
  .style_section_title {
    font-size: var(--text-2xl);
  }
  
  .best_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 ===== */
.top_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.page_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.main_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.studio_text_balance {
  text-wrap: balance;
}

.base_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .custom_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .agency_caption,
  .web_overline,
  .new_footer_text {
    color: var(--text-secondary);
  }
  
  .theme_hero_subtitle,
  .ui_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .section_hero_title,
  .style_section_title,
  .light_heading_1,
  .company_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .top_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.content_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bright_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.elite_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.digital_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dark_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.creative_stack {
  display: flex;
  flex-direction: column;
}

.smart72_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content23_full_height {
  min-height: 100vh;
}

.creative61_section_height {
  min-height: 80vh;
}

.custom63_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.site31_m_0 { margin: 0; }
.content94_m_1 { margin: var(--space-1); }
.premium10_m_2 { margin: var(--space-2); }
.business31_m_3 { margin: var(--space-3); }
.premium9_m_4 { margin: var(--space-4); }
.layout66_m_6 { margin: var(--space-6); }
.dark19_m_8 { margin: var(--space-8); }
.site82_m_12 { margin: var(--space-12); }
.container12_m_16 { margin: var(--space-16); }

.page99_mx_auto { margin-left: auto; margin-right: auto; }
.fresh31_my_auto { margin-top: auto; margin-bottom: auto; }

.custom70_mt_0 { margin-top: 0; }
.brand53_mt_4 { margin-top: var(--space-4); }
.agency19_mt_8 { margin-top: var(--space-8); }
.new45_mt_12 { margin-top: var(--space-12); }

.core0_mb_0 { margin-bottom: 0; }
.ui48_mb_4 { margin-bottom: var(--space-4); }
.section93_mb_8 { margin-bottom: var(--space-8); }
.best82_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.prime48_p_0 { padding: 0; }
.fresh62_p_1 { padding: var(--space-1); }
.light7_p_2 { padding: var(--space-2); }
.minimal34_p_3 { padding: var(--space-3); }
.prime97_p_4 { padding: var(--space-4); }
.custom58_p_6 { padding: var(--space-6); }
.agency61_p_8 { padding: var(--space-8); }

.content11_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.clean59_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.style20_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.main69_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.creative15_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.pro67_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.modern54_gap_1 { gap: var(--space-1); }
.container87_gap_2 { gap: var(--space-2); }
.app4_gap_3 { gap: var(--space-3); }
.creative64_gap_4 { gap: var(--space-4); }
.section82_gap_6 { gap: var(--space-6); }
.app5_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.dark84_shadow_none { box-shadow: var(--shadow-none); }
.page51_shadow_xs { box-shadow: var(--shadow-xs); }
.app49_shadow_sm { box-shadow: var(--shadow-sm); }
.dark41_shadow_md { box-shadow: var(--shadow-md); }
.section89_shadow_lg { box-shadow: var(--shadow-lg); }
.studio32_shadow_xl { box-shadow: var(--shadow-xl); }
.app76_shadow_2xl { box-shadow: var(--shadow-2xl); }
.app49_shadow_inner { box-shadow: var(--shadow-inner); }
.design71_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.ui74_radius_none { border-radius: var(--radius-none); }
.light15_radius_xs { border-radius: var(--radius-xs); }
.dark26_radius_sm { border-radius: var(--radius-sm); }
.bold39_radius_md { border-radius: var(--radius-md); }
.new68_radius_lg { border-radius: var(--radius-lg); }
.light22_radius_xl { border-radius: var(--radius-xl); }
.premium8_radius_2xl { border-radius: var(--radius-2xl); }
.section59_radius_3xl { border-radius: var(--radius-3xl); }
.design15_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.agency52_gradient_primary {
  background: var(--gradient-primary);
}

.clean39_gradient_secondary {
  background: var(--gradient-secondary);
}

.style50_gradient_hero {
  background: var(--gradient-hero);
}

.minimal39_gradient_card {
  background: var(--gradient-card);
}

.prime58_gradient_overlay {
  position: relative;
}

.prime58_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;
}

.prime58_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.ui27_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.ui27_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.section39_hover_scale {
  transition: transform var(--transition-normal);
}

.section39_hover_scale:hover {
  transform: scale(1.02);
}

.base99_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.base99_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.bright46_hover_fade {
  transition: opacity var(--transition-normal);
}

.bright46_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.fresh58_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.fresh58_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.bright23_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.smart8_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.clean33_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.modern80_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.base95_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.company55_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.business69_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.unique82_timeline {
  position: relative;
}

.unique82_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.theme30_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.theme30_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.theme30_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.studio21_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.digital47_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;
  }
}

.main17_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;
  }
}

.smart17_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 */
.agency12_transition_all {
  transition: var(--transition-all);
}

.pro58_transition_fast {
  transition: all var(--transition-fast);
}

.prime38_transition_normal {
  transition: all var(--transition-normal);
}

.container46_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.custom35_bg_primary { background-color: var(--bg-primary); }
.brand44_bg_secondary { background-color: var(--bg-secondary); }
.site54_bg_muted { background-color: var(--bg-muted); }
.digital55_bg_glass { background-color: var(--bg-glass); }

.main68_text_primary { color: var(--text-primary); }
.main40_text_secondary { color: var(--text-secondary); }
.core48_text_muted { color: var(--text-muted); }
.minimal61_text_inverse { color: var(--text-inverse); }
.layout30_text_link { color: var(--text-link); }

.unique83_border_light { border-color: var(--border-light); }
.design97_border_medium { border-color: var(--border-medium); }
.premium43_border_strong { border-color: var(--border-strong); }
.smart10_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .clean33_services_grid,
  .base95_features_grid,
  .modern80_team_grid,
  .business69_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .company55_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .unique82_timeline::before {
    left: 30px;
  }
  
  .theme30_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .creative61_section_height {
    min-height: 60vh;
  }
  
  .custom63_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .company55_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .theme30_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.dark7_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;
}

.best88_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.layout68_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);
}

.layout68_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .top6_no_print {
    display: none !important;
  }
  
  .modern65_print_only {
    display: block !important;
  }
  
  .page51_shadow_xs,
  .app49_shadow_sm,
  .dark41_shadow_md,
  .section89_shadow_lg,
  .studio32_shadow_xl,
  .app76_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .studio21_fade_in,
  .digital47_slide_up,
  .main17_slide_in_left,
  .smart17_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .ui27_hover_lift,
  .section39_hover_scale,
  .base99_hover_shadow,
  .bright46_hover_fade,
  .agency12_transition_all,
  .pro58_transition_fast,
  .prime38_transition_normal,
  .container46_transition_slow {
    transition: none;
  }
}

/* Professional Blue Header  - Custom Animated Hamburger */
.header-alt {
  position: relative;
  background: var(--surface-primary);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}

.header-alt .navbar {
  padding: 1.25rem 0;
  position: relative;
}

/* Brand Styling */
.header-alt .navbar-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.header-alt .navbar-brand:hover {
  transform: translateY(-2px);
}

.header-alt .brand-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header-alt .brand-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.header-alt .brand-icon i {
  font-size: 1.5rem;
  color: white;
}

.header-alt .brand-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

/* Hide default checkbox */
.header-alt .menu-toggle-input {
  display: none;
}

/* Custom Hamburger Toggle - DARK COLOR */
.header-alt .hamburger-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 32px;
  height: 28px;
  cursor: pointer;
  position: relative;
  z-index: 10003;
  padding: 4px 0;
}

.header-alt .hamburger-line {
  display: block;
  width: 100%;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}

.header-alt .hamburger-line:nth-child(1) {
  transform-origin: top left;
}

.header-alt .hamburger-line:nth-child(2) {
  transform-origin: center;
}

.header-alt .hamburger-line:nth-child(3) {
  transform-origin: bottom left;
}

/* Animated X transformation when menu is open */
.header-alt .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(2px, -2px);
}

.header-alt .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.header-alt .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(2px, 2px);
}

/* Navigation Links - Identical Styles */
.header-alt .navbar-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header-alt .nav-link {
  color: var(--text-secondary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.header-alt .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transition: width 0.3s ease;
}

.header-alt .nav-link:hover {
  color: var(--primary-500);
}

.header-alt .nav-link:hover::after {
  width: 100%;
}

/* Decorative Elements */
.header-alt .header-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.header-alt .deco-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 10%, transparent),
    color-mix(in srgb, var(--primary-300) 5%, transparent));
}

.header-alt .deco-circle-1 {
  width: 120px;
  height: 120px;
  top: -60px;
  right: 10%;
  animation: float-v137 6s ease-in-out infinite;
}

.header-alt .deco-circle-2 {
  width: 80px;
  height: 80px;
  top: -40px;
  right: 25%;
  animation: float-v137 8s ease-in-out infinite reverse;
}

@keyframes float-v137 {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.05);
  }
}

/* Mobile Styles - CORRECT Z-INDEX HIERARCHY */
@media (max-width: 991.98px) {
  .header-alt .hamburger-toggle {
    display: flex;
  }

  .header-alt .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: var(--surface-primary);
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
  }

  .header-alt .menu-toggle-input:checked ~ .navbar-collapse {
    right: 0;
  }

  /* Backdrop with CORRECT z-index */
  .header-alt .menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: -1;
    backdrop-filter: blur(4px);
  }

  .header-alt .menu-toggle-input:checked ~ .navbar-collapse .menu-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .header-alt .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 5rem 2rem 2rem;
    position: relative;
    z-index: 1;
  }

  .header-alt .nav-item {
    width: 100%;
    opacity: 0;
    transform: translateX(20px);
    animation: none;
  }

  .header-alt .menu-toggle-input:checked ~ .navbar-collapse .nav-item {
    animation: slideInRight-v137 0.4s ease forwards;
  }

  .header-alt .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }

  .header-alt .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(2) {
    animation-delay: 0.2s;
  }

  .header-alt .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(3) {
    animation-delay: 0.3s;
  }

  .header-alt .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(4) {
    animation-delay: 0.4s;
  }

  @keyframes slideInRight-v137 {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .header-alt .nav-link {
    display: block;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.125rem;
    border-bottom: 1px solid var(--neutral-100);
  }

  .header-alt .nav-link::after {
    bottom: 1rem;
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-alt .navbar-collapse {
    width: 350px;
  }

  .header-alt .navbar-nav {
    padding: 6rem 2.5rem 2rem;
  }

  .header-alt .nav-link {
    font-size: 1.25rem;
  }
}

/* Desktop Hover Effects */
@media (min-width: 992px) {
  .header-alt .nav-link {
    position: relative;
  }

  .header-alt .nav-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    width: 4px;
    height: 0;
    background: var(--primary-500);
    transform: translateY(-50%);
    transition: height 0.3s ease;
  }

  .header-alt .nav-link:hover::before {
    height: 20px;
  }
}

/* Hero section */
.hero-pro {
  position: relative;
  background: var(--surface-primary);
  padding: 100px 0;
  overflow: hidden;
}

/* Text Content Styles */
.hero-pro .hero-text-center {
  text-align: center;
  margin-bottom: 60px;
}

.hero-pro .hero-title {
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.hero-pro .hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.hero-pro .hero-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
}

/* Circular Layout */
.hero-pro .hero-circular-layout {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 20px;
}

.hero-pro .central-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 25px 70px color-mix(in srgb, var(--neutral-900) 20%, transparent);
  border: 6px solid var(--surface-primary);
}

.hero-pro .central-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Decorative Rings */
.hero-pro .image-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}

.hero-pro .ring-outer {
  width: 110%;
  height: 110%;
  border: 2px solid var(--primary-300);
  opacity: 0.4;
  animation: ring-pulse-outer 4s ease-in-out infinite;
}

.hero-pro .ring-inner {
  width: 120%;
  height: 120%;
  border: 2px dashed var(--primary-500);
  opacity: 0.3;
  animation: ring-pulse-inner 6s ease-in-out infinite reverse;
}

@keyframes ring-pulse-outer {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.6;
  }
}

@keyframes ring-pulse-inner {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0.5;
  }
}

/* Orbiting Icons */
.hero-pro .orbit-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 130%;
  transform: translate(-50%, -50%);
  animation: orbit-rotate 60s linear infinite;
}

.hero-pro .orbit-item {
  position: absolute;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px color-mix(in srgb, var(--primary-500) 35%, transparent);
  border: 4px solid var(--surface-primary);
  animation: orbit-item-counter-rotate 60s linear infinite reverse;
}

.hero-pro .orbit-item i {
  font-size: 30px;
  color: white;
}

.hero-pro .orbit-1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hero-pro .orbit-2 {
  top: 25%;
  right: 0;
}

.hero-pro .orbit-3 {
  bottom: 25%;
  right: 0;
}

.hero-pro .orbit-4 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hero-pro .orbit-5 {
  bottom: 25%;
  left: 0;
}

.hero-pro .orbit-6 {
  top: 25%;
  left: 0;
}

@keyframes orbit-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes orbit-item-counter-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

/* Background Pattern */
.hero-pro .hero-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.04;
}

.hero-pro .pattern-dot {
  position: absolute;
  width: 150px;
  height: 150px;
  background: var(--primary-500);
  border-radius: 50%;
}

.hero-pro .pattern-dot:nth-child(1) {
  top: 10%;
  left: 5%;
}

.hero-pro .pattern-dot:nth-child(2) {
  top: 15%;
  right: 8%;
}

.hero-pro .pattern-dot:nth-child(3) {
  bottom: 20%;
  left: 10%;
}

.hero-pro .pattern-dot:nth-child(4) {
  bottom: 15%;
  right: 12%;
}

.hero-pro .pattern-dot:nth-child(5) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
}

/* Accessibility - Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-pro .orbit-container,
  .hero-pro .orbit-item,
  .hero-pro .image-ring {
    animation: none;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .hero-pro {
    padding: 80px 0;
  }
  
  .hero-pro .hero-title {
    font-size: 2.75rem;
  }
  
  .hero-pro .hero-subtitle {
    font-size: 1.35rem;
  }
  
  .hero-pro .hero-description {
    font-size: 1.05rem;
  }
  
  .hero-pro .hero-text-center {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .hero-pro {
    padding: 60px 0;
  }
  
  .hero-pro .hero-title {
    font-size: 2.25rem;
  }
  
  .hero-pro .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .hero-pro .hero-description {
    font-size: 1rem;
  }
  
  .hero-pro .hero-text-center {
    margin-bottom: 40px;
  }
  
  .hero-pro .hero-circular-layout {
    padding: 60px 15px;
  }
  
  .hero-pro .orbit-item {
    width: 60px;
    height: 60px;
  }
  
  .hero-pro .orbit-item i {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .hero-pro .hero-title {
    font-size: 1.875rem;
  }
  
  .hero-pro .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-pro .hero-circular-layout {
    padding: 50px 10px;
  }
  
  .hero-pro .orbit-item {
    width: 50px;
    height: 50px;
  }
  
  .hero-pro .orbit-item i {
    font-size: 22px;
  }
  
  .hero-pro .orbit-container {
    width: 140%;
    height: 140%;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .hero-pro .central-image-wrapper {
    border-width: 8px;
    border-color: var(--primary-500);
  }
  
  .hero-pro .image-ring {
    opacity: 0.7;
  }
}


/* ================================================
   About Section v-148 - Professional Blue Theme
   ================================================ */

.about-section-special {
  position: relative;
  overflow: hidden;
  background: var(--surface-primary);
}

/* Section Header Styles */
.about-section-special .section-header #about-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.about-section-special .section-header #about-subtitle {
  color: var(--primary-500);
  font-weight: 500;
  font-size: 1.25rem;
}

.about-section-special .section-header #about-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

/* Features Grid */
.about-section-special .features-grid {
  position: relative;
}

.about-section-special .feature-card {
  padding: 1.75rem;
  background: var(--surface-secondary);
  border-radius: 1rem;
  border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.about-section-special .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
  background: var(--light);
}

.about-section-special .feature-icon-wrapper {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 14px;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

.about-section-special .feature-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--light);
}

.about-section-special .feature-card h4 {
  color: var(--text-primary);
  font-weight: 600;
  transition: color 0.3s ease;
}

.about-section-special .feature-card:hover h4 {
  color: var(--primary-500);
}

.about-section-special .feature-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Images Composition */
.about-section-special .images-composition {
  position: relative;
  min-height: 600px;
}

.about-section-special .composition-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Primary Image */
.about-section-special .image-primary {
  position: relative;
  z-index: 3;
  max-width: 85%;
}

.about-section-special .image-primary img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-section-special .image-primary:hover img {
  transform: scale(1.02);
}

/* Secondary Image */
.about-section-special .image-secondary {
  position: absolute;
  top: 120px;
  right: 0;
  width: 55%;
  z-index: 2;
}

.about-section-special .image-secondary img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-section-special .image-secondary:hover img {
  transform: scale(1.05);
}

/* Tertiary Image */
.about-section-special .image-tertiary {
  position: absolute;
  bottom: 40px;
  left: 20px;
  width: 40%;
  z-index: 4;
}

.about-section-special .image-tertiary img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 4px solid var(--light);
  transition: transform 0.5s ease;
}

.about-section-special .image-tertiary:hover img {
  transform: scale(1.05) rotate(-2deg);
}

/* Decorative Blobs */
.about-section-special .decorative-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}

.about-section-special .blob-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: -50px;
  right: -80px;
}

.about-section-special .blob-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  bottom: -40px;
  left: -60px;
}

/* Decorative Circles */
.about-section-special .decorative-circle {
  position: absolute;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}

.about-section-special .circle-1 {
  width: 120px;
  height: 120px;
  top: 60px;
  right: 40px;
  animation: float 6s ease-in-out infinite;
}

.about-section-special .circle-2 {
  width: 80px;
  height: 80px;
  bottom: 100px;
  left: 60px;
  animation: float 8s ease-in-out infinite reverse;
}

/* Decorative Line */
.about-section-special .decorative-line {
  position: absolute;
  width: 2px;
  height: 150px;
  background: linear-gradient(180deg, transparent, var(--primary-500), transparent);
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  opacity: 0.4;
  z-index: 1;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .about-section-special .images-composition {
    min-height: 500px;
    margin-top: 3rem;
  }

  .about-section-special .image-primary {
    max-width: 90%;
  }

  .about-section-special .image-secondary {
    width: 60%;
    top: 100px;
  }

  .about-section-special .image-tertiary {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .about-section-special .section-header #about-title {
    font-size: 2rem;
  }

  .about-section-special .features-grid .col-md-6 {
    margin-bottom: 1rem;
  }

  .about-section-special .images-composition {
    min-height: 450px;
  }

  .about-section-special .image-secondary {
    width: 65%;
    top: 80px;
  }

  .about-section-special .image-tertiary {
    width: 50%;
    bottom: 20px;
  }

  .about-section-special .decorative-circle {
    display: none;
  }
}

@media (max-width: 575px) {
  .about-section-special .feature-card {
    padding: 1.5rem;
  }

  .about-section-special .feature-icon-wrapper {
    width: 48px;
    height: 48px;
  }

  .about-section-special .feature-icon-wrapper i {
    font-size: 1.5rem;
  }

  .about-section-special .images-composition {
    min-height: 400px;
  }

  .about-section-special .decorative-line {
    display: none;
  }
}

/* ===================================
   Features Section v-098
   Theme: Professional Blue
   =================================== */

.features-bold {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Header Section */
.features-header {
  margin-bottom: 60px;
}

.features-main-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.features-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.features-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Decorative Divider */
.decorative-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
}

.divider-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-300) 50%, 
    transparent 100%
  );
}

.divider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  box-shadow: 0 0 12px color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}

/* Feature Card */
.feature-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 40px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-900) 5%, transparent 95%);
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 
    0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    0 0 0 1px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}

/* Icon Wrapper */
.feature-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    var(--primary-100) 0%, 
    color-mix(in srgb, var(--primary-300) 40%, var(--primary-100) 60%) 100%
  );
  border-radius: 20px;
  transition: all 0.4s ease;
}

.feature-card:hover .icon-background {
  transform: rotate(10deg) scale(1.1);
  background: linear-gradient(135deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 100%
  );
}

.feature-icon {
  position: relative;
  font-size: 2.5rem;
  color: var(--primary-500);
  z-index: 1;
  transition: all 0.4s ease;
}

.feature-card:hover .feature-icon {
  color: var(--surface-primary);
  transform: scale(1.1);
}

/* Content */
.feature-content {
  flex-grow: 1;
}

.feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.feature-card:hover .feature-title {
  color: var(--primary-700);
}

.feature-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Accent Line */
.feature-accent-line {
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-300) 100%
  );
  margin-top: 24px;
  border-radius: 2px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover .feature-accent-line {
  width: 100%;
}

/* Decorative Shapes */
.decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.shape-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
}

.shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: -150px;
  left: -100px;
  animation: float 25s ease-in-out infinite reverse;
}

.shape-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%, 
    transparent 70%
  );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 15s ease-in-out infinite;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(5deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(-5deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.5;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .features-bold {
    padding: 60px 0;
  }

  .features-main-title {
    font-size: 2.25rem;
  }

  .features-subtitle {
    font-size: 1.25rem;
  }

  .features-description {
    font-size: 1rem;
  }

  .features-header {
    margin-bottom: 50px;
  }

  .feature-card {
    padding: 32px 24px;
  }

  .feature-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }

  .feature-icon {
    font-size: 2rem;
  }

  .feature-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767.98px) {
  .features-bold {
    padding: 50px 0;
  }

  .features-main-title {
    font-size: 1.875rem;
  }

  .features-subtitle {
    font-size: 1.125rem;
  }

  .features-description {
    font-size: 0.9375rem;
  }

  .decorative-divider {
    margin-bottom: 40px;
  }

  .divider-line {
    width: 60px;
  }

  .feature-card {
    padding: 28px 20px;
  }

  .feature-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .feature-icon {
    font-size: 1.75rem;
  }

  .feature-title {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }

  .feature-text {
    font-size: 0.9375rem;
  }

  .feature-accent-line {
    margin-top: 20px;
    height: 2px;
  }

  .shape-1 {
    width: 250px;
    height: 250px;
  }

  .shape-2 {
    width: 200px;
    height: 200px;
  }

  .shape-blob {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .features-bold {
    padding: 40px 0;
  }

  .features-main-title {
    font-size: 1.625rem;
  }

  .features-header {
    margin-bottom: 40px;
  }

  .feature-card {
    padding: 24px 18px;
  }
}

/* ============================================
   Services Section v-116 - Professional Blue
   ============================================ */

.services-section-standard {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.services-section-standard .section-header {
  position: relative;
  z-index: 2;
}

.services-section-standard .subtitle-text {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.services-section-standard .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.services-section-standard .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Decorative Dots */
.services-section-standard .decorative-dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 2rem;
}

.services-section-standard .decorative-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-300);
  transition: all 0.3s ease;
}

.services-section-standard .decorative-dots .dot:nth-child(2) {
  background: var(--primary-500);
  width: 10px;
  height: 10px;
}

/* Service Card */
.services-section-standard .service-card {
  position: relative;
  background: var(--surface-primary);
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.services-section-standard .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-300),
    var(--primary-500),
    var(--primary-700)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-section-standard .service-card:hover {
  border-color: var(--primary-500);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
  transform: translateY(-8px);
}

.services-section-standard .service-card:hover::before {
  transform: scaleX(1);
}

/* Featured Card */
.services-section-standard .service-card.featured {
  background: linear-gradient(
    135deg,
    var(--surface-primary),
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary))
  );
  border-color: var(--primary-500);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 10%, transparent);
}

.services-section-standard .service-card.featured::before {
  transform: scaleX(1);
}

/* Popular Badge */
.services-section-standard .popular-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1rem;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
  animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Card Icon */
.services-section-standard .card-icon-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-section-standard .card-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  z-index: 2;
  position: relative;
  transition: transform 0.3s ease;
}

.services-section-standard .service-card:hover .card-icon-wrapper i {
  transform: scale(1.1) rotate(5deg);
}

.services-section-standard .icon-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-100) 60%, transparent);
  border-radius: 1rem;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}

.services-section-standard .service-card:hover .icon-bg {
  transform: rotate(90deg) scale(1.1);
  background: color-mix(in srgb, var(--primary-300) 60%, transparent);
}

/* Card Content */
.services-section-standard .card-content {
  position: relative;
  z-index: 2;
}

.services-section-standard .service-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.services-section-standard .service-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

/* Features */
.services-section-standard .features-wrapper {
  padding: 1.25rem;
  background: color-mix(in srgb, var(--neutral-100) 40%, transparent);
  border-radius: 0.75rem;
  border-left: 3px solid var(--primary-300);
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.services-section-standard .service-card:hover .features-wrapper {
  border-left-color: var(--primary-500);
  background: color-mix(in srgb, var(--primary-50) 50%, transparent);
}

.services-section-standard .service-features {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Pricing */
.services-section-standard .pricing-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
}

.services-section-standard .price-tag {
  flex: 1;
}

.services-section-standard .price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-500);
  display: block;
}

/* Card Decoration */
.services-section-standard .card-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-300) 10%, transparent),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
  transition: all 0.4s ease;
}

.services-section-standard .service-card:hover .card-decoration {
  transform: scale(1.3);
  opacity: 0.8;
}

.services-section-standard .card-decoration.featured {
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 15%, transparent),
    transparent
  );
}

/* Background Shapes */
.services-section-standard .background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.services-section-standard .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
}

.services-section-standard .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
  animation: float-shape 20s ease-in-out infinite;
}

.services-section-standard .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -80px;
  right: 10%;
  animation: float-shape 25s ease-in-out infinite reverse;
}

.services-section-standard .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  top: 40%;
  right: -50px;
  animation: float-shape 30s ease-in-out infinite;
}

@keyframes float-shape {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(30px, -30px) rotate(120deg); }
  66% { transform: translate(-20px, 20px) rotate(240deg); }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .services-section-standard .section-title {
    font-size: 2rem;
  }

  .services-section-standard .section-description {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .services-section-standard .section-title {
    font-size: 1.75rem;
  }

  .services-section-standard .service-card {
    padding: 1.5rem;
  }

  .services-section-standard .service-name {
    font-size: 1.25rem;
  }

  .services-section-standard .price {
    font-size: 1.75rem;
  }
}

@media (max-width: 575.98px) {
  .services-section-standard .section-title {
    font-size: 1.5rem;
  }

  .services-section-standard .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .services-section-standard .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

/* ========================================
   PRICEPLAN V-046 - MODERN GREEN
   Theme: modern-green-01
   ======================================== */

.priceplan_modern_green {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Organic Background Blobs */
.priceplan_organic_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.priceplan_blob {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.04;
  animation: blobFloat 20s ease-in-out infinite;
}

.priceplan_blob_1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: -100px;
  left: -150px;
  animation-delay: 0s;
}

.priceplan_blob_2 {
  width: 400px;
  height: 400px;
  background: var(--primary-700);
  bottom: -100px;
  right: -100px;
  animation-delay: 5s;
}

.priceplan_blob_3 {
  width: 350px;
  height: 350px;
  background: var(--primary-300);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 10s;
}

@keyframes blobFloat {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(30px, -30px) rotate(120deg); }
  66% { transform: translate(-20px, 20px) rotate(240deg); }
}

/* Header Section */
.priceplan_header_wrap {
  position: relative;
  z-index: 1;
}

.priceplan_leaf_accent {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--light);
  font-size: 1.5rem;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

.priceplan_main_title {
  color: var(--text-primary);
  letter-spacing: -1px;
}

.priceplan_main_subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.priceplan_main_description {
  max-width: 700px;
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Pricing Cards */
.priceplan_green_card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  height: 100%;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  z-index: 1;
}

.priceplan_green_card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: var(--primary-300);
  box-shadow: 0 25px 50px color-mix(in srgb, var(--primary-500) 15%, transparent);
}

/* Premium Card Highlight */
.priceplan_premium_card {
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 40%, transparent) 100%);
  border-color: var(--primary-500);
  border-width: 3px;
}

.priceplan_premium_ribbon {
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--light);
  padding: 8px 40px;
  font-size: 0.85rem;
  font-weight: 700;
  transform: rotate(45deg);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Card Header */
.priceplan_card_header_section {
  text-align: center;
  margin-bottom: 2rem;
}

.priceplan_nature_icon {
  width: 70px;
  height: 70px;
  background: color-mix(in srgb, var(--primary-100) 60%, transparent);
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-500);
  font-size: 2rem;
  margin-bottom: 1.25rem;
  transition: all 0.4s ease;
  position: relative;
}

.priceplan_nature_icon::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}

.priceplan_green_card:hover .priceplan_nature_icon::after {
  opacity: 0.2;
}

.priceplan_icon_premium {
  background: var(--primary-500);
  color: var(--light);
}

.priceplan_card_title {
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.priceplan_card_subtitle {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Pricing Section */
.priceplan_pricing_section {
  text-align: center;
  margin: 2rem 0;
}

.priceplan_amount_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}

.priceplan_currency {
  color: var(--primary-500);
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.priceplan_amount {
  color: var(--primary-700);
  line-height: 1;
  font-weight: 800;
}

.priceplan_billing_cycle {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-top: 0.5rem;
  display: block;
}

/* Divider */
.priceplan_divider_line {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
  margin: 1.5rem 0;
}

/* Features Section */
.priceplan_features_section {
  margin-top: 1.5rem;
}

.priceplan_feature_list {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 2;
  text-align: center;
}

/* Growth Indicator */
.priceplan_growth_indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 0 0 18px 18px;
}

.priceplan_green_card:hover .priceplan_growth_indicator {
  transform: scaleX(1);
}

.priceplan_indicator_premium {
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  height: 8px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .priceplan_main_title {
    font-size: 2.5rem;
  }
  
  .priceplan_premium_card {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .priceplan_main_title {
    font-size: 2rem;
  }
  
  .priceplan_amount {
    font-size: 3rem;
  }
  
  .priceplan_green_card {
    padding: 2rem 1.5rem;
  }
  
  .priceplan_blob {
    display: none;
  }
}


/* Team section */

/* Section Styles */
.team-section-featured {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Header Decorative Elements */
.decorative-line-top {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto;
  border-radius: 2px;
}

.decorative-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.decorative-dots .dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  display: inline-block;
  animation: pulse-dot 2s ease-in-out infinite;
}

.decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
  background: var(--primary-300);
}

.decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

/* Typography */
#team-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.5px;
}

#team-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  letter-spacing: 2px;
}

#team-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Team Card */
.team-card {
  background: var(--light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Image Wrapper */
.team-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card:hover .team-member-photo {
  transform: scale(1.08);
}

/* Decorative Border */
.decorative-border {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 3px solid var(--light);
  border-radius: 8px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.team-card:hover .decorative-border {
  opacity: 1;
}

/* Overlay */
.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.team-card:hover .team-overlay {
  opacity: 1;
}

/* Team Info */
.team-info {
  padding: 2rem 1.5rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-info h4 {
  color: var(--text-primary);
  font-weight: 600;
  transition: color 0.3s ease;
  margin-bottom: 0.5rem;
}

.team-card:hover .team-info h4 {
  color: var(--primary-500);
}

.team-info p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Decorative Underline */
.decorative-underline {
  width: 40px;
  height: 3px;
  background: var(--primary-500);
  margin: 0 auto;
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card:hover .decorative-underline {
  transform: scaleX(1);
}

/* Decorative Shapes */
.decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: -150px;
  left: -150px;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  bottom: -100px;
  right: 10%;
  animation: float-shape 8s ease-in-out infinite;
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  top: 50%;
  right: -75px;
  animation: float-shape 10s ease-in-out infinite reverse;
}

@keyframes float-shape {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  #team-title {
    font-size: 2.5rem;
  }
  
  .team-info {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 767.98px) {
  #team-title {
    font-size: 2rem;
  }
  
  #team-subtitle {
    font-size: 0.9rem;
    letter-spacing: 1.5px;
  }
  
  #team-desc {
    font-size: 1rem;
  }
  
  .team-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .decorative-border {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-width: 2px;
  }
}

@media (max-width: 575.98px) {
  .team-section-featured {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  #team-title {
    font-size: 1.75rem;
  }
  
  .team-info {
    padding: 1.25rem 1rem;
  }
  
  .team-info h4 {
    font-size: 1.15rem;
  }
  
  .team-info p {
    font-size: 0.9rem;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .team-card {
    border: 2px solid var(--neutral-300);
  }
  
  .decorative-border {
    border-width: 4px;
  }
  
  #team-title,
  .team-info h4 {
    font-weight: 700;
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .team-card,
  .team-member-photo,
  .decorative-border,
  .team-overlay,
  .decorative-underline {
    transition: none;
  }
  
  .team-card:hover {
    transform: none;
  }
  
  .team-card:hover .team-member-photo {
    transform: none;
  }
  
  .shape-2,
  .shape-3 {
    animation: none;
  }
  
  .decorative-dots .dot {
    animation: none;
  }
}

/* Print Styles */
@media print {
  .decorative-shapes,
  .decorative-dots,
  .decorative-line-top {
    display: none;
  }
  
  .team-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid var(--neutral-300);
  }
}

/* Reviews section */
.reviews-section-style {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  overflow: hidden;
}

/* Section Header */
.reviews-section-style .decorative-line {
  width: 80px;
  height: 5px;
  background: var(--primary-500);
  border-radius: 3px;
}

.reviews-section-style #reviews-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
}

.reviews-section-style #reviews-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.reviews-section-style #reviews-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Carousel Wrapper */
.reviews-section-style .reviews-carousel-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.reviews-section-style .reviews-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 2rem;
  padding: 2rem 0.5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.reviews-section-style .reviews-carousel::-webkit-scrollbar {
  display: none;
}

/* Review Cards */
.reviews-section-style .carousel-review-card {
  flex: 0 0 100%;
  scroll-snap-align: center;
  background: white;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-50);
  transition: all 0.3s ease;
}

.reviews-section-style .carousel-review-card:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

/* Quote Decoration */
.reviews-section-style .quote-decoration {
  font-size: 3rem;
  color: var(--primary-500);
  opacity: 0.2;
  margin-bottom: 1.5rem;
}

/* Testimonial Text */
.reviews-section-style .testimonial-text {
  color: var(--text-primary);
  font-size: 1.15rem;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 2rem;
}

/* Reviewer Profile */
.reviews-section-style .reviewer-profile {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-top: 2rem;
  border-top: 2px solid var(--neutral-50);
}

.reviews-section-style .profile-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.reviews-section-style .avatar-text {
  color: white;
  font-weight: 700;
  font-size: 1.4rem;
}

.reviews-section-style .profile-name {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.reviews-section-style .profile-decoration {
  width: 40px;
  height: 3px;
  background: var(--primary-500);
  border-radius: 2px;
}

/* Carousel Dots */
.reviews-section-style .carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.reviews-section-style .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--neutral-300);
  cursor: pointer;
  transition: all 0.3s ease;
}

.reviews-section-style .dot:hover,
.reviews-section-style .dot:first-child {
  background: var(--primary-500);
  transform: scale(1.2);
}

/* Floating Shapes */
.reviews-section-style .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
}

.reviews-section-style .shape-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  top: 10%;
  right: 5%;
  animation: float 6s ease-in-out infinite;
}

.reviews-section-style .shape-2 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  bottom: 15%;
  left: 8%;
  animation: float 8s ease-in-out infinite reverse;
}

.reviews-section-style .shape-3 {
  width: 100px;
  height: 100px;
  background: var(--primary-300);
  top: 50%;
  left: 15%;
  animation: float 7s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

/* Responsive Design */
@media (max-width: 991px) {
  .reviews-section-style .carousel-review-card {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .reviews-section-style #reviews-title {
    font-size: 2rem;
  }
  
  .reviews-section-style #reviews-subtitle {
    font-size: 1.25rem;
  }
  
  .reviews-section-style .carousel-review-card {
    padding: 1.5rem;
  }
  
  .reviews-section-style .testimonial-text {
    font-size: 1rem;
  }
  
  .reviews-section-style .profile-avatar {
    width: 56px;
    height: 56px;
  }
  
  .reviews-section-style .avatar-text {
    font-size: 1.2rem;
  }
}


/* Study section */

.casestudy-section-pro {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Industrial Divider */
.casestudy-section-pro .industrial-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 400px;
  margin: 0 auto;
}

.casestudy-section-pro .divider-line {
  flex: 1;
  height: 2px;
  background: var(--neutral-300);
}

.casestudy-section-pro .divider-center {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  transform: rotate(45deg);
}

/* Typography */
.casestudy-section-pro #casestudy-title {
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.casestudy-section-pro #casestudy-subtitle {
  color: var(--primary-500);
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.25rem;
}

.casestudy-section-pro #casestudy-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Case Study List Container */
.casestudy-section-pro .casestudy-list-container {
  position: relative;
  z-index: 2;
}

/* List Item */
.casestudy-section-pro .casestudy-list-item {
  background: var(--light);
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  position: relative;
  transition: all 0.4s ease;
}

.casestudy-section-pro .casestudy-list-item:hover {
  border-color: var(--primary-500);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateX(8px);
}

.casestudy-section-pro .casestudy-list-item:last-child {
  margin-bottom: 0;
}

.casestudy-section-pro .item-border-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(
    180deg,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 12px 0 0 12px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.casestudy-section-pro .casestudy-list-item:hover .item-border-accent {
  opacity: 1;
}

/* Icon Block */
.casestudy-section-pro .item-icon-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}

.casestudy-section-pro .icon-frame {
  width: 90px;
  height: 90px;
  background: var(--surface-secondary);
  border: 3px solid var(--primary-500);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
}

.casestudy-section-pro .icon-frame::before {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-top: 3px solid var(--primary-500);
  border-right: 3px solid var(--primary-500);
}

.casestudy-section-pro .icon-frame::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: -6px;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid var(--primary-500);
  border-left: 3px solid var(--primary-500);
}

.casestudy-section-pro .casestudy-list-item:hover .icon-frame {
  background: var(--primary-500);
  transform: rotate(5deg);
}

.casestudy-section-pro .icon-frame i {
  font-size: 2.5rem;
  color: var(--primary-500);
  transition: color 0.4s ease;
}

.casestudy-section-pro .casestudy-list-item:hover .icon-frame i {
  color: var(--light);
}

.casestudy-section-pro .item-number {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--neutral-300);
  font-family: 'Courier New', monospace;
  letter-spacing: 2px;
}

/* Content Block */
.casestudy-section-pro .item-content-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding: 1rem 2rem;
}

.casestudy-section-pro .content-inner {
  flex: 1;
}

.casestudy-section-pro .item-title {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.casestudy-section-pro .item-description {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Status Indicators */
.casestudy-section-pro .status-indicators {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.5rem;
}

.casestudy-section-pro .indicator-dot {
  width: 14px;
  height: 14px;
  border: 2px solid var(--neutral-300);
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}

.casestudy-section-pro .indicator-dot.active {
  border-color: var(--primary-500);
  background: var(--primary-500);
}

.casestudy-section-pro .indicator-dot.active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: var(--light);
  border-radius: 50%;
}

/* Technical Grid Background */
.casestudy-section-pro .technical-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.4;
}

.casestudy-section-pro .grid-layer {
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 40px 40px;
}

.casestudy-section-pro .blueprint-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 79px,
      var(--primary-300) 79px,
      var(--primary-300) 80px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 79px,
      var(--primary-300) 79px,
      var(--primary-300) 80px
    );
  opacity: 0.1;
}

/* Industrial Elements */
.casestudy-section-pro .industrial-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.casestudy-section-pro .industrial-elements i {
  position: absolute;
  color: var(--primary-300);
  opacity: 0.06;
}

.casestudy-section-pro .element-hex-1 {
  font-size: 8rem;
  top: 5%;
  right: 5%;
  transform: rotate(15deg);
}

.casestudy-section-pro .element-hex-2 {
  font-size: 6rem;
  bottom: 10%;
  left: 3%;
  transform: rotate(-20deg);
}

.casestudy-section-pro .element-square-1 {
  font-size: 5rem;
  top: 50%;
  left: 8%;
  transform: rotate(45deg);
}

/* Responsive Design */
@media (max-width: 991px) {
  .casestudy-section-pro .item-content-block {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .casestudy-section-pro .status-indicators {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .casestudy-section-pro .casestudy-list-item {
    padding: 1.5rem;
  }
  
  .casestudy-section-pro .item-icon-block {
    margin-bottom: 1.5rem;
  }
  
  .casestudy-section-pro .item-content-block {
    padding: 0;
  }
  
  .casestudy-section-pro .icon-frame {
    width: 70px;
    height: 70px;
  }
  
  .casestudy-section-pro .icon-frame i {
    font-size: 2rem;
  }
  
  .casestudy-section-pro .item-title {
    font-size: 1.25rem;
  }
  
  .casestudy-section-pro .item-description {
    font-size: 1rem;
  }
}


/* Process section */

.process-section-style {
  background: radial-gradient(ellipse at center, #fefbff 0%, #ffffff 50%, #fdfaff 100%);
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

/* Constellation Icon */
.constellation-icon {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.star {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 15px var(--primary-500);
  animation: twinkle 2s ease-in-out infinite;
}

.star-1 {
  top: 20%;
  left: 10%;
}

.star-2 {
  top: 20%;
  right: 10%;
  animation-delay: 0.4s;
}

.star-3 {
  bottom: 30%;
  left: 20%;
  animation-delay: 0.8s;
}

.star-4 {
  bottom: 30%;
  right: 20%;
  animation-delay: 1.2s;
}

.star-5 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 1.6s;
}

.connection-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
  opacity: 0.5;
  animation: flow 3s ease-in-out infinite;
}

.line-1 {
  top: 25%;
  left: 15%;
  width: 70%;
}

.line-2 {
  top: 60%;
  left: 25%;
  width: 50%;
  transform: rotate(-15deg);
  animation-delay: 1.5s;
}

.center-star {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-900));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.center-star i {
  font-size: 1.8rem;
  color: #ffffff;
  animation: rotate 10s linear infinite;
}

/* Header Text */
.process-section-style #process-title {
  color: var(--neutral-900);
  font-weight: 700;
  letter-spacing: -1px;
}

.process-section-style #process-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.process-section-style #process-desc {
  color: var(--neutral-700);
  line-height: 1.8;
}

/* Constellation Network */
.constellation-network {
  position: relative;
  max-width: 1200px;
  height: 1000px;
  margin: 3rem auto;
}

/* Network Connections SVG */
.network-connections {
  position: absolute;
  inset: 0;
  color: var(--primary-500);
  z-index: 1;
}

/* Process Nodes */
.process-node {
  position: absolute;
  z-index: 5;
}

/* Node Positioning */
.node-1 {
  top: 10%;
  left: 15%;
}

.node-2 {
  top: 10%;
  right: 15%;
}

.node-3 {
  top: 45%;
  right: 10%;
}

.node-4 {
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.node-5 {
  top: 45%;
  left: 10%;
}

/* Node Glow */
.node-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0.3;
  animation: pulse-glow 3s ease-in-out infinite;
}

/* Node Core */
.node-core {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border: 4px solid #ffffff;
  position: relative;
  z-index: 10;
  transition: transform 0.3s ease;
}

.process-node:hover .node-core {
  transform: scale(1.15);
}

.core-pulse {
  position: absolute;
  inset: -8px;
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  animation: pulse-ring 2s ease-in-out infinite;
}

.core-content {
  position: relative;
  z-index: 2;
}

.node-number {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
}

/* Final Node Core */
.node-core-final {
  border-color: var(--primary-700);
  animation: pulse-final-node 2s ease-in-out infinite;
}

.core-crown {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  background: var(--primary-700);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float-crown 2s ease-in-out infinite;
}

.core-crown i {
  font-size: 1.2rem;
  color: #ffffff;
}

/* Node Cards */
.node-card {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
  width: 300px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: 3px solid var(--primary-300);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.node-card:hover {
  transform: translateX(-50%) translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-500);
}

.card-final {
  border-color: var(--primary-700);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
}

/* Card Constellation Icon */
.card-constellation {
  width: 60px;
  height: 60px;
  background: var(--primary-100);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: 2px solid var(--primary-300);
  transition: all 0.3s ease;
}

.node-card:hover .card-constellation {
  transform: rotate(15deg) scale(1.1);
  border-color: var(--primary-700);
}

.card-constellation i {
  font-size: 1.8rem;
  color: var(--primary-700);
}

/* Card Content */
.node-card h4 {
  color: var(--neutral-900);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.node-card p {
  color: var(--neutral-700);
  line-height: 1.6;
}

/* Network Info */
.network-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 12px;
  border: 2px solid var(--primary-300);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.info-node {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  box-shadow: 0 0 15px var(--primary-500);
}

.network-info span {
  color: var(--neutral-700);
  font-weight: 600;
  font-size: 0.95rem;
}

/* Animations */
@keyframes twinkle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.8);
  }
}

@keyframes flow {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse-glow {
  0%, 100% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes pulse-ring {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    transform: scale(1.2);
  }
}

@keyframes pulse-final-node {
  0%, 100% {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  }
  50% {
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.25), 0 0 30px var(--primary-500);
  }
}

@keyframes float-crown {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-8px);
  }
}

/* Responsive Design */
@media (max-width: 767px) {
  .constellation-network {
    height: auto;
    padding: 2rem 0;
  }

  .network-connections {
    display: none;
  }

  .process-node {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 auto 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .node-core {
    width: 70px;
    height: 70px;
  }

  .node-number {
    font-size: 1.5rem;
  }

  .node-card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 350px;
    margin-top: 1.5rem;
  }

  .node-card:hover {
    transform: translateY(-5px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .constellation-network {
    height: 1200px;
  }

  .node-card {
    width: 280px;
    padding: 1.25rem;
  }

  .node-core {
    width: 80px;
    height: 80px;
  }

  .node-number {
    font-size: 1.8rem;
  }
}


/* Timeline  - Modern Green Theme - Vertical Zigzag Layout */

.timeline_wrap_clean {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary), var(--surface-secondary));
  overflow: hidden;
}

/* Organic Decorative Shapes */
.timeline_organic_shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

.timeline_blob_shape_1 {
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--primary-100), transparent 70%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  top: 10%;
  left: 5%;
  animation: timeline_float_blob 20s ease-in-out infinite;
}

.timeline_blob_shape_2 {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-50), transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  bottom: 15%;
  right: 5%;
  animation: timeline_float_blob 25s ease-in-out infinite reverse;
}

.timeline_leaf_pattern {
  position: absolute;
  width: 200px;
  height: 200px;
  background: var(--surface-accent);
  clip-path: ellipse(50% 30% at 50% 50%);
  top: 50%;
  right: 10%;
  opacity: 0.3;
  transform: rotate(45deg);
}

@keyframes timeline_float_blob {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(20px, -20px) rotate(5deg);
  }
  50% {
    transform: translate(-15px, 15px) rotate(-5deg);
  }
  75% {
    transform: translate(15px, 10px) rotate(3deg);
  }
}

/* Content Container */
.timeline_wrap_clean .container {
  position: relative;
  z-index: 1;
}

/* Header Section */
.timeline_section_title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.timeline_section_subtitle {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.timeline_section_description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 4rem;
}

/* Timeline Journey Path */
.timeline_journey_path {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.timeline_center_line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, 
    transparent, 
    var(--primary-300) 10%,
    var(--primary-500) 50%,
    var(--primary-300) 90%,
    transparent
  );
  border-radius: 4px;
}

/* Timeline Milestone */
.timeline_milestone {
  position: relative;
  width: 50%;
  padding: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.timeline_milestone.timeline_left {
  left: 0;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 60px;
}

.timeline_milestone.timeline_right {
  left: 50%;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-left: 60px;
}

.timeline_content_box {
  background: var(--surface-primary);
  border: 2px solid var(--border-light);
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  box-shadow: var(--shadow-md);
  transition: all 0.4s ease;
}

.timeline_content_box:hover {
  transform: scale(1.03);
  border-color: var(--primary-500);
  box-shadow: var(--shadow-lg);
}

.timeline_milestone_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.timeline_milestone_badge i {
  font-size: 1.5rem;
  color: var(--button-primary-text);
}

.timeline_milestone_heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline_milestone_text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.timeline_connector_dot {
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--primary-500);
  border: 5px solid var(--surface-primary);
  border-radius: 50%;
  box-shadow: 0 0 0 5px var(--primary-100);
  z-index: 2;
}

.timeline_left .timeline_connector_dot {
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.timeline_right .timeline_connector_dot {
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .timeline_wrap_clean {
    padding: 80px 0;
  }
  
  .timeline_section_title {
    font-size: 2.5rem;
  }
  
  .timeline_section_subtitle {
    font-size: 1.375rem;
  }
}

@media (max-width: 767.98px) {
  .timeline_wrap_clean {
    padding: 60px 0;
  }
  
  .timeline_section_title {
    font-size: 2rem;
  }
  
  .timeline_section_subtitle {
    font-size: 1.25rem;
  }
  
  .timeline_section_description {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
  
  .timeline_center_line {
    left: 30px;
  }
  
  .timeline_milestone {
    width: 100%;
    left: 0 !important;
    padding-left: 70px !important;
    padding-right: 30px !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
  }
  
  .timeline_connector_dot {
    left: 20px !important;
    right: auto !important;
  }
  
  .timeline_content_box {
    padding: 1.5rem;
  }
  
  .timeline_milestone_badge {
    width: 50px;
    height: 50px;
  }
  
  .timeline_milestone_badge i {
    font-size: 1.25rem;
  }
  
  .timeline_milestone_heading {
    font-size: 1.25rem;
  }
  
  .timeline_milestone_text {
    font-size: 0.9375rem;
  }
}

@media (max-width: 575.98px) {
  .timeline_wrap_clean {
    padding: 50px 0;
  }
  
  .timeline_section_title {
    font-size: 1.75rem;
  }
  
  .timeline_milestone {
    padding-left: 60px !important;
    padding-right: 20px !important;
    margin-bottom: 40px;
  }
}


/* FIXED: Ensure vertical text layout on all screens */
@media (max-width: 1199px) {
  .timeline_main_title,
  .timeline_tagline,
  .timeline_intro_text {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


.career-section-primary {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(to bottom, var(--surface-primary), var(--surface-secondary));
  overflow: hidden;
}

/* Header */
.career-section-primary .organic-badge {
  display: inline-block;
  margin-bottom: 20px;
}

.career-section-primary .badge-leaf {
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 0 50% 50% 50%;
  transform: rotate(45deg);
  opacity: 0.8;
}

.career-section-primary .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 16px;
}

.career-section-primary .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 24px;
  line-height: 1.3;
}

.career-section-primary .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 680px;
  margin: 0 auto;
}

/* Timeline */
.career-section-primary .career-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}

/* Timeline Item */
.career-section-primary .timeline-item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 50px;
}

.career-section-primary .timeline-item:last-child {
  margin-bottom: 0;
}

.career-section-primary .timeline-item:last-child .timeline-connector {
  display: none;
}

/* Timeline Connector */
.career-section-primary .timeline-connector {
  position: absolute;
  left: 29px;
  top: 60px;
  width: 2px;
  height: calc(100% + 30px);
  background: linear-gradient(180deg, var(--primary-300), transparent);
  opacity: 0.5;
}

/* Timeline Marker */
.career-section-primary .timeline-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 2;
}

.career-section-primary .timeline-item:hover .timeline-marker {
  transform: scale(1.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.career-section-primary .timeline-marker i {
  font-size: 24px;
  color: var(--primary-500);
}

/* Timeline Content */
.career-section-primary .timeline-content {
  position: relative;
}

.career-section-primary .content-card {
  position: relative;
  background: var(--light);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  overflow: hidden;
}

.career-section-primary .timeline-item:hover .content-card {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Card Wave Decoration */
.career-section-primary .card-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: var(--primary-50);
  opacity: 0.4;
  border-radius: 0 0 24px 24px;
}

.career-section-primary .card-wave::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 40px;
  background: inherit;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

/* Career Content */
.career-section-primary .career-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.career-section-primary .career-role {
  font-size: 0.9375rem;
  color: var(--primary-500);
  font-weight: 500;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.career-section-primary .career-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Organic Background Shapes */
.career-section-primary .organic-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
}

.career-section-primary .shape-1 {
  width: 450px;
  height: 450px;
  background: var(--primary-500);
  top: 10%;
  right: -100px;
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
}

.career-section-primary .shape-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-300);
  bottom: 15%;
  left: -80px;
  border-radius: 38% 62% 45% 55% / 48% 62% 38% 52%;
}

.career-section-primary .shape-3 {
  width: 280px;
  height: 280px;
  background: var(--primary-700);
  top: 50%;
  left: 5%;
  border-radius: 52% 48% 61% 39% / 44% 56% 44% 56%;
}

/* Responsive */
@media (max-width: 991px) {
  .career-section-primary {
    padding: 70px 0;
  }

  .career-section-primary .section-title {
    font-size: 2.25rem;
  }

  .career-section-primary .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .career-section-primary {
    padding: 50px 0;
  }

  .career-section-primary .section-title {
    font-size: 2rem;
  }

  .career-section-primary .section-subtitle {
    font-size: 1.125rem;
  }

  .career-section-primary .timeline-item {
    padding-left: 60px;
  }

  .career-section-primary .timeline-marker {
    width: 50px;
    height: 50px;
  }

  .career-section-primary .timeline-marker i {
    font-size: 20px;
  }

  .career-section-primary .timeline-connector {
    left: 24px;
  }

  .career-section-primary .content-card {
    padding: 24px;
  }

  .career-section-primary .timeline-item:hover .content-card {
    transform: translateX(0);
  }
}


.coreinfo-section.v-069 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.coreinfo-section.v-069 .section-subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.coreinfo-section.v-069 .section-title {
  font-size: 2.875rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.coreinfo-section.v-069 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.75;
  max-width: 900px;
  margin: 0 auto;
}

.coreinfo-section.v-069 .title-underline {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500),
    var(--primary-700),
    var(--primary-500)
  );
  margin: 2rem auto 0;
  border-radius: 2px;
}

/* Alternating Blocks Container */
.coreinfo-section.v-069 .alternating-blocks {
  max-width: 1200px;
  margin: 0 auto;
}

.coreinfo-section.v-069 .info-row {
  margin-bottom: 5rem;
  position: relative;
}

.coreinfo-section.v-069 .info-row:last-child {
  margin-bottom: 0;
}

/* Image Placeholders */
.coreinfo-section.v-069 .image-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 40px color-mix(in srgb, var(--neutral-500) 12%, transparent);
}

.coreinfo-section.v-069 .info-row:hover .image-placeholder {
  transform: scale(1.03);
}

.coreinfo-section.v-069 .image-placeholder i {
  font-size: 5rem;
  color: white;
  z-index: 2;
  position: relative;
  transition: transform 0.5s ease;
}

.coreinfo-section.v-069 .info-row:hover .image-placeholder i {
  transform: scale(1.15) rotate(5deg);
}

/* Different gradient backgrounds for each placeholder */
.coreinfo-section.v-069 .placeholder-1 {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-700) 80%, var(--primary-500) 20%)
  );
}

.coreinfo-section.v-069 .placeholder-2 {
  background: linear-gradient(135deg, 
    var(--primary-700), 
    var(--primary-500)
  );
}

.coreinfo-section.v-069 .placeholder-3 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 90%, var(--primary-300) 10%), 
    var(--primary-700)
  );
}

.coreinfo-section.v-069 .placeholder-4 {
  background: linear-gradient(135deg, 
    var(--primary-700), 
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%)
  );
}

.coreinfo-section.v-069 .placeholder-5 {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    var(--primary-700)
  );
}

.coreinfo-section.v-069 .placeholder-6 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-700) 90%, var(--primary-500) 10%), 
    var(--primary-500)
  );
}

/* Content Block */
.coreinfo-section.v-069 .content-block {
  position: relative;
  padding-left: 2rem;
}

.coreinfo-section.v-069 .info-row.reverse .content-block {
  padding-left: 0;
  padding-right: 2rem;
}

.coreinfo-section.v-069 .block-number {
  font-size: 4rem;
  font-weight: 800;
  color: color-mix(in srgb, var(--primary-500) 15%, transparent);
  line-height: 1;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, sans-serif;
}

.coreinfo-section.v-069 .block-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1.25rem;
  line-height: 1.3;
}

.coreinfo-section.v-069 .block-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.coreinfo-section.v-069 .accent-bar {
  width: 60px;
  height: 4px;
  background: var(--primary-500);
  border-radius: 2px;
  transition: width 0.4s ease;
}

.coreinfo-section.v-069 .info-row:hover .accent-bar {
  width: 100px;
}

/* Background Patterns */
.coreinfo-section.v-069 .bg-pattern {
  position: absolute;
  width: 500px;
  height: 500px;
  opacity: 0.02;
  z-index: 0;
  pointer-events: none;
}

.coreinfo-section.v-069 .bg-pattern.pattern-left {
  top: 20%;
  left: -200px;
  background: radial-gradient(circle, var(--primary-500), transparent 60%);
  border-radius: 50%;
}

.coreinfo-section.v-069 .bg-pattern.pattern-right {
  bottom: 20%;
  right: -200px;
  background: radial-gradient(circle, var(--primary-700), transparent 60%);
  border-radius: 50%;
}

/* Responsive Design - Tablet */
@media (max-width: 991.98px) {
  .coreinfo-section.v-069 {
    padding: 80px 0;
  }

  .coreinfo-section.v-069 .section-title {
    font-size: 2.25rem;
  }

  .coreinfo-section.v-069 .info-row {
    margin-bottom: 4rem;
  }

  .coreinfo-section.v-069 .block-title {
    font-size: 1.5rem;
  }

  .coreinfo-section.v-069 .content-block {
    padding-left: 1rem;
  }

  .coreinfo-section.v-069 .info-row.reverse .content-block {
    padding-right: 1rem;
  }

  .coreinfo-section.v-069 .image-placeholder i {
    font-size: 4rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767.98px) {
  .coreinfo-section.v-069 {
    padding: 60px 0;
  }

  .coreinfo-section.v-069 .section-title {
    font-size: 1.875rem;
  }

  .coreinfo-section.v-069 .section-description {
    font-size: 1rem;
  }

  .coreinfo-section.v-069 .info-row {
    margin-bottom: 3rem;
  }

  /* Stack content vertically */
  .coreinfo-section.v-069 .info-row .row,
  .coreinfo-section.v-069 .info-row.reverse .row {
    flex-direction: column;
  }

  .coreinfo-section.v-069 .content-block {
    padding-left: 0;
    margin-top: 2rem;
  }

  .coreinfo-section.v-069 .info-row.reverse .content-block {
    padding-right: 0;
    margin-top: 2rem;
  }

  .coreinfo-section.v-069 .block-number {
    font-size: 3rem;
  }

  .coreinfo-section.v-069 .block-title {
    font-size: 1.375rem;
  }

  .coreinfo-section.v-069 .image-placeholder i {
    font-size: 3.5rem;
  }

  .coreinfo-section.v-069 .bg-pattern {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .coreinfo-section.v-069 .info-row {
    margin-bottom: 2.5rem;
  }

  .coreinfo-section.v-069 .image-placeholder {
    aspect-ratio: 1 / 1;
  }

  .coreinfo-section.v-069 .image-placeholder i {
    font-size: 3rem;
  }

  .coreinfo-section.v-069 .block-number {
    font-size: 2.5rem;
  }
}


.contact-section-custom {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%);
  overflow: hidden;
}

.contact-section-custom .section-header {
  position: relative;
  z-index: 2;
}

.contact-section-custom #contact-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.contact-section-custom #contact-subtitle {
  color: var(--primary-500);
  font-weight: 500;
}

.contact-section-custom #contact-desc {
  color: var(--text-secondary);
  font-size: 1.125rem;
  line-height: 1.7;
}

/* Contact Form Card */
.contact-section-custom .contact-form-card {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-section-custom .contact-form-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.contact-section-custom .decorative-corner {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid var(--primary-300);
}

.contact-section-custom .decorative-corner.top-left {
  top: -3px;
  left: -3px;
  border-right: none;
  border-bottom: none;
  border-radius: 20px 0 0 0;
}

.contact-section-custom .decorative-corner.bottom-right {
  bottom: -3px;
  right: -3px;
  border-left: none;
  border-top: none;
  border-radius: 0 0 20px 0;
}

/* Form Elements */
.contact-section-custom .form-control {
  border: 2px solid color-mix(in srgb, var(--neutral-300) 60%, transparent 40%);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-section-custom .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--primary-300) 25%, transparent 75%);
  background-color: color-mix(in srgb, var(--primary-50) 30%, white 70%);
}

.contact-section-custom .form-floating > label {
  color: var(--text-secondary);
  font-weight: 500;
}

.contact-section-custom .message-input {
  min-height: 150px;
  resize: vertical;
}

.contact-section-custom .form-check-input {
  width: 1.25em;
  height: 1.25em;
  border: 2px solid var(--neutral-300);
  border-radius: 6px;
}

.contact-section-custom .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-custom .form-check-label {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-left: 0.5rem;
}

/* Submit Button - CRITICAL: Protected styles with !important */
.contact-section-custom .btn-submit {
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 1rem 2.5rem !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-section-custom .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.contact-section-custom .btn-submit:active {
  transform: translateY(0);
}

.contact-section-custom .btn-submit i {
  transition: transform 0.3s ease;
}

.contact-section-custom .btn-submit:hover i {
  transform: translateX(5px);
}

/* Contact Info Cards */
.contact-section-custom .contact-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-section-custom .info-card {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.contact-section-custom .info-card:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.contact-section-custom .icon-wrapper {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: white;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.contact-section-custom .info-content {
  flex: 1;
}

.contact-section-custom .info-title {
  color: var(--text-primary);
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.contact-section-custom .info-subtitle {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin: 0;
}

/* Social Icons Decoration */
.contact-section-custom .social-icons-decoration {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
}

.contact-section-custom .social-icon-item {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
  cursor: pointer;
}

.contact-section-custom .social-icon-item:hover {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: white;
  transform: translateY(-4px);
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

/* Decorative Background Elements */
.contact-section-custom .decorative-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.contact-section-custom .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: -100px;
  left: -100px;
}

.contact-section-custom .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  bottom: -80px;
  right: -80px;
}

.contact-section-custom .decorative-circle {
  position: absolute;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

.contact-section-custom .circle-1 {
  width: 250px;
  height: 250px;
  top: 15%;
  right: 10%;
}

.contact-section-custom .circle-2 {
  width: 180px;
  height: 180px;
  bottom: 20%;
  left: 5%;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .contact-section-custom {
    padding: 70px 0;
  }

  .contact-section-custom .contact-form-card {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .contact-section-custom #contact-title {
    font-size: 2rem;
  }

  .contact-section-custom .decorative-corner {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767.98px) {
  .contact-section-custom {
    padding: 50px 0;
  }

  .contact-section-custom .contact-form-card {
    padding: 1.5rem;
  }

  .contact-section-custom #contact-title {
    font-size: 1.75rem;
  }

  .contact-section-custom #contact-desc {
    font-size: 1rem;
  }

  .contact-section-custom .info-card {
    padding: 1.5rem;
  }

  .contact-section-custom .icon-wrapper {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .contact-section-custom .social-icon-item {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
  }

  .contact-section-custom .btn-submit {
    padding: 0.875rem 2rem !important;
    font-size: 1rem !important;
  }
}

@media (max-width: 575.98px) {
  .contact-section-custom .decorative-corner {
    display: none;
  }

  .contact-section-custom .info-title {
    font-size: 1rem;
  }

  .contact-section-custom .blob-1,
  .contact-section-custom .blob-2 {
    width: 250px;
    height: 250px;
  }
}

.blog-section-classic {
  padding: 100px 0;
  background: var(--light);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.blog-section-classic .section-header {
  max-width: 750px;
  margin: 0 auto 70px;
}

.blog-section-classic .section-subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-section-classic .section-title {
  font-size: 3rem;
  font-weight: 300;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.blog-section-classic .section-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.8;
  font-weight: 300;
}

/* Blog Cards */
.blog-section-classic .blog-card {
  background: var(--surface-primary);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-section-classic .blog-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary-500);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* Blog Image */
.blog-section-classic .blog-image-wrapper {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: var(--neutral-100);
}

.blog-section-classic .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-section-classic .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-section-classic .blog-card:hover .blog-image {
  transform: scale(1.05);
}

.blog-section-classic .blog-card:hover .image-overlay {
  opacity: 1;
}

/* Blog Content */
.blog-section-classic .blog-content {
  padding: 35px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-section-classic .content-top {
  margin-bottom: 1.5rem;
}

.blog-section-classic .blog-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-section-classic .blog-card:hover .blog-title {
  color: var(--primary-500);
}

.blog-section-classic .blog-excerpt {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  font-weight: 300;
}

/* Blog Meta & Link */
.blog-section-classic .content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
}

.blog-section-classic .blog-meta {
  display: flex;
  gap: 16px;
}

.blog-section-classic .blog-meta i {
  color: var(--neutral-500);
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.blog-section-classic .blog-card:hover .blog-meta i {
  color: var(--primary-500);
}

.blog-section-classic .blog-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--neutral-300);
  border-radius: 50%;
  color: var(--text-primary);
  text-decoration: none;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

.blog-section-classic .blog-link:hover {
  background: var(--primary-500);
  border-color: var(--primary-500);
  color: var(--light);
  transform: rotate(45deg);
}

/* Decorative Elements */
.blog-section-classic .decorative-line {
  position: absolute;
  background: var(--primary-300);
  opacity: 0.15;
  pointer-events: none;
}

.blog-section-classic .line-1 {
  width: 2px;
  height: 200px;
  top: 100px;
  left: 10%;
}

.blog-section-classic .line-2 {
  width: 150px;
  height: 2px;
  bottom: 150px;
  right: 8%;
}

.blog-section-classic .decorative-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
}

.blog-section-classic .dot-1 {
  top: 80px;
  right: 15%;
}

.blog-section-classic .dot-2 {
  bottom: 120px;
  left: 12%;
}

.blog-section-classic .dot-3 {
  top: 50%;
  right: 5%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .blog-section-classic {
    padding: 80px 0;
  }

  .blog-section-classic .section-title {
    font-size: 2.5rem;
  }

  .blog-section-classic .blog-image-wrapper {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .blog-section-classic {
    padding: 60px 0;
  }

  .blog-section-classic .section-title {
    font-size: 2rem;
  }

  .blog-section-classic .section-description {
    font-size: 1rem;
  }

  .blog-section-classic .blog-title {
    font-size: 1.25rem;
  }

  .blog-section-classic .blog-content {
    padding: 30px 25px;
  }
}


.faq-section-clean {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.faq-section-clean .section-header {
  position: relative;
  z-index: 2;
}

.faq-section-clean .badge-container {
  display: inline-block;
}

.faq-section-clean .section-badge {
  display: inline-block;
  padding: 0.4rem 1.25rem;
  background: var(--primary-500);
  color: var(--light);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
}

.faq-section-clean #faq-title {
  color: var(--text-primary);
  font-weight: 700;
}

.faq-section-clean #faq-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.faq-section-clean #faq-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Alternating Container */
.faq-section-clean .faq-alternating-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 2;
}

/* Alternating Items */
.faq-section-clean .faq-alternating-item {
  width: 100%;
}

.faq-section-clean .faq-alternating-item.align-right {
  align-self: flex-end;
}

.faq-section-clean .faq-alternating-item.align-left {
  align-self: flex-start;
}

/* Card */
.faq-section-clean .faq-alternating-item .card {
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  background: var(--light);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.faq-section-clean .faq-alternating-item:hover .card {
  border-color: var(--primary-300);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

.faq-section-clean .content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
}

/* Icon Section */
.faq-section-clean .icon-section {
  flex-shrink: 0;
}

.faq-section-clean .faq-icon-circle {
  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;
  transition: transform 0.4s ease;
}

.faq-section-clean .faq-alternating-item:hover .faq-icon-circle {
  transform: rotate(360deg) scale(1.1);
}

.faq-section-clean .faq-icon-circle i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Text Section */
.faq-section-clean .text-section {
  flex: 1;
}

.faq-section-clean .card-header {
  background: transparent;
  border: none;
  padding: 0 0 0.75rem 0;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid var(--neutral-100);
}

.faq-section-clean .card-header h4 {
  color: var(--text-primary);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.faq-section-clean .card-body {
  padding: 0;
  background: transparent;
}

.faq-section-clean .card-body p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
  margin: 0;
}

/* Floating Elements */
.faq-section-clean .floating-element {
  position: absolute;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
  animation: float 6s ease-in-out infinite;
}

.faq-section-clean .floating-element i {
  color: var(--primary-500);
}

.faq-section-clean .floating-element-1 {
  top: 15%;
  left: 8%;
  font-size: 3rem;
  animation-delay: 0s;
}

.faq-section-clean .floating-element-2 {
  top: 50%;
  right: 10%;
  font-size: 2.5rem;
  animation-delay: 2s;
}

.faq-section-clean .floating-element-3 {
  bottom: 20%;
  left: 12%;
  font-size: 2rem;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .faq-section-clean #faq-title {
    font-size: 2rem;
  }

  .faq-section-clean .content-wrapper {
    padding: 1.75rem;
  }

  .faq-section-clean .faq-alternating-item.align-right,
  .faq-section-clean .faq-alternating-item.align-left {
    align-self: stretch;
  }
}

@media (max-width: 767.98px) {
  .faq-section-clean .content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
  }

  .faq-section-clean .card-header {
    text-align: center;
  }

  .faq-section-clean .card-body {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .faq-section-clean #faq-title {
    font-size: 1.75rem;
  }

  .faq-section-clean .faq-icon-circle {
    width: 50px;
    height: 50px;
  }

  .faq-section-clean .faq-icon-circle i {
    font-size: 1.25rem;
  }

  .faq-section-clean .content-wrapper {
    padding: 1.25rem;
  }

  .faq-section-clean .faq-alternating-container {
    gap: 1.5rem;
  }
}


/* Gallery section */

.gallery-section-classic {
  background: var(--background-primary);
  position: relative;
  overflow: hidden;
  perspective: 1500px;
}

/* Depth Lines */
.gallery-section-classic .depth-line {
  position: absolute;
  height: 2px;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--primary-300) 50%,
    transparent 100%
  );
  opacity: 0.1;
  z-index: 0;
}

.gallery-section-classic .line-1 {
  top: 20%;
}

.gallery-section-classic .line-2 {
  top: 50%;
}

.gallery-section-classic .line-3 {
  top: 80%;
}

/* Cascade Gallery Container */
.gallery-section-classic .cascade-gallery {
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  padding: 3rem 0;
}

/* Cascade Layers */
.gallery-section-classic .cascade-layer {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
  transform-style: preserve-3d;
}

/* 3D Depth Positioning */
.gallery-section-classic .layer-front {
  transform: translateZ(80px) scale(1.08);
}

.gallery-section-classic .layer-middle {
  transform: translateZ(0px) scale(1);
}

.gallery-section-classic .layer-back {
  transform: translateZ(-80px) scale(0.92);
}

/* Cascade Items */
.gallery-section-classic .cascade-item {
  flex: 0 0 auto;
  width: 280px;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery-section-classic .cascade-item:hover {
  transform: translateZ(120px) scale(1.15);
  z-index: 100;
}

/* Item Box */
.gallery-section-classic .item-box {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--background-primary);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transform-style: preserve-3d;
  transition: all 0.5s ease;
}

.gallery-section-classic .cascade-item:hover .item-box {
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

/* Cascade Images */
.gallery-section-classic .cascade-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.gallery-section-classic .cascade-item:hover .cascade-image {
  transform: scale(1.15);
  filter: brightness(0.9);
}

/* Item Shadow (3D depth effect) */
.gallery-section-classic .item-shadow {
  position: absolute;
  bottom: -30px;
  left: 10%;
  width: 80%;
  height: 30px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.3) 0%,
    transparent 70%
  );
  transform: translateZ(-20px);
  opacity: 0.6;
  filter: blur(10px);
  transition: all 0.5s ease;
}

.gallery-section-classic .cascade-item:hover .item-shadow {
  opacity: 0.8;
  transform: translateZ(-40px) scale(1.2);
}

/* Item Overlay */
.gallery-section-classic .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(var(--primary-rgb), 0.88),
    rgba(var(--secondary-rgb), 0.82)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  transform: translateZ(10px);
}

.gallery-section-classic .cascade-item:hover .item-overlay {
  opacity: 1;
}

.gallery-section-classic .item-overlay i {
  font-size: 4rem;
  color: #ffffff;
  transform: rotateY(-90deg) scale(0);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.gallery-section-classic .cascade-item:hover .item-overlay i {
  transform: rotateY(0deg) scale(1);
}

/* Depth Icon */
.gallery-section-classic .depth-icon {
  position: absolute;
  bottom: 5%;
  right: 5%;
  opacity: 0.08;
  z-index: 0;
}

.gallery-section-classic .depth-icon i {
  font-size: 12rem;
  color: var(--primary-500);
  animation: depth-rotate 20s linear infinite;
}

@keyframes depth-rotate {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(360deg); }
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .gallery-section-classic .cascade-item {
    width: 260px;
  }
  
  .gallery-section-classic .item-box {
    height: 300px;
  }
  
  .gallery-section-classic .layer-front {
    transform: translateZ(60px) scale(1.06);
  }
  
  .gallery-section-classic .layer-back {
    transform: translateZ(-60px) scale(0.94);
  }
}

@media (max-width: 992px) {
  .gallery-section-classic {
    perspective: 1000px;
  }
  
  .gallery-section-classic .cascade-layer {
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .gallery-section-classic .cascade-item {
    width: 240px;
  }
  
  .gallery-section-classic .item-box {
    height: 280px;
  }
  
  .gallery-section-classic .layer-front,
  .gallery-section-classic .layer-middle,
  .gallery-section-classic .layer-back {
    transform: translateZ(0) scale(1);
  }
  
  .gallery-section-classic .cascade-item:hover {
    transform: translateZ(40px) scale(1.08);
  }
}

@media (max-width: 768px) {
  .gallery-section-classic {
    perspective: none;
  }
  
  .gallery-section-classic .cascade-layer {
    gap: 1.25rem;
    margin-bottom: 1.5rem;
  }
  
  .gallery-section-classic .cascade-item {
    width: 220px;
  }
  
  .gallery-section-classic .item-box {
    height: 260px;
  }
  
  .gallery-section-classic .cascade-item:hover {
    transform: scale(1.05);
  }
  
  .gallery-section-classic .item-shadow {
    display: none;
  }
  
  .gallery-section-classic .item-overlay i {
    font-size: 3rem;
    transform: scale(0);
  }
  
  .gallery-section-classic .cascade-item:hover .item-overlay i {
    transform: scale(1);
  }
}

@media (max-width: 576px) {
  .gallery-section-classic .cascade-layer {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  
  .gallery-section-classic .cascade-item {
    width: 100%;
    max-width: 350px;
  }
  
  .gallery-section-classic .item-box {
    height: 300px;
  }
  
  .gallery-section-classic .depth-icon {
    display: none;
  }
}


/* =================================================================
   Footer v-134 - Professional Blue Theme with Background Image
   ================================================================= */

.footer-pro {
  position: relative;
  padding: 100px 0 40px;
  overflow: hidden;
  background-image: url('FIW_assets/FIW_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* Background Overlay with Gradient */
.footer-pro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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%
  );
  z-index: 1;
}

.footer-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 30% 50%,
    color-mix(in srgb, var(--primary-500) 8%, transparent) 0%,
    transparent 70%
  );
  z-index: 2;
}

.footer-pro .container {
  z-index: 3;
}

/* Footer Brand Section */
.footer-brand-section {
  padding-right: 20px;
}

.footer-brand-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.footer-brand-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Decorative Dots */
.footer-decorative-dots {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.footer-decorative-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.footer-decorative-dots .dot:nth-child(1) {
  animation: pulse-dot 2s infinite;
}

.footer-decorative-dots .dot:nth-child(2) {
  animation: pulse-dot 2s infinite 0.3s;
}

.footer-decorative-dots .dot:nth-child(3) {
  animation: pulse-dot 2s infinite 0.6s;
}

@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

/* Footer Links Section */
.footer-links-section {
  position: relative;
}

.footer-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.footer-section-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 14px;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
}

.footer-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
  transform: translateX(5px);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.footer-link:hover::before {
  width: 100%;
}

.footer-link-icon {
  font-size: 1rem;
  opacity: 0.8;
}

/* Shape Accent */
.footer-shape-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
    transparent 70%
  );
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
}

/* Contact Section */
.footer-contact-section {
  position: relative;
}

.footer-contact-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  background: color-mix(in srgb, var(--primary-700) 15%, transparent);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.footer-contact-item:hover {
  background: color-mix(in srgb, var(--primary-700) 25%, transparent);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.contact-icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--primary-500) 30%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-icon-wrapper i {
  font-size: 1.2rem;
  color: #ffffff;
}

.contact-content {
  flex: 1;
  padding-top: 8px;
}

.contact-text {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
  line-height: 1.6;
  display: block;
}

/* Decorative Icons */
.footer-decorative-icons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.footer-decorative-icons i {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
  animation: float-icon 3s ease-in-out infinite;
}

.footer-decorative-icons i:nth-child(1) {
  animation-delay: 0s;
}

.footer-decorative-icons i:nth-child(2) {
  animation-delay: 0.5s;
}

.footer-decorative-icons i:nth-child(3) {
  animation-delay: 1s;
}

.footer-decorative-icons i:nth-child(4) {
  animation-delay: 1.5s;
}

@keyframes float-icon {
  0%, 100% {
    transform: translateY(0px);
    opacity: 0.3;
  }
  50% {
    transform: translateY(-10px);
    opacity: 0.6;
  }
}

/* Footer Bottom Section */
.footer-bottom {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.footer-disclaimer {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.footer-copyright {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-weight: 500;
}

.footer-decorative-line {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 100%
  );
  border-radius: 2px;
}

/* Decorative Shapes */
.footer-shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent) 0%,
    transparent 70%
  );
  filter: blur(40px);
  pointer-events: none;
  z-index: 2;
}

.footer-shape-circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -100px;
  animation: float-shape 20s ease-in-out infinite;
}

.footer-shape-circle-2 {
  width: 250px;
  height: 250px;
  bottom: 15%;
  right: -80px;
  animation: float-shape 25s ease-in-out infinite reverse;
}

.footer-blob {
  position: absolute;
  border-radius: 50% 40% 60% 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 15%, transparent) 0%,
    transparent 70%
  );
  filter: blur(50px);
  pointer-events: none;
  z-index: 2;
}

.footer-blob-1 {
  width: 400px;
  height: 400px;
  top: 30%;
  right: 5%;
  animation: blob-morph 30s ease-in-out infinite;
}

.footer-blob-2 {
  width: 350px;
  height: 350px;
  bottom: 20%;
  left: 10%;
  animation: blob-morph 35s ease-in-out infinite reverse;
}

@keyframes float-shape {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

@keyframes blob-morph {
  0%, 100% {
    border-radius: 50% 40% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 40% 60% 50% 40%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 60% 50% 40% 60%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 50% 40% 60% 40%;
    transform: rotate(270deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .footer-pro {
    padding: 80px 0 30px;
  }

  .footer-brand-title {
    font-size: 1.5rem;
  }

  .footer-brand-section {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .footer-section-title {
    font-size: 1.15rem;
  }

  .footer-bottom {
    margin-top: 60px;
    padding-top: 30px;
  }

  .footer-copyright {
    text-align: center;
    margin-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .footer-pro {
    padding: 60px 0 25px;
    background-attachment: scroll;
  }

  .footer-brand-title {
    font-size: 1.35rem;
  }

  .footer-section-title {
    font-size: 1.1rem;
  }

  .footer-contact-grid {
    gap: 15px;
  }

  .footer-contact-item {
    padding: 12px;
  }

  .contact-icon-wrapper {
    width: 36px;
    height: 36px;
  }

  .contact-icon-wrapper i {
    font-size: 1.1rem;
  }

  .footer-decorative-icons {
    gap: 12px;
  }

  .footer-decorative-icons i {
    font-size: 1.5rem;
  }

  .footer-bottom {
    margin-top: 50px;
    padding-top: 25px;
  }

  .footer-disclaimer {
    font-size: 0.8rem;
    margin-bottom: 15px;
  }

  .footer-copyright {
    font-size: 0.85rem;
  }

  .footer-shape-circle-1,
  .footer-shape-circle-2,
  .footer-blob-1,
  .footer-blob-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .footer-pro {
    padding: 50px 0 20px;
  }

  .footer-brand-title {
    font-size: 1.25rem;
  }

  .footer-brand-description {
    font-size: 0.9rem;
  }

  .footer-section-title {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .footer-link {
    font-size: 0.9rem;
  }

  .footer-contact-item {
    padding: 10px;
    border-radius: 10px;
  }

  .contact-text {
    font-size: 0.9rem;
  }

  .footer-decorative-icons i {
    font-size: 1.3rem;
  }

  .footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
  }

  .footer-decorative-line {
    width: 150px;
  }
}

/* High Contrast Support */
@media (prefers-contrast: high) {
  .footer-link,
  .contact-text,
  .footer-disclaimer,
  .footer-copyright {
    color: #ffffff;
  }

  .footer-contact-item {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.4);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .footer-pro * {
    animation: none !important;
    transition: none !important;
  }
}

/* Print Styles */
@media print {
  .footer-pro {
    background: none !important;
    padding: 20px 0;
  }

  .footer-pro::before,
  .footer-background-overlay,
  .footer-shape-circle,
  .footer-blob,
  .footer-decorative-dots,
  .footer-decorative-icons,
  .footer-shape-accent {
    display: none !important;
  }

  .footer-brand-title,
  .footer-section-title,
  .footer-link,
  .contact-text,
  .footer-disclaimer,
  .footer-copyright {
    color: #000000 !important;
    text-shadow: none !important;
  }
}

.additional-universal-classic {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-classic #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-classic #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-classic #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Timeline Container */
.additional-universal-classic .timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}

/* Timeline Item */
.additional-universal-classic .timeline-item {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  align-items: flex-start;
}

.additional-universal-classic .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.additional-universal-classic .timeline-item:last-child {
  margin-bottom: 0;
}

.additional-universal-classic .timeline-item:last-child .timeline-connector {
  display: none;
}

/* Timeline Marker */
.additional-universal-classic .timeline-marker {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.additional-universal-classic .marker-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-500) 15%, var(--surface-secondary));
  border: 3px solid var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.4s ease;
  z-index: 2;
}

.additional-universal-classic .timeline-item:hover .marker-icon {
  transform: scale(1.15) rotate(10deg);
  background: var(--primary-500);
  color: white;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.additional-universal-classic .marker-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-500);
  opacity: 0.6;
}

/* Timeline Connector */
.additional-universal-classic .timeline-connector {
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  width: 3px;
  height: calc(100% + 3rem);
  background: linear-gradient(
    to bottom,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 30%, transparent)
  );
  z-index: 1;
}

.additional-universal-classic .timeline-item:nth-child(even) .timeline-connector {
  left: 50%;
}

/* Timeline Content */
.additional-universal-classic .timeline-content {
  position: relative;
  flex: 1;
  padding: 2rem;
  border-radius: 20px;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
  transition: all 0.3s ease;
  overflow: hidden;
}

.additional-universal-classic .timeline-item:hover .timeline-content {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: var(--primary-500);
}

.additional-universal-classic .timeline-content h3 {
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.additional-universal-classic .timeline-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
  margin-bottom: 0;
}

/* Content Decoration */
.additional-universal-classic .content-decoration {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 4rem;
  color: var(--primary-500);
  opacity: 0.05;
  pointer-events: none;
}

/* Background Blobs */
.additional-universal-classic .bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
}

.additional-universal-classic .blob-1 {
  top: 10%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  animation: blob-float-v081 15s ease-in-out infinite;
}

.additional-universal-classic .blob-2 {
  top: 50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  animation: blob-float-v081 20s ease-in-out infinite reverse;
}

.additional-universal-classic .blob-3 {
  bottom: 10%;
  left: 20%;
  width: 350px;
  height: 350px;
  background: var(--primary-300);
  animation: blob-float-v081 18s ease-in-out infinite;
}

/* Animations */
@keyframes blob-float-v081 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-classic .timeline-item,
  .additional-universal-classic .timeline-item:nth-child(even) {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .additional-universal-classic .timeline-connector {
    left: 50%;
    transform: translateX(-50%);
  }

  .additional-universal-classic .marker-icon {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }

  .additional-universal-classic .timeline-content {
    padding: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-classic #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-classic .marker-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .additional-universal-classic .marker-number {
    font-size: 1.25rem;
  }

  .additional-universal-classic .timeline-content {
    padding: 1.25rem;
  }
}


/* Universal section */

.additional-universal-modern {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-modern .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-modern .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-modern .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Masonry Grid */
.additional-universal-modern .masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  grid-auto-rows: 250px;
  position: relative;
  z-index: 2;
}

/* Grid Items */
.additional-universal-modern .grid-item {
  position: relative;
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.additional-universal-modern .grid-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Grid Item Sizes */
.additional-universal-modern .item-large {
  grid-column: span 2;
  grid-row: span 2;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 3px solid var(--primary-200);
}

.additional-universal-modern .item-medium {
  grid-row: span 2;
}

.additional-universal-modern .item-standard {
  grid-row: span 2;
}

/* Item Overlay */
.additional-universal-modern .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-200) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-modern .item-large:hover .item-overlay {
  opacity: 0.2;
}

/* Item Icon */
.additional-universal-modern .item-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.additional-universal-modern .item-icon i {
  font-size: 2rem;
  color: var(--neutral-0);
}

.additional-universal-modern .grid-item:hover .item-icon {
  transform: scale(1.1) rotate(10deg);
}

/* Item Content */
.additional-universal-modern .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.additional-universal-modern .item-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-modern .item-large .item-title {
  font-size: 1.75rem;
}

.additional-universal-modern .item-description {
  font-size: 0.95rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.additional-universal-modern .item-large .item-description {
  font-size: 1rem;
}

/* Corner Accents */
.additional-universal-modern .corner-accent {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0.15;
  pointer-events: none;
}

.additional-universal-modern .corner-accent.top-left {
  top: 15px;
  left: 15px;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
}

.additional-universal-modern .corner-accent.bottom-right {
  bottom: 15px;
  right: 15px;
  border-bottom: 4px solid var(--accent-500);
  border-right: 4px solid var(--accent-500);
}

/* Shine Effect */
.additional-universal-modern .shine-effect {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}

.additional-universal-modern .grid-item:hover .shine-effect {
  left: 100%;
}

/* Background Gradients */
.additional-universal-modern .bg-gradient {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  filter: blur(80px);
}

.additional-universal-modern .grad-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-400);
  top: 10%;
  left: -150px;
}

.additional-universal-modern .grad-2 {
  width: 450px;
  height: 450px;
  background: var(--accent-400);
  bottom: 15%;
  right: -130px;
}

/* Floating Shapes */
.additional-universal-modern .floating-shape {
  position: absolute;
  opacity: 0.04;
  pointer-events: none;
}

.additional-universal-modern .shape-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  border-radius: 30% 70% 70% 30% / 40% 60% 40% 60%;
  top: 25%;
  right: 10%;
  filter: blur(40px);
}

.additional-universal-modern .shape-2 {
  width: 180px;
  height: 180px;
  background: var(--accent-300);
  border-radius: 60% 40% 40% 60% / 50% 50% 50% 50%;
  bottom: 20%;
  left: 12%;
  filter: blur(35px);
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-modern {
    padding: 4rem 0;
  }

  .additional-universal-modern .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
    grid-auto-rows: 280px;
  }

  .additional-universal-modern .item-large {
    grid-column: span 2;
  }

  .additional-universal-modern .item-medium {
    grid-column: span 1;
  }

  .additional-universal-modern .grid-item {
    padding: 1.75rem;
  }

  .additional-universal-modern .item-icon {
    width: 65px;
    height: 65px;
  }

  .additional-universal-modern .item-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-modern .item-title {
    font-size: 1.25rem;
  }

  .additional-universal-modern .item-large .item-title {
    font-size: 1.5rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-modern {
    padding: 3rem 0;
  }

  .additional-universal-modern .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-modern .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-modern .section-description {
    font-size: 1rem;
  }

  .additional-universal-modern .masonry-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    grid-auto-rows: auto;
  }

  .additional-universal-modern .item-large,
  .additional-universal-modern .item-medium,
  .additional-universal-modern .item-standard {
    grid-column: span 1;
    grid-row: span 1;
  }

  .additional-universal-modern .grid-item {
    padding: 1.5rem;
  }

  .additional-universal-modern .item-icon {
    width: 60px;
    height: 60px;
  }

  .additional-universal-modern .item-icon i {
    font-size: 1.5rem;
  }

  .additional-universal-modern .item-title {
    font-size: 1.2rem;
  }

  .additional-universal-modern .item-large .item-title {
    font-size: 1.35rem;
  }

  .additional-universal-modern .item-description {
    font-size: 0.9rem;
  }

  .additional-universal-modern .bg-gradient,
  .additional-universal-modern .floating-shape {
    display: none;
  }
}


/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.decorative-dot-pattern {
  width: 60px;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
  border-radius: 3px;
  margin: 0 auto 1.5rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
}

/* Info Cards */
.info-card {
  position: relative;
  background: var(--light);
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.info-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Featured Cards */
.info-card-featured {
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  border: 2px solid var(--primary-300);
}

.info-card-featured .card-title {
  color: var(--primary-700);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.1;
}

.card-decorative-shape {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: var(--primary-50);
  border-radius: 50%;
  opacity: 0.5;
  transition: transform 0.5s ease;
}

.info-card:hover .card-decorative-shape {
  transform: scale(1.3);
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
}

.blob-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -50px;
  right: -50px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .info-card {
    padding: 1.5rem;
  }

  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .blob-1,
  .blob-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .info-card {
    padding: 1.25rem;
  }
}


/* Universal section */
/* Overlapping cards layout with animated particles */

.add_wrap_minimal {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
  overflow: hidden;
}

/* Animated particles */
.add_wrap_minimal .particle_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.add_wrap_minimal .particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-300, #c4b5fd);
  border-radius: 50%;
  opacity: 0.4;
  animation: float-particle 15s ease-in-out infinite;
}

.add_wrap_minimal .p1 {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.add_wrap_minimal .p2 {
  top: 60%;
  right: 15%;
  animation-delay: 3s;
}

.add_wrap_minimal .p3 {
  bottom: 20%;
  left: 20%;
  animation-delay: 6s;
}

.add_wrap_minimal .p4 {
  top: 30%;
  right: 25%;
  animation-delay: 9s;
}

@keyframes float-particle {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(30px, -40px);
  }
  50% {
    transform: translate(-20px, -80px);
  }
  75% {
    transform: translate(20px, -40px);
  }
}

.add_wrap_minimal .container {
  position: relative;
  z-index: 1;
}

/* Header with frame */
.add_wrap_minimal .add_header_frame {
  position: relative;
  padding: var(--space-10, 2.5rem);
  margin-bottom: var(--space-12, 3rem);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-lg, 12px);
}

.add_wrap_minimal .frame_corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: var(--primary-500, #7c3aed);
}

.add_wrap_minimal .corner_tl {
  top: 0;
  left: 0;
  border-width: 3px 0 0 3px;
  border-radius: 12px 0 0 0;
}

.add_wrap_minimal .corner_tr {
  top: 0;
  right: 0;
  border-width: 3px 3px 0 0;
  border-radius: 0 12px 0 0;
}

.add_wrap_minimal .corner_bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 3px 3px;
  border-radius: 0 0 0 12px;
}

.add_wrap_minimal .corner_br {
  bottom: 0;
  right: 0;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 12px 0;
}

.add_wrap_minimal .header_inner {
  text-align: center;
}

.add_wrap_minimal .creative_spark {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2rem;
  margin-bottom: var(--space-4, 1rem);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
  animation: pulse-spark 2s ease-in-out infinite;
}

@keyframes pulse-spark {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(124, 58, 237, 0.4);
  }
}

.add_wrap_minimal .add_title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text-primary, #1a1a1b);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.15;
  background: linear-gradient(135deg, var(--primary-700, #6d28d9) 0%, var(--primary-500, #7c3aed) 50%, var(--primary-700, #6d28d9) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.add_wrap_minimal .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #7c3aed);
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.4;
  font-style: italic;
}

.add_wrap_minimal .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #475569);
  line-height: 1.75;
  text-align: center;
}

/* Overlapping cards */
.add_wrap_minimal .add_overlap_cards {
  position: relative;
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_minimal .overlap_card {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--primary-200, #ddd6fe);
  margin-bottom: var(--space-6, 1.5rem);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.08);
}

.add_wrap_minimal .overlap_card:hover {
  transform: translateX(12px) translateY(-8px);
  border-color: var(--primary-500, #7c3aed);
  box-shadow: 0 16px 40px rgba(124, 58, 237, 0.2);
  z-index: 10;
}

/* Alternate positioning */
.add_wrap_minimal .card_1 {
  margin-left: 0;
}

.add_wrap_minimal .card_2 {
  margin-left: 5%;
}

.add_wrap_minimal .card_3 {
  margin-left: 10%;
}

.add_wrap_minimal .card_4 {
  margin-left: 5%;
}

/* Card header */
.add_wrap_minimal .card_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-4, 1rem);
}

.add_wrap_minimal .card_badge {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #f5f3ff);
  border-radius: 12px;
  color: var(--primary-500, #7c3aed);
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.add_wrap_minimal .overlap_card:hover .card_badge {
  background: var(--primary-500, #7c3aed);
  color: #ffffff;
  transform: rotate(15deg) scale(1.1);
}

.add_wrap_minimal .card_number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-100, #ede9fe);
  line-height: 1;
  transition: all 0.3s ease;
}

.add_wrap_minimal .overlap_card:hover .card_number {
  color: var(--primary-200, #ddd6fe);
  transform: scale(1.1);
}

/* Card content */
.add_wrap_minimal .card_body {
  position: relative;
  z-index: 1;
}

.add_wrap_minimal .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1a1a1b);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_minimal .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #475569);
  line-height: 1.65;
  margin: 0;
}

/* Finale card */
.add_wrap_minimal .card_finale {
  margin: var(--space-10, 2.5rem) auto 0;
  max-width: 900px;
  background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, #ffffff 50%, var(--primary-50, #f5f3ff) 100%);
  border: 3px solid var(--primary-500, #7c3aed);
  padding: var(--space-8, 2rem);
  text-align: center;
}

.add_wrap_minimal .card_finale:hover {
  transform: scale(1.02) translateY(-8px);
}

.add_wrap_minimal .finale_crown {
  position: relative;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.5rem;
  margin: 0 auto var(--space-6, 1.5rem);
  box-shadow: 0 12px 32px rgba(124, 58, 237, 0.3);
}

.add_wrap_minimal .crown_shine {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 24px;
  height: 24px;
  background: var(--primary-300, #c4b5fd);
  border-radius: 50%;
  animation: shine-pulse 2s ease-in-out infinite;
}

@keyframes shine-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

.add_wrap_minimal .card_body_centered {
  max-width: 850px;
  margin: 0 auto;
}

.add_wrap_minimal .card_finale .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  color: var(--primary-700, #6d28d9);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_minimal .card_1,
  .add_wrap_minimal .card_2,
  .add_wrap_minimal .card_3,
  .add_wrap_minimal .card_4 {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_minimal {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_minimal .add_header_frame {
    padding: var(--space-6, 1.5rem);
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_minimal .frame_corner {
    width: 30px;
    height: 30px;
  }
  
  .add_wrap_minimal .creative_spark {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
  }
  
  .add_wrap_minimal .overlap_card {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_minimal .card_finale {
    padding: var(--space-6, 1.5rem);
    margin-top: var(--space-6, 1.5rem);
  }
  
  .add_wrap_minimal .card_badge {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  
  .add_wrap_minimal .card_number {
    font-size: 2.5rem;
  }
  
  .add_wrap_minimal .finale_crown {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  
  .add_wrap_minimal .crown_shine {
    width: 20px;
    height: 20px;
  }
  
  .add_wrap_minimal .particle_bg {
    display: none;
  }
}


/* 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;
  }
}


/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Decorative Divider */
.decorative-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 60%, var(--primary-300) 40%)
  );
  border-radius: 2px;
}

/* Feature Cards */
.feature-card {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
  border-radius: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-color: color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.feature-card.featured {
  background: color-mix(in srgb, var(--primary-50) 80%, var(--surface-secondary) 20%);
  border-color: color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
}

/* Card Icon */
.card-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%)
  );
  border-radius: 12px;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
}

.card-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--light);
}

/* Card Content */
.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.card-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Card Decoration */
.card-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Background Shapes */
.background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  top: -100px;
  left: -100px;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
    transparent
  );
  bottom: 100px;
  right: -50px;
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
    transparent
  );
  top: 50%;
  left: 10%;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .feature-card {
    padding: 1.75rem;
  }
  
  .card-icon-wrapper {
    width: 56px;
    height: 56px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-header {
    margin-bottom: 2.5rem !important;
  }
  
  .feature-card {
    padding: 1.5rem;
  }
}


.additional-universal-bold {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-bold .header-line {
  width: 80px;
  height: 3px;
  background: var(--primary-500);
  margin: 0 auto 1.5rem;
}

.additional-universal-bold .section-header h1 {
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.additional-universal-bold .section-header h2 {
  color: var(--text-secondary);
  font-weight: 600;
  letter-spacing: 1px;
}

.additional-universal-bold .section-header p {
  color: var(--text-secondary);
  max-width: 760px;
  margin: 0 auto;
}

/* Features Grid */
.additional-universal-bold .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 2;
}

/* Feature Box */
.additional-universal-bold .feature-box {
  transition: transform 0.3s ease;
}

.additional-universal-bold .feature-box:hover {
  transform: translateY(-8px);
}

/* Feature Frame */
.additional-universal-bold .feature-frame {
  background: var(--surface-secondary);
  border: 2px solid var(--neutral-300);
  padding: 2.5rem 2rem;
  position: relative;
  transition: all 0.4s ease;
}

.additional-universal-bold .feature-box:hover .feature-frame {
  border-color: var(--primary-500);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

/* Corner Accents */
.additional-universal-bold .corner-accent {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid var(--primary-500);
  transition: all 0.4s ease;
}

.additional-universal-bold .corner-accent.top-left {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
}

.additional-universal-bold .corner-accent.top-right {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
}

.additional-universal-bold .corner-accent.bottom-left {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
}

.additional-universal-bold .corner-accent.bottom-right {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
}

.additional-universal-bold .feature-box:hover .corner-accent {
  width: 24px;
  height: 24px;
  border-color: var(--primary-700);
}

/* Feature Icon */
.additional-universal-bold .feature-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 2rem;
  margin: 0 auto 1.5rem;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  transition: all 0.4s ease;
}

.additional-universal-bold .feature-box:hover .feature-icon {
  transform: rotate(45deg) scale(1.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Feature Content */
.additional-universal-bold .feature-content {
  text-align: center;
}

.additional-universal-bold .feature-content h3 {
  color: var(--text-primary);
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.additional-universal-bold .feature-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Grid Pattern Background */
.additional-universal-bold .grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(var(--neutral-300) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-300) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.03;
  pointer-events: none;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-bold .section-header h1 {
    font-size: 2rem;
  }

  .additional-universal-bold .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }

  .additional-universal-bold .feature-frame {
    padding: 2rem 1.5rem;
  }

  .additional-universal-bold .feature-icon {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .additional-universal-bold .section-header h1 {
    font-size: 1.75rem;
  }

  .additional-universal-bold .section-header h2 {
    font-size: 1.1rem;
  }

  .additional-universal-bold .features-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .additional-universal-bold .feature-frame {
    padding: 1.75rem 1.25rem;
  }

  .additional-universal-bold .feature-icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }

  .additional-universal-bold .feature-content h3 {
    font-size: 1.1rem;
  }

  .additional-universal-bold .corner-accent {
    width: 12px;
    height: 12px;
  }

  .additional-universal-bold .feature-box:hover .corner-accent {
    width: 16px;
    height: 16px;
  }
}


.add_wrap {
  padding: var(--section-py) 0;
  background: linear-gradient(135deg, var(--primary-50), var(--neutral-50));
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_stat_card {
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  text-align: center;
  height: 100%;
  border: 1px solid var(--neutral-200);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.add_wrap .add_stat_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_stat_card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-400));
}

.add_wrap .add_stat_card_large {
  background: linear-gradient(135deg, var(--neutral-100), var(--neutral-50));
}

.add_wrap .add_stat_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-4);
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
  border-radius: 50%;
  position: relative;
}

.add_wrap .add_stat_card_large .add_stat_icon {
  width: 100px;
  height: 100px;
}

.add_wrap .add_stat_icon_users:after {
  content: '👥';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.add_wrap .add_stat_icon_projects:after {
  content: '📊';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.add_wrap .add_stat_icon_awards:after {
  content: '🏆';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.add_wrap .add_stat_icon_growth:after {
  content: '📈';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
}

.add_wrap .add_stat_icon_satisfaction:after {
  content: '⭐';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
}

.add_wrap .add_stat_number {
  font-size: 3rem;
  font-weight: bold;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1;
}

.add_wrap .add_stat_card_large .add_stat_number {
  font-size: 3.5rem;
}

.add_wrap .add_stat_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_stat_card_large .add_stat_title {
  font-size: 1.5rem;
}

.add_wrap .add_stat_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .add_wrap .add_stat_card {
    padding: var(--space-6);
  }
  
  .add_wrap .add_stat_icon {
    width: 60px;
    height: 60px;
  }
  
  .add_wrap .add_stat_card_large .add_stat_icon {
    width: 80px;
    height: 80px;
  }
  
  .add_wrap .add_stat_icon_users:after,
  .add_wrap .add_stat_icon_projects:after,
  .add_wrap .add_stat_icon_awards:after {
    font-size: 24px;
  }
  
  .add_wrap .add_stat_icon_growth:after,
  .add_wrap .add_stat_icon_satisfaction:after {
    font-size: 28px;
  }
  
  .add_wrap .add_stat_number {
    font-size: 2.5rem;
  }
  
  .add_wrap .add_stat_card_large .add_stat_number {
    font-size: 3rem;
  }
}


/* Universal section */
/* Nested boxes layout with organic growth visual */

.add_wrap_bold {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--primary-50, #ecfdf5) 30%, var(--primary-50, #ecfdf5) 70%, #ffffff 100%);
}

/* Header with growth visual */
.add_wrap_bold .add_header_growth {
  position: relative;
  padding: var(--space-8, 2rem) 0;
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_bold .growth_visual {
  position: relative;
  width: 120px;
  height: 80px;
  margin: 0 auto var(--space-6, 1.5rem);
}

.add_wrap_bold .growth_stem {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500, #059669) 0%, var(--primary-300, #6ee7b7) 100%);
  border-radius: 2px;
}

.add_wrap_bold .growth_leaf {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--primary-100, #d1fae5);
  border: 2px solid var(--primary-500, #059669);
  border-radius: 50%;
  color: var(--primary-500, #059669);
  font-size: 0.5rem;
  animation: grow-leaf 2s ease-out forwards;
  opacity: 0;
}

.add_wrap_bold .leaf_1 {
  bottom: 60%;
  left: 0;
  animation-delay: 0.3s;
}

.add_wrap_bold .leaf_2 {
  bottom: 40%;
  right: 0;
  animation-delay: 0.6s;
}

.add_wrap_bold .leaf_3 {
  bottom: 20%;
  left: -10px;
  animation-delay: 0.9s;
}

@keyframes grow-leaf {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.add_wrap_bold .add_title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 800;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_bold .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #059669);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
  font-style: italic;
}

.add_wrap_bold .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.75;
}

/* Nested boxes */
.add_wrap_bold .add_nested_boxes {
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_bold .nested_box {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--primary-200, #a7f3d0);
  transition: all 0.3s ease;
  height: 100%;
}

.add_wrap_bold .nested_box:hover {
  border-color: var(--primary-500, #059669);
  box-shadow: 0 12px 32px rgba(5, 150, 105, 0.15);
  transform: translateY(-4px);
}

/* Box levels with different styles */
.add_wrap_bold .box_level_1 {
  background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
  padding: var(--space-8, 2rem);
  text-align: center;
}

.add_wrap_bold .box_level_2 {
  min-height: 300px;
}

.add_wrap_bold .box_level_3 {
  background: #ffffff;
  border-width: 3px;
  border-color: var(--primary-400, #34d399);
  text-align: center;
  padding: var(--space-8, 2rem);
}

/* Icon leaves */
.add_wrap_bold .box_icon_leaf {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100, #d1fae5);
  border-radius: 50% 0 50% 50%;
  color: var(--primary-500, #059669);
  font-size: 1.75rem;
  margin: 0 auto var(--space-4, 1rem);
  transition: all 0.3s ease;
}

.add_wrap_bold .nested_box:hover .box_icon_leaf {
  background: var(--primary-500, #059669);
  color: #ffffff;
  transform: rotate(90deg) scale(1.1);
}

.add_wrap_bold .box_level_2 .box_icon_leaf {
  margin: 0 0 var(--space-4, 1rem) 0;
}

/* Content */
.add_wrap_bold .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_bold .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.65;
  margin: 0;
}

/* Conclusion box */
.add_wrap_bold .box_conclusion {
  background: linear-gradient(135deg, var(--primary-100, #d1fae5) 0%, #ffffff 50%, var(--primary-100, #d1fae5) 100%);
  border: 3px solid var(--primary-500, #059669);
  padding: var(--space-10, 2.5rem);
  text-align: center;
}

.add_wrap_bold .box_conclusion:hover {
  background: linear-gradient(135deg, var(--primary-200, #a7f3d0) 0%, #ffffff 50%, var(--primary-200, #a7f3d0) 100%);
  border-color: var(--primary-700, #047857);
}

.add_wrap_bold .conclusion_garden {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.25rem;
  margin: 0 auto var(--space-6, 1.5rem);
  box-shadow: 0 12px 32px rgba(5, 150, 105, 0.3);
  position: relative;
}

.add_wrap_bold .conclusion_garden::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border: 3px solid var(--primary-300, #6ee7b7);
  border-radius: 50%;
  animation: pulse-ring-green 2s ease-out infinite;
}

@keyframes pulse-ring-green {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.add_wrap_bold .box_content_wide {
  max-width: 900px;
  margin: 0 auto;
}

.add_wrap_bold .box_conclusion .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  color: var(--primary-700, #047857);
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .add_wrap_bold {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_bold .add_header_growth {
    padding: var(--space-4, 1rem) 0;
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_bold .growth_visual {
    width: 80px;
    height: 60px;
  }
  
  .add_wrap_bold .growth_leaf {
    width: 24px;
    height: 24px;
  }
  
  .add_wrap_bold .nested_box {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_bold .box_level_1,
  .add_wrap_bold .box_level_3 {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_bold .box_conclusion {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_bold .box_level_2 {
    min-height: auto;
  }
  
  .add_wrap_bold .box_icon_leaf {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
  
  .add_wrap_bold .conclusion_garden {
    width: 72px;
    height: 72px;
    font-size: 1.75rem;
  }
  
  .add_wrap_bold .conclusion_garden::before {
    width: 90px;
    height: 90px;
  }
}


/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-700);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
}

/* Cards Grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.card-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.card-item:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: #ffffff;
}

.card-content {
  position: relative;
  z-index: 2;
}

.card-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.card-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-200) 0%, transparent 70%);
  border-radius: 50% 0 0 0;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.card-item:hover .card-accent {
  opacity: 0.5;
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-top-left {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-400) 0%, transparent 70%);
  top: -100px;
  left: -100px;
}

.shape-bottom-right {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--secondary-400) 0%, transparent 70%);
  bottom: -150px;
  right: -150px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .card-item {
    padding: 2rem;
  }
  
  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .card-item {
    padding: 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;
  }
}


div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 12px 18px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #f8f9fa !important;
    border-radius: 8px 8px 0 0 !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #666666 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 4px !important;
    border-radius: 3px !important;
    transition: color 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    color: #333333 !important;
    background: transparent !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #666666 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 18px 18px !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 10px !important;
    background: transparent !important;
    color: #333333 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    color: #333333 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666666 !important;
    display: none !important;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #666666 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 11px !important;
    color: #999999 !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #999999 !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}


.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: 600px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 15px !important;
    margin-bottom: 25px !important;
    color: #666666 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    background: #333333 !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.website-cta-button:hover {
    background: #555555 !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 16px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 30px 0 !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;
    }
}


.website-floating-icon {
    position: absolute !important;
    font-size: 22px !important;
    color: rgba(0,0,0,0.06) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationPulse 6s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 15% !important;
    right: 8% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 55% !important;
    right: 5% !important;
    animation-delay: 2s !important;
    font-size: 18px !important;
}

.website-floating-icon.variant-3 {
    top: 35% !important;
    left: 6% !important;
    animation-delay: 4s !important;
    font-size: 26px !important;
}

@keyframes websiteFloatAnimationPulse {
    0%, 100% {
        transform: scale(1) !important;
        opacity: 0.25 !important;
    }
    50% {
        transform: scale(1.15) !important;
        opacity: 0.55 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}


/* Live Chat FAQ Widget - Modern Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 300px !important;
    background: linear-gradient(145deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2) !important;
    z-index: 999999 !important;
    color: #ffffff !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(10px) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !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: 16px !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: 18px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 5px !important;
    border-radius: 3px !important;
    transition: background 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    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: 18px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 20px 20px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding-bottom: 12px !important;
    background: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #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: rgba(255,255,255,0.8) !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: rgba(255,255,255,0.9) !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: rgba(255,255,255,0.9) !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: #ffffff !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: #ffffff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}


/* Google Maps Section - Default Style */
.website-google-maps-section {
    padding: 60px 0 !important;
    background: #f8f9fa !important;
    margin: 0 !important;
    border-top: 1px solid #e0e0e0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #666666 !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 400px !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}


/* CTA Section - Gradient Style */
.website-cta-section {
    padding: 60px 0 !important;
    background: linear-gradient(45deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%) !important;
    color: #333333 !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 17px !important;
    margin-bottom: 32px !important;
    color: #555555 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 30px !important;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
}

.website-cta-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}


/* Security Badges - Default Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 25px 0 !important;
    flex-wrap: wrap !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 15px !important;
    background: white !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.website-security-badge:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 16px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 10px !important;
        padding: 20px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }
}


/* Floating Decorative Icons - Gentle Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 20px !important;
    color: rgba(0,0,0,0.05) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationGentle 8s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 10% !important;
    right: 5% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 60% !important;
    right: 3% !important;
    animation-delay: 2s !important;
    font-size: 16px !important;
}

.website-floating-icon.variant-3 {
    top: 30% !important;
    left: 3% !important;
    animation-delay: 4s !important;
    font-size: 24px !important;
}

@keyframes websiteFloatAnimationGentle {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    25% {
        transform: translateY(-10px) rotate(5deg) !important;
        opacity: 0.5 !important;
    }
    50% {
        transform: translateY(-20px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: translateY(-10px) rotate(-5deg) !important;
        opacity: 0.5 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}


/* Team Social Links - Gradient Style */
.team-social-links {
    margin-top: 20px;
    padding: 18px 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    border-radius: 20px;
}

.social-icons-grid {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.social-link::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: inherit;
    border-radius: inherit;
    z-index: -1;
}

.social-link:hover {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    color: white;
}

.facebook-link {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.facebook-link:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.linkedin-link {
    background: linear-gradient(135deg, #2196f3 0%, #21cbf3 100%);
}

.linkedin-link:hover {
    background: linear-gradient(135deg, #21cbf3 0%, #2196f3 100%);
}

.instagram-link {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.instagram-link:hover {
    background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%);
}

.x-link {
    background: linear-gradient(135deg, #232526 0%, #414345 100%);
    position: relative;
}

.x-link::after {
    content: '✦';
    font-weight: bold;
    font-size: 22px;
    z-index: 2;
    position: relative;
}

.x-link:hover {
    background: linear-gradient(135deg, #414345 0%, #232526 100%);
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 12px;
    }
    
    .social-link {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}


/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}


/* Newsletter Form - Bordered Style */
.newsletter-section {
    margin: 30px 0;
    padding: 25px;
    border: 3px solid #e0e0e0;
    border-radius: 10px;
    background: white;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-title {
    font-size: 19px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
    text-align: center !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #667eea !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: #666 !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    text-align: center !important;
    line-height: 1.5 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter-input {
    padding: 13px 16px !important;
    border: 2px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: white !important;
    color: #333 !important;
}

.newsletter-input:focus {
    border-color: #667eea !important;
    background: #f8f9ff !important;
}

.newsletter-button {
    padding: 13px 20px !important;
    background: white !important;
    color: #667eea !important;
    border: 2px solid #667eea !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.newsletter-button:hover {
    background: #667eea !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(102,126,234,0.3) !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 16px !important;
    padding: 14px !important;
    background: white !important;
    border: 2px solid #10b981 !important;
    border-radius: 6px !important;
    color: #065f46 !important;
    text-align: center !important;
    font-size: 13px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        margin: 20px auto;
        padding: 20px;
        max-width: 320px;
    }
}




/* 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 5 === */
.ocm-toggle.ocm-toggle-style-5 {
    border-radius: 50% !important;
    background: conic-gradient(from 0deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #ff6b6b) !important;
    animation: ocm-rotate 4s linear infinite !important;
    width: 52px !important;
    height: 52px !important;
}

.ocm-toggle.ocm-toggle-style-5:hover {
    animation-duration: 2s !important;
    transform: scale(1.05) !important;
}

@keyframes ocm-rotate {
    from { background-position: 0deg; }
    to { background-position: 360deg; }
}