:root {
  --primary-50: #f0f9ff;
  --primary-50-rgb: 240, 249, 255;
  --primary-50-rgb: 240, 249, 255;
  --primary-100: #e0f2fe;
  --primary-100-rgb: 224, 242, 254;
  --primary-100-rgb: 224, 242, 254;
  --primary-300: #7dd3fc;
  --primary-300-rgb: 125, 211, 252;
  --primary-300-rgb: 125, 211, 252;
  --primary-500: #0284c7;
  --primary-500-rgb: 2, 132, 199;
  --primary-500-rgb: 2, 132, 199;
  --primary-700: #0369a1;
  --primary-700-rgb: 3, 105, 161;
  --primary-700-rgb: 3, 105, 161;
  --primary-200: #afe3fd;
  --primary-200-rgb: 175, 227, 253;
  --primary-200-rgb: 175, 227, 253;
  --primary-400: #40ace2;
  --primary-400-rgb: 64, 172, 226;
  --primary-400-rgb: 64, 172, 226;
  --primary-600: #0377b4;
  --primary-600-rgb: 3, 119, 180;
  --primary-600-rgb: 3, 119, 180;
  --primary-800: #025481;
  --primary-800-rgb: 2, 84, 129;
  --primary-800-rgb: 2, 84, 129;
  --primary-900: #02476e;
  --primary-900-rgb: 2, 71, 110;
  --primary-900-rgb: 2, 71, 110;
  --primary-950: #01324d;
  --primary-950-rgb: 1, 50, 77;
  --primary-950-rgb: 1, 50, 77;
  --primary-rgb: 2, 132, 199;
  --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: #f5fae8;
  --accent-50-rgb: 245, 250, 232;
  --accent-50-rgb: 245, 250, 232;
  --accent-100: #e9f4e7;
  --accent-100-rgb: 233, 244, 231;
  --accent-100-rgb: 233, 244, 231;
  --accent-200: #c7e7e6;
  --accent-200-rgb: 199, 231, 230;
  --accent-200-rgb: 199, 231, 230;
  --accent-300: #a4dae5;
  --accent-300-rgb: 164, 218, 229;
  --accent-300-rgb: 164, 218, 229;
  --accent-400: #79b8ce;
  --accent-400-rgb: 121, 184, 206;
  --accent-400-rgb: 121, 184, 206;
  --accent-500: #4e96b5;
  --accent-500-rgb: 78, 150, 181;
  --accent-500-rgb: 78, 150, 181;
  --accent-600: #4f8ba4;
  --accent-600-rgb: 79, 139, 164;
  --accent-600-rgb: 79, 139, 164;
  --accent-700: #4f8093;
  --accent-700-rgb: 79, 128, 147;
  --accent-700-rgb: 79, 128, 147;
  --accent-800: #4e6e75;
  --accent-800-rgb: 78, 110, 117;
  --accent-800-rgb: 78, 110, 117;
  --accent-900: #4e6364;
  --accent-900-rgb: 78, 99, 100;
  --accent-900-rgb: 78, 99, 100;
  --accent-950: #4d5146;
  --accent-950-rgb: 77, 81, 70;
  --accent-950-rgb: 77, 81, 70;
  --accent-rgb: 78, 150, 181;
  --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 ===== */
.studio_font_primary {
  font-family: var(--font-primary);
}

.design_font_secondary {
  font-family: var(--font-secondary);
}

.light_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.elite_display_1 {
  font-family: var(--font-secondary);
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-none);
  letter-spacing: var(--tracking-tighter);
}

.content_display_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-5xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.fresh_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 */
.unique_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);
}

.custom_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);
}

.main_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);
}

.page_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);
}

.creative_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);
}

.ui_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 */
.prime_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);
}

.digital_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);
}

.premium_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 */
.container_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);
}

.core_overline {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Code Styles */
.modern_code_inline {
  font-family: var(--font-mono);
  font-size: 0.875em;
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  background-color: var(--bg-muted);
  color: var(--text-primary);
  padding: 0.125rem 0.25rem;
  border-radius: var(--radius-sm);
}

.minimal_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 */
.company_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);
}

.site_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 */
.new_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);
}

.business_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);
}

.bright_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 */
.bold_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);
}

.app_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 */
.agency_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);
}

.agency_nav_link:hover,
.agency_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.pro_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 */
.layout_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) {
  .company_hero_title {
    font-size: var(--text-4xl);
  }
  
  .new_section_title {
    font-size: var(--text-3xl);
  }
  
  .elite_display_1 {
    font-size: var(--text-5xl);
  }
  
  .content_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .company_hero_title {
    font-size: var(--text-3xl);
  }
  
  .new_section_title {
    font-size: var(--text-2xl);
  }
  
  .elite_display_1 {
    font-size: var(--text-4xl);
  }
}

/* ===== LINK STYLES - ADDITIVE TO BOOTSTRAP ===== */
a:not([class]) {
  color: var(--text-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: all var(--transition-fast);
}

a:not([class]):hover,
a:not([class]):focus {
  color: var(--text-link-hover);
  text-decoration-thickness: 2px;
}

a:not([class]):visited {
  color: var(--text-link);
}

/* ===== TEXT UTILITIES ===== */
.web_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.section_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.dark_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.style_text_balance {
  text-wrap: balance;
}

.best_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .agency_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .container_caption,
  .core_overline,
  .layout_footer_text {
    color: var(--text-secondary);
  }
  
  .site_hero_subtitle,
  .business_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .company_hero_title,
  .new_section_title,
  .unique_heading_1,
  .custom_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .web_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/**
 * Font System - Global Application Rules
 * Applies dynamically selected font pairs to page elements
 * 
 * Font CSS variables are injected during build:
 * --font-primary: Body/paragraph font
 * --font-accent: Heading/title font
 * --font-heading: Alias for accent
 * --font-body: Alias for primary
 */

/* ========================================
   BASE TYPOGRAPHY
   ======================================== */

body {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ========================================
   HEADINGS
   ======================================== */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-accent);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h1, .h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
}

h2, .h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
}

h3, .h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
}

h4, .h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
}

h5, .h5 {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 500;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 500;
}

/* ========================================
   BODY TEXT & PARAGRAPHS
   ======================================== */

p {
  font-family: var(--font-body);
  margin-bottom: 1em;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
}

/* ========================================
   SPECIAL TEXT ELEMENTS
   ======================================== */

.text-accent,
.hero-title,
.section-title,
.card-title {
  font-family: var(--font-accent);
}

.subtitle,
.section-subtitle {
  font-family: var(--font-primary);
  font-weight: 500;
}

blockquote {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 1.125rem;
  border-left: 3px solid currentColor;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
}

/* ========================================
   NAVIGATION
   ======================================== */

.navbar,
.nav-link,
.navbar-brand {
  font-family: var(--font-primary);
  font-weight: 500;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn,
button {
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: 0.025em;
}

/* ========================================
   FORMS
   ======================================== */

input,
textarea,
select,
.form-control,
.form-label {
  font-family: var(--font-primary);
}

.form-label {
  font-weight: 500;
}

/* ========================================
   CARDS & COMPONENTS
   ======================================== */

.card {
  font-family: var(--font-primary);
}

.card-header,
.card-title {
  font-family: var(--font-accent);
  font-weight: 600;
}

/* ========================================
   BADGES & LABELS
   ======================================== */

.badge,
.label,
.tag {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 0.875rem;
}

/* ========================================
   FOOTER
   ======================================== */

footer,
.footer {
  font-family: var(--font-primary);
  font-size: 0.9rem;
}

footer h1, footer h2, footer h3,
footer h4, footer h5, footer h6,
.footer h1, .footer h2, .footer h3,
.footer h4, .footer h5, .footer h6 {
  font-family: var(--font-accent);
}

/* ========================================
   CODE & PREFORMATTED TEXT
   ======================================== */

code,
pre,
kbd,
samp {
  font-family: var(--font-mono);
  font-size: 0.9em;
}

/* ========================================
   UTILITIES
   ======================================== */

.font-primary {
  font-family: var(--font-primary) !important;
}

.font-accent {
  font-family: var(--font-accent) !important;
}

.font-heading {
  font-family: var(--font-heading) !important;
}

.font-body {
  font-family: var(--font-body) !important;
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
   ======================================== */

@media (max-width: 768px) {
  body {
    font-size: 0.95rem;
  }
  
  .lead {
    font-size: 1.125rem;
  }
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
  body {
    font-family: var(--font-primary);
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-accent);
    page-break-after: avoid;
  }
}





/* ===== LAYOUT UTILITIES ===== */
.clean_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.top_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.smart_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.brand_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.base_stack {
  display: flex;
  flex-direction: column;
}

.premium95_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bold10_full_height {
  min-height: 100vh;
}

.unique11_section_height {
  min-height: 80vh;
}

.fresh48_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.container24_m_0 { margin: 0; }
.custom38_m_1 { margin: var(--space-1); }
.digital12_m_2 { margin: var(--space-2); }
.agency4_m_3 { margin: var(--space-3); }
.unique79_m_4 { margin: var(--space-4); }
.company80_m_6 { margin: var(--space-6); }
.digital52_m_8 { margin: var(--space-8); }
.minimal53_m_12 { margin: var(--space-12); }
.creative40_m_16 { margin: var(--space-16); }

.web83_mx_auto { margin-left: auto; margin-right: auto; }
.ui99_my_auto { margin-top: auto; margin-bottom: auto; }

.studio53_mt_0 { margin-top: 0; }
.company50_mt_4 { margin-top: var(--space-4); }
.app52_mt_8 { margin-top: var(--space-8); }
.modern65_mt_12 { margin-top: var(--space-12); }

.light80_mb_0 { margin-bottom: 0; }
.core54_mb_4 { margin-bottom: var(--space-4); }
.elite90_mb_8 { margin-bottom: var(--space-8); }
.premium73_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.pro11_p_0 { padding: 0; }
.minimal8_p_1 { padding: var(--space-1); }
.new53_p_2 { padding: var(--space-2); }
.elite54_p_3 { padding: var(--space-3); }
.digital84_p_4 { padding: var(--space-4); }
.clean5_p_6 { padding: var(--space-6); }
.best27_p_8 { padding: var(--space-8); }

.elite29_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.style76_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.content24_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.best48_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.top38_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.app98_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.fresh11_gap_1 { gap: var(--space-1); }
.elite5_gap_2 { gap: var(--space-2); }
.layout3_gap_3 { gap: var(--space-3); }
.dark76_gap_4 { gap: var(--space-4); }
.bright51_gap_6 { gap: var(--space-6); }
.site79_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.layout45_shadow_none { box-shadow: var(--shadow-none); }
.clean44_shadow_xs { box-shadow: var(--shadow-xs); }
.light63_shadow_sm { box-shadow: var(--shadow-sm); }
.creative97_shadow_md { box-shadow: var(--shadow-md); }
.clean99_shadow_lg { box-shadow: var(--shadow-lg); }
.company94_shadow_xl { box-shadow: var(--shadow-xl); }
.fresh12_shadow_2xl { box-shadow: var(--shadow-2xl); }
.container49_shadow_inner { box-shadow: var(--shadow-inner); }
.light16_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.pro52_radius_none { border-radius: var(--radius-none); }
.design37_radius_xs { border-radius: var(--radius-xs); }
.agency30_radius_sm { border-radius: var(--radius-sm); }
.ui90_radius_md { border-radius: var(--radius-md); }
.business37_radius_lg { border-radius: var(--radius-lg); }
.base92_radius_xl { border-radius: var(--radius-xl); }
.modern72_radius_2xl { border-radius: var(--radius-2xl); }
.light75_radius_3xl { border-radius: var(--radius-3xl); }
.layout49_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.prime26_gradient_primary {
  background: var(--gradient-primary);
}

.smart61_gradient_secondary {
  background: var(--gradient-secondary);
}

.agency8_gradient_hero {
  background: var(--gradient-hero);
}

.ui64_gradient_card {
  background: var(--gradient-card);
}

.base3_gradient_overlay {
  position: relative;
}

.base3_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;
}

.base3_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.modern34_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.modern34_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.new92_hover_scale {
  transition: transform var(--transition-normal);
}

.new92_hover_scale:hover {
  transform: scale(1.02);
}

.app41_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.app41_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.custom42_hover_fade {
  transition: opacity var(--transition-normal);
}

.custom42_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.new10_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.new10_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.brand6_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.business69_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.base18_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.fresh36_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.company33_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.agency11_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.custom51_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.style32_timeline {
  position: relative;
}

.style32_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.core8_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.core8_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.core8_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.layout4_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.theme16_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;
  }
}

.theme46_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;
  }
}

.dark18_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 */
.unique77_transition_all {
  transition: var(--transition-all);
}

.brand46_transition_fast {
  transition: all var(--transition-fast);
}

.best58_transition_normal {
  transition: all var(--transition-normal);
}

.ui11_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.top49_bg_primary { background-color: var(--bg-primary); }
.smart56_bg_secondary { background-color: var(--bg-secondary); }
.creative96_bg_muted { background-color: var(--bg-muted); }
.light53_bg_glass { background-color: var(--bg-glass); }

.layout10_text_primary { color: var(--text-primary); }
.base30_text_secondary { color: var(--text-secondary); }
.style13_text_muted { color: var(--text-muted); }
.fresh70_text_inverse { color: var(--text-inverse); }
.clean91_text_link { color: var(--text-link); }

.layout46_border_light { border-color: var(--border-light); }
.company18_border_medium { border-color: var(--border-medium); }
.main49_border_strong { border-color: var(--border-strong); }
.base57_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .base18_services_grid,
  .company33_features_grid,
  .fresh36_team_grid,
  .custom51_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .agency11_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .style32_timeline::before {
    left: 30px;
  }
  
  .core8_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .unique11_section_height {
    min-height: 60vh;
  }
  
  .fresh48_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .agency11_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .core8_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.agency85_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;
}

.top1_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.dark90_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);
}

.dark90_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .premium49_no_print {
    display: none !important;
  }
  
  .top3_print_only {
    display: block !important;
  }
  
  .clean44_shadow_xs,
  .light63_shadow_sm,
  .creative97_shadow_md,
  .clean99_shadow_lg,
  .company94_shadow_xl,
  .fresh12_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .layout4_fade_in,
  .theme16_slide_up,
  .theme46_slide_in_left,
  .dark18_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .modern34_hover_lift,
  .new92_hover_scale,
  .app41_hover_shadow,
  .custom42_hover_fade,
  .unique77_transition_all,
  .brand46_transition_fast,
  .best58_transition_normal,
  .ui11_transition_slow {
    transition: none;
  }
}

/* ===================================
   Header v-108 - Professional Blue
   =================================== */

.header-variant {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--surface-primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  transition: all 0.3s ease;
}

.header-variant .navbar {
  padding: 1rem 0;
  position: relative;
}

.header-variant .container {
  position: relative;
}

/* ===================================
   Brand / Site Name
   =================================== */

.header-variant .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10002;
}

.header-variant .navbar-brand:hover {
  color: var(--primary-500);
  transform: translateY(-1px);
}

/* ===================================
   Custom Hamburger Menu Icon
   =================================== */

.header-variant .menu-toggle-input {
  display: none;
}

.header-variant .hamburger-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 22px;
  cursor: pointer;
  position: relative;
  z-index: 10003;
  background: transparent;
  border: none;
  padding: 0;
}

.header-variant .hamburger-line {
  width: 100%;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

/* Hamburger Animation to X */
.header-variant .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg);
}

.header-variant .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-variant .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg);
}

/* ===================================
   Navigation Links - Desktop
   =================================== */

.header-variant .navbar-collapse-wrapper {
  display: flex;
  align-items: center;
}

.header-variant .navbar-nav {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-variant .nav-item {
  margin: 0;
}

.header-variant .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.header-variant .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.header-variant .nav-link:hover {
  color: var(--primary-500);
}

.header-variant .nav-link:hover::after {
  width: 60%;
}

/* ===================================
   Decorative Elements
   =================================== */

.header-variant .header-decoration {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

.header-variant .decoration-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-300) 20%, transparent),
    color-mix(in srgb, var(--primary-500) 10%, transparent)
  );
  filter: blur(30px);
  opacity: 0.6;
}

.header-variant .decoration-line {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 150px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary-300),
    transparent
  );
  transform: translateY(-50%);
}

/* ===================================
   Mobile Menu Backdrop
   =================================== */

.header-variant .menu-backdrop {
  display: none;
}

/* ===================================
   Mobile Responsive Styles
   =================================== */

@media (max-width: 991.98px) {
  /* Show Hamburger Toggle */
  .header-variant .hamburger-toggle {
    display: flex;
  }

  /* Menu Backdrop */
  .header-variant .menu-backdrop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: -1;
  }

  .header-variant .menu-toggle-input:checked ~ .navbar-collapse-wrapper .menu-backdrop {
    opacity: 1;
    visibility: visible;
  }

  /* Mobile Navigation Container */
  .header-variant .navbar-nav-container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    max-width: 85vw;
    height: 100vh;
    background: var(--surface-primary);
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    padding: 5rem 2rem 2rem;
    transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow-y: auto;
    z-index: 10;
  }

  .header-variant .menu-toggle-input:checked ~ .navbar-collapse-wrapper .navbar-nav-container {
    right: 0;
  }

  /* Mobile Navigation Links */
  .header-variant .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
  }

  .header-variant .nav-item {
    width: 100%;
    border-bottom: 1px solid var(--neutral-100);
    opacity: 0;
    transform: translateX(30px);
    animation: slideInNav 0.4s ease forwards;
  }

  .header-variant .menu-toggle-input:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }

  .header-variant .menu-toggle-input:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(2) {
    animation-delay: 0.2s;
  }

  .header-variant .menu-toggle-input:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(3) {
    animation-delay: 0.3s;
  }

  .header-variant .menu-toggle-input:checked ~ .navbar-collapse-wrapper .nav-item:nth-child(4) {
    animation-delay: 0.4s;
  }

  .header-variant .nav-link {
    width: 100%;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .header-variant .nav-link::after {
    display: none;
  }

  /* Hide Decorative Elements on Mobile */
  .header-variant .header-decoration {
    display: none;
  }
}

/* Slide-in Animation for Mobile Nav Items */
@keyframes slideInNav {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ===================================
   Tablet Adjustments
   =================================== */

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-variant .navbar-nav-container {
    width: 320px;
  }

  .header-variant .nav-link {
    font-size: 1.25rem;
    padding: 1.25rem 0;
  }
}

/* ===================================
   Desktop Large Screens
   =================================== */

@media (min-width: 1400px) {
  .header-variant .navbar-brand {
    font-size: 1.75rem;
  }

  .header-variant .nav-link {
    font-size: 1.125rem;
    padding: 0.5rem 1.5rem;
  }

  .header-variant .decoration-circle {
    width: 120px;
    height: 120px;
  }
}

/* ===================================
   Accessibility Improvements
   =================================== */

.header-variant .hamburger-toggle:focus {
  outline: 2px solid var(--primary-500);
  outline-offset: 4px;
  border-radius: 4px;
}

.header-variant .nav-link:focus {
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ===================================
   Print Styles
   =================================== */

@media print {
  .header-variant .hamburger-toggle,
  .header-variant .menu-backdrop,
  .header-variant .header-decoration {
    display: none;
  }

  .header-variant .navbar-nav {
    display: flex;
    flex-direction: row;
  }
}

/* ===================================
   Hero Section v-134 - Professional Blue
   =================================== */

.hero-pro {
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%);
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Content Styling */
.hero-pro .hero-content {
  position: relative;
  z-index: 3;
}

/* Badge */
.hero-pro .hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent);
  animation: float 3s ease-in-out infinite;
}

.hero-pro .hero-badge i {
  font-size: 1.75rem;
  color: var(--light);
}

/* Typography */
.hero-pro .hero-title {
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.hero-pro .hero-subtitle {
  color: var(--primary-700);
  font-weight: 500;
  line-height: 1.5;
}

.hero-pro .hero-description {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 560px;
}

/* Trust Indicators */
.hero-pro .hero-trust-indicators {
  padding: 1.5rem 0;
  border-top: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
}

.hero-pro .trust-icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--light);
  border: 2px solid var(--primary-100);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.hero-pro .trust-icon-item i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.hero-pro .trust-icon-item:hover {
  background: var(--primary-500);
  border-color: var(--primary-500);
  transform: translateY(-4px);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

.hero-pro .trust-icon-item:hover i {
  color: var(--light);
}

/* Image Wrapper */
.hero-pro .hero-image-wrapper {
  position: relative;
  z-index: 2;
  min-height: 500px;
}

.hero-pro .hero-image-container {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 60px color-mix(in srgb, var(--primary-500) 15%, transparent),
    0 0 0 1px color-mix(in srgb, var(--primary-300) 20%, transparent);
  background: var(--light);
}

.hero-pro .hero-main-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.hero-pro .hero-image-container:hover .hero-main-image {
  transform: scale(1.05);
}

/* Decorative Blobs */
.hero-pro .decorative-blob {
  position: absolute;
  border-radius: 40% 60% 60% 40% / 50% 60% 40% 50%;
  opacity: 0.15;
  animation: morph 8s ease-in-out infinite;
  z-index: 1;
}

.hero-pro .blob-1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  top: -10%;
  right: -5%;
  animation-delay: 0s;
}

.hero-pro .blob-2 {
  width: 320px;
  height: 320px;
  background: linear-gradient(225deg, var(--primary-500), var(--primary-700));
  bottom: -10%;
  left: -5%;
  animation-delay: 2s;
}

/* Decorative Circles */
.hero-pro .decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  opacity: 0.3;
  animation: pulse-border 3s ease-in-out infinite;
  z-index: 1;
}

.hero-pro .circle-1 {
  width: 180px;
  height: 180px;
  top: 15%;
  right: 10%;
  animation-delay: 0.5s;
}

.hero-pro .circle-2 {
  width: 120px;
  height: 120px;
  bottom: 20%;
  left: 5%;
  animation-delay: 1.5s;
}

/* Floating Icons */
.hero-pro .floating-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: var(--light);
  border: 3px solid var(--primary-500);
  border-radius: 16px;
  box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 25%, transparent);
  z-index: 3;
  animation: float 4s ease-in-out infinite;
}

.hero-pro .floating-icon i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

.hero-pro .icon-1 {
  top: 8%;
  left: 8%;
  animation-delay: 0s;
}

.hero-pro .icon-2 {
  top: 50%;
  right: 5%;
  animation-delay: 1s;
}

.hero-pro .icon-3 {
  bottom: 12%;
  left: 12%;
  animation-delay: 2s;
}

/* Dots Pattern */
.hero-pro .dots-pattern {
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.2;
  z-index: 1;
}

.hero-pro .pattern-1 {
  top: 5%;
  right: 15%;
}

.hero-pro .pattern-2 {
  bottom: 10%;
  left: 10%;
}

/* Background Decorations */
.hero-pro .hero-bg-decoration {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 1;
}

.hero-pro .decoration-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  top: -15%;
  left: -10%;
  animation: rotate-slow 30s linear infinite;
}

.hero-pro .decoration-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--primary-700), transparent 70%);
  bottom: -10%;
  right: -5%;
  animation: rotate-slow 25s linear infinite reverse;
}

/* Wave Background */
.hero-pro .hero-bg-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--primary-50) 50%, transparent) 100%);
  z-index: 1;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 60% 40% / 50% 60% 40% 50%;
    transform: rotate(0deg) scale(1);
  }
  25% {
    border-radius: 60% 40% 50% 50% / 40% 50% 60% 50%;
    transform: rotate(90deg) scale(1.1);
  }
  50% {
    border-radius: 50% 50% 40% 60% / 60% 40% 50% 50%;
    transform: rotate(180deg) scale(1);
  }
  75% {
    border-radius: 50% 60% 50% 40% / 50% 50% 60% 40%;
    transform: rotate(270deg) scale(1.1);
  }
}

@keyframes pulse-border {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
}

@keyframes rotate-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .hero-pro {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-pro .hero-title {
    font-size: 2.5rem;
  }

  .hero-pro .hero-image-wrapper {
    min-height: 400px;
  }

  .hero-pro .decorative-blob {
    width: 250px !important;
    height: 250px !important;
  }

  .hero-pro .floating-icon {
    width: 52px;
    height: 52px;
  }

  .hero-pro .floating-icon i {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .hero-pro .hero-title {
    font-size: 2rem;
  }

  .hero-pro .hero-subtitle {
    font-size: 1.25rem;
  }

  .hero-pro .hero-description {
    font-size: 1rem;
  }

  .hero-pro .hero-image-wrapper {
    min-height: 350px;
  }

  .hero-pro .trust-icons {
    justify-content: center;
  }

  .hero-pro .trust-icon-item {
    width: 48px;
    height: 48px;
  }

  .hero-pro .trust-icon-item i {
    font-size: 1.25rem;
  }

  .hero-pro .decorative-circle {
    display: none;
  }

  .hero-pro .dots-pattern {
    width: 60px;
    height: 60px;
    background-size: 15px 15px;
  }
}

@media (max-width: 575.98px) {
  .hero-pro .hero-badge {
    width: 50px;
    height: 50px;
  }

  .hero-pro .hero-badge i {
    font-size: 1.5rem;
  }

  .hero-pro .floating-icon {
    width: 44px;
    height: 44px;
  }

  .hero-pro .floating-icon i {
    font-size: 1rem;
  }

  .hero-pro .hero-image-wrapper {
    min-height: 300px;
  }
}

/* ============================================
   About Section v-143 - Professional Blue Theme
   ============================================ */

.about-section-bold {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header Styles */
.about-section-bold .section-header .subtitle {
  color: var(--primary-500);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.about-section-bold .section-header h1 {
  color: var(--text-primary);
  line-height: 1.2;
}

.about-section-bold .section-header .lead {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

/* Feature Cards */
.about-section-bold .feature-card {
  padding: 1.5rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
  transition: all 0.3s ease;
  height: 100%;
}

.about-section-bold .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-color: var(--primary-300);
}

.about-section-bold .feature-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-500) 10%, var(--surface-primary));
  border-radius: 10px;
  transition: all 0.3s ease;
}

.about-section-bold .feature-icon i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

.about-section-bold .feature-card:hover .feature-icon {
  background: var(--primary-500);
  transform: scale(1.1);
}

.about-section-bold .feature-card:hover .feature-icon i {
  color: var(--light);
}

.about-section-bold .feature-card h3 {
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.about-section-bold .feature-card p {
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Image Gallery Styles */
.about-section-bold .image-gallery-wrapper {
  position: relative;
  z-index: 2;
}

.about-section-bold .image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s ease;
}

.about-section-bold .image-frame img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.4s ease;
}

.about-section-bold .image-frame:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.about-section-bold .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 20%, transparent),
    color-mix(in srgb, var(--primary-700) 10%, transparent)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.about-section-bold .image-frame:hover .image-overlay {
  opacity: 1;
}

/* Main Image Container */
.about-section-bold .main-image-container {
  position: relative;
}

.about-section-bold .main-image-container .image-frame {
  box-shadow: 0 20px 60px color-mix(in srgb, var(--neutral-900) 15%, transparent);
}

/* Secondary Images */
.about-section-bold .secondary-image-container .image-frame.small {
  box-shadow: 0 8px 24px color-mix(in srgb, var(--neutral-900) 10%, transparent);
}

/* Decorative Elements */
.about-section-bold .decorative-blob {
  position: absolute;
  top: 10%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent),
    transparent 70%
  );
  border-radius: 50%;
  z-index: 1;
  animation: float 20s ease-in-out infinite;
}

.about-section-bold .decorative-dots {
  position: absolute;
  bottom: 15%;
  left: -5%;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(
    circle,
    var(--primary-500) 2px,
    transparent 2px
  );
  background-size: 20px 20px;
  opacity: 0.3;
  z-index: 1;
}

.about-section-bold .decorative-circle {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 80px;
  height: 80px;
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  opacity: 0.4;
  z-index: 1;
  animation: pulse 3s ease-in-out infinite;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .about-section-bold .section-header h1 {
    font-size: 2rem;
  }

  .about-section-bold .image-gallery-wrapper {
    margin-top: 2rem;
  }

  .about-section-bold .decorative-blob {
    width: 300px;
    height: 300px;
    top: 5%;
    right: -20%;
  }
}

@media (max-width: 767px) {
  .about-section-bold .section-header h1 {
    font-size: 1.75rem;
  }

  .about-section-bold .section-header .lead {
    font-size: 1rem;
  }

  .about-section-bold .feature-card {
    padding: 1.25rem;
  }

  .about-section-bold .feature-icon {
    width: 40px;
    height: 40px;
  }

  .about-section-bold .feature-icon i {
    font-size: 1.25rem;
  }

  .about-section-bold .decorative-dots {
    width: 80px;
    height: 80px;
    bottom: 10%;
  }

  .about-section-bold .decorative-circle {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 575px) {
  .about-section-bold .features-grid .col-md-6 {
    margin-bottom: 0;
  }

  .about-section-bold .secondary-image-container {
    margin-bottom: 0.75rem;
  }
}

/* Print Styles */
@media print {
  .about-section-bold .decorative-blob,
  .about-section-bold .decorative-dots,
  .about-section-bold .decorative-circle {
    display: none;
  }

  .about-section-bold .feature-card {
    break-inside: avoid;
  }
}

/* ===================================
   Features Section v-098
   Theme: Professional Blue
   =================================== */

.features-bold {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Header Section */
.features-header {
  margin-bottom: 60px;
}

.features-main-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.features-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.features-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Decorative Divider */
.decorative-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
}

.divider-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-300) 50%, 
    transparent 100%
  );
}

.divider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  box-shadow: 0 0 12px color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}

/* Feature Card */
.feature-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 40px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-900) 5%, transparent 95%);
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 
    0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    0 0 0 1px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}

/* Icon Wrapper */
.feature-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    var(--primary-100) 0%, 
    color-mix(in srgb, var(--primary-300) 40%, var(--primary-100) 60%) 100%
  );
  border-radius: 20px;
  transition: all 0.4s ease;
}

.feature-card:hover .icon-background {
  transform: rotate(10deg) scale(1.1);
  background: linear-gradient(135deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 100%
  );
}

.feature-icon {
  position: relative;
  font-size: 2.5rem;
  color: var(--primary-500);
  z-index: 1;
  transition: all 0.4s ease;
}

.feature-card:hover .feature-icon {
  color: var(--surface-primary);
  transform: scale(1.1);
}

/* Content */
.feature-content {
  flex-grow: 1;
}

.feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.feature-card:hover .feature-title {
  color: var(--primary-700);
}

.feature-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Accent Line */
.feature-accent-line {
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-300) 100%
  );
  margin-top: 24px;
  border-radius: 2px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover .feature-accent-line {
  width: 100%;
}

/* Decorative Shapes */
.decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.shape-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
}

.shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: -150px;
  left: -100px;
  animation: float 25s ease-in-out infinite reverse;
}

.shape-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%, 
    transparent 70%
  );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 15s ease-in-out infinite;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(5deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(-5deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.5;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .features-bold {
    padding: 60px 0;
  }

  .features-main-title {
    font-size: 2.25rem;
  }

  .features-subtitle {
    font-size: 1.25rem;
  }

  .features-description {
    font-size: 1rem;
  }

  .features-header {
    margin-bottom: 50px;
  }

  .feature-card {
    padding: 32px 24px;
  }

  .feature-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }

  .feature-icon {
    font-size: 2rem;
  }

  .feature-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767.98px) {
  .features-bold {
    padding: 50px 0;
  }

  .features-main-title {
    font-size: 1.875rem;
  }

  .features-subtitle {
    font-size: 1.125rem;
  }

  .features-description {
    font-size: 0.9375rem;
  }

  .decorative-divider {
    margin-bottom: 40px;
  }

  .divider-line {
    width: 60px;
  }

  .feature-card {
    padding: 28px 20px;
  }

  .feature-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .feature-icon {
    font-size: 1.75rem;
  }

  .feature-title {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }

  .feature-text {
    font-size: 0.9375rem;
  }

  .feature-accent-line {
    margin-top: 20px;
    height: 2px;
  }

  .shape-1 {
    width: 250px;
    height: 250px;
  }

  .shape-2 {
    width: 200px;
    height: 200px;
  }

  .shape-blob {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .features-bold {
    padding: 40px 0;
  }

  .features-main-title {
    font-size: 1.625rem;
  }

  .features-header {
    margin-bottom: 40px;
  }

  .feature-card {
    padding: 24px 18px;
  }
}

/* ========================================
   Services V-135 - Professional Blue Theme
   ======================================== */

.services-primary {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.services-primary .section-header {
  position: relative;
  z-index: 2;
}

.services-primary #services-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.services-primary #services-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  letter-spacing: -0.3px;
}

.services-primary #services-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Decorative Line */
.services-primary .decorative-line-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  opacity: 0.6;
}

.services-primary .decorative-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}

.services-primary .decorative-icon {
  color: var(--primary-500);
  font-size: 1rem;
}

/* Services Grid */
.services-primary .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .services-primary .services-grid {
    grid-template-columns: 1fr;
  }
}

/* Service Card */
.services-primary .service-card {
  position: relative;
  height: 100%;
  transition: transform 0.3s ease;
}

.services-primary .service-card:hover {
  transform: translateY(-8px);
}

.services-primary .service-card-inner {
  position: relative;
  height: 100%;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}

.services-primary .service-card:hover .service-card-inner {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Service Icon */
.services-primary .service-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-primary .service-icon {
  font-size: 2.5rem;
  color: var(--primary-500);
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.services-primary .service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
}

.services-primary .icon-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-50), color-mix(in srgb, var(--primary-100) 50%, white 50%));
  border-radius: 20px;
  transform: rotate(10deg);
  transition: transform 0.3s ease;
}

.services-primary .service-card:hover .icon-bg-shape {
  transform: rotate(20deg) scale(1.05);
}

/* Service Content */
.services-primary .service-content {
  position: relative;
  z-index: 2;
}

.services-primary .service-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.services-primary .service-description {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.services-primary .service-features {
  font-size: 0.9rem;
  color: var(--primary-700);
  background: color-mix(in srgb, var(--primary-50) 60%, white 40%);
  padding: 1rem 1.25rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  border-left: 3px solid var(--primary-500);
  font-weight: 500;
}

/* Service Pricing */
.services-primary .service-pricing {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}

.services-primary .pricing-label {
  font-size: 0.85rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.services-primary .price-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary-500);
  letter-spacing: -0.5px;
}

/* Card Decorative Corner */
.services-primary .card-decorative-corner {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent 85%), transparent);
  border-radius: 50%;
  pointer-events: none;
  transition: all 0.3s ease;
}

.services-primary .service-card:hover .card-decorative-corner {
  top: -40px;
  right: -40px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 25%, transparent 75%), transparent);
}

/* Background Decorations */
.services-primary .background-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.services-primary .floating-shape {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 10%, transparent 90%), transparent);
  animation: float 20s infinite ease-in-out;
}

.services-primary .floating-shape.shape-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -100px;
  animation-delay: 0s;
}

.services-primary .floating-shape.shape-2 {
  width: 200px;
  height: 200px;
  top: 60%;
  right: -50px;
  animation-delay: 5s;
}

.services-primary .floating-shape.shape-3 {
  width: 250px;
  height: 250px;
  bottom: 10%;
  left: 15%;
  animation-delay: 10s;
}

.services-primary .floating-shape.shape-4 {
  width: 180px;
  height: 180px;
  top: 30%;
  right: 20%;
  animation-delay: 15s;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .services-primary .services-grid {
    gap: 1.5rem;
  }
  
  .services-primary .service-card-inner {
    padding: 2rem;
  }
}

@media (max-width: 576px) {
  .services-primary #services-title {
    font-size: 2rem;
  }
  
  .services-primary #services-subtitle {
    font-size: 1.25rem;
  }
  
  .services-primary .service-card-inner {
    padding: 1.75rem;
  }
  
  .services-primary .service-icon-wrapper {
    width: 70px;
    height: 70px;
  }
  
  .services-primary .service-icon {
    font-size: 2rem;
  }
  
  .services-primary .service-title {
    font-size: 1.25rem;
  }
  
  .services-primary .price-value {
    font-size: 1.5rem;
  }
}

/* High Contrast Accessibility */
@media (prefers-contrast: high) {
  .services-primary .service-card-inner {
    border: 2px solid var(--neutral-700);
  }
  
  .services-primary .service-title,
  .services-primary .price-value {
    color: var(--neutral-900);
  }
}

/* Print Styles */
@media print {
  .services-primary {
    background: white;
  }
  
  .services-primary .background-decorations {
    display: none;
  }
  
  .services-primary .service-card {
    break-inside: avoid;
  }
}

.priceplan-section-variant {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Decorative Shapes */
.priceplan-section-variant .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-variant .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  opacity: 0.4;
}

.priceplan-section-variant .shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
}

.priceplan-section-variant .shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  right: -50px;
}

/* Section Header */
.priceplan-section-variant .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.priceplan-section-variant .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
}

.priceplan-section-variant .section-desc {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Price Card */
.priceplan-section-variant .price-card {
  position: relative;
  background: var(--light);
  border: 2px solid var(--neutral-100);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  z-index: 1;
}

.priceplan-section-variant .price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.priceplan-section-variant .price-card.featured {
  border-color: var(--primary-500);
  border-width: 3px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.priceplan-section-variant .featured-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--light);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Card Header */
.priceplan-section-variant .card-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.priceplan-section-variant .icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 50%;
  font-size: 2rem;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.priceplan-section-variant .price-card:hover .icon-wrapper {
  transform: scale(1.1) rotate(10deg);
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
}

.priceplan-section-variant .plan-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
}

/* Card Body */
.priceplan-section-variant .price-wrapper {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid var(--neutral-100);
}

.priceplan-section-variant .plan-price {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-500);
  margin: 0;
  line-height: 1;
}

.priceplan-section-variant .plan-price span {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.priceplan-section-variant .plan-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  min-height: 80px;
}

/* Features */
.priceplan-section-variant .plan-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.priceplan-section-variant .feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: var(--text-primary);
}

.priceplan-section-variant .feature-item i {
  font-size: 1.25rem;
  color: var(--primary-500);
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .priceplan-section-variant .section-title {
    font-size: 2rem;
  }

  .priceplan-section-variant .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-variant .plan-price {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-variant .section-title {
    font-size: 1.75rem;
  }

  .priceplan-section-variant .price-card {
    padding: 1.5rem;
  }

  .priceplan-section-variant .plan-desc {
    min-height: auto;
  }
}





/* ====================================
   Team Section v-128 - Professional Blue
   ==================================== */

.team-section-bold {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.team-section-bold .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: 50%;
  position: relative;
}

.team-section-bold .badge-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  display: block;
  animation: pulse-v128 2s ease-in-out infinite;
}

@keyframes pulse-v128 {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}

.team-section-bold .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.team-section-bold .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team-section-bold .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Team Cards */
.team-section-bold .team-card {
  background: var(--surface-secondary);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-section-bold .team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* Team Image */
.team-section-bold .team-image-wrapper {
  position: relative;
  padding-top: 100%; /* 1:1 aspect ratio */
  overflow: hidden;
  background: var(--neutral-100);
}

.team-section-bold .team-member-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-section-bold .team-card:hover .team-member-photo {
  transform: scale(1.08);
}

.team-section-bold .image-decoration {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 90%, white);
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-section-bold .team-card:hover .image-decoration {
  opacity: 0.2;
  transform: scale(1);
}

.team-section-bold .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 50%,
    color-mix(in srgb, var(--primary-700) 40%, transparent) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.team-section-bold .team-card:hover .image-overlay {
  opacity: 1;
}

/* Team Content */
.team-section-bold .team-content {
  padding: 2rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-section-bold .member-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.team-section-bold .team-card:hover .member-name {
  color: var(--primary-500);
}

.team-section-bold .member-role {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 1rem;
  font-weight: 500;
}

.team-section-bold .member-accent-line {
  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-section-bold .team-card:hover .member-accent-line {
  transform: scaleX(1);
}

/* Decorative Card */
.team-section-bold .team-decoration-card {
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 8%, transparent) 0%,
    color-mix(in srgb, var(--primary-300) 8%, transparent) 100%
  );
  border-radius: 16px;
  height: 100%;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.team-section-bold .decoration-circle {
  width: 150px;
  height: 150px;
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  position: relative;
  animation: rotate-v128 20s linear infinite;
}

.team-section-bold .decoration-circle::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
}

@keyframes rotate-v128 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.team-section-bold .decoration-lines {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 3rem;
}

.team-section-bold .decoration-lines .line {
  display: block;
  height: 2px;
  background: var(--primary-300);
  border-radius: 2px;
  animation: line-expand-v128 3s ease-in-out infinite;
}

.team-section-bold .decoration-lines .line:nth-child(1) {
  width: 80px;
  animation-delay: 0s;
}

.team-section-bold .decoration-lines .line:nth-child(2) {
  width: 100px;
  animation-delay: 0.5s;
}

.team-section-bold .decoration-lines .line:nth-child(3) {
  width: 60px;
  animation-delay: 1s;
}

@keyframes line-expand-v128 {
  0%, 100% {
    transform: scaleX(1);
    opacity: 0.5;
  }
  50% {
    transform: scaleX(1.3);
    opacity: 1;
  }
}

/* Background Decorations */
.team-section-bold .bg-decoration {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}

.team-section-bold .decoration-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 12%, transparent) 0%,
    transparent 70%
  );
  top: -100px;
  right: -100px;
}

.team-section-bold .decoration-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 8%, transparent) 0%,
    transparent 70%
  );
  bottom: -80px;
  left: -80px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .team-section-bold {
    padding: 80px 0;
  }

  .team-section-bold .section-title {
    font-size: 2rem;
  }

  .team-section-bold .section-subtitle {
    font-size: 1.125rem;
  }

  .team-section-bold .section-description {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .team-section-bold {
    padding: 60px 0;
  }

  .team-section-bold .section-title {
    font-size: 1.75rem;
  }

  .team-section-bold .team-content {
    padding: 1.5rem;
  }

  .team-section-bold .member-name {
    font-size: 1.25rem;
  }

  .team-section-bold .member-role {
    font-size: 0.9375rem;
  }
}

@media (max-width: 575.98px) {
  .team-section-bold .section-title {
    font-size: 1.5rem;
  }

  .team-section-bold .decorative-badge {
    width: 50px;
    height: 50px;
  }

  .team-section-bold .badge-dot {
    width: 10px;
    height: 10px;
  }
}

/* Reviews section */
.reviews-section-modern {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.reviews-section-modern .header-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: white;
  font-size: 1.5rem;
  margin: 0 auto;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent);
}

.reviews-section-modern #reviews-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
}

.reviews-section-modern #reviews-subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.reviews-section-modern #reviews-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Masonry Grid */
.reviews-section-modern .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  grid-auto-flow: dense;
}

.reviews-section-modern .masonry-item {
  display: flex;
}

.reviews-section-modern .item-small {
  grid-row: span 1;
}

.reviews-section-modern .item-medium {
  grid-row: span 2;
}

.reviews-section-modern .item-large {
  grid-row: span 3;
}

/* Review Box */
.reviews-section-modern .review-box {
  background: white;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-50);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.reviews-section-modern .review-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.reviews-section-modern .review-box:hover::before {
  transform: scaleX(1);
}

.reviews-section-modern .review-box:hover {
  transform: translateY(-5px) rotate(1deg);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Review Header */
.reviews-section-modern .review-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.reviews-section-modern .avatar-wrapper {
  position: relative;
  flex-shrink: 0;
}

.reviews-section-modern .avatar-badge {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
}

.reviews-section-modern .avatar-ring {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 2px dashed var(--primary-300);
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.reviews-section-modern .reviewer-title {
  color: var(--text-primary);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

/* Review Body */
.reviews-section-modern .quote-mark {
  font-size: 2rem;
  color: var(--primary-500);
  opacity: 0.3;
  margin-bottom: 1rem;
}

.reviews-section-modern .review-quote {
  color: var(--text-primary);
  font-size: 0.95rem;
  line-height: 1.7;
  font-style: italic;
  margin: 0;
}

/* Decorative Circles */
.reviews-section-modern .deco-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
}

.reviews-section-modern .circle-1 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
}

.reviews-section-modern .circle-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-700);
  bottom: 10%;
  left: -50px;
}

.reviews-section-modern .circle-3 {
  width: 180px;
  height: 180px;
  background: var(--primary-300);
  top: 40%;
  right: 10%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .reviews-section-modern .masonry-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  
  .reviews-section-modern .item-large,
  .reviews-section-modern .item-medium {
    grid-row: span 2;
  }
}

@media (max-width: 767px) {
  .reviews-section-modern #reviews-title {
    font-size: 2rem;
  }
  
  .reviews-section-modern #reviews-subtitle {
    font-size: 1.25rem;
  }
  
  .reviews-section-modern .masonry-grid {
    grid-template-columns: 1fr;
  }
  
  .reviews-section-modern .item-large,
  .reviews-section-modern .item-medium,
  .reviews-section-modern .item-small {
    grid-row: span 1;
  }
  
  .reviews-section-modern .review-box {
    padding: 1.5rem;
  }
  
  .reviews-section-modern .avatar-badge {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
  }
}





.casestudy-section {
  position: relative;
  padding: 80px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.casestudy-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.casestudy-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.casestudy-desc {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* List Item */
.casestudy-list-item {
  position: relative;
  margin-bottom: 40px;
  padding: 35px;
  background: var(--surface-secondary);
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.casestudy-list-item:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateX(10px);
}

/* Number Badge */
.casestudy-number-badge {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 40%, transparent);
  transition: all 0.3s ease;
}

.casestudy-list-item:hover .casestudy-number-badge {
  transform: scale(1.1) rotate(5deg);
}

.casestudy-number-badge span {
  font-size: 2rem;
  font-weight: 700;
  color: var(--light);
}

/* Content */
.casestudy-content {
  position: relative;
  padding-left: 25px;
}

.casestudy-accent-border {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(to bottom, var(--primary-500), var(--primary-300));
  border-radius: 3px;
  transition: all 0.3s ease;
}

.casestudy-list-item:hover .casestudy-accent-border {
  width: 8px;
  box-shadow: 0 0 20px color-mix(in srgb, var(--primary-500) 60%, transparent);
}

.casestudy-list-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 15px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.casestudy-list-item:hover .casestudy-list-title {
  color: var(--primary-500);
}

.casestudy-list-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Icon Row */
.casestudy-icon-row {
  display: flex;
  gap: 15px;
  align-items: center;
}

.casestudy-icon-row i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.casestudy-list-item:hover .casestudy-icon-row i {
  transform: translateY(-3px);
}

.casestudy-icon-row i:nth-child(1) {
  transition-delay: 0s;
}

.casestudy-icon-row i:nth-child(2) {
  transition-delay: 0.05s;
}

.casestudy-icon-row i:nth-child(3) {
  transition-delay: 0.1s;
}

/* Decorative Gradients */
.decorative-gradient {
  position: absolute;
  pointer-events: none;
  filter: blur(100px);
  opacity: 0.1;
}

.gradient-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: 0;
  left: -100px;
}

.gradient-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-700), transparent);
  bottom: 0;
  right: -100px;
}

/* Responsive */
@media (max-width: 991px) {
  .casestudy-title {
    font-size: 2rem;
  }
  
  .casestudy-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .casestudy-section {
    padding: 60px 0;
  }
  
  .casestudy-title {
    font-size: 1.75rem;
  }
  
  .casestudy-list-item {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
  
  .casestudy-list-item:hover {
    transform: translateX(5px);
  }
  
  .casestudy-number-badge {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  
  .casestudy-number-badge span {
    font-size: 1.5rem;
  }
  
  .casestudy-content {
    padding-left: 15px;
  }
  
  .casestudy-list-title {
    font-size: 1.25rem;
  }
  
  .casestudy-icon-row i {
    font-size: 1.25rem;
  }
}





/* Process section */
.process_section_clean {
  position: relative;
  background: var(--surface-primary);
  padding: 100px 0;
  overflow: hidden;
}

/* Particle Field Background */
.particle_field_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0;
  animation: particle_float 15s ease-in-out infinite;
}

.p_1 { top: 10%; left: 15%; animation-delay: 0s; }
.p_2 { top: 25%; right: 20%; animation-delay: 2s; }
.p_3 { top: 40%; left: 30%; animation-delay: 4s; }
.p_4 { top: 55%; right: 25%; animation-delay: 6s; }
.p_5 { top: 70%; left: 20%; animation-delay: 8s; }
.p_6 { top: 15%; right: 40%; animation-delay: 10s; }
.p_7 { top: 85%; left: 40%; animation-delay: 12s; }
.p_8 { top: 60%; right: 15%; animation-delay: 14s; }

@keyframes particle_float {
  0%, 100% {
    opacity: 0;
    transform: translate(0, 0) scale(1);
  }
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
    transform: translate(30px, -30px) scale(1.5);
  }
  75% {
    opacity: 0.6;
  }
}

/* Header Styling */
.creative_quantum_header {
  position: relative;
  text-align: center;
  z-index: 1;
}

.quantum_badge_container {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  margin-bottom: 2rem;
  box-shadow: 0 30px 70px rgba(124, 58, 237, 0.35);
}

.quantum_particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  animation: quantum_orbit 4s linear infinite;
}

.q_1 {
  top: 10%;
  left: 50%;
  animation-delay: 0s;
}

.q_2 {
  top: 50%;
  right: 10%;
  animation-delay: 1.3s;
}

.q_3 {
  bottom: 10%;
  left: 50%;
  animation-delay: 2.6s;
}

@keyframes quantum_orbit {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.quantum_orbit {
  position: absolute;
  inset: -15px;
  border: 2px dashed var(--primary-300);
  border-radius: 50%;
  opacity: 0.5;
  animation: orbit_rotate 20s linear infinite;
}

@keyframes orbit_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.quantum_badge_container i {
  font-size: 3.5rem;
  color: white;
  position: relative;
  z-index: 1;
  animation: hexagon_pulse 3s ease-in-out infinite;
}

@keyframes hexagon_pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.quantum_creative_title {
  font-size: 2.8rem;
  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;
}

.quantum_creative_subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.quantum_creative_description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
}

/* Stage Cards */
.quantum_stages_matrix {
  position: relative;
  z-index: 1;
}

.quantum_stage_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);
}

.quantum_stage_card:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: var(--primary-300);
  box-shadow: 0 35px 80px rgba(124, 58, 237, 0.25);
}

/* Card Particle Trail */
.card_particle_trail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-500) 50%, 
    transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.quantum_stage_card:hover .card_particle_trail {
  opacity: 1;
  animation: trail_slide 2s ease-in-out infinite;
}

@keyframes trail_slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Quantum Number */
.stage_quantum_number {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-accent);
  border: 3px solid var(--primary-300);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: all 0.3s ease;
  z-index: 2;
}

.number_hex {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--primary-500);
  line-height: 1;
}

.quantum_stage_card:hover .stage_quantum_number {
  background: var(--primary-500);
  transform: rotate(180deg);
}

.quantum_stage_card:hover .number_hex {
  color: white;
}

/* Quantum Icon */
.stage_quantum_icon {
  position: relative;
  width: 85px;
  height: 85px;
  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_quantum_glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.stage_quantum_icon i {
  font-size: 2.5rem;
  color: var(--primary-500);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.quantum_stage_card:hover .stage_quantum_icon {
  background: var(--primary-500);
  transform: scale(1.15);
}

.quantum_stage_card:hover .icon_quantum_glow {
  opacity: 0.8;
  animation: glow_expand 1.5s ease-in-out infinite;
}

@keyframes glow_expand {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}

.quantum_stage_card:hover .stage_quantum_icon i {
  color: white;
}

/* Stage Content */
.quantum_stage_title {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}

.quantum_stage_description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* Finale Card */
.stage_finale_quantum {
  background: linear-gradient(135deg, 
    var(--primary-100) 0%, 
    var(--surface-accent) 50%,
    var(--primary-50) 100%);
  border: 3px solid var(--primary-300);
  padding: 3.5rem 3rem;
}

.finale_quantum_field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.field_wave {
  position: absolute;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(124, 58, 237, 0.05) 50%, 
    transparent 100%);
  animation: wave_shift 10s ease-in-out infinite;
}

.wave_1 { animation-delay: 0s; }
.wave_2 { animation-delay: 3.3s; }
.wave_3 { animation-delay: 6.6s; }

@keyframes wave_shift {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.trail_finale {
  height: 6px;
  background: linear-gradient(90deg, 
    var(--primary-300), 
    var(--primary-500), 
    var(--primary-700));
  opacity: 1;
}

.finale_quantum_layout {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

.finale_left_section {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.number_finale {
  position: static;
  width: 70px;
  height: 70px;
  background: var(--primary-500);
  border-color: var(--primary-700);
}

.hex_finale {
  font-size: 1.75rem;
  color: white;
}

.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.9;
}

.finale_right_section {
  flex: 1;
}

.title_finale {
  font-size: 2.25rem;
  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.15rem;
  color: var(--text-primary);
}

.finale_quantum_badge {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  box-shadow: 0 15px 40px rgba(124, 58, 237, 0.4);
  z-index: 3;
}

.badge_orbit {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary-300);
  opacity: 0;
  animation: orbit_expand 3s ease-out infinite;
}

.orbit_1 {
  inset: -10px;
  animation-delay: 0s;
}

.orbit_2 {
  inset: -20px;
  animation-delay: 1.5s;
}

@keyframes orbit_expand {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.finale_quantum_badge i {
  font-size: 2.25rem;
  color: white;
  position: relative;
  z-index: 1;
  animation: gem_shine 2s ease-in-out infinite;
}

@keyframes gem_shine {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .quantum_creative_title {
    font-size: 2.4rem;
  }
}

@media (max-width: 991.98px) {
  .quantum_creative_title {
    font-size: 2.2rem;
  }

  .finale_quantum_layout {
    flex-direction: column;
    gap: 2rem;
  }

  .finale_left_section {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .process_section_clean {
    padding: 60px 0;
  }

  .quantum_creative_title {
    font-size: 2rem;
  }

  .quantum_creative_subtitle {
    font-size: 1.25rem;
  }

  .quantum_badge_container {
    width: 95px;
    height: 95px;
  }

  .quantum_badge_container i {
    font-size: 3rem;
  }

  .quantum_stage_card {
    padding: 2rem 1.5rem;
  }

  .quantum_stage_title {
    font-size: 1.3rem;
  }

  .quantum_stage_description {
    font-size: 0.95rem;
  }

  .stage_quantum_icon {
    width: 75px;
    height: 75px;
  }

  .stage_quantum_icon i {
    font-size: 2.25rem;
  }

  .icon_finale {
    width: 85px;
    height: 85px;
  }

  .icon_finale i {
    font-size: 2.5rem;
  }

  .title_finale {
    font-size: 1.85rem;
  }

  .desc_finale {
    font-size: 1.05rem;
  }

  .finale_quantum_badge {
    width: 70px;
    height: 70px;
  }

  .finale_quantum_badge i {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .quantum_creative_title {
    font-size: 1.75rem;
  }

  .quantum_creative_description {
    font-size: 1rem;
  }

  .stage_finale_quantum {
    padding: 2.5rem 2rem;
  }

  .finale_left_section {
    flex-direction: column;
    align-items: flex-start;
  }

  .stage_quantum_number {
    width: 50px;
    height: 50px;
  }

  .number_hex {
    font-size: 1.1rem;
  }

  .number_finale {
    width: 60px;
    height: 60px;
  }

  .hex_finale {
    font-size: 1.5rem;
  }
}



.timeline-section-minimal {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.timeline-section-minimal .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.timeline-section-minimal .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.timeline-section-minimal .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Timeline Wrapper */
.timeline-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

/* Central Timeline Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, 
    var(--primary-300), 
    var(--primary-500), 
    var(--primary-700)
  );
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Timeline Items */
.timeline-item {
  position: relative;
  margin-bottom: 60px;
}

.timeline-content {
  position: relative;
  width: 50%;
  padding: 0 40px;
}

.timeline-item-left .timeline-content {
  margin-left: 0;
  padding-right: 60px;
  text-align: right;
}

.timeline-item-right .timeline-content {
  margin-left: 50%;
  padding-left: 60px;
  text-align: left;
}

/* Timeline Icon */
.timeline-icon {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  border: 4px solid var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.timeline-item-left .timeline-icon {
  right: -30px;
}

.timeline-item-right .timeline-icon {
  left: -30px;
}

.timeline-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Timeline Card */
.timeline-card {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

.timeline-card-header {
  margin-bottom: 15px;
}

.timeline-badge {
  display: inline-block;
  padding: 6px 16px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  color: var(--primary-700);
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

.timeline-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 15px;
  line-height: 1.3;
}

.timeline-card-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Decorative Elements */
.timeline-decorator {
  position: absolute;
  top: 20px;
  opacity: 0.1;
}

.timeline-item-left .timeline-decorator {
  right: 20px;
}

.timeline-item-right .timeline-decorator {
  left: 20px;
}

.decorator-circle {
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  border-radius: 50%;
  position: relative;
}

.decorator-line {
  position: absolute;
  width: 60px;
  height: 3px;
  background: var(--primary-700);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* Background Decorations */
.bg-decoration {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.decoration-top-left {
  top: 10%;
  left: 5%;
  background: var(--primary-500);
}

.decoration-bottom-right {
  bottom: 10%;
  right: 5%;
  background: var(--primary-700);
}

/* Tablet Styles */
@media (max-width: 992px) {
  .timeline-line {
    left: 30px;
  }

  .timeline-item-left .timeline-content,
  .timeline-item-right .timeline-content {
    width: 100%;
    margin-left: 0;
    padding-left: 80px;
    padding-right: 20px;
    text-align: left;
  }

  .timeline-item-left .timeline-icon,
  .timeline-item-right .timeline-icon {
    left: 0;
    right: auto;
  }

  .timeline-section-minimal .section-title {
    font-size: 2rem;
  }

  .timeline-card-title {
    font-size: 1.25rem;
  }
}

/* Mobile Styles */
@media (max-width: 576px) {
  .timeline-section-minimal {
    padding: 60px 0;
  }

  .timeline-section-minimal .section-title {
    font-size: 1.75rem;
  }

  .timeline-section-minimal .section-subtitle {
    font-size: 1.25rem;
  }

  .timeline-section-minimal .section-description {
    font-size: 1rem;
  }

  .timeline-line {
    left: 20px;
  }

  .timeline-item {
    margin-bottom: 40px;
  }

  .timeline-item-left .timeline-content,
  .timeline-item-right .timeline-content {
    padding-left: 60px;
    padding-right: 15px;
  }

  .timeline-icon {
    width: 50px;
    height: 50px;
  }

  .timeline-icon i {
    font-size: 1.25rem;
  }

  .timeline-item-left .timeline-icon,
  .timeline-item-right .timeline-icon {
    left: -5px;
  }

  .timeline-card {
    padding: 20px;
  }

  .timeline-card-title {
    font-size: 1.125rem;
  }

  .timeline-card-desc {
    font-size: 0.9375rem;
  }
}





.career-section-secondary {
  position: relative;
  padding: 80px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Decorative Accent */
.career-section-secondary .decorative-accent {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
  margin: 0 auto;
}

/* Section Header */
.career-section-secondary .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.career-section-secondary .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.career-section-secondary .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Career Cards */
.career-section-secondary .career-card {
  position: relative;
  height: 100%;
  background: var(--light);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
  border: 1px solid var(--neutral-100);
  overflow: hidden;
}

.career-section-secondary .career-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

/* Card Decorative Shape */
.career-section-secondary .card-decorative-shape {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  border-radius: 50%;
  opacity: 0.5;
}

/* Icon Wrapper */
.career-section-secondary .icon-wrapper {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50);
  border-radius: 12px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.career-section-secondary .career-card:hover .icon-wrapper {
  background: var(--primary-500);
}

.career-section-secondary .icon-wrapper i {
  font-size: 28px;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.career-section-secondary .career-card:hover .icon-wrapper i {
  color: var(--light);
}

/* Card Content */
.career-section-secondary .career-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.career-section-secondary .career-role {
  font-size: 0.95rem;
  color: var(--primary-500);
  font-weight: 500;
  margin-bottom: 16px;
}

.career-section-secondary .career-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Blobs */
.career-section-secondary .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.career-section-secondary .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
}

.career-section-secondary .blob-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: -80px;
  right: -80px;
}

/* Responsive */
@media (max-width: 991px) {
  .career-section-secondary {
    padding: 60px 0;
  }

  .career-section-secondary .section-title {
    font-size: 2rem;
  }

  .career-section-secondary .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .career-section-secondary {
    padding: 50px 0;
  }

  .career-section-secondary .section-title {
    font-size: 1.75rem;
  }

  .career-section-secondary .section-subtitle {
    font-size: 1.125rem;
  }

  .career-section-secondary .career-card {
    padding: 24px;
  }

  .career-section-secondary .career-title {
    font-size: 1.25rem;
  }
}


.coreinfo-section-alt {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  overflow: hidden;
}

/* Section Header */
.coreinfo-section-alt .section-header {
  position: relative;
  z-index: 2;
}

.coreinfo-section-alt .header-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
  border-radius: 16px;
  transform: rotate(5deg);
  transition: transform 0.3s ease;
}

.coreinfo-section-alt .header-badge:hover {
  transform: rotate(-5deg) scale(1.1);
}

.coreinfo-section-alt .header-badge i {
  font-size: 2rem;
  color: var(--light);
}

.coreinfo-section-alt #coreinfo-title {
  color: var(--text-primary);
  font-weight: 700;
}

.coreinfo-section-alt #coreinfo-subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.coreinfo-section-alt #coreinfo-desc {
  color: var(--text-secondary);
  max-width: 800px;
  line-height: 1.7;
}

/* Creative Cards */
.coreinfo-section-alt .info-cards-wrapper {
  position: relative;
  z-index: 2;
}

.coreinfo-section-alt .creative-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  height: 100%;
  border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
  transition: all 0.4s ease;
  overflow: hidden;
}

.coreinfo-section-alt .creative-card:hover {
  transform: translateY(-12px) rotate(-2deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-500);
}

/* Card Accents */
.coreinfo-section-alt .card-corner-accent {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 0 20px 0 50%;
  opacity: 0.15;
  transition: all 0.4s ease;
}

.coreinfo-section-alt .creative-card:hover .card-corner-accent {
  transform: scale(1.3);
  opacity: 0.25;
}

.coreinfo-section-alt .card-footer-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.coreinfo-section-alt .creative-card:hover .card-footer-accent {
  transform: scaleX(1);
}

/* Alternating Accent Colors */
.coreinfo-section-alt .card-accent-1 {
  border-color: color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.coreinfo-section-alt .card-accent-2 {
  border-color: color-mix(in srgb, var(--primary-300) 25%, transparent);
}

.coreinfo-section-alt .card-accent-3 {
  border-color: color-mix(in srgb, var(--primary-700) 15%, transparent);
}

/* Card Icon */
.coreinfo-section-alt .card-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 15%, transparent), color-mix(in srgb, var(--primary-300) 10%, transparent));
  border-radius: 18px;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}

.coreinfo-section-alt .card-icon i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.4s ease;
}

.coreinfo-section-alt .creative-card:hover .card-icon {
  background: var(--primary-500);
  transform: rotate(-10deg) scale(1.1);
}

.coreinfo-section-alt .creative-card:hover .card-icon i {
  color: var(--light);
}

/* Card Content */
.coreinfo-section-alt .card-title {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.coreinfo-section-alt .card-text {
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Decorative Background */
.coreinfo-section-alt .decorative-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.coreinfo-section-alt .floating-shape {
  position: absolute;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.06;
}

.coreinfo-section-alt .shape-1 {
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
  top: 10%;
  right: 5%;
  animation: float 8s ease-in-out infinite;
}

.coreinfo-section-alt .shape-2 {
  width: 200px;
  height: 200px;
  background: linear-gradient(225deg, var(--primary-300), var(--primary-500));
  bottom: 15%;
  left: 8%;
  animation: float 10s ease-in-out infinite reverse;
}

.coreinfo-section-alt .shape-3 {
  width: 150px;
  height: 150px;
  background: linear-gradient(315deg, var(--primary-500), var(--primary-700));
  top: 50%;
  left: 15%;
  animation: float 12s ease-in-out infinite;
}

.coreinfo-section-alt .shape-4 {
  width: 180px;
  height: 180px;
  background: linear-gradient(45deg, var(--primary-300), var(--primary-500));
  bottom: 25%;
  right: 10%;
  animation: float 9s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(10deg);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .coreinfo-section-alt #coreinfo-title {
    font-size: 2rem;
  }

  .coreinfo-section-alt #coreinfo-subtitle {
    font-size: 1.25rem;
  }

  .coreinfo-section-alt .creative-card {
    padding: 2rem 1.5rem;
  }

  .coreinfo-section-alt .creative-card:hover {
    transform: translateY(-8px) rotate(-1deg);
  }

  .coreinfo-section-alt .card-icon {
    width: 60px;
    height: 60px;
  }

  .coreinfo-section-alt .card-icon i {
    font-size: 1.75rem;
  }
}





/* Contact section */

.contact-section-classic {
  background: linear-gradient(180deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.contact-section-classic .section-header {
  position: relative;
  z-index: 2;
}

.contact-section-classic #contact-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.contact-section-classic #contact-subtitle {
  color: var(--primary-500);
  font-weight: 500;
}

.contact-section-classic #contact-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Contact Form Wrapper */
.contact-section-classic .contact-form-wrapper {
  background: var(--light);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-section-classic .contact-form-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

/* Decorative Shapes in Form */
.contact-section-classic .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  z-index: 0;
}

.contact-section-classic .shape-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  top: -50px;
  right: -50px;
}

.contact-section-classic .shape-2 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  bottom: -30px;
  left: -30px;
}

/* Form Styling */
.contact-section-classic .contact-form {
  position: relative;
  z-index: 1;
}

.contact-section-classic .form-group {
  margin-bottom: 1.5rem;
}

.contact-section-classic .form-label {
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.contact-section-classic .input-wrapper {
  position: relative;
}

.contact-section-classic .input-wrapper i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-500);
  font-size: 1.1rem;
  z-index: 2;
}

.contact-section-classic .input-wrapper textarea + i {
  top: 1.2rem;
  transform: none;
}

.contact-section-classic .form-control {
  padding: 0.875rem 1rem 0.875rem 3rem;
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--surface-primary);
}

.contact-section-classic .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 10%, transparent);
  outline: none;
}

.contact-section-classic textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

/* Checkbox */
.contact-section-classic .form-check {
  padding-left: 1.8rem;
}

.contact-section-classic .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.15rem;
  cursor: pointer;
  border: 2px solid var(--neutral-300);
}

.contact-section-classic .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-classic .form-check-label {
  color: var(--text-secondary);
  font-size: 0.9rem;
  cursor: pointer;
}

/* Submit Button - CRITICAL: Protected styles with !important */
.contact-section-classic .btn-submit {
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.contact-section-classic .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(37, 99, 235, 0.4);
}

.contact-section-classic .btn-submit:active {
  transform: translateY(0);
}

.contact-section-classic .btn-submit i {
  transition: transform 0.3s ease;
}

.contact-section-classic .btn-submit:hover i {
  transform: translateX(5px);
}

/* Contact Info Wrapper */
.contact-section-classic .contact-info-wrapper {
  position: relative;
  height: 100%;
}

.contact-section-classic .contact-info-card {
  background: var(--light);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}

/* Info Items */
.contact-section-classic .info-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--neutral-100);
}

.contact-section-classic .info-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contact-section-classic .icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

.contact-section-classic .icon-wrapper i {
  font-size: 1.5rem;
  color: var(--light);
}

.contact-section-classic .info-content {
  flex: 1;
}

.contact-section-classic .info-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.contact-section-classic .info-text {
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
  font-size: 0.95rem;
}

/* Decorative Circles */
.contact-section-classic .decorative-circles {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.contact-section-classic .circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
}

.contact-section-classic .circle-1 {
  width: 120px;
  height: 120px;
  background: var(--primary-500);
  top: 10%;
  right: 5%;
  animation: float 6s ease-in-out infinite;
}

.contact-section-classic .circle-2 {
  width: 80px;
  height: 80px;
  background: var(--primary-700);
  bottom: 20%;
  right: 15%;
  animation: float 8s ease-in-out infinite 1s;
}

.contact-section-classic .circle-3 {
  width: 60px;
  height: 60px;
  background: var(--primary-300);
  top: 50%;
  right: 25%;
  animation: float 7s ease-in-out infinite 2s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* Social Icons */
.contact-section-classic .social-icons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.contact-section-classic .social-icon {
  width: 45px;
  height: 45px;
  background: var(--surface-primary);
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-section-classic .social-icon:hover {
  background: var(--primary-500);
  border-color: var(--primary-500);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.contact-section-classic .social-icon i {
  font-size: 1.2rem;
  color: var(--text-secondary);
  transition: color 0.3s ease;
}

.contact-section-classic .social-icon:hover i {
  color: var(--light);
}

/* Responsive Design */
@media (max-width: 991px) {
  .contact-section-classic .contact-form-wrapper,
  .contact-section-classic .contact-info-card {
    padding: 2rem;
  }

  .contact-section-classic .info-item {
    gap: 1rem;
  }

  .contact-section-classic .icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .contact-section-classic .icon-wrapper i {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .contact-section-classic .contact-form-wrapper,
  .contact-section-classic .contact-info-card {
    padding: 1.5rem;
  }

  .contact-section-classic #contact-title {
    font-size: 2rem;
  }

  .contact-section-classic .btn-submit {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  .contact-section-classic .social-icons {
    margin-top: 2rem;
  }

  .contact-section-classic .decorative-circles {
    display: none;
  }
}

@media (max-width: 575px) {
  .contact-section-classic .contact-form-wrapper,
  .contact-section-classic .contact-info-card {
    padding: 1.25rem;
  }

  .contact-section-classic .form-control {
    padding: 0.75rem 1rem 0.75rem 2.75rem;
  }

  .contact-section-classic .info-item {
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .contact-section-classic .icon-wrapper {
    width: 55px;
    height: 55px;
  }
}

.blog-section-style {
  position: relative;
  padding: 100px 0;
  background: var(--light);
  overflow: hidden;
}

/* Gradient Background */
.blog-section-style .gradient-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 50%,
    var(--surface-primary) 100%
  );
  opacity: 0.7;
}

/* Header Styles */
.blog-section-style .blog-header {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}

.blog-section-style .gradient-badge {
  width: 80px;
  height: 80px;
  margin: 0 auto 28px;
  background: linear-gradient(
    135deg,
    var(--primary-300),
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: var(--light);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
  animation: gradient-pulse 3s ease-in-out infinite;
}

@keyframes gradient-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
  }
}

.blog-section-style .blog-main-title {
  font-size: 2.8rem;
  font-weight: 800;
  background: linear-gradient(
    135deg,
    var(--text-primary),
    var(--primary-700)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  line-height: 1.2;
}

.blog-section-style .blog-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 20px;
  line-height: 1.4;
}

.blog-section-style .blog-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Blog Card */
.blog-section-style .blog-card {
  position: relative;
  height: 100%;
  z-index: 2;
}

.blog-section-style .gradient-border {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    var(--primary-300),
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 20px;
  padding: 2px;
  opacity: 0.6;
  transition: opacity 0.4s ease;
}

.blog-section-style .blog-card:hover .gradient-border {
  opacity: 1;
}

.blog-section-style .card-content {
  position: relative;
  height: 100%;
  background: var(--light);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease;
}

.blog-section-style .blog-card:hover .card-content {
  transform: translateY(-8px);
}

/* Image Wrapper */
.blog-section-style .blog-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.blog-section-style .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-section-style .blog-card:hover .blog-image {
  transform: scale(1.1) rotate(1deg);
}

.blog-section-style .gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%) 100%
  );
}

.blog-section-style .shine-effect {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    color-mix(in srgb, var(--light) 50%, transparent 50%) 50%,
    transparent 100%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.blog-section-style .blog-card:hover .shine-effect {
  transform: translateX(100%);
}

/* Body */
.blog-section-style .blog-body {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.blog-section-style .gradient-accent {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-300),
    var(--primary-700)
  );
  border-radius: 2px;
  margin-bottom: 20px;
  transition: width 0.4s ease;
}

.blog-section-style .blog-card:hover .gradient-accent {
  width: 120px;
}

.blog-section-style .blog-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-section-style .blog-card:hover .blog-title {
  color: var(--primary-700);
}

.blog-section-style .blog-excerpt {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
  flex-grow: 1;
}

/* Footer */
.blog-section-style .blog-footer {
  margin-top: auto;
}

.blog-section-style .blog-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(
    135deg,
    var(--primary-300),
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 50px;
  color: var(--light);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  transition: all 0.3s ease;
}

.blog-section-style .blog-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
  gap: 14px;
}

.blog-section-style .link-gradient {
  position: relative;
}

.blog-section-style .blog-link i {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

.blog-section-style .blog-link:hover i {
  transform: rotate(90deg);
}

/* Gradient Orbs */
.blog-section-style .gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.15;
  pointer-events: none;
  animation: orb-float 10s ease-in-out infinite;
}

.blog-section-style .orb-1 {
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  top: -150px;
  left: -150px;
  animation-delay: 0s;
}

.blog-section-style .orb-2 {
  width: 600px;
  height: 600px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  bottom: -200px;
  right: -200px;
  animation-delay: 3s;
}

.blog-section-style .orb-3 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
  top: 40%;
  left: 50%;
  animation-delay: 6s;
}

@keyframes orb-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(40px, -40px) scale(1.1);
  }
  66% {
    transform: translate(-30px, 30px) scale(0.9);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .blog-section-style {
    padding: 70px 0;
  }

  .blog-section-style .blog-main-title {
    font-size: 2.2rem;
  }

  .blog-section-style .blog-subtitle {
    font-size: 1.1rem;
  }

  .blog-section-style .blog-header {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .blog-section-style {
    padding: 60px 0;
  }

  .blog-section-style .blog-main-title {
    font-size: 1.85rem;
  }

  .blog-section-style .blog-subtitle {
    font-size: 1rem;
  }

  .blog-section-style .blog-description {
    font-size: 0.95rem;
  }

  .blog-section-style .blog-title {
    font-size: 1.15rem;
  }

  .blog-section-style .gradient-badge {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }

  .blog-section-style .gradient-orb {
    display: none;
  }
}





.faq-section {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.faq-section .shape-accent {
  position: absolute;
  opacity: 0.1;
  z-index: 0;
}

.faq-section .accent-1 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  top: -100px;
  right: -100px;
  animation: morph 8s ease-in-out infinite;
}

.faq-section .accent-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-300);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  bottom: -50px;
  left: -80px;
  animation: morph 10s ease-in-out infinite reverse;
}

@keyframes 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% 50% 70% 30%;
  }
  75% {
    border-radius: 30% 70% 60% 40% / 60% 40% 50% 50%;
  }
}

.faq-section .container {
  position: relative;
  z-index: 1;
}

.faq-section .faq-card {
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  transition: all 0.3s ease;
  background: white;
}

.faq-section .faq-card:hover {
  border-color: var(--primary-300);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.faq-section .card-body {
  padding: 2rem;
}

.faq-section .question-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-700);
  font-size: 1.5rem;
}

.faq-section .card-body h3 {
  color: var(--text-primary);
  font-weight: 600;
  line-height: 1.4;
}

.faq-section .card-body p {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Header styles */
.faq-section #faq-title {
  color: var(--text-primary);
}

.faq-section #faq-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.faq-section #faq-desc {
  color: var(--text-secondary);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .faq-section .card-body {
    padding: 1.75rem;
  }

  .faq-section .question-icon {
    width: 42px;
    height: 42px;
    font-size: 1.25rem;
  }

  .faq-section .card-body h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .faq-section .card-body {
    padding: 1.5rem;
  }

  .faq-section .question-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .faq-section .card-body h3 {
    font-size: 1rem;
  }
}





.gallery-section-special {
  background: linear-gradient(180deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--neutral-100) 90%, var(--neutral-300) 10%) 100%);
  position: relative;
  overflow: hidden;
}

.gallery-overlapping {
  display: flex;
  flex-direction: column;
  gap: -40px;
  padding: 60px 0;
}

.overlap-row {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.row-1 {
  justify-content: flex-start;
  padding-left: 5%;
}

.row-2 {
  justify-content: center;
  margin-top: -60px;
  z-index: 2;
}

.row-3 {
  justify-content: flex-end;
  padding-right: 5%;
  margin-top: -40px;
}

.overlap-item {
  position: relative;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.item-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: var(--neutral-100);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.item-primary .item-wrapper {
  width: 400px;
  height: 480px;
}

.item-secondary .item-wrapper {
  width: 320px;
  height: 380px;
}

.item-offset-left .item-wrapper,
.item-offset-right .item-wrapper {
  width: 280px;
  height: 350px;
}

.item-center .item-wrapper {
  width: 380px;
  height: 420px;
}

.item-wide .item-wrapper {
  width: 450px;
  height: 280px;
}

.item-small .item-wrapper {
  width: 240px;
  height: 280px;
}

.item-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  filter: contrast(1.05) saturate(0.95);
}

.item-shadow {
  position: absolute;
  bottom: -10px;
  left: 10px;
  right: 10px;
  height: 20px;
  background: color-mix(in srgb, var(--neutral-900) 50%, transparent);
  filter: blur(15px);
  opacity: 0.6;
  transition: all 0.5s ease;
}

.item-border-top,
.item-border-bottom,
.item-border-left,
.item-border-right {
  position: absolute;
  background: linear-gradient(90deg, 
    var(--neutral-500) 0%, 
    var(--neutral-300) 50%, 
    var(--neutral-500) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.item-border-top {
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.item-border-bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.item-border-left {
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
}

.item-border-right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 4px;
}

.metallic-frame {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 3px solid color-mix(in srgb, var(--neutral-300) 80%, var(--light) 20%);
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.5s ease;
}

.rivet {
  position: absolute;
  width: 12px;
  height: 12px;
  background: radial-gradient(circle, 
    var(--neutral-500) 0%, 
    var(--neutral-700) 100%);
  border-radius: 50%;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3),
              0 1px 2px rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.rivet-tl {
  top: 10px;
  left: 10px;
}

.rivet-tr {
  top: 10px;
  right: 10px;
}

.rivet-bl {
  bottom: 10px;
  left: 10px;
}

.rivet-br {
  bottom: 10px;
  right: 10px;
}

.overlap-item:hover {
  transform: translateY(-20px) scale(1.05);
  z-index: 10;
}

.overlap-item:hover .item-wrapper {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.overlap-item:hover .item-wrapper img {
  transform: scale(1.1);
  filter: contrast(1.1) saturate(1);
}

.overlap-item:hover .item-shadow {
  opacity: 0.8;
  filter: blur(25px);
}

.overlap-item:hover .item-border-top,
.overlap-item:hover .item-border-bottom,
.overlap-item:hover .item-border-left,
.overlap-item:hover .item-border-right,
.overlap-item:hover .rivet {
  opacity: 1;
}

.overlap-item:hover .metallic-frame {
  opacity: 0.7;
  transform: scale(1);
}

.industrial-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(var(--neutral-300) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-300) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.05;
  pointer-events: none;
}

.metal-texture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    color-mix(in srgb, var(--neutral-300) 30%, transparent) 2px,
    color-mix(in srgb, var(--neutral-300) 30%, transparent) 4px
  );
  opacity: 0.08;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .overlap-row {
    gap: 20px;
  }
  
  .item-primary .item-wrapper {
    width: 320px;
    height: 380px;
  }
  
  .item-secondary .item-wrapper {
    width: 260px;
    height: 310px;
  }
  
  .item-offset-left .item-wrapper,
  .item-offset-right .item-wrapper {
    width: 220px;
    height: 280px;
  }
  
  .item-center .item-wrapper {
    width: 300px;
    height: 350px;
  }
  
  .item-wide .item-wrapper {
    width: 360px;
    height: 220px;
  }
  
  .item-small .item-wrapper {
    width: 200px;
    height: 220px;
  }
}

@media (max-width: 768px) {
  .gallery-overlapping {
    gap: 20px;
  }
  
  .overlap-row {
    flex-direction: column;
    align-items: center;
    margin-top: 0 !important;
    padding: 0 !important;
  }
  
  .item-primary .item-wrapper,
  .item-secondary .item-wrapper,
  .item-offset-left .item-wrapper,
  .item-offset-right .item-wrapper,
  .item-center .item-wrapper,
  .item-wide .item-wrapper,
  .item-small .item-wrapper {
    width: 280px;
    height: 320px;
  }
}





/* Footer v091 - Professional Blue Theme */
.footer-secondary {
  position: relative;
  padding: 80px 0 40px;
  background-image: url('PEM_assets/PEM_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.footer-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
    color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
  );
  z-index: 1;
}

.footer-secondary .container {
  z-index: 2;
}

/* Brand Section */
.footer-brand-section {
  position: relative;
}

.footer-brand-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
  letter-spacing: -0.5px;
}

.footer-brand-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
}

.decorative-dots {
  display: flex;
  gap: 8px;
  margin-top: 1.5rem;
}

.decorative-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 60%, transparent);
  animation: pulse 2s ease-in-out infinite;
}

.decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

/* Links Section */
.footer-links-section {
  position: relative;
}

.footer-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid color-mix(in srgb, var(--primary-300) 40%, transparent);
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-item {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: transform 0.3s ease;
}

.footer-link-item:hover {
  transform: translateX(5px);
}

.footer-link-item i {
  font-size: 1rem;
  color: color-mix(in srgb, var(--primary-300) 80%, transparent);
  transition: color 0.3s ease;
}

.footer-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
}

.footer-link-item:hover i {
  color: var(--primary-300);
}

/* Contact Section */
.footer-contact-section {
  position: relative;
}

.contact-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  background: color-mix(in srgb, var(--primary-700) 20%, transparent);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.contact-info-item:hover {
  background: color-mix(in srgb, var(--primary-700) 30%, transparent);
  transform: translateY(-2px);
}

.contact-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-500) 60%, transparent);
  border-radius: 50%;
}

.contact-icon i {
  font-size: 1.1rem;
  color: #ffffff;
}

.contact-details {
  flex: 1;
}

.contact-text {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
}

.decorative-shape-contact {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: -1;
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Disclaimer Section */
.footer-disclaimer-section {
  padding: 1.5rem;
  background: color-mix(in srgb, var(--neutral-900) 40%, transparent);
  border-left: 4px solid var(--primary-500);
  border-radius: 8px;
  margin-bottom: 2rem;
}

.footer-disclaimer-text {
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

/* Bottom Section */
.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  position: relative;
}

.footer-decorative-line {
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-500) 60%, transparent) 50%,
    transparent 100%
  );
  margin-bottom: 1.5rem;
}

.footer-copyright {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 1rem 0;
}

.footer-decorative-icons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1rem;
}

.footer-decorative-icons i {
  font-size: 1.25rem;
  color: color-mix(in srgb, var(--primary-300) 50%, transparent);
  animation: bounce 3s ease-in-out infinite;
}

.footer-decorative-icons i:nth-child(2) {
  animation-delay: 0.5s;
}

.footer-decorative-icons i:nth-child(3) {
  animation-delay: 1s;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* Decorative Shapes */
.decorative-shape-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-700) 10%, transparent);
  border-radius: 0 100% 0 0;
  z-index: 1;
}

.decorative-shape-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--primary-500) 12%, transparent);
  border-radius: 100% 0 0 0;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .footer-secondary {
    padding: 60px 0 30px;
  }

  .footer-brand-title {
    font-size: 1.5rem;
  }

  .footer-section-title {
    font-size: 1.125rem;
  }

  .decorative-shape-contact {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767.98px) {
  .footer-secondary {
    padding: 50px 0 25px;
  }

  .footer-brand-title {
    font-size: 1.375rem;
  }

  .footer-brand-description {
    font-size: 0.9rem;
  }

  .contact-info-item {
    padding: 0.875rem;
  }

  .contact-icon {
    width: 36px;
    height: 36px;
  }

  .contact-icon i {
    font-size: 1rem;
  }

  .decorative-shape-bottom-left,
  .decorative-shape-bottom-right {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575.98px) {
  .footer-secondary {
    padding: 40px 0 20px;
    background-attachment: scroll;
  }

  .footer-brand-title {
    font-size: 1.25rem;
  }

  .footer-section-title {
    font-size: 1rem;
  }

  .footer-disclaimer-section {
    padding: 1.25rem;
  }

  .footer-decorative-icons {
    gap: 1rem;
  }

  .decorative-shape-contact {
    display: none;
  }
}

/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-700);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
}

/* Cards Grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.card-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.card-item:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: #ffffff;
}

.card-content {
  position: relative;
  z-index: 2;
}

.card-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.card-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-200) 0%, transparent 70%);
  border-radius: 50% 0 0 0;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.card-item:hover .card-accent {
  opacity: 0.5;
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-top-left {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-400) 0%, transparent 70%);
  top: -100px;
  left: -100px;
}

.shape-bottom-right {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--secondary-400) 0%, transparent 70%);
  bottom: -150px;
  right: -150px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .card-item {
    padding: 2rem;
  }
  
  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .card-item {
    padding: 1.5rem;
  }
}









/* Universal section */

.additional-universal-style {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--neutral-0) 0%, var(--primary-50) 50%, var(--neutral-0) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-style .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-style .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-style .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Highlight Blocks */
.additional-universal-style .highlight-block {
  position: relative;
  margin-bottom: 2.5rem;
  padding: 2.5rem;
  background: var(--neutral-0);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.additional-universal-style .highlight-block:last-child {
  margin-bottom: 0;
}

.additional-universal-style .highlight-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Quote Block */
.additional-universal-style .block-quote {
  border-left: 5px solid var(--primary-500);
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
}

.additional-universal-style .quote-mark {
  position: absolute;
  top: -15px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-style .quote-mark i {
  font-size: 2rem;
  color: var(--neutral-0);
}

/* Callout Block */
.additional-universal-style .block-callout {
  border: 3px solid var(--accent-300);
  background: var(--accent-50);
  padding-left: 7rem;
}

.additional-universal-style .callout-icon {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.additional-universal-style .callout-icon i {
  font-size: 2rem;
  color: var(--neutral-0);
}

/* Featured Block */
.additional-universal-style .block-featured {
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--accent-100) 100%);
  border: 3px solid var(--primary-400);
  text-align: center;
  padding: 3rem 2.5rem;
}

.additional-universal-style .featured-marker {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
  animation: pulse-star 2s ease-in-out infinite;
}

.additional-universal-style .featured-marker i {
  font-size: 2.25rem;
  color: var(--neutral-0);
}

@keyframes pulse-star {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Emphasis Block */
.additional-universal-style .block-emphasis {
  border-top: 4px solid var(--primary-500);
  border-bottom: 4px solid var(--primary-500);
  background: var(--neutral-50);
}

.additional-universal-style .emphasis-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--accent-500));
}

/* Impact Block */
.additional-universal-style .block-impact {
  background: var(--neutral-0);
  border: 2px solid var(--neutral-200);
  position: relative;
  overflow: hidden;
}

.additional-universal-style .impact-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500), var(--primary-500));
}

/* Highlight Content */
.additional-universal-style .highlight-content {
  position: relative;
  z-index: 2;
}

.additional-universal-style .highlight-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-style .highlight-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.8;
  margin: 0;
}

/* Highlight Badges */
.additional-universal-style .highlight-badge {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 1.5rem;
}

.additional-universal-style .badge-primary {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
}

.additional-universal-style .badge-accent {
  background: linear-gradient(135deg, var(--accent-400), var(--accent-500));
  color: var(--neutral-0);
}

.additional-universal-style .badge-special {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #5A3600;
}

.additional-universal-style .badge-secondary {
  background: linear-gradient(135deg, var(--neutral-700), var(--neutral-800));
  color: var(--neutral-0);
}

.additional-universal-style .badge-gradient {
  background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
  color: var(--neutral-0);
}

/* Background Shapes */
.additional-universal-style .bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  filter: blur(70px);
}

.additional-universal-style .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-400);
  top: 20%;
  left: -100px;
}

.additional-universal-style .shape-2 {
  width: 350px;
  height: 350px;
  background: var(--accent-400);
  bottom: 25%;
  right: -80px;
}

/* Decorative Dots */
.additional-universal-style .decorative-dots {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.08;
  pointer-events: none;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 16px 16px;
}

.additional-universal-style .dots-1 {
  top: 15%;
  right: 10%;
}

.additional-universal-style .dots-2 {
  bottom: 20%;
  left: 8%;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-style {
    padding: 4rem 0;
  }

  .additional-universal-style .highlight-block {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .additional-universal-style .block-featured {
    padding: 2.5rem 2rem;
  }

  .additional-universal-style .block-callout {
    padding-left: 2rem;
    padding-top: 6rem;
  }

  .additional-universal-style .callout-icon {
    left: 50%;
    top: 2rem;
    transform: translateX(-50%);
  }

  .additional-universal-style .highlight-title {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-style {
    padding: 3rem 0;
  }

  .additional-universal-style .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-style .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-style .section-description {
    font-size: 1rem;
  }

  .additional-universal-style .highlight-block {
    padding: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .additional-universal-style .block-quote {
    border-left-width: 4px;
  }

  .additional-universal-style .quote-mark {
    width: 50px;
    height: 50px;
    top: -12px;
    left: 20px;
  }

  .additional-universal-style .quote-mark i {
    font-size: 1.75rem;
  }

  .additional-universal-style .block-callout {
    padding: 1.75rem;
    padding-top: 5.5rem;
  }

  .additional-universal-style .callout-icon {
    width: 60px;
    height: 60px;
    top: 1.5rem;
  }

  .additional-universal-style .callout-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-style .block-featured {
    padding: 2rem 1.75rem;
  }

  .additional-universal-style .featured-marker {
    width: 70px;
    height: 70px;
  }

  .additional-universal-style .featured-marker i {
    font-size: 2rem;
  }

  .additional-universal-style .highlight-title {
    font-size: 1.25rem;
  }

  .additional-universal-style .highlight-description {
    font-size: 0.95rem;
  }

  .additional-universal-style .highlight-badge {
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
  }

  .additional-universal-style .bg-shape,
  .additional-universal-style .decorative-dots {
    display: none;
  }
}







/* Universal section */

.additional-universal-section.v-056 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-056 .section-header {
  position: relative;
  z-index: 2;
}

.v-056 .header-badge {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.v-056 .header-badge i {
  font-size: 32px;
  color: var(--light);
}

.v-056 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-056 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-056 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Timeline Wrapper */
.v-056 .timeline-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 40px 0;
  z-index: 2;
}

.v-056 .timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary-300), var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

/* Timeline Items */
.v-056 .timeline-item {
  position: relative;
  margin-bottom: 80px;
  display: flex;
}

.v-056 .timeline-item:last-child {
  margin-bottom: 0;
}

.v-056 .timeline-item.left {
  justify-content: flex-start;
  padding-right: calc(50% + 50px);
}

.v-056 .timeline-item.right {
  justify-content: flex-end;
  padding-left: calc(50% + 50px);
}

.v-056 .timeline-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.v-056 .timeline-item.left .timeline-content {
  flex-direction: row;
}

.v-056 .timeline-item.right .timeline-content {
  flex-direction: row-reverse;
}

/* Timeline Icon */
.v-056 .timeline-icon {
  width: 64px;
  height: 64px;
  background: var(--light);
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.v-056 .timeline-icon i {
  font-size: 28px;
  color: var(--primary-500);
}

.v-056 .timeline-icon.large {
  width: 80px;
  height: 80px;
  border-width: 5px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-color: var(--primary-700);
}

.v-056 .timeline-icon.large i {
  font-size: 36px;
  color: var(--light);
}

/* Content Box */
.v-056 .content-box {
  flex: 1;
  background: var(--light);
  padding: 32px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.v-056 .content-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.v-056 .content-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
}

/* Timeline Content */
.v-056 .timeline-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-056 .timeline-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Item */
.v-056 .timeline-item.featured .content-box {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 95%, var(--light) 5%), color-mix(in srgb, var(--primary-700) 95%, var(--light) 5%));
  padding: 40px;
}

.v-056 .timeline-item.featured .timeline-title {
  color: var(--light);
  font-size: 1.75rem;
}

.v-056 .timeline-item.featured .timeline-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-056 .timeline-item.featured .content-box::before {
  background: color-mix(in srgb, var(--light) 30%, transparent 70%);
}

/* Timeline Decorations */
.v-056 .timeline-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
  border-radius: 50%;
  pointer-events: none;
}

.v-056 .timeline-decoration.featured-deco {
  background: color-mix(in srgb, var(--light) 15%, transparent 85%);
}

/* Background Decorations */
.v-056 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-056 .deco-leaf {
  position: absolute;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
  border-radius: 0 80% 0 80%;
  animation: leaf-sway 15s ease-in-out infinite;
}

.v-056 .deco-leaf.leaf-1 {
  top: 15%;
  left: 5%;
}

.v-056 .deco-leaf.leaf-2 {
  bottom: 20%;
  right: 8%;
  transform: rotate(180deg);
}

@keyframes leaf-sway {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
}

.v-056 .deco-circle {
  position: absolute;
  top: 40%;
  right: 10%;
  width: 300px;
  height: 300px;
  background: color-mix(in srgb, var(--primary-500) 5%, transparent 95%);
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-056 {
    padding: 80px 0;
  }

  .v-056 .section-title {
    font-size: 2.25rem;
  }

  .v-056 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-056 .timeline-wrapper {
    padding: 20px 0;
  }

  .v-056 .timeline-line {
    left: 32px;
  }

  .v-056 .timeline-item.left,
  .v-056 .timeline-item.right {
    padding-left: 80px;
    padding-right: 0;
    justify-content: flex-start;
  }

  .v-056 .timeline-item.left .timeline-content,
  .v-056 .timeline-item.right .timeline-content {
    flex-direction: row;
  }

  .v-056 .timeline-item {
    margin-bottom: 60px;
  }

  .v-056 .content-box {
    padding: 28px;
  }

  .v-056 .timeline-item.featured .content-box {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .v-056 {
    padding: 60px 0;
  }

  .v-056 .section-title {
    font-size: 1.875rem;
  }

  .v-056 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-056 .section-description {
    font-size: 1rem;
  }

  .v-056 .header-badge {
    width: 64px;
    height: 64px;
  }

  .v-056 .header-badge i {
    font-size: 24px;
  }

  .v-056 .timeline-item {
    margin-bottom: 40px;
  }

  .v-056 .timeline-icon {
    width: 56px;
    height: 56px;
  }

  .v-056 .timeline-icon i {
    font-size: 24px;
  }

  .v-056 .timeline-icon.large {
    width: 64px;
    height: 64px;
  }

  .v-056 .timeline-icon.large i {
    font-size: 28px;
  }

  .v-056 .content-box {
    padding: 24px;
  }

  .v-056 .timeline-item.featured .content-box {
    padding: 28px;
  }

  .v-056 .timeline-title {
    font-size: 1.25rem;
  }

  .v-056 .timeline-item.featured .timeline-title {
    font-size: 1.5rem;
  }
}





/* ===================================
   v-010: Professional Blue Theme
   Layout: Card Grid with Featured Element
   =================================== */

.add_wrap.v010_professional {
  padding: var(--section-py) 0;
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Header Section */
.add_wrap.v010_professional .add_header {
  margin-bottom: var(--space-12);
  position: relative;
  z-index: 2;
}

.add_wrap.v010_professional .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-weight: 700;
  line-height: 1.2;
}

.add_wrap.v010_professional .add_subtitle {
  color: var(--primary-500);
  margin-bottom: var(--space-6);
  font-weight: 600;
}

.add_wrap.v010_professional .add_description {
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Decorative Line */
.add_wrap.v010_professional .add_decorative_line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
  margin: var(--space-8) auto var(--space-12);
  border-radius: 2px;
}

/* Content Grid */
.add_wrap.v010_professional .add_content_grid {
  position: relative;
  z-index: 2;
}

/* Standard Cards */
.add_wrap.v010_professional .add_card {
  height: 100%;
  padding: var(--space-8);
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.add_wrap.v010_professional .add_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: var(--primary-500);
  transition: height 0.3s ease;
}

.add_wrap.v010_professional .add_card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.add_wrap.v010_professional .add_card:hover::before {
  height: 100%;
}

/* Card Icon */
.add_wrap.v010_professional .add_card_icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50);
  border-radius: 12px;
  margin-bottom: var(--space-4);
  transition: all 0.3s ease;
}

.add_wrap.v010_professional .add_card_icon i {
  font-size: 28px;
  color: var(--primary-500);
}

.add_wrap.v010_professional .add_card:hover .add_card_icon {
  background: var(--primary-500);
}

.add_wrap.v010_professional .add_card:hover .add_card_icon i {
  color: #ffffff;
}

/* Card Content */
.add_wrap.v010_professional .add_card_title {
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--space-3);
  line-height: 1.3;
}

.add_wrap.v010_professional .add_card_desc {
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.6;
}

/* Card Variants */
.add_wrap.v010_professional .add_card_primary .add_card_icon {
  background: var(--primary-100);
}

.add_wrap.v010_professional .add_card_secondary .add_card_icon {
  background: var(--primary-50);
}

.add_wrap.v010_professional .add_card_accent .add_card_icon i {
  color: var(--primary-700);
}

.add_wrap.v010_professional .add_card_highlight {
  border-color: var(--primary-300);
}

/* Featured Card (Element 5) */
.add_wrap.v010_professional .add_featured_card {
  padding: var(--space-8);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--primary-300);
  transition: all 0.3s ease;
}

.add_wrap.v010_professional .add_featured_card:hover {
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.15);
}

.add_wrap.v010_professional .add_featured_icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-500);
  border-radius: 50%;
  margin: 0 auto;
}

.add_wrap.v010_professional .add_featured_icon i {
  font-size: 48px;
  color: #ffffff;
}

.add_wrap.v010_professional .add_featured_title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--space-4);
  line-height: 1.3;
}

.add_wrap.v010_professional .add_featured_desc {
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.7;
}

/* Decorative Background Elements */
.add_wrap.v010_professional .add_decorative_blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
}

.add_wrap.v010_professional .add_decorative_blob_1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  right: -100px;
}

.add_wrap.v010_professional .add_decorative_blob_2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: -150px;
  left: -100px;
}

.add_wrap.v010_professional .add_decorative_circle {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  top: 50%;
  left: -75px;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .add_wrap.v010_professional .add_featured_icon {
    width: 80px;
    height: 80px;
  }

  .add_wrap.v010_professional .add_featured_icon i {
    font-size: 36px;
  }

  .add_wrap.v010_professional .add_featured_title {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .add_wrap.v010_professional .add_card {
    padding: var(--space-6);
  }

  .add_wrap.v010_professional .add_card_icon {
    width: 50px;
    height: 50px;
  }

  .add_wrap.v010_professional .add_card_icon i {
    font-size: 24px;
  }

  .add_wrap.v010_professional .add_card_title {
    font-size: 1.125rem;
  }

  .add_wrap.v010_professional .add_featured_card {
    padding: var(--space-6);
  }

  .add_wrap.v010_professional .add_featured_icon {
    width: 70px;
    height: 70px;
    margin-bottom: var(--space-4);
  }

  .add_wrap.v010_professional .add_featured_icon i {
    font-size: 32px;
  }

  .add_wrap.v010_professional .add_featured_title {
    font-size: 1.125rem;
  }

  .add_wrap.v010_professional .add_decorative_line {
    width: 60px;
    height: 3px;
  }
}



.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-50);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 700px;
  margin: 0 auto;
}

.add_wrap .add_card {
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--neutral-200);
  position: relative;
  overflow: hidden;
}

.add_wrap .add_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-400));
}

.add_wrap .add_card_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-6);
  position: relative;
}

.add_wrap .add_card_icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: var(--neutral-100);
  border-radius: 50%;
}

.add_wrap .add_card_content {
  flex-grow: 1;
}

.add_wrap .add_card_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_card_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_card_large {
  background: linear-gradient(135deg, var(--neutral-100), var(--neutral-50));
}

.add_wrap .add_card_large .add_card_icon {
  width: 80px;
  height: 80px;
}

.add_wrap .add_card_large .add_card_icon:after {
  width: 32px;
  height: 32px;
}

.add_wrap .add_card_large .add_card_title {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .add_wrap .add_card {
    padding: var(--space-6);
  }
  
  .add_wrap .add_card_icon {
    width: 50px;
    height: 50px;
  }
  
  .add_wrap .add_card_icon:after {
    width: 20px;
    height: 20px;
  }
  
  .add_wrap .add_card_large .add_card_icon {
    width: 60px;
    height: 60px;
  }
  
  .add_wrap .add_card_large .add_card_icon:after {
    width: 24px;
    height: 24px;
  }
}


.additional-universal-classic {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-classic #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-classic #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-classic #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Timeline Container */
.additional-universal-classic .timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}

/* Timeline Item */
.additional-universal-classic .timeline-item {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  align-items: flex-start;
}

.additional-universal-classic .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.additional-universal-classic .timeline-item:last-child {
  margin-bottom: 0;
}

.additional-universal-classic .timeline-item:last-child .timeline-connector {
  display: none;
}

/* Timeline Marker */
.additional-universal-classic .timeline-marker {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.additional-universal-classic .marker-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-500) 15%, var(--surface-secondary));
  border: 3px solid var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.4s ease;
  z-index: 2;
}

.additional-universal-classic .timeline-item:hover .marker-icon {
  transform: scale(1.15) rotate(10deg);
  background: var(--primary-500);
  color: white;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.additional-universal-classic .marker-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-500);
  opacity: 0.6;
}

/* Timeline Connector */
.additional-universal-classic .timeline-connector {
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  width: 3px;
  height: calc(100% + 3rem);
  background: linear-gradient(
    to bottom,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 30%, transparent)
  );
  z-index: 1;
}

.additional-universal-classic .timeline-item:nth-child(even) .timeline-connector {
  left: 50%;
}

/* Timeline Content */
.additional-universal-classic .timeline-content {
  position: relative;
  flex: 1;
  padding: 2rem;
  border-radius: 20px;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
  transition: all 0.3s ease;
  overflow: hidden;
}

.additional-universal-classic .timeline-item:hover .timeline-content {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: var(--primary-500);
}

.additional-universal-classic .timeline-content h3 {
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.additional-universal-classic .timeline-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
  margin-bottom: 0;
}

/* Content Decoration */
.additional-universal-classic .content-decoration {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 4rem;
  color: var(--primary-500);
  opacity: 0.05;
  pointer-events: none;
}

/* Background Blobs */
.additional-universal-classic .bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
}

.additional-universal-classic .blob-1 {
  top: 10%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  animation: blob-float-v081 15s ease-in-out infinite;
}

.additional-universal-classic .blob-2 {
  top: 50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  animation: blob-float-v081 20s ease-in-out infinite reverse;
}

.additional-universal-classic .blob-3 {
  bottom: 10%;
  left: 20%;
  width: 350px;
  height: 350px;
  background: var(--primary-300);
  animation: blob-float-v081 18s ease-in-out infinite;
}

/* Animations */
@keyframes blob-float-v081 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-classic .timeline-item,
  .additional-universal-classic .timeline-item:nth-child(even) {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .additional-universal-classic .timeline-connector {
    left: 50%;
    transform: translateX(-50%);
  }

  .additional-universal-classic .marker-icon {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }

  .additional-universal-classic .timeline-content {
    padding: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-classic #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-classic .marker-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .additional-universal-classic .marker-number {
    font-size: 1.25rem;
  }

  .additional-universal-classic .timeline-content {
    padding: 1.25rem;
  }
}





/* Universal section */

.additional-universal-featured {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-featured .section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-featured .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-featured .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Decorative Line Accent */
.additional-universal-featured .decorative-line-accent {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500));
  margin: 3rem auto;
  border-radius: 2px;
}

/* Feature Cards */
.additional-universal-featured .feature-card {
  position: relative;
  background: var(--neutral-0);
  border-radius: 16px;
  padding: 2.5rem;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid var(--neutral-200);
}

.additional-universal-featured .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.additional-universal-featured .feature-card.featured {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 2px solid var(--primary-200);
}

/* Card Icons */
.additional-universal-featured .card-icon-wrapper,
.additional-universal-featured .icon-holder {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.additional-universal-featured .card-icon-wrapper i,
.additional-universal-featured .icon-holder i {
  font-size: 2rem;
  color: var(--neutral-0);
}

.additional-universal-featured .feature-card.standard .icon-holder {
  width: 60px;
  height: 60px;
}

.additional-universal-featured .feature-card.standard .icon-holder i {
  font-size: 1.75rem;
}

/* Card Content */
.additional-universal-featured .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-featured .feature-card.standard .card-title {
  font-size: 1.35rem;
}

.additional-universal-featured .card-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.6;
  margin: 0;
}

/* Card Decorative Shape */
.additional-universal-featured .card-decorative-shape {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: var(--primary-100);
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.3s ease;
}

.additional-universal-featured .feature-card:hover .card-decorative-shape {
  transform: scale(1.2);
  opacity: 0.5;
}

/* Decorative Blobs */
.additional-universal-featured .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
}

.additional-universal-featured .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: -100px;
  left: -100px;
  filter: blur(60px);
}

.additional-universal-featured .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--accent-300);
  bottom: -80px;
  right: -80px;
  filter: blur(50px);
}

.additional-universal-featured .decorative-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px dashed var(--primary-200);
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
}

.additional-universal-featured .circle-1 {
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-featured {
    padding: 4rem 0;
  }

  .additional-universal-featured .section-title {
    font-size: 2rem;
  }

  .additional-universal-featured .section-subtitle {
    font-size: 1.35rem;
  }

  .additional-universal-featured .feature-card {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .additional-universal-featured {
    padding: 3rem 0;
  }

  .additional-universal-featured .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-featured .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-featured .section-description {
    font-size: 1rem;
  }

  .additional-universal-featured .feature-card {
    padding: 1.75rem;
  }

  .additional-universal-featured .card-title {
    font-size: 1.35rem;
  }

  .additional-universal-featured .decorative-blob {
    display: none;
  }
}




/* 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;
  }
}



/* Universal section */

.additional-universal-section.v-058 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(165deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-058 .section-header {
  position: relative;
  z-index: 2;
}

.v-058 .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.v-058 .header-decoration {
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, transparent, var(--primary-500));
}

.v-058 .header-decoration.left {
  background: linear-gradient(to left, var(--primary-500), transparent);
}

.v-058 .header-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.v-058 .header-icon i {
  font-size: 32px;
  color: var(--light);
}

.v-058 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-058 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-058 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Masonry Grid */
.v-058 .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 200px;
  gap: 24px;
  position: relative;
  z-index: 2;
}

/* Masonry Cards */
.v-058 .masonry-card {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 32px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-058 .masonry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

.v-058 .masonry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.v-058 .masonry-card:hover::before {
  transform: scaleX(1);
}

/* Card Sizes */
.v-058 .masonry-card.card-standard {
  grid-row: span 2;
}

.v-058 .masonry-card.card-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.v-058 .masonry-card.card-tall {
  grid-row: span 3;
}

/* Card Icon Box */
.v-058 .card-icon-box {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}

.v-058 .card-icon-box i {
  font-size: 28px;
  color: var(--light);
}

.v-058 .card-icon-box.large {
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
}

.v-058 .card-icon-box.large i {
  font-size: 36px;
}

/* Card Content */
.v-058 .card-content {
  position: relative;
  z-index: 2;
}

.v-058 .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
  line-height: 1.3;
}

.v-058 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Card */
.v-058 .masonry-card.featured {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  padding: 40px;
}

.v-058 .masonry-card.featured .card-title {
  color: var(--light);
  font-size: 1.75rem;
}

.v-058 .masonry-card.featured .card-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-058 .masonry-card.featured .card-icon-box {
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
}

.v-058 .masonry-card.featured::before {
  background: color-mix(in srgb, var(--light) 30%, transparent 70%);
  transform: scaleX(1);
}

.v-058 .featured-glow {
  position: absolute;
  bottom: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, color-mix(in srgb, var(--light) 20%, transparent 80%), transparent 60%);
  pointer-events: none;
}

/* Card Pattern */
.v-058 .card-pattern {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
  border-radius: 50%;
  pointer-events: none;
}

/* Background Decorations */
.v-058 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-058 .deco-organic {
  position: absolute;
  background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.v-058 .deco-organic.organic-1 {
  width: 400px;
  height: 400px;
  top: 5%;
  left: -150px;
  animation: organic-float 25s ease-in-out infinite;
}

.v-058 .deco-organic.organic-2 {
  width: 350px;
  height: 350px;
  bottom: 10%;
  right: -120px;
  animation: organic-float 30s ease-in-out infinite reverse;
}

@keyframes organic-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  33% {
    transform: translate(30px, -20px) rotate(120deg);
    border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  }
  66% {
    transform: translate(-20px, 30px) rotate(240deg);
    border-radius: 70% 30% 40% 60% / 30% 60% 40% 70%;
  }
}

.v-058 .deco-texture {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 200px;
  height: 200px;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 10px,
    color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 11px
  );
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-058 {
    padding: 80px 0;
  }

  .v-058 .section-title {
    font-size: 2.25rem;
  }

  .v-058 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-058 .masonry-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .v-058 .masonry-card {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    padding: 28px;
  }

  .v-058 .masonry-card.featured {
    padding: 36px;
  }
}

@media (max-width: 767px) {
  .v-058 {
    padding: 60px 0;
  }

  .v-058 .section-title {
    font-size: 1.875rem;
  }

  .v-058 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-058 .section-description {
    font-size: 1rem;
  }

  .v-058 .header-wrapper {
    gap: 15px;
  }

  .v-058 .header-decoration {
    width: 40px;
  }

  .v-058 .header-icon {
    width: 56px;
    height: 56px;
  }

  .v-058 .header-icon i {
    font-size: 24px;
  }

  .v-058 .masonry-card {
    padding: 24px;
  }

  .v-058 .masonry-card.featured {
    padding: 28px;
  }

  .v-058 .card-icon-box {
    width: 52px;
    height: 52px;
  }

  .v-058 .card-icon-box i {
    font-size: 24px;
  }

  .v-058 .card-icon-box.large {
    width: 64px;
    height: 64px;
  }

  .v-058 .card-icon-box.large i {
    font-size: 28px;
  }

  .v-058 .card-title {
    font-size: 1.25rem;
  }

  .v-058 .masonry-card.featured .card-title {
    font-size: 1.5rem;
  }
}





/* Universal section */
/* Theme: modern-green-01 */

.add_wrap {
  padding: var(--section-py) 0;
  background: white;
  position: relative;
}

/* Header Styles */
.add_header {
  margin-bottom: var(--space-8);
}

.add_title {
  font-family: var(--new_section_title);
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.add_subtitle {
  font-family: var(--prime_body_large);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1.4;
}

.add_description {
  font-family: var(--digital_body_base);
  font-size: 1.0625rem;
  color: var(--text-body);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Card Styles */
.add_card {
  height: 100%;
  padding: var(--space-6);
  background: var(--neutral-50);
  border-radius: var(--radius-lg);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.add_card:hover {
  border-color: var(--primary-500);
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  background: white;
}

.add_card_featured {
  background: linear-gradient(135deg, var(--neutral-50) 0%, white 100%);
  border: 2px solid var(--primary-500);
}

.add_card_featured:hover {
  background: linear-gradient(135deg, white 0%, var(--neutral-50) 100%);
}

.add_card_icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-500);
  color: white;
  border-radius: 50%;
  font-size: 1.75rem;
  flex-shrink: 0;
}

.add_card_featured .add_card_icon {
  width: 72px;
  height: 72px;
  font-size: 2rem;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
}

.add_card_title {
  font-family: var(--prime_body_large);
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}

.add_card_featured .add_card_title {
  font-size: 1.5rem;
}

.add_card_desc {
  font-family: var(--digital_body_base);
  font-size: 0.9375rem;
  color: var(--text-body);
  margin: 0;
  line-height: 1.6;
  flex-grow: 1;
}

.add_card_featured .add_card_desc {
  font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--space-8) 0;
  }
  
  .add_card {
    padding: var(--space-5);
  }
  
  .add_card_icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
  
  .add_card_featured .add_card_icon {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
  }
  
  .add_card:hover {
    transform: translateY(-4px);
  }
}








/* Universal section */

.additional-universal-section.v-063 {
  padding: 100px 0;
  background: linear-gradient(180deg, 
    var(--surface-primary), 
    color-mix(in srgb, var(--primary-300) 3%, var(--surface-primary)));
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-063 .section-header {
  max-width: 800px;
  margin: 0 auto 80px;
}

.v-063 .header-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.v-063 .accent-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-500);
  animation: dotPulse 2s ease-in-out infinite;
}

.v-063 .accent-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
}

.v-063 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-063 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-063 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
}

/* Timeline Wrapper */
.v-063 .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.v-063 .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    transparent, 
    var(--primary-300) 10%, 
    var(--primary-300) 90%, 
    transparent);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Item */
.v-063 .timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.v-063 .timeline-item:last-child {
  margin-bottom: 0;
}

.v-063 .timeline-item:nth-child(odd) {
  flex-direction: row;
}

.v-063 .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* Timeline Marker */
.v-063 .timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.v-063 .marker-dot {
  width: 24px;
  height: 24px;
  background: white;
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, white);
}

.v-063 .marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  opacity: 0;
  animation: markerPulse 2s ease-out infinite;
}

/* Timeline Content */
.v-063 .timeline-content {
  width: calc(50% - 60px);
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-063 .timeline-content::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: var(--primary-300);
}

.v-063 .timeline-item:nth-child(odd) .timeline-content {
  margin-right: auto;
  text-align: right;
}

.v-063 .timeline-item:nth-child(odd) .timeline-content::before {
  right: -30px;
  transform: translateY(-50%);
}

.v-063 .timeline-item:nth-child(even) .timeline-content {
  margin-left: auto;
  text-align: left;
}

.v-063 .timeline-item:nth-child(even) .timeline-content::before {
  left: -30px;
  transform: translateY(-50%);
}

.v-063 .timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

/* Timeline Icon */
.v-063 .timeline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 15%, white),
    color-mix(in srgb, var(--primary-300) 10%, white));
  border-radius: 14px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.v-063 .timeline-icon i {
  font-size: 28px;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.v-063 .timeline-content:hover .timeline-icon {
  background: var(--primary-500);
}

.v-063 .timeline-content:hover .timeline-icon i {
  color: white;
  transform: scale(1.1) rotate(5deg);
}

/* Timeline Text */
.v-063 .timeline-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-063 .timeline-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Elements */
.v-063 .decorative-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.v-063 .deco-shape {
  position: absolute;
  opacity: 0.08;
}

.v-063 .shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent 60%);
  top: 5%;
  right: 5%;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morphShape 20s ease-in-out infinite;
}

.v-063 .shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-700), transparent 60%);
  bottom: 10%;
  left: 5%;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morphShape 25s ease-in-out infinite reverse;
}

.v-063 .shape-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-300), transparent 60%);
  top: 50%;
  right: 10%;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  animation: float 18s ease-in-out infinite;
}

/* Animations */
@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

@keyframes markerPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 30% 70% 60% 40% / 50% 50% 30% 70%;
    transform: rotate(270deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(20px, -20px);
  }
  66% {
    transform: translate(-15px, 15px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-063 {
    padding: 80px 0;
  }

  .v-063 .section-title {
    font-size: 2.25rem;
  }

  .v-063 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-063 .timeline-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-063 {
    padding: 60px 0;
  }

  .v-063 .section-title {
    font-size: 1.875rem;
  }

  .v-063 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-063 .section-header {
    margin-bottom: 60px;
  }

  /* Mobile Timeline */
  .v-063 .timeline-line {
    left: 30px;
  }

  .v-063 .timeline-item,
  .v-063 .timeline-item:nth-child(even) {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 70px;
  }

  .v-063 .timeline-marker {
    left: 30px;
    top: 20px;
    transform: translateX(-50%);
  }

  .v-063 .timeline-content,
  .v-063 .timeline-item:nth-child(odd) .timeline-content,
  .v-063 .timeline-item:nth-child(even) .timeline-content {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  .v-063 .timeline-content::before {
    display: none;
  }

  .v-063 .timeline-title {
    font-size: 1.25rem;
  }
}





.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_timeline {
  position: relative;
  padding-left: var(--space-8);
}

.add_wrap .add_timeline:before {
  content: '';
  position: absolute;
  left: var(--space-4);
  top: 0;
  bottom: var(--space-8);
  width: 2px;
  background: linear-gradient(to bottom, var(--primary-500), var(--primary-300));
}

.add_wrap .add_timeline_item {
  position: relative;
  margin-bottom: var(--space-10);
  padding-left: var(--space-8);
}

.add_wrap .add_timeline_item:last-child {
  margin-bottom: 0;
}

.add_wrap .add_timeline_marker {
  position: absolute;
  left: calc(-1 * var(--space-8) - 6px);
  top: var(--space-2);
  width: 16px;
  height: 16px;
  background-color: var(--primary-500);
  border: 3px solid var(--neutral-100);
  border-radius: 50%;
  z-index: 2;
}

.add_wrap .add_timeline_marker:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: var(--neutral-100);
  border-radius: 50%;
}

.add_wrap .add_timeline_content {
  background-color: var(--neutral-50);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
  position: relative;
}

.add_wrap .add_timeline_content:before {
  content: '';
  position: absolute;
  left: -8px;
  top: var(--space-4);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid var(--neutral-200);
}

.add_wrap .add_timeline_content:after {
  content: '';
  position: absolute;
  left: -7px;
  top: calc(var(--space-4) + 1px);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid var(--neutral-50);
}

.add_wrap .add_timeline_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_timeline_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_timeline_item:nth-child(even) .add_timeline_content {
  background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}

@media (max-width: 768px) {
  .add_wrap .add_timeline {
    padding-left: var(--space-6);
  }
  
  .add_wrap .add_timeline:before {
    left: var(--space-3);
  }
  
  .add_wrap .add_timeline_item {
    padding-left: var(--space-6);
    margin-bottom: var(--space-8);
  }
  
  .add_wrap .add_timeline_marker {
    left: calc(-1 * var(--space-6) - 6px);
  }
  
  .add_wrap .add_timeline_content {
    padding: var(--space-4);
  }
}






div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 12px 18px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #f8f9fa !important;
    border-radius: 8px 8px 0 0 !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #666666 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 4px !important;
    border-radius: 3px !important;
    transition: color 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    color: #333333 !important;
    background: transparent !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #666666 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 18px 18px !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 10px !important;
    background: transparent !important;
    color: #333333 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    color: #333333 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666666 !important;
    display: none !important;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #666666 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 11px !important;
    color: #999999 !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #999999 !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}




.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #666666 !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 400px !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}




.website-cta-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: white !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 18px !important;
    margin-bottom: 30px !important;
    color: rgba(255,255,255,0.9) !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 18px 35px !important;
    background: rgba(255,255,255,0.2) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    backdrop-filter: blur(10px) !important;
}

.website-cta-button:hover {
    background: rgba(255,255,255,0.3) !important;
    border-color: rgba(255,255,255,0.5) !important;
    transform: translateY(-2px) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 40px 0 !important;
    }
    
    .website-cta-title {
        font-size: 26px !important;
    }
    
    .website-cta-subtitle {
        font-size: 16px !important;
    }
    
    .website-cta-button {
        font-size: 16px !important;
        padding: 16px 30px !important;
    }
}




.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;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 19px !important;
    color: rgba(0,0,0,0.04) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationSpin 10s linear infinite !important;
}

.website-floating-icon.variant-1 {
    top: 12% !important;
    right: 6% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 62% !important;
    right: 4% !important;
    animation-delay: 3s !important;
    font-size: 15px !important;
}

.website-floating-icon.variant-3 {
    top: 32% !important;
    left: 4% !important;
    animation-delay: 6s !important;
    font-size: 23px !important;
}

@keyframes websiteFloatAnimationSpin {
    0% {
        transform: rotate(0deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
    25% {
        transform: rotate(90deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    50% {
        transform: rotate(180deg) translateY(-10px) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: rotate(270deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    100% {
        transform: rotate(360deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Friendly Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 290px !important;
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(255,154,158,0.3) !important;
    z-index: 999999 !important;
    color: #333333 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255,255,255,0.8) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.3) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 20px 20px 0 0 !important;
    background: transparent !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: rgba(255,255,255,0.7) !important;
    border: none !important;
    color: #333333 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    text-decoration: none !important;
    min-width: 30px !important;
    min-height: 30px !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,1) !important;
    transform: scale(1.1) !important;
    color: #333333 !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: #333333 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 16px 20px 20px !important;
    max-height: 370px !important;
    overflow-y: auto !important;
    background: rgba(255,255,255,0.9) !important;
    border-radius: 0 0 20px 20px !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    padding: 10px !important;
    background: rgba(255,255,255,0.8) !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    color: #333333 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #333333 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #333333 !important;
    font-size: 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: 12px !important;
    line-height: 1.4 !important;
    color: #555555 !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: #555555 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #007bff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Elegant Style */
.website-google-maps-section {
    padding: 70px 0 !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    margin: 0 !important;
    border-top: none !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 17px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 45px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    border: 3px solid rgba(255,255,255,0.2) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 45px 0 !important;
    }
    
    .website-maps-title {
        font-size: 26px !important;
    }
    
    .website-google-map {
        height: 320px !important;
    }
}



/* CTA Section - Vibrant Style */
.website-cta-section {
    padding: 60px 0 !important;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
    overflow: hidden !important;
}

.website-cta-section::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    right: -10% !important;
    width: 300px !important;
    height: 300px !important;
    background: rgba(255,255,255,0.1) !important;
    border-radius: 50% !important;
    animation: pulseCTA 3s ease-in-out infinite !important;
}

@keyframes pulseCTA {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.3; }
}

.website-cta-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.website-cta-title {
    font-size: 34px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: white !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-cta-subtitle {
    font-size: 18px !important;
    margin-bottom: 35px !important;
    color: rgba(255,255,255,0.95) !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 18px 40px !important;
    background: white !important;
    color: #f5576c !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.website-cta-button:hover {
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.25) !important;
    color: #f5576c !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 26px !important;
    }
    
    .website-cta-subtitle {
        font-size: 16px !important;
    }
}



/* Security Badges - Default Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 25px 0 !important;
    flex-wrap: wrap !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 15px !important;
    background: white !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.website-security-badge:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 16px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 10px !important;
        padding: 20px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }
}



/* Floating Decorative Icons - Gentle Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 20px !important;
    color: rgba(0,0,0,0.05) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationGentle 8s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 10% !important;
    right: 5% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 60% !important;
    right: 3% !important;
    animation-delay: 2s !important;
    font-size: 16px !important;
}

.website-floating-icon.variant-3 {
    top: 30% !important;
    left: 3% !important;
    animation-delay: 4s !important;
    font-size: 24px !important;
}

@keyframes websiteFloatAnimationGentle {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    25% {
        transform: translateY(-10px) rotate(5deg) !important;
        opacity: 0.5 !important;
    }
    50% {
        transform: translateY(-20px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: translateY(-10px) rotate(-5deg) !important;
        opacity: 0.5 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Team Social Links - Gradient Style */
.team-social-links {
    margin-top: 20px;
    padding: 18px 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    border-radius: 20px;
}

.social-icons-grid {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.social-link::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: inherit;
    border-radius: inherit;
    z-index: -1;
}

.social-link:hover {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    color: white;
}

.facebook-link {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.facebook-link:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.linkedin-link {
    background: linear-gradient(135deg, #2196f3 0%, #21cbf3 100%);
}

.linkedin-link:hover {
    background: linear-gradient(135deg, #21cbf3 0%, #2196f3 100%);
}

.instagram-link {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.instagram-link:hover {
    background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%);
}

.x-link {
    background: linear-gradient(135deg, #232526 0%, #414345 100%);
    position: relative;
}

.x-link::after {
    content: '✦';
    font-weight: bold;
    font-size: 22px;
    z-index: 2;
    position: relative;
}

.x-link:hover {
    background: linear-gradient(135deg, #414345 0%, #232526 100%);
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 12px;
    }
    
    .social-link {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}



/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Gradient Style */
.newsletter-section {
    margin: 30px 0;
    padding: 25px;
    background: linear-gradient(45deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.newsletter-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

.newsletter-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 22px;
    text-align: center;
    line-height: 1.5;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 420px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 14px 16px;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    outline: none;
    background: white;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.1), 0 0 20px rgba(255,255,255,0.8);
    transform: translateY(-1px);
}

.newsletter-button {
    padding: 14px 22px;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    width: 100%;
}

.newsletter-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.newsletter-success {
    display: none;
    margin-top: 18px;
    padding: 16px;
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
    color: #333;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-form {
        max-width: 350px;
    }
}


/* 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: gradient-v003 === */
.ocm-theme-gradient-v003 {
    background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 50%, #00d2ff 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 18px !important;
    box-shadow: 0 25px 70px rgba(0, 210, 255, 0.3) !important;
}

.ocm-theme-gradient-v003 .ocm-title,
.ocm-theme-gradient-v003 .ocm-description,
.ocm-theme-gradient-v003 .ocm-category-title,
.ocm-theme-gradient-v003 .ocm-category-desc {
    color: #ffffff !important;
}

.ocm-theme-gradient-v003 .ocm-close {
    color: #ffffff !important;
}

.ocm-theme-gradient-v003 .ocm-btn {
    border-radius: 10px !important;
}

.ocm-theme-gradient-v003 .ocm-btn-accept {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #3a7bd5 !important;
    font-weight: 700 !important;
}

.ocm-theme-gradient-v003 .ocm-btn-accept:hover {
    background: #ffffff !important;
}

.ocm-theme-gradient-v003 .ocm-category {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

/* === TOGGLE STYLE 10 === */
.ocm-toggle.ocm-toggle-style-10 {
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
    transform: rotate(45deg) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(250, 112, 154, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-10:hover {
    transform: rotate(45deg) scale(1.15) !important;
    box-shadow: 0 12px 32px rgba(250, 112, 154, 0.4) !important;
}

.ocm-toggle.ocm-toggle-style-10::before {
    content: "🍪" !important;
    transform: rotate(-45deg) !important;
    display: block !important;
    font-size: 20px !important;
}