: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 ===== */
.design_font_primary {
  font-family: var(--font-primary);
}

.smart_font_secondary {
  font-family: var(--font-secondary);
}

.minimal_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.company_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);
}

.unique_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);
}

.theme_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 */
.digital_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);
}

.light_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);
}

.pro_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);
}

.style_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);
}

.clean_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 */
.content_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);
}

.layout_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);
}

.top_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 */
.best_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);
}

.ui_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 */
.studio_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 */
.main_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);
}

.dark_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 */
.premium_section_title {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.new_section_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-3);
}

.business_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 */
.agency_card_title {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
}

.brand_card_text {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
}

/* Navigation Typography */
.site_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);
}

.site_nav_link:hover,
.site_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.custom_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 */
.creative_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) {
  .main_hero_title {
    font-size: var(--text-4xl);
  }
  
  .premium_section_title {
    font-size: var(--text-3xl);
  }
  
  .company_display_1 {
    font-size: var(--text-5xl);
  }
  
  .unique_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .main_hero_title {
    font-size: var(--text-3xl);
  }
  
  .premium_section_title {
    font-size: var(--text-2xl);
  }
  
  .company_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 ===== */
.modern_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.base_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.fresh_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.container_text_balance {
  text-wrap: balance;
}

.core_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .site_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .best_caption,
  .ui_overline,
  .creative_footer_text {
    color: var(--text-secondary);
  }
  
  .dark_hero_subtitle,
  .new_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .main_hero_title,
  .premium_section_title,
  .digital_heading_1,
  .light_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .modern_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.app_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.elite_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prime_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.web_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.section_stack {
  display: flex;
  flex-direction: column;
}

.app3_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ui14_full_height {
  min-height: 100vh;
}

.modern24_section_height {
  min-height: 80vh;
}

.design20_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.dark76_m_0 { margin: 0; }
.custom45_m_1 { margin: var(--space-1); }
.light98_m_2 { margin: var(--space-2); }
.site30_m_3 { margin: var(--space-3); }
.bright82_m_4 { margin: var(--space-4); }
.ui96_m_6 { margin: var(--space-6); }
.bright92_m_8 { margin: var(--space-8); }
.business33_m_12 { margin: var(--space-12); }
.content56_m_16 { margin: var(--space-16); }

.main71_mx_auto { margin-left: auto; margin-right: auto; }
.base66_my_auto { margin-top: auto; margin-bottom: auto; }

.core3_mt_0 { margin-top: 0; }
.pro40_mt_4 { margin-top: var(--space-4); }
.smart16_mt_8 { margin-top: var(--space-8); }
.modern20_mt_12 { margin-top: var(--space-12); }

.prime63_mb_0 { margin-bottom: 0; }
.site73_mb_4 { margin-bottom: var(--space-4); }
.dark1_mb_8 { margin-bottom: var(--space-8); }
.unique96_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.section64_p_0 { padding: 0; }
.app95_p_1 { padding: var(--space-1); }
.premium91_p_2 { padding: var(--space-2); }
.style23_p_3 { padding: var(--space-3); }
.light93_p_4 { padding: var(--space-4); }
.top96_p_6 { padding: var(--space-6); }
.modern59_p_8 { padding: var(--space-8); }

.minimal75_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.main25_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.business58_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.premium62_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.unique11_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.top47_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.base17_gap_1 { gap: var(--space-1); }
.top12_gap_2 { gap: var(--space-2); }
.company52_gap_3 { gap: var(--space-3); }
.main19_gap_4 { gap: var(--space-4); }
.bright35_gap_6 { gap: var(--space-6); }
.light71_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.unique78_shadow_none { box-shadow: var(--shadow-none); }
.clean90_shadow_xs { box-shadow: var(--shadow-xs); }
.ui71_shadow_sm { box-shadow: var(--shadow-sm); }
.design8_shadow_md { box-shadow: var(--shadow-md); }
.prime84_shadow_lg { box-shadow: var(--shadow-lg); }
.new20_shadow_xl { box-shadow: var(--shadow-xl); }
.prime3_shadow_2xl { box-shadow: var(--shadow-2xl); }
.light81_shadow_inner { box-shadow: var(--shadow-inner); }
.studio77_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.main65_radius_none { border-radius: var(--radius-none); }
.theme81_radius_xs { border-radius: var(--radius-xs); }
.core75_radius_sm { border-radius: var(--radius-sm); }
.main8_radius_md { border-radius: var(--radius-md); }
.new98_radius_lg { border-radius: var(--radius-lg); }
.pro56_radius_xl { border-radius: var(--radius-xl); }
.creative60_radius_2xl { border-radius: var(--radius-2xl); }
.design15_radius_3xl { border-radius: var(--radius-3xl); }
.main14_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.layout97_gradient_primary {
  background: var(--gradient-primary);
}

.creative96_gradient_secondary {
  background: var(--gradient-secondary);
}

.modern77_gradient_hero {
  background: var(--gradient-hero);
}

.fresh82_gradient_card {
  background: var(--gradient-card);
}

.bright37_gradient_overlay {
  position: relative;
}

.bright37_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;
}

.bright37_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.light56_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.light56_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.digital50_hover_scale {
  transition: transform var(--transition-normal);
}

.digital50_hover_scale:hover {
  transform: scale(1.02);
}

.modern14_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.modern14_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.digital23_hover_fade {
  transition: opacity var(--transition-normal);
}

.digital23_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.page73_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.page73_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.design74_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.agency69_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.agency64_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.elite55_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.core15_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.web65_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.studio58_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.main3_timeline {
  position: relative;
}

.main3_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.brand94_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.brand94_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.brand94_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.clean18_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.business42_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;
  }
}

.web43_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;
  }
}

.bright44_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 */
.base27_transition_all {
  transition: var(--transition-all);
}

.prime59_transition_fast {
  transition: all var(--transition-fast);
}

.content76_transition_normal {
  transition: all var(--transition-normal);
}

.ui81_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.section55_bg_primary { background-color: var(--bg-primary); }
.custom50_bg_secondary { background-color: var(--bg-secondary); }
.smart85_bg_muted { background-color: var(--bg-muted); }
.elite0_bg_glass { background-color: var(--bg-glass); }

.unique47_text_primary { color: var(--text-primary); }
.layout59_text_secondary { color: var(--text-secondary); }
.agency41_text_muted { color: var(--text-muted); }
.theme45_text_inverse { color: var(--text-inverse); }
.minimal60_text_link { color: var(--text-link); }

.web3_border_light { border-color: var(--border-light); }
.digital61_border_medium { border-color: var(--border-medium); }
.pro51_border_strong { border-color: var(--border-strong); }
.page73_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .agency64_services_grid,
  .core15_features_grid,
  .elite55_team_grid,
  .studio58_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .web65_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .main3_timeline::before {
    left: 30px;
  }
  
  .brand94_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .modern24_section_height {
    min-height: 60vh;
  }
  
  .design20_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .web65_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .brand94_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.company21_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;
}

.digital65_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.main20_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);
}

.main20_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .site57_no_print {
    display: none !important;
  }
  
  .brand92_print_only {
    display: block !important;
  }
  
  .clean90_shadow_xs,
  .ui71_shadow_sm,
  .design8_shadow_md,
  .prime84_shadow_lg,
  .new20_shadow_xl,
  .prime3_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .clean18_fade_in,
  .business42_slide_up,
  .web43_slide_in_left,
  .bright44_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .light56_hover_lift,
  .digital50_hover_scale,
  .modern14_hover_shadow,
  .digital23_hover_fade,
  .base27_transition_all,
  .prime59_transition_fast,
  .content76_transition_normal,
  .ui81_transition_slow {
    transition: none;
  }
}

/* Header section */

.header-custom {
  background: var(--surface-primary);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

.header-custom .navbar {
  padding: 1rem 0;
  position: relative;
}

.header-custom .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  z-index: 10003;
}

.header-custom .navbar-brand:hover {
  color: var(--primary-500);
}

/* Hide default checkbox */
.header-custom .nav-toggle-checkbox {
  display: none;
}

/* Custom Hamburger Toggle */
.header-custom .hamburger-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 8px;
  z-index: 10003;
  position: relative;
}

.header-custom .hamburger-line {
  width: 28px;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

/* Hamburger Animation - Transform to X */
.header-custom .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.header-custom .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-custom .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Navigation Wrapper */
.header-custom .navbar-collapse-wrapper {
  position: relative;
}

.header-custom .navbar-nav {
  display: flex;
  gap: 2rem;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-custom .nav-item {
  margin: 0;
}

.header-custom .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.5rem 0;
  transition: all 0.3s ease;
  position: relative;
}

.header-custom .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transition: width 0.3s ease;
}

.header-custom .nav-link:hover {
  color: var(--primary-500);
}

.header-custom .nav-link:hover::after {
  width: 100%;
}

/* Backdrop */
.header-custom .nav-backdrop {
  display: none;
}

/* Decorative Elements */
.header-custom .header-decoration {
  position: absolute;
  top: -10px;
  right: 20%;
  pointer-events: none;
  z-index: 0;
}

.header-custom .decoration-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  opacity: 0.4;
  animation: float 6s ease-in-out infinite;
}

.header-custom .decoration-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary-300);
  position: absolute;
  top: 60px;
  right: -20px;
  opacity: 0.6;
  animation: pulse 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.5); opacity: 0.3; }
}

/* Mobile Styles */
@media (max-width: 991.98px) {
  .header-custom .hamburger-toggle {
    display: flex;
  }

  .header-custom .nav-backdrop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: -1;
  }

  .header-custom .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-backdrop {
    opacity: 1;
    visibility: visible;
    z-index: 0;
  }

  .header-custom .navbar-nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    flex-direction: column;
    gap: 0;
    background: var(--surface-primary);
    padding: 5rem 2rem 2rem;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10;
  }

  .header-custom .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .navbar-nav {
    right: 0;
  }

  .header-custom .nav-item {
    width: 100%;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
  }

  .header-custom .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item {
    opacity: 1;
    transform: translateX(0);
  }

  .header-custom .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(1) {
    transition-delay: 0.1s;
  }

  .header-custom .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(2) {
    transition-delay: 0.2s;
  }

  .header-custom .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(3) {
    transition-delay: 0.3s;
  }

  .header-custom .nav-toggle-checkbox:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(4) {
    transition-delay: 0.4s;
  }

  .header-custom .nav-link {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid var(--neutral-100);
  }

  .header-custom .nav-link::after {
    display: none;
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-custom .navbar-nav {
    width: 320px;
  }
}




/* Hero section */
.hero-alt {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
  padding: 80px 0;
}

.hero-alt .container {
  position: relative;
  z-index: 2;
}

/* Text Content Styles */
.hero-alt .hero-text-block {
  padding: 40px 30px;
}

.hero-alt .hero-title {
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.hero-alt .hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-500);
  margin-bottom: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hero-alt .hero-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin: 0;
}

/* Image Grid Styles */
.hero-alt .hero-image-grid {
  position: relative;
  padding: 50px 30px;
}

.hero-alt .grid-main-image {
  position: relative;
  z-index: 2;
}

.hero-alt .main-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 20px 60px color-mix(in srgb, var(--neutral-900) 25%, transparent);
}

.hero-alt .image-frame {
  position: absolute;
  top: -15px;
  left: -15px;
  right: 15px;
  bottom: 15px;
  border: 4px solid var(--primary-500);
  border-radius: 8px;
  z-index: -1;
  pointer-events: none;
}

/* Grid Pattern Overlay */
.hero-alt .grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero-alt .pattern-line {
  position: absolute;
  background: var(--primary-300);
  opacity: 0.3;
}

.hero-alt .line-h {
  width: 100%;
  height: 2px;
}

.hero-alt .line-v {
  width: 2px;
  height: 100%;
}

.hero-alt .line-1 {
  top: 30%;
}

.hero-alt .line-2 {
  bottom: 30%;
}

.hero-alt .line-3 {
  left: 25%;
}

.hero-alt .line-4 {
  right: 25%;
}

/* Technical Badges */
.hero-alt .technical-badges {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.hero-alt .tech-badge {
  position: absolute;
  width: 75px;
  height: 75px;
  background: var(--surface-primary);
  border: 4px solid var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px color-mix(in srgb, var(--neutral-900) 20%, transparent);
  transition: transform 0.3s ease;
}

.hero-alt .tech-badge:hover {
  transform: scale(1.1);
}

.hero-alt .tech-badge i {
  font-size: 32px;
  color: var(--primary-700);
}

.hero-alt .badge-tl {
  top: 30px;
  left: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}

.hero-alt .badge-tr {
  top: 30px;
  right: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
}

.hero-alt .badge-bl {
  bottom: 30px;
  left: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}

.hero-alt .badge-br {
  bottom: 30px;
  right: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
}

/* Industrial Background */
.hero-alt .industrial-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.hero-alt .bg-grid-lines {
  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.05;
}

.hero-alt .bg-corner {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 4px solid var(--primary-300);
  opacity: 0.3;
}

.hero-alt .corner-tl {
  top: 20px;
  left: 20px;
  border-right: none;
  border-bottom: none;
}

.hero-alt .corner-br {
  bottom: 20px;
  right: 20px;
  border-left: none;
  border-top: none;
}

/* Accessibility - Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-alt .tech-badge {
    transition: none;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .hero-alt {
    padding: 60px 0;
  }
  
  .hero-alt .hero-title {
    font-size: 2.75rem;
  }
  
  .hero-alt .hero-subtitle {
    font-size: 1.35rem;
  }
  
  .hero-alt .hero-description {
    font-size: 1.05rem;
  }
  
  .hero-alt .hero-text-block {
    padding: 30px 20px;
  }
  
  .hero-alt .hero-image-grid {
    padding: 40px 20px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .hero-alt .hero-title {
    font-size: 2.25rem;
  }
  
  .hero-alt .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .hero-alt .hero-description {
    font-size: 1rem;
  }
  
  .hero-alt .tech-badge {
    width: 65px;
    height: 65px;
  }
  
  .hero-alt .tech-badge i {
    font-size: 28px;
  }
  
  .hero-alt .badge-bl,
  .hero-alt .badge-br {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero-alt .hero-title {
    font-size: 1.875rem;
  }
  
  .hero-alt .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-alt .hero-text-block {
    padding: 20px 15px;
  }
  
  .hero-alt .hero-image-grid {
    padding: 30px 15px;
  }
  
  .hero-alt .tech-badge {
    width: 55px;
    height: 55px;
  }
  
  .hero-alt .tech-badge i {
    font-size: 24px;
  }
  
  .hero-alt .badge-tl {
    left: 15px;
    top: 15px;
  }
  
  .hero-alt .badge-tr {
    right: 15px;
    top: 15px;
  }
  
  .hero-alt .pattern-line {
    display: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .hero-alt .image-frame {
    border-width: 5px;
    opacity: 1;
  }
  
  .hero-alt .tech-badge {
    border-width: 5px;
  }
  
  .hero-alt .bg-grid-lines {
    opacity: 0.08;
  }
}




/* About section */

.about-section-088 {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

.about-section-088 #about-title {
  color: var(--text-primary);
  font-weight: 700;
}

.about-section-088 #about-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.about-section-088 #about-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Modern Header */
.modern-header {
  position: relative;
  z-index: 2;
}

/* Bento Grid */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

.bento-item {
  border-radius: 1.25rem;
  overflow: hidden;
  transition: all 0.4s ease;
}

.bento-large {
  grid-column: span 2;
  grid-row: span 2;
}

.bento-medium {
  grid-column: span 1;
  grid-row: span 2;
}

.bento-small {
  grid-column: span 1;
  grid-row: span 1;
}

.bento-feature {
  grid-column: span 1;
  grid-row: span 1;
  padding: 2rem;
  background: var(--surface-secondary);
  border: 1px solid var(--neutral-100);
  display: flex;
  flex-direction: column;
}

.bento-feature:hover {
  background: var(--light);
  border-color: var(--primary-300);
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.feature-badge {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-500);
  border-radius: 12px;
  margin-bottom: 1.25rem;
  transition: all 0.4s ease;
}

.bento-feature:hover .feature-badge {
  transform: scale(1.15) rotate(-5deg);
}

.feature-badge i {
  font-size: 1.5rem;
  color: var(--light);
}

.bento-feature h4 {
  color: var(--text-primary);
  font-weight: 700;
  margin-bottom: 1rem;
}

.bento-feature p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Image Wrappers */
.bento-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bento-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.bento-item:hover .bento-image-wrapper img {
  transform: scale(1.08);
}

.image-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 60%, var(--primary-500) 100%);
  opacity: 0.3;
}

.hover-overlay {
  position: absolute;
  inset: 0;
  background: var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.bento-item:hover .hover-overlay {
  opacity: 0.9;
}

.hover-overlay i {
  font-size: 3rem;
  color: var(--light);
  transform: scale(0);
  transition: transform 0.3s ease 0.1s;
}

.bento-item:hover .hover-overlay i {
  transform: scale(1);
}

/* Modern Accents */
.modern-accents {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.accent-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-300);
  border-radius: 50%;
}

.dot-1 {
  top: 15%;
  left: 10%;
}

.dot-2 {
  bottom: 20%;
  right: 15%;
}

.accent-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
  opacity: 0.3;
}

.line-1 {
  top: 30%;
  left: 0;
  right: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .bento-large,
  .bento-medium {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .about-section-088 #about-title {
    font-size: 2rem;
  }
  
  .bento-grid {
    grid-template-columns: 1fr;
  }
  
  .bento-large,
  .bento-medium,
  .bento-small,
  .bento-feature {
    grid-column: span 1;
    grid-row: span 1;
  }
  
  .bento-feature {
    padding: 1.5rem;
  }
}




/* Features section */
/* Bento-style Asymmetric Layout */

.features-primary-wrap {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.features-primary-header {
  margin-bottom: 2rem;
}

.features-primary-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.features-primary-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-accent);
  margin: 0;
  line-height: 1.3;
}

.features-primary-intro {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 2rem;
}

.features-primary-desc {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Bento Grid */
.features-primary-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 280px;
  gap: 1.5rem;
  margin-top: 4rem;
}

.features-primary-bento-item {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  border: 2px solid var(--border-light);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.features-primary-bento-item:hover {
  transform: scale(1.03);
  border-color: var(--primary-500);
  box-shadow: 0 30px 60px -15px rgba(124, 58, 237, 0.25);
  z-index: 10;
}

/* Bento Item Sizes */
.features-primary-bento-large {
  grid-column: span 2;
  grid-row: span 1;
}

.features-primary-bento-tall {
  grid-column: span 1;
  grid-row: span 2;
}

.features-primary-bento-wide {
  grid-column: span 2;
  grid-row: span 1;
}

.features-primary-bento-medium {
  grid-column: span 1;
  grid-row: span 1;
}

/* Bento Content */
.features-primary-bento-content {
  position: relative;
  height: 100%;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.features-primary-icon-circle {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 25px -5px rgba(124, 58, 237, 0.4);
  transition: transform 0.4s ease;
}

.features-primary-bento-item:hover .features-primary-icon-circle {
  transform: scale(1.15) rotate(10deg);
}

.features-primary-icon-circle i {
  font-size: 1.75rem;
  color: #ffffff;
}

.features-primary-bento-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.features-primary-bento-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
  flex-grow: 1;
}

/* Bento Glow Effect */
.features-primary-bento-glow {
  position: absolute;
  bottom: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.features-primary-bento-item:hover .features-primary-bento-glow {
  opacity: 0.3;
}

/* Background Gradients */
.features-primary-bg-gradient {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  pointer-events: none;
}

.features-primary-bg-gradient-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  top: -200px;
  right: -200px;
}

.features-primary-bg-gradient-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
  bottom: -150px;
  left: -150px;
}

/* Floating Shapes */
.features-primary-floating-shape {
  position: absolute;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  opacity: 0.3;
  pointer-events: none;
  animation: features-v030-float 20s infinite ease-in-out;
}

.features-primary-shape-1 {
  width: 200px;
  height: 200px;
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.features-primary-shape-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 15%;
  animation-delay: 5s;
}

.features-primary-shape-3 {
  width: 180px;
  height: 180px;
  bottom: 20%;
  left: 20%;
  animation-delay: 10s;
}

@keyframes features-v030-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(20px, -20px) rotate(5deg);
  }
  50% {
    transform: translate(-15px, -30px) rotate(-5deg);
  }
  75% {
    transform: translate(-20px, -10px) rotate(3deg);
  }
}

/* Responsive Design */
@media (max-width: 1199px) {
  .features-primary-bento-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 300px;
  }

  .features-primary-bento-large,
  .features-primary-bento-wide {
    grid-column: span 2;
  }

  .features-primary-bento-tall {
    grid-row: span 1;
  }
}

@media (max-width: 991px) {
  .features-primary-wrap {
    padding: 80px 0;
  }

  .features-primary-title {
    font-size: 2.25rem;
  }

  .features-primary-intro {
    padding-left: 0;
    margin-top: 1.5rem;
  }

  .features-primary-bento-content {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .features-primary-wrap {
    padding: 60px 0;
  }

  .features-primary-title {
    font-size: 1.875rem;
  }

  .features-primary-subtitle {
    font-size: 1.125rem;
  }

  .features-primary-desc {
    font-size: 1rem;
  }

  .features-primary-bento-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 1rem;
  }

  .features-primary-bento-large,
  .features-primary-bento-tall,
  .features-primary-bento-wide,
  .features-primary-bento-medium {
    grid-column: span 1;
    grid-row: span 1;
  }

  .features-primary-bento-content {
    padding: 1.75rem;
  }

  .features-primary-icon-circle {
    width: 50px;
    height: 50px;
  }

  .features-primary-icon-circle i {
    font-size: 1.5rem;
  }

  .features-primary-bento-title {
    font-size: 1.25rem;
  }
}



.services-section-bold {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  overflow: hidden;
}

.services-section-bold .icon-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 20px;
  margin: 0 auto;
}

.services-section-bold .icon-accent i {
  font-size: 2.5rem;
  color: var(--primary-700);
}

.services-section-bold #services-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.15;
}

.services-section-bold #services-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.services-section-bold #services-desc {
  color: var(--text-secondary);
  line-height: 1.75;
  max-width: 900px;
  margin: 0 auto;
}

/* Service Items */
.services-section-bold .service-item {
  position: relative;
  background: var(--surface-primary);
  border: 2px solid var(--neutral-100);
  border-radius: 20px;
  padding: 2.5rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.services-section-bold .service-item:hover {
  border-color: var(--primary-500);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transform: translateX(10px);
}

.services-section-bold .service-number {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--neutral-100);
  line-height: 1;
  min-width: 80px;
  transition: all 0.4s ease;
}

.services-section-bold .service-item:hover .service-number {
  color: var(--primary-300);
  transform: scale(1.1);
}

.services-section-bold .service-icon {
  width: 70px;
  height: 70px;
  background: var(--primary-50);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.services-section-bold .service-item:hover .service-icon {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  transform: rotate(-5deg) scale(1.05);
}

.services-section-bold .service-icon i {
  font-size: 2rem;
  color: var(--primary-700);
  transition: color 0.3s ease;
}

.services-section-bold .service-item:hover .service-icon i {
  color: var(--light);
}

.services-section-bold .service-content {
  flex: 1;
}

.services-section-bold .service-name {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
}

.services-section-bold .service-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1rem;
}

.services-section-bold .service-features-list {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.8;
  padding: 1rem 1.5rem;
  background: var(--surface-secondary);
  border-left: 3px solid var(--primary-500);
  border-radius: 8px;
}

.services-section-bold .service-price {
  color: var(--primary-700);
  font-weight: 700;
  font-size: 1.25rem;
}

.services-section-bold .accent-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0 4px 0 0;
}

.services-section-bold .service-item:hover .accent-line {
  width: 100%;
}

/* Decorative Elements */
.services-section-bold .decorative-shape-1 {
  position: absolute;
  top: 15%;
  right: 5%;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, var(--primary-100), transparent);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.4;
  pointer-events: none;
  animation: float 6s ease-in-out infinite;
}

.services-section-bold .decorative-shape-2 {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 250px;
  height: 250px;
  background: linear-gradient(225deg, var(--primary-50), transparent);
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  opacity: 0.4;
  pointer-events: none;
  animation: float 8s ease-in-out infinite reverse;
}

.services-section-bold .decorative-dots {
  position: absolute;
  top: 50%;
  left: 3%;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.2;
  pointer-events: none;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .services-section-bold .service-item {
    padding: 2rem;
    gap: 1.5rem;
  }
  
  .services-section-bold .service-number {
    font-size: 3rem;
    min-width: 60px;
  }
}

@media (max-width: 767.98px) {
  .services-section-bold #services-title {
    font-size: 2.25rem;
  }
  
  .services-section-bold .service-item {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1rem;
  }
  
  .services-section-bold .service-item:hover {
    transform: translateY(-5px);
  }
  
  .services-section-bold .service-number {
    font-size: 2.5rem;
    min-width: auto;
  }
  
  .services-section-bold .service-icon {
    width: 60px;
    height: 60px;
  }
  
  .services-section-bold .service-icon i {
    font-size: 1.75rem;
  }
  
  .services-section-bold .service-name {
    font-size: 1.25rem;
  }
}




.priceplan-section-style {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  overflow: hidden;
}

/* Background Decorations */
.priceplan-section-style .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-style .decoration-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.15;
}

.priceplan-section-style .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: -150px;
  right: -100px;
}

.priceplan-section-style .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  bottom: -100px;
  left: -100px;
}

.priceplan-section-style .blob-3 {
  width: 250px;
  height: 250px;
  background: var(--primary-100);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Section Header */
.priceplan-section-style .section-header {
  position: relative;
  z-index: 1;
}

.priceplan-section-style .decorative-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  font-size: 1.75rem;
  color: var(--light);
}

.priceplan-section-style .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}

.priceplan-section-style .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.priceplan-section-style .section-desc {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Price Card */
.priceplan-section-style .price-card {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.priceplan-section-style .price-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.priceplan-section-style .price-card.featured {
  background: linear-gradient(135deg, var(--light) 0%, color-mix(in srgb, var(--primary-50) 50%, var(--light) 50%) 100%);
  border: 3px solid var(--primary-500);
  padding: 3rem 2.5rem;
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.priceplan-section-style .price-card.featured:hover {
  transform: scale(1.08) translateY(-12px);
}

.priceplan-section-style .popular-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--light);
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Plan Icon */
.priceplan-section-style .plan-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-100) 80%, var(--light) 20%);
  border-radius: 16px;
  font-size: 2rem;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.priceplan-section-style .price-card:hover .plan-icon {
  background: var(--primary-500);
  color: var(--light);
  transform: rotateY(360deg);
}

.priceplan-section-style .plan-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 1rem;
}

.priceplan-section-style .plan-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1.5rem;
  min-height: 90px;
}

/* Price Display */
.priceplan-section-style .price-display {
  text-align: center;
  margin-bottom: 1.5rem;
}

.priceplan-section-style .plan-price {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--primary-500);
  margin: 0;
  line-height: 1;
}

.priceplan-section-style .plan-price span {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-left: 0.25rem;
}

.priceplan-section-style .divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

/* Features */
.priceplan-section-style .plan-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}

.priceplan-section-style .feature-item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-size: 1rem;
  color: var(--text-primary);
  padding-left: 1rem;
}

.priceplan-section-style .feature-item i {
  font-size: 1.5rem;
  color: var(--primary-500);
  flex-shrink: 0;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 1199px) {
  .priceplan-section-style .price-card.featured {
    transform: scale(1);
    margin-bottom: 2rem;
  }
  
  .priceplan-section-style .price-card.featured:hover {
    transform: scale(1.02) translateY(-12px);
  }
}

@media (max-width: 991px) {
  .priceplan-section-style .section-title {
    font-size: 2.25rem;
  }

  .priceplan-section-style .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-style .plan-price {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-style .section-title {
    font-size: 2rem;
  }

  .priceplan-section-style .price-card,
  .priceplan-section-style .price-card.featured {
    padding: 2rem 1.5rem;
    transform: scale(1);
  }

  .priceplan-section-style .plan-desc {
    min-height: auto;
  }

  .priceplan-section-style .plan-price {
    font-size: 2.5rem;
  }
}




.team-section-modern {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.team-section-modern .decorative-dot-pattern {
  width: 60px;
  height: 60px;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 12px 12px;
  margin: 0 auto 1.5rem;
  opacity: 0.3;
}

.team-section-modern .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
  margin: 1.5rem auto 0;
  border-radius: 2px;
}

.team-section-modern #team-title {
  color: var(--text-primary);
}

.team-section-modern #team-subtitle {
  color: var(--primary-700);
}

.team-section-modern #team-desc {
  color: var(--text-secondary);
}

/* Team Card */
.team-section-modern .team-card {
  background: var(--light);
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.team-section-modern .team-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-500);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.team-section-modern .team-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 12px;
}

.team-section-modern .team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.team-section-modern .team-card:hover .team-member-photo {
  transform: scale(1.05);
}

.team-section-modern .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 60%, var(--primary-700));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.team-section-modern .team-card:hover .image-overlay {
  opacity: 0.3;
}

.team-section-modern .team-info {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-section-modern .member-name {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.25rem;
}

.team-section-modern .member-role {
  color: var(--primary-500);
  font-weight: 500;
  font-size: 1rem;
}

.team-section-modern .decorative-accent {
  width: 40px;
  height: 3px;
  background: var(--primary-500);
  margin: 1rem auto 0;
  border-radius: 2px;
}

/* Decorative Card */
.team-section-modern .decorative-card {
  background: color-mix(in srgb, var(--primary-50) 50%, var(--light));
  border: 2px dashed var(--primary-300);
  border-radius: 16px;
  height: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-section-modern .decorative-card i {
  font-size: 4rem;
  color: var(--primary-300);
  opacity: 0.5;
}

.team-section-modern .decorative-shape-bottom {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  opacity: 0.1;
  border-radius: 50%;
  pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .team-section-modern .team-card {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .team-section-modern #team-title {
    font-size: 2rem;
  }
  
  .team-section-modern .team-card {
    padding: 1.25rem;
  }
}


.reviews-section-pro {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.reviews-section-pro .header-wrapper {
  max-width: 900px;
  margin: 0 auto 4rem;
}

.reviews-section-pro .section-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.reviews-section-pro .section-subtitle {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.reviews-section-pro .section-description {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 700px;
}

/* Slider Wrapper */
.reviews-section-pro .reviews-slider-wrapper {
  position: relative;
  padding: 2rem 0;
}

.reviews-section-pro .reviews-track {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-300) var(--neutral-100);
  padding: 1rem 0 3rem;
}

.reviews-section-pro .reviews-track::-webkit-scrollbar {
  height: 8px;
}

.reviews-section-pro .reviews-track::-webkit-scrollbar-track {
  background: var(--neutral-100);
  border-radius: 10px;
}

.reviews-section-pro .reviews-track::-webkit-scrollbar-thumb {
  background: var(--primary-300);
  border-radius: 10px;
}

.reviews-section-pro .reviews-track::-webkit-scrollbar-thumb:hover {
  background: var(--primary-500);
}

/* Review Slide */
.reviews-section-pro .review-slide {
  flex: 0 0 90%;
  max-width: 600px;
  scroll-snap-align: center;
}

.reviews-section-pro .slide-inner {
  background: var(--light);
  border-radius: 20px;
  padding: 3rem;
  height: 100%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.4s ease;
}

.reviews-section-pro .slide-inner:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* Decorative Corners */
.reviews-section-pro .decorative-corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid var(--primary-300);
}

.reviews-section-pro .corner-tl {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-radius: 20px 0 0 0;
}

.reviews-section-pro .corner-br {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-radius: 0 0 20px 0;
}

/* Quote Symbol */
.reviews-section-pro .quote-symbol {
  font-size: 3.5rem;
  color: var(--primary-300);
  margin-bottom: 1.5rem;
  opacity: 0.6;
}

/* Review Content */
.reviews-section-pro .review-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-primary);
  margin-bottom: 2rem;
  min-height: 120px;
}

/* Reviewer Profile */
.reviews-section-pro .reviewer-profile {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-top: 1.5rem;
  border-top: 2px solid var(--primary-100);
}

.reviews-section-pro .profile-image {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-700));
  border: 3px solid var(--primary-100);
  flex-shrink: 0;
}

.reviews-section-pro .reviewer-identity {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.5;
}

/* Background Gradients */
.reviews-section-pro .bg-gradient {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.05;
  pointer-events: none;
}

.reviews-section-pro .gradient-1 {
  width: 600px;
  height: 600px;
  background: var(--primary-500);
  top: -200px;
  right: -200px;
}

.reviews-section-pro .gradient-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-700);
  bottom: -150px;
  left: -150px;
}

/* Floating Icons */
.reviews-section-pro .floating-icon {
  position: absolute;
  font-size: 3rem;
  color: var(--primary-300);
  opacity: 0.1;
  pointer-events: none;
  animation: floatIcon 6s ease-in-out infinite;
}

.reviews-section-pro .icon-1 {
  top: 15%;
  right: 10%;
  animation-delay: 0s;
}

.reviews-section-pro .icon-2 {
  bottom: 20%;
  left: 8%;
  animation-delay: 3s;
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive Design */
@media (min-width: 768px) {
  .reviews-section-pro .review-slide {
    flex: 0 0 70%;
  }
}

@media (min-width: 1200px) {
  .reviews-section-pro .review-slide {
    flex: 0 0 50%;
  }
}

@media (max-width: 991px) {
  .reviews-section-pro {
    padding: 70px 0;
  }

  .reviews-section-pro .section-title {
    font-size: 2.5rem;
  }

  .reviews-section-pro .section-subtitle {
    font-size: 1.2rem;
  }

  .reviews-section-pro .slide-inner {
    padding: 2.5rem;
  }
}

@media (max-width: 767px) {
  .reviews-section-pro {
    padding: 50px 0;
  }

  .reviews-section-pro .section-title {
    font-size: 2rem;
  }

  .reviews-section-pro .section-subtitle {
    font-size: 1.1rem;
  }

  .reviews-section-pro .review-slide {
    flex: 0 0 95%;
  }

  .reviews-section-pro .slide-inner {
    padding: 2rem;
  }

  .reviews-section-pro .quote-symbol {
    font-size: 2.5rem;
  }

  .reviews-section-pro .profile-image {
    width: 55px;
    height: 55px;
  }

  .reviews-section-pro .review-content {
    min-height: auto;
  }
}




/* Study section */

.casestudy-section-primary {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Minimal Accent */
.casestudy-section-primary .minimal-accent {
  width: 40px;
  height: 3px;
  background: var(--primary-500);
  margin: 0 auto 2rem;
  border-radius: 2px;
}

/* Typography */
.casestudy-section-primary #casestudy-title {
  color: var(--text-primary);
  line-height: 1.2;
  font-weight: 700;
}

.casestudy-section-primary #casestudy-subtitle {
  color: var(--text-secondary);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.casestudy-section-primary #casestudy-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1rem;
}

/* Minimal Grid */
.casestudy-section-primary .casestudy-minimal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  position: relative;
  z-index: 2;
}

/* Minimal Item */
.casestudy-section-primary .casestudy-minimal-item {
  background: var(--light);
  border: 1px solid var(--neutral-100);
  border-radius: 8px;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
}

.casestudy-section-primary .casestudy-minimal-item:hover {
  border-color: var(--primary-500);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

/* Item Header */
.casestudy-section-primary .minimal-item-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--neutral-100);
}

.casestudy-section-primary .header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.casestudy-section-primary .item-index {
  font-size: 1.75rem;
  font-weight: 300;
  color: var(--neutral-300);
  font-family: 'Georgia', serif;
  line-height: 1;
}

.casestudy-section-primary .simple-icon-holder {
  width: 45px;
  height: 45px;
  border: 1px solid var(--neutral-300);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.casestudy-section-primary .casestudy-minimal-item:hover .simple-icon-holder {
  border-color: var(--primary-500);
  background: var(--primary-500);
}

.casestudy-section-primary .simple-icon-holder i {
  font-size: 1.25rem;
  color: var(--neutral-500);
  transition: color 0.3s ease;
}

.casestudy-section-primary .casestudy-minimal-item:hover .simple-icon-holder i {
  color: var(--light);
}

.casestudy-section-primary .minimal-line {
  flex: 1;
  height: 1px;
  background: var(--neutral-100);
}

/* Item Content */
.casestudy-section-primary .minimal-item-content {
  padding: 0.5rem 0;
}

.casestudy-section-primary .minimal-title {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.2px;
}

.casestudy-section-primary .minimal-description {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
  margin: 0;
}

/* Item Footer */
.casestudy-section-primary .minimal-footer {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--neutral-100);
}

.casestudy-section-primary .footer-accent {
  display: block;
  width: 30px;
  height: 2px;
  background: var(--primary-500);
  border-radius: 1px;
  transition: width 0.3s ease;
}

.casestudy-section-primary .casestudy-minimal-item:hover .footer-accent {
  width: 60px;
}

/* Subtle Decorations */
.casestudy-section-primary .subtle-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.casestudy-section-primary .deco-circle {
  position: absolute;
  border: 1px solid var(--neutral-100);
  border-radius: 50%;
  opacity: 0.5;
}

.casestudy-section-primary .circle-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  left: -50px;
}

.casestudy-section-primary .circle-2 {
  width: 150px;
  height: 150px;
  bottom: 15%;
  right: -30px;
}

.casestudy-section-primary .deco-line {
  position: absolute;
  background: var(--neutral-100);
  opacity: 0.3;
}

.casestudy-section-primary .line-vertical {
  width: 1px;
  height: 300px;
  top: 20%;
  right: 15%;
}

.casestudy-section-primary .line-horizontal {
  width: 200px;
  height: 1px;
  bottom: 30%;
  left: 10%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .casestudy-section-primary .casestudy-minimal-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 767px) {
  .casestudy-section-primary .casestudy-minimal-item {
    padding: 1.5rem;
  }
  
  .casestudy-section-primary .minimal-item-header {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .casestudy-section-primary .item-index {
    font-size: 1.5rem;
  }
  
  .casestudy-section-primary .simple-icon-holder {
    width: 40px;
    height: 40px;
  }
  
  .casestudy-section-primary .simple-icon-holder i {
    font-size: 1.1rem;
  }
  
  .casestudy-section-primary .minimal-title {
    font-size: 1.15rem;
  }
  
  .casestudy-section-primary .minimal-description {
    font-size: 0.9rem;
  }
  
  .casestudy-section-primary .minimal-footer {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

@media (max-width: 575px) {
  .casestudy-section-primary .casestudy-minimal-grid {
    grid-template-columns: 1fr;
  }
}

/* Print Styles - Optional Enhancement */
@media print {
  .casestudy-section-primary .subtle-decoration {
    display: none;
  }
  
  .casestudy-section-primary .casestudy-minimal-item {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}




.process-section-secondary {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.process-section-secondary .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.process-section-secondary .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.process-section-secondary .section-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Circular Process Wrapper */
.circular-process-wrapper {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
}

.circular-process {
  position: relative;
  width: 900px;
  height: 900px;
  max-width: 100%;
}

/* Central Hub */
.central-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  z-index: 10;
}

.hub-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid var(--primary-300);
  opacity: 0.3;
  animation: pulse-ring 3s ease-in-out infinite;
}

.ring-1 {
  width: 100%;
  height: 100%;
  animation-delay: 0s;
}

.ring-2 {
  width: 120%;
  height: 120%;
  animation-delay: 1s;
}

.ring-3 {
  width: 140%;
  height: 140%;
  animation-delay: 2s;
}

@keyframes pulse-ring {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.5;
  }
}

.hub-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.hub-core i {
  font-size: 3.5rem;
  color: var(--light);
}

/* Circle Items Positioning */
.circle-item {
  position: absolute;
  width: 280px;
}

.item-1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.item-2 {
  top: 15%;
  right: 5%;
}

.item-3 {
  bottom: 15%;
  right: 5%;
}

.item-4 {
  bottom: 15%;
  left: 5%;
}

.item-5 {
  top: 15%;
  left: 5%;
}

/* Item Cards */
.item-card {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 5;
}

.item-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-500);
}

/* Card Icon */
.card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.item-card:hover .card-icon {
  transform: rotate(10deg) scale(1.1);
}

.card-icon i {
  font-size: 1.75rem;
  color: var(--light);
}

/* Position Indicator */
.position-indicator {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 35px;
  height: 35px;
  background: var(--primary-500);
  color: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* Card Content */
.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  text-align: center;
}

.card-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-secondary);
  text-align: center;
  margin-bottom: 0;
}

/* Connector Dots */
.connector-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border: 3px solid var(--surface-primary);
  border-radius: 50%;
  z-index: 3;
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary-300) 20%, transparent);
}

.item-1 .connector-dot { bottom: -30px; left: 50%; transform: translateX(-50%); }
.item-2 .connector-dot { bottom: 30%; left: -20px; }
.item-3 .connector-dot { top: 30%; left: -20px; }
.item-4 .connector-dot { top: 30%; right: -20px; }
.item-5 .connector-dot { bottom: 30%; right: -20px; }

/* Connection Ring */
.connection-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  height: 550px;
  z-index: 2;
  pointer-events: none;
  animation: rotate-ring 30s linear infinite;
}

@keyframes rotate-ring {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Background Circles */
.bg-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.circle-1 {
  width: 600px;
  height: 600px;
  background: var(--primary-300);
  top: -200px;
  right: -200px;
}

.circle-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  bottom: -150px;
  left: -150px;
}

.circle-3 {
  width: 400px;
  height: 400px;
  background: var(--primary-700);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Responsive Design */
@media (max-width: 1199px) {
  .circular-process {
    width: 750px;
    height: 750px;
  }

  .circle-item {
    width: 240px;
  }

  .connection-ring {
    width: 480px;
    height: 480px;
  }

  .card-title {
    font-size: 1.15rem;
  }

  .card-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 991px) {
  .process-section-secondary {
    padding: 80px 0;
  }

  .circular-process {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .central-hub {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto 2rem;
  }

  .circle-item {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .connector-dot,
  .connection-ring {
    display: none;
  }
}

@media (max-width: 767px) {
  .process-section-secondary {
    padding: 60px 0;
  }

  .process-section-secondary .section-title {
    font-size: 2rem;
  }

  .process-section-secondary .section-subtitle {
    font-size: 1.1rem;
  }

  .circular-process-wrapper {
    padding: 40px 15px;
  }

  .central-hub {
    width: 120px;
    height: 120px;
  }

  .hub-core i {
    font-size: 2.5rem;
  }

  .item-card {
    padding: 1.75rem 1.25rem;
  }

  .card-title {
    font-size: 1.15rem;
  }

  .bg-circle {
    display: none;
  }
}




.timeline-section-standard {
  position: relative;
  padding: 80px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.timeline-section-standard .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.timeline-section-standard .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.timeline-section-standard .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Compact Timeline Container */
.compact-timeline {
  max-width: 1200px;
  margin: 60px auto 0;
}

/* Compact Step */
.compact-step {
  position: relative;
  background: white;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-900) 8%, transparent);
  border: 1px solid var(--neutral-100);
  transition: all 0.4s ease;
}

.compact-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 35px color-mix(in srgb, var(--primary-500) 20%, transparent);
  border-color: var(--primary-300);
}

/* Step Icon Wrapper */
.step-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 30%, transparent);
  transition: all 0.4s ease;
}

.compact-step:hover .icon-circle {
  transform: scale(1.1) rotate(5deg);
}

.icon-circle i {
  font-size: 1.75rem;
  color: white;
}

.step-counter {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-500);
  line-height: 1;
  transition: color 0.3s ease;
}

.step-icon-wrapper[data-counter] .step-counter::before {
  content: attr(data-counter);
}

.compact-step:hover .step-counter {
  color: var(--primary-700);
}

/* Step Text */
.step-text {
  margin-bottom: 20px;
}

.step-heading {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.step-text-content {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Step Divider */
.step-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, var(--primary-500), var(--primary-300));
  border-radius: 2px;
  transition: width 0.4s ease;
}

.compact-step:hover .step-divider {
  width: 100%;
}

/* Modern Background Elements */
.modern-bg-element {
  position: absolute;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}

.element-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: 10%;
  right: 8%;
  animation: morph-1 8s ease-in-out infinite;
}

.element-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-700);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  bottom: 15%;
  left: 5%;
  animation: morph-2 10s ease-in-out infinite;
}

.element-3 {
  width: 180px;
  height: 180px;
  background: var(--primary-300);
  border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
  top: 50%;
  right: 15%;
  animation: morph-3 12s ease-in-out infinite;
}

@keyframes morph-1 {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(0deg);
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    transform: rotate(180deg);
  }
}

@keyframes morph-2 {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(0deg) translateY(0);
  }
  50% {
    border-radius: 30% 70% 60% 40% / 40% 70% 30% 60%;
    transform: rotate(-180deg) translateY(-20px);
  }
}

@keyframes morph-3 {
  0%, 100% {
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    transform: scale(1);
  }
  50% {
    border-radius: 60% 40% 40% 60% / 40% 60% 40% 60%;
    transform: scale(1.1);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .compact-timeline .row {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .timeline-section-standard {
    padding: 60px 0;
  }

  .timeline-section-standard .section-title {
    font-size: 2rem;
  }

  .timeline-section-standard .section-subtitle {
    font-size: 1.1rem;
  }

  .timeline-section-standard .section-description {
    font-size: 1rem;
  }

  .compact-step {
    padding: 25px;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
  }

  .icon-circle i {
    font-size: 1.5rem;
  }

  .step-counter {
    font-size: 1.75rem;
  }

  .step-heading {
    font-size: 1.2rem;
  }

  .step-text-content {
    font-size: 0.9rem;
  }
}


.career-section-featured {
  position: relative;
  background: var(--surface-primary);
  color: var(--text-primary);
  overflow: hidden;
}

/* Industrial Header */
.career-section-featured .header-accent-bar {
  width: 120px;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin-bottom: 1.5rem;
}

.career-section-featured #career-title {
  color: var(--text-primary);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.career-section-featured #career-subtitle {
  color: var(--primary-500);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
}

.career-section-featured #career-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Structured Career List */
.career-section-featured .career-list-container {
  max-width: 1100px;
  margin: 0 auto;
}

.career-section-featured .career-entry {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: var(--surface-secondary);
  border: 2px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
  border-left: 5px solid var(--primary-500);
  padding: 2rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.career-section-featured .career-entry:hover {
  transform: translateX(10px);
  box-shadow: -5px 8px 30px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-500);
}

.career-section-featured .entry-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: color-mix(in srgb, var(--primary-300) 30%, transparent);
  line-height: 1;
  min-width: 60px;
  text-align: center;
  font-family: system-ui, -apple-system, sans-serif;
}

.career-section-featured .entry-icon {
  width: 64px;
  height: 64px;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent);
  border: 2px solid var(--primary-300);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.career-section-featured .career-entry:hover .entry-icon {
  background: var(--primary-500);
  border-color: var(--primary-500);
  transform: scale(1.1);
}

.career-section-featured .entry-icon i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.career-section-featured .career-entry:hover .entry-icon i {
  color: white;
}

.career-section-featured .entry-content {
  flex: 1;
}

.career-section-featured .content-header h3 {
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.career-section-featured .position-label {
  color: var(--primary-700);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

.career-section-featured .position-details {
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
  font-size: 0.95rem;
}

.career-section-featured .entry-action-indicator {
  width: 40px;
  height: 40px;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  align-self: center;
}

.career-section-featured .career-entry:hover .entry-action-indicator {
  background: var(--primary-500);
  transform: translateX(5px);
}

.career-section-featured .entry-action-indicator i {
  font-size: 1.25rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.career-section-featured .career-entry:hover .entry-action-indicator i {
  color: white;
}

/* Industrial Geometric Decorations */
.career-section-featured .geometric-decoration {
  position: absolute;
  pointer-events: none;
  opacity: 0.05;
}

.career-section-featured .deco-1 {
  width: 200px;
  height: 200px;
  border: 20px solid var(--primary-500);
  top: 8%;
  right: 5%;
  transform: rotate(45deg);
}

.career-section-featured .deco-2 {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
  bottom: 10%;
  left: 3%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.career-section-featured .grid-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: 
    linear-gradient(var(--neutral-300) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-300) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.1;
}

/* Responsive Design */
@media (max-width: 991px) {
  .career-section-featured .career-entry {
    padding: 1.5rem;
    gap: 1rem;
  }

  .career-section-featured .entry-number {
    font-size: 2rem;
    min-width: 50px;
  }

  .career-section-featured .entry-icon {
    width: 56px;
    height: 56px;
  }

  .career-section-featured .entry-icon i {
    font-size: 1.5rem;
  }

  .career-section-featured #career-title {
    font-size: 2.25rem;
  }
}

@media (max-width: 767px) {
  .career-section-featured {
    padding: 3rem 0 !important;
  }

  .career-section-featured #career-title {
    font-size: 1.875rem;
  }

  .career-section-featured #career-subtitle {
    font-size: 0.85rem;
  }

  .career-section-featured .career-entry {
    flex-direction: column;
    padding: 1.25rem;
    gap: 1rem;
  }

  .career-section-featured .entry-number {
    font-size: 1.75rem;
    min-width: auto;
    text-align: left;
  }

  .career-section-featured .entry-icon {
    width: 48px;
    height: 48px;
  }

  .career-section-featured .entry-icon i {
    font-size: 1.35rem;
  }

  .career-section-featured .entry-action-indicator {
    display: none;
  }

  .career-section-featured .career-entry:hover {
    transform: translateY(-5px);
  }
}




/* ========================================
   Coreinfo Section v-051 - Earth
   Theme: earth-01
   ======================================== */

.coreinfo-classic {
  position: relative;
  padding: 7rem 0;
  background: color-mix(in srgb, var(--neutral-50) 50%, white);
  overflow: hidden;
}

/* Organic Blobs */
.coreinfo-classic .organic-blob {
  position: absolute;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
  animation: morphBlob 15s ease-in-out infinite;
}

.coreinfo-classic .organic-blob.blob-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  top: -100px;
  right: -150px;
}

.coreinfo-classic .organic-blob.blob-2 {
  width: 450px;
  height: 450px;
  background: var(--primary-500);
  bottom: -120px;
  left: -120px;
  animation-delay: 5s;
}

@keyframes morphBlob {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
}

/* Header Styles */
.coreinfo-classic .header-wrapper {
  position: relative;
  z-index: 2;
}

.coreinfo-classic .earth-icons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.coreinfo-classic .icon-circle {
  width: 70px;
  height: 70px;
  background: color-mix(in srgb, var(--primary-100) 60%, white);
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.coreinfo-classic .icon-circle:hover {
  background: var(--primary-100);
  border-color: var(--primary-500);
  transform: scale(1.15);
}

.coreinfo-classic .icon-circle i {
  font-size: 2rem;
  color: var(--primary-700);
}

.coreinfo-classic .section-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.coreinfo-classic .section-subtitle {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.coreinfo-classic .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
}

/* Organic Natural Layout */
.coreinfo-classic .organic-grid {
  position: relative;
  margin-top: 5rem;
  z-index: 2;
}

.coreinfo-classic .nature-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 2.5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--neutral-100);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.coreinfo-classic .nature-card:hover {
  border-color: var(--primary-300);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
}

.coreinfo-classic .card-texture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: 
    radial-gradient(circle at 20% 30%, 
      color-mix(in srgb, var(--primary-50) 40%, transparent) 0%, 
      transparent 50%),
    radial-gradient(circle at 80% 70%, 
      color-mix(in srgb, var(--primary-100) 30%, transparent) 0%, 
      transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.coreinfo-classic .nature-card:hover .card-texture {
  opacity: 1;
}

.coreinfo-classic .nature-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, 
    var(--primary-300), 
    var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 25%, transparent);
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.coreinfo-classic .nature-icon-small {
  width: 60px;
  height: 60px;
}

.coreinfo-classic .nature-card:hover .nature-icon {
  transform: scale(1.1);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 35%, transparent);
}

.coreinfo-classic .nature-icon i {
  font-size: 1.875rem;
  color: #ffffff;
}

.coreinfo-classic .nature-icon-small i {
  font-size: 1.5rem;
}

.coreinfo-classic .nature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.coreinfo-classic .nature-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
  position: relative;
  z-index: 1;
}

.coreinfo-classic .card-compact {
  padding: 2rem;
}

.coreinfo-classic .card-compact .nature-title {
  font-size: 1.375rem;
}

.coreinfo-classic .card-compact .nature-description {
  font-size: 1rem;
}

.coreinfo-classic .card-medium .nature-title {
  font-size: 1.625rem;
}

.coreinfo-classic .card-wide .nature-title {
  font-size: 1.75rem;
}

.coreinfo-classic .card-wide .nature-description {
  font-size: 1.125rem;
}

/* Nature Decorations */
.coreinfo-classic .nature-decoration {
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  pointer-events: none;
}

.coreinfo-classic .nature-decoration.deco-branch {
  width: 150px;
  height: 200px;
  background: linear-gradient(45deg, 
    transparent 40%, 
    var(--primary-300) 40%, 
    var(--primary-300) 45%, 
    transparent 45%);
  top: 25%;
  right: 5%;
  transform: rotate(25deg);
}

.coreinfo-classic .nature-decoration.deco-leaf {
  width: 100px;
  height: 100px;
  background: var(--primary-500);
  border-radius: 0 100% 0 100%;
  bottom: 20%;
  left: 8%;
  animation: leafSway 8s ease-in-out infinite;
}

@keyframes leafSway {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(20deg);
  }
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .coreinfo-classic {
    padding: 5rem 0;
  }

  .coreinfo-classic .section-title {
    font-size: 2.5rem;
  }

  .coreinfo-classic .section-subtitle {
    font-size: 1.375rem;
  }

  .coreinfo-classic .organic-grid {
    margin-top: 4rem;
  }

  .coreinfo-classic .nature-card {
    padding: 2rem;
  }

  .coreinfo-classic .card-compact {
    padding: 1.75rem;
  }

  .coreinfo-classic .nature-icon {
    width: 64px;
    height: 64px;
  }

  .coreinfo-classic .nature-icon i {
    font-size: 1.625rem;
  }
}

@media (max-width: 767.98px) {
  .coreinfo-classic {
    padding: 4rem 0;
  }

  .coreinfo-classic .section-title {
    font-size: 2rem;
  }

  .coreinfo-classic .section-subtitle {
    font-size: 1.25rem;
  }

  .coreinfo-classic .section-description {
    font-size: 1rem;
  }

  .coreinfo-classic .earth-icons {
    gap: 1rem;
  }

  .coreinfo-classic .icon-circle {
    width: 60px;
    height: 60px;
  }

  .coreinfo-classic .icon-circle i {
    font-size: 1.75rem;
  }

  .coreinfo-classic .nature-card {
    padding: 1.75rem;
  }

  .coreinfo-classic .nature-title {
    font-size: 1.375rem;
  }

  .coreinfo-classic .card-wide .nature-title,
  .coreinfo-classic .card-medium .nature-title {
    font-size: 1.375rem;
  }

  .coreinfo-classic .nature-description,
  .coreinfo-classic .card-wide .nature-description {
    font-size: 1rem;
  }

  .coreinfo-classic .nature-decoration {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .coreinfo-classic {
    padding: 3rem 0;
  }

  .coreinfo-classic .section-title {
    font-size: 1.75rem;
  }

  .coreinfo-classic .section-subtitle {
    font-size: 1.125rem;
  }

  .coreinfo-classic .earth-icons {
    gap: 0.75rem;
  }

  .coreinfo-classic .icon-circle {
    width: 52px;
    height: 52px;
  }

  .coreinfo-classic .icon-circle i {
    font-size: 1.5rem;
  }

  .coreinfo-classic .organic-grid {
    margin-top: 3rem;
  }

  .coreinfo-classic .nature-card {
    padding: 1.5rem;
  }

  .coreinfo-classic .card-compact {
    padding: 1.5rem;
  }

  .coreinfo-classic .nature-title {
    font-size: 1.25rem;
  }
}


.contact-section-secondary {
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  position: relative;
}

/* Header Content */
.contact-section-secondary .header-content {
  margin-bottom: 3rem;
}

.contact-section-secondary .title-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.contact-section-secondary .deco-leaf {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 0 50% 50% 50%;
  transform: rotate(-45deg);
  opacity: 0.7;
}

.contact-section-secondary .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
}

.contact-section-secondary .section-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.contact-section-secondary .section-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Contact Container */
.contact-section-secondary .contact-container {
  background: var(--light);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--neutral-100);
}

/* Form Section */
.contact-section-secondary .form-section {
  padding-right: 2rem;
}

.contact-section-secondary .form-floating > .form-control {
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--surface-primary);
}

.contact-section-secondary .form-floating > .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(--light);
}

.contact-section-secondary .form-floating > label {
  color: var(--text-secondary);
  font-weight: 500;
  padding: 1rem 1.25rem;
}

.contact-section-secondary .form-floating > .form-control:focus ~ label,
.contact-section-secondary .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: var(--primary-500);
  font-weight: 600;
}

.contact-section-secondary .form-check-label {
  color: var(--text-secondary);
  font-size: 0.9rem;
  cursor: pointer;
  margin-left: 0.5rem;
  line-height: 1.5;
}

.contact-section-secondary .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-secondary .btn-submit {
  background: linear-gradient(135deg, #65a30d, #84cc16) !important;
  color: #ffffff !important;
  border: none;
  border-radius: 12px;
  padding: 1rem 2.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  justify-content: center;
}

.contact-section-secondary .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(101, 163, 13, 0.3);
}

.contact-section-secondary .btn-submit i {
  font-size: 1.2rem;
}

/* Info Sidebar */
.contact-section-secondary .info-sidebar {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--neutral-100);
}

.contact-section-secondary .info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.contact-section-secondary .info-icon-wrap {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.contact-section-secondary .info-block:hover .info-icon-wrap {
  transform: scale(1.1) rotate(5deg);
}

.contact-section-secondary .info-icon-wrap i {
  font-size: 1.4rem;
  color: var(--light);
}

.contact-section-secondary .info-value {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 1.6;
  word-break: break-word;
}

.contact-section-secondary .info-divider {
  height: 1px;
  background: var(--neutral-100);
  margin: 1.5rem 0;
}

/* Natural Icons */
.contact-section-secondary .natural-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--neutral-100);
}

.contact-section-secondary .natural-icon {
  width: 45px;
  height: 45px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.contact-section-secondary .natural-icon:hover {
  background: var(--primary-100);
  transform: translateY(-3px);
}

.contact-section-secondary .natural-icon i {
  font-size: 1.3rem;
  color: var(--primary-500);
}

/* Responsive */
@media (max-width: 991px) {
  .contact-section-secondary .section-title {
    font-size: 2rem;
  }
  
  .contact-section-secondary .form-section {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  
  .contact-section-secondary .contact-container {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .contact-section-secondary .section-title {
    font-size: 1.75rem;
  }
  
  .contact-section-secondary .title-decoration {
    gap: 1rem;
  }
  
  .contact-section-secondary .deco-leaf {
    width: 20px;
    height: 20px;
  }
  
  .contact-section-secondary .contact-container {
    padding: 1.5rem;
  }
}




.blog-section-modern {
  position: relative;
  background: linear-gradient(to bottom, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.blog-section-modern .organic-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-radius: 50%;
  font-size: 1.75rem;
  color: var(--primary-500);
}

.blog-section-modern .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.25;
}

.blog-section-modern .section-subtitle {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.blog-section-modern .section-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 660px;
}

/* Blog Card */
.blog-section-modern .blog-card {
  background: var(--surface-secondary);
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  border: 2px solid var(--neutral-100);
}

.blog-section-modern .blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

/* Blog Image */
.blog-section-modern .blog-image-holder {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  padding: 1rem;
}

.blog-section-modern .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: all 0.5s ease;
}

.blog-section-modern .blog-card:hover .blog-image {
  transform: scale(1.06);
  border-radius: 20px;
}

.blog-section-modern .image-frame {
  position: absolute;
  inset: 1rem;
  border: 3px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
  border-radius: 16px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease;
}

.blog-section-modern .blog-card:hover .image-frame {
  opacity: 1;
  border-radius: 20px;
}

.blog-section-modern .corner-accent {
  position: absolute;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: var(--primary-500);
  opacity: 0;
  transition: all 0.4s ease;
}

.blog-section-modern .accent-tl {
  top: 0.5rem;
  left: 0.5rem;
  border-width: 3px 0 0 3px;
  border-radius: 16px 0 0 0;
}

.blog-section-modern .accent-br {
  bottom: 0.5rem;
  right: 0.5rem;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 16px 0;
}

.blog-section-modern .blog-card:hover .corner-accent {
  opacity: 1;
}

.blog-section-modern .blog-card:hover .accent-tl {
  top: 1.25rem;
  left: 1.25rem;
}

.blog-section-modern .blog-card:hover .accent-br {
  bottom: 1.25rem;
  right: 1.25rem;
}

/* Blog Text */
.blog-section-modern .blog-text {
  padding: 1.75rem 2rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-section-modern .date-author-row {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.blog-section-modern .date-icon,
.blog-section-modern .author-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 30px;
  font-size: 0.875rem;
  color: var(--primary-700);
}

.blog-section-modern .date-icon i,
.blog-section-modern .author-icon i {
  font-size: 1rem;
  color: var(--primary-500);
}

.blog-section-modern .blog-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.5;
  transition: color 0.3s ease;
}

.blog-section-modern .blog-card:hover .blog-title {
  color: var(--primary-500);
}

.blog-section-modern .blog-excerpt {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  flex: 1;
}

.blog-section-modern .blog-read-link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: var(--primary-500);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all 0.3s ease;
  margin-top: auto;
}

.blog-section-modern .blog-read-link:hover {
  color: var(--primary-700);
  gap: 0.875rem;
}

.blog-section-modern .blog-read-link i {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.blog-section-modern .blog-read-link:hover i {
  transform: translateX(6px) scale(1.1);
}

/* Decorative Organic Shapes */
.blog-section-modern .organic-shape {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
  color: var(--primary-500);
  animation: rotate-organic 20s linear infinite;
}

.blog-section-modern .shape-1 {
  font-size: 10rem;
  top: 5%;
  left: 5%;
}

.blog-section-modern .shape-2 {
  font-size: 8rem;
  top: 60%;
  right: 8%;
  animation-delay: -7s;
}

.blog-section-modern .shape-3 {
  font-size: 9rem;
  bottom: 10%;
  left: 50%;
  animation-delay: -14s;
}

@keyframes rotate-organic {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.blog-section-modern .container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991.98px) {
  .blog-section-modern .section-title {
    font-size: 2rem;
  }
  
  .blog-section-modern .section-subtitle {
    font-size: 1.2rem;
  }
  
  .blog-section-modern .blog-text {
    padding: 1.5rem 1.75rem 1.75rem;
  }
  
  .blog-section-modern .organic-badge {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .blog-section-modern .section-title {
    font-size: 1.75rem;
  }
  
  .blog-section-modern .blog-image-holder {
    height: 200px;
  }
  
  .blog-section-modern .blog-title {
    font-size: 1.125rem;
  }
  
  .blog-section-modern .organic-shape {
    display: none;
  }
}




.faq-section {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.faq-section .decorative-shape {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, var(--primary-50), transparent);
  border-radius: 50%;
  opacity: 0.3;
  z-index: 0;
}

.faq-section .container {
  position: relative;
  z-index: 1;
}

.faq-section .faq-card {
  border: 1px solid var(--neutral-100);
  border-radius: 12px;
  transition: all 0.3s ease;
  background: white;
  overflow: hidden;
}

.faq-section .faq-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.faq-section .card-header {
  background: linear-gradient(135deg, var(--primary-50), var(--surface-secondary));
  border-bottom: 2px solid var(--primary-300);
  padding: 1.5rem;
  font-weight: 600;
}

.faq-section .card-header i {
  font-size: 1.5rem;
  color: var(--primary-500);
  flex-shrink: 0;
}

.faq-section .card-header h3 {
  color: var(--text-primary);
  font-weight: 600;
  line-height: 1.4;
}

.faq-section .card-body {
  padding: 1.5rem;
  background: white;
}

.faq-section .card-body p {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Header styles */
.faq-section #faq-title {
  color: var(--text-primary);
}

.faq-section #faq-subtitle {
  color: var(--primary-500);
}

.faq-section #faq-desc {
  color: var(--text-secondary);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .faq-section .card-header {
    padding: 1.25rem;
  }

  .faq-section .card-header h3 {
    font-size: 1rem;
  }

  .faq-section .card-header i {
    font-size: 1.25rem;
    margin-right: 0.75rem !important;
  }

  .faq-section .card-body {
    padding: 1.25rem;
  }
}




.gallery-section-style {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.gallery-section-style .industrial-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.gallery-section-style .header-line {
  flex: 1;
  max-width: 200px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--neutral-300), transparent);
  position: relative;
}

.gallery-section-style .header-line::before,
.gallery-section-style .header-line::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--primary-500);
  top: 50%;
  transform: translateY(-50%);
}

.gallery-section-style .header-line::before {
  left: 0;
}

.gallery-section-style .header-line::after {
  right: 0;
}

.gallery-section-style .header-icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.gallery-section-style .header-icons i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.gallery-section-style .header-icons i:hover {
  transform: rotate(90deg);
}

.gallery-section-style .geometric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .gallery-section-style .geometric-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 250px;
  }
}

.gallery-section-style .item-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-section-style .item-wide {
  grid-column: span 2;
}

@media (max-width: 767px) {
  .gallery-section-style .item-featured,
  .gallery-section-style .item-wide {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.gallery-section-style .grid-item {
  position: relative;
  transition: transform 0.3s ease;
}

.gallery-section-style .grid-item:hover {
  transform: scale(1.02);
  z-index: 10;
}

.gallery-section-style .item-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--light);
  border: 3px solid var(--neutral-100);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.gallery-section-style .grid-item:hover .item-container {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 1px var(--primary-500), 0 12px 40px rgba(0, 0, 0, 0.15);
}

.gallery-section-style .geometric-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.gallery-section-style .geometric-frame::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--neutral-100);
  margin: 10px;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-section-style .grid-item:hover .geometric-frame::before {
  opacity: 1;
}

.gallery-section-style .geometric-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.gallery-section-style .grid-item:hover .geometric-frame img {
  transform: scale(1.05);
  filter: grayscale(0.3);
}

.gallery-section-style .industrial-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--neutral-900) 75%, transparent),
    color-mix(in srgb, var(--primary-700) 80%, transparent));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-section-style .grid-item:hover .industrial-overlay {
  opacity: 1;
}

.gallery-section-style .overlay-bars {
  display: flex;
  gap: 6px;
  align-items: flex-end;
}

.gallery-section-style .overlay-bars .bar {
  width: 4px;
  background: var(--light);
  display: block;
  animation: bar-pulse 1s ease-in-out infinite;
}

.gallery-section-style .overlay-bars .bar:nth-child(1) {
  height: 20px;
  animation-delay: 0s;
}

.gallery-section-style .overlay-bars .bar:nth-child(2) {
  height: 30px;
  animation-delay: 0.2s;
}

.gallery-section-style .overlay-bars .bar:nth-child(3) {
  height: 25px;
  animation-delay: 0.4s;
}

@keyframes bar-pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

.gallery-section-style .industrial-overlay i {
  font-size: 3rem;
  color: var(--light);
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}

.gallery-section-style .grid-item:hover .industrial-overlay i {
  transform: scale(1);
}

.gallery-section-style .corner-markers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.gallery-section-style .marker {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-500);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-section-style .marker-tl {
  top: 5px;
  left: 5px;
  border-right: none;
  border-bottom: none;
}

.gallery-section-style .marker-tr {
  top: 5px;
  right: 5px;
  border-left: none;
  border-bottom: none;
}

.gallery-section-style .marker-bl {
  bottom: 5px;
  left: 5px;
  border-right: none;
  border-top: none;
}

.gallery-section-style .marker-br {
  bottom: 5px;
  right: 5px;
  border-left: none;
  border-top: none;
}

.gallery-section-style .item-featured:hover .marker {
  opacity: 1;
}

.gallery-section-style .item-featured:hover .marker-tl {
  transform: translate(-3px, -3px);
}

.gallery-section-style .item-featured:hover .marker-tr {
  transform: translate(3px, -3px);
}

.gallery-section-style .item-featured:hover .marker-bl {
  transform: translate(-3px, 3px);
}

.gallery-section-style .item-featured:hover .marker-br {
  transform: translate(3px, 3px);
}

.gallery-section-style .industrial-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.gallery-section-style .shape-square {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid var(--neutral-100);
  opacity: 0.5;
  animation: rotate-industrial 15s linear infinite;
}

.gallery-section-style .square-1 {
  top: 10%;
  left: 5%;
}

.gallery-section-style .square-2 {
  bottom: 15%;
  right: 8%;
  animation-direction: reverse;
}

@keyframes rotate-industrial {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.gallery-section-style .shape-line {
  position: absolute;
  background: var(--neutral-100);
  opacity: 0.3;
}

.gallery-section-style .line-1 {
  width: 200px;
  height: 2px;
  top: 30%;
  right: 10%;
  transform: rotate(-45deg);
}

.gallery-section-style .line-2 {
  width: 150px;
  height: 2px;
  bottom: 25%;
  left: 5%;
  transform: rotate(45deg);
}

.gallery-section-style .shape-circle {
  position: absolute;
  border: 2px solid var(--neutral-100);
  border-radius: 50%;
  opacity: 0.3;
}

.gallery-section-style .circle-1 {
  width: 80px;
  height: 80px;
  top: 50%;
  left: 10%;
}

.gallery-section-style .circle-2 {
  width: 60px;
  height: 60px;
  bottom: 30%;
  right: 15%;
}




/* Footer section */

.footer-modern {
  position: relative;
  padding: 100px 0 50px;
  background: 
    linear-gradient(
      to bottom, 
      color-mix(in srgb, var(--primary-700) 92%, transparent) 0%, 
      color-mix(in srgb, var(--primary-500) 88%, transparent) 55%, 
      color-mix(in srgb, var(--neutral-900) 90%, transparent) 100%
    ), 
    url('PAJ_assets/PAJ_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.footer-modern__modern-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse at 70% 30%,
    color-mix(in srgb, var(--primary-500) 10%, transparent),
    transparent 65%
  );
  pointer-events: none;
}

/* Brand Section */
.footer-modern__brand {
  max-width: 400px;
}

.footer-modern__logo-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.footer-modern__logo-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-500);
  border-radius: 8px;
  position: relative;
}

.footer-modern__logo-icon::after {
  content: '';
  position: absolute;
  inset: -4px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}

.footer-modern__logo-icon i {
  font-size: 26px;
  color: #ffffff;
}

.footer-modern__brand-name {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.5px;
}

.footer-modern__brand-text {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

/* Menu Section */
.footer-modern__menu-section {
  height: 100%;
}

.footer-modern__menu-heading {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.footer-modern__menu-divider {
  width: 50px;
  height: 3px;
  background: var(--primary-300);
  margin-bottom: 24px;
  border-radius: 2px;
}

.footer-modern__navigation {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-modern__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
}

.footer-modern__nav-link i {
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease;
  color: var(--primary-300);
}

.footer-modern__nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
  padding-left: 20px;
}

.footer-modern__nav-link:hover i {
  opacity: 1;
  transform: translateX(0);
}

/* Contact Section */
.footer-modern__contact-section {
  height: 100%;
}

.footer-modern__contact-heading {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.footer-modern__contact-divider {
  width: 50px;
  height: 3px;
  background: var(--primary-300);
  margin-bottom: 24px;
  border-radius: 2px;
}

.footer-modern__contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-modern__info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.footer-modern__info-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateX(5px);
}

.footer-modern__info-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-500);
  border-radius: 8px;
  flex-shrink: 0;
}

.footer-modern__info-icon i {
  font-size: 20px;
  color: #ffffff;
}

.footer-modern__info-content {
  flex: 1;
  padding-top: 6px;
}

.footer-modern__info-content span {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

/* Wave Separator */
.footer-modern__wave-separator {
  margin: 50px 0 40px;
}

.footer-modern__wave-separator svg {
  width: 100%;
  height: 20px;
}

/* Legal Section */
.footer-modern__legal-section {
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 35px;
}

.footer-modern__legal-text {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin: 0;
  max-width: 900px;
  margin: 0 auto;
}

/* Bottom Footer */
.footer-modern__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.footer-modern__copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.footer-modern__accent-dots {
  display: flex;
  gap: 10px;
}

.footer-modern__accent-dots span {
  width: 10px;
  height: 10px;
  background: var(--primary-300);
  border-radius: 50%;
  animation: dot-pulse 2s ease-in-out infinite;
}

.footer-modern__accent-dots span:nth-child(2) {
  animation-delay: 0.3s;
}

.footer-modern__accent-dots span:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes dot-pulse {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.3); }
}

/* Background Elements */
.footer-modern__bg-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.4;
}

.footer-modern__bg-circle--1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 8%, transparent) 0%,
    transparent 70%
  );
  top: -200px;
  right: -150px;
  animation: float-slow 30s ease-in-out infinite;
}

.footer-modern__bg-circle--2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-700) 6%, transparent) 0%,
    transparent 70%
  );
  bottom: -150px;
  left: -100px;
  animation: float-slow 25s ease-in-out infinite reverse;
}

@keyframes float-slow {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, -30px); }
}

.footer-modern__bg-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.05),
    transparent
  );
  pointer-events: none;
}

.footer-modern__bg-line--1 {
  width: 60%;
  top: 30%;
  right: 0;
}

.footer-modern__bg-line--2 {
  width: 50%;
  bottom: 40%;
  left: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-modern {
    padding: 80px 0 40px;
  }

  .footer-modern__brand {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-modern__brand-name {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .footer-modern {
    padding: 60px 0 40px;
    background-attachment: scroll;
  }

  .footer-modern__brand-name {
    font-size: 26px;
  }

  .footer-modern__bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-modern__wave-separator {
    margin: 40px 0 30px;
  }
}




.additional-universal-style {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Decorative Lines */
.additional-universal-style .decorative-line-top {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto 3rem;
  border-radius: 2px;
}

.additional-universal-style .decorative-line-bottom {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
  margin: 4rem auto 0;
  border-radius: 2px;
}

/* Section Header */
.additional-universal-style .section-header h1 {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-style .section-header h2 {
  color: var(--text-secondary);
  font-weight: 400;
}

.additional-universal-style .section-header p {
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
}

/* Content List */
.additional-universal-style .content-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Content Item */
.additional-universal-style .content-item {
  position: relative;
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
}

.additional-universal-style .content-item:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-left-color: var(--primary-700);
}

/* Icon Wrapper */
.additional-universal-style .item-icon-wrapper {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  color: var(--light);
  font-size: 1.75rem;
  transition: transform 0.3s ease;
}

.additional-universal-style .content-item:hover .item-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

/* Item Content */
.additional-universal-style .item-content {
  flex: 1;
}

.additional-universal-style .item-content h3 {
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.additional-universal-style .item-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Shapes */
.additional-universal-style .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}

.additional-universal-style .decorative-shape.shape-1 {
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  top: -20px;
  right: -20px;
}

.additional-universal-style .decorative-shape.shape-2 {
  width: 60px;
  height: 60px;
  background: var(--primary-700);
  bottom: -15px;
  right: 40px;
}

.additional-universal-style .decorative-shape.shape-3 {
  width: 70px;
  height: 70px;
  background: var(--primary-300);
  top: -10px;
  right: 60px;
}

.additional-universal-style .decorative-shape.shape-4 {
  width: 90px;
  height: 90px;
  background: var(--primary-500);
  bottom: -25px;
  right: -30px;
}

.additional-universal-style .decorative-shape.shape-5 {
  width: 75px;
  height: 75px;
  background: var(--primary-700);
  top: -15px;
  right: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-style .section-header h1 {
    font-size: 2rem;
  }

  .additional-universal-style .content-item {
    flex-direction: column;
    padding: 1.5rem;
  }

  .additional-universal-style .item-icon-wrapper {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .additional-universal-style .section-header h1 {
    font-size: 1.75rem;
  }

  .additional-universal-style .section-header h2 {
    font-size: 1.25rem;
  }

  .additional-universal-style .content-item {
    padding: 1.25rem;
  }

  .additional-universal-style .item-icon-wrapper {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .additional-universal-style .content-item:hover {
    transform: translateX(4px);
  }
}




/* Universal section */

.additional-universal-section.v-057 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom right, var(--surface-primary), color-mix(in srgb, var(--primary-50) 25%, var(--surface-primary) 75%));
  overflow: hidden;
}

/* Section Header */
.v-057 .section-header {
  position: relative;
  z-index: 2;
}

.v-057 .header-icon-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.v-057 .header-icon-group i {
  font-size: 32px;
  color: var(--primary-500);
  animation: icon-pulse 3s ease-in-out infinite;
}

.v-057 .header-icon-group i:nth-child(2) {
  animation-delay: 1s;
}

.v-057 .header-icon-group i:nth-child(3) {
  animation-delay: 2s;
}

@keyframes icon-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.8;
  }
}

.v-057 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-057 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-057 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
}

/* Accordion Wrapper */
.v-057 .accordion-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Accordion Item */
.v-057 .accordion-item-custom {
  background: var(--light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-057 .accordion-item-custom:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/* Accordion Header */
.v-057 .accordion-header-custom {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px;
  position: relative;
  cursor: pointer;
  background: linear-gradient(to right, color-mix(in srgb, var(--primary-50) 40%, var(--light) 60%), var(--light));
}

.v-057 .accordion-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  transition: transform 0.3s ease;
}

.v-057 .accordion-item-custom:hover .accordion-icon {
  transform: rotate(5deg) scale(1.05);
}

.v-057 .accordion-icon i {
  font-size: 28px;
  color: var(--light);
}

.v-057 .accordion-icon.large {
  width: 72px;
  height: 72px;
}

.v-057 .accordion-icon.large i {
  font-size: 32px;
}

.v-057 .accordion-header-content {
  flex: 1;
}

.v-057 .accordion-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}

.v-057 .accordion-decorator {
  position: absolute;
  right: 32px;
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, var(--primary-300) 12%, transparent 88%);
  border-radius: 50%;
  pointer-events: none;
}

/* Accordion Body */
.v-057 .accordion-body-custom {
  padding: 0 32px 32px;
  position: relative;
}

.v-057 .accordion-body-custom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 1px;
  background: linear-gradient(to right, var(--primary-300), transparent);
}

.v-057 .accordion-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
  padding-top: 24px;
}

/* Featured Item Styling */
.v-057 .accordion-item-custom.featured {
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border: 3px solid var(--primary-700);
}

.v-057 .accordion-item-custom.featured .accordion-header-custom {
  background: transparent;
}

.v-057 .accordion-item-custom.featured .accordion-title {
  color: var(--light);
  font-size: 1.75rem;
}

.v-057 .accordion-item-custom.featured .accordion-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-057 .accordion-item-custom.featured .accordion-icon {
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
}

.v-057 .accordion-item-custom.featured .accordion-decorator.featured-deco {
  background: color-mix(in srgb, var(--light) 15%, transparent 85%);
}

.v-057 .accordion-item-custom.featured .accordion-body-custom::before {
  background: linear-gradient(to right, color-mix(in srgb, var(--light) 40%, transparent 60%), transparent);
}

/* Background Decorations */
.v-057 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-057 .deco-shape {
  position: absolute;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.v-057 .deco-shape.shape-1 {
  width: 350px;
  height: 350px;
  top: 10%;
  left: -100px;
  animation: shape-morph 20s ease-in-out infinite;
}

.v-057 .deco-shape.shape-2 {
  width: 300px;
  height: 300px;
  bottom: 15%;
  right: -80px;
  animation: shape-morph 25s ease-in-out infinite reverse;
}

@keyframes shape-morph {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
}

.v-057 .deco-dots {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.2;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-057 {
    padding: 80px 0;
  }

  .v-057 .section-title {
    font-size: 2.25rem;
  }

  .v-057 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-057 .accordion-header-custom {
    padding: 28px;
  }

  .v-057 .accordion-body-custom {
    padding: 0 28px 28px;
  }

  .v-057 .accordion-body-custom::before {
    left: 28px;
    right: 28px;
  }

  .v-057 .accordion-title {
    font-size: 1.375rem;
  }

  .v-057 .accordion-item-custom.featured .accordion-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .v-057 {
    padding: 60px 0;
  }

  .v-057 .section-title {
    font-size: 1.875rem;
  }

  .v-057 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-057 .section-description {
    font-size: 1rem;
  }

  .v-057 .header-icon-group {
    gap: 15px;
  }

  .v-057 .header-icon-group i {
    font-size: 24px;
  }

  .v-057 .accordion-header-custom {
    padding: 24px;
    gap: 16px;
  }

  .v-057 .accordion-body-custom {
    padding: 0 24px 24px;
  }

  .v-057 .accordion-body-custom::before {
    left: 24px;
    right: 24px;
  }

  .v-057 .accordion-icon {
    width: 56px;
    height: 56px;
  }

  .v-057 .accordion-icon i {
    font-size: 24px;
  }

  .v-057 .accordion-icon.large {
    width: 64px;
    height: 64px;
  }

  .v-057 .accordion-icon.large i {
    font-size: 28px;
  }

  .v-057 .accordion-title {
    font-size: 1.25rem;
  }

  .v-057 .accordion-item-custom.featured .accordion-title {
    font-size: 1.375rem;
  }

  .v-057 .accordion-decorator {
    right: 20px;
    width: 60px;
    height: 60px;
  }
}




/* Universal section */
/* Theme: earth-01 */

.additional-universal-section {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  z-index: 1;
}

.header-icon-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.header-icon-group i {
  font-size: 2rem;
  color: var(--primary-500);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.header-icon-group i:hover {
  transform: scale(1.2) rotate(10deg);
  opacity: 1;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
}

/* Accordion */
.content-accordion {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.accordion-item {
  background: var(--surface-primary);
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item:hover {
  border-color: var(--primary-300);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  transform: translateX(8px);
}

.accordion-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.75rem 2rem;
  cursor: default;
}

.header-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.accordion-item:hover .header-icon {
  transform: rotate(10deg) scale(1.1);
}

.header-icon i {
  font-size: 1.75rem;
  color: var(--light);
}

.header-content {
  flex: 1;
}

.accordion-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0;
  line-height: 1.3;
}

.header-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-500);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.accordion-item:hover .header-accent {
  opacity: 1;
}

.accordion-body {
  padding: 0 2rem 1.75rem 2rem;
  padding-left: calc(60px + 3.25rem);
}

.accordion-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Elements */
.decorative-leaf {
  position: absolute;
  font-size: 4rem;
  color: var(--primary-300);
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.leaf-1 {
  top: 10%;
  left: 5%;
  transform: rotate(-20deg);
}

.leaf-2 {
  bottom: 15%;
  right: 8%;
  transform: rotate(30deg);
}

.decorative-pattern {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .accordion-header {
    padding: 1.5rem 1.5rem;
    gap: 1rem;
  }

  .accordion-body {
    padding: 0 1.5rem 1.5rem 1.5rem;
    padding-left: calc(60px + 2.5rem);
  }

  .header-icon {
    width: 55px;
    height: 55px;
  }

  .header-icon i {
    font-size: 1.5rem;
  }

  .accordion-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .accordion-header {
    padding: 1.25rem;
    gap: 0.875rem;
  }

  .accordion-body {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }

  .header-icon {
    width: 50px;
    height: 50px;
  }

  .header-icon i {
    font-size: 1.375rem;
  }

  .accordion-title {
    font-size: 1.25rem;
  }

  .accordion-description {
    font-size: 1rem;
  }

  .decorative-leaf {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .header-icon-group {
    gap: 0.75rem;
  }

  .header-icon-group i {
    font-size: 1.5rem;
  }

  .accordion-item {
    margin-bottom: 1rem;
  }

  .accordion-item:hover {
    transform: translateX(4px);
  }

  .accordion-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .accordion-body {
    padding-left: 1.25rem;
  }
}




/* Universal section */
/* Theme: creative-purple-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Timeline Container */
.timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
  z-index: 2;
}

/* Timeline Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    180deg,
    transparent,
    var(--primary-300) 10%,
    var(--primary-300) 90%,
    transparent
  );
  transform: translateX(-50%);
  z-index: 0;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  margin-bottom: 3rem;
  padding-left: calc(50% + 50px);
}

.timeline-item:nth-child(even) {
  padding-left: 0;
  padding-right: calc(50% + 50px);
}

.timeline-item:last-of-type {
  margin-bottom: 0;
}

/* Timeline Marker */
.timeline-marker {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 3;
}

.marker-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: var(--surface-primary);
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  z-index: 1;
}

.marker-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  border-radius: 50%;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  z-index: 2;
}

.marker-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Timeline Content */
.timeline-content {
  position: relative;
}

.timeline-item:nth-child(even) .timeline-content {
  text-align: right;
}

/* Content Card */
.content-card {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 16px;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-500) 8%, transparent 92%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.content-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}

/* Step Badge */
.step-badge {
  display: inline-flex;
  margin-bottom: 1rem;
}

.step-badge i {
  font-size: 2rem;
  color: var(--primary-500);
}

.timeline-item:nth-child(even) .step-badge {
  float: right;
}

/* Timeline Title */
.timeline-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  clear: both;
}

/* Timeline Description */
.timeline-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Card Decoration */
.card-decoration {
  position: absolute;
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

.timeline-item:nth-child(odd) .card-decoration {
  bottom: -30px;
  right: -30px;
}

.timeline-item:nth-child(even) .card-decoration {
  bottom: -30px;
  left: -30px;
}

/* Background Shapes */
.background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  top: 10%;
  right: 5%;
}

.shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 12%, transparent 88%),
    transparent
  );
  bottom: 15%;
  left: 5%;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .timeline-line {
    left: 30px;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    padding-left: 80px;
    padding-right: 0;
  }
  
  .timeline-marker {
    left: 30px;
  }
  
  .marker-icon {
    width: 50px;
    height: 50px;
  }
  
  .marker-icon i {
    font-size: 1.25rem;
  }
  
  .marker-dot {
    width: 20px;
    height: 20px;
  }
  
  .timeline-item:nth-child(even) .timeline-content {
    text-align: left;
  }
  
  .timeline-item:nth-child(even) .step-badge {
    float: none;
  }
  
  .timeline-item:nth-child(even) .card-decoration {
    left: auto;
    right: -30px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-header {
    margin-bottom: 2.5rem !important;
  }
  
  .timeline-container {
    padding: 1rem 0;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    padding-left: 60px;
    margin-bottom: 2rem;
  }
  
  .content-card {
    padding: 1.5rem;
  }
  
  .step-badge i {
    font-size: 1.5rem;
  }
}




.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.creative-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.badge-circle {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.badge-circle:nth-child(2) {
  animation-delay: 0.3s;
}

.badge-circle:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto;
}

/* Timeline Styles */
.timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    transparent 0%, 
    var(--primary-300) 10%, 
    var(--primary-500) 50%, 
    var(--primary-300) 90%, 
    transparent 100%);
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
  z-index: 2;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-marker {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.marker-number {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary-500);
  background: var(--surface-secondary);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  border: 2px solid var(--primary-300);
}

.marker-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-item:hover .marker-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.marker-icon i {
  font-size: 2rem;
  color: var(--light);
}

.timeline-content {
  flex: 1;
  background: var(--surface-secondary);
  padding: 2rem;
  border-radius: 16px;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s ease;
  position: relative;
}

.timeline-item:hover .timeline-content {
  border-color: var(--primary-300);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.timeline-title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.timeline-decoration {
  position: absolute;
  font-size: 3rem;
  color: color-mix(in srgb, var(--primary-300) 15%, transparent);
  pointer-events: none;
  transition: all 0.3s ease;
}

.timeline-item:nth-child(odd) .timeline-decoration {
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-item:nth-child(even) .timeline-decoration {
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-item:hover .timeline-decoration {
  color: color-mix(in srgb, var(--primary-500) 25%, transparent);
  transform: translateY(-50%) scale(1.2);
}

.timeline-item-final .marker-icon {
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}

/* Floating Shapes */
.floating-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

.shape-1 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  top: 15%;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 12%, transparent), transparent);
  bottom: 20%;
  left: -80px;
  animation: float 15s ease-in-out infinite reverse;
}

.shape-3 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 18%, transparent), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: float 18s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .timeline-line {
    left: 35px;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    flex-direction: row;
    padding-left: 80px;
  }
  
  .timeline-marker {
    position: absolute;
    left: 0;
  }
  
  .timeline-decoration {
    display: none;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .timeline-content {
    padding: 1.5rem;
  }
  
  .timeline-title {
    font-size: 1.375rem;
  }
  
  .marker-icon {
    width: 60px;
    height: 60px;
  }
  
  .marker-icon i {
    font-size: 1.5rem;
  }
}




/* Universal section */
/* Card grid layout with icon emphasis */

.add_wrap_secondary {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
  overflow: hidden;
}

/* Decorative elements */
.add_wrap_secondary .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}

.add_wrap_secondary .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500, #2563eb);
  top: -100px;
  right: -100px;
  filter: blur(60px);
}

.add_wrap_secondary .blob-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-300, #93c5fd);
  bottom: -150px;
  left: -150px;
  filter: blur(80px);
}

.add_wrap_secondary .container {
  position: relative;
  z-index: 1;
}

/* Section header */
.add_wrap_secondary .add_header {
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_secondary .add_title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_secondary .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--text-accent, #2563eb);
  margin-bottom: var(--space-3, 0.75rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_secondary .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #334155);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Feature cards grid */
.add_wrap_secondary .add_features_grid {
  margin-top: var(--space-8, 2rem);
}

.add_wrap_secondary .add_feature_card {
  display: flex;
  gap: var(--space-4, 1rem);
  padding: var(--space-6, 1.5rem);
  background: #ffffff;
  border-radius: var(--radius-lg, 12px);
  border: 1px solid var(--border-light, #cbd5e1);
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
}

.add_wrap_secondary .add_feature_card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, 0.1));
  border-color: var(--primary-300, #93c5fd);
}

/* Highlight card (5th element) */
.add_wrap_secondary .add_feature_card_highlight {
  background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
  border: 2px solid var(--primary-300, #93c5fd);
}

.add_wrap_secondary .add_feature_card_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #dbeafe) 0%, #ffffff 100%);
  border-color: var(--primary-500, #2563eb);
}

/* Icon wrapper */
.add_wrap_secondary .card_icon_wrapper {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #eff6ff);
  border-radius: var(--radius-md, 10px);
  color: var(--primary-500, #2563eb);
  font-size: 1.75rem;
  transition: all 0.3s ease;
}

.add_wrap_secondary .add_feature_card:hover .card_icon_wrapper {
  background: var(--primary-500, #2563eb);
  color: #ffffff;
  transform: scale(1.1);
}

.add_wrap_secondary .add_feature_card_highlight .card_icon_wrapper {
  width: 80px;
  height: 80px;
  font-size: 2rem;
  background: var(--primary-100, #dbeafe);
}

/* Card content */
.add_wrap_secondary .card_content {
  flex: 1;
}

.add_wrap_secondary .add_elem_title {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_secondary .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #334155);
  line-height: 1.6;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .add_wrap_secondary {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_secondary .add_feature_card {
    flex-direction: column;
    text-align: center;
  }
  
  .add_wrap_secondary .card_icon_wrapper {
    margin: 0 auto;
  }
  
  .add_wrap_secondary .add_header {
    margin-bottom: var(--space-8, 2rem);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .add_wrap_secondary .add_feature_card {
    flex-direction: column;
    text-align: center;
  }
  
  .add_wrap_secondary .card_icon_wrapper {
    margin: 0 auto;
  }
}



/* 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(--premium_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(--content_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(--layout_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(--content_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(--layout_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;
  }
}








/* ===================================
   v-014: Modern Green Theme
   Layout: Timeline with Highlight Box
   =================================== */

.add_wrap.v014_modern_green {
  padding: var(--section-py) 0;
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Header Shape */
.add_wrap.v014_modern_green .add_decorative_header_shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(135deg, var(--primary-50) 0%, transparent 100%);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}

/* Header Section */
.add_wrap.v014_modern_green .add_header {
  text-align: center;
  margin-bottom: var(--space-12);
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_badge {
  width: 60px;
  height: 60px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.add_wrap.v014_modern_green .add_badge i {
  font-size: 28px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-weight: 700;
  line-height: 1.2;
}

.add_wrap.v014_modern_green .add_subtitle {
  color: var(--primary-500);
  margin-bottom: var(--space-6);
  font-weight: 600;
}

.add_wrap.v014_modern_green .add_description {
  color: var(--text-secondary);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Timeline */
.add_wrap.v014_modern_green .add_timeline {
  position: relative;
  padding: var(--space-8) 0;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 50%, var(--primary-300) 100%);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Items */
.add_wrap.v014_modern_green .add_timeline_item {
  position: relative;
  margin-bottom: var(--space-12);
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
}

.add_wrap.v014_modern_green .add_timeline_item_left {
  justify-content: flex-end;
}

.add_wrap.v014_modern_green .add_timeline_item_right {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

/* Timeline Marker */
.add_wrap.v014_modern_green .add_timeline_marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.4);
  z-index: 3;
}

.add_wrap.v014_modern_green .add_timeline_marker i {
  font-size: 28px;
  color: #ffffff;
}

/* Timeline Content */
.add_wrap.v014_modern_green .add_timeline_content {
  width: calc(50% - 60px);
  padding: var(--space-6);
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_timeline_content:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-300);
}

.add_wrap.v014_modern_green .add_timeline_title {
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--space-3);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_timeline_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-4);
  line-height: 1.6;
}

/* Timeline Icon Group */
.add_wrap.v014_modern_green .add_timeline_icon_group {
  display: flex;
  gap: var(--space-3);
  justify-content: flex-start;
}

.add_wrap.v014_modern_green .add_timeline_icon_group i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--primary-500);
  background: var(--primary-50);
  border-radius: 8px;
}

/* Highlight Box (Element 5) */
.add_wrap.v014_modern_green .add_highlight_box {
  margin-top: var(--space-12);
  padding: var(--space-8);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--primary-500);
  text-align: center;
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_highlight_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(5, 150, 105, 0.4);
}

.add_wrap.v014_modern_green .add_highlight_icon i {
  font-size: 40px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_highlight_title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--space-4);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_highlight_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
  line-height: 1.7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Highlight Badge Row */
.add_wrap.v014_modern_green .add_highlight_badge_row {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.add_wrap.v014_modern_green .add_highlight_badge {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_highlight_badge i {
  font-size: 24px;
  color: var(--primary-500);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover {
  background: var(--primary-500);
  transform: scale(1.1);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover i {
  color: #ffffff;
}

/* Decorative Wave */
.add_wrap.v014_modern_green .add_decorative_wave {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-100) 50%, transparent 100%);
  opacity: 0.3;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

/* Background Decorative Elements */
.add_wrap.v014_modern_green .add_bg_circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 1;
  pointer-events: none;
}

.add_wrap.v014_modern_green .add_bg_circle_1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 10%;
  right: -200px;
}

.add_wrap.v014_modern_green .add_bg_circle_2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: 20%;
  left: -150px;
}

.add_wrap.v014_modern_green .add_bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 35px,
    var(--primary-50) 35px,
    var(--primary-50) 37px
  );
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .add_wrap.v014_modern_green .add_timeline::before {
    left: 30px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 30px;
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    flex-direction: row !important;
    justify-content: flex-start !important;
    padding-left: 100px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    width: 100%;
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 70px;
    height: 70px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 36px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .add_wrap.v014_modern_green .add_badge {
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_badge i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline {
    padding: var(--space-6) 0;
  }

  .add_wrap.v014_modern_green .add_timeline::before {
    left: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 20px;
    width: 40px;
    height: 40px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    margin-bottom: var(--space-8);
    padding-left: 80px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    padding: var(--space-4);
  }

  .add_wrap.v014_modern_green .add_timeline_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_timeline_icon_group i {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .add_wrap.v014_modern_green .add_highlight_box {
    padding: var(--space-6);
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 60px;
    height: 60px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 28px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_highlight_badge {
    width: 42px;
    height: 42px;
  }

  .add_wrap.v014_modern_green .add_highlight_badge i {
    font-size: 20px;
  }
}



.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.decorative-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Card Styles */
.content-card {
  position: relative;
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid var(--neutral-100);
  overflow: hidden;
}

.content-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.content-card-large {
  background: linear-gradient(135deg, 
    var(--surface-secondary) 0%, 
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-secondary) 50%) 100%);
}

.card-icon-wrapper {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 70%, var(--primary-500) 30%));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.content-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

.card-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.6;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  top: 10%;
  left: -100px;
}

.shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 10%, transparent), transparent);
  bottom: 15%;
  right: -80px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .content-card {
    padding: 1.5rem;
  }
  
  .card-icon-wrapper {
    width: 56px;
    height: 56px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .content-card {
    padding: 1.25rem;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
}




.additional-universal-bold {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-bold #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-bold #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-bold #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Comparison Grid */
.additional-universal-bold .comparison-grid {
  position: relative;
  z-index: 2;
}

.additional-universal-bold .benefit-item {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem;
  border: 2px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
  transition: all 0.3s ease;
}

.additional-universal-bold .benefit-item:hover {
  border-color: var(--primary-500);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--neutral-500) 15%, transparent);
  transform: translateY(-5px);
}

/* Benefit Visual */
.additional-universal-bold .benefit-visual {
  position: relative;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 5%, transparent);
  border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.additional-universal-bold .metric-display {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--primary-500);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
  transition: all 0.3s ease;
}

.additional-universal-bold .benefit-item:hover .metric-display {
  transform: scale(1.1);
}

.additional-universal-bold .visual-bars {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  width: 100%;
  max-width: 200px;
}

.additional-universal-bold .bar-item {
  flex: 1;
  background: var(--primary-500);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.additional-universal-bold .bar-item:nth-child(1) {
  height: 40px;
}

.additional-universal-bold .bar-item:nth-child(2) {
  height: 60px;
}

.additional-universal-bold .bar-item:nth-child(3) {
  height: 50px;
}

.additional-universal-bold .benefit-item:hover .bar-item {
  background: var(--primary-700);
}

/* Benefit Content */
.additional-universal-bold .benefit-content {
  position: relative;
  padding: 1rem 0;
}

.additional-universal-bold .benefit-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  color: var(--primary-500);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.additional-universal-bold .benefit-content h3 {
  color: var(--text-primary);
}

.additional-universal-bold .benefit-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
  margin-bottom: 0;
}

/* Industrial Grid Pattern */
.additional-universal-bold .industrial-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  background-image: 
    linear-gradient(var(--neutral-900) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-900) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 1;
}

/* Corner Accents */
.additional-universal-bold .corner-accent {
  position: absolute;
  width: 200px;
  height: 200px;
  pointer-events: none;
  opacity: 0.1;
}

.additional-universal-bold .accent-tl {
  top: 0;
  left: 0;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
  border-top-left-radius: 0;
}

.additional-universal-bold .accent-br {
  bottom: 0;
  right: 0;
  border-bottom: 4px solid var(--primary-500);
  border-right: 4px solid var(--primary-500);
  border-bottom-right-radius: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-bold .benefit-item {
    padding: 1.5rem;
  }

  .additional-universal-bold .benefit-visual {
    min-height: 150px;
    margin-bottom: 1.5rem;
  }

  .additional-universal-bold .metric-display {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-bold #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-bold .benefit-item {
    padding: 1.25rem;
  }

  .additional-universal-bold .benefit-visual {
    min-height: 120px;
  }

  .additional-universal-bold .metric-display {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }
}




/* Universal section */
/* Nested boxes layout with organic growth visual */

.add_wrap_bold {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--primary-50, #ecfdf5) 30%, var(--primary-50, #ecfdf5) 70%, #ffffff 100%);
}

/* Header with growth visual */
.add_wrap_bold .add_header_growth {
  position: relative;
  padding: var(--space-8, 2rem) 0;
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_bold .growth_visual {
  position: relative;
  width: 120px;
  height: 80px;
  margin: 0 auto var(--space-6, 1.5rem);
}

.add_wrap_bold .growth_stem {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500, #059669) 0%, var(--primary-300, #6ee7b7) 100%);
  border-radius: 2px;
}

.add_wrap_bold .growth_leaf {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--primary-100, #d1fae5);
  border: 2px solid var(--primary-500, #059669);
  border-radius: 50%;
  color: var(--primary-500, #059669);
  font-size: 0.5rem;
  animation: grow-leaf 2s ease-out forwards;
  opacity: 0;
}

.add_wrap_bold .leaf_1 {
  bottom: 60%;
  left: 0;
  animation-delay: 0.3s;
}

.add_wrap_bold .leaf_2 {
  bottom: 40%;
  right: 0;
  animation-delay: 0.6s;
}

.add_wrap_bold .leaf_3 {
  bottom: 20%;
  left: -10px;
  animation-delay: 0.9s;
}

@keyframes grow-leaf {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.add_wrap_bold .add_title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 800;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_bold .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #059669);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
  font-style: italic;
}

.add_wrap_bold .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.75;
}

/* Nested boxes */
.add_wrap_bold .add_nested_boxes {
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_bold .nested_box {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--primary-200, #a7f3d0);
  transition: all 0.3s ease;
  height: 100%;
}

.add_wrap_bold .nested_box:hover {
  border-color: var(--primary-500, #059669);
  box-shadow: 0 12px 32px rgba(5, 150, 105, 0.15);
  transform: translateY(-4px);
}

/* Box levels with different styles */
.add_wrap_bold .box_level_1 {
  background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
  padding: var(--space-8, 2rem);
  text-align: center;
}

.add_wrap_bold .box_level_2 {
  min-height: 300px;
}

.add_wrap_bold .box_level_3 {
  background: #ffffff;
  border-width: 3px;
  border-color: var(--primary-400, #34d399);
  text-align: center;
  padding: var(--space-8, 2rem);
}

/* Icon leaves */
.add_wrap_bold .box_icon_leaf {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100, #d1fae5);
  border-radius: 50% 0 50% 50%;
  color: var(--primary-500, #059669);
  font-size: 1.75rem;
  margin: 0 auto var(--space-4, 1rem);
  transition: all 0.3s ease;
}

.add_wrap_bold .nested_box:hover .box_icon_leaf {
  background: var(--primary-500, #059669);
  color: #ffffff;
  transform: rotate(90deg) scale(1.1);
}

.add_wrap_bold .box_level_2 .box_icon_leaf {
  margin: 0 0 var(--space-4, 1rem) 0;
}

/* Content */
.add_wrap_bold .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_bold .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.65;
  margin: 0;
}

/* Conclusion box */
.add_wrap_bold .box_conclusion {
  background: linear-gradient(135deg, var(--primary-100, #d1fae5) 0%, #ffffff 50%, var(--primary-100, #d1fae5) 100%);
  border: 3px solid var(--primary-500, #059669);
  padding: var(--space-10, 2.5rem);
  text-align: center;
}

.add_wrap_bold .box_conclusion:hover {
  background: linear-gradient(135deg, var(--primary-200, #a7f3d0) 0%, #ffffff 50%, var(--primary-200, #a7f3d0) 100%);
  border-color: var(--primary-700, #047857);
}

.add_wrap_bold .conclusion_garden {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.25rem;
  margin: 0 auto var(--space-6, 1.5rem);
  box-shadow: 0 12px 32px rgba(5, 150, 105, 0.3);
  position: relative;
}

.add_wrap_bold .conclusion_garden::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border: 3px solid var(--primary-300, #6ee7b7);
  border-radius: 50%;
  animation: pulse-ring-green 2s ease-out infinite;
}

@keyframes pulse-ring-green {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.add_wrap_bold .box_content_wide {
  max-width: 900px;
  margin: 0 auto;
}

.add_wrap_bold .box_conclusion .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  color: var(--primary-700, #047857);
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .add_wrap_bold {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_bold .add_header_growth {
    padding: var(--space-4, 1rem) 0;
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_bold .growth_visual {
    width: 80px;
    height: 60px;
  }
  
  .add_wrap_bold .growth_leaf {
    width: 24px;
    height: 24px;
  }
  
  .add_wrap_bold .nested_box {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_bold .box_level_1,
  .add_wrap_bold .box_level_3 {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_bold .box_conclusion {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_bold .box_level_2 {
    min-height: auto;
  }
  
  .add_wrap_bold .box_icon_leaf {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
  
  .add_wrap_bold .conclusion_garden {
    width: 72px;
    height: 72px;
    font-size: 1.75rem;
  }
  
  .add_wrap_bold .conclusion_garden::before {
    width: 90px;
    height: 90px;
  }
}



/* Universal section */

.additional-universal-section.v-066 {
  padding: 100px 0;
  background: linear-gradient(180deg, 
    var(--surface-primary), 
    color-mix(in srgb, var(--neutral-100) 30%, var(--surface-primary)));
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-066 .section-header {
  max-width: 850px;
  margin: 0 auto 80px;
}

.v-066 .floating-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.v-066 .floating-icons i {
  font-size: 36px;
  color: var(--primary-500);
  animation: iconFloat 3s ease-in-out infinite;
}

.v-066 .floating-icons .icon-1 {
  animation-delay: 0s;
}

.v-066 .floating-icons .icon-2 {
  animation-delay: 0.5s;
}

.v-066 .floating-icons .icon-3 {
  animation-delay: 1s;
}

.v-066 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-066 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-066 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Mixed Content Grid */
.v-066 .mixed-content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Content Blocks */
.v-066 .content-block {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-066 .block-inner {
  height: 100%;
  background: white;
  border: 2px solid var(--neutral-100);
  border-radius: 20px;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.v-066 .block-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 8%, transparent),
    color-mix(in srgb, var(--primary-300) 5%, transparent));
  opacity: 0;
  transition: opacity 0.5s ease;
}

.v-066 .content-block:hover {
  transform: translateY(-10px);
}

.v-066 .content-block:hover .block-inner {
  border-color: var(--primary-300);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.v-066 .content-block:hover .block-inner::before {
  opacity: 1;
}

/* Block Sizes */
.v-066 .block-large {
  grid-column: span 7;
  grid-row: span 2;
}

.v-066 .block-medium {
  grid-column: span 5;
}

.v-066 .block-small {
  grid-column: span 6;
}

/* Block Icon */
.v-066 .block-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}

.v-066 .block-icon-wrapper i {
  font-size: 34px;
  color: white;
  transition: transform 0.5s ease;
}

.v-066 .content-block:hover .block-icon-wrapper {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.v-066 .content-block:hover .block-icon-wrapper i {
  transform: scale(1.15);
}

/* Block Content */
.v-066 .block-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.v-066 .block-large .block-title {
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.v-066 .block-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.v-066 .block-large .block-description {
  font-size: 1.125rem;
  line-height: 1.8;
}

/* Block Decoration */
.v-066 .block-decoration {
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 25px;
  position: relative;
  z-index: 1;
}

.v-066 .deco-circle {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: circleScale 2s ease-in-out infinite;
}

.v-066 .deco-circle:nth-child(1) { animation-delay: 0s; }
.v-066 .deco-circle:nth-child(2) { animation-delay: 0.3s; }
.v-066 .deco-circle:nth-child(3) { animation-delay: 0.6s; }

/* Decorative Elements */
.v-066 .decorative-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}

.v-066 .gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.25;
}

.v-066 .orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: -100px;
  right: -100px;
  animation: orbFloat 20s ease-in-out infinite;
}

.v-066 .orb-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--primary-700), transparent);
  bottom: -80px;
  left: -80px;
  animation: orbFloat 25s ease-in-out infinite reverse;
}

.v-066 .orb-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: orbPulse 18s ease-in-out infinite;
}

.v-066 .mesh-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 25% 25%, color-mix(in srgb, var(--primary-500) 10%, transparent) 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, color-mix(in srgb, var(--primary-300) 10%, transparent) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.4;
}

/* Animations */
@keyframes iconFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(10deg);
  }
}

@keyframes circleScale {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }
}

@keyframes orbFloat {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 50px);
  }
}

@keyframes orbPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.25;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.15;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-066 {
    padding: 80px 0;
  }

  .v-066 .section-title {
    font-size: 2.25rem;
  }

  .v-066 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-066 .mixed-content-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .v-066 .block-large {
    grid-column: span 6;
    grid-row: span 1;
  }

  .v-066 .block-medium {
    grid-column: span 6;
  }

  .v-066 .block-small {
    grid-column: span 3;
  }

  .v-066 .block-title {
    font-size: 1.375rem;
  }

  .v-066 .block-large .block-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .v-066 {
    padding: 60px 0;
  }

  .v-066 .section-title {
    font-size: 1.875rem;
  }

  .v-066 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-066 .floating-icons {
    gap: 20px;
  }

  .v-066 .floating-icons i {
    font-size: 28px;
  }

  .v-066 .mixed-content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .v-066 .block-large,
  .v-066 .block-medium,
  .v-066 .block-small {
    grid-column: span 1;
  }

  .v-066 .block-inner {
    padding: 30px 25px;
  }

  .v-066 .block-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .v-066 .block-icon-wrapper i {
    font-size: 28px;
  }

  .v-066 .block-title {
    font-size: 1.25rem;
  }

  .v-066 .block-large .block-title {
    font-size: 1.375rem;
  }
}




/* Universal section */

.additional-universal-section {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.section-header {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
}

.header-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.ornament-dot {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
}

.ornament-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 50%, transparent 50%)
  );
}

.section-main-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.section-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Content Block Base */
.content-block {
  position: relative;
  padding: 2rem;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Block Style 1 - Highlight with Glow */
.block-style-1 {
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 50%, var(--light) 50%)
  );
  border: 2px solid var(--primary-300);
  overflow: hidden;
}

.block-decoration {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border-radius: 50%;
  opacity: 0.4;
  transition: all 0.4s ease;
}

.block-decoration i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

.block-style-1:hover .block-decoration {
  opacity: 1;
  transform: rotate(15deg) scale(1.1);
}

.block-glow {
  position: absolute;
  bottom: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 30%, transparent 70%), 
    transparent 70%
  );
  border-radius: 50%;
  transition: all 0.5s ease;
  pointer-events: none;
}

.block-style-1:hover .block-glow {
  bottom: -30%;
  right: -10%;
  opacity: 0.8;
}

/* Block Style 2 - Standard Card */
.block-style-2 {
  background: var(--light);
  border: 2px solid var(--neutral-100);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.block-style-2:hover {
  border-color: var(--primary-300);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

.block-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-100), 
    color-mix(in srgb, var(--primary-300) 40%, var(--primary-100) 60%)
  );
  border-radius: 16px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.block-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.block-style-2:hover .block-icon-wrapper {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  transform: scale(1.1);
}

.block-style-2:hover .block-icon-wrapper i {
  color: var(--light);
}

.block-corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    transparent 50%, 
    var(--primary-100) 50%
  );
  border-radius: 0 20px 0 0;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.block-style-2:hover .block-corner-accent {
  opacity: 1;
}

/* Block Style 3 - Full Width Featured */
.block-style-3 {
  grid-column: 1 / -1;
  background: var(--light);
  border: 3px solid var(--primary-300);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.block-style-3:hover {
  border-color: var(--primary-500);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.block-highlight-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%),
    var(--primary-500)
  );
}

.block-mega-icon {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 60%, transparent 40%)
  );
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.4s ease;
}

.block-mega-icon i {
  font-size: 4rem;
  color: var(--primary-500);
}

.block-style-3:hover .block-mega-icon {
  opacity: 0.6;
  transform: translateY(-50%) rotate(20deg) scale(1.1);
}

.block-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(45deg, 
      transparent, 
      transparent 20px, 
      color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 20px, 
      color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 22px
    );
  pointer-events: none;
  opacity: 0.3;
}

/* Content Typography */
.content-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}

.content-block:hover .content-title {
  color: var(--primary-500);
}

.block-style-3 .content-title {
  font-size: 1.75rem;
  max-width: 70%;
}

.content-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
  position: relative;
  z-index: 2;
}

.block-style-3 .content-description {
  font-size: 1.125rem;
  max-width: 70%;
}

/* Background Decorative Shapes */
.bg-shape {
  position: absolute;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-blob-1 {
  top: 10%;
  left: 5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph-blob 20s ease-in-out infinite;
}

.shape-blob-2 {
  top: 50%;
  right: 5%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-300), transparent 70%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph-blob 25s ease-in-out infinite 5s;
}

.shape-blob-3 {
  bottom: 10%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: morph-blob 30s ease-in-out infinite 10s;
}

.decorative-dots {
  position: absolute;
  bottom: 5%;
  right: 10%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  opacity: 0.2;
}

.decorative-dots span {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

/* Animations */
@keyframes morph-blob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .content-grid {
    gap: 1.5rem;
  }
  
  .block-style-3 {
    padding: 2.5rem;
  }
  
  .block-mega-icon {
    width: 100px;
    height: 100px;
  }
  
  .block-mega-icon i {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .block-style-3 {
    padding: 2rem;
  }
  
  .block-style-3 .content-title,
  .block-style-3 .content-description {
    max-width: 100%;
  }
  
  .block-mega-icon {
    position: static;
    transform: none;
    margin: 0 auto 1.5rem;
    opacity: 0.5;
  }
  
  .block-decoration {
    width: 60px;
    height: 60px;
  }
  
  .block-decoration i {
    font-size: 2rem;
  }
  
  .bg-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .content-block {
    padding: 1.5rem;
  }
  
  .block-style-3 {
    padding: 1.5rem;
  }
  
  .content-title {
    font-size: 1.25rem;
  }
  
  .block-style-3 .content-title {
    font-size: 1.5rem;
  }
}




.additional-universal-clean {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-clean #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-clean #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-clean #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Features List */
.additional-universal-clean .features-list {
  position: relative;
  z-index: 2;
}

.additional-universal-clean .feature-row {
  position: relative;
  padding: 1.5rem;
  border-radius: 16px;
  background: var(--surface-secondary);
  transition: all 0.3s ease;
}

.additional-universal-clean .feature-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 16px 0 0 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.additional-universal-clean .feature-row:hover {
  transform: translateX(8px);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 10%, transparent);
}

.additional-universal-clean .feature-row:hover::before {
  opacity: 1;
}

/* Feature Icon */
.additional-universal-clean .feature-icon-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--primary-500);
  transition: all 0.4s ease;
  margin: 0 auto;
}

.additional-universal-clean .feature-row:hover .feature-icon-wrapper {
  background: var(--primary-500);
  color: white;
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

/* Feature Content */
.additional-universal-clean .feature-content h3 {
  color: var(--text-primary);
}

.additional-universal-clean .feature-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Nature Decorations */
.additional-universal-clean .nature-decoration {
  position: absolute;
  pointer-events: none;
  opacity: 0.06;
  color: var(--primary-500);
}

.additional-universal-clean .leaf-1 {
  top: 10%;
  right: 5%;
  font-size: 10rem;
  animation: float-nature-v082 8s ease-in-out infinite;
}

.additional-universal-clean .leaf-2 {
  bottom: 15%;
  left: 3%;
  font-size: 8rem;
  animation: float-nature-v082 10s ease-in-out infinite reverse;
}

.additional-universal-clean .wave-pattern {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--primary-500) 8%, transparent),
    transparent
  );
  border-radius: 50% 50% 0 0 / 20px 20px 0 0;
}

/* Animations */
@keyframes float-nature-v082 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-15px) rotate(3deg);
  }
  50% {
    transform: translateY(-25px) rotate(-3deg);
  }
  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-clean .feature-row {
    text-align: center;
  }

  .additional-universal-clean .feature-icon-wrapper {
    width: 80px;
    height: 80px;
    font-size: 2.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-clean .feature-row {
    padding: 1.25rem;
  }

  .additional-universal-clean .feature-row:hover {
    transform: translateX(4px);
  }
}

@media (max-width: 575.98px) {
  .additional-universal-clean #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-clean .feature-icon-wrapper {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }

  .additional-universal-clean .nature-decoration {
    opacity: 0.03;
  }
}








div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 18px 22px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 25px 25px 0 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 20px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 8px !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    text-decoration: none !important;
    min-width: 36px !important;
    min-height: 36px !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    transform: scale(1.1) !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 18px 22px 22px !important;
    max-height: 420px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 8px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding: 12px !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,0.05) !important;
    color: #ffffff !important;
    padding-bottom: 14px !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #74b9ff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: rgba(255,255,255,0.85) !important;
    display: none !important;
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: rgba(255,255,255,0.85) !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 14px !important;
    color: #74b9ff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #74b9ff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}




.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 17px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 45px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    border: 3px solid rgba(255,255,255,0.2) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 45px 0 !important;
    }
    
    .website-maps-title {
        font-size: 26px !important;
    }
    
    .website-google-map {
        height: 320px !important;
    }
}




.website-cta-container {
    max-width: 600px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 15px !important;
    margin-bottom: 25px !important;
    color: #666666 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    background: #333333 !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.website-cta-button:hover {
    background: #555555 !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 16px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 30px 0 !important;
    }
}




.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.website-security-badge:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 14px !important;
    color: #999999 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 20px !important;
        padding: 15px 10px !important;
    }
    
    .website-security-badge {
        font-size: 11px !important;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 19px !important;
    color: rgba(0,0,0,0.04) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationSpin 10s linear infinite !important;
}

.website-floating-icon.variant-1 {
    top: 12% !important;
    right: 6% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 62% !important;
    right: 4% !important;
    animation-delay: 3s !important;
    font-size: 15px !important;
}

.website-floating-icon.variant-3 {
    top: 32% !important;
    left: 4% !important;
    animation-delay: 6s !important;
    font-size: 23px !important;
}

@keyframes websiteFloatAnimationSpin {
    0% {
        transform: rotate(0deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
    25% {
        transform: rotate(90deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    50% {
        transform: rotate(180deg) translateY(-10px) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: rotate(270deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    100% {
        transform: rotate(360deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Neon Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 300px !important;
    background: #0a0a0a !important;
    border-radius: 12px !important;
    box-shadow: 0 0 30px rgba(0,255,255,0.3), 0 10px 40px rgba(0,0,0,0.3) !important;
    z-index: 999999 !important;
    color: #00ffff !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 2px solid #00ffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid #00ffff !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #1a1a1a !important;
    border-radius: 12px 12px 0 0 !important;
    color: #00ffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #00ffff !important;
    background: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 0 10px rgba(0,255,255,0.7) !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: transparent !important;
    border: 1px solid #00ffff !important;
    color: #00ffff !important;
    font-size: 18px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
    box-shadow: 0 0 10px rgba(0,255,255,0.3) !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: #00ffff !important;
    color: #0a0a0a !important;
    box-shadow: 0 0 15px rgba(0,255,255,0.6) !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #00ffff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 20px 20px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    border-bottom: 1px solid rgba(0,255,255,0.2) !important;
    padding-bottom: 12px !important;
    background: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #00ffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(0,255,255,0.5) !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #00ffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #cccccc !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #cccccc !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #00ffff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    filter: drop-shadow(0 0 5px rgba(0,255,255,0.5)) !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #00ffff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Elegant Style */
.website-google-maps-section {
    padding: 70px 0 !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    margin: 0 !important;
    border-top: none !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: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 17px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 45px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    border: 3px solid rgba(255,255,255,0.2) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 45px 0 !important;
    }
    
    .website-maps-title {
        font-size: 26px !important;
    }
    
    .website-google-map {
        height: 320px !important;
    }
}



/* CTA Section - Soft Pastel Style */
.website-cta-section {
    padding: 55px 0 !important;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%) !important;
    color: #5d4037 !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #5d4037 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 32px !important;
    color: #6d4c41 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: rgba(255,255,255,0.7) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(93,64,55,0.2) !important;
}

.website-cta-button:hover {
    background: rgba(255,255,255,0.9) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(93,64,55,0.3) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}



/* Security Badges - Bold Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 30px 0 !important;
    flex-wrap: wrap !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-top: none !important;
    border-bottom: none !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 18px !important;
    background: rgba(255,255,255,0.95) !important;
    border-radius: 25px !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
}

.website-security-badge:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25) !important;
    color: #333333 !important;
    text-decoration: none !important;
    background: white !important;
}

.website-security-badge-icon {
    font-size: 18px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 12px !important;
        padding: 25px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 10px 15px !important;
    }
}



/* Floating Decorative Icons - Spin Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 19px !important;
    color: rgba(0,0,0,0.04) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationSpin 10s linear infinite !important;
}

.website-floating-icon.variant-1 {
    top: 12% !important;
    right: 6% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 62% !important;
    right: 4% !important;
    animation-delay: 3s !important;
    font-size: 15px !important;
}

.website-floating-icon.variant-3 {
    top: 32% !important;
    left: 4% !important;
    animation-delay: 6s !important;
    font-size: 23px !important;
}

@keyframes websiteFloatAnimationSpin {
    0% {
        transform: rotate(0deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
    25% {
        transform: rotate(90deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    50% {
        transform: rotate(180deg) translateY(-10px) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: rotate(270deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    100% {
        transform: rotate(360deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Team Social Links - Neumorphic Style */
.team-social-links {
    margin-top: 21px;
    padding: 17px 0;
    background: #e8ecf1;
    border-radius: 18px;
    padding: 20px;
}

.social-icons-grid {
    display: flex;
    gap: 17px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #666;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    background: #e8ecf1;
    box-shadow: 8px 8px 16px rgba(163, 177, 198, 0.6),
                -8px -8px 16px rgba(255, 255, 255, 0.9);
    position: relative;
}

.social-link:active,
.social-link:hover {
    box-shadow: inset 4px 4px 8px rgba(163, 177, 198, 0.5),
                inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}

.facebook-link {
    color: #1877f2;
}

.facebook-link:hover {
    color: #166fe5;
}

.linkedin-link {
    color: #0a66c2;
}

.linkedin-link:hover {
    color: #0959aa;
}

.instagram-link {
    color: #e4405f;
}

.instagram-link:hover {
    color: #d62976;
}

.x-link {
    color: #000000;
    position: relative;
}

.x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    color: inherit;
    z-index: 2;
    position: relative;
}

.x-link:hover {
    color: #333333;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 13px;
    }
    
    .social-link {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}



/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Neumorphic Style */
.newsletter-section {
    margin: 32px 0;
    padding: 28px;
    background: #e8ecf1;
    border-radius: 20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 12px 12px 24px rgba(163, 177, 198, 0.5),
                -12px -12px 24px rgba(255, 255, 255, 0.8);
}

.newsletter-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
    text-align: center !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: #666 !important;
    margin-bottom: 22px !important;
    text-align: center !important;
    line-height: 1.5 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.newsletter-input {
    padding: 14px 18px !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    outline: none !important;
    background: #e8ecf1 !important;
    color: #333 !important;
    box-shadow: inset 6px 6px 12px rgba(163, 177, 198, 0.4),
                inset -6px -6px 12px rgba(255, 255, 255, 0.7) !important;
    transition: all 0.3s ease !important;
}

.newsletter-input:focus {
    box-shadow: inset 4px 4px 8px rgba(163, 177, 198, 0.5),
                inset -4px -4px 8px rgba(255, 255, 255, 0.8) !important;
}

.newsletter-input::placeholder {
    color: #999 !important;
}

.newsletter-button {
    padding: 14px 22px !important;
    background: #e8ecf1 !important;
    color: #667eea !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 6px 6px 12px rgba(163, 177, 198, 0.4),
                -6px -6px 12px rgba(255, 255, 255, 0.7) !important;
}

.newsletter-button:hover {
    box-shadow: 4px 4px 8px rgba(163, 177, 198, 0.5),
                -4px -4px 8px rgba(255, 255, 255, 0.8) !important;
}

.newsletter-button:active {
    box-shadow: inset 4px 4px 8px rgba(163, 177, 198, 0.4),
                inset -4px -4px 8px rgba(255, 255, 255, 0.7) !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 18px !important;
    padding: 15px !important;
    background: #e8ecf1 !important;
    border-radius: 10px !important;
    color: #065f46 !important;
    text-align: center !important;
    font-size: 13px !important;
    box-shadow: 4px 4px 8px rgba(163, 177, 198, 0.3),
                -4px -4px 8px rgba(255, 255, 255, 0.6) !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        margin: 25px auto;
        padding: 22px;
        max-width: 340px;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: rounded-v003
 * Toggle: 8
 * Содержит только стили для выбранной темы
 * Сгенерировано автоматически - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
 */

/**
 * 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 СТИЛЬ 8: КОРПОРАТИВНЫЙ ===== */
.ocm-toggle.ocm-toggle-style-8 {
    border-radius: 6px !important;
    background: #2c3e50 !important;
    border: 2px solid #34495e !important;
    width: 48px !important;
    height: 48px !important;
    font-weight: bold !important;
}

.ocm-toggle.ocm-toggle-style-8:hover {
    background: #34495e !important;
    border-color: #3498db !important;
    transform: translateY(-1px) !important;
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ ===== */
.ocm-settings-buttons {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 20px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.ocm-policy-link {
    color: #007bff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    border-bottom: 1px solid transparent !important;
    transition: border-color 0.2s ease !important;
}

.ocm-policy-link:hover {
    border-bottom-color: #007bff !important;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 480px) {
    .ocm-banner {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-buttons {
        flex-direction: column !important;
    }
    
    .ocm-settings-buttons {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .ocm-category-header {
        flex-wrap: wrap !important;
    }
}

/* ===== АНИМАЦИИ ===== */
@keyframes ocm-slideUp {
    from {
        transform: translateY(100%) !important;
        opacity: 0 !important;
    }
    to {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
}

@keyframes ocm-fadeIn {
    from {
        opacity: 0 !important;
    }
    to {
        opacity: 1 !important;
    }
}

/* ===== ТЕМНАЯ ТЕМА (медиазапрос) ===== */
@media (prefers-color-scheme: dark) {
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
}


/**
 * Cookie Manager - Additional Theme Variations
 * Extended themes compatible with existing site designs
 * NO conflicts with site styles - all classes prefixed with ocm-
 */

/* ===== ТЕМА: MINIMAL VARIATIONS ===== */

/* Minimal v-002: Corporate Clean */














/* Minimal v-003: Monochrome Elegant */














/* ===== ТЕМА: MODERN VARIATIONS ===== */

/* Modern v-002: Vivid Gradient */


















/* Modern v-003: Cool Blue Gradient */










/* ===== ТЕМА: ROUNDED VARIATIONS ===== */

/* Rounded v-002: Soft Pastel */














/* Rounded v-003: Bubble Style */










/* ===== ТЕМА: GLASS VARIATIONS ===== */

/* Glass v-002: Dark Glass */














/* Glass v-003: Frosted Glass */










/* ===== ТЕМА: GRADIENT VARIATIONS ===== */

/* Gradient v-002: Sunset Gradient */














/* Gradient v-003: Ocean Gradient */














/* ===== ADDITIONAL TOGGLE STYLES (9-16) ===== */

/* Toggle Style 9: Hexagon */
.ocm-toggle.ocm-toggle-style-9 {
    width: 52px !important;
    height: 52px !important;
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%) !important;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 24px rgba(67, 233, 123, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-9:hover {
    transform: scale(1.1) rotate(15deg) !important;
    box-shadow: 0 12px 32px rgba(67, 233, 123, 0.4) !important;
}

/* Toggle Style 10: Diamond */
.ocm-toggle.ocm-toggle-style-10 {
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
    transform: rotate(45deg) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(250, 112, 154, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-10:hover {
    transform: rotate(45deg) scale(1.15) !important;
    box-shadow: 0 12px 32px rgba(250, 112, 154, 0.4) !important;
}

.ocm-toggle.ocm-toggle-style-10::before {
    content: "🍪" !important;
    transform: rotate(-45deg) !important;
    display: block !important;
    font-size: 20px !important;
}

/* Toggle Style 11: Soft Shadow */
.ocm-toggle.ocm-toggle-style-11 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.06) !important;
    border: 2px solid #f0f0f0 !important;
}

.ocm-toggle.ocm-toggle-style-11:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 3px 12px rgba(0, 0, 0, 0.08) !important;
}

/* Toggle Style 12: Neon Glow */
.ocm-toggle.ocm-toggle-style-12 {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: #000000 !important;
    color: #00ff88 !important;
    border: 2px solid #00ff88 !important;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.5), inset 0 0 10px rgba(0, 255, 136, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-12:hover {
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.7), inset 0 0 15px rgba(0, 255, 136, 0.3) !important;
    transform: scale(1.1) !important;
}

/* Toggle Style 13: Outlined Circle */
.ocm-toggle.ocm-toggle-style-13 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #667eea !important;
    border: 3px solid #667eea !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-13:hover {
    background: #667eea !important;
    color: #ffffff !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 14: Gradient Border */
.ocm-toggle.ocm-toggle-style-14 {
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    border: 3px solid transparent !important;
    background-clip: padding-box !important;
    position: relative !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
}

.ocm-toggle.ocm-toggle-style-14::before {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    left: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 50% !important;
    z-index: -1 !important;
}

.ocm-toggle.ocm-toggle-style-14:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 15: Material Design */
.ocm-toggle.ocm-toggle-style-15 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #4285f4 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ocm-toggle.ocm-toggle-style-15:hover {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px) !important;
}

.ocm-toggle.ocm-toggle-style-15:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(0) !important;
}

/* Toggle Style 16: Animated Gradient */
.ocm-toggle.ocm-toggle-style-16 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) !important;
    background-size: 300% 300% !important;
    animation: ocm-gradient-shift 6s ease infinite !important;
    border: none !important;
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-16:hover {
    animation-duration: 3s !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4) !important;
}

@keyframes ocm-gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ===== COMPATIBILITY ADJUSTMENTS ===== */

/* Ensure all variations work with existing positioning */
[class*="ocm-theme-"][class*="-v00"] {
    max-width: 400px !important;
    min-width: 320px !important;
}

/* Ensure all new toggle styles support all positions */
.ocm-toggle[class*="-style-"]:not([class*="-position-"]) {
    bottom: 20px !important;
    right: 20px !important;
}

/* Responsive adjustments for new variations */
@media (max-width: 480px) {
    [class*="ocm-theme-"][class*="-v00"] {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-toggle[class*="-style-"] {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }
    
    .ocm-toggle.ocm-toggle-style-14 {
        width: 48px !important;
        height: 48px !important;
    }
}


