:root {
  --primary-50: #f7fee7;
  --primary-100: #ecfccb;
  --primary-300: #bef264;
  --primary-500: #65a30d;
  --primary-700: #4d7c0f;
  --primary-rgb: 101, 163, 13;
  --neutral-50: #fafaf9;
  --neutral-100: #f5f5f4;
  --neutral-300: #d6d3d1;
  --neutral-500: #78716c;
  --neutral-700: #44403c;
  --neutral-900: #1c1917;
  --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(101, 163, 13, 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 ===== */
.style_font_primary {
  font-family: var(--font-primary);
}

.theme_font_secondary {
  font-family: var(--font-secondary);
}

.best_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.pro_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);
}

.prime_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);
}

.page_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 */
.container_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);
}

.fresh_heading_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.business_heading_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
}

.light_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);
}

.bright_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);
}

.company_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 */
.design_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);
}

.ui_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);
}

.digital_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 */
.custom_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);
}

.brand_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 */
.app_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);
}

.bold_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 */
.new_hero_title {
  font-family: var(--font-secondary);
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tighter);
  color: var(--text-primary);
  margin-bottom: var(--space-6);
}

.main_hero_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-8);
}

/* Section Typography */
.top_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);
}

.minimal_section_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-3);
}

.elite_section_description {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  margin-bottom: var(--space-8);
  max-width: 65ch; /* Optimal reading width */
}

/* Card Typography */
.clean_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);
}

.modern_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 */
.creative_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);
}

.creative_nav_link:hover,
.creative_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.smart_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 */
.agency_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) {
  .new_hero_title {
    font-size: var(--text-4xl);
  }
  
  .top_section_title {
    font-size: var(--text-3xl);
  }
  
  .pro_display_1 {
    font-size: var(--text-5xl);
  }
  
  .prime_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .new_hero_title {
    font-size: var(--text-3xl);
  }
  
  .top_section_title {
    font-size: var(--text-2xl);
  }
  
  .pro_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 ===== */
.web_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.section_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.premium_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.content_text_balance {
  text-wrap: balance;
}

.studio_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .creative_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .custom_caption,
  .brand_overline,
  .agency_footer_text {
    color: var(--text-secondary);
  }
  
  .main_hero_subtitle,
  .minimal_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .new_hero_title,
  .top_section_title,
  .container_heading_1,
  .fresh_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .web_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.base_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.unique_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dark_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.site_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.core_stack {
  display: flex;
  flex-direction: column;
}

.main6_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ui57_full_height {
  min-height: 100vh;
}

.elite48_section_height {
  min-height: 80vh;
}

.pro13_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.company21_m_0 { margin: 0; }
.web63_m_1 { margin: var(--space-1); }
.custom59_m_2 { margin: var(--space-2); }
.clean16_m_3 { margin: var(--space-3); }
.page40_m_4 { margin: var(--space-4); }
.pro16_m_6 { margin: var(--space-6); }
.premium94_m_8 { margin: var(--space-8); }
.agency47_m_12 { margin: var(--space-12); }
.base27_m_16 { margin: var(--space-16); }

.brand77_mx_auto { margin-left: auto; margin-right: auto; }
.company56_my_auto { margin-top: auto; margin-bottom: auto; }

.site62_mt_0 { margin-top: 0; }
.web28_mt_4 { margin-top: var(--space-4); }
.best90_mt_8 { margin-top: var(--space-8); }
.page44_mt_12 { margin-top: var(--space-12); }

.unique85_mb_0 { margin-bottom: 0; }
.smart65_mb_4 { margin-bottom: var(--space-4); }
.modern3_mb_8 { margin-bottom: var(--space-8); }
.base3_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.bright5_p_0 { padding: 0; }
.page78_p_1 { padding: var(--space-1); }
.bold39_p_2 { padding: var(--space-2); }
.digital55_p_3 { padding: var(--space-3); }
.site45_p_4 { padding: var(--space-4); }
.top97_p_6 { padding: var(--space-6); }
.smart31_p_8 { padding: var(--space-8); }

.page26_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.top26_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.page27_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.top70_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.modern69_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.company55_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.minimal57_gap_1 { gap: var(--space-1); }
.base47_gap_2 { gap: var(--space-2); }
.agency98_gap_3 { gap: var(--space-3); }
.clean65_gap_4 { gap: var(--space-4); }
.studio67_gap_6 { gap: var(--space-6); }
.minimal3_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.studio65_shadow_none { box-shadow: var(--shadow-none); }
.custom92_shadow_xs { box-shadow: var(--shadow-xs); }
.pro7_shadow_sm { box-shadow: var(--shadow-sm); }
.fresh81_shadow_md { box-shadow: var(--shadow-md); }
.site56_shadow_lg { box-shadow: var(--shadow-lg); }
.prime48_shadow_xl { box-shadow: var(--shadow-xl); }
.modern69_shadow_2xl { box-shadow: var(--shadow-2xl); }
.modern7_shadow_inner { box-shadow: var(--shadow-inner); }
.theme28_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.agency61_radius_none { border-radius: var(--radius-none); }
.light17_radius_xs { border-radius: var(--radius-xs); }
.digital31_radius_sm { border-radius: var(--radius-sm); }
.smart42_radius_md { border-radius: var(--radius-md); }
.custom93_radius_lg { border-radius: var(--radius-lg); }
.brand68_radius_xl { border-radius: var(--radius-xl); }
.light98_radius_2xl { border-radius: var(--radius-2xl); }
.main93_radius_3xl { border-radius: var(--radius-3xl); }
.web54_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.best40_gradient_primary {
  background: var(--gradient-primary);
}

.bold38_gradient_secondary {
  background: var(--gradient-secondary);
}

.custom67_gradient_hero {
  background: var(--gradient-hero);
}

.minimal38_gradient_card {
  background: var(--gradient-card);
}

.theme6_gradient_overlay {
  position: relative;
}

.theme6_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;
}

.theme6_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.main15_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.main15_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.new39_hover_scale {
  transition: transform var(--transition-normal);
}

.new39_hover_scale:hover {
  transform: scale(1.02);
}

.best92_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.best92_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.pro2_hover_fade {
  transition: opacity var(--transition-normal);
}

.pro2_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.prime47_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.prime47_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.site99_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page36_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.app75_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.site4_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.prime37_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.base67_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.clean30_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.company17_timeline {
  position: relative;
}

.company17_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.base9_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.base9_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.base9_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.theme20_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.section74_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;
  }
}

.pro21_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;
  }
}

.digital81_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 */
.digital53_transition_all {
  transition: var(--transition-all);
}

.custom97_transition_fast {
  transition: all var(--transition-fast);
}

.fresh28_transition_normal {
  transition: all var(--transition-normal);
}

.web21_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.company13_bg_primary { background-color: var(--bg-primary); }
.custom44_bg_secondary { background-color: var(--bg-secondary); }
.web53_bg_muted { background-color: var(--bg-muted); }
.fresh78_bg_glass { background-color: var(--bg-glass); }

.theme53_text_primary { color: var(--text-primary); }
.best90_text_secondary { color: var(--text-secondary); }
.container79_text_muted { color: var(--text-muted); }
.base14_text_inverse { color: var(--text-inverse); }
.design64_text_link { color: var(--text-link); }

.dark66_border_light { border-color: var(--border-light); }
.creative16_border_medium { border-color: var(--border-medium); }
.custom94_border_strong { border-color: var(--border-strong); }
.premium79_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .app75_services_grid,
  .prime37_features_grid,
  .site4_team_grid,
  .clean30_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .base67_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .company17_timeline::before {
    left: 30px;
  }
  
  .base9_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .elite48_section_height {
    min-height: 60vh;
  }
  
  .pro13_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .base67_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .base9_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.top43_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;
}

.new64_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.web88_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);
}

.web88_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .light99_no_print {
    display: none !important;
  }
  
  .elite69_print_only {
    display: block !important;
  }
  
  .custom92_shadow_xs,
  .pro7_shadow_sm,
  .fresh81_shadow_md,
  .site56_shadow_lg,
  .prime48_shadow_xl,
  .modern69_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .theme20_fade_in,
  .section74_slide_up,
  .pro21_slide_in_left,
  .digital81_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .main15_hover_lift,
  .new39_hover_scale,
  .best92_hover_shadow,
  .pro2_hover_fade,
  .digital53_transition_all,
  .custom97_transition_fast,
  .fresh28_transition_normal,
  .web21_transition_slow {
    transition: none;
  }
}

.header-featured {
  background: var(--surface-primary);
  padding: 1.5rem 0;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 3px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.header-featured .header-frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* Brand Section */
.header-featured .brand-unit {
  z-index: 10004;
}

.header-featured .brand-link-ind {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.header-featured .brand-link-ind:hover {
  transform: scale(1.06);
}

.header-featured .brand-badge-ind {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border: 3px solid var(--primary-500);
  border-radius: 6px;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent);
  transition: all 0.4s ease;
}

.header-featured .brand-link-ind:hover .brand-badge-ind {
  box-shadow: 0 6px 24px color-mix(in srgb, var(--primary-500) 45%, transparent);
  border-color: var(--primary-700);
}

.header-featured .brand-badge-ind i {
  font-size: 1.625rem;
  color: var(--primary-700);
  z-index: 2;
  position: relative;
  transition: transform 0.5s ease;
}

.header-featured .brand-link-ind:hover .brand-badge-ind i {
  transform: rotate(90deg);
}

.header-featured .badge-grid {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(0deg, transparent 24%, color-mix(in srgb, var(--primary-500) 15%, transparent) 25%, color-mix(in srgb, var(--primary-500) 15%, transparent) 26%, transparent 27%, transparent 74%, color-mix(in srgb, var(--primary-500) 15%, transparent) 75%, color-mix(in srgb, var(--primary-500) 15%, transparent) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, color-mix(in srgb, var(--primary-500) 15%, transparent) 25%, color-mix(in srgb, var(--primary-500) 15%, transparent) 26%, transparent 27%, transparent 74%, color-mix(in srgb, var(--primary-500) 15%, transparent) 75%, color-mix(in srgb, var(--primary-500) 15%, transparent) 76%, transparent 77%, transparent);
  background-size: 12px 12px;
  opacity: 0.5;
  pointer-events: none;
}

.header-featured #sitename {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

/* Desktop Navigation */
.header-featured .nav-links-ind {
  display: none;
  gap: 2.5rem;
  align-items: center;
}

.header-featured .nav-links-ind a {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem 0;
  position: relative;
  transition: color 0.3s ease;
}

.header-featured .nav-links-ind a::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--primary-500);
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}

.header-featured .nav-links-ind a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 4px;
  height: 4px;
  background: var(--primary-700);
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease 0.12s;
}

.header-featured .nav-links-ind a:hover {
  color: var(--primary-700);
}

.header-featured .nav-links-ind a:hover::before {
  width: 100%;
}

.header-featured .nav-links-ind a:hover::after {
  transform: scale(1);
  opacity: 1;
}

/* Hamburger Toggle */
.header-featured .ind-input {
  display: none;
}

.header-featured .ind-toggle {
  cursor: pointer;
  z-index: 10003;
  position: relative;
  padding: 10px;
}

.header-featured .toggle-mechanism {
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
}

.header-featured .mech-line {
  width: 30px;
  height: 3px;
  background: #334155;
  border-radius: 1px;
  transition: all 0.55s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  z-index: 2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.header-featured .mech-border {
  position: absolute;
  width: 42px;
  height: 42px;
  border: 3px solid var(--primary-500);
  border-radius: 4px;
  transform: scale(0) rotate(-45deg);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Hamburger Animation - Mechanical X */
.header-featured .ind-input:checked ~ .ind-toggle .mech-1 {
  transform: translateY(9px) rotate(45deg);
  background: var(--primary-700);
}

.header-featured .ind-input:checked ~ .ind-toggle .mech-2 {
  opacity: 0;
  transform: scaleX(0) translateX(-20px);
}

.header-featured .ind-input:checked ~ .ind-toggle .mech-3 {
  transform: translateY(-9px) rotate(-45deg);
  background: var(--primary-700);
}

.header-featured .ind-input:checked ~ .ind-toggle .mech-border {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* Mobile Navigation */
.header-featured .ind-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 10;
}

.header-featured .ind-input:checked ~ .ind-mobile-nav {
  pointer-events: auto;
}

.header-featured .nav-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
    rgba(0, 0, 0, 0.92),
    color-mix(in srgb, var(--primary-500) 22%, rgba(0, 0, 0, 0.94))
  );
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.55s ease;
  z-index: -1;
}

.header-featured .ind-input:checked ~ .ind-mobile-nav .nav-screen {
  opacity: 1;
}

.header-featured .nav-module {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 90%;
  max-width: 460px;
  opacity: 0;
  transform: translateY(-50%) translateX(-50px);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-featured .ind-input:checked ~ .ind-mobile-nav .nav-module {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.header-featured .module-items {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.header-featured .module-items a {
  color: var(--light);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.375rem 2.125rem;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-left: 4px solid var(--primary-500);
  backdrop-filter: blur(18px);
  transition: all 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-40px);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.header-featured .ind-input:checked ~ .ind-mobile-nav .module-items a {
  opacity: 1;
  transform: translateX(0);
}

.header-featured .module-items a:nth-child(1) {
  transition-delay: 0.1s;
}

.header-featured .module-items a:nth-child(2) {
  transition-delay: 0.16s;
}

.header-featured .module-items a:nth-child(3) {
  transition-delay: 0.22s;
}

.header-featured .module-items a:nth-child(4) {
  transition-delay: 0.28s;
}

.header-featured .module-items a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}

.header-featured .module-items a:hover {
  background: rgba(255, 255, 255, 0.14);
  border-left-width: 6px;
  padding-left: 2.25rem;
  transform: translateX(8px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
}

.header-featured .module-items a:hover::before {
  left: 100%;
}

/* Module Tech */
.header-featured .module-tech {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.header-featured .tech-gear {
  position: absolute;
  top: -50px;
  right: 30px;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.24);
  clip-path: polygon(50% 0%, 60% 20%, 100% 20%, 80% 40%, 80% 60%, 100% 80%, 60% 80%, 50% 100%, 40% 80%, 0% 80%, 20% 60%, 20% 40%, 0% 20%, 40% 20%);
  opacity: 0;
  transform: scale(0) rotate(-90deg);
  transition: all 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.34s;
}

.header-featured .ind-input:checked ~ .ind-mobile-nav .tech-gear {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.header-featured .tech-bolt {
  position: absolute;
  bottom: -55px;
  left: 40px;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  opacity: 0;
  transform: scale(0) rotate(72deg);
  transition: all 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}

.header-featured .ind-input:checked ~ .ind-mobile-nav .tech-bolt {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.header-featured .tech-plate {
  position: absolute;
  bottom: -50px;
  right: 35px;
  width: 45px;
  height: 30px;
  border: 3px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.37s;
}

.header-featured .ind-input:checked ~ .ind-mobile-nav .tech-plate {
  opacity: 1;
  transform: scaleY(1);
}

/* Header Tech */
.header-featured .header-tech {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  pointer-events: none;
  display: none;
}

.header-featured .tech-hex {
  width: 38px;
  height: 38px;
  background: var(--primary-300);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  animation: hex-spin 7s infinite linear;
}

.header-featured .tech-rivet {
  position: absolute;
  top: 12px;
  right: -15px;
  width: 16px;
  height: 16px;
  background: var(--primary-500);
  border-radius: 2px;
  animation: rivet-pulse 3s infinite ease-in-out;
}

@keyframes hex-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rivet-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.25);
    opacity: 0.7;
  }
}

/* Responsive */
@media (min-width: 992px) {
  .header-featured .nav-links-ind {
    display: flex;
  }
  
  .header-featured .ind-toggle {
    display: none;
  }
  
  .header-featured .ind-mobile-nav {
    display: none;
  }
  
  .header-featured .header-tech {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .header-featured #sitename {
    font-size: 1.3rem;
  }
  
  .header-featured .brand-badge-ind {
    width: 46px;
    height: 46px;
  }
  
  .header-featured .brand-badge-ind i {
    font-size: 1.4rem;
  }
}

@media (max-width: 575.98px) {
  .header-featured .nav-module {
    width: 94%;
    left: 3%;
  }
  
  .header-featured .module-items a {
    padding: 1.125rem 1.75rem;
    font-size: 0.95rem;
  }
}





/* Hero section */
.hero-section-modern {
  position: relative;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--neutral-100) 60%, var(--surface-primary) 40%) 100%
  );
  overflow: hidden;
}

/* Image Wrapper */
.hero-section-modern .image-wrapper {
  position: relative;
  padding: 20px;
}

.hero-section-modern .industrial-frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  border: 2px solid var(--neutral-300);
}

.hero-section-modern .industrial-frame img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.95) contrast(1.05);
}

/* Corner Accents */
.hero-section-modern .corner-accent {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid var(--primary-500);
  z-index: 2;
}

.hero-section-modern .corner-accent.accent-tl {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
}

.hero-section-modern .corner-accent.accent-tr {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
}

.hero-section-modern .corner-accent.accent-bl {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
}

.hero-section-modern .corner-accent.accent-br {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
}

/* Geometric Lines */
.hero-section-modern .geometric-line {
  position: absolute;
  background: var(--primary-500);
  opacity: 0.3;
  z-index: 1;
}

.hero-section-modern .geometric-line.line-1 {
  width: 3px;
  height: 120px;
  top: -40px;
  left: 10%;
}

.hero-section-modern .geometric-line.line-2 {
  width: 100px;
  height: 3px;
  bottom: -20px;
  right: 15%;
}

/* Content Card */
.hero-section-modern .content-card {
  background: var(--light);
  border: 1px solid var(--neutral-300);
  border-radius: 12px;
  padding: 50px 45px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}

.hero-section-modern .content-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
  border-radius: 12px 0 0 12px;
}

/* Industrial Badge */
.hero-section-modern .industrial-badge {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transform: rotate(-5deg);
  transition: transform 0.3s ease;
}

.hero-section-modern .industrial-badge:hover {
  transform: rotate(0deg) scale(1.05);
}

.hero-section-modern .industrial-badge i {
  font-size: 2rem;
  color: var(--light);
}

/* Typography */
.hero-section-modern .hero-title {
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.hero-section-modern .hero-subtitle {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.4;
}

.hero-section-modern .hero-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

/* Feature Grid */
.hero-section-modern .feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 2.5rem;
}

.hero-section-modern .feature-block {
  text-align: center;
}

.hero-section-modern .feature-icon-wrapper {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--neutral-100) 100%, transparent);
  border: 2px solid var(--neutral-300);
  border-radius: 8px;
  transition: all 0.3s ease;
  margin: 0 auto;
}

.hero-section-modern .feature-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.hero-section-modern .feature-block:hover .feature-icon-wrapper {
  background: var(--primary-500);
  border-color: var(--primary-700);
  transform: translateY(-5px);
}

.hero-section-modern .feature-block:hover .feature-icon-wrapper i {
  color: var(--light);
}

/* Background Grid Pattern */
.hero-section-modern .bg-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--neutral-300) 15%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--neutral-300) 15%, transparent) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  z-index: 0;
}

/* Decorative Squares */
.hero-section-modern .decorative-square {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 3px solid var(--primary-500);
  border-radius: 8px;
  opacity: 0.1;
  z-index: 0;
  animation: rotate-slow 20s linear infinite;
}

.hero-section-modern .decorative-square.square-1 {
  top: 10%;
  right: 5%;
  animation-direction: normal;
}

.hero-section-modern .decorative-square.square-2 {
  bottom: 15%;
  left: 8%;
  animation-direction: reverse;
  width: 100px;
  height: 100px;
}

/* Animations */
@keyframes rotate-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .hero-section-modern .content-card {
    padding: 40px 35px;
  }
}

@media (max-width: 991.98px) {
  .hero-section-modern .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-section-modern .hero-subtitle {
    font-size: 1.5rem;
  }
  
  .hero-section-modern .feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .hero-section-modern .content-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .hero-section-modern .content-card {
    padding: 30px 25px;
  }
  
  .hero-section-modern .hero-description {
    font-size: 1rem;
  }
  
  .hero-section-modern .feature-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .hero-section-modern .feature-icon-wrapper i {
    font-size: 1.5rem;
  }
  
  .hero-section-modern .industrial-badge {
    width: 60px;
    height: 60px;
  }
  
  .hero-section-modern .industrial-badge i {
    font-size: 1.75rem;
  }
  
  .hero-section-modern .geometric-line {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hero-section-modern .content-card {
    padding: 25px 20px;
  }
  
  .hero-section-modern .feature-grid {
    gap: 12px;
  }
  
  .hero-section-modern .feature-icon-wrapper {
    width: 55px;
    height: 55px;
  }
  
  .hero-section-modern .feature-icon-wrapper i {
    font-size: 1.35rem;
  }
  
  .hero-section-modern .decorative-square,
  .hero-section-modern .bg-grid-pattern {
    opacity: 0.15;
  }
}





.about-masonry-section {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary), var(--surface-secondary));
  overflow: hidden;
}

/* Creative Badge */
.creative-badge-wrapper {
  position: relative;
  display: inline-block;
}

.creative-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: #ffffff;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  font-size: 2.5rem;
  box-shadow: 0 15px 40px rgba(124, 58, 237, 0.3);
  animation: morphBadge 8s ease-in-out infinite;
}

@keyframes morphBadge {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    transform: rotate(45deg);
  }
  50% {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    transform: rotate(90deg);
  }
  75% {
    border-radius: 30% 70% 30% 70% / 70% 30% 70% 30%;
    transform: rotate(135deg);
  }
}

#about-title {
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

#about-subtitle {
  color: var(--primary-600);
  font-weight: 600;
  line-height: 1.4;
}

#about-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Masonry Items */
.masonry-item {
  position: relative;
}

.masonry-card {
  position: relative;
  height: 100%;
  padding: 2rem;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.masonry-card:hover {
  border-color: var(--primary-400);
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(124, 58, 237, 0.2);
}

.large-item .masonry-card {
  min-height: 280px;
}

.medium-item .masonry-card {
  min-height: 200px;
}

.small-item .masonry-card {
  min-height: 220px;
}

.card-sparkle {
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0;
  transition: all 0.7s ease;
  pointer-events: none;
}

.masonry-card:hover .card-sparkle {
  opacity: 1;
  top: -50%;
  left: -50%;
}

.card-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  color: var(--primary-700);
  border-radius: 50%;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.15);
  transition: all 0.3s ease;
}

.masonry-card:hover .card-icon-circle {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: #ffffff;
  transform: scale(1.15) rotate(360deg);
}

.masonry-card h4 {
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.masonry-card p {
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Masonry Images */
.masonry-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}

.image-item .masonry-image {
  height: 320px;
}

.image-item-wide .masonry-image {
  height: 280px;
}

.masonry-image:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.masonry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.masonry-image:hover img {
  transform: scale(1.15);
}

.image-overlay-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.3), rgba(109, 40, 217, 0.15));
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.masonry-image:hover .image-overlay-glow {
  opacity: 1;
}

.wide-image-badge {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: #ffffff;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.4);
  animation: pulseGlow 2s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.4);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(124, 58, 237, 0.6);
  }
}

/* Particle Background */
.particle-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-400);
  border-radius: 50%;
  opacity: 0.3;
}

.p-1 {
  top: 15%;
  left: 10%;
  animation: particleFloat1 15s ease-in-out infinite;
}

.p-2 {
  top: 40%;
  right: 15%;
  animation: particleFloat2 12s ease-in-out infinite;
}

.p-3 {
  bottom: 25%;
  left: 20%;
  animation: particleFloat3 18s ease-in-out infinite;
}

.p-4 {
  top: 60%;
  right: 8%;
  animation: particleFloat4 14s ease-in-out infinite;
}

.p-5 {
  bottom: 15%;
  right: 25%;
  animation: particleFloat5 16s ease-in-out infinite;
}

@keyframes particleFloat1 {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(30px, -30px); }
  50% { transform: translate(60px, 20px); }
  75% { transform: translate(20px, 40px); }
}

@keyframes particleFloat2 {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(-40px, 30px); }
  66% { transform: translate(-20px, -40px); }
}

@keyframes particleFloat3 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(50px, -50px); }
}

@keyframes particleFloat4 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-35px, 35px); }
}

@keyframes particleFloat5 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(40px, -25px); }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .large-item .masonry-card {
    min-height: 240px;
  }
  
  .medium-item .masonry-card {
    min-height: 180px;
  }
  
  .small-item .masonry-card {
    min-height: 200px;
  }
  
  .image-item .masonry-image {
    height: 280px;
  }
  
  .image-item-wide .masonry-image {
    height: 240px;
  }
}

@media (max-width: 767px) {
  #about-title {
    font-size: 2rem;
  }
  
  .creative-badge {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }
  
  .large-item .masonry-card,
  .medium-item .masonry-card,
  .small-item .masonry-card {
    min-height: auto;
    padding: 1.5rem;
  }
  
  .image-item .masonry-image {
    height: 250px;
  }
  
  .image-item-wide .masonry-image {
    height: 220px;
  }
  
  .card-icon-circle {
    width: 52px;
    height: 52px;
    font-size: 1.5rem;
  }
  
  .wide-image-badge {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }
}

@media (max-width: 575px) {
  .masonry-card {
    padding: 1.25rem;
  }
  
  .particle {
    display: none;
  }
}



.features-alt {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Geometric Header */
.features-alt .geometric-header {
  position: relative;
  margin-bottom: 2rem;
}

.features-alt .header-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, 
    transparent, 
    var(--primary-500), 
    transparent);
  margin: 0 auto 1.5rem;
}

.features-alt .display-4 {
  color: var(--text-primary);
  letter-spacing: 0.05em;
  font-weight: 800;
}

.features-alt .h5 {
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.features-alt .lead {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Industrial Grid */
.features-alt .industrial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 1;
}

/* Industrial Cell */
.features-alt .industrial-cell {
  position: relative;
}

/* Feature Frame */
.features-alt .feature-frame {
  position: relative;
  height: 100%;
  padding: 2.5rem 2rem;
  background: var(--surface-secondary);
  border: 2px solid var(--neutral-300);
  transition: all 0.3s ease;
}

.features-alt .feature-frame:hover {
  border-color: var(--primary-500);
  transform: translateY(-8px);
  box-shadow: 
    0 10px 30px color-mix(in srgb, var(--neutral-700) 10%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--primary-500) 30%, transparent);
}

/* Frame Corners */
.features-alt .frame-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid var(--primary-500);
  transition: all 0.3s ease;
}

.features-alt .corner-tl {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
}

.features-alt .corner-tr {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
}

.features-alt .corner-bl {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
}

.features-alt .corner-br {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
}

.features-alt .feature-frame:hover .frame-corner {
  width: 30px;
  height: 30px;
}

/* Industrial Icon Box */
.features-alt .industrial-icon-box {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--neutral-100), 
    var(--neutral-300));
  border: 3px solid var(--neutral-500);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}

.features-alt .feature-frame:hover .industrial-icon-box {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    var(--primary-700));
  border-color: var(--primary-700);
  transform: rotate(45deg) scale(1.1);
}

.features-alt .industrial-icon-box i {
  font-size: 2rem;
  color: var(--neutral-700);
  transition: all 0.4s ease;
}

.features-alt .feature-frame:hover .industrial-icon-box i {
  color: var(--light);
  transform: rotate(-45deg);
}

/* Industrial Heading */
.features-alt .industrial-heading {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

/* Industrial Description */
.features-alt .industrial-description {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Strength Bar */
.features-alt .strength-bar {
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    var(--primary-700));
  transition: width 0.6s ease 0.2s;
  box-shadow: 0 0 10px var(--primary-500);
}

.features-alt .feature-frame:hover .strength-bar {
  width: 100%;
}

/* Geometric Background */
.features-alt .geometric-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.15;
}

.features-alt .geo-line {
  position: absolute;
  background: var(--neutral-500);
}

.features-alt .line-h-1 {
  width: 100%;
  height: 1px;
  top: 30%;
  left: 0;
}

.features-alt .line-h-2 {
  width: 100%;
  height: 1px;
  bottom: 30%;
  left: 0;
}

.features-alt .line-v-1 {
  width: 1px;
  height: 100%;
  top: 0;
  left: 30%;
}

.features-alt .line-v-2 {
  width: 1px;
  height: 100%;
  top: 0;
  right: 30%;
}

/* Responsive */
@media (max-width: 991.98px) {
  .features-alt .industrial-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .features-alt .display-4 {
    font-size: 2rem;
  }
  
  .features-alt .feature-frame {
    padding: 2rem 1.5rem;
  }
  
  .features-alt .industrial-icon-box {
    width: 60px;
    height: 60px;
  }
  
  .features-alt .industrial-icon-box i {
    font-size: 1.75rem;
  }
  
  .features-alt .industrial-grid {
    grid-template-columns: 1fr;
  }
}





/* Professional Blue Compact Theme - Services */

.services_professional_compact_wrapper {
  position: relative;
  padding: 120px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Background Layer */
.compact_bg_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.radial_gradient {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-200), transparent);
  opacity: 0.2;
  filter: blur(80px);
}

.gradient_top {
  top: -150px;
  right: -100px;
}

.gradient_bottom {
  bottom: -150px;
  left: -100px;
}

.dot_grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, var(--primary-300) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.1;
}

/* Section Header */
.services_professional_compact_wrapper .container {
  position: relative;
  z-index: 1;
}

.compact_title {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.compact_subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.compact_intro {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 780px;
  margin: 0 auto;
}

/* Compact Services Table */
.compact_services_table {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Compact Service Row */
.compact_service_row {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.75rem;
  border: 2px solid var(--border-light);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  position: relative;
}

.compact_service_row:hover {
  border-color: var(--primary-400);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.15);
  transform: translateX(4px);
}

/* Featured Row */
.featured_compact_row {
  background: linear-gradient(135deg, var(--primary-50) 0%, #ffffff 100%);
  border: 2px solid var(--primary-500);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.18);
}

.featured_stripe {
  position: absolute;
  top: -12px;
  right: 2rem;
  background: linear-gradient(135deg, var(--primary-600), var(--primary-700));
  color: #ffffff;
  padding: 0.375rem 1.25rem;
  border-radius: 16px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}

/* Service Number Box */
.service_number_box {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 900;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
  margin: 0 auto;
}

/* Service Icon Compact */
.service_icon_compact {
  width: 70px;
  height: 70px;
  background: var(--primary-100);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  margin: 0 auto;
}

.service_icon_compact i {
  font-size: 2rem;
  color: var(--primary-600);
}

.compact_service_row:hover .service_icon_compact {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  transform: scale(1.1);
}

.compact_service_row:hover .service_icon_compact i {
  color: #ffffff;
}

/* Service Info Block */
.service_info_block {
  width: 100%;
}

.compact_service_name {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 0.625rem 0;
  line-height: 1.3;
}

.compact_service_desc {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
}

/* Service Meta Block */
.service_meta_block {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  height: 100%;
}

.meta_features_box {
  background: var(--surface-secondary);
  border-radius: 10px;
  padding: 0.875rem 1rem;
  border-left: 3px solid var(--primary-500);
  flex-grow: 1;
}

.meta_features_list {
  font-size: 0.8125rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

.meta_price_tag {
  text-align: center;
  padding: 0.625rem;
  background: var(--primary-50);
  border-radius: 10px;
}

.meta_price_value {
  font-size: 1.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary-600), var(--primary-700));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  letter-spacing: -0.01em;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .compact_title {
    font-size: 3rem;
  }

  .compact_subtitle {
    font-size: 1.375rem;
  }

  .service_number_box {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  .service_icon_compact {
    width: 65px;
    height: 65px;
  }

  .service_icon_compact i {
    font-size: 1.875rem;
  }

  .compact_service_name {
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  .services_professional_compact_wrapper {
    padding: 90px 0;
  }

  .compact_title {
    font-size: 2.5rem;
  }

  .compact_subtitle {
    font-size: 1.25rem;
  }

  .compact_intro {
    font-size: 1rem;
  }

  .compact_services_table {
    gap: 1.25rem;
  }

  .compact_service_row {
    padding: 1.5rem;
  }

  .service_number_box {
    width: 40px;
    height: 40px;
    font-size: 0.9375rem;
    margin-bottom: 1rem;
  }

  .service_icon_compact {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }

  .service_icon_compact i {
    font-size: 1.75rem;
  }

  .compact_service_name {
    font-size: 1.125rem;
  }

  .compact_service_desc {
    font-size: 0.875rem;
  }

  .service_meta_block {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .services_professional_compact_wrapper {
    padding: 70px 0;
  }

  .compact_title {
    font-size: 2rem;
  }

  .compact_subtitle {
    font-size: 1.125rem;
  }

  .compact_intro {
    font-size: 0.9375rem;
  }

  .compact_services_table {
    gap: 1rem;
    margin-top: 3rem;
  }

  .compact_service_row {
    padding: 1.25rem;
  }

  .compact_service_row:hover {
    transform: translateX(0) translateY(-4px);
  }

  .service_number_box {
    width: 38px;
    height: 38px;
    font-size: 0.875rem;
  }

  .service_icon_compact {
    width: 55px;
    height: 55px;
  }

  .service_icon_compact i {
    font-size: 1.625rem;
  }

  .compact_service_name {
    font-size: 1rem;
  }

  .compact_service_desc {
    font-size: 0.8125rem;
  }

  .meta_features_list {
    font-size: 0.75rem;
  }

  .meta_price_value {
    font-size: 1.25rem;
  }

  .radial_gradient {
    opacity: 0.12;
  }

  .dot_grid {
    display: none;
  }
}







/* Priceplan section */

.priceplan-section-style {
  position: relative;
  background: linear-gradient(180deg,
    var(--neutral-50) 0%,
    var(--primary-50) 50%,
    var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.priceplan-section-style .section-header-wrapper {
  position: relative;
  z-index: 2;
}

.priceplan-section-style .header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.priceplan-section-style .deco-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
}

.priceplan-section-style .deco-line {
  flex: 1;
  max-width: 120px;
  height: 2px;
  background: linear-gradient(90deg,
    var(--primary-300),
    var(--primary-500),
    var(--primary-300));
}

.priceplan-section-style #priceplan-title {
  color: var(--neutral-900);
  letter-spacing: -0.03em;
  line-height: 1.15;
  font-weight: 800;
}

.priceplan-section-style #priceplan-subtitle {
  color: var(--neutral-700);
  font-weight: 400;
}

.priceplan-section-style #priceplan-desc {
  color: var(--neutral-600);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.75;
  font-size: 1.125rem;
}

/* Icon Grid */
.priceplan-section-style .icon-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.priceplan-section-style .icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  color: var(--neutral-0);
  font-size: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.priceplan-section-style .icon-item:hover {
  transform: translateY(-8px) scale(1.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Pricing Table Grid */
.priceplan-section-style .pricing-table-wrapper {
  position: relative;
  z-index: 2;
}

.priceplan-section-style .pricing-table-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .priceplan-section-style .pricing-table-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Plan Column */
.priceplan-section-style .plan-column {
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 2px solid var(--neutral-100);
  position: relative;
  display: flex;
  flex-direction: column;
}

.priceplan-section-style .plan-column:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-400);
}

/* Popular Plan */
.priceplan-section-style .plan-column-popular {
  background: linear-gradient(180deg,
    var(--neutral-0) 0%,
    var(--primary-50) 100%);
  border: 3px solid var(--primary-500);
  padding-top: 3.5rem;
  transform: scale(1.05);
  z-index: 1;
}

.priceplan-section-style .plan-column-popular:hover {
  transform: translateY(-16px) scale(1.06);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.priceplan-section-style .popular-badge {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  color: var(--neutral-0);
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

/* Plan Header */
.priceplan-section-style .plan-header {
  text-align: center;
  margin-bottom: 2rem;
}

.priceplan-section-style .plan-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
  border-radius: 50%;
  color: var(--neutral-0);
  font-size: 2.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease;
}

.priceplan-section-style .plan-column:hover .plan-icon-circle {
  transform: rotateY(180deg);
}

.priceplan-section-style .plan-column-popular .plan-icon-circle {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
}

.priceplan-section-style [id^="priceplan-item-"][id$="-name"] {
  color: var(--neutral-900);
  font-size: 1.5rem;
  margin: 1rem 0;
}

.priceplan-section-style [id^="priceplan-item-"][id$="-desc"] {
  color: var(--neutral-600);
  font-size: 0.95rem;
  line-height: 1.6;
  min-height: 80px;
}

/* Price Container */
.priceplan-section-style .price-container {
  padding: 1.5rem;
  background: var(--neutral-50);
  border-radius: 16px;
  position: relative;
}

.priceplan-section-style .plan-column-popular .price-container {
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
}

.priceplan-section-style .price-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.priceplan-section-style .currency-symbol {
  font-size: 1.5rem;
  color: var(--neutral-600);
  font-weight: 600;
  align-self: flex-start;
  margin-top: 1rem;
}

.priceplan-section-style [id^="priceplan-item-"][id$="-price"] {
  color: var(--primary-700);
  font-weight: 800;
  line-height: 1;
}

.priceplan-section-style .billing-period {
  font-size: 1rem;
  color: var(--neutral-500);
  font-weight: 500;
  align-self: flex-end;
  margin-bottom: 0.75rem;
}

/* Plan Body - Features */
.priceplan-section-style .plan-body {
  flex: 1;
  margin-bottom: 2rem;
}

.priceplan-section-style [id^="priceplan-item-"][id$="-features"] {
  color: var(--neutral-700);
}

.priceplan-section-style .feature-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 1rem 0;
  border-bottom: 1px solid var(--neutral-100);
  transition: all 0.2s ease;
}

.priceplan-section-style .feature-row:last-child {
  border-bottom: none;
}

.priceplan-section-style .feature-row:hover {
  padding-left: 8px;
  background: var(--primary-50);
  border-radius: 8px;
}

.priceplan-section-style .feature-row i {
  color: var(--primary-600);
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.priceplan-section-style .plan-column-popular .feature-row i {
  color: var(--accent-600);
}

.priceplan-section-style .feature-row span {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--neutral-700);
}

/* Plan Footer */
.priceplan-section-style .plan-footer {
  margin-top: auto;
  padding-top: 1.5rem;
}

.priceplan-section-style .visual-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.priceplan-section-style .divider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-500);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.priceplan-section-style .plan-column:hover .divider-dot {
  opacity: 1;
  transform: scale(1.3);
}

/* Background Shapes */
.priceplan-section-style .background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.priceplan-section-style .shape-element {
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
}

.priceplan-section-style .shape-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at center, var(--primary-300), transparent);
  top: -150px;
  left: -150px;
  animation: pulse 8s infinite ease-in-out;
}

.priceplan-section-style .shape-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle at center, var(--accent-300), transparent);
  bottom: -100px;
  right: -100px;
  animation: pulse 10s infinite ease-in-out 2s;
}

.priceplan-section-style .shape-3 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle at center, var(--primary-200), transparent);
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 12s infinite ease-in-out 4s;
}

/* Animations */
@keyframes pulse {
  0%, 100% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.2;
  }
  50% {
    transform: scale(1.2) translate(-50%, -50%);
    opacity: 0.3;
  }
}

.priceplan-section-style .shape-1,
.priceplan-section-style .shape-2 {
  animation-name: float-shape;
}

@keyframes float-shape {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.2;
  }
  50% {
    transform: translateY(-30px) scale(1.1);
    opacity: 0.25;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .priceplan-section-style #priceplan-title {
    font-size: 2.5rem;
  }

  .priceplan-section-style .plan-column-popular {
    transform: scale(1);
    margin: 2rem 0;
  }

  .priceplan-section-style .plan-column-popular:hover {
    transform: translateY(-12px) scale(1);
  }

  .priceplan-section-style .pricing-table-grid {
    gap: 2rem;
  }

  .priceplan-section-style .icon-grid {
    gap: 1.5rem;
  }

  .priceplan-section-style .icon-item {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .priceplan-section-style #priceplan-title {
    font-size: 2rem;
  }

  .priceplan-section-style #priceplan-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-style #priceplan-desc {
    font-size: 1rem;
  }

  .priceplan-section-style .plan-column {
    padding: 2rem 1.5rem;
  }

  .priceplan-section-style [id^="priceplan-item-"][id$="-price"] {
    font-size: 2.5rem;
  }

  .priceplan-section-style .plan-icon-circle {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }

  .priceplan-section-style .pricing-table-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1400px) {
  .priceplan-section-style .container {
    max-width: 1320px;
  }

  .priceplan-section-style .pricing-table-grid {
    max-width: 1300px;
  }
}







/* Team section */
.team-section-special {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.team-section-special .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.team-section-special .section-subtitle {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.team-section-special .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Team Zigzag Layout */
.team-section-special .team-zigzag {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2rem;
}

.team-section-special .team-row {
  position: relative;
}

/* Member Image */
.team-section-special .member-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.team-section-special .team-member-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  transition: transform 0.5s ease;
}

.team-section-special .member-image-wrapper:hover .team-member-photo {
  transform: scale(1.08);
}

.team-section-special .image-shape {
  position: absolute;
  z-index: -1;
  border-radius: 20px;
}

.team-section-special .shape-1 {
  width: 90%;
  height: 90%;
  background: color-mix(in srgb, var(--primary-300) 30%, transparent);
  top: 20px;
  right: -20px;
}

.team-section-special .shape-2 {
  width: 90%;
  height: 90%;
  background: color-mix(in srgb, var(--primary-500) 25%, transparent);
  bottom: 20px;
  left: -20px;
}

.team-section-special .shape-3 {
  width: 90%;
  height: 90%;
  background: color-mix(in srgb, var(--primary-700) 20%, transparent);
  top: 20px;
  left: -20px;
}

.team-section-special .shape-4 {
  width: 90%;
  height: 90%;
  background: color-mix(in srgb, var(--primary-300) 35%, transparent);
  bottom: 20px;
  right: -20px;
}

.team-section-special .shape-5 {
  width: 90%;
  height: 90%;
  background: color-mix(in srgb, var(--primary-500) 30%, transparent);
  top: 20px;
  right: -20px;
}

/* Member Content */
.team-section-special .member-content {
  padding: 2rem;
}

.team-section-special .content-left {
  padding-left: 3rem;
}

.team-section-special .content-right {
  padding-right: 3rem;
  text-align: right;
}

.team-section-special .member-name {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.team-section-special .member-role {
  font-size: 1.125rem;
  color: var(--primary-500);
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Decorative Elements */
.team-section-special .decorative-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.team-section-special .shape-top-left {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 25%, transparent),
    transparent 70%
  );
  top: 100px;
  left: -100px;
}

.team-section-special .shape-bottom-right {
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 20%, transparent),
    transparent 70%
  );
  bottom: 100px;
  right: -150px;
}

.team-section-special .floating-icons {
  position: absolute;
  top: 20%;
  right: 5%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  opacity: 0.2;
  z-index: 0;
}

.team-section-special .floating-icons i {
  font-size: 2rem;
  color: var(--primary-500);
  animation: float 3s ease-in-out infinite;
}

.team-section-special .floating-icons i:nth-child(2) {
  animation-delay: 1s;
}

.team-section-special .floating-icons i:nth-child(3) {
  animation-delay: 2s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.team-section-special .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991px) {
  .team-section-special {
    padding: 80px 0;
  }

  .team-section-special .section-title {
    font-size: 2.25rem;
  }

  .team-section-special .section-subtitle {
    font-size: 1.25rem;
  }

  .team-section-special .member-name {
    font-size: 1.5rem;
  }

  .team-section-special .member-role {
    font-size: 1rem;
  }

  .team-section-special .content-left,
  .team-section-special .content-right {
    padding: 1.5rem;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .team-section-special {
    padding: 60px 0;
  }

  .team-section-special .section-title {
    font-size: 1.875rem;
  }

  .team-section-special .section-subtitle {
    font-size: 1.125rem;
  }

  .team-section-special .section-description {
    font-size: 1rem;
  }

  .team-section-special .team-row {
    margin-bottom: 3rem !important;
  }

  .team-section-special .team-row.flex-row-reverse {
    flex-direction: column !important;
  }

  .team-section-special .member-content {
    padding: 1rem 0;
  }

  .team-section-special .member-name {
    font-size: 1.375rem;
  }

  .team-section-special .member-role {
    font-size: 0.9375rem;
  }

  .team-section-special .image-shape {
    display: none;
  }

  .team-section-special .floating-icons {
    display: none;
  }
}





.reviews-section-featured {
  padding: 100px 0;
  background: var(--neutral-0);
  position: relative;
  overflow: hidden;
}

/* Background Elements */
.reviews-section-featured .gradient-overlay {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  opacity: 0.06;
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}

.reviews-section-featured .overlay-1 {
  top: -100px;
  left: -100px;
  background: var(--primary-500);
}

.reviews-section-featured .overlay-2 {
  bottom: -100px;
  right: -100px;
  background: var(--secondary-500);
}

.reviews-section-featured .dotted-pattern {
  position: absolute;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(circle, var(--primary-400) 2px, transparent 2px);
  background-size: 25px 25px;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}

.reviews-section-featured .pattern-1 {
  top: 20%;
  right: 10%;
}

.reviews-section-featured .pattern-2 {
  bottom: 25%;
  left: 8%;
}

/* Section Header */
.reviews-section-featured .section-header-block {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.reviews-section-featured .header-badge {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
}

.reviews-section-featured .header-badge i {
  font-size: 24px;
  color: var(--primary-600);
  animation: twinkle 2s ease-in-out infinite;
}

.reviews-section-featured .header-badge i:nth-child(2) {
  animation-delay: 0.5s;
}

.reviews-section-featured .header-badge i:nth-child(3) {
  animation-delay: 1s;
}

@keyframes twinkle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.9);
  }
}

.reviews-section-featured .title-text {
  font-size: 2.875rem;
  font-weight: 800;
  color: var(--neutral-900);
  margin-bottom: 16px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.reviews-section-featured .subtitle-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 24px;
  line-height: 1.4;
}

.reviews-section-featured .intro-content {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
}

/* Quote Blocks Container */
.reviews-section-featured .quote-blocks-container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
}

/* Quote Block Base */
.reviews-section-featured .quote-block {
  margin-bottom: 60px;
  position: relative;
}

.reviews-section-featured .quote-content-wrapper {
  padding: 48px;
  background: var(--neutral-0);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-200);
  transition: all 0.4s ease;
  position: relative;
}

.reviews-section-featured .quote-content-wrapper:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-400);
  transform: translateX(-8px);
}

.reviews-section-featured .right-aligned .quote-content-wrapper:hover {
  transform: translateX(8px);
}

/* Large Quote Mark */
.reviews-section-featured .large-quote-mark {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.reviews-section-featured .large-quote-mark i {
  font-size: 36px;
  color: var(--neutral-0);
}

.reviews-section-featured .quote-text {
  font-size: 1.25rem;
  line-height: 1.8;
  color: var(--neutral-800);
  margin-bottom: 32px;
  font-style: italic;
  font-weight: 400;
}

/* Author Credential */
.reviews-section-featured .author-credential {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 3px solid var(--neutral-200);
}

.reviews-section-featured .credential-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-200), var(--secondary-200));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.reviews-section-featured .credential-icon i {
  font-size: 28px;
  color: var(--primary-700);
}

.reviews-section-featured .author-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--neutral-900);
  margin: 0;
  line-height: 1.5;
}

/* Visual Accent Boxes */
.reviews-section-featured .visual-accent-box {
  height: 350px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.reviews-section-featured .visual-accent-box i {
  font-size: 120px;
  color: var(--neutral-0);
  opacity: 0.8;
}

.reviews-section-featured .accent-style-1 {
  background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
}

.reviews-section-featured .accent-style-2 {
  background: linear-gradient(135deg, var(--secondary-400), var(--secondary-600));
}

.reviews-section-featured .accent-style-3 {
  background: linear-gradient(135deg, var(--primary-500), var(--secondary-500));
}

.reviews-section-featured .accent-style-4 {
  background: linear-gradient(135deg, var(--primary-600), var(--primary-800));
}

/* Centered Featured Block */
.reviews-section-featured .centered-featured {
  margin-top: 80px;
}

.reviews-section-featured .featured-quote-wrapper {
  padding: 64px;
  background: linear-gradient(135deg, var(--primary-50), var(--neutral-0), var(--secondary-50));
  border-radius: 32px;
  text-align: center;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
  border: 3px solid var(--primary-300);
  position: relative;
}

.reviews-section-featured .centered-quote-mark {
  width: 90px;
  height: 90px;
  margin: 0 auto 32px;
  background: linear-gradient(135deg, var(--primary-600), var(--secondary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.reviews-section-featured .centered-quote-mark i {
  font-size: 48px;
  color: var(--neutral-0);
}

.reviews-section-featured .featured-quote-text {
  font-size: 1.375rem;
  line-height: 1.8;
  color: var(--neutral-900);
  margin-bottom: 40px;
  font-style: italic;
  font-weight: 500;
}

.reviews-section-featured .featured-author-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 32px;
  border-top: 3px solid var(--primary-300);
}

.reviews-section-featured .featured-author-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-300), var(--secondary-300));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.reviews-section-featured .featured-author-icon i {
  font-size: 32px;
  color: var(--primary-800);
}

.reviews-section-featured .featured-author-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--neutral-900);
  margin: 0;
  line-height: 1.5;
  text-align: left;
}

/* Floating Elements */
.reviews-section-featured .floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.reviews-section-featured .float-element {
  position: absolute;
  font-size: 80px;
  color: var(--primary-500);
  opacity: 0.05;
  animation: float-gentle 10s ease-in-out infinite;
}

.reviews-section-featured .element-1 {
  top: 15%;
  right: 5%;
}

.reviews-section-featured .element-2 {
  bottom: 20%;
  left: 5%;
  animation-delay: 5s;
}

@keyframes float-gentle {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .reviews-section-featured {
    padding: 80px 0;
  }

  .reviews-section-featured .title-text {
    font-size: 2.25rem;
  }

  .reviews-section-featured .quote-content-wrapper {
    padding: 36px;
  }

  .reviews-section-featured .visual-accent-box {
    height: 250px;
    margin: 24px 0;
  }

  .reviews-section-featured .visual-accent-box i {
    font-size: 80px;
  }

  .reviews-section-featured .featured-quote-wrapper {
    padding: 48px 36px;
  }
}

@media (max-width: 767px) {
  .reviews-section-featured {
    padding: 60px 0;
  }

  .reviews-section-featured .section-header-block {
    margin-bottom: 60px;
  }

  .reviews-section-featured .title-text {
    font-size: 1.875rem;
  }

  .reviews-section-featured .subtitle-text {
    font-size: 1.25rem;
  }

  .reviews-section-featured .intro-content {
    font-size: 1rem;
  }

  .reviews-section-featured .quote-content-wrapper {
    padding: 28px;
  }

  .reviews-section-featured .large-quote-mark {
    width: 56px;
    height: 56px;
  }

  .reviews-section-featured .large-quote-mark i {
    font-size: 28px;
  }

  .reviews-section-featured .quote-text {
    font-size: 1.0625rem;
    margin-bottom: 24px;
  }

  .reviews-section-featured .visual-accent-box {
    height: 180px;
    margin: 20px 0;
  }

  .reviews-section-featured .visual-accent-box i {
    font-size: 60px;
  }

  .reviews-section-featured .featured-quote-wrapper {
    padding: 32px 24px;
  }

  .reviews-section-featured .centered-quote-mark {
    width: 70px;
    height: 70px;
  }

  .reviews-section-featured .centered-quote-mark i {
    font-size: 36px;
  }

  .reviews-section-featured .featured-quote-text {
    font-size: 1.125rem;
  }

  .reviews-section-featured .featured-author-section {
    flex-direction: column;
    gap: 16px;
  }

  .reviews-section-featured .featured-author-name {
    text-align: center;
  }

  .reviews-section-featured .floating-elements {
    display: none;
  }
}







/* Casestudy section */

.casestudy-section-pro {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.casestudy-section-pro .header-wrapper {
  position: relative;
}

.casestudy-section-pro .header-badge {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

.casestudy-section-pro .header-badge i {
  font-size: 1.75rem;
  color: var(--light);
}

.casestudy-section-pro .section-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.casestudy-section-pro .section-subtitle {
  font-size: clamp(1.125rem, 3vw, 1.375rem);
  font-weight: 600;
  color: var(--primary-500);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.casestudy-section-pro .description-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  border-left: 4px solid var(--primary-500);
}

.casestudy-section-pro .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Cases Wrapper */
.casestudy-section-pro .cases-wrapper {
  position: relative;
  z-index: 1;
}

.casestudy-section-pro .case-item {
  margin-bottom: 4rem;
  position: relative;
}

.casestudy-section-pro .case-item:last-child {
  margin-bottom: 0;
}

/* Case Visual */
.casestudy-section-pro .case-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.casestudy-section-pro .case-item:hover .case-visual {
  transform: scale(1.03);
}

.casestudy-section-pro .visual-placeholder {
  width: 100%;
  padding-bottom: 75%;
  background: linear-gradient(135deg, 
    var(--primary-100) 0%, 
    color-mix(in srgb, var(--primary-300) 60%, var(--primary-100) 40%) 100%
  );
}

.casestudy-section-pro .visual-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.casestudy-section-pro .deco-circle {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 3px solid var(--light);
  border-radius: 50%;
  top: 20px;
  right: 20px;
  opacity: 0.4;
}

.casestudy-section-pro .deco-line {
  position: absolute;
  width: 80px;
  height: 3px;
  background: var(--light);
  bottom: 30px;
  left: 30px;
  opacity: 0.6;
}

/* Case Info */
.casestudy-section-pro .case-info {
  position: relative;
  padding: 2rem 0;
}

.casestudy-section-pro .case-number {
  font-size: 5rem;
  font-weight: 900;
  color: var(--primary-100);
  line-height: 1;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}

.casestudy-section-pro .case-icons {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.casestudy-section-pro .case-icons i {
  font-size: 1.5rem;
  color: var(--primary-500);
  padding: 0.5rem;
  background: var(--primary-50);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.casestudy-section-pro .case-item:hover .case-icons i {
  transform: translateY(-3px);
  background: var(--primary-100);
}

.casestudy-section-pro .case-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.casestudy-section-pro .case-item:hover .case-title {
  color: var(--primary-500);
}

.casestudy-section-pro .case-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.casestudy-section-pro .case-badges {
  display: flex;
  gap: 0.5rem;
}

.casestudy-section-pro .badge-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-300);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.casestudy-section-pro .case-item:hover .badge-dot {
  background: var(--primary-500);
  transform: scale(1.2);
}

.casestudy-section-pro .badge-dot:nth-child(2) {
  transition-delay: 0.1s;
}

.casestudy-section-pro .badge-dot:nth-child(3) {
  transition-delay: 0.2s;
}

/* Background Shapes */
.casestudy-section-pro .background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.casestudy-section-pro .shape-grid {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: 
    linear-gradient(var(--primary-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--primary-100) 1px, transparent 1px);
  background-size: 40px 40px;
  top: 10%;
  right: -100px;
  opacity: 0.3;
  transform: rotate(15deg);
}

.casestudy-section-pro .shape-organic {
  position: absolute;
  width: 500px;
  height: 500px;
  background: color-mix(in srgb, var(--primary-50) 50%, transparent);
  border-radius: 45% 55% 60% 40% / 55% 45% 55% 45%;
  bottom: -100px;
  left: -100px;
  animation: organicFloat 25s infinite ease-in-out;
}

@keyframes organicFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 45% 55% 60% 40% / 55% 45% 55% 45%;
  }
  33% {
    transform: translate(30px, -30px) rotate(5deg);
    border-radius: 55% 45% 40% 60% / 45% 55% 45% 55%;
  }
  66% {
    transform: translate(-20px, 20px) rotate(-5deg);
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .casestudy-section-pro .description-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 4px solid var(--primary-500);
    padding-top: 2rem;
    margin-top: 2rem;
  }
  
  .casestudy-section-pro .case-number {
    font-size: 4rem;
    top: -10px;
  }
  
  .casestudy-section-pro .case-item {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .casestudy-section-pro .case-number {
    font-size: 3rem;
    position: relative;
    top: 0;
    right: auto;
    margin-bottom: 1rem;
    display: block;
  }
  
  .casestudy-section-pro .visual-placeholder {
    padding-bottom: 60%;
  }
}





.process-section.section-style {
  padding: 100px 0;
  background: white;
  position: relative;
  overflow: hidden;
}

.section-style .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.section-style .section-subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-500);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-style .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Process List */
.process-list {
  max-width: 900px;
  margin: 60px auto 0;
  position: relative;
}

/* Process List Item */
.process-list-item {
  display: flex;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid var(--neutral-100);
  position: relative;
  transition: all 0.3s ease;
}

.process-list-item:last-child {
  border-bottom: none;
}

.process-list-item:hover {
  padding-left: 15px;
  background: color-mix(in srgb, var(--primary-50) 30%, transparent);
  margin: 0 -20px;
  padding-left: 35px;
  padding-right: 20px;
  border-radius: 12px;
}

/* Item Left Section */
.item-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.item-number-box {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

.number-large {
  font-size: 1.75rem;
  font-weight: 800;
  color: white;
}

.item-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--surface-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--neutral-100);
}

.item-icon-wrapper i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

/* Item Right Section */
.item-right {
  flex: 1;
  padding-top: 8px;
}

.item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.item-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Item Connector */
.item-connector {
  position: absolute;
  left: 29px;
  top: 100%;
  width: 2px;
  height: 40px;
  background: linear-gradient(
    to bottom,
    var(--neutral-300),
    transparent
  );
  z-index: -1;
}

.process-list-item:last-child .item-connector {
  display: none;
}

/* Minimal Decorative Elements */
.minimal-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

.dot-1 {
  top: 15%;
  right: 10%;
}

.dot-2 {
  bottom: 20%;
  left: 8%;
}

.minimal-line {
  position: absolute;
  width: 100px;
  height: 2px;
  background: linear-gradient(
    to right,
    var(--primary-300),
    transparent
  );
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

.line-1 {
  top: 25%;
  right: 5%;
  transform: rotate(-45deg);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-style .section-title {
    font-size: 2.125rem;
  }

  .process-list-item {
    gap: 30px;
    padding: 35px 0;
  }

  .item-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767.98px) {
  .process-section.section-style {
    padding: 60px 0;
  }

  .section-style .section-title {
    font-size: 1.75rem;
  }

  .process-list {
    margin-top: 40px;
  }

  .process-list-item {
    gap: 20px;
    padding: 30px 0;
  }

  .process-list-item:hover {
    margin: 0 -10px;
    padding-left: 25px;
    padding-right: 10px;
  }

  .item-left {
    gap: 10px;
  }

  .item-number-box {
    width: 50px;
    height: 50px;
  }

  .number-large {
    font-size: 1.5rem;
  }

  .item-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .item-icon-wrapper i {
    font-size: 1.25rem;
  }

  .item-title {
    font-size: 1.125rem;
  }

  .item-description {
    font-size: 0.9rem;
  }

  .item-connector {
    left: 24px;
    height: 30px;
  }
}

@media (max-width: 575.98px) {
  .process-list-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .item-left {
    flex-direction: row;
    gap: 12px;
  }

  .item-connector {
    display: none;
  }
}





.timeline-section-classic {
  position: relative;
  padding: 80px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.timeline-section-classic .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.timeline-section-classic .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.timeline-section-classic .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Timeline Wrapper */
.timeline-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}

/* Central Timeline Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, 
    var(--primary-100),
    var(--primary-300),
    var(--primary-500)
  );
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 55%;
}

.timeline-item-alt {
  padding-left: 0;
  padding-right: 55%;
  flex-direction: row-reverse;
}

/* Timeline Marker */
.timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.marker-inner {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent);
  position: relative;
  z-index: 2;
}

.marker-inner i {
  font-size: 1.25rem;
  color: white;
}

.marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  animation: pulse-grow 2s ease-out infinite;
}

@keyframes pulse-grow {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}

/* Timeline Card */
.timeline-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-900) 8%, transparent);
  border: 1px solid var(--neutral-100);
  transition: all 0.3s ease;
  position: relative;
}

.timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.card-icon-badge {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card-icon-badge i {
  font-size: 1.5rem;
  color: var(--primary-700);
}

.card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 15px;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: 10%;
  right: 5%;
}

.shape-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-700);
  bottom: 5%;
  left: 5%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .timeline-line {
    left: 30px;
  }

  .timeline-item,
  .timeline-item-alt {
    padding-left: 80px;
    padding-right: 0;
    flex-direction: row;
  }

  .timeline-marker {
    left: 30px;
  }

  .marker-inner {
    width: 40px;
    height: 40px;
  }

  .marker-inner i {
    font-size: 1rem;
  }

  .marker-pulse {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .timeline-section-classic {
    padding: 60px 0;
  }

  .timeline-section-classic .section-title {
    font-size: 2rem;
  }

  .timeline-section-classic .section-subtitle {
    font-size: 1.1rem;
  }

  .timeline-section-classic .section-description {
    font-size: 1rem;
  }

  .timeline-card {
    padding: 25px;
  }

  .card-title {
    font-size: 1.2rem;
  }

  .card-description {
    font-size: 0.95rem;
  }
}


.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 {
  position: relative;
  background: var(--surface-primary);
  color: var(--text-primary);
  overflow: hidden;
}

.coreinfo-section .display-5 {
  color: var(--primary-700);
  font-weight: 700;
  line-height: 1.3;
}

.coreinfo-section h3 {
  color: var(--text-secondary);
  font-weight: 500;
}

.coreinfo-section .lead {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Accent bar */
.accent-bar {
  width: 60px;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 3px;
}

/* Info Grid */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.info-item {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  border-left: 4px solid var(--primary-500);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.info-item:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border-left-width: 6px;
  border-left-color: var(--primary-700);
}

.item-icon-box {
  width: 56px;
  height: 56px;
  background: var(--primary-50);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.info-item:hover .item-icon-box {
  background: var(--primary-500);
  transform: scale(1.15);
}

.item-icon-box i {
  font-size: 1.75rem;
  color: var(--primary-700);
  transition: color 0.3s ease;
}

.info-item:hover .item-icon-box i {
  color: var(--light);
}

.item-content {
  position: relative;
  z-index: 2;
}

.item-title {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.item-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

.decorative-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, transparent 50%, var(--primary-50) 50%);
  opacity: 0.5;
  transition: all 0.3s ease;
}

.info-item:hover .decorative-corner {
  opacity: 0.8;
  width: 100px;
  height: 100px;
}

/* Decorative shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  z-index: 0;
}

.decorative-shape.shape-1 {
  top: 15%;
  right: 8%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, var(--primary-300), var(--primary-100));
}

.decorative-shape.shape-2 {
  bottom: 20%;
  left: 5%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, var(--primary-500), var(--primary-300));
}

.decorative-grid-pattern {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--primary-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--primary-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.05;
  z-index: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .info-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .info-item {
    padding: 1.5rem;
  }

  .coreinfo-section .display-5 {
    font-size: 2rem;
  }

  .decorative-shape {
    width: 100px !important;
    height: 100px !important;
  }
}

@media (min-width: 992px) {
  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1400px) {
  .info-grid {
    gap: 2.5rem;
  }

  .info-item {
    padding: 2.5rem;
  }
}





.contact-section-special {
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--surface-primary) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Tag */
.contact-section-special .section-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1.5rem;
  background: var(--primary-100);
  color: var(--primary-700);
  border-radius: 2rem;
  font-weight: 600;
  font-size: 0.875rem;
  border: 2px solid var(--primary-300);
}

/* Typography */
.contact-section-special #contact-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.contact-section-special #contact-subtitle {
  color: var(--primary-700);
  font-weight: 700;
}

.contact-section-special #contact-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Info Cards */
.contact-section-special .info-card {
  border: 2px solid var(--neutral-100);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.contact-section-special .info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
  border-color: var(--primary-300);
}

.contact-section-special .card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.contact-section-special .info-card:hover .card-icon-wrapper {
  transform: rotate(10deg) scale(1.1);
}

.contact-section-special .card-icon-wrapper i {
  font-size: 2rem;
  color: #ffffff;
}

.contact-section-special .info-card h4 {
  color: var(--text-primary);
}

.contact-section-special .info-card p {
  color: var(--text-secondary);
  font-weight: 500;
}

.contact-section-special .card-decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: var(--primary-50);
  border-radius: 100% 0 0 0;
  opacity: 0.5;
}

/* Form Wrapper */
.contact-section-special .form-wrapper {
  border: 2px solid var(--neutral-100);
  background: #ffffff !important;
}

/* Form Sidebar */
.contact-section-special .form-sidebar {
  padding-right: 2rem;
  border-right: 2px solid var(--neutral-100);
}

.contact-section-special .decoration-bar {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  border-radius: 2px;
  margin-bottom: 1rem;
}

.contact-section-special .decoration-dots {
  display: flex;
  gap: 0.5rem;
}

.contact-section-special .decoration-dots i {
  font-size: 0.5rem;
  color: var(--primary-500);
}

.contact-section-special .sidebar-icons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.contact-section-special .sidebar-icon {
  width: 45px;
  height: 45px;
  background: var(--primary-50);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-section-special .sidebar-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Form Styles */
.contact-section-special .form-label {
  color: var(--text-primary);
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.contact-section-special .form-control {
  border: 2px solid var(--neutral-100);
  border-radius: 0.75rem;
  padding: 0.875rem 1.25rem;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.contact-section-special .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 15%, transparent);
  background: var(--surface-primary);
}

.contact-section-special textarea.form-control {
  resize: vertical;
}

.contact-section-special .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-special .form-check-label {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* Submit Button with Protected Styles */
.contact-section-special #site_submit_btn {
  background: linear-gradient(135deg, #059669, #047857) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0.75rem;
  padding: 1rem 2.5rem;
  font-weight: 600;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(5, 150, 105, 0.3);
}

.contact-section-special #site_submit_btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 30px rgba(5, 150, 105, 0.4);
}

.contact-section-special #site_submit_btn:active {
  transform: translateY(0) scale(1);
}

/* Background Decorations */
.contact-section-special .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.contact-section-special .bg-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
}

.contact-section-special .bg-circle-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: -250px;
  left: -100px;
}

.contact-section-special .bg-circle-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-700), transparent);
  bottom: -200px;
  right: -50px;
}

.contact-section-special .bg-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" fill="%23f0f0f0" opacity="0.3"/></svg>') no-repeat bottom;
  background-size: cover;
  opacity: 0.5;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-section-special .form-sidebar {
    padding-right: 0;
    border-right: none;
    border-bottom: 2px solid var(--neutral-100);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  
  .contact-section-special #contact-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .contact-section-special #contact-title {
    font-size: 2rem;
  }
  
  .contact-section-special .form-wrapper {
    padding: 2rem !important;
  }
  
  .contact-section-special .info-card:hover {
    transform: translateY(-5px);
  }
  
  .contact-section-special .bg-circle,
  .contact-section-special .bg-wave {
    display: none;
  }
}





.blog-section-secondary {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Header Styles */
.blog-section-secondary .blog-header {
  margin-bottom: 70px;
}

.blog-section-secondary .title-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}

.blog-section-secondary .title-decoration i {
  font-size: 2rem;
  color: var(--primary-500);
}

.blog-section-secondary .deco-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    var(--primary-300),
    transparent
  );
}

.blog-section-secondary .blog-main-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.blog-section-secondary .blog-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 20px;
  line-height: 1.4;
}

.blog-section-secondary .blog-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Blog Card */
.blog-section-secondary .blog-card {
  height: 100%;
  perspective: 1000px;
}

.blog-section-secondary .card-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-section-secondary .blog-card:hover .card-inner {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

/* Image Wrapper */
.blog-section-secondary .blog-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.blog-section-secondary .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-section-secondary .blog-card:hover .blog-image {
  transform: scale(1.12) rotate(2deg);
}

.blog-section-secondary .gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-700) 20%, transparent 80%) 100%
  );
}

.blog-section-secondary .hover-overlay {
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--primary-500) 85%, transparent 15%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-section-secondary .blog-card:hover .hover-overlay {
  opacity: 1;
}

.blog-section-secondary .overlay-icon {
  width: 60px;
  height: 60px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--primary-500);
  transform: scale(0.5) rotate(-45deg);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-section-secondary .blog-card:hover .overlay-icon {
  transform: scale(1) rotate(0deg);
}

/* Content */
.blog-section-secondary .blog-content {
  position: relative;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-section-secondary .content-inner {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-section-secondary .blog-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-section-secondary .blog-card:hover .blog-title {
  color: var(--primary-700);
}

.blog-section-secondary .blog-excerpt {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
  flex-grow: 1;
}

.blog-section-secondary .blog-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-500);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  margin-top: auto;
}

.blog-section-secondary .blog-link:hover {
  color: var(--primary-700);
  gap: 12px;
}

.blog-section-secondary .link-arrow {
  display: inline-block;
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.blog-section-secondary .blog-link:hover .link-arrow {
  transform: translateX(5px);
}

/* Decorative Circles */
.blog-section-secondary .decorative-circle {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-100);
  opacity: 0.3;
  pointer-events: none;
}

.blog-section-secondary .circle-1 {
  width: 120px;
  height: 120px;
  top: -40px;
  right: -40px;
}

.blog-section-secondary .circle-2 {
  width: 80px;
  height: 80px;
  bottom: -20px;
  left: -20px;
}

/* Background Blobs */
.blog-section-secondary .bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.1;
  pointer-events: none;
  animation: blob-float 8s ease-in-out infinite;
}

.blog-section-secondary .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: 10%;
  left: -100px;
  animation-delay: 0s;
}

.blog-section-secondary .blob-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  bottom: -150px;
  right: -150px;
  animation-delay: 2s;
}

.blog-section-secondary .blob-3 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  top: 50%;
  right: 10%;
  animation-delay: 4s;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .blog-section-secondary {
    padding: 70px 0;
  }

  .blog-section-secondary .blog-main-title {
    font-size: 2.2rem;
  }

  .blog-section-secondary .blog-subtitle {
    font-size: 1.1rem;
  }

  .blog-section-secondary .blog-header {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .blog-section-secondary {
    padding: 60px 0;
  }

  .blog-section-secondary .blog-main-title {
    font-size: 1.85rem;
  }

  .blog-section-secondary .blog-subtitle {
    font-size: 1rem;
  }

  .blog-section-secondary .blog-description {
    font-size: 0.95rem;
  }

  .blog-section-secondary .blog-title {
    font-size: 1.15rem;
  }

  .blog-section-secondary .bg-blob {
    display: none;
  }
}





/* Faq section */

.faq-section-clean {
  position: relative;
  background: linear-gradient(165deg, #ffffff 0%, #faf9fc 50%, #f8f7fc 100%);
  overflow: hidden;
}

/* Section Header */
.faq-section-clean .header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.faq-section-clean .decoration-line {
  flex: 1;
  max-width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}

.faq-section-clean .decoration-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.faq-section-clean .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--primary-700);
  line-height: 1.2;
}

.faq-section-clean .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  line-height: 1.3;
}

.faq-section-clean .section-description {
  font-size: 1.125rem;
  color: var(--neutral-600);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* FAQ Items */
.faq-section-clean .faq-row {
  position: relative;
}

.faq-section-clean .faq-content-box {
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 20px;
  border: 2px solid var(--neutral-200);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.faq-section-clean .faq-content-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-400) 0%, var(--primary-600) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.faq-section-clean .faq-content-box:hover {
  border-color: var(--primary-400);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-8px);
}

.faq-section-clean .faq-content-box:hover::before {
  transform: scaleX(1);
}

.faq-section-clean .faq-badge {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-200) 100%);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-600);
  font-size: 1.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.faq-section-clean .faq-content-box:hover .faq-badge {
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  color: #ffffff;
  transform: rotate(10deg) scale(1.1);
}

.faq-section-clean .faq-question {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--neutral-800);
  line-height: 1.4;
}

.faq-section-clean .faq-answer {
  font-size: 1.0625rem;
  color: var(--neutral-600);
  line-height: 1.8;
}

/* Visual Shapes */
.faq-section-clean .faq-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}

.faq-section-clean .visual-shape {
  width: 200px;
  height: 200px;
  position: relative;
  animation: float 6s ease-in-out infinite;
}

.faq-section-clean .visual-shape::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-200) 0%, var(--primary-300) 100%);
  opacity: 0.3;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: morph 8s ease-in-out infinite;
}

.faq-section-clean .shape-1::before { animation-delay: 0s; }
.faq-section-clean .shape-2::before { animation-delay: 0.8s; }
.faq-section-clean .shape-3::before { animation-delay: 1.6s; }
.faq-section-clean .shape-4::before { animation-delay: 2.4s; }
.faq-section-clean .shape-5::before { animation-delay: 3.2s; }
.faq-section-clean .shape-6::before { animation-delay: 4s; }
.faq-section-clean .shape-7::before { animation-delay: 4.8s; }
.faq-section-clean .shape-8::before { animation-delay: 5.6s; }
.faq-section-clean .shape-9::before { animation-delay: 6.4s; }
.faq-section-clean .shape-10::before { animation-delay: 7.2s; }

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

@keyframes morph {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    transform: rotate(270deg);
  }
}

/* Floating Decorations */
.faq-section-clean .floating-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.faq-section-clean .float-icon {
  position: absolute;
  color: var(--primary-300);
  opacity: 0.15;
  font-size: 2rem;
  animation: floating 10s ease-in-out infinite;
}

.faq-section-clean .float-1 {
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}

.faq-section-clean .float-2 {
  top: 50%;
  left: 5%;
  animation-delay: 3s;
}

.faq-section-clean .float-3 {
  bottom: 15%;
  right: 15%;
  animation-delay: 6s;
}

@keyframes floating {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-30px) rotate(90deg);
  }
  50% {
    transform: translateY(0) rotate(180deg);
  }
  75% {
    transform: translateY(-30px) rotate(270deg);
  }
}

.faq-section-clean .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .faq-section-clean .section-title {
    font-size: 2.25rem;
  }

  .faq-section-clean .section-subtitle {
    font-size: 1.375rem;
  }

  .faq-section-clean .faq-visual {
    display: none;
  }

  .faq-section-clean .faq-content-box {
    padding: 2rem;
  }

  .faq-section-clean .faq-question {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .faq-section-clean .section-title {
    font-size: 2rem;
  }

  .faq-section-clean .section-subtitle {
    font-size: 1.25rem;
  }

  .faq-section-clean .section-description {
    font-size: 1rem;
  }

  .faq-section-clean .decoration-icon {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }

  .faq-section-clean .decoration-line {
    max-width: 60px;
  }

  .faq-section-clean .faq-content-box {
    padding: 1.75rem;
  }

  .faq-section-clean .faq-badge {
    width: 45px;
    height: 45px;
    font-size: 1.375rem;
  }

  .faq-section-clean .faq-question {
    font-size: 1.0625rem;
  }

  .faq-section-clean .faq-answer {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .faq-section-clean .section-title {
    font-size: 1.75rem;
  }

  .faq-section-clean .section-subtitle {
    font-size: 1.125rem;
  }

  .faq-section-clean .faq-content-box {
    padding: 1.5rem;
  }

  .faq-section-clean .header-decoration {
    gap: 1rem;
  }

  .faq-section-clean .decoration-line {
    max-width: 40px;
  }
}



.gallery-section-secondary {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.gallery-section-secondary .gallery-header {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}

.gallery-section-secondary .decorative-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary-500);
  animation: pulse 2s infinite;
}

.gallery-section-secondary .decorative-dot:nth-child(2) {
  animation-delay: 0.3s;
  background: var(--primary-300);
}

.gallery-section-secondary .decorative-dot:nth-child(3) {
  animation-delay: 0.6s;
  background: var(--primary-700);
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

.gallery-section-secondary .masonry-gallery {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .gallery-section-secondary .masonry-gallery {
    flex-wrap: nowrap;
  }
}

.gallery-section-secondary .masonry-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 250px;
}

@media (max-width: 767px) {
  .gallery-section-secondary .masonry-column {
    width: 100%;
    flex: none;
  }
}

.gallery-section-secondary .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}

.gallery-section-secondary .gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.gallery-section-secondary .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.4s ease;
}

.gallery-section-secondary .gallery-item:hover img {
  filter: brightness(0.85);
}

.gallery-section-secondary .item-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 70px;
  height: 70px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.gallery-section-secondary .gallery-item:hover .item-overlay {
  transform: translate(-50%, -50%) scale(1);
}

.gallery-section-secondary .item-overlay i {
  font-size: 1.8rem;
  color: var(--light);
}

.gallery-section-secondary .floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.gallery-section-secondary .floating-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  background: var(--primary-500);
}

.gallery-section-secondary .circle-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  left: 5%;
  animation: float 8s ease-in-out infinite;
}

.gallery-section-secondary .circle-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 10%;
  animation: float 6s ease-in-out infinite reverse;
}

.gallery-section-secondary .circle-3 {
  width: 100px;
  height: 100px;
  bottom: 15%;
  left: 50%;
  animation: float 10s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}





.footer-classic {
  position: relative;
  padding: 80px 0 40px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-700) 95%, transparent) 0%, 
    color-mix(in srgb, var(--primary-500) 90%, transparent) 50%, 
    color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%), 
    url('VIN_assets/VIN_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  overflow: hidden;
}

.footer-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-700) 5%, transparent);
  pointer-events: none;
}

.footer-classic .container {
  z-index: 2;
}

/* Brand Section */
.footer-sitename {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.3;
}

.footer-sitedesc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

/* Section Titles */
.footer-section-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Links Group */
.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 0.75rem;
}

.footer-links-list a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links-list a:hover {
  color: #ffffff;
  transform: translateX(5px);
}

/* Contact Section */
.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.contact-item i {
  font-size: 1.2rem;
  color: #ffffff;
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Disclaimer Section */
.decorative-icon-grid {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
}

.decorative-icon-grid i {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-disclaimer-text {
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Copyright Section */
.footer-bottom {
  padding-top: 2rem;
}

.decorative-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  margin-bottom: 1.5rem;
}

.footer-copyright {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

/* Decorative Shapes */
.footer-decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #ffffff, transparent);
  top: -150px;
  right: 10%;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #ffffff, transparent);
  bottom: -100px;
  left: 5%;
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, #ffffff, transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-classic {
    padding: 60px 0 30px;
  }

  .footer-sitename {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .footer-classic {
    padding: 50px 0 25px;
    background-attachment: scroll;
  }

  .footer-sitename {
    font-size: 1.35rem;
  }

  .decorative-icon-grid {
    justify-content: center;
  }

  .footer-disclaimer-text {
    text-align: center;
  }
}


/* Universal section */

.additional-universal-primary {
  position: relative;
  padding: 6rem 0;
  background: radial-gradient(ellipse at top, var(--primary-50) 0%, var(--neutral-0) 40%, var(--accent-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-primary .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-primary .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-primary .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Creative Line Divider */
.additional-universal-primary .creative-line-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 3.5rem 0 4rem;
}

.additional-universal-primary .line-segment {
  flex: 1;
  max-width: 150px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}

.additional-universal-primary .center-diamond {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-primary .center-diamond i {
  font-size: 1.25rem;
  color: var(--neutral-0);
  transform: rotate(-45deg);
}

/* Mixed Content Grid */
.additional-universal-primary .mixed-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.additional-universal-primary .content-box.box-featured {
  grid-column: 1 / -1;
  grid-row: 1;
}

.additional-universal-primary .content-box.box-wide {
  grid-column: 1 / -1;
}

/* Content Box Base */
.additional-universal-primary .content-box {
  position: relative;
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.additional-universal-primary .content-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Featured Box */
.additional-universal-primary .box-featured {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 3px solid var(--primary-200);
  padding: 3rem;
  text-align: center;
}

.additional-universal-primary .highlight-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  color: var(--neutral-0);
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.additional-universal-primary .box-decoration {
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0.1;
}

.additional-universal-primary .deco-top-left {
  top: 15px;
  left: 15px;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
}

.additional-universal-primary .deco-bottom-right {
  bottom: 15px;
  right: 15px;
  border-bottom: 4px solid var(--accent-500);
  border-right: 4px solid var(--accent-500);
}

/* Featured Alt Box */
.additional-universal-primary .box-featured-alt {
  background: linear-gradient(135deg, var(--accent-50) 0%, var(--neutral-0) 100%);
  border: 2px solid var(--accent-200);
  grid-column: 1 / -1;
}

.additional-universal-primary .split-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--accent-500) 100%);
}

/* Wide Box Layout */
.additional-universal-primary .wide-layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.additional-universal-primary .wide-icon {
  flex-shrink: 0;
}

.additional-universal-primary .wide-content {
  flex: 1;
}

.additional-universal-primary .wave-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-400), var(--accent-400), var(--primary-400));
  opacity: 0.3;
}

/* Icon Circles */
.additional-universal-primary .icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.additional-universal-primary .icon-circle i {
  font-size: 2.25rem;
  color: var(--neutral-0);
}

.additional-universal-primary .circle-primary {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}

.additional-universal-primary .circle-accent {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
}

.additional-universal-primary .circle-secondary {
  background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
}

.additional-universal-primary .circle-gradient {
  background: linear-gradient(135deg, var(--accent-400), var(--primary-600));
}

.additional-universal-primary .box-standard .icon-circle {
  margin: 0 0 1.5rem 0;
}

.additional-universal-primary .box-wide .icon-circle {
  margin: 0;
}

/* Corner Accents */
.additional-universal-primary .corner-accent {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0.15;
}

.additional-universal-primary .accent-tl {
  top: 12px;
  left: 12px;
  border-top: 3px solid var(--primary-500);
  border-left: 3px solid var(--primary-500);
}

.additional-universal-primary .accent-br {
  bottom: 12px;
  right: 12px;
  border-bottom: 3px solid var(--accent-500);
  border-right: 3px solid var(--accent-500);
}

/* Content Typography */
.additional-universal-primary .content-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-primary .box-standard .content-title {
  font-size: 1.35rem;
}

.additional-universal-primary .content-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Glow and Pulse Effects */
.additional-universal-primary .glow-effect {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-primary .box-featured:hover .glow-effect {
  opacity: 0.3;
}

.additional-universal-primary .pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid var(--accent-300);
  border-radius: 50%;
  opacity: 0;
  animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

/* Abstract Shapes */
.additional-universal-primary .abstract-shape {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
}

.additional-universal-primary .shape-1 {
  width: 250px;
  height: 250px;
  background: var(--primary-400);
  border-radius: 35% 65% 70% 30% / 60% 40% 60% 40%;
  top: 10%;
  left: 5%;
  filter: blur(40px);
}

.additional-universal-primary .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--accent-400);
  border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
  top: 50%;
  right: 8%;
  filter: blur(50px);
}

.additional-universal-primary .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  border-radius: 45% 55% 55% 45% / 55% 45% 55% 45%;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(35px);
}

/* Dot Patterns */
.additional-universal-primary .dot-pattern {
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0.08;
  pointer-events: none;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 18px 18px;
}

.additional-universal-primary .pattern-1 {
  top: 25%;
  right: 10%;
}

.additional-universal-primary .pattern-2 {
  bottom: 20%;
  left: 8%;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-primary {
    padding: 4rem 0;
  }

  .additional-universal-primary .mixed-content-grid {
    gap: 1.5rem;
  }

  .additional-universal-primary .content-box {
    padding: 2rem;
  }

  .additional-universal-primary .box-featured {
    padding: 2.5rem;
  }

  .additional-universal-primary .wide-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .additional-universal-primary .box-wide .icon-circle {
    margin: 0 auto 1.5rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-primary {
    padding: 3rem 0;
  }

  .additional-universal-primary .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-primary .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-primary .section-description {
    font-size: 1rem;
  }

  .additional-universal-primary .creative-line-wrapper {
    gap: 1rem;
  }

  .additional-universal-primary .line-segment {
    max-width: 60px;
  }

  .additional-universal-primary .center-diamond {
    width: 45px;
    height: 45px;
  }

  .additional-universal-primary .center-diamond i {
    font-size: 1.1rem;
  }

  .additional-universal-primary .mixed-content-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .additional-universal-primary .content-box.box-featured,
  .additional-universal-primary .content-box.box-wide,
  .additional-universal-primary .content-box.box-featured-alt {
    grid-column: 1;
  }

  .additional-universal-primary .content-box {
    padding: 1.75rem;
  }

  .additional-universal-primary .box-featured {
    padding: 2rem;
  }

  .additional-universal-primary .icon-circle {
    width: 70px;
    height: 70px;
  }

  .additional-universal-primary .icon-circle i {
    font-size: 2rem;
  }

  .additional-universal-primary .content-title {
    font-size: 1.35rem;
  }

  .additional-universal-primary .box-standard .content-title {
    font-size: 1.25rem;
  }

  .additional-universal-primary .content-description {
    font-size: 0.95rem;
  }

  .additional-universal-primary .abstract-shape,
  .additional-universal-primary .dot-pattern {
    display: none;
  }
}







/* Universal section */
/* Theme: modern-01 */

.additional-universal-section {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  z-index: 1;
}

.header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.deco-line {
  width: 40px;
  height: 2px;
  background: var(--primary-500);
}

.deco-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

.section-title {
  font-size: 2.625rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
}

/* Content Grid */
.content-grid {
  position: relative;
  z-index: 1;
}

.content-block {
  position: relative;
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  border: 1px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.content-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.content-block-primary {
  background: linear-gradient(135deg, var(--light) 0%, var(--surface-secondary) 100%);
}

.content-block-secondary {
  background: var(--light);
  border-width: 2px;
}

.content-block-featured {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--surface-primary) 100%);
  border: 2px solid var(--primary-300);
  padding: 3rem;
}

.content-block-accent {
  background: var(--surface-primary);
}

.block-badge {
  width: 65px;
  height: 65px;
  background: var(--primary-500);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.content-block:hover .block-badge {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.block-badge i {
  font-size: 1.875rem;
  color: var(--light);
}

.content-title {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1.125rem;
  line-height: 1.3;
}

.content-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Block Visuals */
.block-visual {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--neutral-100);
}

.visual-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  height: 60px;
}

.visual-bars .bar {
  flex: 1;
  background: linear-gradient(180deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.visual-bars .bar:nth-child(1) { height: 40%; }
.visual-bars .bar:nth-child(2) { height: 70%; }
.visual-bars .bar:nth-child(3) { height: 55%; }
.visual-bars .bar:nth-child(4) { height: 85%; }

.content-block:hover .visual-bars .bar {
  opacity: 1;
  height: 100% !important;
}

.visual-circles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
}

.visual-circles .circle {
  width: 50px;
  height: 50px;
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.visual-circles .circle:nth-child(2) {
  width: 60px;
  height: 60px;
  border-width: 4px;
}

.content-block:hover .visual-circles .circle {
  transform: scale(1.15);
  border-color: var(--primary-700);
}

.featured-visual {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s ease;
}

.content-block:hover .featured-visual {
  transform: rotate(10deg) scale(1.1);
}

.featured-visual i {
  font-size: 4rem;
  color: var(--light);
}

.block-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: 
    linear-gradient(45deg, var(--primary-100) 25%, transparent 25%),
    linear-gradient(-45deg, var(--primary-100) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--primary-100) 75%),
    linear-gradient(-45deg, transparent 75%, var(--primary-100) 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  opacity: 0.3;
  border-radius: 0 0 20px 0;
}

/* Floating Shapes */
.floating-shape {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.shape-square {
  width: 100px;
  height: 100px;
  background: var(--primary-500);
  top: 15%;
  left: 8%;
  transform: rotate(15deg);
  animation: float-square 15s ease-in-out infinite;
}

.shape-circle {
  width: 120px;
  height: 120px;
  background: var(--primary-700);
  border-radius: 50%;
  bottom: 20%;
  right: 10%;
  animation: float-circle 20s ease-in-out infinite;
}

.shape-triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 90px solid var(--primary-500);
  top: 50%;
  right: 5%;
  animation: float-triangle 18s ease-in-out infinite;
}

@keyframes float-square {
  0%, 100% { transform: rotate(15deg) translate(0, 0); }
  50% { transform: rotate(45deg) translate(20px, -20px); }
}

@keyframes float-circle {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-30px, 30px); }
}

@keyframes float-triangle {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(15px, -15px) rotate(180deg); }
}

.ambient-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2.125rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .content-block {
    padding: 2rem;
  }

  .content-block-featured {
    padding: 2.25rem;
  }

  .content-title {
    font-size: 1.5rem;
  }

  .featured-visual {
    width: 120px;
    height: 120px;
  }

  .featured-visual i {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.875rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .content-block {
    padding: 1.75rem;
  }

  .content-block-featured {
    padding: 2rem;
  }

  .content-title {
    font-size: 1.375rem;
  }

  .content-description {
    font-size: 1rem;
  }

  .block-badge {
    width: 55px;
    height: 55px;
  }

  .block-badge i {
    font-size: 1.5rem;
  }

  .floating-shape {
    display: none;
  }

  .featured-visual {
    margin-top: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .content-block {
    padding: 1.5rem;
  }

  .content-block-featured {
    padding: 1.75rem;
  }

  .block-visual {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }

  .visual-bars {
    height: 50px;
  }

  .visual-circles .circle {
    width: 40px;
    height: 40px;
  }

  .visual-circles .circle:nth-child(2) {
    width: 50px;
    height: 50px;
  }

  .featured-visual {
    width: 100px;
    height: 100px;
    border-radius: 20px;
  }

  .featured-visual i {
    font-size: 2.5rem;
  }
}





/* Universal section */

.additional-universal-style {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--neutral-0) 0%, var(--primary-50) 50%, var(--neutral-0) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-style .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-style .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-style .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Highlight Blocks */
.additional-universal-style .highlight-block {
  position: relative;
  margin-bottom: 2.5rem;
  padding: 2.5rem;
  background: var(--neutral-0);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.additional-universal-style .highlight-block:last-child {
  margin-bottom: 0;
}

.additional-universal-style .highlight-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Quote Block */
.additional-universal-style .block-quote {
  border-left: 5px solid var(--primary-500);
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
}

.additional-universal-style .quote-mark {
  position: absolute;
  top: -15px;
  left: 30px;
  width: 60px;
  height: 60px;
  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);
}

.additional-universal-style .quote-mark i {
  font-size: 2rem;
  color: var(--neutral-0);
}

/* Callout Block */
.additional-universal-style .block-callout {
  border: 3px solid var(--accent-300);
  background: var(--accent-50);
  padding-left: 7rem;
}

.additional-universal-style .callout-icon {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.additional-universal-style .callout-icon i {
  font-size: 2rem;
  color: var(--neutral-0);
}

/* Featured Block */
.additional-universal-style .block-featured {
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--accent-100) 100%);
  border: 3px solid var(--primary-400);
  text-align: center;
  padding: 3rem 2.5rem;
}

.additional-universal-style .featured-marker {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
  animation: pulse-star 2s ease-in-out infinite;
}

.additional-universal-style .featured-marker i {
  font-size: 2.25rem;
  color: var(--neutral-0);
}

@keyframes pulse-star {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Emphasis Block */
.additional-universal-style .block-emphasis {
  border-top: 4px solid var(--primary-500);
  border-bottom: 4px solid var(--primary-500);
  background: var(--neutral-50);
}

.additional-universal-style .emphasis-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--accent-500));
}

/* Impact Block */
.additional-universal-style .block-impact {
  background: var(--neutral-0);
  border: 2px solid var(--neutral-200);
  position: relative;
  overflow: hidden;
}

.additional-universal-style .impact-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500), var(--primary-500));
}

/* Highlight Content */
.additional-universal-style .highlight-content {
  position: relative;
  z-index: 2;
}

.additional-universal-style .highlight-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-style .highlight-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.8;
  margin: 0;
}

/* Highlight Badges */
.additional-universal-style .highlight-badge {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 1.5rem;
}

.additional-universal-style .badge-primary {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
}

.additional-universal-style .badge-accent {
  background: linear-gradient(135deg, var(--accent-400), var(--accent-500));
  color: var(--neutral-0);
}

.additional-universal-style .badge-special {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #5A3600;
}

.additional-universal-style .badge-secondary {
  background: linear-gradient(135deg, var(--neutral-700), var(--neutral-800));
  color: var(--neutral-0);
}

.additional-universal-style .badge-gradient {
  background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
  color: var(--neutral-0);
}

/* Background Shapes */
.additional-universal-style .bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  filter: blur(70px);
}

.additional-universal-style .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-400);
  top: 20%;
  left: -100px;
}

.additional-universal-style .shape-2 {
  width: 350px;
  height: 350px;
  background: var(--accent-400);
  bottom: 25%;
  right: -80px;
}

/* Decorative Dots */
.additional-universal-style .decorative-dots {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.08;
  pointer-events: none;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 16px 16px;
}

.additional-universal-style .dots-1 {
  top: 15%;
  right: 10%;
}

.additional-universal-style .dots-2 {
  bottom: 20%;
  left: 8%;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-style {
    padding: 4rem 0;
  }

  .additional-universal-style .highlight-block {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .additional-universal-style .block-featured {
    padding: 2.5rem 2rem;
  }

  .additional-universal-style .block-callout {
    padding-left: 2rem;
    padding-top: 6rem;
  }

  .additional-universal-style .callout-icon {
    left: 50%;
    top: 2rem;
    transform: translateX(-50%);
  }

  .additional-universal-style .highlight-title {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-style {
    padding: 3rem 0;
  }

  .additional-universal-style .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-style .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-style .section-description {
    font-size: 1rem;
  }

  .additional-universal-style .highlight-block {
    padding: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .additional-universal-style .block-quote {
    border-left-width: 4px;
  }

  .additional-universal-style .quote-mark {
    width: 50px;
    height: 50px;
    top: -12px;
    left: 20px;
  }

  .additional-universal-style .quote-mark i {
    font-size: 1.75rem;
  }

  .additional-universal-style .block-callout {
    padding: 1.75rem;
    padding-top: 5.5rem;
  }

  .additional-universal-style .callout-icon {
    width: 60px;
    height: 60px;
    top: 1.5rem;
  }

  .additional-universal-style .callout-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-style .block-featured {
    padding: 2rem 1.75rem;
  }

  .additional-universal-style .featured-marker {
    width: 70px;
    height: 70px;
  }

  .additional-universal-style .featured-marker i {
    font-size: 2rem;
  }

  .additional-universal-style .highlight-title {
    font-size: 1.25rem;
  }

  .additional-universal-style .highlight-description {
    font-size: 0.95rem;
  }

  .additional-universal-style .highlight-badge {
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
  }

  .additional-universal-style .bg-shape,
  .additional-universal-style .decorative-dots {
    display: none;
  }
}







/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-700);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
}

/* Cards Grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.card-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.card-item:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: #ffffff;
}

.card-content {
  position: relative;
  z-index: 2;
}

.card-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.card-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-200) 0%, transparent 70%);
  border-radius: 50% 0 0 0;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.card-item:hover .card-accent {
  opacity: 0.5;
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-top-left {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-400) 0%, transparent 70%);
  top: -100px;
  left: -100px;
}

.shape-bottom-right {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--secondary-400) 0%, transparent 70%);
  bottom: -150px;
  right: -150px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .card-item {
    padding: 2rem;
  }
  
  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .card-item {
    padding: 1.5rem;
  }
}








/* Universal section */

.additional-universal-section.v-047 {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--neutral-100) 60%, var(--surface-primary) 40%) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-section.v-047 .section-header {
  position: relative;
  z-index: 2;
}

.additional-universal-section.v-047 .tech-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.additional-universal-section.v-047 .indicator-line {
  width: 40px;
  height: 2px;
  background: var(--primary-500);
}

.additional-universal-section.v-047 .indicator-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  position: relative;
  animation: pulse-indicator 2s ease-in-out infinite;
}

@keyframes pulse-indicator {
  0%, 100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-500) 70%, transparent 30%);
  }
  50% {
    box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 0%, transparent 100%);
  }
}

.additional-universal-section.v-047 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.additional-universal-section.v-047 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
}

.additional-universal-section.v-047 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Tech Grid */
.additional-universal-section.v-047 .tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .additional-universal-section.v-047 .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .additional-universal-section.v-047 .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.additional-universal-section.v-047 .grid-cell.featured {
  grid-column: 1 / -1;
}

/* Grid Cells */
.additional-universal-section.v-047 .cell-container {
  background: var(--surface-primary);
  border: 2px solid var(--neutral-300);
  border-radius: 4px;
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.additional-universal-section.v-047 .cell-container:hover {
  border-color: var(--primary-500);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.additional-universal-section.v-047 .grid-cell.featured .cell-container {
  background: linear-gradient(135deg, var(--surface-primary), color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%));
  border-color: var(--primary-500);
  border-width: 2px;
}

.additional-universal-section.v-047 .cell-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.additional-universal-section.v-047 .tech-badge {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.additional-universal-section.v-047 .cell-container:hover .tech-badge {
  transform: scale(1.1);
}

.additional-universal-section.v-047 .tech-badge.featured-badge {
  width: 64px;
  height: 64px;
}

.additional-universal-section.v-047 .tech-badge i {
  font-size: 28px;
  color: var(--light);
}

.additional-universal-section.v-047 .tech-badge.featured-badge i {
  font-size: 32px;
}

.additional-universal-section.v-047 .status-indicator {
  width: 10px;
  height: 10px;
  background: var(--neutral-500);
  border-radius: 50%;
  position: relative;
}

.additional-universal-section.v-047 .status-indicator::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid var(--neutral-500);
  border-radius: 50%;
}

.additional-universal-section.v-047 .status-indicator.active {
  background: var(--primary-500);
  animation: status-blink 2s ease-in-out infinite;
}

.additional-universal-section.v-047 .status-indicator.active::after {
  border-color: var(--primary-500);
}

@keyframes status-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.additional-universal-section.v-047 .cell-content {
  flex: 1;
}

.additional-universal-section.v-047 .cell-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.additional-universal-section.v-047 .cell-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

.additional-universal-section.v-047 .cell-footer {
  margin-top: 20px;
}

.additional-universal-section.v-047 .tech-line {
  height: 3px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-500) 30%, transparent 30%);
  background-size: 12px 3px;
  transition: background 0.3s ease;
}

.additional-universal-section.v-047 .cell-container:hover .tech-line {
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-500) 60%, transparent 60%);
}

.additional-universal-section.v-047 .tech-line.featured-line {
  background: linear-gradient(90deg, var(--primary-700) 0%, var(--primary-500) 50%, var(--primary-300) 100%);
}

.additional-universal-section.v-047 .featured-layout {
  display: flex;
  flex-direction: column;
}

/* Tech Decorations */
.additional-universal-section.v-047 .tech-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.additional-universal-section.v-047 .circuit-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, var(--neutral-300), transparent);
  height: 1px;
}

.additional-universal-section.v-047 .circuit-line.line-1 {
  width: 200px;
  top: 20%;
  right: 10%;
  transform: rotate(45deg);
}

.additional-universal-section.v-047 .circuit-line.line-2 {
  width: 150px;
  bottom: 30%;
  left: 5%;
  transform: rotate(-30deg);
}

.additional-universal-section.v-047 .circuit-line.line-3 {
  width: 180px;
  top: 60%;
  right: 8%;
  transform: rotate(15deg);
}

.additional-universal-section.v-047 .circuit-node {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 8px color-mix(in srgb, var(--primary-500) 60%, transparent 40%);
}

.additional-universal-section.v-047 .circuit-node.node-1 {
  top: 25%;
  right: 15%;
}

.additional-universal-section.v-047 .circuit-node.node-2 {
  bottom: 35%;
  left: 12%;
}

.additional-universal-section.v-047 .circuit-node.node-3 {
  top: 55%;
  right: 20%;
}

.additional-universal-section.v-047 .grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--neutral-300) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-300) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.03;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .additional-universal-section.v-047 {
    padding: 60px 0;
  }

  .additional-universal-section.v-047 .section-title {
    font-size: 2rem;
  }

  .additional-universal-section.v-047 .section-subtitle {
    font-size: 1rem;
  }

  .additional-universal-section.v-047 .cell-container {
    padding: 24px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section.v-047 {
    padding: 40px 0;
  }

  .additional-universal-section.v-047 .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-section.v-047 .tech-grid {
    gap: 16px;
  }

  .additional-universal-section.v-047 .cell-container {
    padding: 20px;
  }

  .additional-universal-section.v-047 .tech-badge {
    width: 48px;
    height: 48px;
  }

  .additional-universal-section.v-047 .tech-badge i {
    font-size: 24px;
  }
}





/* 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-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;
  }
}







.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.header-decoration {
  margin-bottom: 1.5rem;
}

.decoration-line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
  border-radius: 2px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Content Items */
.content-wrapper {
  position: relative;
  z-index: 2;
}

.content-row {
  position: relative;
}

.content-text {
  padding: 1rem 0;
}

.item-badge {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.content-row:hover .item-badge {
  transform: rotate(10deg) scale(1.1);
}

.item-badge i {
  font-size: 1.75rem;
  color: var(--light);
}

.item-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.item-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Image Placeholders */
.image-placeholder {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.content-row:hover .image-placeholder {
  transform: scale(1.02);
}

.placeholder-1 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 30%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-500) 20%, var(--surface-secondary)));
}

.placeholder-2 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 25%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-300) 35%, var(--surface-secondary)));
}

.placeholder-3 {
  background: linear-gradient(135deg, 
    var(--neutral-100), 
    color-mix(in srgb, var(--primary-300) 20%, var(--surface-secondary)));
}

.placeholder-4 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 20%, var(--surface-secondary)), 
    var(--neutral-100));
}

.placeholder-5 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 30%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-300) 25%, var(--surface-secondary)));
}

.image-placeholder::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, var(--light) 60%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background Decorations */
.bg-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.decoration-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 12%, transparent), transparent);
  top: 10%;
  right: -150px;
}

.decoration-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 10%, transparent), transparent);
  top: 50%;
  left: -120px;
}

.decoration-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  bottom: 10%;
  right: -100px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .item-title {
    font-size: 1.5rem;
  }
  
  .image-placeholder {
    height: 300px;
    margin-bottom: 2rem;
  }
  
  .content-text {
    text-align: center;
  }
  
  .item-badge {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .image-placeholder {
    height: 250px;
  }
  
  .item-title {
    font-size: 1.375rem;
  }
}





.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: 700px;
  margin: 0 auto;
}

.add_wrap .add_feature_item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
  padding: var(--space-6);
  background-color: var(--neutral-50);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.add_wrap .add_feature_item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_feature_highlight {
  background: linear-gradient(135deg, var(--primary-50), var(--neutral-50));
  border-color: var(--primary-200);
}

.add_wrap .add_feature_icon {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-lg);
  flex-shrink: 0;
  position: relative;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
}

.add_wrap .add_feature_highlight .add_feature_icon {
  background: linear-gradient(135deg, var(--primary-600), var(--primary-500));
}

.add_wrap .add_icon_check:after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--neutral-100);
  font-size: 24px;
  font-weight: bold;
}

.add_wrap .add_icon_star:after {
  content: '★';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--neutral-100);
  font-size: 24px;
}

.add_wrap .add_icon_shield:after {
  content: '🛡';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.add_wrap .add_icon_target:after {
  content: '🎯';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.add_wrap .add_icon_rocket:after {
  content: '🚀';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.add_wrap .add_feature_content {
  flex-grow: 1;
}

.add_wrap .add_feature_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_feature_highlight .add_feature_title {
  font-size: 1.5rem;
}

.add_wrap .add_feature_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .add_wrap .add_feature_item {
    flex-direction: column;
    text-align: center;
    gap: var(--space-4);
    padding: var(--space-4);
  }
  
  .add_wrap .add_feature_icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  
  .add_wrap .add_icon_check:after,
  .add_wrap .add_icon_star:after {
    font-size: 20px;
  }
  
  .add_wrap .add_icon_shield:after,
  .add_wrap .add_icon_target:after,
  .add_wrap .add_icon_rocket:after {
    font-size: 20px;
  }
}


/* Universal section */

.additional-universal-pro {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-pro .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-pro .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-pro .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

/* Section Divider */
.additional-universal-pro .section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0 4rem;
  position: relative;
}

.additional-universal-pro .section-divider::before,
.additional-universal-pro .section-divider::after {
  content: '';
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-300) 50%, transparent 100%);
  max-width: 200px;
}

.additional-universal-pro .divider-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-pro .divider-icon i {
  font-size: 1.5rem;
}

/* FAQ Accordion */
.additional-universal-pro .faq-accordion {
  position: relative;
  z-index: 2;
}

.additional-universal-pro .accordion-item-wrapper {
  margin-bottom: 1.5rem;
}

.additional-universal-pro .accordion-item-wrapper:last-child {
  margin-bottom: 0;
}

/* Accordion Card */
.additional-universal-pro .accordion-card {
  background: var(--neutral-0);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.3s ease;
}

.additional-universal-pro .accordion-card:hover {
  border-color: var(--primary-300);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

/* Accordion Header */
.additional-universal-pro .accordion-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  cursor: pointer;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  transition: all 0.3s ease;
}

.additional-universal-pro .accordion-card:hover .accordion-header {
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--neutral-0) 100%);
}

.additional-universal-pro .question-marker {
  width: 50px;
  height: 50px;
  min-width: 50px;
  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 15px rgba(0, 0, 0, 0.15);
}

.additional-universal-pro .question-marker i {
  font-size: 1.5rem;
}

.additional-universal-pro .accordion-title {
  flex: 1;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary-900);
  margin: 0;
  line-height: 1.4;
}

.additional-universal-pro .expand-indicator {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: var(--neutral-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.additional-universal-pro .expand-indicator i {
  font-size: 1.25rem;
  color: var(--primary-600);
  transition: transform 0.3s ease;
}

.additional-universal-pro .accordion-card:hover .expand-indicator {
  background: var(--primary-200);
  transform: scale(1.1);
}

.additional-universal-pro .accordion-card:hover .expand-indicator i {
  transform: translateY(3px);
}

/* Accordion Content */
.additional-universal-pro .accordion-content {
  padding: 0 2rem 2rem 2rem;
  margin-left: 65px;
}

.additional-universal-pro .accordion-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
  padding-left: 1.5rem;
  border-left: 3px solid var(--primary-300);
}

/* Background Gradients */
.additional-universal-pro .bg-gradient {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
  filter: blur(80px);
}

.additional-universal-pro .gradient-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-400);
  top: 5%;
  left: -100px;
}

.additional-universal-pro .gradient-2 {
  width: 450px;
  height: 450px;
  background: var(--accent-400);
  bottom: 10%;
  right: -100px;
}

/* Floating Dots */
.additional-universal-pro .floating-dots {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.1;
  pointer-events: none;
}

.additional-universal-pro .dots-1 {
  top: 20%;
  right: 8%;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 15px 15px;
}

.additional-universal-pro .dots-2 {
  bottom: 25%;
  left: 5%;
  background: radial-gradient(circle, var(--accent-500) 2px, transparent 2px);
  background-size: 15px 15px;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-pro {
    padding: 4rem 0;
  }

  .additional-universal-pro .accordion-header {
    padding: 1.75rem;
    gap: 1.25rem;
  }

  .additional-universal-pro .accordion-content {
    padding: 0 1.75rem 1.75rem 1.75rem;
    margin-left: 60px;
  }

  .additional-universal-pro .accordion-title {
    font-size: 1.25rem;
  }

  .additional-universal-pro .question-marker {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }

  .additional-universal-pro .question-marker i {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-pro {
    padding: 3rem 0;
  }

  .additional-universal-pro .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-pro .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-pro .section-description {
    font-size: 1rem;
  }

  .additional-universal-pro .section-divider::before,
  .additional-universal-pro .section-divider::after {
    max-width: 80px;
  }

  .additional-universal-pro .divider-icon {
    width: 45px;
    height: 45px;
    margin: 0 1rem;
  }

  .additional-universal-pro .divider-icon i {
    font-size: 1.35rem;
  }

  .additional-universal-pro .accordion-header {
    padding: 1.5rem;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .additional-universal-pro .question-marker {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .additional-universal-pro .question-marker i {
    font-size: 1.25rem;
  }

  .additional-universal-pro .accordion-title {
    font-size: 1.15rem;
    flex-basis: calc(100% - 100px);
  }

  .additional-universal-pro .expand-indicator {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .additional-universal-pro .expand-indicator i {
    font-size: 1.1rem;
  }

  .additional-universal-pro .accordion-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
    margin-left: 0;
  }

  .additional-universal-pro .accordion-description {
    font-size: 0.95rem;
    padding-left: 1rem;
  }

  .additional-universal-pro .bg-gradient,
  .additional-universal-pro .floating-dots {
    display: none;
  }
}







/* Universal section */
/* Theme: earth-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 750px;
}

/* Features List */
.features-list {
  position: relative;
  z-index: 2;
}

/* Feature Item */
.feature-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
  background: var(--surface-secondary);
  border-left: 4px solid var(--primary-500);
  border-radius: 12px;
  box-shadow: 0 2px 12px color-mix(in srgb, var(--neutral-500) 8%, transparent 92%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-item:hover {
  transform: translateX(8px);
  box-shadow: 0 6px 24px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-left-width: 6px;
}

/* Feature Icon Wrapper */
.feature-icon-wrapper {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}

.icon-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    color-mix(in srgb, var(--primary-100) 70%, var(--primary-50) 30%)
  );
  border-radius: 16px;
  transition: all 0.3s ease;
}

.feature-item:hover .icon-background {
  transform: rotate(8deg) scale(1.05);
  background: linear-gradient(
    135deg,
    var(--primary-100),
    color-mix(in srgb, var(--primary-300) 60%, var(--primary-100) 40%)
  );
}

.feature-icon-wrapper i {
  position: relative;
  font-size: 2rem;
  color: var(--primary-500);
  z-index: 1;
  transition: all 0.3s ease;
}

.feature-item:hover .feature-icon-wrapper i {
  transform: scale(1.1);
  color: color-mix(in srgb, var(--primary-500) 90%, var(--primary-700) 10%);
}

/* Feature Content */
.feature-content {
  flex: 1;
  min-width: 0;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.feature-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Feature Decoration */
.feature-decoration {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 8%, transparent 92%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Background Elements */
.background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.25;
}

.blob-1 {
  width: 350px;
  height: 350px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  top: -100px;
  left: -100px;
  animation: float-blob 15s ease-in-out infinite;
}

.blob-2 {
  width: 280px;
  height: 280px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    transparent
  );
  bottom: -80px;
  right: -80px;
  animation: float-blob 18s ease-in-out infinite 3s;
}

.decorative-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  border-radius: 50%;
  top: 40%;
  right: 5%;
  animation: rotate-circle 20s linear infinite;
}

@keyframes float-blob {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

@keyframes rotate-circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .feature-item {
    gap: 1.25rem;
    padding: 1.75rem;
  }
  
  .feature-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .feature-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-header {
    margin-bottom: 2.5rem !important;
  }
  
  .feature-item {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .feature-item:hover {
    transform: translateY(-4px) translateX(0);
  }
  
  .feature-icon-wrapper {
    width: 56px;
    height: 56px;
  }
  
  .feature-icon-wrapper i {
    font-size: 1.5rem;
  }
  
  .feature-title {
    font-size: 1.125rem;
  }
}





/* Universal section */
/* Theme: creative-purple-01 */

.add_wrap {
  padding: var(--section-py) 0;
  background: linear-gradient(to bottom, white 0%, var(--neutral-50) 100%);
  position: relative;
}

/* Header Styles */
.add_header {
  margin-bottom: var(--space-10, var(--space-8));
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.add_title {
  font-family: var(--top_section_title);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.15;
}

.add_subtitle {
  font-family: var(--design_body_large);
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1.4;
}

.add_description {
  font-family: var(--ui_body_base);
  font-size: 1.0625rem;
  color: var(--text-body);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Elements Grid */
.add_elements_grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.add_row_element {
  position: relative;
}

.add_row_element::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100% + 40px);
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}

.add_row_element:hover::before {
  opacity: 1;
}

.add_row_element > * {
  position: relative;
  z-index: 1;
}

/* Image Placeholder */
.add_image_placeholder {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 4rem;
  overflow: hidden;
  position: relative;
}

.add_image_placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

/* Content Styles */
.add_content {
  padding: var(--space-4);
}

.add_elem_title {
  font-family: var(--design_body_large);
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  line-height: 1.3;
  position: relative;
  padding-left: var(--space-4);
}

.add_elem_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 4px;
  height: 1.5em;
  background: var(--primary-500);
  border-radius: 2px;
}

.add_elem_desc {
  font-family: var(--ui_body_base);
  font-size: 1rem;
  color: var(--text-body);
  margin: 0;
  line-height: 1.7;
  padding-left: var(--space-4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--space-8) 0;
  }
  
  .add_elements_grid {
    gap: var(--space-6);
  }
  
  .add_row_element::before {
    display: none;
  }
  
  .add_image_placeholder {
    aspect-ratio: 16 / 9;
    font-size: 3rem;
    margin-bottom: var(--space-4);
  }
  
  .add_content {
    padding: var(--space-2);
  }
  
  .add_elem_title,
  .add_elem_desc {
    padding-left: var(--space-3);
  }
  
  .add_elem_title::before {
    width: 3px;
  }
}











/* Live Chat FAQ Widget - Minimal Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 280px !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15) !important;
    z-index: 999999 !important;
    color: #333333 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 1px solid #e0e0e0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 12px 18px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #f8f9fa !important;
    border-radius: 8px 8px 0 0 !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #666666 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 4px !important;
    border-radius: 3px !important;
    transition: color 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    color: #333333 !important;
    background: transparent !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #666666 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 18px 18px !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 10px !important;
    background: transparent !important;
    color: #333333 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    color: #333333 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666666 !important;
    display: none !important;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #666666 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 11px !important;
    color: #999999 !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #999999 !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - 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 - Bold Style */
.website-cta-section {
    padding: 50px 0 !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: white !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 18px !important;
    margin-bottom: 30px !important;
    color: rgba(255,255,255,0.9) !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 18px 35px !important;
    background: rgba(255,255,255,0.2) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    backdrop-filter: blur(10px) !important;
}

.website-cta-button:hover {
    background: rgba(255,255,255,0.3) !important;
    border-color: rgba(255,255,255,0.5) !important;
    transform: translateY(-2px) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 40px 0 !important;
    }
    
    .website-cta-title {
        font-size: 26px !important;
    }
    
    .website-cta-subtitle {
        font-size: 16px !important;
    }
    
    .website-cta-button {
        font-size: 16px !important;
        padding: 16px 30px !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 - Pulse Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !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;
    }
}



/* Team Social Links - Gradient Style */
.team-social-links {
    margin-top: 20px;
    padding: 18px 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    border-radius: 20px;
}

.social-icons-grid {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.social-link::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: inherit;
    border-radius: inherit;
    z-index: -1;
}

.social-link:hover {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    color: white;
}

.facebook-link {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.facebook-link:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.linkedin-link {
    background: linear-gradient(135deg, #2196f3 0%, #21cbf3 100%);
}

.linkedin-link:hover {
    background: linear-gradient(135deg, #21cbf3 0%, #2196f3 100%);
}

.instagram-link {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.instagram-link:hover {
    background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%);
}

.x-link {
    background: linear-gradient(135deg, #232526 0%, #414345 100%);
    position: relative;
}

.x-link::after {
    content: '✦';
    font-weight: bold;
    font-size: 22px;
    z-index: 2;
    position: relative;
}

.x-link:hover {
    background: linear-gradient(135deg, #414345 0%, #232526 100%);
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 12px;
    }
    
    .social-link {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}



/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Modern Style */
.newsletter-section {
    margin: 35px 0;
    padding: 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    color: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.newsletter-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
    text-align: center;
}

.newsletter-subtitle {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.5;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 450px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 14px 18px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
    background: rgba(255,255,255,0.9);
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    background: white;
    box-shadow: 0 0 20px rgba(255,255,255,0.3);
}

.newsletter-input::placeholder {
    color: #999;
}

.newsletter-button {
    padding: 14px 25px;
    background: rgba(255,255,255,0.2);
    color: white;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    width: 100%;
}

.newsletter-button:hover {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
    transform: translateY(-1px);
}

.newsletter-success {
    display: none;
    margin-top: 20px;
    padding: 18px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 10px;
    color: white;
    text-align: center;
    font-size: 14px;
    backdrop-filter: blur(10px);
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        margin: 25px 0;
        padding: 25px 20px;
    }
    
    .newsletter-form {
        max-width: 320px;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: glass
 * 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;
}

/* ===== ТЕМА: GLASS ===== */
.ocm-theme-glass {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 20px !important;
}

.ocm-theme-glass .ocm-btn {
    backdrop-filter: blur(10px) !important;
    border-radius: 10px !important;
}

.ocm-theme-glass .ocm-btn-accept {
    background: rgba(0, 123, 255, 0.9) !important;
}

.ocm-theme-glass .ocm-category {
    background: rgba(248, 249, 250, 0.6) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !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(
    
    .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;
    }
}


