:root {
  --primary-50: #fafafa;
  --primary-100: #f4f4f5;
  --primary-300: #d4d4d8;
  --primary-500: #52525b;
  --primary-700: #27272a;
  --primary-rgb: 82, 82, 91;
  --neutral-50: #fafafa;
  --neutral-100: #f4f4f5;
  --neutral-300: #d4d4d8;
  --neutral-500: #71717a;
  --neutral-700: #3f3f46;
  --neutral-900: #18181b;
  --surface-primary: var(--neutral-50);
  --surface-secondary: var(--neutral-100);
  --surface-accent: var(--primary-50);
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-accent: var(--primary-700);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #ffffff;
  --button-secondary-bg: var(--neutral-100);
  --button-secondary-text: var(--neutral-900);
  --border-light: var(--neutral-300);
  --border-medium: var(--neutral-500);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-card: 0 4px 6px rgba(0, 0, 0, 0.05);
  --shadow-elevated: 0 10px 25px rgba(0, 0, 0, 0.1);
  --shadow-button-hover: 0 6px 12px rgba(82, 82, 91, 0.3);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --transition-fast: 0.15s ease;
  --transition-base: 0.2s ease;
  --transition-slow: 0.3s ease;
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
  --text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
  --text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
  --text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
  --text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
  --text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --leading-extra_loose: 2.5;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --text-body: var(--text-primary);
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-11: 2.75rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-36: 9rem;
  --space-40: 10rem;
  --space-44: 11rem;
  --space-48: 12rem;
  --space-52: 13rem;
  --space-56: 14rem;
  --space-60: 15rem;
  --space-64: 16rem;
  --space-72: 18rem;
  --space-80: 20rem;
  --space-96: 24rem;
  --space-px: 1px;
  --space-0.5: 0.125rem;
  --space-1.5: 0.375rem;
  --space-2.5: 0.625rem;
  --space-3.5: 0.875rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  --space-6xl: 16rem;
  --section-py: clamp(3rem, 5vw, 5rem);
  --section-y-mobile: 3rem;
  --section-y-tablet: 4rem;
  --section-y-desktop: 5rem;
  --section-y-hero: clamp(4rem, 10vw, 8rem);
  --section-x: clamp(1rem, 3vw, 2rem);
  --section-gap: clamp(1.5rem, 3vw, 2.5rem);
  --card-padding: 1.5rem;
  --card-gap: 1rem;
  --button-padding-x: 1.5rem;
  --button-padding-y: 0.75rem;
  --form-gap: 1rem;
}



/* ===== EFFECTS & ELEVATION (Theme-Independent) ===== */
:root {
  /* Shadows */
  --shadow-none: none;
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  
  /* Border Radius */
  --radius-none: 0;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --transition-all: all 0.3s ease;
  
  /* Opacity */
  --opacity-disabled: 0.5;
  --opacity-loading: 0.7;
  --opacity-overlay: 0.8;
}

/* ===== SECTION BASE STYLES ===== */
section {
  padding-top: var(--section-y-mobile);
  padding-bottom: var(--section-y-mobile);
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}

@media (min-width: 768px) {
  section {
    padding-top: var(--section-y-tablet);
    padding-bottom: var(--section-y-tablet);
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--section-y-desktop);
    padding-bottom: var(--section-y-desktop);
  }
}

/* Hero section special spacing */
section[id="hero"] {
  padding-top: var(--section-y-hero);
  padding-bottom: var(--section-y-hero);
}

/* ===== RESPONSIVE BEHAVIOR ===== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {
  :root {
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  :root {
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-xl: none;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    break-inside: avoid;
  }
}

/* ===== BASE STYLES - ADDITIVE TO BOOTSTRAP ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  overflow-x: hidden;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
*:focus {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
}






/* ===== FONT FAMILY UTILITIES ===== */
.design_font_primary {
  font-family: var(--font-primary);
}

.layout_font_secondary {
  font-family: var(--font-secondary);
}

.bright_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);
}

.content_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);
}

.ui_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 */
.theme_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);
}

.minimal_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);
}

.studio_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);
}

.creative_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);
}

.premium_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);
}

.smart_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 */
.base_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);
}

.page_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);
}

.core_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 */
.pro_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);
}

.agency_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 */
.unique_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);
}

.business_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 */
.dark_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);
}

.new_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);
}

.fresh_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);
}

.site_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 */
.custom_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);
}

.brand_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 */
.web_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);
}

.web_nav_link:hover,
.web_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.modern_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 */
.clean_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) {
  .dark_hero_title {
    font-size: var(--text-4xl);
  }
  
  .style_section_title {
    font-size: var(--text-3xl);
  }
  
  .best_display_1 {
    font-size: var(--text-5xl);
  }
  
  .content_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .dark_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 ===== */
.prime_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.elite_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.main_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.bold_text_balance {
  text-wrap: balance;
}

.container_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .web_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .pro_caption,
  .agency_overline,
  .clean_footer_text {
    color: var(--text-secondary);
  }
  
  .new_hero_subtitle,
  .fresh_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .dark_hero_title,
  .style_section_title,
  .theme_heading_1,
  .minimal_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .prime_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.company_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.light_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.digital_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.app_stack {
  display: flex;
  flex-direction: column;
}

.design4_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prime43_full_height {
  min-height: 100vh;
}

.company16_section_height {
  min-height: 80vh;
}

.pro25_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.web63_m_0 { margin: 0; }
.agency65_m_1 { margin: var(--space-1); }
.section30_m_2 { margin: var(--space-2); }
.bold41_m_3 { margin: var(--space-3); }
.modern51_m_4 { margin: var(--space-4); }
.digital98_m_6 { margin: var(--space-6); }
.company26_m_8 { margin: var(--space-8); }
.best20_m_12 { margin: var(--space-12); }
.design19_m_16 { margin: var(--space-16); }

.ui73_mx_auto { margin-left: auto; margin-right: auto; }
.bright46_my_auto { margin-top: auto; margin-bottom: auto; }

.clean95_mt_0 { margin-top: 0; }
.ui74_mt_4 { margin-top: var(--space-4); }
.light78_mt_8 { margin-top: var(--space-8); }
.minimal36_mt_12 { margin-top: var(--space-12); }

.fresh18_mb_0 { margin-bottom: 0; }
.fresh54_mb_4 { margin-bottom: var(--space-4); }
.content48_mb_8 { margin-bottom: var(--space-8); }
.studio97_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.prime47_p_0 { padding: 0; }
.base45_p_1 { padding: var(--space-1); }
.dark2_p_2 { padding: var(--space-2); }
.bright86_p_3 { padding: var(--space-3); }
.premium48_p_4 { padding: var(--space-4); }
.business76_p_6 { padding: var(--space-6); }
.main72_p_8 { padding: var(--space-8); }

.core29_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.top67_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.page77_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.unique46_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.minimal34_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.container37_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.custom33_gap_1 { gap: var(--space-1); }
.digital56_gap_2 { gap: var(--space-2); }
.content96_gap_3 { gap: var(--space-3); }
.smart61_gap_4 { gap: var(--space-4); }
.clean14_gap_6 { gap: var(--space-6); }
.light25_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.unique16_shadow_none { box-shadow: var(--shadow-none); }
.light60_shadow_xs { box-shadow: var(--shadow-xs); }
.design84_shadow_sm { box-shadow: var(--shadow-sm); }
.bold77_shadow_md { box-shadow: var(--shadow-md); }
.light29_shadow_lg { box-shadow: var(--shadow-lg); }
.ui68_shadow_xl { box-shadow: var(--shadow-xl); }
.business90_shadow_2xl { box-shadow: var(--shadow-2xl); }
.minimal76_shadow_inner { box-shadow: var(--shadow-inner); }
.agency67_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.new11_radius_none { border-radius: var(--radius-none); }
.prime53_radius_xs { border-radius: var(--radius-xs); }
.bright78_radius_sm { border-radius: var(--radius-sm); }
.company57_radius_md { border-radius: var(--radius-md); }
.best72_radius_lg { border-radius: var(--radius-lg); }
.section8_radius_xl { border-radius: var(--radius-xl); }
.elite42_radius_2xl { border-radius: var(--radius-2xl); }
.style83_radius_3xl { border-radius: var(--radius-3xl); }
.custom57_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.style88_gradient_primary {
  background: var(--gradient-primary);
}

.smart56_gradient_secondary {
  background: var(--gradient-secondary);
}

.business96_gradient_hero {
  background: var(--gradient-hero);
}

.light19_gradient_card {
  background: var(--gradient-card);
}

.container71_gradient_overlay {
  position: relative;
}

.container71_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;
}

.container71_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.container29_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.container29_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.minimal81_hover_scale {
  transition: transform var(--transition-normal);
}

.minimal81_hover_scale:hover {
  transform: scale(1.02);
}

.main59_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.main59_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.base90_hover_fade {
  transition: opacity var(--transition-normal);
}

.base90_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.new51_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.new51_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.theme89_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section16_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.content34_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.web27_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.dark26_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.app32_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.business10_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.minimal70_timeline {
  position: relative;
}

.minimal70_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.best9_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.best9_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.best9_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.new90_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.bold53_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;
  }
}

.custom28_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;
  }
}

.modern49_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 */
.custom93_transition_all {
  transition: var(--transition-all);
}

.prime39_transition_fast {
  transition: all var(--transition-fast);
}

.layout41_transition_normal {
  transition: all var(--transition-normal);
}

.custom17_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.style91_bg_primary { background-color: var(--bg-primary); }
.minimal61_bg_secondary { background-color: var(--bg-secondary); }
.creative17_bg_muted { background-color: var(--bg-muted); }
.dark50_bg_glass { background-color: var(--bg-glass); }

.web47_text_primary { color: var(--text-primary); }
.bold9_text_secondary { color: var(--text-secondary); }
.business22_text_muted { color: var(--text-muted); }
.core52_text_inverse { color: var(--text-inverse); }
.bright30_text_link { color: var(--text-link); }

.modern63_border_light { border-color: var(--border-light); }
.brand60_border_medium { border-color: var(--border-medium); }
.bold83_border_strong { border-color: var(--border-strong); }
.business79_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .content34_services_grid,
  .dark26_features_grid,
  .web27_team_grid,
  .business10_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .app32_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .minimal70_timeline::before {
    left: 30px;
  }
  
  .best9_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .company16_section_height {
    min-height: 60vh;
  }
  
  .pro25_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .app32_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .best9_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.best98_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;
}

.unique35_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.page34_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);
}

.page34_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .content48_no_print {
    display: none !important;
  }
  
  .style34_print_only {
    display: block !important;
  }
  
  .light60_shadow_xs,
  .design84_shadow_sm,
  .bold77_shadow_md,
  .light29_shadow_lg,
  .ui68_shadow_xl,
  .business90_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .new90_fade_in,
  .bold53_slide_up,
  .custom28_slide_in_left,
  .modern49_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .container29_hover_lift,
  .minimal81_hover_scale,
  .main59_hover_shadow,
  .base90_hover_fade,
  .custom93_transition_all,
  .prime39_transition_fast,
  .layout41_transition_normal,
  .custom17_transition_slow {
    transition: none;
  }
}

/* Header section */

.header-special {
  background: var(--surface-primary);
  border-bottom: 1px solid var(--neutral-100);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

.header-special .navbar {
  padding: 1.25rem 0;
  position: relative;
}

.header-special .navbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

.header-special .navbar-brand {
  font-size: 1.625rem;
  font-weight: 800;
  color: var(--primary-700);
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10003;
}

.header-special .navbar-brand:hover {
  color: var(--primary-500);
  transform: translateY(-2px);
}

/* Hide checkbox */
.header-special .nav-toggle-checkbox {
  display: none;
}

/* Custom Hamburger Toggle - Circular Design */
.header-special .hamburger-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--surface-secondary);
  cursor: pointer;
  position: relative;
  z-index: 10003;
  transition: all 0.3s ease;
}

.header-special .hamburger-toggle:hover {
  background: var(--primary-50);
  transform: scale(1.05);
}

.header-special .hamburger-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-special .bar {
  width: 100%;
  height: 2.5px;
  background: #334155;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

/* Hamburger Animation - Rotate to Arrow */
.header-special .nav-toggle-checkbox:checked ~ .hamburger-toggle {
  background: var(--primary-100);
  transform: rotate(90deg);
}

.header-special .nav-toggle-checkbox:checked ~ .hamburger-toggle .bar-top {
  transform: translateY(7.75px) rotate(45deg);
}

.header-special .nav-toggle-checkbox:checked ~ .hamburger-toggle .bar-middle {
  opacity: 0;
  transform: scaleX(0.3);
}

.header-special .nav-toggle-checkbox:checked ~ .hamburger-toggle .bar-bottom {
  transform: translateY(-7.75px) rotate(-45deg);
}

/* Navigation Wrapper */
.header-special .navbar-collapse-wrapper {
  position: relative;
}

.header-special .navbar-nav-container {
  display: flex;
  align-items: center;
}

.header-special .navbar-nav {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-special .nav-item {
  margin: 0;
}

.header-special .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.5rem 0;
  transition: all 0.3s ease;
  position: relative;
}

.header-special .nav-link::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-500);
  transition: transform 0.3s ease;
}

.header-special .nav-link:hover {
  color: var(--primary-500);
}

.header-special .nav-link:hover::before {
  transform: translateX(-50%) scale(1);
}

/* Backdrop */
.header-special .nav-backdrop {
  display: none;
}

/* Decorative Shapes */
.header-special .header-shapes {
  position: absolute;
  top: 0;
  right: 10%;
  pointer-events: none;
  z-index: 0;
}

.header-special .shape-blob {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-100), transparent);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.3;
  animation: morphBlob 8s ease-in-out infinite;
}

.header-special .shape-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-300), transparent);
  position: absolute;
  top: 50%;
  left: -40px;
  opacity: 0.5;
  animation: slideLineH 4s ease-in-out infinite;
}

@keyframes morphBlob {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(0deg);
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    transform: rotate(180deg);
  }
}

@keyframes slideLineH {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.5;
  }
  50% {
    transform: translateX(30px);
    opacity: 0.2;
  }
}

/* Mobile Styles */
@media (max-width: 991.98px) {
  .header-special .hamburger-toggle {
    display: block;
  }

  .header-special .nav-backdrop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 0;
  }

  .header-special .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .header-special .navbar-nav-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background: var(--surface-primary);
    padding: 6rem 2rem 2rem;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10;
  }

  .header-special .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .navbar-nav-container {
    transform: translateX(0);
  }

  .header-special .navbar-nav {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    width: 100%;
  }

  .header-special .nav-item {
    width: 100%;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.4s ease;
  }

  .header-special .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item {
    opacity: 1;
    transform: translateX(0);
  }

  .header-special .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(1) {
    transition-delay: 0.15s;
  }

  .header-special .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(2) {
    transition-delay: 0.25s;
  }

  .header-special .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(3) {
    transition-delay: 0.35s;
  }

  .header-special .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(4) {
    transition-delay: 0.45s;
  }

  .header-special .nav-link {
    display: block;
    width: 100%;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid var(--neutral-100);
  }

  .header-special .nav-link::before {
    left: 0;
    transform: translateX(-10px) scale(0);
  }

  .header-special .nav-link:hover::before {
    transform: translateX(0) scale(1);
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-special .navbar-nav-container {
    max-width: 360px;
  }
}




/* Hero section */
.hero_wrap {
  position: relative;
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-100) 100%);
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: var(--space-12) 0;
}

.hero_wrap .hero_mesh_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero_wrap .mesh_gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(at 27% 37%, var(--primary-200) 0px, transparent 50%),
    radial-gradient(at 97% 21%, var(--primary-100) 0px, transparent 50%),
    radial-gradient(at 52% 99%, var(--primary-300) 0px, transparent 50%),
    radial-gradient(at 10% 78%, var(--primary-100) 0px, transparent 50%),
    radial-gradient(at 80% 85%, var(--primary-200) 0px, transparent 50%);
  opacity: 0.4;
  animation: hero_mesh_shift 30s ease-in-out infinite;
}

.hero_wrap .container {
  position: relative;
  z-index: 3;
}

.hero_wrap .hero_text_block {
  padding: var(--space-6) 0 var(--space-8);
}

.hero_wrap .hero_main_title {
  font-size: var(--font-size-5xl);
  font-weight: 800;
  line-height: var(--line-height-tight);
  color: var(--text-primary);
  margin-bottom: var(--space-6);
  letter-spacing: -0.02em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.hero_wrap .hero_supporting_title {
  font-size: var(--font-size-2xl);
  font-weight: 600;
  line-height: var(--line-height-snug);
  color: var(--text-accent);
  margin-bottom: var(--space-6);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero_wrap .hero_lead_text {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  color: var(--text-secondary);
  margin-bottom: 0;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.hero_wrap .hero_feature_grid {
  position: relative;
  padding: var(--space-4);
}

.hero_wrap .grid_image_container {
  position: relative;
  border-radius: var(--border-radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--surface-primary);
}

.hero_wrap .hero_grid_image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--border-radius-2xl);
}

.hero_wrap .image_frame_border {
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 4px solid var(--primary-500);
  border-radius: var(--border-radius-2xl);
  pointer-events: none;
  animation: hero_frame_pulse 4s ease-in-out infinite;
}

.hero_wrap .grid_icon_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.hero_wrap .icon_cell {
  position: absolute;
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: var(--border-radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
  border: 3px solid var(--surface-primary);
  animation: hero_cell_bounce 5s ease-in-out infinite;
  transform-origin: center;
}

.hero_wrap .icon_cell i {
  font-size: 34px;
  color: var(--button-primary-text);
}

.hero_wrap .cell_1 {
  top: -20px;
  left: 8%;
  animation-delay: 0s;
}

.hero_wrap .cell_2 {
  top: -25px;
  right: 10%;
  animation-delay: 1.25s;
}

.hero_wrap .cell_3 {
  bottom: -20px;
  left: 12%;
  animation-delay: 2.5s;
}

.hero_wrap .cell_4 {
  bottom: -25px;
  right: 8%;
  animation-delay: 3.75s;
}

.hero_wrap .hero_organic_shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.hero_wrap .organic_blob {
  position: absolute;
  background: radial-gradient(circle, var(--primary-300), var(--primary-200));
  opacity: 0.25;
  animation: hero_blob_morph 25s ease-in-out infinite;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

.hero_wrap .blob_1 {
  width: 350px;
  height: 350px;
  top: 5%;
  left: 5%;
  animation-delay: 0s;
}

.hero_wrap .blob_2 {
  width: 280px;
  height: 280px;
  top: 10%;
  right: 8%;
  animation-delay: 8.33s;
}

.hero_wrap .blob_3 {
  width: 320px;
  height: 320px;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 16.66s;
}

.hero_wrap .hero_icon_scatter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.hero_wrap .scatter_icon {
  position: absolute;
  width: 54px;
  height: 54px;
  background: var(--surface-primary);
  border: 2px solid var(--primary-400);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  animation: hero_scatter_drift 18s ease-in-out infinite;
}

.hero_wrap .scatter_icon i {
  font-size: 24px;
  color: var(--primary-500);
}

.hero_wrap .icon_a {
  top: 18%;
  left: 10%;
  animation-delay: 0s;
}

.hero_wrap .icon_b {
  top: 30%;
  right: 8%;
  animation-delay: 3s;
}

.hero_wrap .icon_c {
  top: 55%;
  left: 5%;
  animation-delay: 6s;
}

.hero_wrap .icon_d {
  bottom: 20%;
  right: 12%;
  animation-delay: 9s;
}

.hero_wrap .icon_e {
  bottom: 12%;
  left: 15%;
  animation-delay: 12s;
}

.hero_wrap .icon_f {
  top: 70%;
  right: 18%;
  animation-delay: 15s;
}

@keyframes hero_mesh_shift {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.05);
  }
}

@keyframes hero_frame_pulse {
  0%, 100% {
    border-color: var(--primary-500);
    opacity: 1;
  }
  50% {
    border-color: var(--primary-300);
    opacity: 0.8;
  }
}

@keyframes hero_cell_bounce {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-15px) rotate(5deg);
  }
  75% {
    transform: translateY(-8px) rotate(-5deg);
  }
}

@keyframes hero_blob_morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: scale(1) rotate(0deg);
  }
  33% {
    border-radius: 70% 30% 50% 50% / 30% 60% 70% 40%;
    transform: scale(1.05) rotate(120deg);
  }
  66% {
    border-radius: 50% 60% 30% 70% / 60% 40% 50% 60%;
    transform: scale(0.95) rotate(240deg);
  }
}

@keyframes hero_scatter_drift {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(12px, -12px) scale(1.1);
  }
  50% {
    transform: translate(-8px, 15px) scale(0.95);
  }
  75% {
    transform: translate(15px, 8px) scale(1.05);
  }
}

/* Accessibility - Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .hero_wrap .mesh_gradient,
  .hero_wrap .image_frame_border,
  .hero_wrap .icon_cell,
  .hero_wrap .organic_blob,
  .hero_wrap .scatter_icon {
    animation: none;
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero_wrap .hero_main_title {
    font-size: var(--font-size-4xl);
  }
  
  .hero_wrap .hero_supporting_title {
    font-size: var(--font-size-xl);
  }
  
  .hero_wrap .hero_lead_text {
    font-size: var(--font-size-base);
  }
  
  .hero_wrap .icon_cell {
    width: 68px;
    height: 68px;
  }
  
  .hero_wrap .icon_cell i {
    font-size: 30px;
  }
  
  .hero_wrap .blob_1,
  .hero_wrap .blob_2 {
    width: 220px;
    height: 220px;
  }
  
  .hero_wrap .blob_3 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 768px) {
  .hero_wrap {
    min-height: auto;
    padding: var(--space-10) 0;
  }
  
  .hero_wrap .hero_main_title {
    font-size: var(--font-size-3xl);
    margin-bottom: var(--space-4);
  }
  
  .hero_wrap .hero_supporting_title {
    font-size: var(--font-size-lg);
    margin-bottom: var(--space-4);
  }
  
  .hero_wrap .hero_text_block {
    padding: var(--space-4) 0 var(--space-6);
  }
  
  .hero_wrap .icon_cell {
    width: 60px;
    height: 60px;
  }
  
  .hero_wrap .icon_cell i {
    font-size: 26px;
  }
  
  .hero_wrap .cell_3,
  .hero_wrap .cell_4 {
    display: none;
  }
  
  .hero_wrap .organic_blob {
    display: none;
  }
  
  .hero_wrap .icon_d,
  .hero_wrap .icon_e,
  .hero_wrap .icon_f {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero_wrap .hero_main_title {
    font-size: var(--font-size-2xl);
  }
  
  .hero_wrap .hero_supporting_title {
    font-size: var(--font-size-base);
  }
  
  .hero_wrap .hero_feature_grid {
    padding: var(--space-2);
  }
  
  .hero_wrap .icon_cell {
    width: 52px;
    height: 52px;
  }
  
  .hero_wrap .icon_cell i {
    font-size: 22px;
  }
  
  .hero_wrap .hero_icon_scatter {
    display: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .hero_wrap .image_frame_border {
    border-width: 5px;
  }
  
  .hero_wrap .mesh_gradient {
    opacity: 0.6;
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}



.about-section-secondary {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  overflow: hidden;
}

/* Creative Blobs */
.about-section-secondary .creative-blob-1 {
  position: absolute;
  top: 100px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 12%, transparent), transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blob-float 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.about-section-secondary .creative-blob-2 {
  position: absolute;
  bottom: 150px;
  left: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-700) 10%, transparent), transparent 65%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: blob-float 10s ease-in-out infinite reverse;
  pointer-events: none;
  z-index: 0;
}

.about-section-secondary .creative-blob-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 8%, transparent), transparent 70%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: blob-float 12s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
  transform: translate(-50%, -50%);
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

/* Intro Section */
.about-section-secondary .intro-wrapper {
  position: relative;
  background: var(--light);
  border-radius: 28px;
  padding: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  z-index: 1;
}

.about-section-secondary .intro-content #about-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.about-section-secondary .intro-content #about-subtitle {
  color: var(--primary-700);
  font-weight: 500;
}

.about-section-secondary .intro-content #about-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

.about-section-secondary .intro-image {
  position: relative;
}

.about-section-secondary .intro-image img {
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
}

.about-section-secondary .intro-image:hover img {
  transform: scale(1.03);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.about-section-secondary .floating-decoration {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  opacity: 0.2;
  z-index: -1;
  transform: rotate(12deg);
}

/* Feature Card Large */
.about-section-secondary .feature-card-large {
  position: relative;
  background: var(--light);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  height: 100%;
  z-index: 1;
}

.about-section-secondary .feature-card-large:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.about-section-secondary .card-image-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.about-section-secondary .card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-section-secondary .feature-card-large:hover .card-image-wrapper img {
  transform: scale(1.1);
}

.about-section-secondary .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, color-mix(in srgb, var(--primary-700) 40%, transparent), transparent);
  pointer-events: none;
}

.about-section-secondary .card-content {
  padding: 2rem;
}

.about-section-secondary .icon-badge {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 35%, transparent);
  transition: all 0.3s ease;
}

.about-section-secondary .feature-card-large:hover .icon-badge {
  transform: scale(1.1) rotate(-8deg);
}

.about-section-secondary .icon-badge i {
  font-size: 2rem;
  color: var(--light);
}

.about-section-secondary .card-content h4 {
  color: var(--text-primary);
  font-weight: 600;
}

.about-section-secondary .card-content p {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Feature Card Compact */
.about-section-secondary .feature-card-compact {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  z-index: 1;
  border: 2px solid transparent;
}

.about-section-secondary .feature-card-compact:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.about-section-secondary .compact-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.about-section-secondary .feature-card-compact:hover .compact-icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 40%, transparent);
}

.about-section-secondary .compact-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

.about-section-secondary .compact-content h4 {
  color: var(--text-primary);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.about-section-secondary .compact-content p {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 991.98px) {
  .about-section-secondary {
    padding: 80px 0;
  }

  .about-section-secondary .intro-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }

  .about-section-secondary .intro-content #about-title {
    font-size: 2.5rem;
  }

  .about-section-secondary .card-image-wrapper {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .about-section-secondary {
    padding: 60px 0;
  }

  .about-section-secondary .intro-wrapper {
    padding: 1.5rem;
  }

  .about-section-secondary .intro-content #about-title {
    font-size: 2rem;
  }

  .about-section-secondary .card-content {
    padding: 1.5rem;
  }

  .about-section-secondary .feature-card-compact {
    padding: 1.5rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-section-secondary .card-image-wrapper {
    height: 180px;
  }
}




.undefined-features {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.undefined-features .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.undefined-features .section-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--neutral-500);
  line-height: 1.4;
}

.undefined-features .section-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Minimal Grid */
.undefined-features .features-minimal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px 32px;
  margin-top: 60px;
}

/* Feature Minimal */
.undefined-features .feature-minimal {
  position: relative;
  padding: 0;
  transition: all 0.3s ease;
}

.undefined-features .feature-minimal:hover {
  transform: translateY(-6px);
}

/* Feature Icon */
.undefined-features .feature-icon-minimal {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--surface-secondary);
  border: 2px solid var(--neutral-100);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.undefined-features .feature-minimal:hover .feature-icon-minimal {
  background: var(--primary-500);
  border-color: var(--primary-500);
  transform: scale(1.05);
}

.undefined-features .feature-icon-minimal i {
  font-size: 24px;
  color: var(--neutral-700);
  transition: color 0.3s ease;
}

.undefined-features .feature-minimal:hover .feature-icon-minimal i {
  color: var(--light);
}

/* Feature Content */
.undefined-features .feature-name {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.undefined-features .feature-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Minimal Accent */
.undefined-features .minimal-accent {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 8%, transparent), transparent);
  bottom: -300px;
  right: -300px;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 1199px) {
  .undefined-features .features-minimal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .undefined-features {
    padding: 80px 0;
  }

  .undefined-features .section-title {
    font-size: 2.125rem;
  }

  .undefined-features .section-subtitle {
    font-size: 1.125rem;
  }

  .undefined-features .section-description {
    font-size: 1rem;
  }

  .undefined-features .features-minimal-grid {
    gap: 40px 24px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .undefined-features {
    padding: 70px 0;
  }

  .undefined-features .section-title {
    font-size: 1.875rem;
    margin-bottom: 16px;
  }

  .undefined-features .section-subtitle {
    font-size: 1.0625rem;
    margin-bottom: 24px;
  }

  .undefined-features .features-minimal-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 40px;
  }

  .undefined-features .feature-name {
    font-size: 1.25rem;
  }

  .undefined-features .feature-description {
    font-size: 0.9375rem;
  }

  .undefined-features .feature-icon-minimal {
    width: 52px;
    height: 52px;
  }

  .undefined-features .feature-icon-minimal i {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .undefined-features {
    padding: 60px 0;
  }
}




.services-section-pro {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Grid Lines Decoration */
.services-section-pro .grid-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.services-section-pro .vertical-line,
.services-section-pro .horizontal-line {
  position: absolute;
  background: color-mix(in srgb, var(--neutral-300) 25%, transparent 75%);
}

.services-section-pro .vertical-line {
  width: 1px;
  height: 100%;
  top: 0;
}

.services-section-pro .line-1 { left: 25%; }
.services-section-pro .line-2 { left: 50%; }
.services-section-pro .line-3 { left: 75%; }

.services-section-pro .horizontal-line {
  height: 1px;
  width: 100%;
  left: 0;
}

.services-section-pro .h-line-1 { top: 30%; }
.services-section-pro .h-line-2 { bottom: 30%; }

/* Header Industrial */
.services-section-pro .header-industrial {
  position: relative;
  z-index: 2;
}

.services-section-pro .header-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.services-section-pro .label-text {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--primary-700);
  padding: 0.5rem 1rem;
  background: var(--surface-secondary);
  border-left: 4px solid var(--primary-500);
}

.services-section-pro .label-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(to right,
    var(--primary-300),
    transparent);
}

.services-section-pro .industrial-title {
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.services-section-pro .industrial-description {
  color: var(--text-secondary);
  max-width: 700px;
}

/* Industrial Block */
.services-section-pro .industrial-block {
  background: var(--light);
  border: 2px solid var(--neutral-300);
  padding: 2.5rem;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  clip-path: polygon(
    0 0,
    calc(100% - 20px) 0,
    100% 20px,
    100% 100%,
    0 100%
  );
}

.services-section-pro .industrial-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: var(--primary-500);
  transition: height 0.4s ease;
}

.services-section-pro .industrial-block:hover::before {
  height: 100%;
}

.services-section-pro .industrial-block:hover {
  border-color: var(--primary-500);
  box-shadow: 
    8px 8px 0 color-mix(in srgb, var(--primary-100) 50%, transparent 50%),
    0 0 0 1px var(--primary-300);
  transform: translate(-4px, -4px);
}

/* Block Number */
.services-section-pro .block-number {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 5rem;
  font-weight: 900;
  color: color-mix(in srgb, var(--neutral-300) 20%, transparent 80%);
  line-height: 1;
  font-family: monospace;
}

/* Block Header */
.services-section-pro .block-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.services-section-pro .tech-icon {
  width: 65px;
  height: 65px;
  background: var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.services-section-pro .industrial-block:hover .tech-icon {
  background: var(--primary-700);
  transform: scale(1.1);
}

.services-section-pro .tech-icon i {
  font-size: 1.875rem;
  color: var(--light);
}

.services-section-pro .block-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0;
  letter-spacing: -0.01em;
}

/* Content */
.services-section-pro .block-description {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.services-section-pro .block-specs {
  color: var(--text-secondary);
  font-size: 0.85rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  background: var(--surface-secondary);
  border-left: 3px solid var(--neutral-500);
  font-family: monospace;
}

.services-section-pro .block-cost {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--primary-700);
  font-family: monospace;
  padding-top: 1rem;
  border-top: 2px solid var(--neutral-300);
}

/* Responsive */
@media (max-width: 992px) {
  .services-section-pro .vertical-line {
    display: none;
  }
  
  .services-section-pro .industrial-block {
    clip-path: none;
    border-radius: 8px;
  }
  
  .services-section-pro .tech-icon {
    clip-path: none;
    border-radius: 8px;
  }
}

@media (max-width: 768px) {
  .services-section-pro .industrial-title {
    font-size: 2.25rem;
  }
  
  .services-section-pro .industrial-block {
    padding: 2rem;
  }
  
  .services-section-pro .block-number {
    font-size: 3rem;
    top: 0.75rem;
    right: 1rem;
  }
  
  .services-section-pro .block-header {
    gap: 1rem;
  }
  
  .services-section-pro .tech-icon {
    width: 55px;
    height: 55px;
  }
  
  .services-section-pro .tech-icon i {
    font-size: 1.5rem;
  }
  
  .services-section-pro .block-title {
    font-size: 1.25rem;
  }
  
  .services-section-pro .horizontal-line {
    display: none;
  }
}




.priceplan-section-primary {
  padding: 100px 0;
  background: radial-gradient(circle at 30% 20%, rgba(var(--primary-100-rgb), 0.4) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, rgba(var(--secondary-100-rgb), 0.4) 0%, transparent 50%),
              #ffffff;
  position: relative;
  overflow: hidden;
}

/* Header Decoration */
.priceplan-section-primary .header-decoration {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 300px;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-primary .deco-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
}

.priceplan-section-primary .deco-circle.c1 {
  width: 200px;
  height: 200px;
  background: var(--primary-400);
  top: -50px;
  left: 10%;
}

.priceplan-section-primary .deco-circle.c2 {
  width: 150px;
  height: 150px;
  background: var(--secondary-400);
  top: 20px;
  right: 15%;
}

.priceplan-section-primary .deco-circle.c3 {
  width: 100px;
  height: 100px;
  background: var(--primary-500);
  top: 100px;
  left: 40%;
}

/* Section Header */
.priceplan-section-primary .section-header {
  position: relative;
  z-index: 1;
}

.priceplan-section-primary .badge-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.priceplan-section-primary .header-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--secondary-500));
  border-radius: 50%;
  color: #ffffff;
  font-size: 2rem;
  box-shadow: 0 8px 24px rgba(var(--primary-500-rgb), 0.3);
}

.priceplan-section-primary .section-title {
  font-size: 2.875rem;
  font-weight: 800;
  color: var(--gray-900);
  line-height: 1.2;
}

.priceplan-section-primary .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  line-height: 1.4;
}

.priceplan-section-primary .section-description {
  font-size: 1.125rem;
  color: var(--gray-600);
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
}

/* Pricing Container */
.priceplan-section-primary .pricing-container {
  position: relative;
  z-index: 1;
}

/* Price Cards */
.priceplan-section-primary .price-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 32px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--gray-200);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.priceplan-section-primary .price-card:hover {
  border-color: var(--primary-400);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
  transform: translateY(-12px);
}

.priceplan-section-primary .price-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500), var(--secondary-500));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.priceplan-section-primary .price-card:hover::before {
  opacity: 1;
}

.priceplan-section-primary .card-glow-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 0%, rgba(var(--primary-500-rgb), 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.priceplan-section-primary .price-card:hover .card-glow-effect {
  opacity: 1;
}

/* Featured Card */
.priceplan-section-primary .price-card-featured {
  background: linear-gradient(135deg, #ffffff 0%, rgba(var(--primary-50-rgb), 0.6) 100%);
  border: 3px solid var(--primary-500);
  box-shadow: 0 16px 40px rgba(var(--primary-500-rgb), 0.2);
  transform: scale(1.03);
}

.priceplan-section-primary .price-card-featured:hover {
  border-color: var(--primary-600);
  box-shadow: 0 24px 48px rgba(var(--primary-500-rgb), 0.3);
  transform: scale(1.03) translateY(-12px);
}

.priceplan-section-primary .featured-tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary-600), var(--secondary-600));
  color: #ffffff;
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(var(--primary-500-rgb), 0.4);
  z-index: 2;
}

/* Card Header Section */
.priceplan-section-primary .card-header-section {
  text-align: center;
  margin-bottom: 32px;
}

.priceplan-section-primary .icon-badge {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 2rem;
  color: #ffffff;
  position: relative;
}

.priceplan-section-primary .icon-badge-1 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.priceplan-section-primary .icon-badge-2 {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.priceplan-section-primary .icon-badge-3 {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.priceplan-section-primary .plan-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 16px;
}

.priceplan-section-primary .plan-description {
  font-size: 1rem;
  color: var(--gray-600);
  line-height: 1.7;
  min-height: 85px;
}

/* Price Display */
.priceplan-section-primary .price-display {
  text-align: center;
  padding: 28px 0;
  margin-bottom: 32px;
  position: relative;
}

.priceplan-section-primary .price-display::before,
.priceplan-section-primary .price-display::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--gray-300) 50%, transparent 100%);
}

.priceplan-section-primary .price-display::before {
  top: 0;
}

.priceplan-section-primary .price-display::after {
  bottom: 0;
}

.priceplan-section-primary .price-amount {
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary-600), var(--secondary-600));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* Features Section */
.priceplan-section-primary .features-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.priceplan-section-primary .feature-line {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.priceplan-section-primary .feature-icon {
  width: 28px;
  height: 28px;
  background: rgba(var(--primary-500-rgb), 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-600);
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.priceplan-section-primary .feature-text {
  font-size: 1rem;
  color: var(--gray-700);
  line-height: 1.7;
}

/* Floating Shapes */
.priceplan-section-primary .floating-shape {
  position: absolute;
  font-size: 3rem;
  color: var(--primary-300);
  opacity: 0.15;
  pointer-events: none;
  animation: float 6s ease-in-out infinite;
}

.priceplan-section-primary .shape-1 {
  top: 15%;
  left: 5%;
  animation-delay: 0s;
}

.priceplan-section-primary .shape-2 {
  top: 60%;
  right: 8%;
  animation-delay: 2s;
}

.priceplan-section-primary .shape-3 {
  bottom: 10%;
  left: 15%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .priceplan-section-primary .price-card-featured {
    transform: scale(1);
  }
  
  .priceplan-section-primary .price-card-featured:hover {
    transform: translateY(-12px);
  }

  .priceplan-section-primary .section-title {
    font-size: 2.25rem;
  }

  .priceplan-section-primary .section-subtitle {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-primary {
    padding: 70px 0;
  }

  .priceplan-section-primary .section-title {
    font-size: 1.875rem;
  }

  .priceplan-section-primary .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-primary .section-description {
    font-size: 1rem;
  }

  .priceplan-section-primary .price-card {
    padding: 32px 24px;
  }

  .priceplan-section-primary .plan-name {
    font-size: 1.5rem;
  }

  .priceplan-section-primary .price-amount {
    font-size: 2.5rem;
  }

  .priceplan-section-primary .floating-shape {
    font-size: 2rem;
  }
}



.team-section-bold {
  background: var(--surface-primary);
  position: relative;
}

.team-section-bold .minimal-line {
  width: 50px;
  height: 2px;
  background: var(--primary-500);
  margin-bottom: 1.5rem;
}

.team-section-bold #team-title {
  color: var(--text-primary);
  line-height: 1.3;
}

.team-section-bold #team-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  letter-spacing: 0.3px;
}

.team-section-bold #team-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 600px;
}

/* Minimal Card */
.team-section-bold .minimal-card {
  background: var(--light);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-section-bold .minimal-card:hover {
  transform: translateY(-4px);
}

.team-section-bold .image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.team-section-bold .team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0%);
  transition: all 0.4s ease;
}

.team-section-bold .minimal-card:hover .team-member-photo {
  filter: grayscale(0%);
  transform: scale(1.02);
}

.team-section-bold .hover-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0px solid var(--primary-500);
  transition: border-width 0.3s ease;
  pointer-events: none;
}

.team-section-bold .minimal-card:hover .hover-border {
  border-width: 4px;
}

.team-section-bold .content-wrapper {
  padding: 0 0.5rem 1rem;
  flex-grow: 1;
}

.team-section-bold .member-name {
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.team-section-bold .member-role {
  color: var(--primary-500);
  font-size: 0.95rem;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0.2px;
}

/* Join Badge */
.team-section-bold .join-badge {
  width: 120px;
  height: 120px;
  border: 2px solid var(--neutral-300);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.team-section-bold .join-badge:hover {
  border-color: var(--primary-500);
  transform: rotate(90deg);
}

.team-section-bold .join-badge i {
  font-size: 3rem;
  color: var(--neutral-500);
  transition: color 0.3s ease;
}

.team-section-bold .join-badge:hover i {
  color: var(--primary-500);
}

/* Subtle Accents */
.team-section-bold .subtle-accent {
  position: absolute;
  opacity: 0.03;
  z-index: 0;
  pointer-events: none;
}

.team-section-bold .accent-1 {
  top: 15%;
  right: 5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-700), transparent);
}

.team-section-bold .accent-2 {
  bottom: 10%;
  left: 10%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-500), transparent);
}

/* Responsive */
@media (max-width: 991.98px) {
  .team-section-bold .image-wrapper {
    aspect-ratio: 1;
  }
}

@media (max-width: 767.98px) {
  .team-section-bold #team-title {
    font-size: 2rem;
  }
  
  .team-section-bold .minimal-card {
    margin-bottom: 1rem;
  }
  
  .team-section-bold .image-wrapper {
    aspect-ratio: 4/5;
  }
}


.reviews-section-custom {
  position: relative;
  padding: 80px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.reviews-section-custom .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.reviews-section-custom .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.reviews-section-custom .section-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

/* Review Card */
.reviews-section-custom .review-card {
  background: var(--light);
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}

.reviews-section-custom .review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

/* Quote Icon */
.reviews-section-custom .quote-icon {
  font-size: 3rem;
  color: var(--primary-300);
  margin-bottom: 1.5rem;
  opacity: 0.5;
}

/* Review Text */
.reviews-section-custom .review-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-primary);
  margin-bottom: 2rem;
  flex-grow: 1;
}

/* Reviewer Info */
.reviews-section-custom .reviewer-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.reviews-section-custom .avatar-placeholder {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  flex-shrink: 0;
}

.reviews-section-custom .reviewer-details {
  flex: 1;
}

.reviews-section-custom .reviewer-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.4;
}

/* Featured Review */
.reviews-section-custom .featured-review {
  background: linear-gradient(135deg, var(--primary-50), var(--light));
  border: 2px solid var(--primary-300);
}

/* Decorative Blobs */
.reviews-section-custom .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
  pointer-events: none;
}

.reviews-section-custom .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
}

.reviews-section-custom .blob-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -50px;
  left: -50px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .reviews-section-custom {
    padding: 60px 0;
  }

  .reviews-section-custom .section-title {
    font-size: 2rem;
  }

  .reviews-section-custom .section-subtitle {
    font-size: 1.1rem;
  }

  .reviews-section-custom .review-card {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .reviews-section-custom {
    padding: 50px 0;
  }

  .reviews-section-custom .section-title {
    font-size: 1.75rem;
  }

  .reviews-section-custom .review-card {
    padding: 1.5rem;
  }

  .reviews-section-custom .quote-icon {
    font-size: 2.5rem;
  }

  .reviews-section-custom .avatar-placeholder {
    width: 50px;
    height: 50px;
  }
}




.casestudy-section-custom {
  padding: 80px 0;
  background: var(--surface-primary);
  position: relative;
}

.casestudy-section-custom .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.casestudy-section-custom .section-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.casestudy-section-custom .section-description {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

.casestudy-section-custom .cases-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.casestudy-section-custom .case-row {
  margin-bottom: 80px;
}

.casestudy-section-custom .case-row:last-child {
  margin-bottom: 0;
}

.casestudy-section-custom .case-visual {
  position: relative;
  padding-bottom: 75%;
  border-radius: 20px;
  overflow: hidden;
}

.casestudy-section-custom .visual-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-500) 100%);
}

.casestudy-section-custom .visual-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.2;
}

.casestudy-section-custom .floating-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  background: var(--light);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  animation: float 3s ease-in-out infinite;
}

.casestudy-section-custom .icon-1 {
  top: 30px;
  right: 30px;
}

.casestudy-section-custom .icon-2 {
  top: 30px;
  left: 30px;
}

.casestudy-section-custom .icon-3 {
  bottom: 30px;
  right: 30px;
}

.casestudy-section-custom .floating-icon i {
  font-size: 2rem;
  color: var(--primary-500);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

.casestudy-section-custom .case-text {
  padding: 2rem 0;
}

.casestudy-section-custom .case-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.casestudy-section-custom .case-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

.casestudy-section-custom .decorative-icons {
  display: flex;
  gap: 1rem;
}

.casestudy-section-custom .decorative-icons i {
  width: 50px;
  height: 50px;
  background: color-mix(in srgb, var(--primary-100) 80%, transparent);
  border: 2px solid var(--primary-300);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.casestudy-section-custom .decorative-icons i:hover {
  background: var(--primary-500);
  color: var(--light);
  transform: scale(1.1) rotate(5deg);
}

@media (max-width: 991px) {
  .casestudy-section-custom {
    padding: 60px 0;
  }

  .casestudy-section-custom .section-title {
    font-size: 2.2rem;
  }

  .casestudy-section-custom .case-row {
    margin-bottom: 60px;
  }

  .casestudy-section-custom .case-title {
    font-size: 1.6rem;
  }

  .casestudy-section-custom .case-text {
    text-align: center;
    margin-top: 2rem;
  }

  .casestudy-section-custom .decorative-icons {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .casestudy-section-custom {
    padding: 50px 0;
  }

  .casestudy-section-custom .section-title {
    font-size: 1.85rem;
  }

  .casestudy-section-custom .case-title {
    font-size: 1.4rem;
  }

  .casestudy-section-custom .floating-icon {
    width: 60px;
    height: 60px;
  }

  .casestudy-section-custom .floating-icon i {
    font-size: 1.5rem;
  }
}


.process-section-clean {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.overline-text {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.hero-heading {
  font-size: 3.25rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.15;
}

.lead-paragraph {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
}

/* Progress Track */
.progress-track {
  position: relative;
  max-width: 800px;
  height: 8px;
  background: var(--neutral-100);
  border-radius: 8px;
  margin: 3rem auto;
  overflow: hidden;
}

.track-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80%;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 8px;
  animation: fillProgress 2s ease-out forwards;
}

@keyframes fillProgress {
  from { width: 0%; }
  to { width: 80%; }
}

.track-dots {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 1%;
  z-index: 2;
}

.dot {
  width: 16px;
  height: 16px;
  background: var(--surface-primary);
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Carousel Wrapper */
.carousel-wrapper {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Process Cards */
.process-card-clean {
  background: var(--surface-primary);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  overflow: hidden;
}

.process-card-clean:hover {
  transform: translateX(10px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.card-inner {
  padding: 2.5rem;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

/* Card Header Section */
.card-header-section {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-width: 280px;
}

.header-icon-badge {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.header-icon-badge i {
  font-size: 1.875rem;
  color: white;
}

.card-heading {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}

/* Card Body Section */
.card-body-section {
  flex: 1;
  padding-top: 0.75rem;
}

.card-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
}

/* Floating Shapes */
.floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  animation: float 20s ease-in-out infinite;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  top: 10%;
  right: -100px;
  animation-delay: 0s;
}

.shape-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-500);
  bottom: 20%;
  left: -80px;
  animation-delay: 5s;
}

.shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  top: 50%;
  right: 10%;
  animation-delay: 10s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-30px); }
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero-heading {
    font-size: 2.5rem;
  }

  .card-inner {
    flex-direction: column;
    gap: 1.5rem;
  }

  .card-header-section {
    min-width: auto;
  }

  .process-card-clean:hover {
    transform: translateY(-5px);
  }
}

@media (max-width: 768px) {
  .process-section-clean {
    padding: 60px 0;
  }

  .hero-heading {
    font-size: 2rem;
  }

  .lead-paragraph {
    font-size: 1rem;
  }

  .progress-track {
    margin: 2rem auto;
  }

  .carousel-wrapper {
    margin-top: 3rem;
    gap: 1.5rem;
  }

  .card-inner {
    padding: 2rem 1.5rem;
  }

  .header-icon-badge {
    width: 60px;
    height: 60px;
  }

  .header-icon-badge i {
    font-size: 1.5rem;
  }

  .card-heading {
    font-size: 1.375rem;
  }

  .card-text {
    font-size: 0.9375rem;
  }

  .dot {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
}

@media (max-width: 576px) {
  .card-inner {
    padding: 1.5rem 1rem;
  }

  .card-header-section {
    gap: 1rem;
  }

  .header-icon-badge {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .header-icon-badge i {
    font-size: 1.25rem;
  }

  .progress-track {
    height: 6px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }
}




.timeline-section-variant {
  position: relative;
  background: linear-gradient(to bottom,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
  );
  overflow: hidden;
}

/* Section Header */
.timeline-section-variant .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.timeline-section-variant .section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.3;
}

.timeline-section-variant .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Horizontal Timeline Wrapper */
.horizontal-timeline-wrapper {
  position: relative;
  padding: 3rem 0;
  overflow-x: auto;
  overflow-y: visible;
}

.horizontal-timeline-wrapper::-webkit-scrollbar {
  height: 8px;
}

.horizontal-timeline-wrapper::-webkit-scrollbar-track {
  background: var(--neutral-100);
  border-radius: 4px;
}

.horizontal-timeline-wrapper::-webkit-scrollbar-thumb {
  background: var(--primary-300);
  border-radius: 4px;
}

.horizontal-timeline-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-500);
}

/* Timeline Rail */
.timeline-rail {
  display: flex;
  gap: 3rem;
  padding: 2rem 1rem 1rem;
  position: relative;
  min-width: max-content;
}

.rail-track {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right,
    var(--primary-300),
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 2px;
}

/* Timeline Point */
.timeline-point {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 280px;
  max-width: 280px;
}

/* Point Marker */
.point-marker {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 2rem;
  z-index: 3;
}

.marker-ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  opacity: 0.6;
}

.marker-core {
  position: relative;
  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 4px 20px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  transition: all 0.3s ease;
  z-index: 2;
}

.marker-core i {
  font-size: 2rem;
  color: var(--light);
}

.timeline-point:hover .marker-core {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 30px color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}

.timeline-point:hover .marker-ring {
  animation: ring-pulse 1.5s ease-in-out infinite;
}

@keyframes ring-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.3;
  }
}

/* Point Card */
.point-card {
  position: relative;
  background: var(--surface-secondary);
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.3s ease;
  width: 100%;
}

.point-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

.card-header-accent {
  height: 5px;
  width: 50px;
  background: var(--primary-500);
  border-radius: 3px;
  margin-bottom: 1.25rem;
  transition: width 0.3s ease;
}

.point-card:hover .card-header-accent {
  width: 80px;
}

.point-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.point-description {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Organic Decorative Elements */
.organic-element {
  position: absolute;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
  border-radius: 50% 40% 60% 50%;
}

.leaf-1 {
  width: 150px;
  height: 200px;
  background: var(--primary-500);
  top: 15%;
  left: 5%;
  transform: rotate(-30deg);
}

.leaf-2 {
  width: 180px;
  height: 220px;
  background: var(--primary-700);
  bottom: 20%;
  right: 8%;
  transform: rotate(45deg);
}

.leaf-3 {
  width: 120px;
  height: 160px;
  background: var(--primary-300);
  top: 50%;
  right: 15%;
  transform: rotate(-60deg);
}

.wave-accent {
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  opacity: 0.04;
  z-index: 0;
  pointer-events: none;
}

.wave-top {
  top: 0;
  background: repeating-linear-gradient(
    90deg,
    var(--primary-500) 0px,
    transparent 10px,
    transparent 20px,
    var(--primary-500) 30px
  );
  clip-path: ellipse(100% 100% at 50% 0%);
}

.wave-bottom {
  bottom: 0;
  background: repeating-linear-gradient(
    -90deg,
    var(--primary-700) 0px,
    transparent 10px,
    transparent 20px,
    var(--primary-700) 30px
  );
  clip-path: ellipse(100% 100% at 50% 100%);
}

/* Desktop: Show Horizontal Layout */
@media (min-width: 992px) {
  .horizontal-timeline-wrapper {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Tablet: Vertical Stack */
@media (max-width: 991px) {
  .horizontal-timeline-wrapper {
    overflow-x: visible;
  }

  .timeline-rail {
    flex-direction: column;
    gap: 3rem;
    min-width: 100%;
    padding: 1rem;
  }

  .rail-track {
    top: 0;
    bottom: 0;
    left: 35px;
    width: 4px;
    height: auto;
    background: linear-gradient(to bottom,
      var(--primary-300),
      var(--primary-500),
      var(--primary-700)
    );
  }

  .timeline-point {
    flex-direction: row;
    min-width: 100%;
    max-width: 100%;
    align-items: flex-start;
  }

  .point-marker {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 2rem;
  }

  .point-card {
    flex-grow: 1;
  }
}

/* Mobile Responsive */
@media (max-width: 575px) {
  .timeline-section-variant {
    padding: 3rem 0;
  }

  .timeline-rail {
    gap: 2.5rem;
  }

  .rail-track {
    left: 25px;
    width: 3px;
  }

  .point-marker {
    width: 50px;
    height: 50px;
    margin-right: 1.5rem;
  }

  .marker-ring {
    inset: -8px;
    border-width: 2px;
  }

  .marker-core {
    width: 50px;
    height: 50px;
  }

  .marker-core i {
    font-size: 1.5rem;
  }

  .point-card {
    padding: 1.5rem;
  }

  .point-title {
    font-size: 1.25rem;
  }

  .point-description {
    font-size: 0.9rem;
  }
}




.career-section {
  padding: 90px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header */
.section-header-wrapper {
  text-align: center;
  position: relative;
}

.header-badge {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transform: rotate(-5deg);
}

.header-badge i {
  font-size: 2.5rem;
  color: var(--light);
}

.section-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.1;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0 auto;
  max-width: 800px;
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.04;
  pointer-events: none;
  animation: gentle-float 8s ease-in-out infinite;
}

.floating-icon i {
  font-size: 4rem;
  color: var(--neutral-900);
}

.icon-1 {
  top: 15%;
  right: 10%;
  animation-delay: 0s;
}

.icon-2 {
  top: 50%;
  left: 5%;
  animation-delay: 2s;
}

.icon-3 {
  bottom: 20%;
  right: 15%;
  animation-delay: 4s;
}

@keyframes gentle-float {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(15px, -15px) rotate(5deg); }
  66% { transform: translate(-15px, 15px) rotate(-5deg); }
}

/* Masonry Grid */
.masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  grid-auto-rows: 100px;
  position: relative;
}

.masonry-item {
  background: var(--light);
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.item-tall {
  grid-row: span 4;
}

.item-medium {
  grid-row: span 3;
}

.item-short {
  grid-row: span 3;
}

.masonry-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
  z-index: 10;
}

/* Item Badges */
.item-badge {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.badge-primary {
  background: color-mix(in srgb, var(--primary-500) 15%, var(--light) 85%);
}

.badge-secondary {
  background: color-mix(in srgb, var(--primary-300) 20%, var(--light) 80%);
}

.badge-accent {
  background: color-mix(in srgb, var(--primary-700) 15%, var(--light) 85%);
}

.badge-tertiary {
  background: color-mix(in srgb, var(--neutral-500) 15%, var(--light) 85%);
}

.item-badge i {
  font-size: 2rem;
  color: var(--primary-500);
}

.masonry-item:hover .item-badge {
  background: var(--primary-500);
  transform: rotate(180deg) scale(1.1);
}

.masonry-item:hover .item-badge i {
  color: var(--light);
}

/* Item Body */
.item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.item-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.item-role-container {
  margin-bottom: 1rem;
}

.role-chip {
  display: inline-block;
  padding: 0.5rem 1.125rem;
  background: var(--neutral-50);
  color: var(--text-primary);
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.3s ease;
}

.masonry-item:hover .role-chip {
  background: var(--primary-50);
  color: var(--primary-700);
}

.item-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

/* Item Decorations */
.item-footer {
  margin-top: auto;
  padding-top: 1rem;
}

.footer-accent {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
  transition: all 0.3s ease;
}

.masonry-item:hover .footer-accent {
  width: 100%;
}

.item-corner-decor {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-top: 3px solid var(--primary-300);
  border-right: 3px solid var(--primary-300);
  opacity: 0.3;
  transition: all 0.3s ease;
}

.masonry-item:hover .item-corner-decor {
  opacity: 1;
  transform: translate(5px, -5px);
}

.item-pattern {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(circle, var(--primary-100) 1px, transparent 1px);
  background-size: 15px 15px;
  opacity: 0.5;
  pointer-events: none;
}

.item-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: all 0.6s ease;
}

.masonry-item:hover .item-shine {
  left: 100%;
}

/* Responsive */
@media (max-width: 991px) {
  .section-title {
    font-size: 2.5rem;
  }

  .masonry-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    grid-auto-rows: 90px;
  }

  .item-tall,
  .item-medium,
  .item-short {
    grid-row: span 3;
  }

  .floating-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .career-section {
    padding: 70px 0;
  }

  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .masonry-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-auto-rows: auto;
  }

  .item-tall,
  .item-medium,
  .item-short {
    grid-row: span 1;
  }

  .masonry-item {
    padding: 1.75rem;
  }

  .item-title {
    font-size: 1.25rem;
  }

  .header-badge {
    width: 70px;
    height: 70px;
  }

  .header-badge i {
    font-size: 2rem;
  }
}




/* ========================================
   Coreinfo Section v-047 - Creative Purple
   Theme: creative-purple-01
   ======================================== */

.coreinfo-alt {
  position: relative;
  padding: 7rem 0;
  background: #ffffff;
  overflow: hidden;
}

/* Decorative Background */
.coreinfo-alt .decorative-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, 
    var(--primary-50) 0%, 
    transparent 100%);
  z-index: 0;
}

/* Header Styles */
.coreinfo-alt .header-wrapper {
  position: relative;
  z-index: 2;
}

.coreinfo-alt .header-icon-group {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.coreinfo-alt .floating-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    var(--primary-300), 
    var(--primary-700));
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  animation: floatVertical 3s ease-in-out infinite;
}

.coreinfo-alt .floating-icon.icon-2 {
  animation-delay: 0.5s;
  transform: rotate(45deg);
}

.coreinfo-alt .floating-icon.icon-3 {
  animation-delay: 1s;
}

.coreinfo-alt .floating-icon i {
  font-size: 1.75rem;
  color: #ffffff;
}

@keyframes floatVertical {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.coreinfo-alt .section-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--neutral-900);
  margin-bottom: 1rem;
  line-height: 1.2;
  background: linear-gradient(135deg, 
    var(--neutral-900) 0%, 
    var(--primary-700) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.coreinfo-alt .section-subtitle {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.coreinfo-alt .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Timeline Layout */
.coreinfo-alt .timeline-wrapper {
  position: relative;
  margin-top: 5rem;
  padding: 3rem 0;
  z-index: 2;
}

.coreinfo-alt .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, 
    var(--primary-200), 
    var(--primary-400), 
    var(--primary-200));
  transform: translateX(-50%);
  z-index: 1;
}

.coreinfo-alt .timeline-item {
  position: relative;
  margin-bottom: 4rem;
  z-index: 2;
}

.coreinfo-alt .timeline-item:last-child {
  margin-bottom: 0;
}

.coreinfo-alt .timeline-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.coreinfo-alt .timeline-item.left .timeline-content {
  justify-content: flex-end;
  padding-right: calc(50% + 3rem);
}

.coreinfo-alt .timeline-item.right .timeline-content {
  justify-content: flex-start;
  padding-left: calc(50% + 3rem);
  flex-direction: row-reverse;
}

.coreinfo-alt .timeline-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, 
    var(--primary-500), 
    var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 8px #ffffff,
              0 8px 24px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  z-index: 3;
}

.coreinfo-alt .timeline-item:hover .timeline-icon {
  transform: translateX(-50%) scale(1.15);
  box-shadow: 0 0 0 8px #ffffff,
              0 12px 32px rgba(0, 0, 0, 0.2);
}

.coreinfo-alt .timeline-icon i {
  font-size: 2rem;
  color: #ffffff;
}

.coreinfo-alt .content-box {
  background: #ffffff;
  border: 2px solid var(--neutral-100);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  max-width: 500px;
}

.coreinfo-alt .timeline-item:hover .content-box {
  border-color: var(--primary-300);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.coreinfo-alt .timeline-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.coreinfo-alt .timeline-description {
  font-size: 1.0625rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Floating Decorative Shapes */
.coreinfo-alt .floating-shape {
  position: absolute;
  z-index: 0;
  opacity: 0.1;
}

.coreinfo-alt .floating-shape.shape-circle {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  border-radius: 50%;
  top: 15%;
  right: 5%;
  animation: floatRandom 8s ease-in-out infinite;
}

.coreinfo-alt .floating-shape.shape-square {
  width: 150px;
  height: 150px;
  background: var(--primary-300);
  border-radius: 20px;
  bottom: 20%;
  left: 8%;
  transform: rotate(45deg);
  animation: floatRandom 10s ease-in-out infinite;
  animation-delay: 2s;
}

.coreinfo-alt .floating-shape.shape-triangle {
  width: 0;
  height: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-bottom: 130px solid var(--primary-100);
  top: 60%;
  right: 10%;
  animation: floatRandom 12s ease-in-out infinite;
  animation-delay: 4s;
}

@keyframes floatRandom {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(20px, -20px);
  }
  50% {
    transform: translate(-15px, 15px);
  }
  75% {
    transform: translate(15px, 10px);
  }
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .coreinfo-alt {
    padding: 5rem 0;
  }

  .coreinfo-alt .section-title {
    font-size: 2.5rem;
  }

  .coreinfo-alt .section-subtitle {
    font-size: 1.375rem;
  }

  .coreinfo-alt .timeline-wrapper {
    margin-top: 4rem;
    padding: 2rem 0;
  }

  .coreinfo-alt .timeline-line {
    left: 40px;
  }

  .coreinfo-alt .timeline-item.left .timeline-content,
  .coreinfo-alt .timeline-item.right .timeline-content {
    justify-content: flex-start;
    padding-left: 100px;
    padding-right: 0;
    flex-direction: row;
  }

  .coreinfo-alt .timeline-icon {
    left: 40px;
  }

  .coreinfo-alt .content-box {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .coreinfo-alt {
    padding: 4rem 0;
  }

  .coreinfo-alt .section-title {
    font-size: 2rem;
  }

  .coreinfo-alt .section-subtitle {
    font-size: 1.25rem;
  }

  .coreinfo-alt .section-description {
    font-size: 1rem;
  }

  .coreinfo-alt .header-icon-group {
    gap: 1rem;
  }

  .coreinfo-alt .floating-icon {
    width: 50px;
    height: 50px;
  }

  .coreinfo-alt .floating-icon i {
    font-size: 1.5rem;
  }

  .coreinfo-alt .timeline-line {
    left: 30px;
  }

  .coreinfo-alt .timeline-icon {
    left: 30px;
    width: 60px;
    height: 60px;
  }

  .coreinfo-alt .timeline-icon i {
    font-size: 1.5rem;
  }

  .coreinfo-alt .timeline-item.left .timeline-content,
  .coreinfo-alt .timeline-item.right .timeline-content {
    padding-left: 80px;
  }

  .coreinfo-alt .content-box {
    padding: 1.5rem;
  }

  .coreinfo-alt .timeline-title {
    font-size: 1.375rem;
  }

  .coreinfo-alt .timeline-description {
    font-size: 1rem;
  }

  .coreinfo-alt .floating-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .coreinfo-alt {
    padding: 3rem 0;
  }

  .coreinfo-alt .section-title {
    font-size: 1.75rem;
  }

  .coreinfo-alt .section-subtitle {
    font-size: 1.125rem;
  }

  .coreinfo-alt .timeline-item {
    margin-bottom: 3rem;
  }

  .coreinfo-alt .timeline-line {
    left: 25px;
  }

  .coreinfo-alt .timeline-icon {
    left: 25px;
    width: 50px;
    height: 50px;
  }

  .coreinfo-alt .timeline-icon i {
    font-size: 1.25rem;
  }

  .coreinfo-alt .timeline-item.left .timeline-content,
  .coreinfo-alt .timeline-item.right .timeline-content {
    padding-left: 70px;
  }

  .coreinfo-alt .timeline-title {
    font-size: 1.25rem;
  }
}



/* ========================================
   CONTACT SECTION V-024 - Creative Purple
   Theme: creative-purple-01
   ======================================== */

.contact-section-minimal {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--primary-50) 50%, var(--surface-primary) 100%);
  padding: 100px 0;
  overflow: hidden;
}

/* ========================================
   CREATIVE LEFT PANEL
   ======================================== */

.creative-left-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* ========================================
   ARTISTIC HEADER
   ======================================== */

.artistic-header-zone {
  position: relative;
  padding: 2rem 0;
}

.abstract-accent-group {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 2rem;
}

.accent-ring {
  position: absolute;
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  animation: ringPulse 4s ease-in-out infinite;
}

.accent-ring.ring-1 {
  width: 60px;
  height: 60px;
  top: 20px;
  left: 20px;
  opacity: 0.4;
}

.accent-ring.ring-2 {
  width: 80px;
  height: 80px;
  top: 10px;
  left: 10px;
  opacity: 0.2;
  animation-delay: 1s;
}

@keyframes ringPulse {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.2) rotate(180deg);
    opacity: 0.1;
  }
}

.accent-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: dotFloat 3s ease-in-out infinite;
}

.accent-dot.dot-1 {
  top: 0;
  left: 50%;
  animation-delay: 0s;
}

.accent-dot.dot-2 {
  bottom: 10px;
  left: 0;
  animation-delay: 1s;
}

.accent-dot.dot-3 {
  bottom: 10px;
  right: 20px;
  animation-delay: 2s;
}

@keyframes dotFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* ========================================
   TYPOGRAPHY
   ======================================== */

.contact-section-minimal .title-creative {
  color: var(--text-primary);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.contact-section-minimal .subtitle-purple {
  color: var(--primary-500);
  font-weight: 600;
  line-height: 1.5;
}

.contact-section-minimal .desc-creative {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 600px;
}

/* ========================================
   PREMIUM INFO BLOCKS
   ======================================== */

.premium-info-collection {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.premium-info-item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem;
  background: linear-gradient(135deg, var(--surface-primary), var(--surface-secondary));
  border: 2px solid var(--border-light);
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: var(--shadow-sm);
}

.premium-info-item:hover {
  transform: translateX(10px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-300);
}

.premium-icon-sphere {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  color: #ffffff;
  font-size: 1.3rem;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4);
  transition: transform 0.3s ease;
}

.premium-info-item:hover .premium-icon-sphere {
  transform: rotate(360deg);
}

.premium-info-text {
  margin: 0;
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

/* ========================================
   ICON CONSTELLATION
   ======================================== */

.icon-constellation {
  position: relative;
  height: 150px;
  margin-top: 2rem;
}

.constellation-node {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100);
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  color: var(--primary-700);
  font-size: 1.25rem;
  animation: nodeGlow 3s ease-in-out infinite;
}

.constellation-node.node-1 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.constellation-node.node-2 {
  top: 10%;
  right: 30%;
  animation-delay: 0.75s;
}

.constellation-node.node-3 {
  bottom: 30%;
  left: 30%;
  animation-delay: 1.5s;
}

.constellation-node.node-4 {
  bottom: 20%;
  right: 10%;
  animation-delay: 2.25s;
}

@keyframes nodeGlow {
  0%, 100% {
    box-shadow: 0 0 10px rgba(124, 58, 237, 0.2);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 25px rgba(124, 58, 237, 0.5);
    transform: scale(1.1);
  }
}

.constellation-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-300), transparent);
  opacity: 0.3;
}

.constellation-line.line-1 {
  width: 200px;
  top: 30%;
  left: 15%;
  transform: rotate(20deg);
}

.constellation-line.line-2 {
  width: 150px;
  top: 40%;
  right: 20%;
  transform: rotate(-30deg);
}

.constellation-line.line-3 {
  width: 180px;
  bottom: 40%;
  left: 25%;
  transform: rotate(45deg);
}

/* ========================================
   PREMIUM FORM SHELL
   ======================================== */

.premium-form-shell {
  position: relative;
  background: var(--surface-primary);
  border: 2px solid var(--primary-100);
  border-radius: 24px;
  padding: 3.5rem;
  box-shadow: 0 25px 80px rgba(124, 58, 237, 0.15);
  overflow: hidden;
}

/* Holographic Background */
.holographic-bg {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(124, 58, 237, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(196, 181, 253, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

/* ========================================
   PREMIUM FORM GRID
   ======================================== */

.premium-grid-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
  margin-bottom: 2rem;
}

.premium-field-wrapper.field-name,
.premium-field-wrapper.field-email {
  grid-column: span 1;
}

.premium-field-wrapper.field-phone,
.premium-field-wrapper.field-message {
  grid-column: span 2;
}

.premium-field-label {
  display: block;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.premium-input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.field-icon-lead {
  position: absolute;
  left: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-500);
  font-size: 1.1rem;
  pointer-events: none;
  z-index: 2;
  transition: all 0.3s ease;
}

.premium-input-field {
  width: 100%;
  padding: 1rem 1.125rem 1rem 3.5rem;
  font-size: 1rem;
  color: var(--text-primary);
  background: var(--surface-secondary);
  border: 2px solid var(--border-light);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.premium-input-field:focus {
  outline: none;
  background: #ffffff;
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.1);
}

.premium-input-field:focus ~ .field-focus-line {
  width: 100%;
}

.premium-input-field:focus ~ .field-icon-lead {
  color: var(--primary-700);
  transform: translateY(-50%) scale(1.1);
}

.field-focus-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 0 0 12px 12px;
  transition: width 0.4s ease;
}

.premium-textarea-field {
  resize: vertical;
  min-height: 130px;
  padding-top: 1rem;
}

.premium-textarea-field ~ .field-icon-lead {
  top: 1.5rem;
  transform: none;
}

.premium-textarea-field:focus ~ .field-icon-lead {
  transform: scale(1.1);
}

/* ========================================
   PREMIUM CHECKBOX
   ======================================== */

.premium-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
}

.premium-checkbox-input {
  display: none;
}

.premium-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  cursor: pointer;
  user-select: none;
}

.premium-check-indicator {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--surface-secondary);
  border: 2px solid var(--border-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
}

.check-svg-icon {
  width: 18px;
  height: 18px;
  color: #ffffff;
  opacity: 0;
  transform: scale(0) rotate(-90deg);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.premium-checkbox-input:checked + .premium-checkbox-label .premium-check-indicator {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-color: var(--primary-700);
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}

.premium-checkbox-input:checked + .premium-checkbox-label .check-svg-icon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.premium-checkbox-caption {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ========================================
   PREMIUM SUBMIT BUTTON
   ======================================== */

.premium-action-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.btn-premium-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 1.25rem 3rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--button-primary-text);
  background: transparent;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
}

.btn-premium-submit:hover {
  transform: translateY(-4px) scale(1.02);
}

.btn-gradient-layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 14px;
  transition: all 0.4s ease;
}

.btn-premium-submit:hover .btn-gradient-layer {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(124, 58, 237, 0.5);
}

.btn-glow-effect {
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 16px;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.4s ease;
}

.btn-premium-submit:hover .btn-glow-effect {
  opacity: 0.6;
}

.btn-content-premium {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 1;
}

/* ========================================
   PREMIUM DECORATIVE ORBS
   ======================================== */

.premium-orb {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  filter: blur(60px);
  pointer-events: none;
  animation: orbFloat 10s ease-in-out infinite;
}

.premium-orb.orb-purple-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: -50px;
  right: -50px;
  animation-delay: 0s;
}

.premium-orb.orb-purple-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-300);
  bottom: -30px;
  left: -30px;
  animation-delay: 3s;
}

.premium-orb.orb-purple-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  top: 50%;
  left: 50%;
  animation-delay: 6s;
}

@keyframes orbFloat {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(20px, -30px);
  }
  66% {
    transform: translate(-25px, 20px);
  }
}

/* ========================================
   AMBIENT CREATIVE BACKGROUND
   ======================================== */

.creative-ambient-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.ambient-gradient {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  opacity: 0.06;
  filter: blur(100px);
  animation: ambientMove 20s ease-in-out infinite;
}

.ambient-gradient.gradient-1 {
  background: var(--primary-300);
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}

.ambient-gradient.gradient-2 {
  background: var(--primary-500);
  bottom: -150px;
  right: -150px;
  animation-delay: 7s;
}

.ambient-gradient.gradient-3 {
  background: var(--primary-700);
  top: 50%;
  left: 50%;
  animation-delay: 14s;
}

@keyframes ambientMove {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(50px, -50px) scale(1.2);
  }
}

/* Sparkle Effects */
.sparkle-effect {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0;
  animation: sparkleAnimation 4s ease-in-out infinite;
}

.sparkle-effect.sparkle-1 {
  top: 15%;
  left: 20%;
  animation-delay: 0s;
}

.sparkle-effect.sparkle-2 {
  top: 30%;
  right: 25%;
  animation-delay: 0.8s;
}

.sparkle-effect.sparkle-3 {
  bottom: 25%;
  left: 30%;
  animation-delay: 1.6s;
}

.sparkle-effect.sparkle-4 {
  top: 60%;
  right: 15%;
  animation-delay: 2.4s;
}

.sparkle-effect.sparkle-5 {
  bottom: 15%;
  left: 15%;
  animation-delay: 3.2s;
}

@keyframes sparkleAnimation {
  0%, 100% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.5);
  }
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 991.98px) {
  .contact-section-minimal {
    padding: 60px 0;
  }

  .premium-form-shell {
    padding: 2.5rem;
    margin-bottom: 2rem;
  }

  .premium-grid-layout {
    grid-template-columns: 1fr;
  }

  .premium-field-wrapper.field-name,
  .premium-field-wrapper.field-email,
  .premium-field-wrapper.field-phone,
  .premium-field-wrapper.field-message {
    grid-column: span 1;
  }

  .icon-constellation {
    height: 120px;
  }
}

@media (max-width: 767.98px) {
  .premium-form-shell {
    padding: 2rem;
  }

  .premium-action-section {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-premium-submit {
    width: 100%;
    justify-content: center;
  }

  .abstract-accent-group {
    width: 80px;
    height: 80px;
  }

  .accent-ring.ring-1 {
    width: 50px;
    height: 50px;
  }

  .accent-ring.ring-2 {
    width: 70px;
    height: 70px;
  }
}



.blog-section-pro {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Organic Header */
.blog-section-pro .organic-header {
  position: relative;
}

.blog-section-pro .leaf-icon-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: var(--primary-500);
  opacity: 0.7;
}

.blog-section-pro .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.blog-section-pro .section-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--primary-500);
}

.blog-section-pro .section-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 90%;
  margin: 0 auto;
}

/* Organic Blog Cards */
.blog-section-pro .blog-card-organic {
  height: 100%;
}

.blog-section-pro .organic-frame {
  background: var(--light);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--neutral-100);
}

.blog-section-pro .organic-frame:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

/* Blog Image */
.blog-section-pro .blog-image-organic {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: var(--neutral-50);
}

.blog-section-pro .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-section-pro .organic-frame:hover .blog-image {
  transform: scale(1.06);
}

.blog-section-pro .natural-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, 
    transparent 0%, 
    color-mix(in srgb, var(--primary-500) 5%, transparent) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-section-pro .organic-frame:hover .natural-overlay {
  opacity: 1;
}

/* Organic Content */
.blog-section-pro .organic-content {
  padding: 2rem 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.blog-section-pro .icon-accent {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-500) 12%, var(--light));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--primary-500);
  font-size: 1.4rem;
  transition: all 0.3s ease;
}

.blog-section-pro .organic-frame:hover .icon-accent {
  background: var(--primary-500);
  color: var(--light);
  transform: rotate(10deg);
}

.blog-section-pro .blog-title-organic {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.4;
}

.blog-section-pro .blog-excerpt-organic {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex: 1;
}

.blog-section-pro .blog-link-organic {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary-500);
  text-decoration: none;
  display: inline-block;
  padding: 0.65rem 1.5rem;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
  border-radius: 25px;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.blog-section-pro .blog-link-organic:hover {
  background: var(--primary-500);
  color: var(--light);
  transform: translateX(5px);
}

/* Natural Decorative Elements */
.blog-section-pro .organic-pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 30%, color-mix(in srgb, var(--primary-300) 4%, transparent) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, color-mix(in srgb, var(--primary-500) 3%, transparent) 0%, transparent 50%);
  pointer-events: none;
}

.blog-section-pro .leaf-decoration-1 {
  position: absolute;
  top: 15%;
  right: 5%;
  width: 100px;
  height: 100px;
  border-radius: 0 100% 0 100%;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent);
  pointer-events: none;
  transform: rotate(45deg);
}

.blog-section-pro .leaf-decoration-2 {
  position: absolute;
  bottom: 20%;
  left: 3%;
  width: 120px;
  height: 120px;
  border-radius: 100% 0 100% 0;
  background: color-mix(in srgb, var(--primary-500) 6%, transparent);
  pointer-events: none;
  transform: rotate(-30deg);
}

/* Responsive Design */
@media (max-width: 991px) {
  .blog-section-pro .section-title {
    font-size: 2.25rem;
  }
  
  .blog-section-pro .section-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .blog-section-pro .section-title {
    font-size: 1.9rem;
  }
  
  .blog-section-pro .leaf-icon-group {
    font-size: 1.5rem;
  }
  
  .blog-section-pro .blog-image-organic {
    height: 200px;
  }
  
  .blog-section-pro .organic-content {
    padding: 1.5rem 1.25rem;
  }
  
  .blog-section-pro .leaf-decoration-1,
  .blog-section-pro .leaf-decoration-2 {
    display: none;
  }
}




.faq-section-alt {
  position: relative;
  background: var(--neutral-0);
  overflow: hidden;
}

/* Header Decoration */
.faq-section-alt .header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.faq-section-alt .header-decoration .deco-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}

.faq-section-alt .header-decoration i {
  font-size: 2.5rem;
  color: var(--primary-600);
}

.faq-section-alt #faq-title {
  color: var(--neutral-900);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.faq-section-alt #faq-subtitle {
  color: var(--primary-600);
  font-weight: 600;
}

.faq-section-alt #faq-desc {
  color: var(--neutral-600);
  line-height: 1.8;
}

/* Tab-Style Cards */
.faq-section-alt .faq-tab-card {
  position: relative;
  padding-top: 10px;
}

.faq-section-alt .tab-indicator {
  position: absolute;
  top: 0;
  left: 20px;
  width: 80px;
  height: 10px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-600));
  border-radius: 0 0 8px 8px;
  z-index: 2;
  transition: all 0.3s ease;
}

.faq-section-alt .faq-tab-card:hover .tab-indicator {
  width: 120px;
  background: linear-gradient(90deg, var(--primary-600), var(--primary-700));
}

.faq-section-alt .faq-tab-card .card {
  background: var(--neutral-0);
  border-radius: 14px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq-section-alt .faq-tab-card:hover .card {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

.faq-section-alt .card-header {
  padding: 1.5rem;
}

.faq-section-alt .tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 12px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.faq-section-alt .tab-icon i {
  font-size: 1.5rem;
  color: var(--neutral-0);
}

.faq-section-alt .faq-tab-card:hover .tab-icon {
  transform: scale(1.1) rotate(5deg);
}

.faq-section-alt .card-header h5 {
  color: var(--neutral-900);
  font-size: 1.05rem;
  line-height: 1.4;
}

.faq-section-alt .card-body {
  padding: 1.5rem;
}

.faq-section-alt .card-body p {
  color: var(--neutral-700);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Background Elements */
.faq-section-alt .bg-element {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.faq-section-alt .element-1 {
  width: 450px;
  height: 450px;
  top: -150px;
  right: -150px;
}

.faq-section-alt .element-2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  left: -100px;
}

.faq-section-alt .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991px) {
  .faq-section-alt #faq-title {
    font-size: 2.5rem;
  }

  .faq-section-alt .header-decoration i {
    font-size: 2rem;
  }

  .faq-section-alt .header-decoration .deco-line {
    width: 40px;
  }

  .faq-section-alt .tab-icon {
    width: 45px;
    height: 45px;
  }

  .faq-section-alt .tab-icon i {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .faq-section-alt #faq-title {
    font-size: 2rem;
  }

  .faq-section-alt .header-decoration {
    gap: 1rem;
  }

  .faq-section-alt .header-decoration i {
    font-size: 1.75rem;
  }

  .faq-section-alt .header-decoration .deco-line {
    width: 30px;
  }

  .faq-section-alt .tab-indicator {
    left: 15px;
    width: 60px;
    height: 8px;
  }

  .faq-section-alt .faq-tab-card:hover .tab-indicator {
    width: 90px;
  }

  .faq-section-alt .card-header {
    padding: 1rem;
  }

  .faq-section-alt .tab-icon {
    width: 40px;
    height: 40px;
    margin-right: 0.75rem !important;
  }

  .faq-section-alt .tab-icon i {
    font-size: 1.1rem;
  }

  .faq-section-alt .card-header h5 {
    font-size: 0.95rem;
  }

  .faq-section-alt .card-body {
    padding: 1rem;
  }

  .faq-section-alt .card-body p {
    font-size: 0.9rem;
  }

  .faq-section-alt .bg-element {
    width: 250px !important;
    height: 250px !important;
  }
}







.gallery-section-alt {
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary)) 100%);
  position: relative;
  overflow: hidden;
}

.gallery-section-alt .decorative-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.gallery-section-alt .accent-bar {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}

.gallery-section-alt .decorative-header i {
  font-size: 2rem;
  color: var(--primary-500);
}

.gallery-section-alt .asymmetric-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .gallery-section-alt .asymmetric-gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
  }
}

.gallery-section-alt .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (min-width: 768px) {
  .gallery-section-alt .item-xlarge {
    grid-column: span 2;
    grid-row: span 2;
  }
  
  .gallery-section-alt .item-wide {
    grid-column: span 2;
  }
  
  .gallery-section-alt .cluster-medium {
    grid-column: span 2;
  }
  
  .gallery-section-alt .cluster-small {
    grid-column: span 2;
  }
}

.gallery-section-alt .gallery-cluster {
  display: grid;
  gap: 20px;
}

.gallery-section-alt .cluster-medium {
  grid-template-columns: 1fr 1fr;
}

.gallery-section-alt .cluster-small {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .gallery-section-alt .cluster-medium,
  .gallery-section-alt .cluster-small {
    grid-template-columns: 1fr;
  }
}

.gallery-section-alt .gallery-item:hover {
  transform: rotate(-2deg) scale(1.05);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.gallery-section-alt .gallery-item:nth-child(even):hover {
  transform: rotate(2deg) scale(1.05);
}

.gallery-section-alt .item-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.gallery-section-alt .item-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.gallery-section-alt .gallery-item:hover .item-wrapper img {
  transform: scale(1.15);
  filter: saturate(1.3) brightness(0.9);
}

.gallery-section-alt .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 80%, transparent),
    color-mix(in srgb, var(--primary-700) 90%, transparent));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-section-alt .gallery-item:hover .hover-overlay {
  opacity: 1;
}

.gallery-section-alt .overlay-icon {
  width: 60px;
  height: 60px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(180deg);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.gallery-section-alt .gallery-item:hover .overlay-icon {
  transform: scale(1) rotate(0deg);
}

.gallery-section-alt .overlay-icon i {
  font-size: 1.8rem;
  color: var(--primary-500);
}

.gallery-section-alt .featured-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border: 3px solid var(--light);
  border-radius: 50%;
  animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(147, 51, 234, 0.7);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(147, 51, 234, 0);
  }
}

.gallery-section-alt .creative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.gallery-section-alt .shape-blob {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.08;
  background: var(--primary-300);
}

.gallery-section-alt .blob-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
  animation: morph 10s ease-in-out infinite;
}

.gallery-section-alt .blob-2 {
  width: 250px;
  height: 250px;
  bottom: -80px;
  right: -80px;
  animation: morph 12s ease-in-out infinite reverse;
}

.gallery-section-alt .shape-square {
  position: absolute;
  width: 150px;
  height: 150px;
  background: var(--primary-500);
  opacity: 0.05;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  animation: rotate-slow 20s linear infinite;
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  50% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes rotate-slow {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}




/* Footer section */

.footer-clean {
  position: relative;
  padding: 90px 0 50px;
  background: linear-gradient(180deg, 
    color-mix(in srgb, var(--primary-700) 93%, transparent) 0%, 
    color-mix(in srgb, var(--primary-500) 88%, transparent) 100%), 
    url('MAV_assets/MAV_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  color: #ffffff;
}

.footer-overlay-clean {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-700) 85%, transparent);
  z-index: 1;
}

.footer-clean .container {
  z-index: 2;
}

/* Brand Section */
.decorative-icon-top i {
  font-size: 2.5rem;
  color: color-mix(in srgb, var(--primary-300) 80%, #ffffff 20%);
  display: inline-block;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.footer-brand-clean {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}

.footer-desc-clean {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  max-width: 700px;
  margin: 0 auto;
}

/* Footer Blocks */
.footer-block-clean {
  position: relative;
  padding: 2rem;
  background: color-mix(in srgb, var(--primary-500) 12%, transparent);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.footer-block-clean:hover {
  background: color-mix(in srgb, var(--primary-500) 18%, transparent);
  transform: translateY(-5px);
}

.footer-subtitle-clean {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}

/* Navigation Links */
.footer-nav-list li {
  margin-bottom: 0.8rem;
}

.footer-nav-list a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.footer-nav-list a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 0.3s ease;
}

.footer-nav-list a:hover {
  color: #ffffff;
}

.footer-nav-list a:hover::after {
  width: 100%;
}

/* Decorative Line */
.decorative-line-clean {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, 
    color-mix(in srgb, var(--primary-300) 70%, #ffffff 30%), transparent);
  margin: 1.5rem auto 0;
}

/* Contact List */
.contact-list-clean {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-entry-clean {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
}

.contact-entry-clean i {
  font-size: 1.2rem;
  color: color-mix(in srgb, var(--primary-300) 80%, #ffffff 20%);
  flex-shrink: 0;
}

.contact-value-clean {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
}

/* Disclaimer */
.footer-disclaimer-clean {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Decorative Dots */
.decorative-dots-clean {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.decorative-dots-clean span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: inline-block;
  animation: pulse 2s ease-in-out infinite;
}

.decorative-dots-clean span:nth-child(2) {
  animation-delay: 0.3s;
}

.decorative-dots-clean span:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

/* Copyright */
.footer-copyright-clean {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  margin: 0;
}

/* Floating Shapes */
.floating-shape-clean {
  position: absolute;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent);
  filter: blur(50px);
  pointer-events: none;
}

.shape-left {
  width: 400px;
  height: 400px;
  top: 10%;
  left: -150px;
  animation: morphing 8s ease-in-out infinite;
}

.shape-right {
  width: 350px;
  height: 350px;
  bottom: 10%;
  right: -120px;
  animation: morphing 10s ease-in-out infinite reverse;
}

@keyframes morphing {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-clean {
    padding: 70px 0 40px;
  }

  .footer-brand-clean {
    font-size: 1.75rem;
  }

  .footer-block-clean {
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  .footer-clean {
    padding: 60px 0 40px;
    background-attachment: scroll;
  }

  .decorative-icon-top i {
    font-size: 2rem;
  }

  .footer-brand-clean {
    font-size: 1.5rem;
  }

  .footer-block-clean {
    padding: 1.25rem;
  }

  .contact-entry-clean {
    flex-direction: column;
    text-align: center;
  }

  .floating-shape-clean {
    display: none;
  }
}




/* Universal section */
/* Theme: creative-purple-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
}

.header-badge {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.header-badge i {
  font-size: 2rem;
  color: var(--light);
}

.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: 720px;
}

/* Timeline */
.timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
  transform: translateX(-50%);
  z-index: 0;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: calc(50% + 50px);
  margin-bottom: 4rem;
}

.timeline-item-reverse {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: calc(50% + 50px);
}

.timeline-marker {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: 2;
}

.marker-dot {
  width: 20px;
  height: 20px;
  background: var(--primary-500);
  border: 4px solid var(--light);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--primary-100);
  transition: all 0.3s ease;
}

.timeline-item:hover .marker-dot {
  transform: scale(1.3);
  background: var(--primary-700);
}

.marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: var(--primary-300);
  border-radius: 50%;
  animation: pulse 2s infinite;
  opacity: 0;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

/* Timeline Content */
.timeline-content {
  position: relative;
  background: var(--light);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--neutral-100);
  transition: all 0.3s ease;
  max-width: 400px;
  width: 100%;
}

.timeline-item:hover .timeline-content {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.timeline-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.timeline-icon i {
  font-size: 1.75rem;
  color: var(--primary-500);
}

.timeline-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

.timeline-decorative {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 80px;
  height: 80px;
  background: var(--primary-50);
  border-radius: 50%;
  opacity: 0.5;
  z-index: -1;
}

/* Decorative Elements */
.decorative-shape {
  position: absolute;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 5%;
  left: -10%;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: 10%;
  right: -8%;
  animation: float 25s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(30px, -30px) rotate(10deg);
  }
}

.decorative-gradient {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.gradient-1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .timeline-item,
  .timeline-item-reverse {
    padding-left: 80px;
    padding-right: 0;
    justify-content: flex-start;
  }

  .timeline-marker {
    left: 30px;
    transform: translateX(0);
  }

  .timeline-line {
    left: 30px;
    transform: translateX(0);
  }

  .timeline-content {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .timeline-item {
    margin-bottom: 3rem;
  }

  .timeline-content {
    padding: 1.5rem;
  }

  .timeline-title {
    font-size: 1.25rem;
  }

  .decorative-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .timeline-item,
  .timeline-item-reverse {
    padding-left: 50px;
  }

  .timeline-marker {
    left: 15px;
  }

  .timeline-line {
    left: 15px;
  }

  .marker-dot {
    width: 16px;
    height: 16px;
  }

  .timeline-content {
    padding: 1.25rem;
  }

  .timeline-icon {
    width: 50px;
    height: 50px;
  }

  .timeline-icon i {
    font-size: 1.5rem;
  }
}




/* Universal section */

.additional-universal-section.v-056 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-056 .section-header {
  position: relative;
  z-index: 2;
}

.v-056 .header-badge {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.v-056 .header-badge i {
  font-size: 32px;
  color: var(--light);
}

.v-056 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-056 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-056 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Timeline Wrapper */
.v-056 .timeline-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 40px 0;
  z-index: 2;
}

.v-056 .timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary-300), var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

/* Timeline Items */
.v-056 .timeline-item {
  position: relative;
  margin-bottom: 80px;
  display: flex;
}

.v-056 .timeline-item:last-child {
  margin-bottom: 0;
}

.v-056 .timeline-item.left {
  justify-content: flex-start;
  padding-right: calc(50% + 50px);
}

.v-056 .timeline-item.right {
  justify-content: flex-end;
  padding-left: calc(50% + 50px);
}

.v-056 .timeline-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.v-056 .timeline-item.left .timeline-content {
  flex-direction: row;
}

.v-056 .timeline-item.right .timeline-content {
  flex-direction: row-reverse;
}

/* Timeline Icon */
.v-056 .timeline-icon {
  width: 64px;
  height: 64px;
  background: var(--light);
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.v-056 .timeline-icon i {
  font-size: 28px;
  color: var(--primary-500);
}

.v-056 .timeline-icon.large {
  width: 80px;
  height: 80px;
  border-width: 5px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-color: var(--primary-700);
}

.v-056 .timeline-icon.large i {
  font-size: 36px;
  color: var(--light);
}

/* Content Box */
.v-056 .content-box {
  flex: 1;
  background: var(--light);
  padding: 32px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.v-056 .content-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.v-056 .content-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
}

/* Timeline Content */
.v-056 .timeline-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-056 .timeline-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Item */
.v-056 .timeline-item.featured .content-box {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 95%, var(--light) 5%), color-mix(in srgb, var(--primary-700) 95%, var(--light) 5%));
  padding: 40px;
}

.v-056 .timeline-item.featured .timeline-title {
  color: var(--light);
  font-size: 1.75rem;
}

.v-056 .timeline-item.featured .timeline-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-056 .timeline-item.featured .content-box::before {
  background: color-mix(in srgb, var(--light) 30%, transparent 70%);
}

/* Timeline Decorations */
.v-056 .timeline-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
  border-radius: 50%;
  pointer-events: none;
}

.v-056 .timeline-decoration.featured-deco {
  background: color-mix(in srgb, var(--light) 15%, transparent 85%);
}

/* Background Decorations */
.v-056 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-056 .deco-leaf {
  position: absolute;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
  border-radius: 0 80% 0 80%;
  animation: leaf-sway 15s ease-in-out infinite;
}

.v-056 .deco-leaf.leaf-1 {
  top: 15%;
  left: 5%;
}

.v-056 .deco-leaf.leaf-2 {
  bottom: 20%;
  right: 8%;
  transform: rotate(180deg);
}

@keyframes leaf-sway {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
}

.v-056 .deco-circle {
  position: absolute;
  top: 40%;
  right: 10%;
  width: 300px;
  height: 300px;
  background: color-mix(in srgb, var(--primary-500) 5%, transparent 95%);
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-056 {
    padding: 80px 0;
  }

  .v-056 .section-title {
    font-size: 2.25rem;
  }

  .v-056 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-056 .timeline-wrapper {
    padding: 20px 0;
  }

  .v-056 .timeline-line {
    left: 32px;
  }

  .v-056 .timeline-item.left,
  .v-056 .timeline-item.right {
    padding-left: 80px;
    padding-right: 0;
    justify-content: flex-start;
  }

  .v-056 .timeline-item.left .timeline-content,
  .v-056 .timeline-item.right .timeline-content {
    flex-direction: row;
  }

  .v-056 .timeline-item {
    margin-bottom: 60px;
  }

  .v-056 .content-box {
    padding: 28px;
  }

  .v-056 .timeline-item.featured .content-box {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .v-056 {
    padding: 60px 0;
  }

  .v-056 .section-title {
    font-size: 1.875rem;
  }

  .v-056 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-056 .section-description {
    font-size: 1rem;
  }

  .v-056 .header-badge {
    width: 64px;
    height: 64px;
  }

  .v-056 .header-badge i {
    font-size: 24px;
  }

  .v-056 .timeline-item {
    margin-bottom: 40px;
  }

  .v-056 .timeline-icon {
    width: 56px;
    height: 56px;
  }

  .v-056 .timeline-icon i {
    font-size: 24px;
  }

  .v-056 .timeline-icon.large {
    width: 64px;
    height: 64px;
  }

  .v-056 .timeline-icon.large i {
    font-size: 28px;
  }

  .v-056 .content-box {
    padding: 24px;
  }

  .v-056 .timeline-item.featured .content-box {
    padding: 28px;
  }

  .v-056 .timeline-title {
    font-size: 1.25rem;
  }

  .v-056 .timeline-item.featured .timeline-title {
    font-size: 1.5rem;
  }
}




/* Universal section */

.additional-universal-section.v-062 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-062 .section-header {
  max-width: 850px;
  margin: 0 auto 80px;
}

.v-062 .icon-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.v-062 .icon-cluster i {
  font-size: 32px;
  color: var(--primary-500);
  animation: iconBounce 2s ease-in-out infinite;
}

.v-062 .icon-cluster i:nth-child(1) {
  animation-delay: 0s;
}

.v-062 .icon-cluster i:nth-child(2) {
  animation-delay: 0.3s;
}

.v-062 .icon-cluster i:nth-child(3) {
  animation-delay: 0.6s;
}

.v-062 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-062 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-062 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Content Items */
.v-062 .content-items {
  position: relative;
  z-index: 2;
}

.v-062 .content-item {
  margin-bottom: 80px;
  position: relative;
}

.v-062 .content-item:last-child {
  margin-bottom: 0;
}

.v-062 .content-item::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
}

.v-062 .content-item:last-child::after {
  display: none;
}

/* Content Text */
.v-062 .content-text {
  padding: 0 20px;
}

.v-062 .item-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: color-mix(in srgb, var(--primary-500) 12%, white);
  border-radius: 14px;
  position: relative;
}

.v-062 .item-badge::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 16px;
  border: 2px solid var(--primary-300);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.v-062 .content-item:hover .item-badge::before {
  opacity: 1;
}

.v-062 .item-badge i {
  font-size: 26px;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.v-062 .content-item:hover .item-badge i {
  transform: scale(1.15);
}

.v-062 .item-title {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 16px;
}

.v-062 .item-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 0;
}

/* Content Visual */
.v-062 .content-visual {
  padding: 0 20px;
}

.v-062 .visual-placeholder {
  aspect-ratio: 16/11;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 15%, white),
    color-mix(in srgb, var(--primary-500) 10%, white));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-062 .visual-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, 
    transparent 30%, 
    color-mix(in srgb, var(--primary-500) 20%, transparent) 50%, 
    transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.v-062 .content-item:hover .visual-placeholder {
  transform: scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.v-062 .content-item:hover .visual-placeholder::before {
  opacity: 1;
}

.v-062 .visual-placeholder i {
  font-size: 80px;
  color: var(--primary-500);
  opacity: 0.3;
  z-index: 1;
  position: relative;
}

/* Decorative Background */
.v-062 .decorative-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}

.v-062 .bg-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-300), transparent 70%);
  opacity: 0.12;
}

.v-062 .bg-circle-1 {
  width: 500px;
  height: 500px;
  top: 10%;
  left: -150px;
  animation: floatSlow 25s ease-in-out infinite;
}

.v-062 .bg-circle-2 {
  width: 400px;
  height: 400px;
  bottom: 10%;
  right: -120px;
  animation: floatSlow 30s ease-in-out infinite reverse;
}

/* Animations */
@keyframes iconBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes floatSlow {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 30px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-062 {
    padding: 80px 0;
  }

  .v-062 .section-header {
    margin-bottom: 60px;
  }

  .v-062 .section-title {
    font-size: 2.25rem;
  }

  .v-062 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-062 .content-item {
    margin-bottom: 60px;
  }

  .v-062 .item-title {
    font-size: 1.5rem;
  }

  .v-062 .content-text {
    text-align: center;
  }

  .v-062 .visual-placeholder i {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .v-062 {
    padding: 60px 0;
  }

  .v-062 .section-title {
    font-size: 1.875rem;
  }

  .v-062 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-062 .icon-cluster i {
    font-size: 26px;
  }

  .v-062 .content-item {
    margin-bottom: 50px;
  }

  .v-062 .item-title {
    font-size: 1.375rem;
  }
}




.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-100);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_process_container {
  max-width: 800px;
  margin: 0 auto;
}

.add_wrap .add_process_step {
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
  margin-bottom: var(--space-10);
  position: relative;
}

.add_wrap .add_process_step:last-child {
  margin-bottom: 0;
}

.add_wrap .add_step_number {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-100);
  font-size: 1.5rem;
  font-weight: bold;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.add_wrap .add_step_content {
  flex-grow: 1;
  background-color: var(--neutral-50);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
  position: relative;
  top: var(--space-2);
}

.add_wrap .add_step_content:before {
  content: '';
  position: absolute;
  left: -12px;
  top: var(--space-6);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid var(--neutral-200);
}

.add_wrap .add_step_content:after {
  content: '';
  position: absolute;
  left: -11px;
  top: calc(var(--space-6) + 1px);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid var(--neutral-50);
}

.add_wrap .add_step_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_step_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_step_connector {
  position: absolute;
  left: 39px;
  top: 80px;
  bottom: -40px;
  width: 2px;
  background: linear-gradient(to bottom, var(--primary-300), var(--primary-200));
  z-index: 1;
}

.add_wrap .add_process_step:last-child .add_step_connector {
  display: none;
}

.add_wrap .add_process_step:nth-child(even) .add_step_number {
  background: linear-gradient(135deg, var(--primary-400), var(--primary-300));
}

.add_wrap .add_process_step:nth-child(even) .add_step_content {
  background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}

@media (max-width: 768px) {
  .add_wrap .add_process_step {
    gap: var(--space-4);
    margin-bottom: var(--space-8);
  }
  
  .add_wrap .add_step_number {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
  
  .add_wrap .add_step_content {
    padding: var(--space-4);
  }
  
  .add_wrap .add_step_content:before {
    left: -8px;
    border-right-width: 8px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
  
  .add_wrap .add_step_content:after {
    left: -7px;
    border-right-width: 7px;
    border-top-width: 7px;
    border-bottom-width: 7px;
  }
  
  .add_wrap .add_step_connector {
    left: 29px;
    top: 60px;
    bottom: -32px;
  }
}


/* Universal section */

.additional-universal-section.v-061 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-061 .section-header {
  max-width: 800px;
  margin: 0 auto 60px;
}

.v-061 .decorative-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: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.v-061 .decorative-badge i {
  font-size: 28px;
  color: white;
}

.v-061 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-061 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-061 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
}

/* Cards Grid */
.v-061 .cards-grid {
  position: relative;
  z-index: 2;
}

.v-061 .service-card {
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 40px 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.v-061 .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-061 .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.v-061 .service-card:hover::before {
  transform: scaleX(1);
}

.v-061 .service-card.featured {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 5%, white),
    color-mix(in srgb, var(--primary-300) 5%, white));
  border: 2px solid var(--primary-300);
}

/* Card Icon */
.v-061 .card-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: color-mix(in srgb, var(--primary-500) 10%, white);
  border-radius: 16px;
  transition: all 0.4s ease;
}

.v-061 .card-icon-wrapper i {
  font-size: 32px;
  color: var(--primary-500);
  transition: transform 0.4s ease;
}

.v-061 .service-card:hover .card-icon-wrapper {
  background: var(--primary-500);
  transform: rotate(10deg) scale(1.1);
}

.v-061 .service-card:hover .card-icon-wrapper i {
  color: white;
  transform: scale(1.1);
}

/* Card Content */
.v-061 .card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-061 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Shapes */
.v-061 .decorative-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}

.v-061 .shape {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-300), transparent);
  opacity: 0.15;
}

.v-061 .shape-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.v-061 .shape-2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  left: -80px;
  animation: float 25s ease-in-out infinite reverse;
}

.v-061 .shape-3 {
  width: 200px;
  height: 200px;
  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(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.15;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.25;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-061 {
    padding: 80px 0;
  }

  .v-061 .section-title {
    font-size: 2.25rem;
  }

  .v-061 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-061 .card-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .v-061 {
    padding: 60px 0;
  }

  .v-061 .section-header {
    margin-bottom: 40px;
  }

  .v-061 .section-title {
    font-size: 1.875rem;
  }

  .v-061 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-061 .service-card {
    padding: 30px 25px;
  }

  .v-061 .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .v-061 .card-icon-wrapper i {
    font-size: 28px;
  }
}




.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.decorative-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Card Styles */
.content-card {
  position: relative;
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid var(--neutral-100);
  overflow: hidden;
}

.content-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.content-card-large {
  background: linear-gradient(135deg, 
    var(--surface-secondary) 0%, 
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-secondary) 50%) 100%);
}

.card-icon-wrapper {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 70%, var(--primary-500) 30%));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.content-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: 700;
  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: 0;
}

.card-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.6;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  top: 10%;
  left: -100px;
}

.shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 10%, transparent), transparent);
  bottom: 15%;
  right: -80px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .content-card {
    padding: 1.5rem;
  }
  
  .card-icon-wrapper {
    width: 56px;
    height: 56px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .content-card {
    padding: 1.25rem;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
}




.additional-universal-modern {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-modern #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-modern #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-modern #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Feature Cards */
.additional-universal-modern .feature-card {
  position: relative;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
  transition: all 0.3s ease;
  overflow: hidden;
}

.additional-universal-modern .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: var(--primary-500);
}

.additional-universal-modern .feature-card.featured {
  background: color-mix(in srgb, var(--primary-500) 5%, var(--surface-secondary));
  border-width: 2px;
}

/* Card Icon */
.additional-universal-modern .card-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  color: var(--primary-500);
  font-size: 2rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.additional-universal-modern .feature-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  background: var(--primary-500);
  color: white;
}

/* Card Content */
.additional-universal-modern .card-content h3 {
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.additional-universal-modern .card-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 0;
}

/* Card Decoration */
.additional-universal-modern .card-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
  filter: blur(30px);
  pointer-events: none;
}

/* Featured Badge */
.additional-universal-modern .featured-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-500);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  animation: pulse-v080 2s ease-in-out infinite;
}

/* Floating Shapes */
.additional-universal-modern .floating-shape {
  position: absolute;
  opacity: 0.06;
  pointer-events: none;
  color: var(--primary-500);
}

.additional-universal-modern .shape-1 {
  top: 15%;
  left: 5%;
  font-size: 8rem;
  animation: float-v080 8s ease-in-out infinite;
}

.additional-universal-modern .shape-2 {
  top: 50%;
  right: 8%;
  font-size: 6rem;
  animation: float-v080 10s ease-in-out infinite reverse;
}

.additional-universal-modern .shape-3 {
  bottom: 20%;
  left: 10%;
  font-size: 5rem;
  animation: float-v080 12s ease-in-out infinite;
}

/* Animations */
@keyframes float-v080 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(10deg);
  }
}

@keyframes pulse-v080 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-modern .feature-card {
    padding: 2rem 1.5rem;
  }

  .additional-universal-modern .card-icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-modern #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-modern .feature-card {
    padding: 1.5rem 1.25rem;
  }

  .additional-universal-modern .floating-shape {
    opacity: 0.03;
  }
}




/* Universal section */

.additional-universal-section {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.section-header {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
}

.header-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.ornament-dot {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
}

.ornament-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 50%, transparent 50%)
  );
}

.section-main-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.section-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Content Block Base */
.content-block {
  position: relative;
  padding: 2rem;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Block Style 1 - Highlight with Glow */
.block-style-1 {
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 50%, var(--light) 50%)
  );
  border: 2px solid var(--primary-300);
  overflow: hidden;
}

.block-decoration {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border-radius: 50%;
  opacity: 0.4;
  transition: all 0.4s ease;
}

.block-decoration i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

.block-style-1:hover .block-decoration {
  opacity: 1;
  transform: rotate(15deg) scale(1.1);
}

.block-glow {
  position: absolute;
  bottom: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 30%, transparent 70%), 
    transparent 70%
  );
  border-radius: 50%;
  transition: all 0.5s ease;
  pointer-events: none;
}

.block-style-1:hover .block-glow {
  bottom: -30%;
  right: -10%;
  opacity: 0.8;
}

/* Block Style 2 - Standard Card */
.block-style-2 {
  background: var(--light);
  border: 2px solid var(--neutral-100);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.block-style-2:hover {
  border-color: var(--primary-300);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

.block-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-100), 
    color-mix(in srgb, var(--primary-300) 40%, var(--primary-100) 60%)
  );
  border-radius: 16px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.block-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.block-style-2:hover .block-icon-wrapper {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  transform: scale(1.1);
}

.block-style-2:hover .block-icon-wrapper i {
  color: var(--light);
}

.block-corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    transparent 50%, 
    var(--primary-100) 50%
  );
  border-radius: 0 20px 0 0;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.block-style-2:hover .block-corner-accent {
  opacity: 1;
}

/* Block Style 3 - Full Width Featured */
.block-style-3 {
  grid-column: 1 / -1;
  background: var(--light);
  border: 3px solid var(--primary-300);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.block-style-3:hover {
  border-color: var(--primary-500);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.block-highlight-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%),
    var(--primary-500)
  );
}

.block-mega-icon {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 60%, transparent 40%)
  );
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.4s ease;
}

.block-mega-icon i {
  font-size: 4rem;
  color: var(--primary-500);
}

.block-style-3:hover .block-mega-icon {
  opacity: 0.6;
  transform: translateY(-50%) rotate(20deg) scale(1.1);
}

.block-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(45deg, 
      transparent, 
      transparent 20px, 
      color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 20px, 
      color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 22px
    );
  pointer-events: none;
  opacity: 0.3;
}

/* Content Typography */
.content-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}

.content-block:hover .content-title {
  color: var(--primary-500);
}

.block-style-3 .content-title {
  font-size: 1.75rem;
  max-width: 70%;
}

.content-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
  position: relative;
  z-index: 2;
}

.block-style-3 .content-description {
  font-size: 1.125rem;
  max-width: 70%;
}

/* Background Decorative Shapes */
.bg-shape {
  position: absolute;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-blob-1 {
  top: 10%;
  left: 5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph-blob 20s ease-in-out infinite;
}

.shape-blob-2 {
  top: 50%;
  right: 5%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-300), transparent 70%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph-blob 25s ease-in-out infinite 5s;
}

.shape-blob-3 {
  bottom: 10%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: morph-blob 30s ease-in-out infinite 10s;
}

.decorative-dots {
  position: absolute;
  bottom: 5%;
  right: 10%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  opacity: 0.2;
}

.decorative-dots span {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

/* Animations */
@keyframes morph-blob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .content-grid {
    gap: 1.5rem;
  }
  
  .block-style-3 {
    padding: 2.5rem;
  }
  
  .block-mega-icon {
    width: 100px;
    height: 100px;
  }
  
  .block-mega-icon i {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .block-style-3 {
    padding: 2rem;
  }
  
  .block-style-3 .content-title,
  .block-style-3 .content-description {
    max-width: 100%;
  }
  
  .block-mega-icon {
    position: static;
    transform: none;
    margin: 0 auto 1.5rem;
    opacity: 0.5;
  }
  
  .block-decoration {
    width: 60px;
    height: 60px;
  }
  
  .block-decoration i {
    font-size: 2rem;
  }
  
  .bg-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .content-block {
    padding: 1.5rem;
  }
  
  .block-style-3 {
    padding: 1.5rem;
  }
  
  .content-title {
    font-size: 1.25rem;
  }
  
  .block-style-3 .content-title {
    font-size: 1.5rem;
  }
}




/* Universal section */

.additional-universal-secondary {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 50%, var(--neutral-0) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-secondary .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-secondary .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-secondary .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

/* Section Separator */
.additional-universal-secondary .section-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 3.5rem 0 4rem;
}

.additional-universal-secondary .sep-line {
  flex: 1;
  max-width: 180px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}

.additional-universal-secondary .sep-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-secondary .sep-icon i {
  font-size: 1.5rem;
}

/* Services List */
.additional-universal-secondary .services-list {
  position: relative;
  z-index: 2;
}

.additional-universal-secondary .list-item {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid var(--neutral-100);
}

.additional-universal-secondary .list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Item Marker */
.additional-universal-secondary .item-marker {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.additional-universal-secondary .marker-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-200));
  color: var(--primary-900);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.additional-universal-secondary .marker-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.additional-universal-secondary .marker-icon i {
  font-size: 2rem;
}

.additional-universal-secondary .list-item:hover .marker-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

/* Item Content */
.additional-universal-secondary .item-content {
  flex: 1;
  position: relative;
  background: var(--neutral-0);
  padding: 2rem;
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.additional-universal-secondary .list-item:hover .item-content {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-left-color: var(--accent-500);
}

.additional-universal-secondary .item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-secondary .item-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.additional-universal-secondary .item-badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: linear-gradient(135deg, var(--accent-100), var(--accent-200));
  color: var(--accent-900);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

/* Background Circles */
.additional-universal-secondary .bg-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  filter: blur(60px);
}

.additional-universal-secondary .circle-1 {
  width: 450px;
  height: 450px;
  background: var(--primary-400);
  top: 10%;
  left: -150px;
}

.additional-universal-secondary .circle-2 {
  width: 400px;
  height: 400px;
  background: var(--accent-400);
  bottom: 15%;
  right: -120px;
}

/* Background Lines */
.additional-universal-secondary .bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  pointer-events: none;
  background: repeating-linear-gradient(
    45deg,
    var(--primary-300),
    var(--primary-300) 2px,
    transparent 2px,
    transparent 40px
  );
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-secondary {
    padding: 4rem 0;
  }

  .additional-universal-secondary .list-item {
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .additional-universal-secondary .item-content {
    padding: 1.75rem;
  }

  .additional-universal-secondary .marker-icon {
    width: 65px;
    height: 65px;
  }

  .additional-universal-secondary .marker-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-secondary .item-title {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-secondary {
    padding: 3rem 0;
  }

  .additional-universal-secondary .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-secondary .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-secondary .section-description {
    font-size: 1rem;
  }

  .additional-universal-secondary .section-separator {
    gap: 1rem;
  }

  .additional-universal-secondary .sep-line {
    max-width: 80px;
  }

  .additional-universal-secondary .sep-icon {
    width: 50px;
    height: 50px;
  }

  .additional-universal-secondary .sep-icon i {
    font-size: 1.35rem;
  }

  .additional-universal-secondary .list-item {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .additional-universal-secondary .item-marker {
    flex-direction: row;
    align-self: flex-start;
  }

  .additional-universal-secondary .marker-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .additional-universal-secondary .marker-icon {
    width: 60px;
    height: 60px;
  }

  .additional-universal-secondary .marker-icon i {
    font-size: 1.5rem;
  }

  .additional-universal-secondary .item-content {
    padding: 1.5rem;
  }

  .additional-universal-secondary .list-item:hover .item-content {
    transform: translateY(-5px) translateX(0);
  }

  .additional-universal-secondary .item-title {
    font-size: 1.25rem;
  }

  .additional-universal-secondary .item-description {
    font-size: 0.95rem;
  }

  .additional-universal-secondary .item-badge {
    font-size: 0.8rem;
    padding: 0.35rem 0.85rem;
  }

  .additional-universal-secondary .bg-circle,
  .additional-universal-secondary .bg-lines {
    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 */

.additional-universal-section.v-046 {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 25%, var(--surface-primary) 75%) 50%, var(--surface-primary) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-section.v-046 .section-header {
  position: relative;
  z-index: 2;
}

.additional-universal-section.v-046 .organic-shape-group {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-bottom: 24px;
}

.additional-universal-section.v-046 .organic-dot {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: organic-pulse 4s ease-in-out infinite;
}

.additional-universal-section.v-046 .organic-dot:nth-child(2) {
  animation-delay: 0.7s;
  border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  background: var(--primary-700);
}

.additional-universal-section.v-046 .organic-dot:nth-child(3) {
  animation-delay: 1.4s;
  border-radius: 50% 50% 30% 70% / 30% 70% 50% 50%;
  background: var(--primary-300);
}

@keyframes organic-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

.additional-universal-section.v-046 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.additional-universal-section.v-046 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.3;
}

.additional-universal-section.v-046 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Content List */
.additional-universal-section.v-046 .content-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.additional-universal-section.v-046 .list-item {
  position: relative;
}

.additional-universal-section.v-046 .item-wrapper {
  background: var(--surface-primary);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  gap: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 2px solid color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.additional-universal-section.v-046 .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease;
}

.additional-universal-section.v-046 .list-item:hover .item-wrapper {
  transform: translateX(8px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-500);
}

.additional-universal-section.v-046 .list-item:hover .item-wrapper::before {
  transform: scaleY(1);
}

.additional-universal-section.v-046 .list-item.featured .item-wrapper {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%), var(--surface-primary));
  border: 2px solid var(--primary-500);
}

.additional-universal-section.v-046 .item-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  flex-shrink: 0;
}

.additional-universal-section.v-046 .item-number {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-700);
  border: 2px solid var(--primary-300);
}

.additional-universal-section.v-046 .item-number.featured {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--light);
  border-color: var(--primary-700);
}

.additional-universal-section.v-046 .item-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.additional-universal-section.v-046 .list-item:hover .item-icon {
  transform: rotate(-5deg) scale(1.05);
}

.additional-universal-section.v-046 .item-icon.featured {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}

.additional-universal-section.v-046 .item-icon i {
  font-size: 32px;
  color: var(--light);
}

.additional-universal-section.v-046 .item-icon.featured i {
  font-size: 36px;
}

.additional-universal-section.v-046 .item-content {
  flex: 1;
}

.additional-universal-section.v-046 .item-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.additional-universal-section.v-046 .item-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

.additional-universal-section.v-046 .item-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.additional-universal-section.v-046 .list-item:hover .item-accent {
  opacity: 1;
}

/* Organic Decorations */
.additional-universal-section.v-046 .organic-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.additional-universal-section.v-046 .leaf-shape {
  position: absolute;
  width: 80px;
  height: 120px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-300) 10%, transparent 90%), transparent);
  border-radius: 0 100% 80% 100%;
  transform-origin: bottom center;
}

.additional-universal-section.v-046 .leaf-shape.leaf-1 {
  top: 15%;
  right: 8%;
  animation: leaf-sway 8s ease-in-out infinite;
}

.additional-universal-section.v-046 .leaf-shape.leaf-2 {
  bottom: 25%;
  left: 5%;
  transform: rotate(180deg);
  animation: leaf-sway 10s ease-in-out infinite reverse;
}

.additional-universal-section.v-046 .leaf-shape.leaf-3 {
  top: 50%;
  right: 5%;
  width: 60px;
  height: 90px;
  animation: leaf-sway 12s ease-in-out infinite;
}

@keyframes leaf-sway {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(15deg);
  }
}

.additional-universal-section.v-046 .natural-blob {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 8%, transparent 92%) 0%, transparent 70%);
  animation: blob-morph 20s ease-in-out infinite;
}

.additional-universal-section.v-046 .natural-blob.blob-1 {
  width: 350px;
  height: 350px;
  top: -100px;
  left: -100px;
}

.additional-universal-section.v-046 .natural-blob.blob-2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  right: -80px;
  animation-delay: 5s;
}

@keyframes blob-morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  50% {
    border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .additional-universal-section.v-046 {
    padding: 60px 0;
  }

  .additional-universal-section.v-046 .section-title {
    font-size: 2rem;
  }

  .additional-universal-section.v-046 .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-section.v-046 .item-wrapper {
    padding: 24px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section.v-046 {
    padding: 40px 0;
  }

  .additional-universal-section.v-046 .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-section.v-046 .section-subtitle {
    font-size: 1.125rem;
  }

  .additional-universal-section.v-046 .item-wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .additional-universal-section.v-046 .item-header {
    flex-direction: row;
    gap: 12px;
  }

  .additional-universal-section.v-046 .item-number {
    width: 48px;
    height: 48px;
    font-size: 1.125rem;
  }

  .additional-universal-section.v-046 .item-icon {
    width: 56px;
    height: 56px;
  }

  .additional-universal-section.v-046 .item-icon i {
    font-size: 28px;
  }

  .additional-universal-section.v-046 .list-item:hover .item-wrapper {
    transform: translateY(-4px);
  }
}




.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.modern-accent {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accent-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  position: relative;
  animation: accent-pulse 3s ease-in-out infinite;
}

.accent-dot::before,
.accent-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-300));
}

.accent-dot::before {
  right: 100%;
  margin-right: 8px;
  background: linear-gradient(90deg, var(--primary-300), transparent);
}

.accent-dot::after {
  left: 100%;
  margin-left: 8px;
}

@keyframes accent-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-500) 50%, transparent);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 0 10px transparent;
  }
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Mixed Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

.content-block {
  background: var(--surface-secondary);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--neutral-100);
  position: relative;
  overflow: hidden;
}

.content-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.content-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.content-block:hover::before {
  transform: scaleX(1);
}

/* Block Sizes */
.block-full {
  grid-column: span 12;
}

.block-half {
  grid-column: span 6;
}

.block-large {
  grid-column: span 8;
}

.block-small {
  grid-column: span 4;
}

/* Full Width Block */
.block-inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.block-visual {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 24px;
  opacity: 0.15;
  transform: rotate(10deg);
  transition: all 0.3s ease;
}

.content-block:hover .visual-bg {
  transform: rotate(20deg) scale(1.1);
  opacity: 0.25;
}

.block-visual i {
  font-size: 3rem;
  color: var(--primary-500);
  position: relative;
  z-index: 2;
}

/* Half Width Cards */
.mini-icon {
  width: 48px;
  height: 48px;
  background: var(--primary-50);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.content-block:hover .mini-icon {
  background: var(--primary-300);
  transform: rotate(-5deg);
}

.mini-icon i {
  font-size: 1.5rem;
  color: var(--primary-700);
}

/* Large Block Horizontal */
.block-inner-horizontal {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
}

.block-icon-circle {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.content-block:hover .block-icon-circle {
  transform: scale(1.1) rotate(10deg);
}

.block-icon-circle i {
  font-size: 2rem;
  color: var(--light);
}

/* Small Block Compact */
.compact-visual {
  margin-bottom: 1.25rem;
}

.icon-stack {
  display: flex;
  gap: 0.25rem;
}

.icon-stack i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Typography Variations */
.block-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.block-title-small {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.875rem;
  line-height: 1.3;
}

.block-title-medium {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.block-title-compact {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.block-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.block-description-small,
.block-description-medium,
.block-description-compact {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Floating Elements */
.floating-element {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
  opacity: 0.5;
}

.element-1 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
  top: 20%;
  right: 5%;
  animation: float-1 15s ease-in-out infinite;
}

.element-2 {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 15%, transparent), transparent);
  bottom: 25%;
  left: 8%;
  animation: float-2 18s ease-in-out infinite;
}

.element-3 {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 18%, transparent), transparent);
  top: 60%;
  right: 10%;
  animation: float-3 20s ease-in-out infinite;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 300px;
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--primary-300) 8%, transparent), transparent);
  pointer-events: none;
  z-index: 0;
}

@keyframes float-1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-30px, -40px);
  }
}

@keyframes float-2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(40px, -30px);
  }
}

@keyframes float-3 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20px, 35px);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .content-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  
  .block-full,
  .block-half,
  .block-large,
  .block-small {
    grid-column: span 6;
  }
  
  .block-inner {
    flex-direction: column;
    text-align: center;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .content-grid {
    grid-template-columns: 1fr;
  }
  
  .block-full,
  .block-half,
  .block-large,
  .block-small {
    grid-column: span 1;
  }
  
  .content-block {
    padding: 1.5rem;
  }
  
  .block-title {
    font-size: 1.5rem;
  }
  
  .block-title-small,
  .block-title-medium {
    font-size: 1.25rem;
  }
}




/* Universal section */

.additional-universal-standard {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-standard .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-standard .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-standard .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Timeline Central Axis */
.additional-universal-standard .timeline-central-axis {
  position: absolute;
  left: 50%;
  top: 200px;
  bottom: 100px;
  width: 3px;
  background: linear-gradient(180deg, transparent 0%, var(--primary-300) 10%, var(--primary-300) 90%, transparent 100%);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Wrapper */
.additional-universal-standard .timeline-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 4rem auto 0;
  z-index: 2;
}

/* Timeline Item */
.additional-universal-standard .timeline-item {
  position: relative;
  width: 50%;
  padding: 2rem;
  margin-bottom: 4rem;
}

.additional-universal-standard .timeline-item.left {
  padding-right: 4rem;
  text-align: right;
}

.additional-universal-standard .timeline-item.right {
  margin-left: 50%;
  padding-left: 4rem;
  text-align: left;
}

/* Timeline Marker */
.additional-universal-standard .timeline-marker {
  position: absolute;
  top: 2rem;
  width: 70px;
  height: 70px;
  z-index: 3;
}

.additional-universal-standard .timeline-item.left .timeline-marker {
  right: -35px;
}

.additional-universal-standard .timeline-item.right .timeline-marker {
  left: -35px;
}

.additional-universal-standard .marker-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.additional-universal-standard .marker-inner i {
  font-size: 1.75rem;
  color: var(--neutral-0);
}

.additional-universal-standard .marker-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--primary-400);
  opacity: 0;
  animation: pulse-animation 2s ease-out infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Timeline Content */
.additional-universal-standard .timeline-content {
  position: relative;
  background: var(--neutral-0);
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--primary-100);
  transition: all 0.3s ease;
}

.additional-universal-standard .timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

/* Step Badge */
.additional-universal-standard .step-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  color: var(--neutral-0);
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 20px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

/* Step Content */
.additional-universal-standard .step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-standard .step-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Corners */
.additional-universal-standard .decorative-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: var(--primary-300);
  opacity: 0.4;
}

.additional-universal-standard .corner-tl {
  top: 10px;
  left: 10px;
  border-width: 2px 0 0 2px;
}

.additional-universal-standard .corner-br {
  bottom: 10px;
  right: 10px;
  border-width: 0 2px 2px 0;
}

/* Floating Shapes */
.additional-universal-standard .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
}

.additional-universal-standard .shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-400);
  top: 15%;
  left: 5%;
  filter: blur(50px);
}

.additional-universal-standard .shape-2 {
  width: 250px;
  height: 250px;
  background: var(--accent-400);
  top: 45%;
  right: 8%;
  filter: blur(45px);
}

.additional-universal-standard .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  bottom: 10%;
  left: 10%;
  filter: blur(40px);
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-standard {
    padding: 4rem 0;
  }

  .additional-universal-standard .timeline-item {
    width: 100%;
    padding: 2rem 0 2rem 5rem !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  .additional-universal-standard .timeline-central-axis {
    left: 35px;
  }

  .additional-universal-standard .timeline-marker {
    left: 0 !important;
    right: auto !important;
  }

  .additional-universal-standard .step-badge {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-standard {
    padding: 3rem 0;
  }

  .additional-universal-standard .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-standard .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-standard .section-description {
    font-size: 1rem;
  }

  .additional-universal-standard .timeline-item {
    padding: 1.5rem 0 1.5rem 4rem !important;
    margin-bottom: 2.5rem;
  }

  .additional-universal-standard .timeline-marker {
    width: 50px;
    height: 50px;
  }

  .additional-universal-standard .marker-inner i {
    font-size: 1.25rem;
  }

  .additional-universal-standard .timeline-content {
    padding: 1.75rem;
  }

  .additional-universal-standard .step-title {
    font-size: 1.25rem;
  }

  .additional-universal-standard .step-description {
    font-size: 0.95rem;
  }

  .additional-universal-standard .floating-shape {
    display: none;
  }
}







/* Universal section */

.additional-universal-section.v-060 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 15%, var(--surface-primary) 85%) 50%, var(--surface-primary) 100%);
  overflow: hidden;
}

/* Section Header */
.v-060 .section-header {
  position: relative;
  z-index: 2;
}

.v-060 .header-dots {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 30px;
}

.v-060 .header-dots .dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: dot-bounce 1.5s ease-in-out infinite;
}

.v-060 .header-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.v-060 .header-dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.v-060 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-060 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-060 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Split Content Wrapper */
.v-060 .split-content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Split Block */
.v-060 .split-block {
  position: relative;
}

/* Content Box */
.v-060 .content-box {
  padding: 20px 0;
}

.v-060 .content-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  transition: transform 0.4s ease;
}

.v-060 .split-block:hover .content-icon {
  transform: scale(1.1) rotate(5deg);
}

.v-060 .content-icon i {
  font-size: 32px;
  color: var(--light);
}

.v-060 .content-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-060 .content-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Visual Box */
.v-060 .visual-box {
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-060 .visual-element {
  width: 280px;
  height: 280px;
  position: relative;
}

.v-060 .visual-element.circle-pattern {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 15%, transparent 85%), color-mix(in srgb, var(--primary-700) 15%, transparent 85%));
  border-radius: 50%;
  border: 4px solid var(--primary-500);
  animation: pulse-rotate 8s ease-in-out infinite;
}

.v-060 .visual-element.square-grid {
  background-image: 
    linear-gradient(to right, var(--primary-500) 2px, transparent 2px),
    linear-gradient(to bottom, var(--primary-500) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0.3;
  border-radius: 20px;
  animation: grid-shift 10s linear infinite;
}

.v-060 .visual-element.wave-pattern {
  background: 
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-500) 20%, transparent 80%) 0%, transparent 70%),
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-700) 20%, transparent 80%) 0%, transparent 70%);
  background-size: 60% 60%, 100% 100%;
  background-position: center;
  border-radius: 50%;
  animation: wave-pulse 6s ease-in-out infinite;
}

.v-060 .visual-element.dot-matrix {
  background-image: radial-gradient(circle, var(--primary-500) 3px, transparent 3px);
  background-size: 30px 30px;
  opacity: 0.4;
  border-radius: 50%;
  animation: matrix-rotate 12s linear infinite;
}

@keyframes pulse-rotate {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(180deg);
  }
}

@keyframes grid-shift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}

@keyframes wave-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes matrix-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.v-060 .visual-accent {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  opacity: 0.2;
  border-radius: 20px;
  z-index: -1;
}

.v-060 .visual-accent.accent-1 {
  top: -20px;
  right: -20px;
}

.v-060 .visual-accent.accent-2 {
  bottom: -20px;
  left: -20px;
}

.v-060 .visual-accent.accent-3 {
  top: -20px;
  left: -20px;
  transform: rotate(45deg);
}

.v-060 .visual-accent.accent-4 {
  bottom: -20px;
  right: -20px;
  transform: rotate(45deg);
}

/* Featured Block */
.v-060 .featured-block {
  margin: 40px 0;
}

.v-060 .featured-content {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 24px;
  padding: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.v-060 .featured-icon-wrapper {
  width: 90px;
  height: 90px;
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.v-060 .featured-icon-wrapper i {
  font-size: 42px;
  color: var(--light);
}

.v-060 .featured-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--light);
  margin-bottom: 20px;
  line-height: 1.3;
}

.v-060 .featured-description {
  font-size: 1.125rem;
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

.v-060 .featured-pattern {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--light) 15%, transparent 85%) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Background Decorations */
.v-060 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-060 .deco-float {
  position: absolute;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
  border-radius: 50%;
  animation: float-drift 20s ease-in-out infinite;
}

.v-060 .deco-float.float-1 {
  top: 15%;
  left: 5%;
}

.v-060 .deco-float.float-2 {
  bottom: 20%;
  right: 8%;
  animation-delay: 10s;
}

@keyframes float-drift {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, -30px);
  }
}

.v-060 .deco-gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 5%, transparent 95%) 0%, transparent 70%);
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-060 {
    padding: 80px 0;
  }

  .v-060 .section-title {
    font-size: 2.25rem;
  }

  .v-060 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-060 .split-content-wrapper {
    gap: 50px;
  }

  .v-060 .visual-box {
    height: 280px;
  }

  .v-060 .visual-element {
    width: 220px;
    height: 220px;
  }

  .v-060 .featured-content {
    padding: 50px 40px;
  }

  .v-060 .featured-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .v-060 {
    padding: 60px 0;
  }

  .v-060 .section-title {
    font-size: 1.875rem;
  }

  .v-060 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-060 .section-description {
    font-size: 1rem;
  }

  .v-060 .split-content-wrapper {
    gap: 40px;
  }

  .v-060 .content-icon {
    width: 60px;
    height: 60px;
  }

  .v-060 .content-icon i {
    font-size: 28px;
  }

  .v-060 .content-title {
    font-size: 1.5rem;
  }

  .v-060 .content-description {
    font-size: 1rem;
  }

  .v-060 .visual-box {
    height: 220px;
    margin-top: 30px;
  }

  .v-060 .visual-element {
    width: 180px;
    height: 180px;
  }

  .v-060 .featured-content {
    padding: 40px 28px;
  }

  .v-060 .featured-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .v-060 .featured-icon-wrapper i {
    font-size: 32px;
  }

  .v-060 .featured-title {
    font-size: 1.5rem;
  }

  .v-060 .featured-description {
    font-size: 1rem;
  }
}








div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 1px solid #333333 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #2a2a2a !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: 1px solid #666666 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: #007bff !important;
    border-color: #007bff !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 16px 20px 20px !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #333333 !important;
    background: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-transform: none !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #cccccc !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #cccccc !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #007bff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}




.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #666666 !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 400px !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}




.website-cta-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.03) 50%, transparent 100%) !important;
}

.website-cta-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.website-cta-title {
    font-size: 30px !important;
    font-weight: 300 !important;
    margin-bottom: 12px !important;
    color: white !important;
    font-family: inherit !important;
    letter-spacing: 1px !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 35px !important;
    color: rgba(255,255,255,0.8) !important;
    font-family: inherit !important;
    font-weight: 300 !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: transparent !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    border: 2px solid white !important;
    letter-spacing: 0.5px !important;
}

.website-cta-button:hover {
    background: white !important;
    color: #2c3e50 !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 40px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}




.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 - Neon 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: #0a0a0a !important;
    border-radius: 12px !important;
    box-shadow: 0 0 30px rgba(0,255,255,0.3), 0 10px 40px rgba(0,0,0,0.3) !important;
    z-index: 999999 !important;
    color: #00ffff !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: 2px solid #00ffff !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 #00ffff !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #1a1a1a !important;
    border-radius: 12px 12px 0 0 !important;
    color: #00ffff !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: #00ffff !important;
    background: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 0 10px rgba(0,255,255,0.7) !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: transparent !important;
    border: 1px solid #00ffff !important;
    color: #00ffff !important;
    font-size: 18px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
    box-shadow: 0 0 10px rgba(0,255,255,0.3) !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: #00ffff !important;
    color: #0a0a0a !important;
    box-shadow: 0 0 15px rgba(0,255,255,0.6) !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: #00ffff !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(0,255,255,0.2) !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: #00ffff !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: #ffffff !important;
    text-shadow: 0 0 8px rgba(0,255,255,0.5) !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #00ffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #cccccc !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #cccccc !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #00ffff !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;
    filter: drop-shadow(0 0 5px rgba(0,255,255,0.5)) !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #00ffff !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 - Elegant Style */
.website-cta-section {
    padding: 55px 0 !important;
    background: #2c3e50 !important;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.03) 50%, transparent 100%) !important;
}

.website-cta-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.website-cta-title {
    font-size: 30px !important;
    font-weight: 300 !important;
    margin-bottom: 12px !important;
    color: white !important;
    font-family: inherit !important;
    letter-spacing: 1px !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 35px !important;
    color: rgba(255,255,255,0.8) !important;
    font-family: inherit !important;
    font-weight: 300 !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: transparent !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    border: 2px solid white !important;
    letter-spacing: 0.5px !important;
}

.website-cta-button:hover {
    background: white !important;
    color: #2c3e50 !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 40px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}



/* Security Badges - Minimal Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 30px !important;
    padding: 20px 0 !important;
    flex-wrap: wrap !important;
    background: transparent !important;
    border-top: 1px solid #f0f0f0 !important;
    border-bottom: none !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.website-security-badge:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 14px !important;
    color: #999999 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 20px !important;
        padding: 15px 10px !important;
    }
    
    .website-security-badge {
        font-size: 11px !important;
    }
}



/* Floating Decorative Icons - 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 - Border Gradient Style */
.team-social-links {
    margin-top: 20px;
    padding: 15px 0;
}

.social-icons-grid {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 19px;
    transition: all 0.3s ease;
    background: white;
    position: relative;
    padding: 3px;
}

.social-link::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.social-link i {
    z-index: 1;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.social-link:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.social-link:hover i {
    -webkit-text-fill-color: white;
}

.social-link:hover::after {
    opacity: 1;
}

.social-link::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.facebook-link {
    --gradient-start: #1877f2;
    --gradient-end: #42a5f5;
}

.linkedin-link {
    --gradient-start: #0a66c2;
    --gradient-end: #2196f3;
}

.instagram-link {
    --gradient-start: #e4405f;
    --gradient-end: #fcaf45;
}

.x-link {
    --gradient-start: #000000;
    --gradient-end: #434343;
    position: relative;
}

.x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 21px;
    color: #000;
    z-index: 2;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.x-link:hover::after {
    color: white;
    opacity: 1;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 13px;
    }
    
    .social-link {
        width: 44px;
        height: 44px;
        font-size: 17px;
    }
}



/* 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 - Compact Style */
.newsletter-section {
    margin: 22px 0;
    padding: 18px 22px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #667eea;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    color: #333 !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 12px !important;
    color: #666 !important;
    margin-bottom: 16px !important;
    line-height: 1.4 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    gap: 10px;
}

.newsletter-input {
    flex: 1 !important;
    padding: 11px 14px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: white !important;
    color: #333 !important;
}

.newsletter-input:focus {
    border-color: #667eea !important;
    box-shadow: 0 0 0 2px rgba(102,126,234,0.1) !important;
}

.newsletter-button {
    padding: 11px 20px !important;
    background: #667eea !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

.newsletter-button:hover {
    background: #5a6fd8 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 3px 10px rgba(102,126,234,0.3) !important;
    color: white !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 14px !important;
    padding: 11px !important;
    background: #d1f2eb !important;
    border-radius: 6px !important;
    color: #065f46 !important;
    text-align: center !important;
    font-size: 12px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        padding: 16px 18px;
        max-width: 350px;
    }
    
    .newsletter-form {
        flex-direction: column;
        gap: 12px;
    }
    
    .newsletter-button {
        width: 100%;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: gradient-v003
 * Toggle: 1
 * Содержит только стили для выбранной темы
 * Сгенерировано автоматически - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
 */

/**
 * 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;
}

/* ===== TOGGLE СТИЛЬ 1: КРУГЛАЯ КНОПКА ===== */
.ocm-toggle.ocm-toggle-style-1 {
    border-radius: 50% !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-1:hover {
    transform: scale(1.1) rotate(10deg) !important;
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.4) !important;
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ ===== */
.ocm-settings-buttons {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 20px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.ocm-policy-link {
    color: #007bff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    border-bottom: 1px solid transparent !important;
    transition: border-color 0.2s ease !important;
}

.ocm-policy-link:hover {
    border-bottom-color: #007bff !important;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 480px) {
    .ocm-banner {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-buttons {
        flex-direction: column !important;
    }
    
    .ocm-settings-buttons {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .ocm-category-header {
        flex-wrap: wrap !important;
    }
}

/* ===== АНИМАЦИИ ===== */
@keyframes ocm-slideUp {
    from {
        transform: translateY(100%) !important;
        opacity: 0 !important;
    }
    to {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
}

@keyframes ocm-fadeIn {
    from {
        opacity: 0 !important;
    }
    to {
        opacity: 1 !important;
    }
}

/* ===== ТЕМНАЯ ТЕМА (медиазапрос) ===== */
@media (prefers-color-scheme: dark) {
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
}


/**
 * Cookie Manager - Additional Theme Variations
 * Extended themes compatible with existing site designs
 * NO conflicts with site styles - all classes prefixed with ocm-
 */

/* ===== ТЕМА: MINIMAL VARIATIONS ===== */

/* Minimal v-002: Corporate Clean */














/* Minimal v-003: Monochrome Elegant */














/* ===== ТЕМА: MODERN VARIATIONS ===== */

/* Modern v-002: Vivid Gradient */


















/* Modern v-003: Cool Blue Gradient */










/* ===== ТЕМА: ROUNDED VARIATIONS ===== */

/* Rounded v-002: Soft Pastel */














/* Rounded v-003: Bubble Style */










/* ===== ТЕМА: GLASS VARIATIONS ===== */

/* Glass v-002: Dark Glass */














/* Glass v-003: Frosted Glass */










/* ===== ТЕМА: GRADIENT VARIATIONS ===== */

/* Gradient v-002: Sunset Gradient */














/* Gradient v-003: Ocean Gradient */














/* ===== ADDITIONAL TOGGLE STYLES (9-16) ===== */

/* Toggle Style 9: Hexagon */
.ocm-toggle.ocm-toggle-style-9 {
    width: 52px !important;
    height: 52px !important;
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%) !important;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 24px rgba(67, 233, 123, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-9:hover {
    transform: scale(1.1) rotate(15deg) !important;
    box-shadow: 0 12px 32px rgba(67, 233, 123, 0.4) !important;
}

/* Toggle Style 10: Diamond */
.ocm-toggle.ocm-toggle-style-10 {
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
    transform: rotate(45deg) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(250, 112, 154, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-10:hover {
    transform: rotate(45deg) scale(1.15) !important;
    box-shadow: 0 12px 32px rgba(250, 112, 154, 0.4) !important;
}

.ocm-toggle.ocm-toggle-style-10::before {
    content: "🍪" !important;
    transform: rotate(-45deg) !important;
    display: block !important;
    font-size: 20px !important;
}

/* Toggle Style 11: Soft Shadow */
.ocm-toggle.ocm-toggle-style-11 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.06) !important;
    border: 2px solid #f0f0f0 !important;
}

.ocm-toggle.ocm-toggle-style-11:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 3px 12px rgba(0, 0, 0, 0.08) !important;
}

/* Toggle Style 12: Neon Glow */
.ocm-toggle.ocm-toggle-style-12 {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: #000000 !important;
    color: #00ff88 !important;
    border: 2px solid #00ff88 !important;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.5), inset 0 0 10px rgba(0, 255, 136, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-12:hover {
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.7), inset 0 0 15px rgba(0, 255, 136, 0.3) !important;
    transform: scale(1.1) !important;
}

/* Toggle Style 13: Outlined Circle */
.ocm-toggle.ocm-toggle-style-13 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #667eea !important;
    border: 3px solid #667eea !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-13:hover {
    background: #667eea !important;
    color: #ffffff !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 14: Gradient Border */
.ocm-toggle.ocm-toggle-style-14 {
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    border: 3px solid transparent !important;
    background-clip: padding-box !important;
    position: relative !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
}

.ocm-toggle.ocm-toggle-style-14::before {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    left: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 50% !important;
    z-index: -1 !important;
}

.ocm-toggle.ocm-toggle-style-14:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 15: Material Design */
.ocm-toggle.ocm-toggle-style-15 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #4285f4 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ocm-toggle.ocm-toggle-style-15:hover {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px) !important;
}

.ocm-toggle.ocm-toggle-style-15:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(0) !important;
}

/* Toggle Style 16: Animated Gradient */
.ocm-toggle.ocm-toggle-style-16 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) !important;
    background-size: 300% 300% !important;
    animation: ocm-gradient-shift 6s ease infinite !important;
    border: none !important;
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-16:hover {
    animation-duration: 3s !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4) !important;
}

@keyframes ocm-gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ===== COMPATIBILITY ADJUSTMENTS ===== */

/* Ensure all variations work with existing positioning */
[class*="ocm-theme-"][class*="-v00"] {
    max-width: 400px !important;
    min-width: 320px !important;
}

/* Ensure all new toggle styles support all positions */
.ocm-toggle[class*="-style-"]:not([class*="-position-"]) {
    bottom: 20px !important;
    right: 20px !important;
}

/* Responsive adjustments for new variations */
@media (max-width: 480px) {
    [class*="ocm-theme-"][class*="-v00"] {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-toggle[class*="-style-"] {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }
    
    .ocm-toggle.ocm-toggle-style-14 {
        width: 48px !important;
        height: 48px !important;
    }
}


