:root {
  --primary-50: #eff6ff;
  --primary-50-rgb: 239, 246, 255;
  --primary-50-rgb: 239, 246, 255;
  --primary-100: #dbeafe;
  --primary-100-rgb: 219, 234, 254;
  --primary-100-rgb: 219, 234, 254;
  --primary-300: #93c5fd;
  --primary-300-rgb: 147, 197, 253;
  --primary-300-rgb: 147, 197, 253;
  --primary-500: #2563eb;
  --primary-500-rgb: 37, 99, 235;
  --primary-500-rgb: 37, 99, 235;
  --primary-700: #1d4ed8;
  --primary-700-rgb: 29, 78, 216;
  --primary-700-rgb: 29, 78, 216;
  --primary-200: #b7d8fe;
  --primary-200-rgb: 183, 216, 254;
  --primary-200-rgb: 183, 216, 254;
  --primary-400: #5c94f4;
  --primary-400-rgb: 92, 148, 244;
  --primary-400-rgb: 92, 148, 244;
  --primary-600: #2159e2;
  --primary-600-rgb: 33, 89, 226;
  --primary-600-rgb: 33, 89, 226;
  --primary-800: #173ead;
  --primary-800-rgb: 23, 62, 173;
  --primary-800-rgb: 23, 62, 173;
  --primary-900: #143593;
  --primary-900-rgb: 20, 53, 147;
  --primary-900-rgb: 20, 53, 147;
  --primary-950: #0e2567;
  --primary-950-rgb: 14, 37, 103;
  --primary-950-rgb: 14, 37, 103;
  --primary-rgb: 37, 99, 235;
  --neutral-50: #f8fafc;
  --neutral-50-rgb: 248, 250, 252;
  --neutral-50-rgb: 248, 250, 252;
  --neutral-100: #f1f5f9;
  --neutral-100-rgb: 241, 245, 249;
  --neutral-100-rgb: 241, 245, 249;
  --neutral-300: #cbd5e1;
  --neutral-300-rgb: 203, 213, 225;
  --neutral-300-rgb: 203, 213, 225;
  --neutral-500: #64748b;
  --neutral-500-rgb: 100, 116, 139;
  --neutral-500-rgb: 100, 116, 139;
  --neutral-700: #334155;
  --neutral-700-rgb: 51, 65, 85;
  --neutral-700-rgb: 51, 65, 85;
  --neutral-900: #232c3a;
  --neutral-900-rgb: 35, 44, 58;
  --neutral-900-rgb: 35, 44, 58;
  --neutral-200: #dee5ed;
  --neutral-200-rgb: 222, 229, 237;
  --neutral-200-rgb: 222, 229, 237;
  --neutral-400: #98a5b6;
  --neutral-400-rgb: 152, 165, 182;
  --neutral-400-rgb: 152, 165, 182;
  --neutral-600: #4c5b70;
  --neutral-600-rgb: 76, 91, 112;
  --neutral-600-rgb: 76, 91, 112;
  --neutral-800: #293444;
  --neutral-800-rgb: 41, 52, 68;
  --neutral-800-rgb: 41, 52, 68;
  --neutral-950: #191f29;
  --neutral-950-rgb: 25, 31, 41;
  --neutral-950-rgb: 25, 31, 41;
  --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-500);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #000000;
  --button-primary-text-rgb: 0, 0, 0;
  --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 0 rgba(0, 0, 0, 0.05);
  --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);
  --accent-50: #f4f7e8;
  --accent-50-rgb: 244, 247, 232;
  --accent-50-rgb: 244, 247, 232;
  --accent-100: #e6ede7;
  --accent-100-rgb: 230, 237, 231;
  --accent-100-rgb: 230, 237, 231;
  --accent-200: #cddee7;
  --accent-200-rgb: 205, 222, 231;
  --accent-200-rgb: 205, 222, 231;
  --accent-300: #b3cee6;
  --accent-300-rgb: 179, 206, 230;
  --accent-300-rgb: 179, 206, 230;
  --accent-400: #8da4de;
  --accent-400-rgb: 141, 164, 222;
  --accent-400-rgb: 141, 164, 222;
  --accent-500: #667ad6;
  --accent-500-rgb: 102, 122, 214;
  --accent-500-rgb: 102, 122, 214;
  --accent-600: #6472ce;
  --accent-600-rgb: 100, 114, 206;
  --accent-600-rgb: 100, 114, 206;
  --accent-700: #6169c5;
  --accent-700-rgb: 97, 105, 197;
  --accent-700-rgb: 97, 105, 197;
  --accent-800: #5d5b9d;
  --accent-800-rgb: 93, 91, 157;
  --accent-800-rgb: 93, 91, 157;
  --accent-900: #5b5386;
  --accent-900-rgb: 91, 83, 134;
  --accent-900-rgb: 91, 83, 134;
  --accent-950: #56465e;
  --accent-950-rgb: 86, 70, 94;
  --accent-950-rgb: 86, 70, 94;
  --accent-rgb: 102, 122, 214;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --overlay-light-rgb: 255, 255, 255;
  --overlay-dark-rgb: 0, 0, 0;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
  --text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
  --text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
  --text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
  --text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
  --text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --leading-extra_loose: 2.5;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --text-body: var(--text-primary);
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-11: 2.75rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-36: 9rem;
  --space-40: 10rem;
  --space-44: 11rem;
  --space-48: 12rem;
  --space-52: 13rem;
  --space-56: 14rem;
  --space-60: 15rem;
  --space-64: 16rem;
  --space-72: 18rem;
  --space-80: 20rem;
  --space-96: 24rem;
  --space-px: 1px;
  --space-0.5: 0.125rem;
  --space-1.5: 0.375rem;
  --space-2.5: 0.625rem;
  --space-3.5: 0.875rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  --space-6xl: 16rem;
  --section-py: clamp(3rem, 5vw, 5rem);
  --section-y-mobile: 3rem;
  --section-y-tablet: 4rem;
  --section-y-desktop: 5rem;
  --section-y-hero: clamp(4rem, 10vw, 8rem);
  --section-x: clamp(1rem, 3vw, 2rem);
  --section-gap: clamp(1.5rem, 3vw, 2.5rem);
  --card-padding: 1.5rem;
  --card-gap: 1rem;
  --button-padding-x: 1.5rem;
  --button-padding-y: 0.75rem;
  --form-gap: 1rem;
}



/* ===== EFFECTS & ELEVATION (Theme-Independent) ===== */
:root {
  /* Shadows */
  --shadow-none: none;
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  
  /* Border Radius */
  --radius-none: 0;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --transition-all: all 0.3s ease;
  
  /* Opacity */
  --opacity-disabled: 0.5;
  --opacity-loading: 0.7;
  --opacity-overlay: 0.8;
}

/* ===== SECTION BASE STYLES ===== */
section {
  padding-top: var(--section-y-mobile);
  padding-bottom: var(--section-y-mobile);
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}

@media (min-width: 768px) {
  section {
    padding-top: var(--section-y-tablet);
    padding-bottom: var(--section-y-tablet);
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--section-y-desktop);
    padding-bottom: var(--section-y-desktop);
  }
}

/* Hero section special spacing */
section[id="hero"] {
  padding-top: var(--section-y-hero);
  padding-bottom: var(--section-y-hero);
}

/* ===== RESPONSIVE BEHAVIOR ===== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {
  :root {
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  :root {
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-xl: none;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    break-inside: avoid;
  }
}

/* ===== BASE STYLES - ADDITIVE TO BOOTSTRAP ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  overflow-x: hidden;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
*:focus {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
}







/* ===== FONT FAMILY UTILITIES ===== */
.theme_font_primary {
  font-family: var(--font-primary);
}

.clean_font_secondary {
  font-family: var(--font-secondary);
}

.pro_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);
}

.prime_display_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-5xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.core_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);
}

.top_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);
}

.base_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);
}

.business_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);
}

.page_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);
}

.site_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 */
.creative_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);
}

.new_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 */
.premium_caption {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-wide);
  color: var(--text-muted);
}

.agency_overline {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Code Styles */
.minimal_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);
}

.design_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 */
.unique_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);
}

.smart_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 */
.brand_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);
}

.elite_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);
}

.app_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 */
.ui_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);
}

.bright_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 */
.light_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);
}

.light_nav_link:hover,
.light_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.web_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 */
.main_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) {
  .unique_hero_title {
    font-size: var(--text-4xl);
  }
  
  .brand_section_title {
    font-size: var(--text-3xl);
  }
  
  .company_display_1 {
    font-size: var(--text-5xl);
  }
  
  .prime_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .unique_hero_title {
    font-size: var(--text-3xl);
  }
  
  .brand_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 ===== */
.container_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.best_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.custom_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.style_text_balance {
  text-wrap: balance;
}

.content_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .light_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .premium_caption,
  .agency_overline,
  .main_footer_text {
    color: var(--text-secondary);
  }
  
  .smart_hero_subtitle,
  .elite_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .unique_hero_title,
  .brand_section_title,
  .digital_heading_1,
  .top_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .container_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.fresh_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bold_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.studio_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dark_stack {
  display: flex;
  flex-direction: column;
}

.ui53_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dark2_full_height {
  min-height: 100vh;
}

.new97_section_height {
  min-height: 80vh;
}

.top88_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.prime34_m_0 { margin: 0; }
.minimal32_m_1 { margin: var(--space-1); }
.ui56_m_2 { margin: var(--space-2); }
.modern99_m_3 { margin: var(--space-3); }
.app97_m_4 { margin: var(--space-4); }
.company24_m_6 { margin: var(--space-6); }
.design79_m_8 { margin: var(--space-8); }
.dark35_m_12 { margin: var(--space-12); }
.core88_m_16 { margin: var(--space-16); }

.company83_mx_auto { margin-left: auto; margin-right: auto; }
.smart11_my_auto { margin-top: auto; margin-bottom: auto; }

.studio25_mt_0 { margin-top: 0; }
.top17_mt_4 { margin-top: var(--space-4); }
.top3_mt_8 { margin-top: var(--space-8); }
.premium79_mt_12 { margin-top: var(--space-12); }

.layout99_mb_0 { margin-bottom: 0; }
.company97_mb_4 { margin-bottom: var(--space-4); }
.fresh60_mb_8 { margin-bottom: var(--space-8); }
.pro43_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.design39_p_0 { padding: 0; }
.premium14_p_1 { padding: var(--space-1); }
.digital75_p_2 { padding: var(--space-2); }
.prime45_p_3 { padding: var(--space-3); }
.page7_p_4 { padding: var(--space-4); }
.company62_p_6 { padding: var(--space-6); }
.prime2_p_8 { padding: var(--space-8); }

.company56_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.ui80_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.ui75_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.web90_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.creative26_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.app6_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.prime67_gap_1 { gap: var(--space-1); }
.bold11_gap_2 { gap: var(--space-2); }
.studio73_gap_3 { gap: var(--space-3); }
.prime26_gap_4 { gap: var(--space-4); }
.bold67_gap_6 { gap: var(--space-6); }
.prime62_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.smart95_shadow_none { box-shadow: var(--shadow-none); }
.dark86_shadow_xs { box-shadow: var(--shadow-xs); }
.elite35_shadow_sm { box-shadow: var(--shadow-sm); }
.style40_shadow_md { box-shadow: var(--shadow-md); }
.bold20_shadow_lg { box-shadow: var(--shadow-lg); }
.content80_shadow_xl { box-shadow: var(--shadow-xl); }
.web11_shadow_2xl { box-shadow: var(--shadow-2xl); }
.studio87_shadow_inner { box-shadow: var(--shadow-inner); }
.creative66_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.site59_radius_none { border-radius: var(--radius-none); }
.bold72_radius_xs { border-radius: var(--radius-xs); }
.design0_radius_sm { border-radius: var(--radius-sm); }
.app47_radius_md { border-radius: var(--radius-md); }
.creative84_radius_lg { border-radius: var(--radius-lg); }
.base4_radius_xl { border-radius: var(--radius-xl); }
.best35_radius_2xl { border-radius: var(--radius-2xl); }
.layout59_radius_3xl { border-radius: var(--radius-3xl); }
.creative49_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.page97_gradient_primary {
  background: var(--gradient-primary);
}

.design93_gradient_secondary {
  background: var(--gradient-secondary);
}

.elite37_gradient_hero {
  background: var(--gradient-hero);
}

.site36_gradient_card {
  background: var(--gradient-card);
}

.app72_gradient_overlay {
  position: relative;
}

.app72_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;
}

.app72_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.company72_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.company72_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.smart80_hover_scale {
  transition: transform var(--transition-normal);
}

.smart80_hover_scale:hover {
  transform: scale(1.02);
}

.fresh39_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.fresh39_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.light60_hover_fade {
  transition: opacity var(--transition-normal);
}

.light60_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.top28_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.top28_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.company5_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.modern16_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.studio63_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.light94_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.dark15_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.layout1_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.company54_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.pro28_timeline {
  position: relative;
}

.pro28_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.content62_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.content62_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.content62_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.studio3_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.brand40_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;
  }
}

.container58_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;
  }
}

.brand33_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 */
.main49_transition_all {
  transition: var(--transition-all);
}

.ui30_transition_fast {
  transition: all var(--transition-fast);
}

.studio75_transition_normal {
  transition: all var(--transition-normal);
}

.dark44_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.design26_bg_primary { background-color: var(--bg-primary); }
.style77_bg_secondary { background-color: var(--bg-secondary); }
.studio63_bg_muted { background-color: var(--bg-muted); }
.fresh7_bg_glass { background-color: var(--bg-glass); }

.top9_text_primary { color: var(--text-primary); }
.fresh45_text_secondary { color: var(--text-secondary); }
.app13_text_muted { color: var(--text-muted); }
.pro57_text_inverse { color: var(--text-inverse); }
.minimal16_text_link { color: var(--text-link); }

.pro99_border_light { border-color: var(--border-light); }
.top32_border_medium { border-color: var(--border-medium); }
.bold88_border_strong { border-color: var(--border-strong); }
.style19_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .studio63_services_grid,
  .dark15_features_grid,
  .light94_team_grid,
  .company54_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .layout1_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .pro28_timeline::before {
    left: 30px;
  }
  
  .content62_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .new97_section_height {
    min-height: 60vh;
  }
  
  .top88_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .layout1_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .content62_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.fresh26_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;
}

.digital73_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.theme46_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);
}

.theme46_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .web70_no_print {
    display: none !important;
  }
  
  .business49_print_only {
    display: block !important;
  }
  
  .dark86_shadow_xs,
  .elite35_shadow_sm,
  .style40_shadow_md,
  .bold20_shadow_lg,
  .content80_shadow_xl,
  .web11_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .studio3_fade_in,
  .brand40_slide_up,
  .container58_slide_in_left,
  .brand33_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .company72_hover_lift,
  .smart80_hover_scale,
  .fresh39_hover_shadow,
  .light60_hover_fade,
  .main49_transition_all,
  .ui30_transition_fast,
  .studio75_transition_normal,
  .dark44_transition_slow {
    transition: none;
  }
}

.header-special {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--surface-primary);
  border-top: 3px solid var(--primary-700);
  border-bottom: 2px solid var(--neutral-300);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.header-special .navbar {
  padding: 1.25rem 0;
  position: relative;
}

.header-special .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10002;
  font-family: 'Courier New', monospace;
}

.header-special .navbar-brand::before {
  content: '//';
  margin-right: 8px;
  color: var(--primary-700);
}

.header-special .navbar-brand:hover {
  color: var(--primary-700);
  letter-spacing: 3px;
}

.header-special .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  position: relative;
  border-left: 2px solid transparent;
}

.header-special .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: var(--primary-700);
  transition: height 0.3s ease;
}

.header-special .nav-link:hover {
  color: var(--primary-700);
  padding-left: 1.5rem;
}

.header-special .nav-link:hover::before {
  height: 100%;
}

/* Industrial Custom Hamburger Toggle */
.header-special .menu-toggle-input {
  display: none;
}

.header-special .hamburger-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 10px;
  z-index: 10003;
  position: relative;
  background: transparent;
  border: 2px solid #334155;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.header-special .hamburger-toggle:hover {
  border-color: var(--primary-700);
  background: color-mix(in srgb, var(--neutral-100) 50%, transparent);
}

.header-special .stripe {
  width: 24px;
  height: 3px;
  background: #334155;
  transition: all 0.4s ease;
  transform-origin: center;
}

/* Industrial Hamburger Animation - Mechanical */
.header-special .menu-toggle-input:checked ~ .hamburger-toggle {
  border-color: var(--primary-700);
}

.header-special .menu-toggle-input:checked ~ .hamburger-toggle .stripe:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  background: var(--primary-700);
}

.header-special .menu-toggle-input:checked ~ .hamburger-toggle .stripe:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-special .menu-toggle-input:checked ~ .hamburger-toggle .stripe:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background: var(--primary-700);
}

/* Industrial Decorative Elements */
.header-special .industrial-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.header-special .corner-accent {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-500);
  opacity: 0.4;
}

.header-special .corner-accent.top-left {
  top: 10px;
  left: 20px;
  border-right: none;
  border-bottom: none;
}

.header-special .corner-accent.top-right {
  top: 10px;
  right: 20px;
  border-left: none;
  border-bottom: none;
}

.header-special .grid-pattern {
  position: absolute;
  top: 0;
  right: 5%;
  width: 60px;
  height: 100%;
  background-image: 
    linear-gradient(var(--neutral-300) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-300) 1px, transparent 1px);
  background-size: 10px 10px;
  opacity: 0.3;
}

/* Mobile Styles */
@media (max-width: 991.98px) {
  .header-special .hamburger-toggle {
    display: flex;
  }

  .header-special .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: var(--surface-primary);
    padding: 5rem 0 2rem;
    transition: right 0.4s ease;
    z-index: 10;
    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.15);
    border-left: 3px solid var(--primary-700);
  }

  .header-special .menu-toggle-input:checked ~ .navbar-collapse {
    right: 0;
  }

  .header-special .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: color-mix(in srgb, var(--neutral-900) 70%, transparent);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: -1;
  }

  .header-special .menu-toggle-input:checked ~ .navbar-collapse .backdrop {
    opacity: 1;
    visibility: visible;
  }

  .header-special .navbar-nav {
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 1;
  }

  .header-special .nav-link {
    padding: 1rem 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0;
    border-left: 3px solid transparent;
    border-bottom: 1px solid var(--neutral-300);
  }

  .header-special .nav-link:hover {
    border-left-color: var(--primary-700);
    background: color-mix(in srgb, var(--neutral-100) 50%, transparent);
  }

  .header-special .nav-link::before {
    display: none;
  }
}

@media (min-width: 992px) {
  .header-special .navbar-nav {
    flex-direction: row;
    gap: 0.25rem;
  }

  .header-special .backdrop {
    display: none;
  }
}





/* ============================================
   Hero Section v-106 - Professional Blue Theme
   ============================================ */

.hero-secondary {
  position: relative;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
  );
  padding: 0;
  overflow: hidden;
}

/* ============================================
   Background Decorative Elements
   ============================================ */

.hero-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 30%, color-mix(in srgb, var(--primary-100) 30%, transparent 70%) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, color-mix(in srgb, var(--primary-50) 40%, transparent 60%) 0%, transparent 50%);
  z-index: 0;
}

.hero-blob-1,
.hero-blob-2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  z-index: 0;
}

.hero-blob-1 {
  top: -10%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  animation: float-blob 20s ease-in-out infinite;
}

.hero-blob-2 {
  bottom: -10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: color-mix(in srgb, var(--primary-300) 70%, var(--primary-500) 30%);
  animation: float-blob 25s ease-in-out infinite reverse;
}

@keyframes float-blob {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

/* ============================================
   Content Section
   ============================================ */

.hero-content {
  padding: 2rem 0;
}

/* Decorative Badge */
.hero-badge-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-badge {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 20px color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
  animation: pulse-badge 2s ease-in-out infinite;
}

.hero-badge-pulse {
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0;
  animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

/* Typography */
.hero-title {
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.hero-description {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 600px;
}

/* Icons Grid */
.hero-icons-grid {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-icon-item {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border: 2px solid var(--primary-100);
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.hero-icon-item i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.hero-icon-item:hover {
  transform: translateY(-4px);
  border-color: var(--primary-500);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  background: color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%);
}

.hero-icon-item:hover i {
  transform: scale(1.1);
  color: var(--primary-700);
}

/* ============================================
   Image Section
   ============================================ */

.hero-image-wrapper {
  position: relative;
  padding: 2rem;
}

.hero-image-container {
  position: relative;
  z-index: 2;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 0 0 1px color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
  background: var(--surface-primary);
}

.hero-main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

/* Decorative Shapes */
.hero-shape-circle {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  z-index: 1;
  opacity: 0.4;
}

.hero-shape-dots {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
  background-size: 20px 20px;
  z-index: 1;
  opacity: 0.5;
}

/* Floating Cards */
.hero-float-card {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--surface-primary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 2px solid var(--primary-100);
  z-index: 3;
  animation: float-card 3s ease-in-out infinite;
}

.hero-float-card i {
  font-size: 1.75rem;
  color: var(--primary-500);
}

.hero-float-1 {
  top: 10%;
  right: -20px;
  animation-delay: 0s;
}

.hero-float-2 {
  bottom: 25%;
  left: -30px;
  animation-delay: 1s;
}

.hero-float-3 {
  top: 50%;
  right: -25px;
  animation-delay: 2s;
}

@keyframes float-card {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* Accent Lines */
.hero-accent-line {
  position: absolute;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--primary-500) 50%,
    transparent 100%
  );
  z-index: 1;
  opacity: 0.3;
}

.hero-accent-1 {
  top: 30%;
  left: 0;
  right: 60%;
}

.hero-accent-2 {
  bottom: 40%;
  left: 50%;
  right: 0;
}

/* ============================================
   Wave Decoration
   ============================================ */

.hero-wave-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-50) 20%, transparent 80%) 100%
  );
  z-index: 1;
}

/* ============================================
   Responsive Design
   ============================================ */

@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.25rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .hero-blob-1,
  .hero-blob-2 {
    width: 300px;
    height: 300px;
  }
  
  .hero-shape-circle {
    width: 150px;
    height: 150px;
    top: -30px;
    right: -30px;
  }
  
  .hero-shape-dots {
    width: 100px;
    height: 100px;
    bottom: -20px;
    left: -20px;
  }
  
  .hero-float-card {
    width: 50px;
    height: 50px;
  }
  
  .hero-float-card i {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-icons-grid {
    gap: 0.75rem;
  }
  
  .hero-icon-item {
    width: 48px;
    height: 48px;
  }
  
  .hero-icon-item i {
    font-size: 1.25rem;
  }
  
  .hero-image-wrapper {
    padding: 1rem;
  }
  
  .hero-float-1,
  .hero-float-2,
  .hero-float-3 {
    display: none;
  }
  
  .hero-blob-1,
  .hero-blob-2 {
    width: 200px;
    height: 200px;
    filter: blur(60px);
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.75rem;
  }
  
  .hero-content {
    padding: 1rem 0;
  }
  
  .hero-icons-grid {
    justify-content: center;
  }
  
  .hero-shape-circle,
  .hero-shape-dots {
    display: none;
  }
}

/* ============================================
   Accessibility & High Contrast
   ============================================ */

@media (prefers-reduced-motion: reduce) {
  .hero-blob-1,
  .hero-blob-2,
  .hero-badge,
  .hero-badge-pulse,
  .hero-float-card {
    animation: none;
  }
  
  .hero-icon-item,
  .hero-icon-item i {
    transition: none;
  }
}

/* Focus States for Accessibility */
.hero-icon-item:focus-visible {
  outline: 3px solid var(--primary-500);
  outline-offset: 3px;
}

/* ============================================
   About Section v-121 - Professional Blue Theme
   ============================================ */

.about-section-secondary {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Background Decorations */
.about-section-secondary .bg-decoration {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.about-section-secondary .decoration-1 {
  width: 600px;
  height: 600px;
  background: var(--primary-500);
  top: -200px;
  right: -150px;
}

.about-section-secondary .decoration-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  bottom: -100px;
  left: -100px;
}

/* Content Section */
.about-section-secondary .about-content {
  position: relative;
  z-index: 2;
}

/* Decorative Badge */
.about-section-secondary .decorative-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 12px;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.about-section-secondary .decorative-badge i {
  font-size: 28px;
  color: var(--primary-500);
}

.about-section-secondary .decorative-badge:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Typography */
.about-section-secondary .about-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-section-secondary .about-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 24px;
  line-height: 1.4;
}

.about-section-secondary .about-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 40px;
}

/* Features Grid */
.about-section-secondary .features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.about-section-secondary .feature-item {
  display: flex;
  gap: 20px;
  padding: 24px;
  background: var(--surface-secondary);
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
  transition: all 0.3s ease;
}

.about-section-secondary .feature-item:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.about-section-secondary .feature-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 10px;
  color: var(--primary-500);
  font-size: 24px;
  transition: all 0.3s ease;
}

.about-section-secondary .feature-item:hover .feature-icon {
  background: var(--primary-500);
  color: var(--light);
  transform: scale(1.1);
}

.about-section-secondary .feature-content {
  flex: 1;
}

.about-section-secondary .feature-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.about-section-secondary .feature-desc {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Images Composition */
.about-section-secondary .images-composition {
  position: relative;
  height: 650px;
}

/* Decorative Shapes */
.about-section-secondary .decorative-shape {
  position: absolute;
  width: 400px;
  height: 400px;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent);
  border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: morphShape 8s ease-in-out infinite;
}

.about-section-secondary .decorative-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px dashed var(--primary-300);
  border-radius: 50%;
  bottom: 10%;
  right: 5%;
  z-index: 1;
  opacity: 0.3;
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
  }
  50% {
    border-radius: 60% 40% 40% 60% / 40% 60% 40% 60%;
  }
}

/* Main Image */
.about-section-secondary .main-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

.about-section-secondary .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-section-secondary .main-image-wrapper:hover .main-image {
  transform: scale(1.08);
}

.about-section-secondary .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 20%, transparent) 0%, 
    transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.about-section-secondary .main-image-wrapper:hover .image-overlay {
  opacity: 1;
}

/* Secondary Image */
.about-section-secondary .secondary-image-wrapper {
  position: absolute;
  bottom: 80px;
  right: 10%;
  width: 50%;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
  border: 4px solid var(--light);
  z-index: 4;
}

.about-section-secondary .secondary-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.3s ease;
}

.about-section-secondary .secondary-image-wrapper:hover .secondary-image {
  transform: scale(1.08);
  filter: brightness(1.1);
}

/* Tertiary Image */
.about-section-secondary .tertiary-image-wrapper {
  position: absolute;
  top: 60px;
  right: 0;
  width: 45%;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border: 4px solid var(--light);
  z-index: 2;
}

.about-section-secondary .tertiary-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-section-secondary .tertiary-image-wrapper:hover .tertiary-image {
  transform: scale(1.08);
}

/* Floating Badge */
.about-section-secondary .floating-badge {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  z-index: 5;
  animation: pulse 2s ease-in-out infinite;
}

.about-section-secondary .floating-badge i {
  font-size: 24px;
  color: var(--light);
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Floating Icons */
.about-section-secondary .floating-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  z-index: 5;
  animation: float 3s ease-in-out infinite;
}

.about-section-secondary .floating-icon i {
  font-size: 22px;
  color: var(--primary-500);
}

.about-section-secondary .icon-1 {
  top: 40%;
  left: -8%;
  animation-delay: 0s;
}

.about-section-secondary .icon-2 {
  bottom: 25%;
  left: 8%;
  animation-delay: 1.5s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Responsive Design */
@media (max-width: 1199px) {
  .about-section-secondary .about-title {
    font-size: 2.25rem;
  }
  
  .about-section-secondary .images-composition {
    height: 550px;
  }
  
  .about-section-secondary .main-image-wrapper {
    height: 380px;
  }
}

@media (max-width: 991px) {
  .about-section-secondary {
    padding: 80px 0;
  }
  
  .about-section-secondary .about-title {
    font-size: 2rem;
  }
  
  .about-section-secondary .about-subtitle {
    font-size: 1.25rem;
  }
  
  .about-section-secondary .images-composition {
    height: 500px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .about-section-secondary {
    padding: 60px 0;
  }
  
  .about-section-secondary .about-title {
    font-size: 1.75rem;
  }
  
  .about-section-secondary .about-subtitle {
    font-size: 1.125rem;
  }
  
  .about-section-secondary .about-description {
    font-size: 1rem;
  }
  
  .about-section-secondary .feature-item {
    flex-direction: column;
    text-align: center;
  }
  
  .about-section-secondary .feature-icon {
    margin: 0 auto;
  }
  
  .about-section-secondary .images-composition {
    height: 450px;
  }
  
  .about-section-secondary .main-image-wrapper {
    width: 70%;
    height: 300px;
  }
  
  .about-section-secondary .secondary-image-wrapper {
    width: 55%;
    height: 260px;
    bottom: 60px;
  }
  
  .about-section-secondary .tertiary-image-wrapper {
    width: 50%;
    height: 220px;
  }
  
  .about-section-secondary .floating-icon {
    display: none;
  }
}

@media (max-width: 575px) {
  .about-section-secondary .about-title {
    font-size: 1.5rem;
  }
  
  .about-section-secondary .images-composition {
    height: 400px;
  }
  
  .about-section-secondary .main-image-wrapper {
    width: 75%;
    height: 260px;
  }
  
  .about-section-secondary .secondary-image-wrapper {
    width: 60%;
    height: 220px;
    bottom: 40px;
  }
  
  .about-section-secondary .tertiary-image-wrapper {
    width: 55%;
    height: 180px;
    top: 40px;
  }
  
  .about-section-secondary .decorative-shape {
    width: 300px;
    height: 300px;
  }
}

.undefined-features {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.undefined-features .section-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.undefined-features .section-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-500);
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.undefined-features .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Creative Layout */
.undefined-features .features-creative-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* Feature Boxes */
.undefined-features .feature-box {
  position: relative;
  background: var(--surface-secondary);
  border-radius: 24px;
  padding: 48px 36px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  overflow: visible;
}

.undefined-features .feature-box:hover {
  transform: translateY(-12px) rotate(-1deg);
  border-color: var(--primary-300);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.undefined-features .box-1:hover {
  transform: translateY(-12px) rotate(1deg);
}

.undefined-features .box-3:hover {
  transform: translateY(-12px) rotate(1deg);
}

/* Feature Decoration */
.undefined-features .feature-decoration {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  pointer-events: none;
}

.undefined-features .deco-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  opacity: 0.2;
}

.undefined-features .deco-square {
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--primary-700);
  opacity: 0.15;
  top: 30px;
  left: 30px;
  border-radius: 8px;
  transform: rotate(15deg);
}

.undefined-features .deco-triangle {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 70px solid var(--primary-300);
  opacity: 0.2;
}

.undefined-features .deco-blob {
  width: 70px;
  height: 70px;
  background: var(--primary-500);
  opacity: 0.15;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.undefined-features .deco-hexagon {
  width: 60px;
  height: 52px;
  background: var(--primary-700);
  opacity: 0.2;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/* Feature Icon */
.undefined-features .feature-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: transform 0.4s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.undefined-features .feature-box:hover .feature-icon {
  transform: scale(1.15) rotate(-5deg);
}

.undefined-features .feature-icon i {
  font-size: 36px;
  color: var(--light);
}

/* Feature Content */
.undefined-features .feature-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.undefined-features .feature-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Background Shapes */
.undefined-features .bg-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.08;
}

.undefined-features .shape-circle-1 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: -100px;
  left: -100px;
}

.undefined-features .shape-circle-2 {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-700), transparent);
  bottom: -80px;
  right: -80px;
}

.undefined-features .shape-blob-1 {
  width: 250px;
  height: 250px;
  background: var(--primary-300);
  top: 30%;
  right: 10%;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: blob-float 8s ease-in-out infinite;
}

.undefined-features .shape-blob-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  bottom: 20%;
  left: 5%;
  border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  animation: blob-float 10s ease-in-out infinite reverse;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(20px, -20px) rotate(5deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(-5deg);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .undefined-features {
    padding: 80px 0;
  }

  .undefined-features .section-title {
    font-size: 2.5rem;
  }

  .undefined-features .section-subtitle {
    font-size: 1.375rem;
  }

  .undefined-features .features-creative-layout {
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .undefined-features {
    padding: 60px 0;
  }

  .undefined-features .section-title {
    font-size: 2rem;
  }

  .undefined-features .section-subtitle {
    font-size: 1.25rem;
  }

  .undefined-features .section-description {
    font-size: 1rem;
  }

  .undefined-features .features-creative-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .undefined-features .feature-box {
    padding: 36px 28px;
  }

  .undefined-features .feature-name {
    font-size: 1.375rem;
  }

  .undefined-features .feature-icon {
    width: 64px;
    height: 64px;
  }

  .undefined-features .feature-icon i {
    font-size: 32px;
  }
}





.services-section-featured {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%);
  overflow: hidden;
}

/* Header Elements */
.services-section-featured .organic-element {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph 8s ease-in-out infinite;
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  50% {
    border-radius: 70% 30% 50% 50% / 60% 40% 60% 40%;
    transform: rotate(180deg);
  }
}

.services-section-featured #services-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
}

.services-section-featured #services-subtitle {
  color: var(--text-secondary);
  font-weight: 600;
}

.services-section-featured #services-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Natural Service Cards */
.services-section-featured .service-card-natural {
  position: relative;
  background: var(--surface-primary);
  border: 2px solid var(--neutral-100);
  border-radius: 30px;
  padding: 2.5rem 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.services-section-featured .service-card-natural:hover {
  border-color: var(--primary-500);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
}

/* Organic Shapes */
.services-section-featured .organic-shape {
  position: absolute;
  opacity: 0.1;
  pointer-events: none;
  transition: all 0.5s ease;
}

.services-section-featured .shape-leaf {
  top: 10%;
  right: 5%;
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  border-radius: 0% 100% 50% 50% / 0% 100% 0% 100%;
  transform: rotate(45deg);
}

.services-section-featured .shape-flower {
  top: 5%;
  right: 10%;
  width: 70px;
  height: 70px;
  background: var(--primary-500);
  border-radius: 50% 0% 50% 0% / 50% 0% 50% 0%;
}

.services-section-featured .shape-wave {
  top: 8%;
  right: 8%;
  width: 90px;
  height: 60px;
  background: var(--primary-500);
  border-radius: 50% 50% 0% 0% / 100% 100% 0% 0%;
}

.services-section-featured .shape-sun {
  top: 5%;
  right: 5%;
  width: 75px;
  height: 75px;
  background: var(--primary-500);
  border-radius: 50%;
}

.services-section-featured .shape-water {
  top: 10%;
  right: 8%;
  width: 70px;
  height: 85px;
  background: var(--primary-500);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

.services-section-featured .shape-earth {
  top: 8%;
  right: 8%;
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  border-radius: 50%;
  position: relative;
}

.services-section-featured .service-card-natural:hover .organic-shape {
  opacity: 0.25;
  transform: scale(1.2) rotate(15deg);
}

/* Icon Styles */
.services-section-featured .service-icon-natural {
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  border-radius: 50% 40% 50% 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}

.services-section-featured .service-card-natural:hover .service-icon-natural {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 40% 50% 40% 50%;
  transform: scale(1.1);
}

.services-section-featured .service-icon-natural i {
  font-size: 2rem;
  color: var(--primary-700);
  transition: color 0.3s ease;
}

.services-section-featured .service-card-natural:hover .service-icon-natural i {
  color: var(--light);
}

/* Text Styles */
.services-section-featured .service-name-natural {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
}

.services-section-featured .service-text {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Features List */
.services-section-featured .features-natural {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.services-section-featured .feature-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.services-section-featured .feature-row i {
  color: var(--primary-500);
  font-size: 1rem;
  flex-shrink: 0;
}

/* Pricing */
.services-section-featured .pricing-natural {
  padding-top: 1.5rem;
  border-top: 1px solid var(--neutral-100);
  margin-top: auto;
}

.services-section-featured .price-natural {
  color: var(--primary-700);
  font-weight: 600;
  font-size: 1.15rem;
}

/* Nature Decorative Elements */
.services-section-featured .nature-blob {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.15;
  filter: blur(60px);
}

.services-section-featured .blob-1 {
  top: 10%;
  left: 5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
  animation: blob-float 10s ease-in-out infinite;
}

.services-section-featured .blob-2 {
  bottom: 15%;
  right: 10%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  border-radius: 60% 40% 40% 60% / 50% 50% 50% 50%;
  animation: blob-float 12s ease-in-out infinite reverse;
}

.services-section-featured .blob-3 {
  top: 50%;
  right: 5%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-100), transparent);
  border-radius: 50% 50% 60% 40% / 40% 60% 50% 50%;
  animation: blob-float 8s ease-in-out infinite;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-20px, -30px) rotate(10deg);
  }
}

.services-section-featured .floating-leaf {
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--primary-300);
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
  border-radius: 0% 100% 50% 50% / 0% 100% 0% 100%;
}

.services-section-featured .leaf-1 {
  top: 25%;
  left: 10%;
  animation: leaf-fall 15s ease-in-out infinite;
}

.services-section-featured .leaf-2 {
  top: 40%;
  right: 15%;
  animation: leaf-fall 18s ease-in-out infinite 3s;
}

@keyframes leaf-fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.2;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    transform: translateY(500px) rotate(360deg);
    opacity: 0;
  }
}

.services-section-featured .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .services-section-featured .service-card-natural {
    padding: 2rem 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .services-section-featured #services-title {
    font-size: 2rem;
  }
  
  .services-section-featured .organic-element {
    width: 80px;
    height: 80px;
  }
  
  .services-section-featured .service-card-natural {
    padding: 2rem 1.5rem;
  }
  
  .services-section-featured .service-icon-natural {
    width: 65px;
    height: 65px;
  }
  
  .services-section-featured .service-icon-natural i {
    font-size: 1.75rem;
  }
  
  .services-section-featured .service-name-natural {
    font-size: 1.25rem;
  }
}





.priceplan-section-modern {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Creative Background */
.priceplan-section-modern .creative-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-modern .shape-element {
  position: absolute;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.08;
}

.priceplan-section-modern .shape-1 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
  animation: float 20s ease-in-out infinite;
}

.priceplan-section-modern .shape-2 {
  width: 280px;
  height: 280px;
  background: var(--primary-300);
  top: 100px;
  right: -80px;
  animation: float 25s ease-in-out infinite reverse;
}

.priceplan-section-modern .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  bottom: 50px;
  left: 20%;
  animation: float 18s ease-in-out infinite;
}

.priceplan-section-modern .shape-4 {
  width: 250px;
  height: 250px;
  background: var(--primary-100);
  bottom: -50px;
  right: 15%;
  animation: float 22s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(20px, -20px) rotate(5deg); }
  50% { transform: translate(-15px, 15px) rotate(-5deg); }
  75% { transform: translate(15px, 10px) rotate(3deg); }
}

/* Section Header */
.priceplan-section-modern .section-header {
  position: relative;
  z-index: 1;
}

.priceplan-section-modern .badge-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 12px;
  color: var(--light);
  font-size: 1.5rem;
  transform: rotate(-5deg);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.priceplan-section-modern .section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}

.priceplan-section-modern .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
}

.priceplan-section-modern .section-desc {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Price Card */
.priceplan-section-modern .price-card {
  position: relative;
  background: var(--light);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
  overflow: hidden;
}

.priceplan-section-modern .card-tilt-left {
  transform: rotate(-2deg);
}

.priceplan-section-modern .card-tilt-right {
  transform: rotate(2deg);
}

.priceplan-section-modern .price-card:hover {
  transform: rotate(0deg) translateY(-15px) scale(1.03);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.priceplan-section-modern .card-featured {
  transform: scale(1.05) rotate(0deg);
  border: 3px solid var(--primary-500);
  background: linear-gradient(135deg, var(--light) 0%, color-mix(in srgb, var(--primary-50) 40%, var(--light) 60%) 100%);
}

.priceplan-section-modern .card-featured:hover {
  transform: scale(1.08) translateY(-15px);
}

/* Card Decoration */
.priceplan-section-modern .card-decoration {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  opacity: 0.1;
  pointer-events: none;
}

.priceplan-section-modern .deco-circle {
  width: 60px;
  height: 60px;
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.priceplan-section-modern .deco-line {
  width: 40px;
  height: 3px;
  background: var(--primary-500);
  position: absolute;
  bottom: 20px;
  left: 0;
  transform: rotate(-45deg);
}

/* Featured Ribbon */
.priceplan-section-modern .featured-ribbon {
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--light);
  padding: 8px 40px;
  transform: rotate(45deg);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* Icon Badge */
.priceplan-section-modern .icon-badge {
  width: 70px;
  height: 70px;
  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: 2rem;
  color: var(--light);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  transition: all 0.3s ease;
}

.priceplan-section-modern .price-card:hover .icon-badge {
  transform: scale(1.15) rotate(-10deg);
  box-shadow: 0 12px 30px color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}

.priceplan-section-modern .plan-name {
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 1.25rem;
}

/* Price Tag */
.priceplan-section-modern .price-tag {
  text-align: center;
  margin-bottom: 1.5rem;
}

.priceplan-section-modern .plan-price {
  font-size: 3.25rem;
  font-weight: 900;
  color: var(--primary-500);
  margin: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.priceplan-section-modern .plan-price::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
  border-radius: 2px;
}

.priceplan-section-modern .plan-price span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-left: 0.25rem;
}

.priceplan-section-modern .plan-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1.5rem;
  min-height: 95px;
}

.priceplan-section-modern .features-divider {
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--neutral-300), transparent);
  margin: 0 auto 1.5rem;
}

/* Features */
.priceplan-section-modern .plan-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.priceplan-section-modern .feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: var(--text-primary);
  padding: 0.5rem 0;
  transition: all 0.2s ease;
}

.priceplan-section-modern .feature-item:hover {
  padding-left: 0.5rem;
}

.priceplan-section-modern .feature-item i {
  font-size: 1.25rem;
  color: var(--primary-500);
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .priceplan-section-modern .section-title {
    font-size: 2rem;
  }

  .priceplan-section-modern .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-modern .plan-price {
    font-size: 2.75rem;
  }

  .priceplan-section-modern .card-featured {
    transform: scale(1) rotate(0deg);
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-modern .price-card,
  .priceplan-section-modern .card-tilt-left,
  .priceplan-section-modern .card-tilt-right,
  .priceplan-section-modern .card-featured {
    transform: rotate(0deg);
  }

  .priceplan-section-modern .price-card:hover {
    transform: translateY(-10px);
  }

  .priceplan-section-modern .plan-desc {
    min-height: auto;
  }

  .priceplan-section-modern .plan-price {
    font-size: 2.5rem;
  }
}





/* Team section */

/* Section Styles */
.team-section-featured {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Header Decorative Elements */
.decorative-line-top {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto;
  border-radius: 2px;
}

.decorative-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.decorative-dots .dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  display: inline-block;
  animation: pulse-dot 2s ease-in-out infinite;
}

.decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
  background: var(--primary-300);
}

.decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

/* Typography */
#team-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.5px;
}

#team-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  letter-spacing: 2px;
}

#team-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Team Card */
.team-card {
  background: var(--light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Image Wrapper */
.team-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card:hover .team-member-photo {
  transform: scale(1.08);
}

/* Decorative Border */
.decorative-border {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 3px solid var(--light);
  border-radius: 8px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.team-card:hover .decorative-border {
  opacity: 1;
}

/* Overlay */
.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.team-card:hover .team-overlay {
  opacity: 1;
}

/* Team Info */
.team-info {
  padding: 2rem 1.5rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-info h4 {
  color: var(--text-primary);
  font-weight: 600;
  transition: color 0.3s ease;
  margin-bottom: 0.5rem;
}

.team-card:hover .team-info h4 {
  color: var(--primary-500);
}

.team-info p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Decorative Underline */
.decorative-underline {
  width: 40px;
  height: 3px;
  background: var(--primary-500);
  margin: 0 auto;
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card:hover .decorative-underline {
  transform: scaleX(1);
}

/* Decorative Shapes */
.decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: -150px;
  left: -150px;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  bottom: -100px;
  right: 10%;
  animation: float-shape 8s ease-in-out infinite;
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  top: 50%;
  right: -75px;
  animation: float-shape 10s ease-in-out infinite reverse;
}

@keyframes float-shape {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  #team-title {
    font-size: 2.5rem;
  }
  
  .team-info {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 767.98px) {
  #team-title {
    font-size: 2rem;
  }
  
  #team-subtitle {
    font-size: 0.9rem;
    letter-spacing: 1.5px;
  }
  
  #team-desc {
    font-size: 1rem;
  }
  
  .team-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .decorative-border {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-width: 2px;
  }
}

@media (max-width: 575.98px) {
  .team-section-featured {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  #team-title {
    font-size: 1.75rem;
  }
  
  .team-info {
    padding: 1.25rem 1rem;
  }
  
  .team-info h4 {
    font-size: 1.15rem;
  }
  
  .team-info p {
    font-size: 0.9rem;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .team-card {
    border: 2px solid var(--neutral-300);
  }
  
  .decorative-border {
    border-width: 4px;
  }
  
  #team-title,
  .team-info h4 {
    font-weight: 700;
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .team-card,
  .team-member-photo,
  .decorative-border,
  .team-overlay,
  .decorative-underline {
    transition: none;
  }
  
  .team-card:hover {
    transform: none;
  }
  
  .team-card:hover .team-member-photo {
    transform: none;
  }
  
  .shape-2,
  .shape-3 {
    animation: none;
  }
  
  .decorative-dots .dot {
    animation: none;
  }
}

/* Print Styles */
@media print {
  .decorative-shapes,
  .decorative-dots,
  .decorative-line-top {
    display: none;
  }
  
  .team-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid var(--neutral-300);
  }
}

/* ================================
   Reviews Section v-138
   Theme: professional-blue-01
   ================================ */

.reviews-section-variant {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Decorative Background Blobs */
.reviews-section-variant .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.reviews-section-variant .blob-top-left {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
  filter: blur(80px);
}

.reviews-section-variant .blob-bottom-right {
  width: 500px;
  height: 500px;
  background: var(--primary-700);
  bottom: -150px;
  right: -150px;
  filter: blur(100px);
}

/* Section Header */
.reviews-section-variant .section-header {
  position: relative;
  z-index: 1;
}

.reviews-section-variant .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.reviews-section-variant .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.reviews-section-variant .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Reviews Grid */
.reviews-section-variant .reviews-grid {
  position: relative;
  z-index: 1;
}

/* Review Card */
.reviews-section-variant .review-card {
  position: relative;
  background: var(--light);
  border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-radius: 16px;
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.reviews-section-variant .review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-500);
}

/* Quote Icon */
.reviews-section-variant .quote-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.reviews-section-variant .review-card:hover .quote-icon {
  transform: scale(1.1) rotate(-5deg);
}

.reviews-section-variant .quote-icon i {
  font-size: 2rem;
  color: var(--light);
}

/* Review Content */
.reviews-section-variant .review-content {
  flex-grow: 1;
  margin-bottom: 2rem;
}

.reviews-section-variant .review-text {
  font-size: 1.0625rem;
  color: var(--text-primary);
  line-height: 1.8;
  margin: 0;
  font-style: italic;
}

/* Review Author */
.reviews-section-variant .review-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.reviews-section-variant .author-avatar {
  flex-shrink: 0;
}

.reviews-section-variant .avatar-placeholder {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 20%, var(--light)),
    color-mix(in srgb, var(--primary-700) 20%, var(--light))
  );
  border: 3px solid var(--primary-500);
}

.reviews-section-variant .author-info {
  flex-grow: 1;
}

.reviews-section-variant .author-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.5;
}

/* Card Decorations */
.reviews-section-variant .card-decoration {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
}

.reviews-section-variant .decoration-1 {
  background: var(--primary-500);
  top: -30px;
  right: -30px;
}

.reviews-section-variant .decoration-2 {
  background: var(--primary-700);
  bottom: -30px;
  left: -30px;
}

.reviews-section-variant .decoration-3 {
  background: var(--primary-500);
  top: 50%;
  right: -40px;
  width: 80px;
  height: 80px;
}

.reviews-section-variant .decoration-4 {
  background: var(--primary-700);
  bottom: 20%;
  left: -35px;
  width: 90px;
  height: 90px;
}

.reviews-section-variant .decoration-5 {
  background: var(--primary-500);
  top: -40px;
  right: 10%;
  width: 120px;
  height: 120px;
}

/* Featured Review Card */
.reviews-section-variant .review-card-featured {
  background: linear-gradient(135deg, 
    var(--light),
    color-mix(in srgb, var(--primary-50) 50%, var(--light))
  );
  border: 2px solid var(--primary-500);
}

.reviews-section-variant .featured-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-section-variant .featured-badge i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

/* Decorative Bottom Elements */
.reviews-section-variant .decorative-elements {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  pointer-events: none;
  z-index: 0;
}

.reviews-section-variant .element-circle {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-500);
  opacity: 0.04;
}

.reviews-section-variant .circle-1 {
  width: 150px;
  height: 150px;
  bottom: 50px;
  left: 10%;
}

.reviews-section-variant .circle-2 {
  width: 100px;
  height: 100px;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.reviews-section-variant .circle-3 {
  width: 120px;
  height: 120px;
  bottom: 40px;
  right: 15%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .reviews-section-variant {
    padding: 80px 0;
  }

  .reviews-section-variant .section-title {
    font-size: 2rem;
  }

  .reviews-section-variant .section-subtitle {
    font-size: 1.125rem;
  }

  .reviews-section-variant .section-description {
    font-size: 1rem;
  }

  .reviews-section-variant .review-card {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .reviews-section-variant {
    padding: 60px 0;
  }

  .reviews-section-variant .section-title {
    font-size: 1.75rem;
  }

  .reviews-section-variant .section-subtitle {
    font-size: 1rem;
  }

  .reviews-section-variant .review-card {
    padding: 1.75rem;
  }

  .reviews-section-variant .quote-icon {
    width: 50px;
    height: 50px;
  }

  .reviews-section-variant .quote-icon i {
    font-size: 1.5rem;
  }

  .reviews-section-variant .review-text {
    font-size: 1rem;
  }

  .reviews-section-variant .avatar-placeholder {
    width: 48px;
    height: 48px;
  }

  .reviews-section-variant .author-name {
    font-size: 0.9375rem;
  }

  .reviews-section-variant .blob-top-left,
  .reviews-section-variant .blob-bottom-right {
    display: none;
  }
}

@media (max-width: 575px) {
  .reviews-section-variant .section-title {
    font-size: 1.5rem;
  }

  .reviews-section-variant .review-card {
    padding: 1.5rem;
  }

  .reviews-section-variant .featured-badge {
    top: 1rem;
    right: 1rem;
    width: 35px;
    height: 35px;
  }

  .reviews-section-variant .featured-badge i {
    font-size: 2rem;
  }
}

.casestudy-section-modern {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Sticky Header */
.sticky-header {
  position: sticky;
  top: 100px;
}

.accent-bar {
  width: 80px;
  height: 6px;
  background: var(--primary-500);
  margin-bottom: 2rem;
}

.casestudy-section-modern #casestudy-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.casestudy-section-modern #casestudy-subtitle {
  color: var(--text-primary);
  font-weight: 700;
}

.casestudy-section-modern #casestudy-desc {
  color: var(--text-secondary);
}

/* Decorative Grid */
.decorative-grid {
  display: grid;
  grid-template-columns: repeat(2, 30px);
  gap: 8px;
  margin-top: 2rem;
}

.grid-item {
  width: 30px;
  height: 30px;
  border: 2px solid var(--primary-300);
  transition: all 0.3s ease;
}

.grid-item:hover {
  background: var(--primary-500);
  border-color: var(--primary-500);
}

/* Case Studies Stack */
.casestudies-stack {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* Case Study Block */
.casestudy-block {
  position: relative;
  background: var(--surface-secondary);
  border-left: 4px solid var(--primary-500);
  padding: 2.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.casestudy-block:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-left-width: 8px;
}

/* Block Number */
.block-number {
  position: absolute;
  top: -20px;
  left: 2rem;
  font-size: 4rem;
  font-weight: 900;
  color: var(--primary-500);
  opacity: 0.15;
  line-height: 1;
  pointer-events: none;
}

/* Block Content */
.block-content {
  position: relative;
  z-index: 1;
}

/* Icon Cluster */
.icon-cluster {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.icon-cluster i {
  font-size: 2rem;
  color: var(--primary-500);
}

.block-title {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
}

.block-description {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0;
}

/* Block Footer */
.block-footer {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
}

.footer-line {
  width: 60px;
  height: 3px;
  background: var(--primary-500);
}

/* Industrial Background Elements */
.industrial-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.bg-lines {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    var(--neutral-300) 0px,
    var(--neutral-300) 20px,
    transparent 20px,
    transparent 40px
  );
  opacity: 0.2;
}

.bg-corner {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 3px solid var(--primary-300);
  opacity: 0.2;
}

.bg-corner.top-right {
  top: 10%;
  right: 5%;
  border-left: none;
  border-bottom: none;
}

.bg-corner.bottom-left {
  bottom: 10%;
  left: 5%;
  border-right: none;
  border-top: none;
}

.container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .sticky-header {
    position: relative;
    top: 0;
  }
  
  .casestudy-block {
    padding: 2rem;
  }
  
  .block-number {
    font-size: 3rem;
    top: -15px;
  }
}

@media (max-width: 767px) {
  .casestudy-section-modern #casestudy-title {
    font-size: 2rem;
  }
  
  .casestudy-block {
    padding: 1.5rem;
  }
  
  .block-number {
    font-size: 2.5rem;
    top: -10px;
    left: 1rem;
  }
  
  .block-title {
    font-size: 1.3rem;
  }
  
  .block-description {
    font-size: 1rem;
  }
  
  .icon-cluster i {
    font-size: 1.5rem;
  }
  
  .bg-corner {
    width: 80px;
    height: 80px;
  }
}





/* Process section */
.process_section_style {
  position: relative;
  background: var(--surface-primary);
  padding: 100px 0;
  overflow: hidden;
}

/* Geometric Art Background */
.geometric_art_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.geo_shape {
  position: absolute;
  opacity: 0.06;
  animation: geo_float 20s ease-in-out infinite;
}

.triangle_1 {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 140px solid var(--primary-500);
  top: 10%;
  left: 8%;
  animation-delay: 0s;
}

.circle_1 {
  width: 120px;
  height: 120px;
  background: var(--primary-300);
  border-radius: 50%;
  top: 30%;
  right: 12%;
  animation-delay: 5s;
}

.square_1 {
  width: 100px;
  height: 100px;
  background: var(--primary-700);
  transform: rotate(45deg);
  bottom: 25%;
  left: 15%;
  animation-delay: 10s;
}

.triangle_2 {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 100px solid var(--primary-300);
  bottom: 15%;
  right: 18%;
  animation-delay: 15s;
}

.circle_2 {
  width: 90px;
  height: 90px;
  background: var(--primary-500);
  border-radius: 50%;
  top: 60%;
  left: 50%;
  animation-delay: 8s;
}

@keyframes geo_float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

/* Header Styling */
.creative_header_art {
  position: relative;
  text-align: center;
  z-index: 1;
}

.header_art_badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  margin-bottom: 2rem;
  box-shadow: 0 25px 60px rgba(124, 58, 237, 0.3);
}

.badge_inner_ring {
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  opacity: 0.5;
  animation: ring_pulse_inner 2s ease-in-out infinite;
}

.badge_outer_ring {
  position: absolute;
  inset: -15px;
  border-radius: 50%;
  border: 2px solid var(--primary-300);
  opacity: 0.3;
  animation: ring_pulse_outer 3s ease-in-out infinite;
}

@keyframes ring_pulse_inner {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

@keyframes ring_pulse_outer {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.6;
  }
}

.header_art_badge i {
  font-size: 3rem;
  color: white;
  position: relative;
  z-index: 1;
  animation: icon_spin 20s linear infinite;
}

@keyframes icon_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.creative_art_title {
  font-size: 2.75rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500), var(--primary-300));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.creative_art_subtitle {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.creative_art_description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
}

/* Stage Cards */
.creative_stages_mosaic {
  position: relative;
  z-index: 1;
}

.stage_art_card {
  position: relative;
  height: 100%;
  padding: 2.5rem 2rem;
  background: white;
  border-radius: 20px;
  border: 2px solid var(--border-light);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.stage_art_card:hover {
  transform: translateY(-15px) rotate(-2deg);
  border-color: var(--primary-300);
  box-shadow: 0 30px 70px rgba(124, 58, 237, 0.25);
}

/* Geometric Overlays */
.card_geometric_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.geo_accent {
  position: absolute;
  opacity: 0.05;
  transition: all 0.4s ease;
}

.geo_triangle {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 70px solid var(--primary-500);
  top: -20px;
  right: -20px;
  transform: rotate(15deg);
}

.geo_circle {
  width: 80px;
  height: 80px;
  background: var(--primary-300);
  border-radius: 50%;
  bottom: -30px;
  left: -30px;
}

.geo_square {
  width: 60px;
  height: 60px;
  background: var(--primary-700);
  top: -20px;
  left: -20px;
  transform: rotate(45deg);
}

.geo_hexagon {
  width: 60px;
  height: 35px;
  background: var(--primary-500);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  bottom: -10px;
  right: -10px;
}

.stage_art_card:hover .geo_accent {
  opacity: 0.15;
  transform: scale(1.5) rotate(45deg);
}

/* Stage Number */
.stage_art_number {
  position: absolute;
  top: 1.75rem;
  right: 1.75rem;
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--primary-100);
  line-height: 1;
  transition: all 0.3s ease;
  z-index: 1;
}

.stage_art_card:hover .stage_art_number {
  color: var(--primary-300);
  transform: scale(1.2);
}

/* Stage Icon */
.stage_art_icon_box {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-accent);
  border-radius: 50%;
  margin-bottom: 1.5rem;
  transition: all 0.5s ease;
  z-index: 2;
}

.icon_box_glow {
  position: absolute;
  inset: -15px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.stage_art_icon_box i {
  font-size: 2.25rem;
  color: var(--primary-500);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.stage_art_card:hover .stage_art_icon_box {
  background: var(--primary-500);
  transform: scale(1.15) rotate(360deg);
}

.stage_art_card:hover .icon_box_glow {
  opacity: 0.7;
  animation: glow_pulse 2s ease-in-out infinite;
}

@keyframes glow_pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.stage_art_card:hover .stage_art_icon_box i {
  color: white;
}

/* Stage Content */
.stage_art_title {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}

.stage_art_description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* Finale Card */
.stage_finale_art {
  background: linear-gradient(135deg, 
    var(--primary-100) 0%, 
    var(--surface-accent) 50%,
    var(--primary-50) 100%);
  border: 3px solid var(--primary-300);
  padding: 3rem 2.5rem;
}

.finale_art_gradient_mesh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 50%, 
    rgba(124, 58, 237, 0.1) 0%, 
    transparent 50%);
  z-index: 0;
  animation: mesh_move 8s ease-in-out infinite;
}

@keyframes mesh_move {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.geo_star {
  width: 100px;
  height: 100px;
  background: var(--primary-300);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  top: -30px;
  right: 10%;
}

.stage_finale_art:hover .geo_star {
  animation: star_rotate 3s linear infinite;
}

@keyframes star_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.finale_art_content_wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}

.finale_art_left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.number_finale {
  position: static;
  font-size: 4rem;
  color: var(--primary-500);
  text-shadow: 2px 2px 4px rgba(124, 58, 237, 0.2);
}

.icon_finale {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}

.icon_finale i {
  font-size: 3rem;
  color: white;
}

.glow_finale {
  opacity: 0.8;
}

.finale_art_right {
  flex: 1;
}

.title_finale {
  font-size: 2rem;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.desc_finale {
  font-size: 1.1rem;
  color: var(--text-primary);
}

/* Sparkle Effects */
.finale_sparkle_effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.sparkle {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  animation: sparkle_twinkle 3s ease-in-out infinite;
}

.spark_1 { top: 15%; left: 20%; animation-delay: 0s; }
.spark_2 { top: 25%; right: 15%; animation-delay: 1s; }
.spark_3 { bottom: 30%; left: 10%; animation-delay: 2s; }
.spark_4 { bottom: 20%; right: 25%; animation-delay: 1.5s; }

@keyframes sparkle_twinkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.5) rotate(180deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .creative_art_title {
    font-size: 2.25rem;
  }

  .finale_art_content_wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }

  .finale_art_left {
    flex-direction: row;
    align-items: center;
  }

  .number_finale {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .process_section_style {
    padding: 60px 0;
  }

  .creative_art_title {
    font-size: 2rem;
  }

  .creative_art_subtitle {
    font-size: 1.2rem;
  }

  .header_art_badge {
    width: 85px;
    height: 85px;
  }

  .header_art_badge i {
    font-size: 2.5rem;
  }

  .stage_art_card {
    padding: 2rem 1.5rem;
  }

  .stage_art_title {
    font-size: 1.3rem;
  }

  .stage_art_description {
    font-size: 0.95rem;
  }

  .stage_art_icon_box {
    width: 70px;
    height: 70px;
  }

  .stage_art_icon_box i {
    font-size: 2rem;
  }

  .stage_art_number {
    font-size: 2rem;
  }

  .icon_finale {
    width: 85px;
    height: 85px;
  }

  .icon_finale i {
    font-size: 2.5rem;
  }

  .title_finale {
    font-size: 1.65rem;
  }

  .desc_finale {
    font-size: 1rem;
  }

  .number_finale {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .creative_art_title {
    font-size: 1.75rem;
  }

  .creative_art_description {
    font-size: 1rem;
  }

  .stage_art_card {
    padding: 1.75rem 1.25rem;
  }

  .finale_art_left {
    flex-direction: column;
    align-items: flex-start;
  }
}



.timeline-section-custom {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.timeline-section-custom .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.timeline-section-custom .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.timeline-section-custom .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Minimal Timeline Container */
.minimal-timeline-container {
  position: relative;
  max-width: 900px;
  margin: 60px auto 0;
  padding: 40px 0;
}

/* Vertical Timeline Line */
.timeline-vertical-line {
  position: absolute;
  left: 40px;
  top: 40px;
  bottom: 40px;
  width: 2px;
  background: linear-gradient(to bottom,
    var(--primary-300),
    var(--primary-500),
    var(--primary-700)
  );
}

/* Timeline Item */
.minimal-timeline-item {
  position: relative;
  padding-left: 120px;
  margin-bottom: 60px;
}

.minimal-timeline-item:last-child {
  margin-bottom: 0;
}

/* Timeline Marker */
.timeline-marker {
  position: absolute;
  left: 0;
  top: 0;
}

.marker-outer {
  position: relative;
  width: 80px;
  height: 80px;
  background: var(--surface-secondary);
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  z-index: 3;
}

.minimal-timeline-item:hover .marker-outer {
  transform: scale(1.15);
  border-color: var(--primary-700);
}

.marker-outer-final {
  border-width: 4px;
  border-color: var(--primary-700);
}

.marker-inner {
  width: 50px;
  height: 50px;
  background: color-mix(in srgb, var(--primary-500) 90%, var(--primary-700) 10%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.minimal-timeline-item:hover .marker-inner {
  background: var(--primary-700);
}

.marker-inner-final {
  background: var(--primary-700);
}

.marker-inner i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Marker Pulse Effect */
.marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  animation: pulse-animation 2s ease-out infinite;
  z-index: 1;
}

.marker-pulse-final {
  border-color: var(--primary-700);
}

@keyframes pulse-animation {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

/* Timeline Content Wrapper */
.timeline-content-wrapper {
  position: relative;
}

/* Timeline Card Minimal */
.timeline-card-minimal {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 30px;
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.minimal-timeline-item:hover .timeline-card-minimal {
  transform: translateX(10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-left-color: var(--primary-700);
}

/* Card Badge */
.card-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary-700);
  background: color-mix(in srgb, var(--primary-300) 25%, transparent);
  padding: 5px 12px;
  border-radius: 12px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

/* Card Title */
.card-title-minimal {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 15px;
  line-height: 1.3;
}

/* Card Description */
.card-description-minimal {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
}

/* Organic Background Shapes */
.organic-shape {
  position: absolute;
  border-radius: 40% 60% 50% 50% / 60% 40% 50% 50%;
  opacity: 0.03;
  pointer-events: none;
}

.shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 10%;
  right: 5%;
}

.shape-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-700);
  bottom: 15%;
  left: 3%;
}

.shape-3 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}

/* Tablet Styles */
@media (max-width: 991px) {
  .timeline-section-custom .section-title {
    font-size: 2.25rem;
  }

  .minimal-timeline-container {
    padding: 30px 0;
  }

  .minimal-timeline-item {
    padding-left: 100px;
    margin-bottom: 50px;
  }

  .marker-outer {
    width: 70px;
    height: 70px;
  }

  .marker-inner {
    width: 45px;
    height: 45px;
  }

  .marker-inner i {
    font-size: 1.375rem;
  }

  .card-title-minimal {
    font-size: 1.375rem;
  }
}

/* Mobile Styles */
@media (max-width: 767px) {
  .timeline-section-custom {
    padding: 60px 0;
  }

  .timeline-section-custom .section-title {
    font-size: 1.875rem;
  }

  .timeline-section-custom .section-subtitle {
    font-size: 1.25rem;
  }

  .timeline-section-custom .section-description {
    font-size: 1rem;
  }

  .minimal-timeline-container {
    margin-top: 40px;
  }

  .timeline-vertical-line {
    left: 30px;
  }

  .minimal-timeline-item {
    padding-left: 85px;
    margin-bottom: 40px;
  }

  .marker-outer {
    width: 60px;
    height: 60px;
  }

  .marker-inner {
    width: 40px;
    height: 40px;
  }

  .marker-inner i {
    font-size: 1.25rem;
  }

  .marker-pulse {
    width: 60px;
    height: 60px;
  }

  .timeline-card-minimal {
    padding: 25px 20px;
  }

  .card-title-minimal {
    font-size: 1.25rem;
  }

  .card-description-minimal {
    font-size: 0.9375rem;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .timeline-section-custom .section-title {
    font-size: 1.625rem;
  }

  .timeline-vertical-line {
    left: 25px;
  }

  .minimal-timeline-item {
    padding-left: 75px;
  }

  .marker-outer {
    width: 50px;
    height: 50px;
  }

  .marker-inner {
    width: 35px;
    height: 35px;
  }

  .marker-inner i {
    font-size: 1.125rem;
  }

  .marker-pulse {
    width: 50px;
    height: 50px;
  }

  .timeline-card-minimal {
    padding: 20px 15px;
  }

  .card-title-minimal {
    font-size: 1.125rem;
  }
}





.career-section {
  padding: 80px 0;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Leaves */
.decorative-leaf {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--primary-50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}

.decorative-leaf i {
  font-size: 1.75rem;
  color: var(--primary-500);
}

.leaf-left {
  top: -20px;
  left: -10px;
  transform: rotate(-15deg);
}

.leaf-right {
  top: -10px;
  right: -20px;
  transform: rotate(15deg);
}

/* Section Header */
.section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
  position: relative;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
  position: relative;
}

/* Horizontal Scroll Container */
.scroll-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 20px 0 40px 0;
  margin: 0 -15px;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-300) var(--neutral-100);
}

.scroll-container::-webkit-scrollbar {
  height: 8px;
}

.scroll-container::-webkit-scrollbar-track {
  background: var(--neutral-100);
  border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: var(--primary-300);
  border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
  background: var(--primary-500);
}

.scroll-wrapper {
  display: flex;
  gap: 30px;
  padding: 0 15px;
  width: max-content;
}

/* Career Cards */
.career-card {
  width: 380px;
  background: var(--light);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid var(--neutral-100);
  flex-shrink: 0;
}

.career-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

.card-header-visual {
  height: 160px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255,255,255,0.05) 10px, rgba(255,255,255,0.05) 20px);
}

.pattern-alt {
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.1) 0%, transparent 50%);
}

.visual-icon {
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.visual-icon i {
  font-size: 2.5rem;
  color: var(--light);
}

.career-card:hover .visual-icon {
  transform: scale(1.15) rotate(10deg);
}

.card-content {
  padding: 2rem;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-role-wrapper {
  margin-bottom: 1.25rem;
}

.role-label {
  display: inline-block;
  padding: 0.5rem 1.125rem;
  background: var(--primary-50);
  color: var(--primary-700);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
}

.card-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 60px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce-horizontal 2s ease-in-out infinite;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.scroll-indicator i {
  font-size: 1.5rem;
  color: var(--light);
}

@keyframes bounce-horizontal {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(10px); }
}

/* Responsive */
@media (max-width: 991px) {
  .section-title {
    font-size: 2.25rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .career-card {
    width: 340px;
  }

  .scroll-indicator {
    bottom: 40px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .career-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.875rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .career-card {
    width: 300px;
  }

  .card-content {
    padding: 1.5rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .card-header-visual {
    height: 140px;
  }

  .decorative-leaf {
    width: 40px;
    height: 40px;
  }

  .decorative-leaf i {
    font-size: 1.25rem;
  }
}





.coreinfo-section-primary {
  padding: 85px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.coreinfo-section-primary .section-header {
  max-width: 750px;
  margin: 0 auto 70px;
  position: relative;
}

.coreinfo-section-primary .header-accent {
  width: 60px;
  height: 4px;
  background: var(--primary-500);
  margin: 0 auto 24px;
  border-radius: 2px;
}

.coreinfo-section-primary .section-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.coreinfo-section-primary .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-700);
  line-height: 1.4;
}

.coreinfo-section-primary .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 680px;
}

/* Info Grid */
.coreinfo-section-primary .info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Info Card - Minimalist Style */
.coreinfo-section-primary .info-card {
  background: var(--light);
  padding: 36px 28px;
  border-radius: 8px;
  border-left: 3px solid var(--primary-300);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.coreinfo-section-primary .info-card:hover {
  border-left-color: var(--primary-500);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

/* Card Icon - Minimalist */
.coreinfo-section-primary .card-icon-minimal {
  width: 50px;
  height: 50px;
  background: var(--surface-secondary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.coreinfo-section-primary .info-card:hover .card-icon-minimal {
  background: var(--primary-500);
}

.coreinfo-section-primary .card-icon-minimal i {
  font-size: 1.6rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.coreinfo-section-primary .info-card:hover .card-icon-minimal i {
  color: var(--light);
}

/* Card Content */
.coreinfo-section-primary .card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.coreinfo-section-primary .card-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}

.coreinfo-section-primary .card-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Minimalist Background */
.coreinfo-section-primary .minimal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.coreinfo-section-primary .bg-line {
  position: absolute;
  background: var(--neutral-100);
  opacity: 0.5;
}

.coreinfo-section-primary .line-1 {
  top: 20%;
  right: 0;
  width: 200px;
  height: 2px;
}

.coreinfo-section-primary .line-2 {
  bottom: 30%;
  left: 0;
  width: 150px;
  height: 2px;
}

.coreinfo-section-primary .bg-dot {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, var(--primary-100), transparent);
  opacity: 0.3;
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .coreinfo-section-primary {
    padding: 70px 0;
  }

  .coreinfo-section-primary .section-title {
    font-size: 2.2rem;
  }

  .coreinfo-section-primary .section-subtitle {
    font-size: 1.35rem;
  }

  .coreinfo-section-primary .info-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .coreinfo-section-primary {
    padding: 60px 0;
  }

  .coreinfo-section-primary .section-title {
    font-size: 1.85rem;
  }

  .coreinfo-section-primary .section-subtitle {
    font-size: 1.2rem;
  }

  .coreinfo-section-primary .section-description {
    font-size: 1rem;
  }

  .coreinfo-section-primary .info-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .coreinfo-section-primary .info-card {
    padding: 28px 24px;
  }

  .coreinfo-section-primary .card-icon-minimal {
    width: 46px;
    height: 46px;
  }

  .coreinfo-section-primary .card-icon-minimal i {
    font-size: 1.5rem;
  }

  .coreinfo-section-primary .card-title {
    font-size: 1.25rem;
  }

  .coreinfo-section-primary .card-text {
    font-size: 0.95rem;
  }

  .coreinfo-section-primary .bg-line {
    display: none;
  }
}

@media (min-width: 1400px) {
  .coreinfo-section-primary .info-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}





.contact-section-pro {
  background: var(--neutral-100);
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Left Side - Dark Info Section */
.contact-section-pro .contact-info-side {
  background: linear-gradient(135deg, var(--neutral-900), var(--neutral-700)) !important;
  position: relative;
  overflow: hidden;
}

/* Industrial Label */
.contact-section-pro .industrial-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--primary-500);
}

.contact-section-pro .label-line {
  width: 40px;
  height: 2px;
  background: var(--primary-500);
}

/* Typography - Info Side */
.contact-section-pro #contact-title {
  color: #ffffff;
  line-height: 1.1;
}

.contact-section-pro #contact-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

.contact-section-pro #contact-desc {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

/* Contact Details */
.contact-section-pro .detail-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding-left: 1rem;
  border-left: 3px solid var(--primary-500);
}

.contact-section-pro .detail-icon {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-section-pro .detail-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

.contact-section-pro .detail-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.contact-section-pro .detail-value {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
}

/* Decorative Grid */
.contact-section-pro .decorative-grid {
  position: relative;
  height: 100px;
}

.contact-section-pro .grid-pattern {
  width: 150px;
  height: 150px;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Right Side - Form Section */
.contact-section-pro .contact-form-side {
  position: relative;
}

.contact-section-pro .form-content {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Industrial Form Styles */
.contact-section-pro .form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.contact-section-pro .form-label {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}

.contact-section-pro .form-control {
  border: none;
  border-bottom: 2px solid var(--neutral-300);
  border-radius: 0;
  padding: 0.75rem 0;
  background: transparent;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-section-pro .form-control:focus {
  outline: none;
  border-bottom-color: var(--primary-500);
  box-shadow: none;
  background: transparent;
}

.contact-section-pro .input-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transition: width 0.4s ease;
}

.contact-section-pro .form-group:focus-within .input-underline {
  width: 100%;
}

.contact-section-pro textarea.form-control {
  resize: vertical;
  min-height: 150px;
}

.contact-section-pro .form-check-input {
  border: 2px solid var(--neutral-300);
  border-radius: 3px;
}

.contact-section-pro .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-pro .form-check-label {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Submit Button with Protected Styles */
.contact-section-pro #site_submit_btn {
  background: linear-gradient(135deg, #1e293b, #334155) !important;
  color: #ffffff !important;
  border: 2px solid var(--primary-500) !important;
  border-radius: 0;
  padding: 1rem 3rem;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-section-pro #site_submit_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--primary-500);
  transition: left 0.4s ease;
  z-index: 0;
}

.contact-section-pro #site_submit_btn:hover::before {
  left: 0;
}

.contact-section-pro #site_submit_btn span,
.contact-section-pro #site_submit_btn i {
  position: relative;
  z-index: 1;
}

.contact-section-pro #site_submit_btn:hover {
  transform: translateX(5px);
  box-shadow: -5px 5px 0 var(--primary-500);
}

.contact-section-pro #site_submit_btn:active {
  transform: translateX(3px);
  box-shadow: -3px 3px 0 var(--primary-500);
}

/* Form Decorations */
.contact-section-pro .form-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.contact-section-pro .corner-decoration {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
}

.contact-section-pro .corner-decoration i {
  font-size: 3rem;
  color: var(--primary-500);
}

.contact-section-pro .top-right {
  top: 20px;
  right: 20px;
}

.contact-section-pro .bottom-left {
  bottom: 20px;
  left: 20px;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-section-pro {
    min-height: auto;
  }
  
  .contact-section-pro .contact-info-side {
    padding: 3rem 2rem !important;
  }
  
  .contact-section-pro .contact-form-side {
    padding: 3rem 2rem !important;
  }
  
  .contact-section-pro #contact-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .contact-section-pro #contact-title {
    font-size: 2rem;
  }
  
  .contact-section-pro .industrial-label {
    font-size: 0.65rem;
    letter-spacing: 2px;
  }
  
  .contact-section-pro .detail-item {
    gap: 1rem;
  }
  
  .contact-section-pro #site_submit_btn {
    padding: 0.875rem 2rem;
    font-size: 0.875rem;
    letter-spacing: 1.5px;
  }
  
  .contact-section-pro .corner-decoration {
    display: none;
  }
}





/* ============================================
   Blog Section v-114 - Professional Blue Theme
   ============================================ */

.blog-section-minimal {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.blog-section-minimal .section-header {
  position: relative;
  z-index: 2;
}

.blog-section-minimal .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.blog-section-minimal .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.blog-section-minimal .section-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Decorative Dots */
.blog-section-minimal .decorative-dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 2rem;
}

.blog-section-minimal .decorative-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  animation: pulse-dot 2s ease-in-out infinite;
}

.blog-section-minimal .decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.blog-section-minimal .decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

/* Blog Cards */
.blog-section-minimal .blog-card {
  position: relative;
  background: var(--surface-secondary);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-section-minimal .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* Image Wrapper */
.blog-section-minimal .blog-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: color-mix(in srgb, var(--primary-500) 10%, var(--neutral-100));
}

.blog-section-minimal .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-section-minimal .blog-card:hover .blog-image {
  transform: scale(1.1);
}

/* Image Overlay */
.blog-section-minimal .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-section-minimal .blog-card:hover .image-overlay {
  opacity: 1;
}

/* Category Badge */
.blog-section-minimal .category-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  background: var(--surface-primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.blog-section-minimal .category-badge i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Card Content */
.blog-section-minimal .blog-card-content {
  padding: 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Blog Meta */
.blog-section-minimal .blog-meta {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
}

.blog-section-minimal .meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.blog-section-minimal .meta-item i {
  font-size: 1rem;
  color: var(--primary-500);
}

/* Card Title */
.blog-section-minimal .blog-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.4;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.blog-section-minimal .blog-card:hover .blog-card-title {
  color: var(--primary-500);
}

/* Card Excerpt */
.blog-section-minimal .blog-card-excerpt {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex: 1;
}

/* Read More Link */
.blog-section-minimal .blog-read-more {
  display: inline-flex;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary-500);
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.blog-section-minimal .blog-read-more:hover {
  color: var(--primary-700);
  gap: 0.5rem;
}

.blog-section-minimal .blog-read-more i {
  transition: transform 0.3s ease;
}

.blog-section-minimal .blog-read-more:hover i {
  transform: translateX(4px);
}

/* Card Accent Shape */
.blog-section-minimal .card-accent-shape {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
  border-radius: 50%;
  pointer-events: none;
  transition: all 0.4s ease;
}

.blog-section-minimal .blog-card:hover .card-accent-shape {
  transform: scale(1.5);
  opacity: 0.6;
}

/* Background Decorative Elements */
.blog-section-minimal .bg-decorative-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.blog-section-minimal .circle-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 8%, transparent) 0%,
    transparent 70%
  );
}

.blog-section-minimal .circle-2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  left: -80px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 6%, transparent) 0%,
    transparent 70%
  );
}

.blog-section-minimal .bg-decorative-blob {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.blog-section-minimal .blob-1 {
  width: 250px;
  height: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: color-mix(in srgb, var(--primary-500) 4%, transparent);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blob-morph 15s ease-in-out infinite;
}

@keyframes blob-morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  75% {
    border-radius: 70% 30% 50% 50% / 30% 50% 50% 70%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .blog-section-minimal .section-title {
    font-size: 2rem;
  }

  .blog-section-minimal .section-subtitle {
    font-size: 1.15rem;
  }

  .blog-section-minimal .blog-card-image-wrapper {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .blog-section-minimal .section-title {
    font-size: 1.75rem;
  }

  .blog-section-minimal .section-subtitle {
    font-size: 1.05rem;
  }

  .blog-section-minimal .section-description {
    font-size: 0.95rem;
  }

  .blog-section-minimal .blog-card-title {
    font-size: 1.2rem;
  }

  .blog-section-minimal .blog-card-image-wrapper {
    height: 180px;
  }

  .blog-section-minimal .circle-1,
  .blog-section-minimal .circle-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .blog-section-minimal .blog-card-content {
    padding: 1.25rem;
  }

  .blog-section-minimal .blog-card-image-wrapper {
    height: 160px;
  }
}

.faq-section-085 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.faq-section-085 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.faq-section-085 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.faq-section-085 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* FAQ Cards */
.faq-section-085 .faq-card {
  border: 2px solid var(--neutral-100);
  border-radius: 16px;
  overflow: visible;
  position: relative;
  background: var(--light);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  padding-left: 60px;
}

.faq-section-085 .faq-card:hover {
  border-color: var(--primary-300);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  transform: translateX(8px);
}

/* Category Badges */
.faq-section-085 .category-badge {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.faq-section-085 .faq-card:hover .category-badge {
  transform: translateY(-50%) scale(1.1);
}

.faq-section-085 .category-badge i {
  font-size: 1.75rem;
  color: var(--light);
}

.faq-section-085 .badge-general {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}

.faq-section-085 .badge-timing {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-300) 20%), 
    color-mix(in srgb, var(--primary-700) 80%, var(--primary-500) 20%));
}

.faq-section-085 .badge-pricing {
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
}

.faq-section-085 .badge-support {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%),
    var(--primary-700));
}

.faq-section-085 .badge-security {
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}

.faq-section-085 .badge-custom {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 60%, var(--primary-300) 40%));
}

.faq-section-085 .badge-results {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 70%, var(--primary-500) 30%),
    var(--primary-500));
}

.faq-section-085 .badge-start {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
}

.faq-section-085 .badge-difference {
  background: linear-gradient(135deg, var(--primary-700), 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%));
}

.faq-section-085 .badge-contact {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 50%, var(--primary-300) 50%),
    var(--primary-500));
}

/* Card Content */
.faq-section-085 .card-header {
  background: transparent;
  border: none;
  padding: 2rem 2rem 1rem 1rem;
}

.faq-section-085 .faq-question {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.4;
}

.faq-section-085 .card-body {
  padding: 0 2rem 2rem 1rem;
  background: transparent;
}

.faq-section-085 .faq-answer {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Elements */
.faq-section-085 .decorative-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.faq-section-085 .circle-1 {
  width: 450px;
  height: 450px;
  background: var(--primary-500);
  top: -150px;
  right: -100px;
}

.faq-section-085 .circle-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-700);
  bottom: -100px;
  left: -150px;
}

.faq-section-085 .decorative-line {
  position: absolute;
  width: 2px;
  height: 200px;
  background: linear-gradient(to bottom, transparent, var(--primary-300), transparent);
  top: 30%;
  right: 15%;
  opacity: 0.2;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .faq-section-085 {
    padding: 80px 0;
  }

  .faq-section-085 .section-title {
    font-size: 2.25rem;
  }

  .faq-section-085 .section-subtitle {
    font-size: 1.35rem;
  }

  .faq-section-085 .faq-card {
    padding-left: 50px;
  }

  .faq-section-085 .category-badge {
    width: 56px;
    height: 56px;
    left: -18px;
  }

  .faq-section-085 .category-badge i {
    font-size: 1.5rem;
  }

  .faq-section-085 .faq-question {
    font-size: 1.15rem;
  }
}

@media (max-width: 767px) {
  .faq-section-085 {
    padding: 60px 0;
  }

  .faq-section-085 .section-title {
    font-size: 1.875rem;
  }

  .faq-section-085 .section-subtitle {
    font-size: 1.25rem;
  }

  .faq-section-085 .section-description {
    font-size: 1rem;
  }

  .faq-section-085 .faq-card {
    padding-left: 0;
    padding-top: 60px;
  }

  .faq-section-085 .category-badge {
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    width: 52px;
    height: 52px;
  }

  .faq-section-085 .faq-card:hover .category-badge {
    transform: translateX(-50%) scale(1.1);
  }

  .faq-section-085 .faq-card:hover {
    transform: translateY(-4px);
  }

  .faq-section-085 .category-badge i {
    font-size: 1.35rem;
  }

  .faq-section-085 .card-header {
    padding: 1.5rem 1.5rem 1rem;
  }

  .faq-section-085 .faq-question {
    font-size: 1.1rem;
  }

  .faq-section-085 .card-body {
    padding: 0 1.5rem 1.5rem;
  }

  .faq-section-085 .faq-answer {
    font-size: 0.95rem;
  }
}





.gallery-section-minimal {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  grid-auto-flow: dense;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  aspect-ratio: 1/1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item-tall {
  grid-row: span 2;
  aspect-ratio: 1/2;
}

.gallery-item-wide {
  grid-column: span 2;
  aspect-ratio: 2/1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 95%, transparent) 0%,
    color-mix(in srgb, var(--primary-700) 95%, transparent) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-overlay i {
  font-size: 3rem;
  color: var(--light);
  transform: scale(0.5);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.gallery-item:hover img {
  transform: scale(1.15);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover .gallery-overlay i {
  transform: scale(1);
}

.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  z-index: 0;
  pointer-events: none;
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
  filter: blur(80px);
}

.blob-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: -80px;
  left: -80px;
  filter: blur(60px);
}

@media (max-width: 768px) {
  .gallery-masonry {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
  }
  
  .gallery-item-wide {
    grid-column: span 1;
    aspect-ratio: 1/1;
  }
  
  .gallery-item-tall {
    grid-row: span 1;
    aspect-ratio: 1/1;
  }
  
  .gallery-overlay i {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .gallery-masonry {
    grid-template-columns: repeat(4, 1fr);
  }
}





/* Footer  - Professional Blue Theme with Background Image */

.footer-variant {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.footer-background-wrapper {
  position: relative;
  background: linear-gradient(
      135deg,
      color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
      color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
      color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
    ),
    url('XEF_assets/XEF_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.footer-content-wrapper {
  position: relative;
  z-index: 2;
  padding: 5rem 0 2rem;
}

/* Brand Section */
.footer-brand-section {
  padding-right: 2rem;
}

.footer-brand-name {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

.footer-brand-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}

.footer-decorative-icons {
  display: flex;
  gap: 1rem;
}

.footer-decorative-icons i {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.footer-decorative-icons i:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

/* Links Section */
.footer-links-section {
  padding: 0 1rem;
}

.footer-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
}

.footer-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: color-mix(in srgb, var(--primary-300) 80%, transparent);
  border-radius: 2px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 0.75rem;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  padding: 0.5rem 0;
}

.footer-link i {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.footer-link:hover i {
  color: var(--primary-300);
}

/* Contact Section */
.footer-contact-section {
  padding-left: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

.contact-info-item i {
  font-size: 1.25rem;
  color: var(--primary-300);
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.contact-info-item span {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Footer Bottom */
.footer-bottom {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-disclaimer {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
}

.footer-decorative-badge {
  text-align: right;
}

.footer-decorative-badge i {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.2);
}

.footer-copyright-wrapper {
  text-align: center;
  margin-top: 2rem;
}

.footer-copyright {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 1.5rem 0 0;
}

/* Decorative Shapes */
.footer-decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.shape-circle {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent);
  animation: float 20s infinite ease-in-out;
}

.shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  animation-delay: 0s;
}

.shape-2 {
  width: 200px;
  height: 200px;
  bottom: -80px;
  left: 10%;
  animation-delay: 2s;
}

.shape-blob {
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: -150px;
  right: 15%;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blob-morph 15s infinite ease-in-out;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-30px) scale(1.05);
  }
}

@keyframes blob-morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 50% 50% / 30% 60% 40% 70%;
  }
  50% {
    border-radius: 50% 50% 30% 70% / 50% 40% 60% 40%;
  }
  75% {
    border-radius: 30% 70% 40% 60% / 60% 30% 70% 40%;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-content-wrapper {
    padding: 4rem 0 2rem;
  }

  .footer-brand-section {
    padding-right: 0;
    margin-bottom: 2rem;
  }

  .footer-links-section {
    padding: 0;
    margin-bottom: 2rem;
  }

  .footer-contact-section {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 2rem;
  }

  .footer-decorative-badge {
    text-align: center;
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .footer-background-wrapper {
    background-attachment: scroll;
  }

  .footer-content-wrapper {
    padding: 3rem 0 1.5rem;
  }

  .footer-brand-name {
    font-size: 1.75rem;
  }

  .footer-section-title {
    font-size: 1.1rem;
  }

  .footer-bottom {
    margin-top: 3rem;
  }

  .shape-1,
  .shape-2,
  .shape-blob {
    opacity: 0.5;
  }
}

@media (max-width: 575px) {
  .footer-content-wrapper {
    padding: 2.5rem 0 1rem;
  }

  .footer-brand-name {
    font-size: 1.5rem;
  }

  .footer-decorative-icons {
    justify-content: center;
  }

  .footer-section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-links-list {
    text-align: center;
  }

  .footer-link {
    justify-content: center;
  }

  .contact-info-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-copyright-wrapper {
    margin-top: 1.5rem;
  }
}

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.header-decoration {
  margin-bottom: 1.5rem;
}

.decoration-line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
  border-radius: 2px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Content Items */
.content-wrapper {
  position: relative;
  z-index: 2;
}

.content-row {
  position: relative;
}

.content-text {
  padding: 1rem 0;
}

.item-badge {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.content-row:hover .item-badge {
  transform: rotate(10deg) scale(1.1);
}

.item-badge i {
  font-size: 1.75rem;
  color: var(--light);
}

.item-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.item-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Image Placeholders */
.image-placeholder {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.content-row:hover .image-placeholder {
  transform: scale(1.02);
}

.placeholder-1 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 30%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-500) 20%, var(--surface-secondary)));
}

.placeholder-2 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 25%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-300) 35%, var(--surface-secondary)));
}

.placeholder-3 {
  background: linear-gradient(135deg, 
    var(--neutral-100), 
    color-mix(in srgb, var(--primary-300) 20%, var(--surface-secondary)));
}

.placeholder-4 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 20%, var(--surface-secondary)), 
    var(--neutral-100));
}

.placeholder-5 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 30%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-300) 25%, var(--surface-secondary)));
}

.image-placeholder::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, var(--light) 60%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background Decorations */
.bg-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.decoration-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 12%, transparent), transparent);
  top: 10%;
  right: -150px;
}

.decoration-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 10%, transparent), transparent);
  top: 50%;
  left: -120px;
}

.decoration-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  bottom: 10%;
  right: -100px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .item-title {
    font-size: 1.5rem;
  }
  
  .image-placeholder {
    height: 300px;
    margin-bottom: 2rem;
  }
  
  .content-text {
    text-align: center;
  }
  
  .item-badge {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .image-placeholder {
    height: 250px;
  }
  
  .item-title {
    font-size: 1.375rem;
  }
}





/* Universal section */

.additional-universal-section.v-065 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-065 .section-header {
  max-width: 850px;
  margin: 0 auto 70px;
}

.v-065 .badge-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.v-065 .badge-item {
  width: 40px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 4px;
  transition: all 0.3s ease;
  animation: badgeGrow 2s ease-in-out infinite;
}

.v-065 .badge-item:nth-child(1) { animation-delay: 0s; }
.v-065 .badge-item:nth-child(2) { animation-delay: 0.2s; }
.v-065 .badge-item:nth-child(3) { animation-delay: 0.4s; }
.v-065 .badge-item:nth-child(4) { animation-delay: 0.6s; }
.v-065 .badge-item:nth-child(5) { animation-delay: 0.8s; }

.v-065 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-065 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-065 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Steps Grid */
.v-065 .steps-grid {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Step Card */
.v-065 .step-card {
  display: flex;
  gap: 30px;
  background: white;
  border: 2px solid var(--neutral-100);
  border-radius: 16px;
  padding: 35px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-065 .step-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}

.v-065 .step-card:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.v-065 .step-card:hover::before {
  opacity: 1;
}

/* Step Left - Number Section */
.v-065 .step-left {
  flex-shrink: 0;
}

.v-065 .step-number-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.v-065 .step-number {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  position: relative;
}

.v-065 .step-number::before {
  content: '';
  position: absolute;
  inset: -4px;
  border: 3px solid var(--primary-300);
  border-radius: 18px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.v-065 .step-card:hover .step-number {
  transform: scale(1.1) rotate(-5deg);
}

.v-065 .step-card:hover .step-number::before {
  opacity: 1;
}

.v-065 .step-number span {
  font-size: 2.25rem;
  font-weight: 700;
  color: white;
  line-height: 1;
}

.v-065 .step-connector {
  width: 3px;
  height: 60px;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

.v-065 .step-final .step-connector {
  display: none;
}

/* Step Right - Content Section */
.v-065 .step-right {
  flex: 1;
  display: flex;
  gap: 25px;
}

.v-065 .step-icon-badge {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 12%, white);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.v-065 .step-icon-badge i {
  font-size: 28px;
  color: var(--primary-500);
  transition: all 0.4s ease;
}

.v-065 .step-card:hover .step-icon-badge {
  background: var(--primary-500);
  transform: rotate(360deg);
}

.v-065 .step-card:hover .step-icon-badge i {
  color: white;
}

/* Step Content */
.v-065 .step-content {
  flex: 1;
}

.v-065 .step-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-065 .step-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Background */
.v-065 .decorative-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.v-065 .grid-overlay {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
}

.v-065 .corner-accent {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 3px solid var(--primary-300);
  opacity: 0.2;
}

.v-065 .corner-top-left {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 20px;
}

.v-065 .corner-bottom-right {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 20px;
}

/* Animations */
@keyframes badgeGrow {
  0%, 100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.3);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-065 {
    padding: 80px 0;
  }

  .v-065 .section-title {
    font-size: 2.25rem;
  }

  .v-065 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-065 .step-card {
    padding: 30px;
    gap: 25px;
  }

  .v-065 .step-right {
    gap: 20px;
  }

  .v-065 .step-number {
    width: 70px;
    height: 70px;
  }

  .v-065 .step-number span {
    font-size: 2rem;
  }

  .v-065 .step-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-065 {
    padding: 60px 0;
  }

  .v-065 .section-title {
    font-size: 1.875rem;
  }

  .v-065 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-065 .badge-item {
    width: 30px;
    height: 6px;
  }

  .v-065 .step-card {
    flex-direction: column;
    padding: 25px 20px;
    gap: 20px;
  }

  .v-065 .step-left {
    display: flex;
    justify-content: center;
  }

  .v-065 .step-number-wrapper {
    flex-direction: row;
    gap: 20px;
  }

  .v-065 .step-connector {
    width: 60px;
    height: 3px;
  }

  .v-065 .step-number {
    width: 60px;
    height: 60px;
  }

  .v-065 .step-number span {
    font-size: 1.75rem;
  }

  .v-065 .step-right {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .v-065 .step-icon-badge {
    margin: 0 auto;
  }

  .v-065 .step-title {
    font-size: 1.25rem;
  }
}





/* Universal section */

.additional-universal-section.v-043 {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-section.v-043 .section-header {
  position: relative;
  z-index: 2;
}

.additional-universal-section.v-043 .decorative-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto 24px;
  border-radius: 2px;
}

.additional-universal-section.v-043 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.additional-universal-section.v-043 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.3;
}

.additional-universal-section.v-043 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Content Cards */
.additional-universal-section.v-043 .content-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}

.additional-universal-section.v-043 .content-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.additional-universal-section.v-043 .card-icon-wrapper {
  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;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.additional-universal-section.v-043 .content-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.additional-universal-section.v-043 .card-icon-wrapper i {
  font-size: 32px;
  color: var(--light);
}

.additional-universal-section.v-043 .card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.additional-universal-section.v-043 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

.additional-universal-section.v-043 .card-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.additional-universal-section.v-043 .content-card:hover .card-accent {
  transform: scaleX(1);
}

/* Featured Card */
.additional-universal-section.v-043 .content-card.featured {
  background: linear-gradient(135deg, var(--primary-50), var(--surface-primary));
  border: 2px solid var(--primary-300);
}

.additional-universal-section.v-043 .featured-icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.additional-universal-section.v-043 .featured-icon-wrapper i {
  font-size: 40px;
  color: var(--light);
}

/* Decorative Shapes */
.additional-universal-section.v-043 .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.additional-universal-section.v-043 .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-300) 15%, transparent 85%), transparent);
}

.additional-universal-section.v-043 .shape-circle.shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
}

.additional-universal-section.v-043 .shape-circle.shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: -50px;
}

.additional-universal-section.v-043 .blob-shape {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 0%, transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .additional-universal-section.v-043 {
    padding: 60px 0;
  }

  .additional-universal-section.v-043 .section-title {
    font-size: 2rem;
  }

  .additional-universal-section.v-043 .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-section.v-043 .featured-icon-wrapper {
    width: 64px;
    height: 64px;
  }

  .additional-universal-section.v-043 .featured-icon-wrapper i {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section.v-043 {
    padding: 40px 0;
  }

  .additional-universal-section.v-043 .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-section.v-043 .section-subtitle {
    font-size: 1.125rem;
  }

  .additional-universal-section.v-043 .content-card {
    padding: 24px;
  }

  .additional-universal-section.v-043 .card-icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .additional-universal-section.v-043 .card-icon-wrapper i {
    font-size: 28px;
  }
}





.additional-universal-style {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-style #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-style #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-style #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Content Sections */
.additional-universal-style .content-sections {
  position: relative;
  z-index: 1;
}

.additional-universal-style .decorative-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  color: var(--primary-500);
  font-size: 1.75rem;
  transition: all 0.3s ease;
}

.additional-universal-style .content-sections h3 {
  color: var(--text-primary);
  transition: color 0.3s ease;
}

.additional-universal-style .content-sections p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Visual Placeholder */
.additional-universal-style .visual-placeholder {
  position: relative;
  height: 350px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--primary-500) 5%, var(--neutral-50));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.additional-universal-style .visual-placeholder:hover {
  transform: translateY(-5px);
}

.additional-universal-style .placeholder-shape {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  filter: blur(40px);
  animation: float-v079 6s ease-in-out infinite;
}

.additional-universal-style .visual-placeholder > i {
  position: relative;
  z-index: 2;
  font-size: 5rem;
  color: var(--primary-500);
  opacity: 0.3;
}

/* Background Decorations */
.additional-universal-style .bg-decoration {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  pointer-events: none;
}

.additional-universal-style .decoration-1 {
  top: 10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: color-mix(in srgb, var(--primary-300) 40%, transparent);
  animation: float-v079 10s ease-in-out infinite;
}

.additional-universal-style .decoration-2 {
  bottom: 10%;
  right: -5%;
  width: 350px;
  height: 350px;
  background: color-mix(in srgb, var(--primary-500) 30%, transparent);
  animation: float-v079 12s ease-in-out infinite reverse;
}

/* Animations */
@keyframes float-v079 {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-20px) translateX(20px);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-style .visual-placeholder {
    height: 280px;
  }

  .additional-universal-style .visual-placeholder > i {
    font-size: 4rem;
  }

  .additional-universal-style .decorative-accent {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-style #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-style .visual-placeholder {
    height: 220px;
  }

  .additional-universal-style .visual-placeholder > i {
    font-size: 3rem;
  }
}





/* Universal section */

.additional-universal-primary {
  position: relative;
  padding: 6rem 0;
  background: radial-gradient(ellipse at top, var(--primary-50) 0%, var(--neutral-0) 40%, var(--accent-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-primary .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-primary .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-primary .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Creative Line Divider */
.additional-universal-primary .creative-line-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 3.5rem 0 4rem;
}

.additional-universal-primary .line-segment {
  flex: 1;
  max-width: 150px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}

.additional-universal-primary .center-diamond {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-primary .center-diamond i {
  font-size: 1.25rem;
  color: var(--neutral-0);
  transform: rotate(-45deg);
}

/* Mixed Content Grid */
.additional-universal-primary .mixed-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.additional-universal-primary .content-box.box-featured {
  grid-column: 1 / -1;
  grid-row: 1;
}

.additional-universal-primary .content-box.box-wide {
  grid-column: 1 / -1;
}

/* Content Box Base */
.additional-universal-primary .content-box {
  position: relative;
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.additional-universal-primary .content-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Featured Box */
.additional-universal-primary .box-featured {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 3px solid var(--primary-200);
  padding: 3rem;
  text-align: center;
}

.additional-universal-primary .highlight-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  color: var(--neutral-0);
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.additional-universal-primary .box-decoration {
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0.1;
}

.additional-universal-primary .deco-top-left {
  top: 15px;
  left: 15px;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
}

.additional-universal-primary .deco-bottom-right {
  bottom: 15px;
  right: 15px;
  border-bottom: 4px solid var(--accent-500);
  border-right: 4px solid var(--accent-500);
}

/* Featured Alt Box */
.additional-universal-primary .box-featured-alt {
  background: linear-gradient(135deg, var(--accent-50) 0%, var(--neutral-0) 100%);
  border: 2px solid var(--accent-200);
  grid-column: 1 / -1;
}

.additional-universal-primary .split-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--accent-500) 100%);
}

/* Wide Box Layout */
.additional-universal-primary .wide-layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.additional-universal-primary .wide-icon {
  flex-shrink: 0;
}

.additional-universal-primary .wide-content {
  flex: 1;
}

.additional-universal-primary .wave-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-400), var(--accent-400), var(--primary-400));
  opacity: 0.3;
}

/* Icon Circles */
.additional-universal-primary .icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.additional-universal-primary .icon-circle i {
  font-size: 2.25rem;
  color: var(--neutral-0);
}

.additional-universal-primary .circle-primary {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}

.additional-universal-primary .circle-accent {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
}

.additional-universal-primary .circle-secondary {
  background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
}

.additional-universal-primary .circle-gradient {
  background: linear-gradient(135deg, var(--accent-400), var(--primary-600));
}

.additional-universal-primary .box-standard .icon-circle {
  margin: 0 0 1.5rem 0;
}

.additional-universal-primary .box-wide .icon-circle {
  margin: 0;
}

/* Corner Accents */
.additional-universal-primary .corner-accent {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0.15;
}

.additional-universal-primary .accent-tl {
  top: 12px;
  left: 12px;
  border-top: 3px solid var(--primary-500);
  border-left: 3px solid var(--primary-500);
}

.additional-universal-primary .accent-br {
  bottom: 12px;
  right: 12px;
  border-bottom: 3px solid var(--accent-500);
  border-right: 3px solid var(--accent-500);
}

/* Content Typography */
.additional-universal-primary .content-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-primary .box-standard .content-title {
  font-size: 1.35rem;
}

.additional-universal-primary .content-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Glow and Pulse Effects */
.additional-universal-primary .glow-effect {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-primary .box-featured:hover .glow-effect {
  opacity: 0.3;
}

.additional-universal-primary .pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid var(--accent-300);
  border-radius: 50%;
  opacity: 0;
  animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

/* Abstract Shapes */
.additional-universal-primary .abstract-shape {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
}

.additional-universal-primary .shape-1 {
  width: 250px;
  height: 250px;
  background: var(--primary-400);
  border-radius: 35% 65% 70% 30% / 60% 40% 60% 40%;
  top: 10%;
  left: 5%;
  filter: blur(40px);
}

.additional-universal-primary .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--accent-400);
  border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
  top: 50%;
  right: 8%;
  filter: blur(50px);
}

.additional-universal-primary .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  border-radius: 45% 55% 55% 45% / 55% 45% 55% 45%;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(35px);
}

/* Dot Patterns */
.additional-universal-primary .dot-pattern {
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0.08;
  pointer-events: none;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 18px 18px;
}

.additional-universal-primary .pattern-1 {
  top: 25%;
  right: 10%;
}

.additional-universal-primary .pattern-2 {
  bottom: 20%;
  left: 8%;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-primary {
    padding: 4rem 0;
  }

  .additional-universal-primary .mixed-content-grid {
    gap: 1.5rem;
  }

  .additional-universal-primary .content-box {
    padding: 2rem;
  }

  .additional-universal-primary .box-featured {
    padding: 2.5rem;
  }

  .additional-universal-primary .wide-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .additional-universal-primary .box-wide .icon-circle {
    margin: 0 auto 1.5rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-primary {
    padding: 3rem 0;
  }

  .additional-universal-primary .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-primary .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-primary .section-description {
    font-size: 1rem;
  }

  .additional-universal-primary .creative-line-wrapper {
    gap: 1rem;
  }

  .additional-universal-primary .line-segment {
    max-width: 60px;
  }

  .additional-universal-primary .center-diamond {
    width: 45px;
    height: 45px;
  }

  .additional-universal-primary .center-diamond i {
    font-size: 1.1rem;
  }

  .additional-universal-primary .mixed-content-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .additional-universal-primary .content-box.box-featured,
  .additional-universal-primary .content-box.box-wide,
  .additional-universal-primary .content-box.box-featured-alt {
    grid-column: 1;
  }

  .additional-universal-primary .content-box {
    padding: 1.75rem;
  }

  .additional-universal-primary .box-featured {
    padding: 2rem;
  }

  .additional-universal-primary .icon-circle {
    width: 70px;
    height: 70px;
  }

  .additional-universal-primary .icon-circle i {
    font-size: 2rem;
  }

  .additional-universal-primary .content-title {
    font-size: 1.35rem;
  }

  .additional-universal-primary .box-standard .content-title {
    font-size: 1.25rem;
  }

  .additional-universal-primary .content-description {
    font-size: 0.95rem;
  }

  .additional-universal-primary .abstract-shape,
  .additional-universal-primary .dot-pattern {
    display: none;
  }
}







.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-100);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_process_container {
  max-width: 800px;
  margin: 0 auto;
}

.add_wrap .add_process_step {
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
  margin-bottom: var(--space-10);
  position: relative;
}

.add_wrap .add_process_step:last-child {
  margin-bottom: 0;
}

.add_wrap .add_step_number {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-100);
  font-size: 1.5rem;
  font-weight: bold;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.add_wrap .add_step_content {
  flex-grow: 1;
  background-color: var(--neutral-50);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
  position: relative;
  top: var(--space-2);
}

.add_wrap .add_step_content:before {
  content: '';
  position: absolute;
  left: -12px;
  top: var(--space-6);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid var(--neutral-200);
}

.add_wrap .add_step_content:after {
  content: '';
  position: absolute;
  left: -11px;
  top: calc(var(--space-6) + 1px);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid var(--neutral-50);
}

.add_wrap .add_step_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_step_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_step_connector {
  position: absolute;
  left: 39px;
  top: 80px;
  bottom: -40px;
  width: 2px;
  background: linear-gradient(to bottom, var(--primary-300), var(--primary-200));
  z-index: 1;
}

.add_wrap .add_process_step:last-child .add_step_connector {
  display: none;
}

.add_wrap .add_process_step:nth-child(even) .add_step_number {
  background: linear-gradient(135deg, var(--primary-400), var(--primary-300));
}

.add_wrap .add_process_step:nth-child(even) .add_step_content {
  background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}

@media (max-width: 768px) {
  .add_wrap .add_process_step {
    gap: var(--space-4);
    margin-bottom: var(--space-8);
  }
  
  .add_wrap .add_step_number {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
  
  .add_wrap .add_step_content {
    padding: var(--space-4);
  }
  
  .add_wrap .add_step_content:before {
    left: -8px;
    border-right-width: 8px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
  
  .add_wrap .add_step_content:after {
    left: -7px;
    border-right-width: 7px;
    border-top-width: 7px;
    border-bottom-width: 7px;
  }
  
  .add_wrap .add_step_connector {
    left: 29px;
    top: 60px;
    bottom: -32px;
  }
}


/* Universal section */
/* Diagonal grid layout with floating elements */

.add_wrap_classic {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
  overflow: hidden;
}

.add_wrap_classic .gradient_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(124, 58, 237, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(196, 181, 253, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.add_wrap_classic .container {
  position: relative;
  z-index: 1;
}

/* Creative header */
.add_wrap_classic .add_header_creative {
  position: relative;
  padding: var(--space-8, 2rem) 0;
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_classic .floating_icon {
  position: absolute;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-100, #ede9fe) 0%, var(--primary-50, #f5f3ff) 100%);
  border: 2px solid var(--primary-300, #c4b5fd);
  border-radius: 12px;
  color: var(--primary-500, #7c3aed);
  font-size: 1.25rem;
  animation: float 6s ease-in-out infinite;
}

.add_wrap_classic .icon_1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.add_wrap_classic .icon_2 {
  top: 5%;
  right: 10%;
  animation-delay: 2s;
}

.add_wrap_classic .icon_3 {
  bottom: 20%;
  left: 8%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

.add_wrap_classic .add_title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text-primary, #1a1a1b);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.15;
  background: linear-gradient(135deg, var(--text-primary, #1a1a1b) 0%, var(--primary-700, #6d28d9) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.add_wrap_classic .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #7c3aed);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
  font-style: italic;
}

.add_wrap_classic .description_box {
  position: relative;
  padding: var(--space-6, 1.5rem);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-lg, 12px);
  border: 1px solid var(--primary-200, #ddd6fe);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.08);
}

.add_wrap_classic .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #475569);
  line-height: 1.75;
  margin: 0;
}

/* Diagonal grid */
.add_wrap_classic .add_diagonal_grid {
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_classic .diagonal_item {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--neutral-100, #f1f5f9);
  height: 100%;
  min-height: 320px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.add_wrap_classic .diagonal_item:hover {
  transform: translateY(-8px) rotate(-1deg);
  border-color: var(--primary-500, #7c3aed);
  box-shadow: 0 20px 40px rgba(124, 58, 237, 0.2);
}

/* Corner accent */
.add_wrap_classic .item_corner_accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, transparent 50%, var(--primary-50, #f5f3ff) 50%);
  opacity: 0.5;
  transition: all 0.3s ease;
}

.add_wrap_classic .diagonal_item:hover .item_corner_accent {
  opacity: 1;
  background: linear-gradient(135deg, transparent 50%, var(--primary-100, #ede9fe) 50%);
}

/* Alternating styles */
.add_wrap_classic .item_style_a {
  transform: rotate(0.5deg);
}

.add_wrap_classic .item_style_b {
  transform: rotate(-0.5deg);
}

.add_wrap_classic .item_style_a:hover {
  transform: translateY(-8px) rotate(-0.5deg);
}

.add_wrap_classic .item_style_b:hover {
  transform: translateY(-8px) rotate(0.5deg);
}

/* Icon frames */
.add_wrap_classic .item_icon_frame {
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, var(--primary-100, #ede9fe) 100%);
  border-radius: 16px;
  color: var(--primary-500, #7c3aed);
  font-size: 2rem;
  margin-bottom: var(--space-4, 1rem);
  transition: all 0.3s ease;
  z-index: 1;
}

.add_wrap_classic .diagonal_item:hover .item_icon_frame {
  background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
  color: #ffffff;
  transform: scale(1.1) rotate(10deg);
}

/* Content */
.add_wrap_classic .item_content {
  position: relative;
  z-index: 1;
}

.add_wrap_classic .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1a1a1b);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_classic .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #475569);
  line-height: 1.65;
  margin: 0;
}

/* Highlight item */
.add_wrap_classic .item_highlight {
  position: relative;
  min-height: auto;
  padding: var(--space-8, 2rem);
  background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, #ffffff 50%, var(--primary-50, #f5f3ff) 100%);
  border: 3px solid var(--primary-300, #c4b5fd);
  transform: rotate(0deg);
  text-align: center;
}

.add_wrap_classic .item_highlight:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: var(--primary-500, #7c3aed);
}

.add_wrap_classic .highlight_glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.1) 0%, transparent 70%);
  pointer-events: none;
  animation: pulse-glow 3s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
  }
}

.add_wrap_classic .icon_frame_large {
  width: 96px;
  height: 96px;
  font-size: 2.5rem;
  margin: 0 auto var(--space-6, 1.5rem);
  border-radius: 50%;
}

.add_wrap_classic .icon_ripple {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 3px solid var(--primary-300, #c4b5fd);
  border-radius: 50%;
  animation: ripple-out 2s ease-out infinite;
}

@keyframes ripple-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

.add_wrap_classic .item_content_centered {
  max-width: 900px;
  margin: 0 auto;
}

.add_wrap_classic .item_highlight .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_classic .floating_icon {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_classic {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_classic .add_header_creative {
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_classic .diagonal_item {
    min-height: auto;
    padding: var(--space-4, 1rem);
    transform: rotate(0deg) !important;
  }
  
  .add_wrap_classic .diagonal_item:hover {
    transform: translateY(-4px) rotate(0deg) !important;
  }
  
  .add_wrap_classic .item_highlight {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_classic .item_icon_frame {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
  }
  
  .add_wrap_classic .icon_frame_large {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  
  .add_wrap_classic .icon_ripple {
    width: 100px;
    height: 100px;
  }
}



.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-50);
}

.add_wrap .add_content {
  text-align: center;
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_elements_list {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.add_wrap .add_element {
  padding: var(--space-6);
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--primary-500);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.add_wrap .add_element:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_elem_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_elem_desc {
  color: var(--text-body);
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .add_wrap .add_elements_list {
    gap: var(--space-6);
  }
  
  .add_wrap .add_element {
    padding: var(--space-4);
  }
}


/* Universal section */
/* Theme: modern-green-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-700);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
}

/* Timeline Container */
.timeline-container {
  position: relative;
  max-width: 1100px;
  margin: 4rem auto 0;
  padding: 2rem 0;
}

/* Timeline Center Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Timeline Items */
.timeline-item {
  position: relative;
  margin-bottom: 4rem;
  width: 100%;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.timeline-left .timeline-content {
  justify-content: flex-end;
  padding-right: calc(50% + 2rem);
}

.timeline-right .timeline-content {
  justify-content: flex-start;
  padding-left: calc(50% + 2rem);
  flex-direction: row-reverse;
}

/* Timeline Icon */
.timeline-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  border: 5px solid #ffffff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-item:hover .timeline-icon {
  transform: translateX(-50%) scale(1.15);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.timeline-icon i {
  font-size: 2rem;
  color: #ffffff;
}

/* Timeline Card */
.timeline-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  flex: 1;
  max-width: 500px;
}

.timeline-item:hover .timeline-card {
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.timeline-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.timeline-badge {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  top: 2.5rem;
}

.timeline-left .timeline-badge {
  right: -28px;
}

.timeline-right .timeline-badge {
  left: -28px;
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  z-index: 0;
  pointer-events: none;
  filter: blur(80px);
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-400);
  top: 10%;
  left: -5%;
}

.blob-2 {
  width: 350px;
  height: 350px;
  background: var(--secondary-400);
  top: 50%;
  right: -5%;
}

.blob-3 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: 10%;
  left: 15%;
}

/* Responsive Design */
@media (max-width: 992px) {
  .timeline-line {
    left: 40px;
  }
  
  .timeline-left .timeline-content,
  .timeline-right .timeline-content {
    justify-content: flex-start;
    padding-left: 100px;
    padding-right: 0;
    flex-direction: row;
  }
  
  .timeline-icon {
    left: 40px;
  }
  
  .timeline-item:hover .timeline-icon {
    transform: translateX(0) scale(1.15);
  }
  
  .timeline-left .timeline-badge,
  .timeline-right .timeline-badge {
    left: auto;
    right: -28px;
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .timeline-container {
    margin-top: 3rem;
  }
  
  .timeline-icon {
    width: 60px;
    height: 60px;
    border-width: 4px;
  }
  
  .timeline-icon i {
    font-size: 1.5rem;
  }
  
  .timeline-card {
    padding: 2rem;
    max-width: 100%;
  }
  
  .timeline-title {
    font-size: 1.25rem;
  }
  
  .timeline-item {
    margin-bottom: 3rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .timeline-line {
    left: 30px;
  }
  
  .timeline-icon {
    left: 30px;
    width: 50px;
    height: 50px;
    border-width: 3px;
  }
  
  .timeline-icon i {
    font-size: 1.25rem;
  }
  
  .timeline-left .timeline-content,
  .timeline-right .timeline-content {
    padding-left: 80px;
  }
  
  .timeline-card {
    padding: 1.5rem;
  }
  
  .timeline-badge {
    width: 10px;
    height: 10px;
    right: -25px;
  }
}









/* Universal section */

.additional-universal-section {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.section-header {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.header-badge {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 80%, var(--primary-300) 20%)
  );
  border-radius: 50%;
  margin: 0 auto 2rem;
  border: 3px solid var(--primary-300);
}

.header-badge i {
  font-size: 2rem;
  color: var(--primary-500);
}

.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;
}

/* Timeline Wrapper */
.timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 4rem auto 0;
  padding: 2rem 0;
  counter-reset: timeline-counter;
}

/* Timeline Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    var(--primary-100), 
    var(--primary-300),
    var(--primary-100)
  );
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-line::before,
.timeline-line::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 12px;
  height: 12px;
  background: var(--primary-300);
  border-radius: 50%;
  transform: translateX(-50%);
}

.timeline-line::before {
  top: 0;
}

.timeline-line::after {
  bottom: 0;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  margin-bottom: 4rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* Timeline Marker */
.timeline-marker {
  position: relative;
  flex-shrink: 0;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  z-index: 2;
}

.timeline-item:nth-child(even) .timeline-marker {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.marker-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%)
  );
  color: var(--light);
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  counter-increment: timeline-counter;
}

.marker-number::before {
  content: counter(timeline-counter);
}

.marker-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--light);
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.marker-icon i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.timeline-item:hover .marker-icon {
  background: var(--primary-500);
  border-color: var(--primary-500);
  transform: scale(1.1) rotate(10deg);
}

.timeline-item:hover .marker-icon i {
  color: var(--light);
}

/* Timeline Content */
.timeline-content {
  flex: 1;
  width: 50%;
}

.timeline-card {
  background: var(--light);
  border: 2px solid var(--primary-100);
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.timeline-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-300) 60%, transparent 40%)
  );
  border-radius: 16px 16px 0 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.timeline-item:hover .timeline-card {
  border-color: var(--primary-500);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.timeline-item:hover .timeline-card::before {
  opacity: 1;
}

.timeline-arrow {
  position: absolute;
  top: 30px;
  right: -12px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid var(--primary-100);
  transition: border-color 0.3s ease;
}

.timeline-item:nth-child(even) .timeline-arrow {
  left: -12px;
  right: auto;
  border-right: none;
  border-left: 12px solid var(--primary-100);
}

.timeline-item:hover .timeline-arrow {
  border-right-color: var(--primary-500);
}

.timeline-item:nth-child(even):hover .timeline-arrow {
  border-left-color: var(--primary-500);
  border-right-color: transparent;
}

.timeline-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.timeline-item:hover .timeline-title {
  color: var(--primary-500);
}

.timeline-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

/* Floating Decorative Shapes */
.floating-shape {
  position: absolute;
  opacity: 0.1;
  z-index: 0;
}

.floating-shape i {
  font-size: 3rem;
  color: var(--primary-500);
}

.shape-1 {
  top: 10%;
  left: 8%;
  animation: float-diagonal 12s ease-in-out infinite;
}

.shape-2 {
  top: 50%;
  right: 5%;
  animation: float-diagonal 15s ease-in-out infinite 3s;
}

.shape-3 {
  bottom: 15%;
  left: 10%;
  animation: float-diagonal 18s ease-in-out infinite 6s;
}

/* Animations */
@keyframes float-diagonal {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(20px, -20px) rotate(90deg);
  }
  50% {
    transform: translate(0, -40px) rotate(180deg);
  }
  75% {
    transform: translate(-20px, -20px) rotate(270deg);
  }
}

/* Responsive Design */
@media (max-width: 767.98px) {
  .timeline-line {
    left: 30px;
  }
  
  .timeline-item {
    flex-direction: column !important;
    padding-left: 80px;
  }
  
  .timeline-item:nth-child(even) {
    flex-direction: column !important;
  }
  
  .timeline-marker {
    position: absolute;
    left: 0;
    width: auto;
    justify-content: flex-start !important;
    flex-direction: row !important;
  }
  
  .timeline-content {
    width: 100%;
  }
  
  .timeline-arrow {
    display: none;
  }
  
  .marker-number {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
  
  .marker-icon {
    width: 50px;
    height: 50px;
  }
  
  .marker-icon i {
    font-size: 1.5rem;
  }
  
  .timeline-card {
    padding: 1.5rem;
  }
  
  .timeline-title {
    font-size: 1.25rem;
  }
  
  .floating-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-header {
    margin-bottom: 3rem;
  }
  
  .header-badge {
    width: 60px;
    height: 60px;
  }
  
  .header-badge i {
    font-size: 1.75rem;
  }
  
  .timeline-wrapper {
    margin-top: 2rem;
  }
  
  .timeline-item {
    margin-bottom: 2.5rem;
    padding-left: 70px;
  }
}







div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 18px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 5px !important;
    border-radius: 3px !important;
    transition: background 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 20px 20px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding-bottom: 12px !important;
    background: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: rgba(255,255,255,0.8) !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: rgba(255,255,255,0.9) !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: rgba(255,255,255,0.9) !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}




.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 17px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 45px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    border: 3px solid rgba(255,255,255,0.2) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 45px 0 !important;
    }
    
    .website-maps-title {
        font-size: 26px !important;
    }
    
    .website-google-map {
        height: 320px !important;
    }
}




.website-cta-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #5d4037 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 32px !important;
    color: #6d4c41 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: rgba(255,255,255,0.7) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(93,64,55,0.2) !important;
}

.website-cta-button:hover {
    background: rgba(255,255,255,0.9) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(93,64,55,0.3) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}




.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.website-security-badge:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 14px !important;
    color: #999999 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 20px !important;
        padding: 15px 10px !important;
    }
    
    .website-security-badge {
        font-size: 11px !important;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 22px !important;
    color: rgba(0,0,0,0.06) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationPulse 6s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 15% !important;
    right: 8% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 55% !important;
    right: 5% !important;
    animation-delay: 2s !important;
    font-size: 18px !important;
}

.website-floating-icon.variant-3 {
    top: 35% !important;
    left: 6% !important;
    animation-delay: 4s !important;
    font-size: 26px !important;
}

@keyframes websiteFloatAnimationPulse {
    0%, 100% {
        transform: scale(1) !important;
        opacity: 0.25 !important;
    }
    50% {
        transform: scale(1.15) !important;
        opacity: 0.55 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Modern Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 300px !important;
    background: linear-gradient(145deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2) !important;
    z-index: 999999 !important;
    color: #ffffff !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(10px) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 18px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 5px !important;
    border-radius: 3px !important;
    transition: background 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 20px 20px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding-bottom: 12px !important;
    background: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: rgba(255,255,255,0.8) !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: rgba(255,255,255,0.9) !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: rgba(255,255,255,0.9) !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Dark Style */
.website-google-maps-section {
    padding: 60px 0 !important;
    background: #1a1a1a !important;
    margin: 0 !important;
    border-top: 1px solid #333333 !important;
    border-bottom: 1px solid #333333 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #cccccc !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 420px !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5) !important;
    border: 2px solid #333333 !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}



/* CTA Section - Gradient Style */
.website-cta-section {
    padding: 60px 0 !important;
    background: linear-gradient(45deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%) !important;
    color: #333333 !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 17px !important;
    margin-bottom: 32px !important;
    color: #555555 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 30px !important;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
}

.website-cta-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}



/* Security Badges - Default Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 25px 0 !important;
    flex-wrap: wrap !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 15px !important;
    background: white !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.website-security-badge:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 16px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 10px !important;
        padding: 20px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }
}



/* Floating Decorative Icons - 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 - Square Style */
.team-social-links {
    margin-top: 18px;
    padding: 12px 0;
}

.social-icons-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    position: relative;
}

.social-link:hover {
    transform: translateY(-2px) rotate(5deg);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    color: white;
}

.facebook-link {
    background: #1877f2;
    border: 2px solid #1877f2;
}

.facebook-link:hover {
    background: #166fe5;
    border-color: #166fe5;
}

.linkedin-link {
    background: #0a66c2;
    border: 2px solid #0a66c2;
}

.linkedin-link:hover {
    background: #0959aa;
    border-color: #0959aa;
}

.instagram-link {
    background: #e4405f;
    border: 2px solid #e4405f;
}

.instagram-link:hover {
    background: #d62976;
    border-color: #d62976;
}

.x-link {
    background: #000000;
    border: 2px solid #000000;
    position: relative;
}

.x-link::after {
    content: '✕';
    font-weight: bold;
    font-size: 18px;
}

.x-link:hover {
    background: #333333;
    border-color: #333333;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 8px;
    }
    
    .social-link {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
}



/* 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 Banner Styles */

/**
 * OptimizedCookieManager Styles
 * Уникальные классы с префиксом ocm- для избежания конфликтов
 * Все стили с !important для гарантированного применения
 */

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.ocm-banner {
    position: fixed !important;
    z-index: 999999 !important;
    max-width: 400px !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
}

.ocm-banner.ocm-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ ===== */
.ocm-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-position-bottom-center {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(100px) !important;
}

.ocm-position-bottom-center.ocm-show {
    transform: translateX(-50%) translateY(0) !important;
}

.ocm-position-top-right {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(-100px) !important;
}

.ocm-position-top-right.ocm-show {
    transform: translateY(0) !important;
}

/* ===== СОДЕРЖИМОЕ БАННЕРА ===== */
.ocm-banner-content,
.ocm-settings {
    padding: 24px !important;
}

.ocm-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.ocm-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.ocm-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #666666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.ocm-close:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.ocm-description {
    margin: 0 0 20px 0 !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

.ocm-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ocm-btn {
    padding: 12px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-family: inherit !important;
}

.ocm-btn-accept {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-accept:hover {
    background: #0056b3 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-reject {
    background: #6c757d !important;
    color: #ffffff !important;
}

.ocm-btn-reject:hover {
    background: #545b62 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-customize {
    background: transparent !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
}

.ocm-btn-customize:hover {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-save {
    background: #28a745 !important;
    color: #ffffff !important;
}

.ocm-btn-save:hover {
    background: #1e7e34 !important;
    transform: translateY(-1px) !important;
}

.ocm-back {
    background: none !important;
    border: none !important;
    color: #007bff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
}

.ocm-back:hover {
    background: #f8f9fa !important;
}

/* ===== НАСТРОЙКИ COOKIE ===== */
.ocm-category {
    margin-bottom: 20px !important;
    padding: 16px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
}

.ocm-category-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* === THEME: modern-v002 === */
.ocm-theme-modern-v002 {
    border-radius: 20px !important;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    border: none !important;
    box-shadow: 0 25px 70px rgba(245, 87, 108, 0.25) !important;
}

.ocm-theme-modern-v002 .ocm-title,
.ocm-theme-modern-v002 .ocm-description,
.ocm-theme-modern-v002 .ocm-category-title,
.ocm-theme-modern-v002 .ocm-category-desc {
    color: #ffffff !important;
}

.ocm-theme-modern-v002 .ocm-close {
    color: #ffffff !important;
}

.ocm-theme-modern-v002 .ocm-btn {
    border-radius: 15px !important;
    font-weight: 700 !important;
}

.ocm-theme-modern-v002 .ocm-btn-accept {
    background: #ffffff !important;
    color: #f5576c !important;
}

.ocm-theme-modern-v002 .ocm-btn-accept:hover {
    background: #f8f8f8 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
}

.ocm-theme-modern-v002 .ocm-btn-reject {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.ocm-theme-modern-v002 .ocm-btn-customize {
    background: transparent !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.ocm-theme-modern-v002 .ocm-category {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

/* === TOGGLE STYLE 1 === */
.ocm-toggle.ocm-toggle-style-1 {
    border-radius: 50% !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-1:hover {
    transform: scale(1.1) rotate(10deg) !important;
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.4) !important;
}