:root {
  --primary-50: #fff7ed;
  --primary-50-rgb: 255, 247, 237;
  --primary-50-rgb: 255, 247, 237;
  --primary-100: #ffedd5;
  --primary-100-rgb: 255, 237, 213;
  --primary-100-rgb: 255, 237, 213;
  --primary-300: #fdba74;
  --primary-300-rgb: 253, 186, 116;
  --primary-300-rgb: 253, 186, 116;
  --primary-500: #f97316;
  --primary-500-rgb: 249, 115, 22;
  --primary-500-rgb: 249, 115, 22;
  --primary-700: #c2410c;
  --primary-700-rgb: 194, 65, 12;
  --primary-700-rgb: 194, 65, 12;
  --primary-200: #fed4a5;
  --primary-200-rgb: 254, 212, 165;
  --primary-200-rgb: 254, 212, 165;
  --primary-400: #fb9745;
  --primary-400-rgb: 251, 151, 69;
  --primary-400-rgb: 251, 151, 69;
  --primary-600: #de5a11;
  --primary-600-rgb: 222, 90, 17;
  --primary-600-rgb: 222, 90, 17;
  --primary-800: #9b340a;
  --primary-800-rgb: 155, 52, 10;
  --primary-800-rgb: 155, 52, 10;
  --primary-900: #842c09;
  --primary-900-rgb: 132, 44, 9;
  --primary-900-rgb: 132, 44, 9;
  --primary-950: #5c1f06;
  --primary-950-rgb: 92, 31, 6;
  --primary-950-rgb: 92, 31, 6;
  --primary-rgb: 249, 115, 22;
  --neutral-50: #fafafa;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-100: #f5f5f5;
  --neutral-100-rgb: 245, 245, 245;
  --neutral-100-rgb: 245, 245, 245;
  --neutral-300: #d4d4d4;
  --neutral-300-rgb: 212, 212, 212;
  --neutral-300-rgb: 212, 212, 212;
  --neutral-500: #737373;
  --neutral-500-rgb: 115, 115, 115;
  --neutral-500-rgb: 115, 115, 115;
  --neutral-700: #404040;
  --neutral-700-rgb: 64, 64, 64;
  --neutral-700-rgb: 64, 64, 64;
  --neutral-900: #2b2b2b;
  --neutral-900-rgb: 43, 43, 43;
  --neutral-900-rgb: 43, 43, 43;
  --neutral-200: #e5e5e5;
  --neutral-200-rgb: 229, 229, 229;
  --neutral-200-rgb: 229, 229, 229;
  --neutral-400: #a4a4a4;
  --neutral-400-rgb: 164, 164, 164;
  --neutral-400-rgb: 164, 164, 164;
  --neutral-600: #5a5a5a;
  --neutral-600-rgb: 90, 90, 90;
  --neutral-600-rgb: 90, 90, 90;
  --neutral-800: #333333;
  --neutral-800-rgb: 51, 51, 51;
  --neutral-800-rgb: 51, 51, 51;
  --neutral-950: #1e1e1e;
  --neutral-950-rgb: 30, 30, 30;
  --neutral-950-rgb: 30, 30, 30;
  --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: #fff8d8;
  --accent-50-rgb: 255, 248, 216;
  --accent-50-rgb: 255, 248, 216;
  --accent-100: #fff0c2;
  --accent-100-rgb: 255, 240, 194;
  --accent-100-rgb: 255, 240, 194;
  --accent-200: #feda96;
  --accent-200-rgb: 254, 218, 150;
  --accent-200-rgb: 254, 218, 150;
  --accent-300: #fec46a;
  --accent-300-rgb: 254, 196, 106;
  --accent-300-rgb: 254, 196, 106;
  --accent-400: #fca73f;
  --accent-400-rgb: 252, 167, 63;
  --accent-400-rgb: 252, 167, 63;
  --accent-500: #fb8814;
  --accent-500-rgb: 251, 136, 20;
  --accent-500-rgb: 251, 136, 20;
  --accent-600: #e8730f;
  --accent-600-rgb: 232, 115, 15;
  --accent-600-rgb: 232, 115, 15;
  --accent-700: #d45e0b;
  --accent-700-rgb: 212, 94, 11;
  --accent-700-rgb: 212, 94, 11;
  --accent-800: #b95209;
  --accent-800-rgb: 185, 82, 9;
  --accent-800-rgb: 185, 82, 9;
  --accent-900: #a94c08;
  --accent-900-rgb: 169, 76, 8;
  --accent-900-rgb: 169, 76, 8;
  --accent-950: #8d4105;
  --accent-950-rgb: 141, 65, 5;
  --accent-950-rgb: 141, 65, 5;
  --accent-rgb: 251, 136, 20;
  --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 ===== */
.smart_font_primary {
  font-family: var(--font-primary);
}

.premium_font_secondary {
  font-family: var(--font-secondary);
}

.top_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.main_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);
}

.elite_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);
}

.layout_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 */
.studio_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);
}

.content_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);
}

.style_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);
}

.web_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);
}

.ui_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);
}

.base_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 */
.bright_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);
}

.business_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);
}

.page_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 */
.core_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);
}

.clean_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 */
.dark_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);
}

.site_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 */
.creative_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);
}

.light_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 */
.prime_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);
}

.unique_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);
}

.digital_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 */
.company_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);
}

.fresh_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 */
.theme_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);
}

.theme_nav_link:hover,
.theme_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.brand_button_text {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Footer Typography */
.agency_footer_text {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-muted);
}

/* ===== RESPONSIVE TYPOGRAPHY ===== */
@media (max-width: 768px) {
  .creative_hero_title {
    font-size: var(--text-4xl);
  }
  
  .prime_section_title {
    font-size: var(--text-3xl);
  }
  
  .main_display_1 {
    font-size: var(--text-5xl);
  }
  
  .elite_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .creative_hero_title {
    font-size: var(--text-3xl);
  }
  
  .prime_section_title {
    font-size: var(--text-2xl);
  }
  
  .main_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 ===== */
.design_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.pro_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.new_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.container_text_balance {
  text-wrap: balance;
}

.modern_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .theme_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .core_caption,
  .clean_overline,
  .agency_footer_text {
    color: var(--text-secondary);
  }
  
  .light_hero_subtitle,
  .unique_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .creative_hero_title,
  .prime_section_title,
  .studio_heading_1,
  .content_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .design_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.section_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.app_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bold_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.minimal_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.best_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.custom_stack {
  display: flex;
  flex-direction: column;
}

.site35_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ui42_full_height {
  min-height: 100vh;
}

.layout94_section_height {
  min-height: 80vh;
}

.new80_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.premium89_m_0 { margin: 0; }
.light43_m_1 { margin: var(--space-1); }
.style49_m_2 { margin: var(--space-2); }
.layout86_m_3 { margin: var(--space-3); }
.core45_m_4 { margin: var(--space-4); }
.clean99_m_6 { margin: var(--space-6); }
.container5_m_8 { margin: var(--space-8); }
.design43_m_12 { margin: var(--space-12); }
.clean91_m_16 { margin: var(--space-16); }

.brand71_mx_auto { margin-left: auto; margin-right: auto; }
.fresh13_my_auto { margin-top: auto; margin-bottom: auto; }

.clean95_mt_0 { margin-top: 0; }
.site57_mt_4 { margin-top: var(--space-4); }
.dark53_mt_8 { margin-top: var(--space-8); }
.creative65_mt_12 { margin-top: var(--space-12); }

.page65_mb_0 { margin-bottom: 0; }
.core64_mb_4 { margin-bottom: var(--space-4); }
.app49_mb_8 { margin-bottom: var(--space-8); }
.digital28_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.premium7_p_0 { padding: 0; }
.layout94_p_1 { padding: var(--space-1); }
.theme86_p_2 { padding: var(--space-2); }
.best94_p_3 { padding: var(--space-3); }
.design81_p_4 { padding: var(--space-4); }
.best85_p_6 { padding: var(--space-6); }
.studio14_p_8 { padding: var(--space-8); }

.new6_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.app83_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.modern32_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.premium77_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.app87_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.prime87_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.light66_gap_1 { gap: var(--space-1); }
.minimal89_gap_2 { gap: var(--space-2); }
.agency86_gap_3 { gap: var(--space-3); }
.light38_gap_4 { gap: var(--space-4); }
.best14_gap_6 { gap: var(--space-6); }
.business44_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.studio50_shadow_none { box-shadow: var(--shadow-none); }
.bold44_shadow_xs { box-shadow: var(--shadow-xs); }
.custom77_shadow_sm { box-shadow: var(--shadow-sm); }
.creative38_shadow_md { box-shadow: var(--shadow-md); }
.custom62_shadow_lg { box-shadow: var(--shadow-lg); }
.new76_shadow_xl { box-shadow: var(--shadow-xl); }
.design86_shadow_2xl { box-shadow: var(--shadow-2xl); }
.web4_shadow_inner { box-shadow: var(--shadow-inner); }
.best99_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.style10_radius_none { border-radius: var(--radius-none); }
.bright38_radius_xs { border-radius: var(--radius-xs); }
.bright13_radius_sm { border-radius: var(--radius-sm); }
.modern2_radius_md { border-radius: var(--radius-md); }
.studio25_radius_lg { border-radius: var(--radius-lg); }
.best19_radius_xl { border-radius: var(--radius-xl); }
.smart82_radius_2xl { border-radius: var(--radius-2xl); }
.modern33_radius_3xl { border-radius: var(--radius-3xl); }
.main42_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.dark23_gradient_primary {
  background: var(--gradient-primary);
}

.content21_gradient_secondary {
  background: var(--gradient-secondary);
}

.site83_gradient_hero {
  background: var(--gradient-hero);
}

.content19_gradient_card {
  background: var(--gradient-card);
}

.bright42_gradient_overlay {
  position: relative;
}

.bright42_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;
}

.bright42_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.app70_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.app70_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.core50_hover_scale {
  transition: transform var(--transition-normal);
}

.core50_hover_scale:hover {
  transform: scale(1.02);
}

.creative1_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.creative1_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.digital62_hover_fade {
  transition: opacity var(--transition-normal);
}

.digital62_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.web13_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.web13_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.best6_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.minimal99_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.base98_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.company68_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.design21_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.clean27_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.site61_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.studio99_timeline {
  position: relative;
}

.studio99_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.company36_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.company36_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.company36_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.app60_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.custom49_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;
  }
}

.content38_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;
  }
}

.company67_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 */
.ui26_transition_all {
  transition: var(--transition-all);
}

.unique15_transition_fast {
  transition: all var(--transition-fast);
}

.layout77_transition_normal {
  transition: all var(--transition-normal);
}

.best73_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.design24_bg_primary { background-color: var(--bg-primary); }
.app29_bg_secondary { background-color: var(--bg-secondary); }
.fresh87_bg_muted { background-color: var(--bg-muted); }
.theme80_bg_glass { background-color: var(--bg-glass); }

.core13_text_primary { color: var(--text-primary); }
.web83_text_secondary { color: var(--text-secondary); }
.bold78_text_muted { color: var(--text-muted); }
.bright8_text_inverse { color: var(--text-inverse); }
.modern24_text_link { color: var(--text-link); }

.layout57_border_light { border-color: var(--border-light); }
.premium99_border_medium { border-color: var(--border-medium); }
.agency48_border_strong { border-color: var(--border-strong); }
.brand92_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .base98_services_grid,
  .design21_features_grid,
  .company68_team_grid,
  .site61_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .clean27_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .studio99_timeline::before {
    left: 30px;
  }
  
  .company36_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .layout94_section_height {
    min-height: 60vh;
  }
  
  .new80_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .clean27_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .company36_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.brand82_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;
}

.pro64_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.clean19_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);
}

.clean19_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .theme61_no_print {
    display: none !important;
  }
  
  .bright91_print_only {
    display: block !important;
  }
  
  .bold44_shadow_xs,
  .custom77_shadow_sm,
  .creative38_shadow_md,
  .custom62_shadow_lg,
  .new76_shadow_xl,
  .design86_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .app60_fade_in,
  .custom49_slide_up,
  .content38_slide_in_left,
  .company67_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .app70_hover_lift,
  .core50_hover_scale,
  .creative1_hover_shadow,
  .digital62_hover_fade,
  .ui26_transition_all,
  .unique15_transition_fast,
  .layout77_transition_normal,
  .best73_transition_slow {
    transition: none;
  }
}

/* ========================================
   Header v-130: Professional Blue Theme
   ======================================== */

.header-featured {
  position: relative;
  background: var(--surface-primary);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}

.header-featured .navbar {
  padding: 1rem 0;
  position: relative;
}

/* ========================================
   Site Name/Logo
   ======================================== */

.header-featured .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 10002;
}

.header-featured .navbar-brand:hover {
  color: var(--primary-500);
  transform: translateY(-2px);
}

/* ========================================
   Custom Animated Hamburger Toggle
   ======================================== */

.header-featured .custom-toggler {
  border: none;
  background: transparent;
  padding: 0.5rem;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 10003;
  transition: all 0.3s ease;
}

.header-featured .custom-toggler:focus {
  outline: 2px solid var(--primary-300);
  outline-offset: 3px;
}

.header-featured .hamburger-line {
  display: block;
  width: 28px;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  position: absolute;
  left: 6px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-featured .hamburger-line-top {
  top: 10px;
}

.header-featured .hamburger-line-middle {
  top: 18px;
}

.header-featured .hamburger-line-bottom {
  top: 26px;
}

/* Hamburger Animation - Transform to X */
.header-featured .custom-toggler:not(.collapsed) .hamburger-line-top {
  top: 18px;
  transform: rotate(45deg);
  background: var(--primary-700);
}

.header-featured .custom-toggler:not(.collapsed) .hamburger-line-middle {
  opacity: 0;
  transform: translateX(-20px);
}

.header-featured .custom-toggler:not(.collapsed) .hamburger-line-bottom {
  top: 18px;
  transform: rotate(-45deg);
  background: var(--primary-700);
}

/* ========================================
   Navigation Links - IDENTICAL STYLING
   ======================================== */

.header-featured .navbar-nav {
  gap: 0.5rem;
}

.header-featured .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  margin: 0;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 6px;
}

.header-featured .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.header-featured .nav-link:hover {
  color: var(--primary-700);
  background: color-mix(in srgb, var(--primary-50) 60%, var(--primary-100) 40%);
}

.header-featured .nav-link:hover::before {
  width: 80%;
}

/* ========================================
   Decorative Elements
   ======================================== */

.header-featured .header-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.header-featured .header-decoration-1 {
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
  top: -30px;
  right: 10%;
  animation: float-decoration-1 6s ease-in-out infinite;
}

.header-featured .header-decoration-2 {
  width: 60px;
  height: 60px;
  background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
  bottom: -20px;
  left: 15%;
  animation: float-decoration-2 8s ease-in-out infinite;
}

@keyframes float-decoration-1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(10px, -10px) scale(1.1);
  }
}

@keyframes float-decoration-2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-15px, 10px) scale(0.9);
  }
}

/* ========================================
   Mobile Menu Backdrop
   ======================================== */

.header-featured .mobile-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: -1;
}

/* ========================================
   Responsive Design - Mobile
   ======================================== */

@media (max-width: 991.98px) {
  .header-featured .navbar {
    padding: 0.75rem 0;
  }

  .header-featured .navbar-brand {
    font-size: 1.25rem;
  }

  .header-featured .custom-toggler {
    display: block;
    z-index: 10003;
  }

  .header-featured .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--surface-primary);
    padding: 5rem 2rem 2rem;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10;
    overflow-y: auto;
  }

  .header-featured .navbar-collapse.show {
    right: 0;
  }

  /* Show backdrop when menu is open */
  .header-featured .navbar-collapse.show ~ .mobile-backdrop {
    opacity: 1;
    visibility: visible;
    z-index: 0;
  }

  .header-featured .navbar-nav {
    flex-direction: column;
    gap: 0.5rem;
  }

  .header-featured .nav-link {
    padding: 0.75rem 1rem;
    border-left: 3px solid transparent;
    border-radius: 0;
    font-size: 1.05rem;
  }

  .header-featured .nav-link::before {
    display: none;
  }

  .header-featured .nav-link:hover {
    border-left-color: var(--primary-500);
    background: color-mix(in srgb, var(--primary-50) 50%, transparent 50%);
    transform: translateX(5px);
  }

  .header-featured .header-decoration {
    display: none;
  }
}

/* ========================================
   Responsive Design - Tablet
   ======================================== */

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-featured .navbar-collapse {
    width: 320px;
    padding: 5rem 2.5rem 2.5rem;
  }

  .header-featured .nav-link {
    font-size: 1.1rem;
  }
}

/* ========================================
   Responsive Design - Desktop
   ======================================== */

@media (min-width: 992px) {
  .header-featured .custom-toggler {
    display: none;
  }

  .header-featured .navbar-collapse {
    display: flex !important;
  }

  .header-featured .navbar-nav {
    flex-direction: row;
  }

  .header-featured .mobile-backdrop {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-featured .navbar {
    padding: 1.25rem 0;
  }

  .header-featured .navbar-brand {
    font-size: 1.75rem;
  }

  .header-featured .nav-link {
    font-size: 1.05rem;
    padding: 0.625rem 1.25rem;
  }
}

/* ========================================
   Accessibility & High Contrast
   ======================================== */

@media (prefers-reduced-motion: reduce) {
  .header-featured * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.header-featured .nav-link:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 4px;
}

.header-featured .navbar-brand:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 4px;
}

.hero-pro {
  position: relative;
  overflow: hidden;
  min-height: 95vh;
  display: flex;
  align-items: center;
  background: linear-gradient(120deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
}

.hero-pro .hero-content {
  position: relative;
  z-index: 3;
}

.hero-pro #hero-title-1 {
  color: var(--primary-900);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.hero-pro #hero-subtitle-1 {
  color: var(--primary-700);
  font-weight: 600;
  line-height: 1.4;
}

.hero-pro #hero-desc-1 {
  color: var(--neutral-700);
  line-height: 1.75;
  font-size: 1.1rem;
}

/* Top decorative icons */
.hero-pro .top-icons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.hero-pro .top-icons i {
  font-size: 0.875rem;
  color: var(--primary-500);
  opacity: 0.7;
}

/* Content decorations */
.hero-pro .content-decorations {
  margin-top: 2rem;
}

.hero-pro .deco-line {
  height: 4px;
  width: 80px;
  background: linear-gradient(90deg, var(--primary-500), var(--secondary-500));
  border-radius: 2px;
  margin-bottom: 1rem;
}

.hero-pro .icon-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-pro .icon-row i {
  font-size: 1.5rem;
  color: var(--primary-700);
}

.hero-pro .icon-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
}

/* Hero image container */
.hero-pro .hero-image-container {
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.hero-pro .image-frame {
  position: relative;
  z-index: 2;
  border: 12px solid var(--neutral-50);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transform: rotate(-2deg);
  transition: transform 0.4s ease;
}

.hero-pro .image-frame:hover {
  transform: rotate(0deg);
}

/* Decorative shapes */
.hero-pro .shape-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.hero-pro .shape-1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-300));
  top: -50px;
  left: -50px;
  opacity: 0.7;
  animation: pulse 4s ease-in-out infinite;
}

.hero-pro .shape-2 {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--secondary-200), var(--secondary-300));
  bottom: -30px;
  right: -30px;
  opacity: 0.6;
  animation: pulse 5s ease-in-out infinite reverse;
}

.hero-pro .shape-square {
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--primary-100);
  top: 50%;
  right: -50px;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 20px;
  opacity: 0.5;
  z-index: 1;
}

/* Icon badges */
.hero-pro .icon-badge {
  position: absolute;
  width: 65px;
  height: 65px;
  background: var(--neutral-50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 3;
  border: 4px solid var(--primary-100);
}

.hero-pro .icon-badge i {
  font-size: 1.75rem;
  color: var(--primary-700);
}

.hero-pro .badge-1 {
  top: 5%;
  right: 10%;
  animation: bounce 3s ease-in-out infinite;
}

.hero-pro .badge-2 {
  bottom: 20%;
  left: 5%;
  animation: bounce 4s ease-in-out infinite 0.5s;
}

.hero-pro .badge-3 {
  top: 45%;
  right: -15px;
  animation: bounce 3.5s ease-in-out infinite 1s;
}

/* Background patterns */
.hero-pro .pattern-bg {
  position: absolute;
  width: 400px;
  height: 400px;
  pointer-events: none;
  opacity: 0.15;
  z-index: 0;
}

.hero-pro .pattern-left {
  top: 10%;
  left: -100px;
  background: radial-gradient(circle, var(--primary-300) 1px, transparent 1px);
  background-size: 20px 20px;
}

.hero-pro .pattern-right {
  bottom: 10%;
  right: -100px;
  background: radial-gradient(circle, var(--secondary-300) 1px, transparent 1px);
  background-size: 20px 20px;
  transform: rotate(45deg);
}

/* Animations */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .hero-pro {
    min-height: auto;
    padding: 4rem 0;
  }
  
  .hero-pro #hero-title-1 {
    font-size: 2.25rem;
  }
  
  .hero-pro .hero-image-container {
    padding: 1rem;
  }
  
  .hero-pro .icon-badge {
    width: 55px;
    height: 55px;
  }
  
  .hero-pro .icon-badge i {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-pro #hero-title-1 {
    font-size: 2rem;
  }
  
  .hero-pro #hero-desc-1 {
    font-size: 1rem;
  }
  
  .hero-pro .badge-3 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hero-pro #hero-title-1 {
    font-size: 1.75rem;
  }
  
  .hero-pro .image-frame {
    border-width: 8px;
  }
}



.about-section-featured {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Badge */
.about-section-featured .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 2rem;
  border: 1px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.about-section-featured .badge-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse-v115 2s ease-in-out infinite;
}

.about-section-featured .badge-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary-700);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Typography */
.about-section-featured .section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.about-section-featured .section-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.about-section-featured .section-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Images Grid */
.about-section-featured .about-images-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(8, 1fr);
  gap: 1rem;
  min-height: 500px;
}

.about-section-featured .image-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.about-section-featured .image-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about-section-featured .primary-image {
  grid-column: 1 / 8;
  grid-row: 1 / 6;
  z-index: 2;
}

.about-section-featured .secondary-image {
  grid-column: 7 / 13;
  grid-row: 3 / 7;
  z-index: 1;
}

.about-section-featured .accent-image {
  grid-column: 2 / 7;
  grid-row: 5 / 9;
  z-index: 3;
}

.about-section-featured .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-section-featured .image-wrapper:hover img {
  transform: scale(1.05);
}

/* Decorative Shapes behind images */
.about-section-featured .decorative-shape {
  position: absolute;
  border-radius: 1rem;
  z-index: -1;
}

.about-section-featured .shape-1 {
  top: -10px;
  left: -10px;
  right: 10px;
  bottom: 10px;
  background: var(--primary-300);
  opacity: 0.3;
}

.about-section-featured .shape-2 {
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  background: var(--primary-500);
  opacity: 0.2;
}

/* Floating Icons */
.about-section-featured .floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--surface-primary);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 4;
  animation: float-v115 3s ease-in-out infinite;
}

.about-section-featured .floating-icon i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

.about-section-featured .icon-1 {
  grid-column: 9 / 11;
  grid-row: 1 / 2;
  animation-delay: 0s;
}

.about-section-featured .icon-2 {
  grid-column: 1 / 3;
  grid-row: 8 / 9;
  animation-delay: 1s;
}

/* Feature Cards */
.about-section-featured .feature-card {
  position: relative;
  background: var(--surface-secondary);
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid var(--neutral-100);
  transition: all 0.4s ease;
  overflow: hidden;
}

.about-section-featured .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: var(--primary-500);
  transition: height 0.4s ease;
}

.about-section-featured .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.about-section-featured .feature-card:hover::before {
  height: 100%;
}

.about-section-featured .feature-icon {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}

.about-section-featured .feature-card:hover .feature-icon {
  background: var(--primary-500);
  transform: scale(1.1) rotate(5deg);
}

.about-section-featured .feature-icon i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: color 0.4s ease;
}

.about-section-featured .feature-card:hover .feature-icon i {
  color: var(--surface-primary);
}

.about-section-featured .feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.about-section-featured .feature-description {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

.about-section-featured .feature-accent {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background: var(--primary-300);
  opacity: 0.05;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.about-section-featured .feature-card:hover .feature-accent {
  opacity: 0.1;
  transform: scale(1.5);
}

/* Decorative Background Elements */
.about-section-featured .decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.about-section-featured .blob-shape {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.03;
  animation: morph-v115 20s ease-in-out infinite;
}

.about-section-featured .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
  animation-delay: 0s;
}

.about-section-featured .blob-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  bottom: -150px;
  left: -150px;
  animation-delay: 5s;
}

.about-section-featured .grid-pattern {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
}

/* Animations */
@keyframes pulse-v115 {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}

@keyframes float-v115 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes morph-v115 {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  75% {
    border-radius: 70% 30% 50% 50% / 30% 50% 50% 70%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .about-section-featured .about-images-grid {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(10, 1fr);
    min-height: 450px;
  }

  .about-section-featured .primary-image {
    grid-column: 1 / 6;
    grid-row: 1 / 5;
  }

  .about-section-featured .secondary-image {
    grid-column: 4 / 9;
    grid-row: 4 / 8;
  }

  .about-section-featured .accent-image {
    grid-column: 2 / 7;
    grid-row: 7 / 11;
  }

  .about-section-featured .icon-1 {
    grid-column: 6 / 8;
    grid-row: 1 / 2;
  }

  .about-section-featured .icon-2 {
    grid-column: 1 / 3;
    grid-row: 10 / 11;
  }
}

@media (max-width: 767.98px) {
  .about-section-featured .about-images-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(12, 1fr);
    min-height: 400px;
  }

  .about-section-featured .primary-image {
    grid-column: 1 / 5;
    grid-row: 1 / 6;
  }

  .about-section-featured .secondary-image {
    grid-column: 3 / 7;
    grid-row: 5 / 9;
  }

  .about-section-featured .accent-image {
    grid-column: 1 / 5;
    grid-row: 8 / 13;
  }

  .about-section-featured .floating-icon {
    width: 50px;
    height: 50px;
  }

  .about-section-featured .floating-icon i {
    font-size: 1.25rem;
  }

  .about-section-featured .feature-card {
    padding: 1.5rem;
  }

  .about-section-featured .blob-1,
  .about-section-featured .blob-2 {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .about-section-featured .section-badge {
    padding: 0.375rem 0.75rem;
  }

  .about-section-featured .badge-text {
    font-size: 0.75rem;
  }

  .about-section-featured .about-images-grid {
    min-height: 350px;
  }

  .about-section-featured .feature-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
  }

  .about-section-featured .feature-icon i {
    font-size: 1.5rem;
  }
}

.features-section-secondary {
  padding: 100px 0;
  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;
}

/* Header Styles */
.features-section-secondary .features-header {
  margin-bottom: 60px;
}

.features-section-secondary .features-main-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.features-section-secondary .features-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 24px;
  line-height: 1.4;
}

.features-section-secondary .features-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Separator */
.features-section-secondary .decorative-separator {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  margin: 0 auto 60px;
  border-radius: 2px;
}

/* Feature Cards */
.features-section-secondary .feature-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 40px 32px;
  height: 100%;
  display: flex;
  gap: 24px;
  border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.features-section-secondary .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.features-section-secondary .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.features-section-secondary .feature-card:hover::before {
  transform: scaleX(1);
}

/* Feature Icon */
.features-section-secondary .feature-icon-wrapper {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-section-secondary .icon-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    color-mix(in srgb, var(--primary-100) 60%, var(--primary-50) 40%)
  );
  border-radius: 12px;
  transition: all 0.4s ease;
}

.features-section-secondary .feature-card:hover .icon-background {
  background: linear-gradient(
    135deg,
    var(--primary-100),
    var(--primary-300)
  );
  transform: rotate(5deg) scale(1.05);
}

.features-section-secondary .feature-icon-wrapper i {
  font-size: 32px;
  color: var(--primary-500);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.features-section-secondary .feature-card:hover .feature-icon-wrapper i {
  color: var(--primary-700);
  transform: scale(1.1);
}

/* Feature Content */
.features-section-secondary .feature-content {
  flex: 1;
}

.features-section-secondary .feature-name {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.features-section-secondary .feature-card:hover .feature-name {
  color: var(--primary-500);
}

.features-section-secondary .feature-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Elements */
.features-section-secondary .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.features-section-secondary .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
  filter: blur(60px);
}

.features-section-secondary .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-300);
  bottom: -80px;
  left: -80px;
  filter: blur(50px);
}

.features-section-secondary .decorative-circle {
  position: absolute;
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.features-section-secondary .circle-1 {
  width: 200px;
  height: 200px;
  top: 15%;
  left: 5%;
}

.features-section-secondary .circle-2 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  right: 8%;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .features-section-secondary {
    padding: 80px 0;
  }

  .features-section-secondary .features-main-title {
    font-size: 2.25rem;
  }

  .features-section-secondary .features-subtitle {
    font-size: 1.25rem;
  }

  .features-section-secondary .features-description {
    font-size: 1rem;
  }

  .features-section-secondary .feature-card {
    padding: 32px 24px;
  }

  .features-section-secondary .blob-1,
  .features-section-secondary .blob-2 {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .features-section-secondary {
    padding: 60px 0;
  }

  .features-section-secondary .features-header {
    margin-bottom: 40px;
  }

  .features-section-secondary .features-main-title {
    font-size: 1.875rem;
  }

  .features-section-secondary .features-subtitle {
    font-size: 1.125rem;
  }

  .features-section-secondary .features-description {
    font-size: 0.9375rem;
  }

  .features-section-secondary .decorative-separator {
    margin-bottom: 40px;
  }

  .features-section-secondary .feature-card {
    flex-direction: column;
    padding: 28px 20px;
    gap: 20px;
  }

  .features-section-secondary .feature-icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .features-section-secondary .feature-icon-wrapper i {
    font-size: 28px;
  }

  .features-section-secondary .feature-name {
    font-size: 1.25rem;
  }

  .features-section-secondary .feature-description {
    font-size: 0.9375rem;
  }

  .features-section-secondary .circle-1,
  .features-section-secondary .circle-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .features-section-secondary .features-main-title {
    font-size: 1.625rem;
  }

  .features-section-secondary .feature-card {
    padding: 24px 16px;
  }

  .features-section-secondary .blob-1,
  .features-section-secondary .blob-2 {
    width: 200px;
    height: 200px;
  }
}

/* Creative Purple Flip Theme - Services */

.services_creative_purple_flip_wrapper {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--surface-primary) 50%, var(--primary-50) 100%);
  overflow: hidden;
}

/* Cosmic Gradient Background */
.cosmic_gradient_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.cosmic_orb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--primary-300), var(--primary-500));
  opacity: 0.15;
  filter: blur(80px);
}

.cosmic_orb_1 {
  width: 600px;
  height: 600px;
  top: -200px;
  left: -200px;
}

.cosmic_orb_2 {
  width: 500px;
  height: 500px;
  top: 40%;
  right: -150px;
}

.cosmic_orb_3 {
  width: 450px;
  height: 450px;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}

.star_particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.4;
  animation: twinkle 4s ease-in-out infinite;
}

.star_particle_1 {
  top: 15%;
  left: 20%;
  animation-delay: 0s;
}

.star_particle_2 {
  top: 40%;
  right: 25%;
  animation-delay: 1s;
}

.star_particle_3 {
  bottom: 30%;
  left: 35%;
  animation-delay: 2s;
}

.star_particle_4 {
  top: 60%;
  right: 40%;
  animation-delay: 3s;
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
}

/* Section Header */
.services_creative_purple_flip_wrapper .container {
  position: relative;
  z-index: 1;
}

.flip_hero_heading {
  font-size: 3.75rem;
  font-weight: 900;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.flip_tagline_statement {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--text-accent);
  margin-bottom: 1.5rem;
}

.flip_intro_narrative {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.85;
  max-width: 920px;
  margin: 0 auto;
}

/* Flip Grid */
.flip_services_grid {
  margin-top: 4rem;
}

/* Flip Service Capsules */
.flip_service_capsule {
  background: #ffffff;
  border-radius: 24px;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--border-light);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.flip_service_capsule::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg at 50% 50%, 
    transparent 0deg, 
    var(--primary-100) 90deg, 
    transparent 180deg,
    var(--primary-100) 270deg,
    transparent 360deg);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.flip_service_capsule:hover {
  transform: translateY(-12px);
  border-color: var(--primary-500);
  box-shadow: 0 28px 60px rgba(124, 58, 237, 0.28);
}

.flip_service_capsule:hover::after {
  opacity: 0.15;
  animation: rotate-gradient 4s linear infinite;
}

@keyframes rotate-gradient {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.flip_capsule_signature {
  background: linear-gradient(135deg, var(--primary-50) 0%, #ffffff 50%, var(--primary-50) 100%);
  border: 3px solid var(--primary-500);
}

.signature_crown_badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary-700), var(--primary-700));
  color: #ffffff;
  padding: 0.5rem 1.75rem;
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.4);
  z-index: 10;
}

/* Gem Icon */
.flip_gem_icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.75rem;
  transition: all 0.6s ease;
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
}

.flip_gem_icon i {
  font-size: 2.5rem;
  color: #ffffff;
}

.flip_service_capsule:hover .flip_gem_icon {
  transform: rotateY(360deg) scale(1.1);
  border-radius: 50%;
}

/* Content Area */
.flip_content_area {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.flip_service_heading {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.flip_service_narrative {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

/* Attributes Box */
.flip_attributes_box {
  background: var(--surface-secondary);
  border-radius: 14px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  border-left: 5px solid var(--primary-500);
}

.flip_attributes_listing {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
}

/* Value Display */
.flip_value_display {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 2px solid var(--border-light);
}

.flip_value_figure {
  font-size: 2.125rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .flip_hero_heading {
    font-size: 3rem;
  }

  .flip_tagline_statement {
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .services_creative_purple_flip_wrapper {
    padding: 90px 0;
  }

  .flip_hero_heading {
    font-size: 2.5rem;
  }

  .flip_tagline_statement {
    font-size: 1.375rem;
  }

  .flip_intro_narrative {
    font-size: 1rem;
  }

  .flip_service_capsule {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .services_creative_purple_flip_wrapper {
    padding: 70px 0;
  }

  .flip_hero_heading {
    font-size: 2rem;
  }

  .flip_tagline_statement {
    font-size: 1.125rem;
  }

  .flip_intro_narrative {
    font-size: 0.9375rem;
  }

  .flip_service_capsule {
    padding: 1.75rem;
  }

  .flip_gem_icon {
    width: 70px;
    height: 70px;
  }

  .flip_gem_icon i {
    font-size: 2rem;
  }

  .flip_service_heading {
    font-size: 1.375rem;
  }

  .flip_value_figure {
    font-size: 1.75rem;
  }

  .cosmic_orb_1,
  .cosmic_orb_2,
  .cosmic_orb_3 {
    opacity: 0.08;
  }

  .star_particle_1,
  .star_particle_2,
  .star_particle_3,
  .star_particle_4 {
    display: none;
  }
}



.priceplan-section-bold {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Minimal Background */
.priceplan-section-bold .minimal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-bold .subtle-circle {
  position: absolute;
  border-radius: 50%;
  background: var(--neutral-100);
  opacity: 0.5;
}

.priceplan-section-bold .circle-1 {
  width: 500px;
  height: 500px;
  top: -200px;
  right: -150px;
}

.priceplan-section-bold .circle-2 {
  width: 400px;
  height: 400px;
  bottom: -150px;
  left: -100px;
}

/* Section Header */
.priceplan-section-bold .section-header {
  position: relative;
  z-index: 1;
}

.priceplan-section-bold .simple-line {
  width: 60px;
  height: 2px;
  background: var(--primary-500);
  margin: 0 auto 2rem;
}

.priceplan-section-bold .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.priceplan-section-bold .section-subtitle {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.3;
}

.priceplan-section-bold .section-desc {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* Price Card */
.priceplan-section-bold .minimal-card {
  position: relative;
  background: var(--light);
  border: 1px solid var(--neutral-100);
  border-radius: 8px;
  padding: 3rem 2.5rem;
  transition: all 0.3s ease;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.priceplan-section-bold .minimal-card:hover {
  border-color: var(--primary-300);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
}

/* Minimal Icon */
.priceplan-section-bold .minimal-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.priceplan-section-bold .minimal-card:hover .minimal-icon {
  color: var(--primary-700);
  transform: scale(1.1);
}

.priceplan-section-bold .plan-name {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 1.5rem;
}

/* Price Box */
.priceplan-section-bold .price-box {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--neutral-100);
}

.priceplan-section-bold .plan-price {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  line-height: 1;
  letter-spacing: -1px;
}

.priceplan-section-bold .plan-price span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-secondary);
  margin-left: 0.25rem;
}

.priceplan-section-bold .plan-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  text-align: center;
  margin-bottom: 2rem;
  min-height: 85px;
  flex-shrink: 0;
}

/* Features Container */
.priceplan-section-bold .features-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.priceplan-section-bold .plan-features {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.priceplan-section-bold .feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: var(--text-primary);
  font-weight: 400;
  transition: all 0.2s ease;
}

.priceplan-section-bold .feature-item:hover {
  color: var(--primary-700);
  padding-left: 0.5rem;
}

.priceplan-section-bold .feature-item i {
  font-size: 1.5rem;
  color: var(--primary-500);
  flex-shrink: 0;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 991px) {
  .priceplan-section-bold .section-title {
    font-size: 2.125rem;
  }

  .priceplan-section-bold .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-bold .plan-price {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-bold .section-title {
    font-size: 1.875rem;
  }

  .priceplan-section-bold .minimal-card {
    padding: 2.5rem 2rem;
  }

  .priceplan-section-bold .plan-desc {
    min-height: auto;
  }

  .priceplan-section-bold .plan-price {
    font-size: 2.75rem;
  }
}





/* Team section */
.team-section-minimal {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.team-section-minimal .section-header {
  position: relative;
  z-index: 2;
}

.team-section-minimal .decorative-line-top {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto 20px;
  border-radius: 2px;
}

.team-section-minimal .section-subtitle {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary-500);
  margin-bottom: 16px;
}

.team-section-minimal .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 24px;
  line-height: 1.2;
}

.team-section-minimal .section-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.team-section-minimal .decorative-line-bottom {
  width: 120px;
  height: 2px;
  background: var(--neutral-300);
  margin: 0 auto;
  border-radius: 1px;
}

/* Team Card */
.team-section-minimal .team-card {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid var(--neutral-100);
  position: relative;
  height: 100%;
}

.team-section-minimal .team-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary-50), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.team-section-minimal .team-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.team-section-minimal .team-card:hover::before {
  opacity: 1;
}

/* Team Image Wrapper */
.team-section-minimal .team-image-wrapper {
  position: relative;
  margin-bottom: 24px;
}

.team-section-minimal .image-frame {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.team-section-minimal .team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-section-minimal .team-card:hover .team-member-photo {
  transform: scale(1.08);
}

/* Decorative Corners */
.team-section-minimal .decorative-corner {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid var(--primary-500);
  transition: all 0.4s ease;
  z-index: 1;
}

.team-section-minimal .corner-tl {
  top: -6px;
  left: -6px;
  border-right: none;
  border-bottom: none;
  border-radius: 4px 0 0 0;
}

.team-section-minimal .corner-br {
  bottom: -6px;
  right: -6px;
  border-left: none;
  border-top: none;
  border-radius: 0 0 4px 0;
}

.team-section-minimal .team-card:hover .corner-tl {
  top: -10px;
  left: -10px;
}

.team-section-minimal .team-card:hover .corner-br {
  bottom: -10px;
  right: -10px;
}

/* Decorative Blob */
.team-section-minimal .decorative-blob {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  opacity: 0.15;
  z-index: 0;
  transition: all 0.5s ease;
}

.team-section-minimal .blob-1 { 
  background: var(--primary-500);
  top: -15px;
  right: -15px;
}

.team-section-minimal .blob-2 { 
  background: var(--primary-700);
  bottom: -15px;
  left: -15px;
}

.team-section-minimal .blob-3 { 
  background: var(--primary-300);
  top: -15px;
  left: -15px;
}

.team-section-minimal .blob-4 { 
  background: var(--primary-500);
  bottom: -15px;
  right: -15px;
}

.team-section-minimal .blob-5 { 
  background: var(--primary-700);
  top: -15px;
  right: -15px;
}

.team-section-minimal .team-card:hover .decorative-blob {
  transform: scale(1.3);
  opacity: 0.25;
}

/* Team Info */
.team-section-minimal .team-info {
  text-align: center;
  position: relative;
  z-index: 1;
}

.team-section-minimal .member-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.team-section-minimal .team-card:hover .member-name {
  color: var(--primary-700);
}

.team-section-minimal .member-role {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 16px;
  line-height: 1.5;
}

.team-section-minimal .info-divider {
  width: 50px;
  height: 3px;
  background: var(--primary-500);
  margin: 0 auto;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.team-section-minimal .team-card:hover .info-divider {
  width: 80px;
}

/* Decorative Grid Item */
.team-section-minimal .decorative-grid-item {
  height: 100%;
  background: linear-gradient(135deg, var(--primary-50), var(--surface-secondary));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--primary-300);
  padding: 40px;
}

.team-section-minimal .grid-pattern {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.team-section-minimal .grid-pattern i {
  font-size: 3rem;
  color: var(--primary-500);
  opacity: 0.3;
  transition: all 0.3s ease;
}

.team-section-minimal .decorative-grid-item:hover .grid-pattern i {
  opacity: 0.6;
  transform: scale(1.1);
}

/* Background Decorations */
.team-section-minimal .bg-decoration {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.team-section-minimal .decoration-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  right: -100px;
}

.team-section-minimal .decoration-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -150px;
  left: -80px;
}

.team-section-minimal .decoration-3 {
  width: 250px;
  height: 250px;
  background: var(--primary-300);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Responsive Design */
@media (max-width: 991px) {
  .team-section-minimal {
    padding: 80px 0;
  }

  .team-section-minimal .section-title {
    font-size: 2.25rem;
  }

  .team-section-minimal .team-card {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .team-section-minimal {
    padding: 60px 0;
  }

  .team-section-minimal .section-title {
    font-size: 1.875rem;
  }

  .team-section-minimal .section-description {
    font-size: 1rem;
  }

  .team-section-minimal .member-name {
    font-size: 1.25rem;
  }

  .team-section-minimal .member-role {
    font-size: 0.9375rem;
  }

  .team-section-minimal .team-card {
    padding: 20px;
  }

  .team-section-minimal .decorative-corner {
    width: 25px;
    height: 25px;
    border-width: 2px;
  }

  .team-section-minimal .decorative-blob {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 575px) {
  .team-section-minimal .section-title {
    font-size: 1.625rem;
  }

  .team-section-minimal .grid-pattern i {
    font-size: 2rem;
  }
}

/* Animation on Scroll */
.team-section-minimal .team-card {
  animation: fadeInUp 0.6s ease-out backwards;
}

.team-section-minimal .team-card:nth-child(1) { animation-delay: 0.1s; }
.team-section-minimal .team-card:nth-child(2) { animation-delay: 0.2s; }
.team-section-minimal .team-card:nth-child(3) { animation-delay: 0.3s; }
.team-section-minimal .team-card:nth-child(4) { animation-delay: 0.4s; }
.team-section-minimal .team-card:nth-child(5) { animation-delay: 0.5s; }
.team-section-minimal .team-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Reviews section */

.reviews-section-style {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.reviews-section-style .section-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.reviews-section-style .decorative-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto 24px;
  border-radius: 2px;
}

.reviews-section-style .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.reviews-section-style .section-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.reviews-section-style .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Reviews Grid */
.reviews-section-style .reviews-grid {
  position: relative;
  z-index: 2;
}

/* Review Card */
.reviews-section-style .review-card {
  position: relative;
  background: var(--light);
  border-radius: 16px;
  padding: 40px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 2px solid transparent;
  overflow: hidden;
}

.reviews-section-style .review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.reviews-section-style .review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.reviews-section-style .review-card:hover::before {
  transform: scaleX(1);
}

/* Quote Icon */
.reviews-section-style .quote-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.reviews-section-style .quote-icon i {
  font-size: 28px;
  color: var(--light);
}

/* Review Content */
.reviews-section-style .review-content {
  margin-bottom: 30px;
}

.reviews-section-style .review-text {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
  font-style: italic;
}

/* Review Author */
.reviews-section-style .review-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.reviews-section-style .author-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.reviews-section-style .avatar-initials {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--light);
  letter-spacing: 1px;
}

.reviews-section-style .author-info {
  flex: 1;
}

.reviews-section-style .author-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.5;
}

/* Decorative Corner */
.reviews-section-style .decorative-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, transparent 0%, color-mix(in srgb, var(--primary-500) 5%, transparent) 100%);
  border-radius: 16px 0 16px 0;
}

/* Featured Review */
.reviews-section-style .featured-review {
  background: linear-gradient(135deg, var(--light) 0%, color-mix(in srgb, var(--primary-50) 50%, var(--light)) 100%);
  border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.reviews-section-style .featured-review .quote-icon {
  width: 70px;
  height: 70px;
}

.reviews-section-style .featured-review .quote-icon i {
  font-size: 32px;
}

.reviews-section-style .featured-review .review-text {
  font-size: 1.125rem;
}

.reviews-section-style .featured-review .review-author.centered {
  flex-direction: column;
  text-align: center;
}

.reviews-section-style .featured-review .author-avatar.large {
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
}

.reviews-section-style .featured-review .avatar-initials {
  font-size: 1.5rem;
}

.reviews-section-style .featured-review .author-name {
  font-size: 1.125rem;
}

.reviews-section-style .decorative-accent {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  opacity: 0.3;
}

/* Decorative Background Elements */
.reviews-section-style .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  z-index: 1;
}

.reviews-section-style .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
  filter: blur(80px);
}

.reviews-section-style .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-300);
  bottom: -80px;
  left: -80px;
  filter: blur(80px);
}

.reviews-section-style .decorative-shape {
  position: absolute;
  z-index: 1;
  opacity: 0.03;
}

.reviews-section-style .shape-1 {
  width: 200px;
  height: 200px;
  border: 30px solid var(--primary-500);
  border-radius: 50%;
  top: 15%;
  left: 5%;
}

.reviews-section-style .shape-2 {
  width: 150px;
  height: 150px;
  background: var(--primary-300);
  transform: rotate(45deg);
  bottom: 10%;
  right: 8%;
  border-radius: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .reviews-section-style {
    padding: 80px 0;
  }

  .reviews-section-style .section-title {
    font-size: 2rem;
  }

  .reviews-section-style .section-subtitle {
    font-size: 1.125rem;
  }

  .reviews-section-style .review-card {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .reviews-section-style {
    padding: 60px 0;
  }

  .reviews-section-style .section-header {
    margin-bottom: 40px;
  }

  .reviews-section-style .section-title {
    font-size: 1.75rem;
  }

  .reviews-section-style .section-subtitle {
    font-size: 1rem;
  }

  .reviews-section-style .section-description {
    font-size: 1rem;
  }

  .reviews-section-style .review-card {
    padding: 28px;
  }

  .reviews-section-style .quote-icon {
    width: 50px;
    height: 50px;
  }

  .reviews-section-style .quote-icon i {
    font-size: 24px;
  }

  .reviews-section-style .review-text {
    font-size: 1rem;
  }

  .reviews-section-style .author-avatar {
    width: 48px;
    height: 48px;
  }

  .reviews-section-style .avatar-initials {
    font-size: 1rem;
  }

  .reviews-section-style .author-name {
    font-size: 0.9375rem;
  }

  .reviews-section-style .featured-review .author-avatar.large {
    width: 64px;
    height: 64px;
  }

  .reviews-section-style .blob-1,
  .reviews-section-style .blob-2 {
    display: none;
  }
}

@media (max-width: 575px) {
  .reviews-section-style .section-title {
    font-size: 1.5rem;
  }

  .reviews-section-style .review-card {
    padding: 24px;
  }

  .reviews-section-style .decorative-corner {
    width: 60px;
    height: 60px;
  }
}

.casestudy-section-style {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Badge */
.section-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  color: var(--primary-700);
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.casestudy-section-style #casestudy-title {
  color: var(--text-primary);
}

.casestudy-section-style #casestudy-subtitle {
  color: var(--text-primary);
  font-weight: 600;
}

.casestudy-section-style #casestudy-desc {
  color: var(--text-secondary);
}

/* Case Studies List */
.casestudies-list {
  max-width: 1200px;
  margin: 0 auto;
}

.casestudy-row {
  margin-bottom: 4rem;
  position: relative;
}

.casestudy-row:last-child {
  margin-bottom: 0;
}

/* Image Box */
.casestudy-image-box {
  position: relative;
  height: 400px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease;
}

.casestudy-row:hover .casestudy-image-box {
  transform: scale(1.02);
}

.image-content {
  font-size: 6rem;
  color: var(--primary-500);
  z-index: 2;
  position: relative;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent, color-mix(in srgb, var(--primary-500) 20%, transparent));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.casestudy-row:hover .image-overlay {
  opacity: 1;
}

/* Content */
.casestudy-content {
  position: relative;
  padding: 2rem;
}

.content-badge {
  display: inline-flex;
  width: 56px;
  height: 56px;
  background: var(--primary-500);
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.casestudy-heading {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.3;
}

.casestudy-description {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0;
}

.decorative-arrow {
  margin-top: 1.5rem;
  font-size: 2rem;
  color: var(--primary-500);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.casestudy-row:hover .decorative-arrow {
  opacity: 1;
  transform: translateX(10px);
}

.casestudy-row-reverse:hover .decorative-arrow {
  transform: translateX(-10px);
}

/* Background Elements */
.background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.element-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, color-mix(in srgb, var(--primary-50) 50%, transparent), transparent);
  opacity: 0.5;
}

.element-dots {
  position: absolute;
  top: 20%;
  right: 5%;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.3;
}

.container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .casestudy-image-box {
    height: 300px;
  }
  
  .image-content {
    font-size: 4rem;
  }
  
  .casestudy-content {
    padding: 1.5rem 0;
  }
  
  .casestudy-row-reverse .casestudy-content {
    order: 1;
  }
}

@media (max-width: 767px) {
  .casestudy-section-style #casestudy-title {
    font-size: 2.25rem;
  }
  
  .casestudy-image-box {
    height: 250px;
  }
  
  .image-content {
    font-size: 3rem;
  }
  
  .casestudy-heading {
    font-size: 1.4rem;
  }
  
  .casestudy-description {
    font-size: 1rem;
  }
  
  .casestudy-row {
    margin-bottom: 3rem;
  }
  
  .element-dots {
    width: 100px;
    height: 100px;
  }
}





.process-section-pro {
  padding: 80px 0;
  background: linear-gradient(
    to bottom,
    var(--surface-primary) 0%,
    var(--neutral-50) 50%,
    var(--surface-primary) 100%
  );
  position: relative;
  overflow: hidden;
}

.process-section-pro .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.process-section-pro .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.process-section-pro .section-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Diagonal Flow Container */
.diagonal-flow {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

/* Flow Steps */
.flow-step {
  margin-bottom: 2rem;
  position: relative;
}

.flow-step.step-left {
  padding-right: 45%;
}

.flow-step.step-right {
  padding-left: 45%;
  margin-left: auto;
}

/* Step Cards */
.step-card {
  background: var(--surface-secondary);
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s ease;
  overflow: hidden;
}

.step-card:hover {
  transform: translateX(10px) translateY(-5px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.flow-step.step-right .step-card:hover {
  transform: translateX(-10px) translateY(-5px);
}

/* Organic Shapes */
.organic-shape {
  position: absolute;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.shape-1 {
  width: 120px;
  height: 120px;
  background: var(--primary-300);
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  top: -20px;
  right: -30px;
}

.shape-2 {
  width: 140px;
  height: 140px;
  background: var(--primary-500);
  border-radius: 48% 52% 39% 61% / 62% 51% 49% 38%;
  bottom: -30px;
  left: -40px;
}

.shape-3 {
  width: 110px;
  height: 110px;
  background: var(--primary-700);
  border-radius: 71% 29% 69% 31% / 44% 66% 34% 56%;
  top: -15px;
  right: -25px;
}

.shape-4 {
  width: 130px;
  height: 130px;
  background: var(--primary-300);
  border-radius: 38% 62% 55% 45% / 61% 52% 48% 39%;
  bottom: -35px;
  left: -35px;
}

.shape-5 {
  width: 125px;
  height: 125px;
  background: var(--primary-500);
  border-radius: 52% 48% 33% 67% / 59% 44% 56% 41%;
  top: -25px;
  right: -30px;
}

/* Step Badge */
.step-badge {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.step-card:hover .step-badge {
  transform: scale(1.1) rotate(10deg);
}

.step-badge i {
  font-size: 2rem;
  color: var(--light);
}

/* Step Content */
.step-content {
  position: relative;
  z-index: 1;
}

.step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.step-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Leaf Decorations */
.leaf-decoration {
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--primary-300);
  opacity: 0.2;
  border-radius: 0 100% 0 100%;
  z-index: 0;
  transition: all 0.4s ease;
}

.leaf-1 { bottom: 1rem; right: 1rem; }
.leaf-2 { top: 1rem; left: 1rem; transform: rotate(90deg); }
.leaf-3 { bottom: 1.5rem; right: 1.5rem; transform: rotate(180deg); }
.leaf-4 { top: 1.5rem; left: 1rem; transform: rotate(270deg); }
.leaf-5 { bottom: 1rem; right: 1.5rem; transform: rotate(45deg); }

.step-card:hover .leaf-decoration {
  transform: scale(1.2) rotate(15deg);
  opacity: 0.3;
}

/* Flow Connectors */
.flow-connector {
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.connector-line {
  width: 3px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    var(--primary-300),
    var(--primary-500)
  );
  margin: 0 auto;
}

.connector-dot {
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--primary-500);
  border: 3px solid var(--surface-primary);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-300) 20%, transparent);
}

/* Nature Background Elements */
.nature-bg {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
}

.bg-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: 10%;
  left: -150px;
}

.bg-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-700);
  top: 50%;
  right: -100px;
}

.bg-3 {
  width: 350px;
  height: 350px;
  background: var(--primary-300);
  bottom: 10%;
  left: 10%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .flow-step.step-left,
  .flow-step.step-right {
    padding-left: 0;
    padding-right: 0;
  }

  .flow-connector {
    height: 60px;
  }
}

@media (max-width: 767px) {
  .process-section-pro {
    padding: 60px 0;
  }

  .process-section-pro .section-title {
    font-size: 2rem;
  }

  .process-section-pro .section-subtitle {
    font-size: 1.1rem;
  }

  .step-card {
    padding: 1.75rem 1.5rem;
  }

  .step-badge {
    width: 60px;
    height: 60px;
  }

  .step-badge i {
    font-size: 1.75rem;
  }

  .step-title {
    font-size: 1.3rem;
  }

  .flow-connector {
    height: 40px;
  }

  .nature-bg {
    display: none;
  }
}





/* Timeline section */

.timeline-section-special {
  background: var(--neutral-50);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.timeline-section-special .icon-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.timeline-section-special .icon-group i {
  font-size: 2rem;
  color: var(--primary-500);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.timeline-section-special .icon-group i:hover {
  opacity: 1;
  transform: scale(1.1);
}

.timeline-section-special #timeline-title {
  color: var(--primary-900);
  line-height: 1.3;
}

.timeline-section-special #timeline-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.timeline-section-special #timeline-desc {
  color: var(--neutral-700);
  line-height: 1.7;
  font-size: 1.05rem;
}

.timeline-section-special .decorative-dot-pattern {
  width: 100px;
  height: 8px;
  margin: 0 auto;
  background-image: radial-gradient(circle, var(--accent-500) 2px, transparent 2px);
  background-size: 12px 12px;
  opacity: 0.5;
}

/* Timeline Cards Container */
.timeline-cards-container {
  padding: 2rem 0;
  margin-top: 2rem;
}

/* Progress Bar */
.timeline-progress-bar {
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-300), var(--accent-400));
  border-radius: 2px;
  opacity: 0.3;
}

/* Timeline Card */
.timeline-card {
  background: var(--neutral-50);
  border: 2px solid var(--primary-300);
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.timeline-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-500);
}

/* Card Icon Wrapper */
.card-icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.timeline-card:hover .card-icon-wrapper {
  transform: rotate(5deg) scale(1.05);
}

.card-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--neutral-50);
}

/* Card Number */
.card-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-300);
  line-height: 1;
  opacity: 0.3;
  transition: all 0.3s ease;
}

.timeline-card:hover .card-number {
  opacity: 0.5;
  transform: scale(1.1);
}

/* Card Content */
.card-content h3 {
  color: var(--primary-900);
  line-height: 1.4;
}

.card-content p {
  color: var(--neutral-700);
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* Card Decoration */
.card-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.timeline-card:hover .card-decoration {
  opacity: 1;
}

/* Decorative Card */
.timeline-card-decorative {
  background: linear-gradient(135deg, var(--primary-100), var(--accent-100));
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  position: relative;
}

.decorative-circle-large {
  width: 120px;
  height: 120px;
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  position: absolute;
  animation: rotateCircle 15s linear infinite;
}

.decorative-circle-small {
  width: 60px;
  height: 60px;
  background: var(--accent-500);
  border-radius: 50%;
  opacity: 0.3;
  position: absolute;
  animation: floatUpDown 4s ease-in-out infinite;
}

.visual-accent-shape {
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, var(--primary-500), var(--accent-400));
  border-radius: 20px;
  transform: rotate(45deg);
  opacity: 0.2;
  position: absolute;
  animation: rotateShape 8s ease-in-out infinite;
}

@keyframes rotateCircle {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes floatUpDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

@keyframes rotateShape {
  0%, 100% { transform: rotate(45deg); }
  50% { transform: rotate(225deg); }
}

/* Background Decorative Shapes */
.bg-shape-1,
.bg-shape-2,
.bg-shape-3 {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
}

.bg-shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -150px;
}

.bg-shape-2 {
  width: 300px;
  height: 300px;
  background: var(--accent-500);
  bottom: -80px;
  right: -100px;
}

.bg-shape-3 {
  width: 250px;
  height: 250px;
  background: var(--primary-500);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .timeline-card {
    padding: 1.75rem;
  }

  .card-number {
    font-size: 2rem;
  }
}

@media (max-width: 991.98px) {
  .timeline-section-special #timeline-title {
    font-size: 2rem;
  }

  .timeline-progress-bar {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .timeline-section-special {
    padding: 3rem 0;
  }

  .timeline-section-special .icon-group i {
    font-size: 1.5rem;
  }

  .timeline-card {
    padding: 1.5rem;
  }

  .card-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .card-icon-wrapper i {
    font-size: 1.5rem;
  }

  .card-number {
    font-size: 1.75rem;
    top: 1rem;
    right: 1rem;
  }

  .card-content h3 {
    font-size: 1.15rem;
  }

  .bg-shape-1,
  .bg-shape-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .timeline-section-special #timeline-title {
    font-size: 1.75rem;
  }

  .timeline-card {
    padding: 1.25rem;
  }
}



/* FIXED: Ensure vertical text layout on all screens */
@media (max-width: 1199px) {
  .timeline_main_title,
  .timeline_tagline,
  .timeline_intro_text {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


.career-section-modern {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.career-section-modern .floating-accent {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  opacity: 0.1;
  border-radius: 30px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.career-section-modern #career-title {
  color: var(--text-primary);
  letter-spacing: -1px;
}

.career-section-modern #career-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.career-section-modern #career-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Masonry Layout */
.career-section-modern .career-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.75rem;
  grid-auto-flow: dense;
}

.career-section-modern .masonry-item {
  position: relative;
}

.career-section-modern .item-tall {
  grid-row: span 2;
}

.career-section-modern .item-wide {
  grid-column: span 2;
}

.career-section-modern .item-standard {
  grid-column: span 1;
  grid-row: span 1;
}

@media (max-width: 991px) {
  .career-section-modern .career-masonry {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .career-section-modern .item-tall,
  .career-section-modern .item-wide,
  .career-section-modern .item-standard {
    grid-column: span 1;
    grid-row: span 1;
  }
}

/* Masonry Card */
.career-section-modern .masonry-card {
  background: var(--surface-secondary);
  border: 1px solid var(--neutral-100);
  border-radius: 24px;
  padding: 2.5rem;
  height: 100%;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.career-section-modern .masonry-card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.career-section-modern .masonry-item:hover .masonry-card {
  transform: translateY(-12px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.career-section-modern .masonry-item:hover .masonry-card::before {
  opacity: 1;
}

/* Card Accent */
.career-section-modern .card-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-100), transparent);
  border-radius: 0 24px 0 100%;
  opacity: 0.5;
}

/* Card Icon */
.career-section-modern .card-icon-box {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}

.career-section-modern .masonry-item:hover .card-icon-box {
  transform: rotate(-10deg) scale(1.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.career-section-modern .card-icon-box i {
  font-size: 1.75rem;
  color: var(--light);
}

/* Card Content */
.career-section-modern .masonry-card h3 {
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.career-section-modern .card-badge {
  display: inline-block;
  background: var(--primary-100);
  color: var(--primary-700);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1.125rem;
  border-radius: 50px;
  margin-bottom: 1.25rem;
}

.career-section-modern .card-description {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 1rem;
}

/* Floating Decorations */
.career-section-modern .float-decoration {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  z-index: 0;
  pointer-events: none;
}

.career-section-modern .decoration-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: 10%;
  left: -100px;
}

.career-section-modern .decoration-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  bottom: 20%;
  right: -80px;
}

.career-section-modern .decoration-3 {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, var(--primary-700), transparent);
  top: 50%;
  right: 10%;
}

/* Responsive Design */
@media (max-width: 767px) {
  .career-section-modern #career-title {
    font-size: 2.25rem;
  }

  .career-section-modern .masonry-card {
    padding: 2rem;
  }

  .career-section-modern .card-icon-box {
    width: 56px;
    height: 56px;
  }

  .career-section-modern .card-icon-box i {
    font-size: 1.5rem;
  }

  .career-section-modern .card-accent {
    width: 90px;
    height: 90px;
  }

  .career-section-modern .float-decoration {
    display: none;
  }

  .career-section-modern .career-masonry {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .career-section-modern .career-masonry {
    grid-template-columns: repeat(2, 1fr);
  }

  .career-section-modern .item-wide {
    grid-column: span 2;
  }
}

@media (min-width: 1200px) {
  .career-section-modern .career-masonry {
    grid-template-columns: repeat(3, 1fr);
  }
}





.coreinfo_style_wrap {
  padding: 80px 0;
  background: var(--bg-primary);
  position: relative;
}

.coreinfo_style_intro {
  margin-bottom: 80px;
}

.coreinfo_style_visual_stack {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coreinfo_style_stack_layer {
  position: absolute;
  border: 2px solid var(--border-light);
  border-radius: var(--radius-lg);
  background: var(--bg-surface);
  transition: transform 0.3s ease;
}

.coreinfo_style_layer_1 {
  width: 240px;
  height: 180px;
  transform: rotate(-8deg);
  background: linear-gradient(135deg, var(--primary-100), var(--bg-surface));
}

.coreinfo_style_layer_2 {
  width: 240px;
  height: 180px;
  transform: rotate(4deg);
  background: linear-gradient(225deg, var(--primary-300), var(--bg-surface));
}

.coreinfo_style_layer_3 {
  width: 240px;
  height: 180px;
  transform: rotate(0deg);
  background: linear-gradient(315deg, var(--primary-300), var(--bg-surface));
  z-index: 1;
}

.coreinfo_style_visual_stack:hover .coreinfo_style_layer_1 {
  transform: rotate(-12deg) translateY(-8px);
}

.coreinfo_style_visual_stack:hover .coreinfo_style_layer_2 {
  transform: rotate(8deg) translateY(-8px);
}

.coreinfo_style_visual_stack:hover .coreinfo_style_layer_3 {
  transform: rotate(0deg) scale(1.05);
}

.coreinfo_style_stack_icon {
  position: absolute;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--text-inverse);
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.coreinfo_style_title {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: var(--line-height-tight);
}

.coreinfo_style_subtitle {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-medium);
  color: var(--primary-700);
  margin-bottom: 20px;
}

.coreinfo_style_desc {
  font-size: var(--font-size-base);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
  margin: 0;
}

.coreinfo_style_timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.coreinfo_style_timeline_line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300), var(--primary-500));
  transform: translateX(-50%);
}

.coreinfo_style_timeline_item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 60px;
  padding-left: 50%;
  padding-left: calc(50% + 48px);
}

.coreinfo_style_timeline_item_alt {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: calc(50% + 48px);
}

.coreinfo_style_timeline_marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--text-inverse);
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border: 4px solid var(--bg-primary);
  z-index: 1;
}

.coreinfo_style_timeline_content {
  background: var(--bg-surface);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: all 0.3s ease;
  flex: 1;
}

.coreinfo_style_timeline_item:hover .coreinfo_style_timeline_content {
  border-color: var(--primary-300);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: scale(1.02);
}

.coreinfo_style_timeline_title {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: var(--line-height-tight);
}

.coreinfo_style_timeline_desc {
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
  margin: 0;
}

@media (max-width: 992px) {
  .coreinfo_style_intro {
    margin-bottom: 60px;
  }
  
  .coreinfo_style_visual_stack {
    height: 240px;
    margin-bottom: 40px;
  }
  
  .coreinfo_style_stack_layer {
    width: 200px;
    height: 150px;
  }
  
  .coreinfo_style_layer_1,
  .coreinfo_style_layer_2,
  .coreinfo_style_layer_3 {
    width: 200px;
    height: 150px;
  }
  
  .coreinfo_style_title {
    font-size: var(--font-size-2xl);
  }
}

@media (max-width: 768px) {
  .coreinfo_style_wrap {
    padding: 60px 0;
  }
  
  .coreinfo_style_timeline_line {
    left: 32px;
  }
  
  .coreinfo_style_timeline_item,
  .coreinfo_style_timeline_item_alt {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-left: 80px;
  }
  
  .coreinfo_style_timeline_marker {
    left: 32px;
  }
  
  .coreinfo_style_timeline_marker {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }
  
  .coreinfo_style_timeline_content {
    padding: 24px 20px;
  }
}



/* ========================================
   Contact Section v-133 - Professional Blue
   ======================================== */

.contact-section-special {
  position: relative;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, transparent 70%) 100%);
  overflow: hidden;
}

/* Decorative Line */
.contact-section-special .decorative-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  border-radius: 2px;
}

/* Header Styles */
.contact-section-special #contact-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.5px;
}

.contact-section-special #contact-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  font-size: 1.25rem;
}

.contact-section-special #contact-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

/* Contact Form Card */
.contact-section-special .contact-form-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.contact-section-special .card-header-accent {
  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: 15px;
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

/* Form Styles */
.contact-section-special .form-control {
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  padding: 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--surface-primary);
}

.contact-section-special .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
  background: var(--surface-primary);
}

.contact-section-special .form-floating > label {
  color: var(--text-secondary);
  font-weight: 500;
}

.contact-section-special .form-floating > label i {
  color: var(--primary-500);
}

.contact-section-special .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--neutral-300);
  border-radius: 6px;
  cursor: pointer;
}

.contact-section-special .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-special .form-check-label {
  color: var(--text-secondary);
  font-size: 0.9rem;
  cursor: pointer;
  user-select: none;
}

/* Submit Button - PROTECTED STYLES */
.contact-section-special #site_submit_btn {
  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;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.contact-section-special #site_submit_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.contact-section-special #site_submit_btn:active {
  transform: translateY(0);
}

/* Decorative Blobs on Form */
.contact-section-special .decorative-blob {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    color-mix(in srgb, var(--primary-500) 10%, transparent 90%));
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

.contact-section-special .blob-1 {
  width: 200px;
  height: 200px;
  top: -50px;
  right: -50px;
}

.contact-section-special .blob-2 {
  width: 150px;
  height: 150px;
  bottom: -30px;
  left: -30px;
}

.contact-section-special .contact-form-special {
  position: relative;
  z-index: 1;
}

/* Contact Info Wrapper */
.contact-section-special .contact-info-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Contact Info Item */
.contact-section-special .contact-info-item {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 1.75rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid var(--neutral-100);
}

.contact-section-special .contact-info-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.contact-section-special .icon-wrapper {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.25rem;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.contact-section-special .info-content h5 {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.contact-section-special .info-content p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Decorative Icons Grid */
.contact-section-special .decorative-icons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: center;
}

.contact-section-special .icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--surface-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-500);
  font-size: 1.5rem;
  border: 2px solid var(--primary-100);
  transition: all 0.3s ease;
}

.contact-section-special .icon-circle:hover {
  background: var(--primary-500);
  color: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

/* Decorative Shapes */
.contact-section-special .decorative-shape {
  position: absolute;
  border-radius: 20px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    color-mix(in srgb, var(--primary-500) 10%, transparent 90%));
  pointer-events: none;
  z-index: -1;
}

.contact-section-special .shape-1 {
  width: 120px;
  height: 120px;
  top: 20px;
  right: -20px;
  transform: rotate(45deg);
}

.contact-section-special .shape-2 {
  width: 80px;
  height: 80px;
  bottom: 40px;
  left: -10px;
  transform: rotate(25deg);
}

/* Background Decorations */
.contact-section-special .bg-decoration {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.contact-section-special .decoration-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
}

.contact-section-special .decoration-2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  right: -80px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .contact-section-special .contact-form-card {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .contact-section-special #contact-title {
    font-size: 2rem;
  }

  .contact-section-special .contact-info-item {
    padding: 1.5rem;
  }

  .contact-section-special .decorative-icons {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .contact-section-special .contact-form-card {
    padding: 1.5rem;
  }

  .contact-section-special #contact-title {
    font-size: 1.75rem;
  }

  .contact-section-special #contact-subtitle {
    font-size: 1.1rem;
  }

  .contact-section-special .contact-info-item {
    padding: 1.25rem;
  }

  .contact-section-special .icon-wrapper {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .contact-section-special .icon-circle {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .contact-section-special #site_submit_btn {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .contact-section-special {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .contact-section-special #contact-title {
    font-size: 1.5rem;
  }

  .contact-section-special .decorative-icons {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .contact-section-special .bg-decoration {
    display: none;
  }
}

.blog-section-057 {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Industrial Header */
.blog-section-057 .industrial-header-bar {
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-500) 60%, transparent 100%);
  margin-bottom: 2rem;
}

.blog-section-057 .header-content-wrapper {
  position: relative;
  padding-left: 1rem;
  border-left: 3px solid var(--primary-500);
}

.blog-section-057 .section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.blog-section-057 .section-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.blog-section-057 .section-description {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Industrial Card Frame */
.blog-section-057 .blog-card {
  height: 100%;
}

.blog-section-057 .industrial-card-frame {
  height: 100%;
  background: var(--surface-secondary);
  border: 2px solid var(--neutral-300);
  position: relative;
  transition: all 0.3s ease;
}

.blog-section-057 .blog-card:hover .industrial-card-frame {
  border-color: var(--primary-500);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

/* Corner Accents */
.blog-section-057 .corner-accent {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid var(--primary-500);
  transition: all 0.3s ease;
}

.blog-section-057 .corner-accent.top-left {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
}

.blog-section-057 .corner-accent.top-right {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
}

.blog-section-057 .corner-accent.bottom-left {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
}

.blog-section-057 .corner-accent.bottom-right {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
}

.blog-section-057 .blog-card:hover .corner-accent {
  width: 24px;
  height: 24px;
}

/* Blog Image Section */
.blog-section-057 .blog-image-section {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.blog-section-057 .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  filter: grayscale(10%);
}

.blog-section-057 .blog-card:hover .blog-image {
  transform: scale(1.03);
  filter: grayscale(0%);
}

.blog-section-057 .image-frame-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--primary-500);
}

.blog-section-057 .category-marker {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 44px;
  height: 44px;
  background: var(--light);
  border: 2px solid var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Blog Content Section */
.blog-section-057 .blog-content-section {
  padding: 1.75rem;
}

.blog-section-057 .content-divider-line {
  width: 50px;
  height: 2px;
  background: var(--primary-500);
  margin-bottom: 1rem;
}

.blog-section-057 .blog-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.blog-section-057 .blog-excerpt {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.blog-section-057 .blog-technical-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-primary);
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 2px solid var(--neutral-300);
  padding: 0.625rem 1.25rem;
  transition: all 0.3s ease;
}

.blog-section-057 .blog-technical-link:hover {
  background: var(--primary-500);
  color: var(--light);
  border-color: var(--primary-500);
}

.blog-section-057 .link-arrow {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.blog-section-057 .blog-technical-link:hover .link-arrow {
  transform: translateX(4px);
}

/* Technical Meta */
.blog-section-057 .technical-meta {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 2px solid var(--neutral-300);
}

.blog-section-057 .meta-box {
  width: 36px;
  height: 36px;
  border: 2px solid var(--neutral-300);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.blog-section-057 .meta-box i {
  font-size: 1.125rem;
  color: var(--primary-500);
}

.blog-section-057 .meta-box:hover {
  border-color: var(--primary-500);
  background: var(--primary-50);
}

/* Decorative Grid Lines */
.blog-section-057 .grid-line {
  position: absolute;
  background: var(--neutral-100);
  pointer-events: none;
  opacity: 0.6;
}

.blog-section-057 .grid-line.horizontal {
  width: 100%;
  height: 1px;
}

.blog-section-057 .grid-line.vertical {
  width: 1px;
  height: 100%;
}

.blog-section-057 .line-1 {
  top: 25%;
  left: 0;
}

.blog-section-057 .line-2 {
  bottom: 30%;
  left: 0;
}

.blog-section-057 .line-3 {
  top: 0;
  right: 20%;
}

/* Responsive */
@media (max-width: 991.98px) {
  .blog-section-057 .section-title {
    font-size: 2.125rem;
  }

  .blog-section-057 .section-description {
    text-align: left !important;
    margin-top: 1rem;
  }

  .blog-section-057 .blog-image-section {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .blog-section-057 .section-title {
    font-size: 1.75rem;
  }

  .blog-section-057 .blog-image-section {
    height: 180px;
  }

  .blog-section-057 .grid-line {
    display: none;
  }
}





/* Faq section */

.faq-section-pro {
  position: relative;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.faq-section-pro .section-header {
  position: relative;
  z-index: 2;
}

.faq-section-pro .decorative-line-top {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-300) 100%);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.faq-section-pro #faq-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.faq-section-pro #faq-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.faq-section-pro #faq-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

.faq-section-pro .decorative-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.faq-section-pro .decorative-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-300);
  display: inline-block;
  animation: pulse-dot 2s ease-in-out infinite;
}

.faq-section-pro .decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
  background: var(--primary-500);
}

.faq-section-pro .decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

/* FAQ Cards */
.faq-section-pro .faq-card {
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 16px;
  background: var(--surface-primary);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.faq-section-pro .faq-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-300) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.faq-section-pro .faq-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary-300);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}

.faq-section-pro .faq-card:hover::before {
  transform: scaleX(1);
}

.faq-section-pro .card-header {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-50) 50%, transparent 50%) 0%, 
    color-mix(in srgb, var(--primary-100) 30%, transparent 70%) 100%);
  border-bottom: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  padding: 1.5rem;
  border-radius: 14px 14px 0 0;
}

.faq-section-pro .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, 
    var(--primary-500) 0%, 
    color-mix(in srgb, var(--primary-700) 70%, var(--primary-500) 30%) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  transition: transform 0.3s ease;
}

.faq-section-pro .faq-card:hover .icon-wrapper {
  transform: rotate(5deg) scale(1.05);
}

.faq-section-pro .icon-wrapper i {
  font-size: 24px;
  color: var(--light);
}

.faq-section-pro .card-header h4 {
  color: var(--text-primary);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0.25rem;
}

.faq-section-pro .card-body {
  padding: 1.5rem;
}

.faq-section-pro .card-body p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Decorative Shapes */
.faq-section-pro .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.faq-section-pro .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%, 
    transparent 70%);
  animation: float 20s ease-in-out infinite;
}

.faq-section-pro .shape-1 {
  width: 300px;
  height: 300px;
  top: -150px;
  right: -100px;
  animation-delay: 0s;
}

.faq-section-pro .shape-2 {
  width: 200px;
  height: 200px;
  bottom: -80px;
  left: -50px;
  animation-delay: 3s;
}

.faq-section-pro .shape-blob {
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: 10%;
  right: 5%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 10%, transparent 90%) 0%, 
    transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph 15s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.05);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.95);
  }
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  50% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(180deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .faq-section-pro #faq-title {
    font-size: 2rem;
  }

  .faq-section-pro .card-header h4 {
    font-size: 1rem;
  }

  .faq-section-pro .icon-wrapper {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .faq-section-pro .icon-wrapper i {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .faq-section-pro {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .faq-section-pro #faq-title {
    font-size: 1.75rem;
  }

  .faq-section-pro #faq-subtitle {
    font-size: 1rem;
  }

  .faq-section-pro #faq-desc {
    font-size: 0.95rem;
  }

  .faq-section-pro .card-header {
    padding: 1.25rem;
  }

  .faq-section-pro .card-body {
    padding: 1.25rem;
  }

  .faq-section-pro .icon-wrapper {
    width: 38px;
    height: 38px;
    min-width: 38px;
    margin-right: 0.75rem;
  }

  .faq-section-pro .icon-wrapper i {
    font-size: 18px;
  }

  .faq-section-pro .card-header h4 {
    font-size: 0.95rem;
  }

  .faq-section-pro .card-body p {
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .faq-section-pro .decorative-line-top {
    width: 60px;
    height: 3px;
  }

  .faq-section-pro .shape-1,
  .faq-section-pro .shape-2 {
    width: 150px;
    height: 150px;
  }

  .faq-section-pro .shape-blob {
    width: 250px;
    height: 250px;
  }
}

/* High Contrast for Accessibility */
@media (prefers-contrast: high) {
  .faq-section-pro .faq-card {
    border-width: 3px;
    border-color: var(--primary-500);
  }

  .faq-section-pro .card-header h4,
  .faq-section-pro .card-body p {
    color: var(--neutral-900);
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .faq-section-pro .faq-card,
  .faq-section-pro .icon-wrapper,
  .faq-section-pro .shape-circle,
  .faq-section-pro .shape-blob,
  .faq-section-pro .decorative-dots .dot {
    animation: none;
    transition: none;
  }

  .faq-section-pro .faq-card:hover {
    transform: none;
  }
}

.gallery_minimal_wrap {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  background: var(--neutral-50);
}

.gallery_minimal_gradient_orbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.gallery_minimal_orb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  opacity: 0.3;
  filter: blur(60px);
}

.gallery_minimal_orb_1 {
  width: 500px;
  height: 500px;
  top: -100px;
  right: -150px;
  animation: gallery_v039_drift_1 20s ease-in-out infinite;
}

.gallery_minimal_orb_2 {
  width: 400px;
  height: 400px;
  bottom: -80px;
  left: -100px;
  animation: gallery_v039_drift_2 25s ease-in-out infinite;
}

.gallery_minimal_orb_3 {
  width: 350px;
  height: 350px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: gallery_v039_drift_3 30s ease-in-out infinite;
}

@keyframes gallery_v039_drift_1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-100px, 80px); }
}

@keyframes gallery_v039_drift_2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(120px, -60px); }
}

@keyframes gallery_v039_drift_3 {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.2); }
}

.gallery_minimal_staggered_cascade {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.gallery_minimal_frame {
  margin-bottom: 40px;
  position: relative;
  transition: transform 0.4s ease;
}

.gallery_minimal_frame_left {
  padding-right: 60px;
  transform: translateX(0);
}

.gallery_minimal_frame_right {
  padding-left: 60px;
  transform: translateX(0);
}

.gallery_minimal_frame:hover {
  transform: translateY(-15px);
}

.gallery_minimal_photo_wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  padding: 15px;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.gallery_minimal_frame:hover .gallery_minimal_photo_wrapper {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  transform: rotate(2deg);
}

.gallery_minimal_frame_right:hover .gallery_minimal_photo_wrapper {
  transform: rotate(-2deg);
}

.gallery_minimal_photo {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.gallery_minimal_frame:hover .gallery_minimal_photo {
  transform: scale(1.08);
  filter: brightness(0.75) contrast(1.1);
}

.gallery_minimal_shimmer {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 100%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  pointer-events: none;
}

.gallery_minimal_frame:hover .gallery_minimal_shimmer {
  transform: translateX(100%);
}

.gallery_minimal_photo_overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-900) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery_minimal_frame:hover .gallery_minimal_photo_overlay {
  opacity: 0.9;
}

.gallery_minimal_icon_cluster {
  transform: scale(0) rotate(45deg);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.gallery_minimal_frame:hover .gallery_minimal_icon_cluster {
  transform: scale(1) rotate(0deg);
}

.gallery_minimal_icon_cluster i {
  font-size: 3.5rem;
  color: #ffffff;
}

/* Tablet responsive */
@media (max-width: 992px) {
  .gallery_minimal_wrap {
    padding: 80px 0;
  }

  .gallery_minimal_frame_left {
    padding-right: 40px;
  }

  .gallery_minimal_frame_right {
    padding-left: 40px;
  }

  .gallery_minimal_icon_cluster i {
    font-size: 3rem;
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .gallery_minimal_wrap {
    padding: 60px 0;
  }

  .gallery_minimal_frame {
    margin-bottom: 30px;
  }

  .gallery_minimal_frame_left {
    padding-right: 20px;
  }

  .gallery_minimal_frame_right {
    padding-left: 20px;
  }

  .gallery_minimal_photo_wrapper {
    padding: 12px;
  }

  .gallery_minimal_icon_cluster i {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  .gallery_minimal_wrap {
    padding: 40px 0;
  }

  .gallery_minimal_frame {
    margin-bottom: 20px;
  }

  .gallery_minimal_frame_left,
  .gallery_minimal_frame_right {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery_minimal_photo_wrapper {
    padding: 10px;
  }

  .gallery_minimal_icon_cluster i {
    font-size: 2rem;
  }

  .gallery_minimal_frame:hover .gallery_minimal_photo_wrapper {
    transform: rotate(1deg);
  }

  .gallery_minimal_frame_right:hover .gallery_minimal_photo_wrapper {
    transform: rotate(-1deg);
  }
}



/* Footer  - Professional Blue Theme */

.footer-modern {
  position: relative;
  padding: 100px 0 40px;
  overflow: hidden;
  background: linear-gradient(
    135deg, 
    color-mix(in srgb, var(--primary-700) 95%, transparent) 0%, 
    color-mix(in srgb, var(--primary-500) 90%, transparent) 50%, 
    color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
  ), url('WOC_assets/WOC_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
}

.footer-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: color-mix(in srgb, var(--primary-700) 3%, transparent);
  pointer-events: none;
  z-index: 1;
}

.footer-modern .container {
  z-index: 2;
}

/* Brand Section */
.footer-brand {
  padding-right: 20px;
}

.brand-name {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.brand-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

.brand-decorative-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.brand-decorative-icons i {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.brand-decorative-icons i:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

/* Footer Headings */
.footer-heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
}

.decorative-line {
  width: 50px;
  height: 3px;
  background: linear-gradient(
    90deg, 
    rgba(255, 255, 255, 0.8) 0%, 
    rgba(255, 255, 255, 0.2) 100%
  );
  margin-bottom: 20px;
  border-radius: 2px;
}

/* Links Section */
.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.footer-links-list li:hover {
  transform: translateX(5px);
}

.footer-links-list i {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.footer-links-list li:hover i {
  color: #ffffff;
}

.footer-links-list a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.footer-links-list a:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Contact Section */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact-item i {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 3px;
  flex-shrink: 0;
}

.contact-item span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
}

.contact-badge-decorative {
  display: flex;
  gap: 8px;
  margin-top: 25px;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

.badge-dot:nth-child(2) {
  animation-delay: 0.3s;
}

.badge-dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

/* Decorative Shapes in Extra Column */
.footer-extra-section {
  position: relative;
  height: 200px;
}

.decorative-shape-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: 20px;
  right: 20px;
  animation: rotate-shape 20s linear infinite;
}

.decorative-shape-square {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  bottom: 40px;
  right: 60px;
  transform: rotate(15deg);
  animation: float-shape 6s ease-in-out infinite;
}

@keyframes rotate-shape {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes float-shape {
  0%, 100% {
    transform: rotate(15deg) translateY(0);
  }
  50% {
    transform: rotate(15deg) translateY(-15px);
  }
}

/* Disclaimer Section */
.footer-disclaimer {
  padding: 30px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border-left: 4px solid rgba(255, 255, 255, 0.4);
}

.disclaimer-text {
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Bottom Bar */
.footer-bottom {
  text-align: center;
  padding-top: 30px;
}

.decorative-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg, 
    transparent 0%, 
    rgba(255, 255, 255, 0.3) 50%, 
    transparent 100%
  );
  margin-bottom: 25px;
}

.copyright-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 20px 0;
}

.bottom-decorative-elements {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.decorative-dot {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.decorative-line-small {
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}

/* Background Decorative Shapes */
.footer-bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
}

.shape-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  animation: float-bg-shape 15s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  left: -80px;
  animation: float-bg-shape 20s ease-in-out infinite reverse;
}

.shape-3 {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-bg-shape 10s ease-in-out infinite;
}

@keyframes float-bg-shape {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(10deg);
  }
}

@keyframes pulse-bg-shape {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.03;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.06;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .footer-modern {
    padding: 80px 0 30px;
  }

  .footer-brand {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .footer-extra-section {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .footer-modern {
    padding: 60px 0 30px;
    background-attachment: scroll;
  }

  .brand-name {
    font-size: 1.5rem;
  }

  .footer-heading {
    font-size: 1.1rem;
  }

  .footer-disclaimer {
    padding: 20px;
  }

  .shape-1,
  .shape-2 {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 575.98px) {
  .footer-modern {
    padding: 40px 0 20px;
  }

  .brand-decorative-icons {
    gap: 10px;
  }

  .brand-decorative-icons i {
    font-size: 1.25rem;
  }

  .contact-item {
    flex-direction: column;
    gap: 8px;
  }

  .contact-item i {
    margin-top: 0;
  }
}

/* Universal section */

.additional-universal-secondary {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 50%, var(--neutral-0) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-secondary .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-secondary .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-secondary .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

/* Section Separator */
.additional-universal-secondary .section-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 3.5rem 0 4rem;
}

.additional-universal-secondary .sep-line {
  flex: 1;
  max-width: 180px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}

.additional-universal-secondary .sep-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-secondary .sep-icon i {
  font-size: 1.5rem;
}

/* Services List */
.additional-universal-secondary .services-list {
  position: relative;
  z-index: 2;
}

.additional-universal-secondary .list-item {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid var(--neutral-100);
}

.additional-universal-secondary .list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Item Marker */
.additional-universal-secondary .item-marker {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.additional-universal-secondary .marker-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-200));
  color: var(--primary-900);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.additional-universal-secondary .marker-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.additional-universal-secondary .marker-icon i {
  font-size: 2rem;
}

.additional-universal-secondary .list-item:hover .marker-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

/* Item Content */
.additional-universal-secondary .item-content {
  flex: 1;
  position: relative;
  background: var(--neutral-0);
  padding: 2rem;
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.additional-universal-secondary .list-item:hover .item-content {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-left-color: var(--accent-500);
}

.additional-universal-secondary .item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-secondary .item-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.additional-universal-secondary .item-badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: linear-gradient(135deg, var(--accent-100), var(--accent-200));
  color: var(--accent-900);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

/* Background Circles */
.additional-universal-secondary .bg-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  filter: blur(60px);
}

.additional-universal-secondary .circle-1 {
  width: 450px;
  height: 450px;
  background: var(--primary-400);
  top: 10%;
  left: -150px;
}

.additional-universal-secondary .circle-2 {
  width: 400px;
  height: 400px;
  background: var(--accent-400);
  bottom: 15%;
  right: -120px;
}

/* Background Lines */
.additional-universal-secondary .bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  pointer-events: none;
  background: repeating-linear-gradient(
    45deg,
    var(--primary-300),
    var(--primary-300) 2px,
    transparent 2px,
    transparent 40px
  );
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-secondary {
    padding: 4rem 0;
  }

  .additional-universal-secondary .list-item {
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .additional-universal-secondary .item-content {
    padding: 1.75rem;
  }

  .additional-universal-secondary .marker-icon {
    width: 65px;
    height: 65px;
  }

  .additional-universal-secondary .marker-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-secondary .item-title {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-secondary {
    padding: 3rem 0;
  }

  .additional-universal-secondary .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-secondary .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-secondary .section-description {
    font-size: 1rem;
  }

  .additional-universal-secondary .section-separator {
    gap: 1rem;
  }

  .additional-universal-secondary .sep-line {
    max-width: 80px;
  }

  .additional-universal-secondary .sep-icon {
    width: 50px;
    height: 50px;
  }

  .additional-universal-secondary .sep-icon i {
    font-size: 1.35rem;
  }

  .additional-universal-secondary .list-item {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .additional-universal-secondary .item-marker {
    flex-direction: row;
    align-self: flex-start;
  }

  .additional-universal-secondary .marker-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .additional-universal-secondary .marker-icon {
    width: 60px;
    height: 60px;
  }

  .additional-universal-secondary .marker-icon i {
    font-size: 1.5rem;
  }

  .additional-universal-secondary .item-content {
    padding: 1.5rem;
  }

  .additional-universal-secondary .list-item:hover .item-content {
    transform: translateY(-5px) translateX(0);
  }

  .additional-universal-secondary .item-title {
    font-size: 1.25rem;
  }

  .additional-universal-secondary .item-description {
    font-size: 0.95rem;
  }

  .additional-universal-secondary .item-badge {
    font-size: 0.8rem;
    padding: 0.35rem 0.85rem;
  }

  .additional-universal-secondary .bg-circle,
  .additional-universal-secondary .bg-lines {
    display: none;
  }
}







.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;
  }
}


/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.decorative-dot-pattern {
  width: 60px;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
  border-radius: 3px;
  margin: 0 auto 1.5rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
}

/* Info Cards */
.info-card {
  position: relative;
  background: var(--light);
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.info-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Featured Cards */
.info-card-featured {
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  border: 2px solid var(--primary-300);
}

.info-card-featured .card-title {
  color: var(--primary-700);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.1;
}

.card-decorative-shape {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: var(--primary-50);
  border-radius: 50%;
  opacity: 0.5;
  transition: transform 0.5s ease;
}

.info-card:hover .card-decorative-shape {
  transform: scale(1.3);
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
}

.blob-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -50px;
  right: -50px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .info-card {
    padding: 1.5rem;
  }

  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .blob-1,
  .blob-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .info-card {
    padding: 1.25rem;
  }
}





/* Universal section */

.additional-universal-alt {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--neutral-0) 0%, var(--primary-50) 30%, var(--neutral-50) 70%, var(--neutral-0) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-alt .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-alt .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-alt .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Progress Indicator */
.additional-universal-alt .progress-wrapper {
  max-width: 700px;
  margin: 3rem auto 4rem;
}

.additional-universal-alt .progress-bar-container {
  position: relative;
  height: 6px;
  background: var(--neutral-200);
  border-radius: 10px;
  overflow: hidden;
}

.additional-universal-alt .progress-fill {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500));
  border-radius: 10px;
}

.additional-universal-alt .progress-markers {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.additional-universal-alt .progress-dot {
  width: 18px;
  height: 18px;
  background: var(--neutral-0);
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/* Steps Container */
.additional-universal-alt .steps-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Step Card */
.additional-universal-alt .step-card {
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.3s ease;
  position: relative;
}

.additional-universal-alt .step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.additional-universal-alt .step-card.step-final {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 3px solid var(--primary-300);
}

.additional-universal-alt .step-card.step-final:hover {
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--neutral-0) 100%);
}

/* Step Header */
.additional-universal-alt .step-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.additional-universal-alt .step-number-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

.additional-universal-alt .badge-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--neutral-0);
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.additional-universal-alt .badge-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--neutral-0);
  line-height: 1;
}

.additional-universal-alt .step-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--accent-100), var(--accent-200));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.additional-universal-alt .step-icon-wrapper i {
  font-size: 2rem;
  color: var(--accent-700);
}

/* Step Body */
.additional-universal-alt .step-body {
  padding-left: 1rem;
}

.additional-universal-alt .step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-alt .step-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Step Footer */
.additional-universal-alt .step-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px dashed var(--neutral-200);
}

.additional-universal-alt .step-duration {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--neutral-100);
  border-radius: 20px;
  font-size: 0.875rem;
  color: var(--neutral-700);
}

.additional-universal-alt .step-duration i {
  font-size: 1.1rem;
  color: var(--primary-600);
}

.additional-universal-alt .step-arrow {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce-arrow 2s ease-in-out infinite;
}

.additional-universal-alt .step-arrow i {
  font-size: 1.5rem;
  color: var(--neutral-0);
}

@keyframes bounce-arrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

.additional-universal-alt .step-final .step-footer {
  justify-content: center;
  border-top: none;
}

.additional-universal-alt .completion-badge {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
  animation: pulse-badge 2s ease-in-out infinite;
}

.additional-universal-alt .completion-badge i {
  font-size: 2rem;
  color: var(--neutral-0);
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Background Gradients */
.additional-universal-alt .bg-gradient {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  filter: blur(80px);
}

.additional-universal-alt .grad-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-400);
  top: 15%;
  left: -150px;
}

.additional-universal-alt .grad-2 {
  width: 450px;
  height: 450px;
  background: var(--accent-400);
  bottom: 20%;
  right: -130px;
}

/* Pattern Dots */
.additional-universal-alt .pattern-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  opacity: 0.03;
  pointer-events: none;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 20px 20px;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-alt {
    padding: 4rem 0;
  }

  .additional-universal-alt .step-card {
    padding: 2rem;
    margin-bottom: 1.75rem;
  }

  .additional-universal-alt .step-number-badge {
    width: 70px;
    height: 70px;
  }

  .additional-universal-alt .badge-number {
    font-size: 1.75rem;
  }

  .additional-universal-alt .step-icon-wrapper {
    width: 65px;
    height: 65px;
  }

  .additional-universal-alt .step-icon-wrapper i {
    font-size: 1.75rem;
  }

  .additional-universal-alt .step-title {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-alt {
    padding: 3rem 0;
  }

  .additional-universal-alt .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-alt .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-alt .section-description {
    font-size: 1rem;
  }

  .additional-universal-alt .progress-wrapper {
    margin: 2.5rem auto 3rem;
  }

  .additional-universal-alt .progress-dot {
    width: 14px;
    height: 14px;
    border-width: 2px;
  }

  .additional-universal-alt .step-card {
    padding: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .additional-universal-alt .step-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .additional-universal-alt .step-number-badge {
    width: 65px;
    height: 65px;
  }

  .additional-universal-alt .badge-label {
    font-size: 0.7rem;
  }

  .additional-universal-alt .badge-number {
    font-size: 1.5rem;
  }

  .additional-universal-alt .step-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .additional-universal-alt .step-icon-wrapper i {
    font-size: 1.5rem;
  }

  .additional-universal-alt .step-body {
    padding-left: 0;
  }

  .additional-universal-alt .step-title {
    font-size: 1.25rem;
  }

  .additional-universal-alt .step-description {
    font-size: 0.95rem;
  }

  .additional-universal-alt .step-footer {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .additional-universal-alt .step-arrow {
    width: 45px;
    height: 45px;
  }

  .additional-universal-alt .step-arrow i {
    font-size: 1.35rem;
  }

  .additional-universal-alt .completion-badge {
    width: 60px;
    height: 60px;
  }

  .additional-universal-alt .completion-badge i {
    font-size: 1.75rem;
  }

  .additional-universal-alt .bg-gradient,
  .additional-universal-alt .pattern-dots {
    display: none;
  }
}







/* Universal section */
/* Theme: creative-purple-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #faf5ff 50%, #ffffff 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.header-accent {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--secondary-500) 100%);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 800;
  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;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

/* Feature Items */
.feature-item {
  background: #ffffff;
  border-radius: 24px;
  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: 2px solid transparent;
  overflow: hidden;
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Large Feature Items */
.feature-large {
  grid-column: span 2;
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  padding: 3rem;
}

.feature-bg-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
  opacity: 0.3;
  border-radius: 0 24px 0 50%;
}

.feature-large:hover .feature-bg-pattern {
  opacity: 0.5;
  transform: scale(1.2);
  transition: all 0.5s ease;
}

/* Feature Icons */
.feature-icon {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--secondary-500) 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.feature-item:hover .feature-icon {
  transform: rotate(-10deg) scale(1.1);
}

.feature-icon i {
  font-size: 1.875rem;
  color: #ffffff;
}

.feature-icon-large {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-600) 0%, var(--secondary-600) 100%);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.feature-large:hover .feature-icon-large {
  transform: rotate(5deg) scale(1.1);
}

.feature-icon-large i {
  font-size: 2.5rem;
  color: #ffffff;
}

/* Feature Content */
.feature-content {
  position: relative;
  z-index: 2;
}

.feature-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.feature-large .feature-title {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
}

.feature-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.feature-large .feature-description {
  font-size: 1.0625rem;
  line-height: 1.75;
}

.feature-corner-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(225deg, transparent 50%, var(--secondary-200) 50%);
  opacity: 0.4;
  border-radius: 0 100% 0 24px;
  transition: opacity 0.3s ease;
}

.feature-large:hover .feature-corner-accent {
  opacity: 0.6;
}

/* Decorative Circles */
.decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
  animation: float 20s ease-in-out infinite;
}

.circle-1 {
  width: 200px;
  height: 200px;
  top: 15%;
  left: 5%;
  animation-delay: 0s;
}

.circle-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 8%;
  animation-delay: 5s;
}

.circle-3 {
  width: 120px;
  height: 120px;
  bottom: 20%;
  left: 15%;
  animation-delay: 10s;
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--secondary-400) 0%, var(--secondary-500) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
  animation: float 15s ease-in-out infinite;
}

.floating-icon i {
  font-size: 1.5rem;
  color: #ffffff;
}

.icon-1 {
  top: 25%;
  right: 10%;
  animation-delay: 2s;
}

.icon-2 {
  bottom: 25%;
  left: 8%;
  animation-delay: 7s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) rotate(5deg);
  }
  50% {
    transform: translateY(-10px) rotate(-5deg);
  }
  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .feature-large {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  
  .feature-large {
    grid-column: span 1;
    padding: 2.5rem;
  }
  
  .feature-item {
    padding: 2rem;
  }
  
  .feature-icon {
    width: 55px;
    height: 55px;
  }
  
  .feature-icon i {
    font-size: 1.5rem;
  }
  
  .feature-icon-large {
    width: 75px;
    height: 75px;
  }
  
  .feature-icon-large i {
    font-size: 2rem;
  }
  
  .feature-title {
    font-size: 1.25rem;
  }
  
  .feature-large .feature-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .feature-item,
  .feature-large {
    padding: 1.75rem;
  }
  
  .header-accent {
    width: 60px;
    margin-bottom: 1rem;
  }
}









/* ===================================
   v-014: Modern Green Theme
   Layout: Timeline with Highlight Box
   =================================== */

.add_wrap.v014_modern_green {
  padding: var(--section-py) 0;
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Header Shape */
.add_wrap.v014_modern_green .add_decorative_header_shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(135deg, var(--primary-50) 0%, transparent 100%);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}

/* Header Section */
.add_wrap.v014_modern_green .add_header {
  text-align: center;
  margin-bottom: var(--space-12);
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_badge {
  width: 60px;
  height: 60px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.add_wrap.v014_modern_green .add_badge i {
  font-size: 28px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-weight: 700;
  line-height: 1.2;
}

.add_wrap.v014_modern_green .add_subtitle {
  color: var(--primary-500);
  margin-bottom: var(--space-6);
  font-weight: 600;
}

.add_wrap.v014_modern_green .add_description {
  color: var(--text-secondary);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Timeline */
.add_wrap.v014_modern_green .add_timeline {
  position: relative;
  padding: var(--space-8) 0;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 50%, var(--primary-300) 100%);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Items */
.add_wrap.v014_modern_green .add_timeline_item {
  position: relative;
  margin-bottom: var(--space-12);
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
}

.add_wrap.v014_modern_green .add_timeline_item_left {
  justify-content: flex-end;
}

.add_wrap.v014_modern_green .add_timeline_item_right {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

/* Timeline Marker */
.add_wrap.v014_modern_green .add_timeline_marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.4);
  z-index: 3;
}

.add_wrap.v014_modern_green .add_timeline_marker i {
  font-size: 28px;
  color: #ffffff;
}

/* Timeline Content */
.add_wrap.v014_modern_green .add_timeline_content {
  width: calc(50% - 60px);
  padding: var(--space-6);
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_timeline_content:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-300);
}

.add_wrap.v014_modern_green .add_timeline_title {
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--space-3);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_timeline_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-4);
  line-height: 1.6;
}

/* Timeline Icon Group */
.add_wrap.v014_modern_green .add_timeline_icon_group {
  display: flex;
  gap: var(--space-3);
  justify-content: flex-start;
}

.add_wrap.v014_modern_green .add_timeline_icon_group i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--primary-500);
  background: var(--primary-50);
  border-radius: 8px;
}

/* Highlight Box (Element 5) */
.add_wrap.v014_modern_green .add_highlight_box {
  margin-top: var(--space-12);
  padding: var(--space-8);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--primary-500);
  text-align: center;
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_highlight_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(5, 150, 105, 0.4);
}

.add_wrap.v014_modern_green .add_highlight_icon i {
  font-size: 40px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_highlight_title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--space-4);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_highlight_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
  line-height: 1.7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Highlight Badge Row */
.add_wrap.v014_modern_green .add_highlight_badge_row {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.add_wrap.v014_modern_green .add_highlight_badge {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_highlight_badge i {
  font-size: 24px;
  color: var(--primary-500);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover {
  background: var(--primary-500);
  transform: scale(1.1);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover i {
  color: #ffffff;
}

/* Decorative Wave */
.add_wrap.v014_modern_green .add_decorative_wave {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-100) 50%, transparent 100%);
  opacity: 0.3;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

/* Background Decorative Elements */
.add_wrap.v014_modern_green .add_bg_circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 1;
  pointer-events: none;
}

.add_wrap.v014_modern_green .add_bg_circle_1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 10%;
  right: -200px;
}

.add_wrap.v014_modern_green .add_bg_circle_2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: 20%;
  left: -150px;
}

.add_wrap.v014_modern_green .add_bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 35px,
    var(--primary-50) 35px,
    var(--primary-50) 37px
  );
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .add_wrap.v014_modern_green .add_timeline::before {
    left: 30px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 30px;
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    flex-direction: row !important;
    justify-content: flex-start !important;
    padding-left: 100px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    width: 100%;
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 70px;
    height: 70px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 36px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .add_wrap.v014_modern_green .add_badge {
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_badge i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline {
    padding: var(--space-6) 0;
  }

  .add_wrap.v014_modern_green .add_timeline::before {
    left: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 20px;
    width: 40px;
    height: 40px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    margin-bottom: var(--space-8);
    padding-left: 80px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    padding: var(--space-4);
  }

  .add_wrap.v014_modern_green .add_timeline_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_timeline_icon_group i {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .add_wrap.v014_modern_green .add_highlight_box {
    padding: var(--space-6);
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 60px;
    height: 60px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 28px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_highlight_badge {
    width: 42px;
    height: 42px;
  }

  .add_wrap.v014_modern_green .add_highlight_badge i {
    font-size: 20px;
  }
}



/* Universal section */

.additional-universal-section.v-064 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-064 .section-header {
  max-width: 850px;
  margin: 0 auto 70px;
}

.v-064 .header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.v-064 .deco-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}

.v-064 .deco-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--primary-500);
  border-radius: 12px;
  transform: rotate(45deg);
}

.v-064 .deco-icon i {
  font-size: 24px;
  color: white;
  transform: rotate(-45deg);
  animation: sparkle 3s ease-in-out infinite;
}

.v-064 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-064 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-064 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Features List */
.v-064 .features-list {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.v-064 .feature-item {
  background: white;
  border: 1px solid var(--neutral-100);
  border-left: 4px solid var(--primary-500);
  border-radius: 12px;
  padding: 35px 30px;
  margin-bottom: 25px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-064 .feature-item:last-child {
  margin-bottom: 0;
}

.v-064 .feature-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-700), var(--primary-500));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.v-064 .feature-item:hover {
  transform: translateX(8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-left-color: var(--primary-700);
}

.v-064 .feature-item:hover::before {
  opacity: 1;
}

/* Feature Number */
.v-064 .feature-number {
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-064 .feature-number span {
  font-size: 2.5rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--primary-500) 25%, transparent);
  line-height: 1;
  transition: all 0.4s ease;
}

.v-064 .feature-item:hover .feature-number span {
  color: var(--primary-500);
  transform: scale(1.1);
}

/* Feature Icon */
.v-064 .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-064 .feature-icon i {
  font-size: 42px;
  color: var(--primary-500);
  transition: all 0.4s ease;
}

.v-064 .feature-item:hover .feature-icon i {
  transform: scale(1.15) rotate(5deg);
  color: var(--primary-700);
}

/* Feature Content */
.v-064 .feature-content {
  padding-left: 20px;
}

.v-064 .feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 12px;
}

.v-064 .feature-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Background */
.v-064 .decorative-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}

.v-064 .bg-pattern {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: repeating-linear-gradient(
    45deg,
    var(--primary-300),
    var(--primary-300) 1px,
    transparent 1px,
    transparent 10px
  );
  opacity: 0.15;
}

.v-064 .bg-pattern-1 {
  top: 10%;
  right: 5%;
  transform: rotate(30deg);
  animation: patternFloat 20s ease-in-out infinite;
}

.v-064 .bg-pattern-2 {
  bottom: 15%;
  left: 8%;
  transform: rotate(-20deg);
  animation: patternFloat 25s ease-in-out infinite reverse;
}

.v-064 .bg-blob {
  position: absolute;
  width: 600px;
  height: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent), 
    transparent 70%);
  border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
  opacity: 0.12;
  animation: blobMorph 30s ease-in-out infinite;
}

/* Animations */
@keyframes sparkle {
  0%, 100% {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }
  50% {
    opacity: 0.6;
    transform: rotate(-45deg) scale(1.2);
  }
}

@keyframes patternFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(30deg);
  }
  50% {
    transform: translate(20px, 20px) rotate(40deg);
  }
}

@keyframes blobMorph {
  0%, 100% {
    border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  33% {
    border-radius: 60% 40% 60% 40% / 50% 60% 40% 60%;
    transform: translate(-50%, -50%) rotate(120deg);
  }
  66% {
    border-radius: 50% 50% 40% 60% / 40% 60% 50% 50%;
    transform: translate(-50%, -50%) rotate(240deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-064 {
    padding: 80px 0;
  }

  .v-064 .section-title {
    font-size: 2.25rem;
  }

  .v-064 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-064 .feature-item {
    padding: 30px 25px;
  }

  .v-064 .feature-number span {
    font-size: 2rem;
  }

  .v-064 .feature-icon i {
    font-size: 36px;
  }

  .v-064 .feature-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-064 {
    padding: 60px 0;
  }

  .v-064 .section-title {
    font-size: 1.875rem;
  }

  .v-064 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-064 .deco-line {
    width: 50px;
  }

  .v-064 .feature-item {
    padding: 25px 20px;
  }

  .v-064 .feature-item:hover {
    transform: translateX(4px);
  }

  .v-064 .feature-number span {
    font-size: 1.75rem;
  }

  .v-064 .feature-icon i {
    font-size: 32px;
  }

  .v-064 .feature-content {
    padding-left: 0;
    padding-top: 15px;
  }

  .v-064 .feature-title {
    font-size: 1.25rem;
  }
}





/* Universal section */
/* Theme: creative-purple-01 */

.add_wrap {
  padding: var(--section-py) 0;
  background: linear-gradient(to bottom, white 0%, var(--neutral-50) 100%);
  position: relative;
}

/* Header Styles */
.add_header {
  margin-bottom: var(--space-10, var(--space-8));
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.add_title {
  font-family: var(--prime_section_title);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.15;
}

.add_subtitle {
  font-family: var(--bright_body_large);
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1.4;
}

.add_description {
  font-family: var(--business_body_base);
  font-size: 1.0625rem;
  color: var(--text-body);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Elements Grid */
.add_elements_grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.add_row_element {
  position: relative;
}

.add_row_element::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100% + 40px);
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}

.add_row_element:hover::before {
  opacity: 1;
}

.add_row_element > * {
  position: relative;
  z-index: 1;
}

/* Image Placeholder */
.add_image_placeholder {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 4rem;
  overflow: hidden;
  position: relative;
}

.add_image_placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

/* Content Styles */
.add_content {
  padding: var(--space-4);
}

.add_elem_title {
  font-family: var(--bright_body_large);
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  line-height: 1.3;
  position: relative;
  padding-left: var(--space-4);
}

.add_elem_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 4px;
  height: 1.5em;
  background: var(--primary-500);
  border-radius: 2px;
}

.add_elem_desc {
  font-family: var(--business_body_base);
  font-size: 1rem;
  color: var(--text-body);
  margin: 0;
  line-height: 1.7;
  padding-left: var(--space-4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--space-8) 0;
  }
  
  .add_elements_grid {
    gap: var(--space-6);
  }
  
  .add_row_element::before {
    display: none;
  }
  
  .add_image_placeholder {
    aspect-ratio: 16 / 9;
    font-size: 3rem;
    margin-bottom: var(--space-4);
  }
  
  .add_content {
    padding: var(--space-2);
  }
  
  .add_elem_title,
  .add_elem_desc {
    padding-left: var(--space-3);
  }
  
  .add_elem_title::before {
    width: 3px;
  }
}








.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-50);
}

.add_wrap .add_content {
  text-align: center;
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_elements_list {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.add_wrap .add_element {
  padding: var(--space-6);
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--primary-500);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.add_wrap .add_element:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_elem_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_elem_desc {
  color: var(--text-body);
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .add_wrap .add_elements_list {
    gap: var(--space-6);
  }
  
  .add_wrap .add_element {
    padding: var(--space-4);
  }
}


/* Universal section */

.additional-universal-section.v-065 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-065 .section-header {
  max-width: 850px;
  margin: 0 auto 70px;
}

.v-065 .badge-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.v-065 .badge-item {
  width: 40px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 4px;
  transition: all 0.3s ease;
  animation: badgeGrow 2s ease-in-out infinite;
}

.v-065 .badge-item:nth-child(1) { animation-delay: 0s; }
.v-065 .badge-item:nth-child(2) { animation-delay: 0.2s; }
.v-065 .badge-item:nth-child(3) { animation-delay: 0.4s; }
.v-065 .badge-item:nth-child(4) { animation-delay: 0.6s; }
.v-065 .badge-item:nth-child(5) { animation-delay: 0.8s; }

.v-065 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-065 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-065 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Steps Grid */
.v-065 .steps-grid {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Step Card */
.v-065 .step-card {
  display: flex;
  gap: 30px;
  background: white;
  border: 2px solid var(--neutral-100);
  border-radius: 16px;
  padding: 35px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-065 .step-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}

.v-065 .step-card:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.v-065 .step-card:hover::before {
  opacity: 1;
}

/* Step Left - Number Section */
.v-065 .step-left {
  flex-shrink: 0;
}

.v-065 .step-number-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.v-065 .step-number {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  position: relative;
}

.v-065 .step-number::before {
  content: '';
  position: absolute;
  inset: -4px;
  border: 3px solid var(--primary-300);
  border-radius: 18px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.v-065 .step-card:hover .step-number {
  transform: scale(1.1) rotate(-5deg);
}

.v-065 .step-card:hover .step-number::before {
  opacity: 1;
}

.v-065 .step-number span {
  font-size: 2.25rem;
  font-weight: 700;
  color: white;
  line-height: 1;
}

.v-065 .step-connector {
  width: 3px;
  height: 60px;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

.v-065 .step-final .step-connector {
  display: none;
}

/* Step Right - Content Section */
.v-065 .step-right {
  flex: 1;
  display: flex;
  gap: 25px;
}

.v-065 .step-icon-badge {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 12%, white);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.v-065 .step-icon-badge i {
  font-size: 28px;
  color: var(--primary-500);
  transition: all 0.4s ease;
}

.v-065 .step-card:hover .step-icon-badge {
  background: var(--primary-500);
  transform: rotate(360deg);
}

.v-065 .step-card:hover .step-icon-badge i {
  color: white;
}

/* Step Content */
.v-065 .step-content {
  flex: 1;
}

.v-065 .step-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-065 .step-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Background */
.v-065 .decorative-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.v-065 .grid-overlay {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
}

.v-065 .corner-accent {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 3px solid var(--primary-300);
  opacity: 0.2;
}

.v-065 .corner-top-left {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 20px;
}

.v-065 .corner-bottom-right {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 20px;
}

/* Animations */
@keyframes badgeGrow {
  0%, 100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.3);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-065 {
    padding: 80px 0;
  }

  .v-065 .section-title {
    font-size: 2.25rem;
  }

  .v-065 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-065 .step-card {
    padding: 30px;
    gap: 25px;
  }

  .v-065 .step-right {
    gap: 20px;
  }

  .v-065 .step-number {
    width: 70px;
    height: 70px;
  }

  .v-065 .step-number span {
    font-size: 2rem;
  }

  .v-065 .step-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-065 {
    padding: 60px 0;
  }

  .v-065 .section-title {
    font-size: 1.875rem;
  }

  .v-065 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-065 .badge-item {
    width: 30px;
    height: 6px;
  }

  .v-065 .step-card {
    flex-direction: column;
    padding: 25px 20px;
    gap: 20px;
  }

  .v-065 .step-left {
    display: flex;
    justify-content: center;
  }

  .v-065 .step-number-wrapper {
    flex-direction: row;
    gap: 20px;
  }

  .v-065 .step-connector {
    width: 60px;
    height: 3px;
  }

  .v-065 .step-number {
    width: 60px;
    height: 60px;
  }

  .v-065 .step-number span {
    font-size: 1.75rem;
  }

  .v-065 .step-right {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .v-065 .step-icon-badge {
    margin: 0 auto;
  }

  .v-065 .step-title {
    font-size: 1.25rem;
  }
}





/* Universal section */

.additional-universal-pro {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-pro .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-pro .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-pro .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

/* Section Divider */
.additional-universal-pro .section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0 4rem;
  position: relative;
}

.additional-universal-pro .section-divider::before,
.additional-universal-pro .section-divider::after {
  content: '';
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-300) 50%, transparent 100%);
  max-width: 200px;
}

.additional-universal-pro .divider-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-pro .divider-icon i {
  font-size: 1.5rem;
}

/* FAQ Accordion */
.additional-universal-pro .faq-accordion {
  position: relative;
  z-index: 2;
}

.additional-universal-pro .accordion-item-wrapper {
  margin-bottom: 1.5rem;
}

.additional-universal-pro .accordion-item-wrapper:last-child {
  margin-bottom: 0;
}

/* Accordion Card */
.additional-universal-pro .accordion-card {
  background: var(--neutral-0);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.3s ease;
}

.additional-universal-pro .accordion-card:hover {
  border-color: var(--primary-300);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

/* Accordion Header */
.additional-universal-pro .accordion-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  cursor: pointer;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  transition: all 0.3s ease;
}

.additional-universal-pro .accordion-card:hover .accordion-header {
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--neutral-0) 100%);
}

.additional-universal-pro .question-marker {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.additional-universal-pro .question-marker i {
  font-size: 1.5rem;
}

.additional-universal-pro .accordion-title {
  flex: 1;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary-900);
  margin: 0;
  line-height: 1.4;
}

.additional-universal-pro .expand-indicator {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: var(--neutral-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.additional-universal-pro .expand-indicator i {
  font-size: 1.25rem;
  color: var(--primary-600);
  transition: transform 0.3s ease;
}

.additional-universal-pro .accordion-card:hover .expand-indicator {
  background: var(--primary-200);
  transform: scale(1.1);
}

.additional-universal-pro .accordion-card:hover .expand-indicator i {
  transform: translateY(3px);
}

/* Accordion Content */
.additional-universal-pro .accordion-content {
  padding: 0 2rem 2rem 2rem;
  margin-left: 65px;
}

.additional-universal-pro .accordion-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
  padding-left: 1.5rem;
  border-left: 3px solid var(--primary-300);
}

/* Background Gradients */
.additional-universal-pro .bg-gradient {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
  filter: blur(80px);
}

.additional-universal-pro .gradient-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-400);
  top: 5%;
  left: -100px;
}

.additional-universal-pro .gradient-2 {
  width: 450px;
  height: 450px;
  background: var(--accent-400);
  bottom: 10%;
  right: -100px;
}

/* Floating Dots */
.additional-universal-pro .floating-dots {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.1;
  pointer-events: none;
}

.additional-universal-pro .dots-1 {
  top: 20%;
  right: 8%;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 15px 15px;
}

.additional-universal-pro .dots-2 {
  bottom: 25%;
  left: 5%;
  background: radial-gradient(circle, var(--accent-500) 2px, transparent 2px);
  background-size: 15px 15px;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-pro {
    padding: 4rem 0;
  }

  .additional-universal-pro .accordion-header {
    padding: 1.75rem;
    gap: 1.25rem;
  }

  .additional-universal-pro .accordion-content {
    padding: 0 1.75rem 1.75rem 1.75rem;
    margin-left: 60px;
  }

  .additional-universal-pro .accordion-title {
    font-size: 1.25rem;
  }

  .additional-universal-pro .question-marker {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }

  .additional-universal-pro .question-marker i {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-pro {
    padding: 3rem 0;
  }

  .additional-universal-pro .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-pro .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-pro .section-description {
    font-size: 1rem;
  }

  .additional-universal-pro .section-divider::before,
  .additional-universal-pro .section-divider::after {
    max-width: 80px;
  }

  .additional-universal-pro .divider-icon {
    width: 45px;
    height: 45px;
    margin: 0 1rem;
  }

  .additional-universal-pro .divider-icon i {
    font-size: 1.35rem;
  }

  .additional-universal-pro .accordion-header {
    padding: 1.5rem;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .additional-universal-pro .question-marker {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .additional-universal-pro .question-marker i {
    font-size: 1.25rem;
  }

  .additional-universal-pro .accordion-title {
    font-size: 1.15rem;
    flex-basis: calc(100% - 100px);
  }

  .additional-universal-pro .expand-indicator {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .additional-universal-pro .expand-indicator i {
    font-size: 1.1rem;
  }

  .additional-universal-pro .accordion-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
    margin-left: 0;
  }

  .additional-universal-pro .accordion-description {
    font-size: 0.95rem;
    padding-left: 1rem;
  }

  .additional-universal-pro .bg-gradient,
  .additional-universal-pro .floating-dots {
    display: none;
  }
}











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: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 17px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 45px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    border: 3px solid rgba(255,255,255,0.2) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 45px 0 !important;
    }
    
    .website-maps-title {
        font-size: 26px !important;
    }
    
    .website-google-map {
        height: 320px !important;
    }
}




.website-cta-container {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 30px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    color: #00ffff !important;
    font-family: inherit !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-shadow: 0 0 10px rgba(0,255,255,0.5) !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 30px !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 15px 35px !important;
    background: transparent !important;
    color: #00ffff !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: 3px solid #00ffff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    box-shadow: 0 0 20px rgba(0,255,255,0.3) !important;
}

.website-cta-button:hover {
    background: #00ffff !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    box-shadow: 0 0 30px rgba(0,255,255,0.6) !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: 24px !important;
    }
}




.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.website-security-badge:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 14px !important;
    color: #999999 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 20px !important;
        padding: 15px 10px !important;
    }
    
    .website-security-badge {
        font-size: 11px !important;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 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 - Modern Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 300px !important;
    background: linear-gradient(145deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2) !important;
    z-index: 999999 !important;
    color: #ffffff !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(10px) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 18px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 5px !important;
    border-radius: 3px !important;
    transition: background 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 20px 20px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding-bottom: 12px !important;
    background: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: rgba(255,255,255,0.8) !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: rgba(255,255,255,0.9) !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: rgba(255,255,255,0.9) !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - 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 - Minimal Style */
.website-cta-section {
    padding: 40px 0 !important;
    background: #ffffff !important;
    color: #333333 !important;
    text-align: center !important;
    margin: 0 !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 600px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 15px !important;
    margin-bottom: 25px !important;
    color: #666666 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    background: #333333 !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.website-cta-button:hover {
    background: #555555 !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 16px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 30px 0 !important;
    }
}



/* Security Badges - Minimal Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 30px !important;
    padding: 20px 0 !important;
    flex-wrap: wrap !important;
    background: transparent !important;
    border-top: 1px solid #f0f0f0 !important;
    border-bottom: none !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.website-security-badge:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 14px !important;
    color: #999999 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 20px !important;
        padding: 15px 10px !important;
    }
    
    .website-security-badge {
        font-size: 11px !important;
    }
}



/* Floating Decorative Icons - Spin Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 19px !important;
    color: rgba(0,0,0,0.04) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationSpin 10s linear infinite !important;
}

.website-floating-icon.variant-1 {
    top: 12% !important;
    right: 6% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 62% !important;
    right: 4% !important;
    animation-delay: 3s !important;
    font-size: 15px !important;
}

.website-floating-icon.variant-3 {
    top: 32% !important;
    left: 4% !important;
    animation-delay: 6s !important;
    font-size: 23px !important;
}

@keyframes websiteFloatAnimationSpin {
    0% {
        transform: rotate(0deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
    25% {
        transform: rotate(90deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    50% {
        transform: rotate(180deg) translateY(-10px) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: rotate(270deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    100% {
        transform: rotate(360deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Team Social Links - Text Style */
.team-social-links {
    margin-top: 20px;
    padding: 15px 0;
}

.social-text-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social-text-link {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.social-text-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    color: white;
    text-decoration: none;
}

.facebook-text-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.facebook-text-link:hover {
    background: linear-gradient(135deg, #166fe5, #1877f2);
    border-color: rgba(255,255,255,0.3);
}

.linkedin-text-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.linkedin-text-link:hover {
    background: linear-gradient(135deg, #0959aa, #0a66c2);
    border-color: rgba(255,255,255,0.3);
}

.instagram-text-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.instagram-text-link:hover {
    background: linear-gradient(135deg, #d62976, #e4405f, #f77737);
    border-color: rgba(255,255,255,0.3);
}

.x-text-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.x-text-link:hover {
    background: linear-gradient(135deg, #1a1a1a, #000000);
    border-color: rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
    .social-text-links {
        gap: 10px;
    }
    
    .social-text-link {
        font-size: 12px;
        padding: 6px 12px;
    }
}



/* Organization Social Links - Text Style */
.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-text-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-text-link {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.org-social-text-link:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
    border-color: rgba(255,255,255,0.4);
}

.org-social-text-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.org-social-text-link:hover::before {
    left: 100%;
}

/* Organization Text Social Networks Colors */
.org-facebook-text-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-text-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-text-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-text-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.org-youtube-text-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-text-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-text-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-text-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-text-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-text-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-text-grid {
        gap: 8px;
    }
    
    .org-social-text-link {
        font-size: 12px;
        padding: 8px 14px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Overlay Style */
.newsletter-section {
    margin: 30px 0;
    padding: 0;
    position: relative;
}

.newsletter-overlay-container {
    max-width: 520px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 10px 35px rgba(0,0,0,0.2);
}

.newsletter-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>');
    opacity: 0.3;
}

.newsletter-content {
    position: relative;
    z-index: 2;
    padding: 32px 28px;
    color: white;
}

.newsletter-title {
    font-size: 21px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: white !important;
    text-align: center !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 14px !important;
    color: rgba(255,255,255,0.95) !important;
    margin-bottom: 24px !important;
    text-align: center !important;
    line-height: 1.6 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.newsletter-input {
    padding: 14px 18px !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: rgba(255,255,255,0.15) !important;
    backdrop-filter: blur(10px) !important;
    color: white !important;
}

.newsletter-input::placeholder {
    color: rgba(255,255,255,0.7) !important;
}

.newsletter-input:focus {
    background: rgba(255,255,255,0.25) !important;
    border-color: rgba(255,255,255,0.5) !important;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.1) !important;
}

.newsletter-button {
    padding: 14px 24px !important;
    background: white !important;
    color: #667eea !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
}

.newsletter-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important;
    background: #f8f9ff !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 18px !important;
    padding: 16px !important;
    background: rgba(255,255,255,0.2) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 10px !important;
    color: white !important;
    text-align: center !important;
    font-size: 14px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-content {
        padding: 26px 22px;
    }
    
    .newsletter-overlay-container {
        max-width: 350px;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: minimal-v002
 * Toggle: 6
 * Содержит только стили для выбранной темы
 * Сгенерировано автоматически - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
 */

/**
 * OptimizedCookieManager Styles
 * Уникальные классы с префиксом ocm- для избежания конфликтов
 * Все стили с !important для гарантированного применения
 */

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.ocm-banner {
    position: fixed !important;
    z-index: 999999 !important;
    max-width: 400px !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
}

.ocm-banner.ocm-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ ===== */
.ocm-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-position-bottom-center {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(100px) !important;
}

.ocm-position-bottom-center.ocm-show {
    transform: translateX(-50%) translateY(0) !important;
}

.ocm-position-top-right {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(-100px) !important;
}

.ocm-position-top-right.ocm-show {
    transform: translateY(0) !important;
}

/* ===== СОДЕРЖИМОЕ БАННЕРА ===== */
.ocm-banner-content,
.ocm-settings {
    padding: 24px !important;
}

.ocm-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.ocm-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.ocm-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #666666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.ocm-close:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.ocm-description {
    margin: 0 0 20px 0 !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

.ocm-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ocm-btn {
    padding: 12px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-family: inherit !important;
}

.ocm-btn-accept {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-accept:hover {
    background: #0056b3 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-reject {
    background: #6c757d !important;
    color: #ffffff !important;
}

.ocm-btn-reject:hover {
    background: #545b62 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-customize {
    background: transparent !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
}

.ocm-btn-customize:hover {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-save {
    background: #28a745 !important;
    color: #ffffff !important;
}

.ocm-btn-save:hover {
    background: #1e7e34 !important;
    transform: translateY(-1px) !important;
}

.ocm-back {
    background: none !important;
    border: none !important;
    color: #007bff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
}

.ocm-back:hover {
    background: #f8f9fa !important;
}

/* ===== НАСТРОЙКИ COOKIE ===== */
.ocm-category {
    margin-bottom: 20px !important;
    padding: 16px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
}

.ocm-category-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* ===== TOGGLE СТИЛЬ 6: СТЕКЛЯННЫЙ ЭФФЕКТ ===== */
.ocm-toggle.ocm-toggle-style-6 {
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #333 !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
}

.ocm-toggle.ocm-toggle-style-6:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-2px) !important;
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ ===== */
.ocm-settings-buttons {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 20px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.ocm-policy-link {
    color: #007bff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    border-bottom: 1px solid transparent !important;
    transition: border-color 0.2s ease !important;
}

.ocm-policy-link:hover {
    border-bottom-color: #007bff !important;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 480px) {
    .ocm-banner {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-buttons {
        flex-direction: column !important;
    }
    
    .ocm-settings-buttons {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .ocm-category-header {
        flex-wrap: wrap !important;
    }
}

/* ===== АНИМАЦИИ ===== */
@keyframes ocm-slideUp {
    from {
        transform: translateY(100%) !important;
        opacity: 0 !important;
    }
    to {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
}

@keyframes ocm-fadeIn {
    from {
        opacity: 0 !important;
    }
    to {
        opacity: 1 !important;
    }
}

/* ===== ТЕМНАЯ ТЕМА (медиазапрос) ===== */
@media (prefers-color-scheme: dark) {
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
}


/**
 * Cookie Manager - Additional Theme Variations
 * Extended themes compatible with existing site designs
 * NO conflicts with site styles - all classes prefixed with ocm-
 */

/* ===== ТЕМА: MINIMAL VARIATIONS ===== */

/* Minimal v-002: Corporate Clean */














/* Minimal v-003: Monochrome Elegant */














/* ===== ТЕМА: MODERN VARIATIONS ===== */

/* Modern v-002: Vivid Gradient */


















/* Modern v-003: Cool Blue Gradient */










/* ===== ТЕМА: ROUNDED VARIATIONS ===== */

/* Rounded v-002: Soft Pastel */














/* Rounded v-003: Bubble Style */










/* ===== ТЕМА: GLASS VARIATIONS ===== */

/* Glass v-002: Dark Glass */














/* Glass v-003: Frosted Glass */










/* ===== ТЕМА: GRADIENT VARIATIONS ===== */

/* Gradient v-002: Sunset Gradient */














/* Gradient v-003: Ocean Gradient */














/* ===== ADDITIONAL TOGGLE STYLES (9-16) ===== */

/* Toggle Style 9: Hexagon */
.ocm-toggle.ocm-toggle-style-9 {
    width: 52px !important;
    height: 52px !important;
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%) !important;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 24px rgba(67, 233, 123, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-9:hover {
    transform: scale(1.1) rotate(15deg) !important;
    box-shadow: 0 12px 32px rgba(67, 233, 123, 0.4) !important;
}

/* Toggle Style 10: Diamond */
.ocm-toggle.ocm-toggle-style-10 {
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
    transform: rotate(45deg) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(250, 112, 154, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-10:hover {
    transform: rotate(45deg) scale(1.15) !important;
    box-shadow: 0 12px 32px rgba(250, 112, 154, 0.4) !important;
}

.ocm-toggle.ocm-toggle-style-10::before {
    content: "🍪" !important;
    transform: rotate(-45deg) !important;
    display: block !important;
    font-size: 20px !important;
}

/* Toggle Style 11: Soft Shadow */
.ocm-toggle.ocm-toggle-style-11 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.06) !important;
    border: 2px solid #f0f0f0 !important;
}

.ocm-toggle.ocm-toggle-style-11:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 3px 12px rgba(0, 0, 0, 0.08) !important;
}

/* Toggle Style 12: Neon Glow */
.ocm-toggle.ocm-toggle-style-12 {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: #000000 !important;
    color: #00ff88 !important;
    border: 2px solid #00ff88 !important;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.5), inset 0 0 10px rgba(0, 255, 136, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-12:hover {
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.7), inset 0 0 15px rgba(0, 255, 136, 0.3) !important;
    transform: scale(1.1) !important;
}

/* Toggle Style 13: Outlined Circle */
.ocm-toggle.ocm-toggle-style-13 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #667eea !important;
    border: 3px solid #667eea !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-13:hover {
    background: #667eea !important;
    color: #ffffff !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 14: Gradient Border */
.ocm-toggle.ocm-toggle-style-14 {
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    border: 3px solid transparent !important;
    background-clip: padding-box !important;
    position: relative !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
}

.ocm-toggle.ocm-toggle-style-14::before {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    left: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 50% !important;
    z-index: -1 !important;
}

.ocm-toggle.ocm-toggle-style-14:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 15: Material Design */
.ocm-toggle.ocm-toggle-style-15 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #4285f4 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ocm-toggle.ocm-toggle-style-15:hover {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px) !important;
}

.ocm-toggle.ocm-toggle-style-15:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(0) !important;
}

/* Toggle Style 16: Animated Gradient */
.ocm-toggle.ocm-toggle-style-16 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) !important;
    background-size: 300% 300% !important;
    animation: ocm-gradient-shift 6s ease infinite !important;
    border: none !important;
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-16:hover {
    animation-duration: 3s !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4) !important;
}

@keyframes ocm-gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ===== COMPATIBILITY ADJUSTMENTS ===== */

/* Ensure all variations work with existing positioning */
[class*="ocm-theme-"][class*="-v00"] {
    max-width: 400px !important;
    min-width: 320px !important;
}

/* Ensure all new toggle styles support all positions */
.ocm-toggle[class*="-style-"]:not([class*="-position-"]) {
    bottom: 20px !important;
    right: 20px !important;
}

/* Responsive adjustments for new variations */
@media (max-width: 480px) {
    [class*="ocm-theme-"][class*="-v00"] {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-toggle[class*="-style-"] {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }
    
    .ocm-toggle.ocm-toggle-style-14 {
        width: 48px !important;
        height: 48px !important;
    }
}


