:root {
  --primary-50: #fef2f2;
  --primary-50-rgb: 254, 242, 242;
  --primary-100: #fee2e2;
  --primary-100-rgb: 254, 226, 226;
  --primary-300: #fca5a5;
  --primary-300-rgb: 252, 165, 165;
  --primary-500: #b91c1c;
  --primary-500-rgb: 185, 28, 28;
  --primary-700: #7f1d1d;
  --primary-700-rgb: 127, 29, 29;
  --primary-200: #fdc4c4;
  --primary-200-rgb: 253, 196, 196;
  --primary-400: #db6161;
  --primary-400-rgb: 219, 97, 97;
  --primary-600: #9c1d1d;
  --primary-600-rgb: 156, 29, 29;
  --primary-800: #6c1919;
  --primary-800-rgb: 108, 25, 25;
  --primary-900: #591414;
  --primary-900-rgb: 89, 20, 20;
  --primary-950: #3a0d0d;
  --primary-950-rgb: 58, 13, 13;

  --primary-rgb: 185, 28, 28;
  --neutral-50: #fafaf9;
  --neutral-50-rgb: 250, 250, 249;
  --neutral-100: #f5f5f4;
  --neutral-100-rgb: 245, 245, 244;
  --neutral-300: #d6d3d1;
  --neutral-300-rgb: 214, 211, 209;
  --neutral-500: #78716c;
  --neutral-500-rgb: 120, 113, 108;
  --neutral-700: #44403c;
  --neutral-700-rgb: 68, 64, 60;
  --neutral-900: #1c1917;
  --neutral-900-rgb: 28, 25, 23;
  --neutral-200: #e6e4e3;
  --neutral-200-rgb: 230, 228, 227;
  --neutral-400: #a7a29f;
  --neutral-400-rgb: 167, 162, 159;
  --neutral-600: #5e5954;
  --neutral-600-rgb: 94, 89, 84;
  --neutral-800: #3a3633;
  --neutral-800-rgb: 58, 54, 51;
  --neutral-950: #1f1d1b;
  --neutral-950-rgb: 31, 29, 27;

  --surface-primary: var(--neutral-50);
  --surface-secondary: var(--neutral-100);
  --surface-accent: var(--primary-50);
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-accent: var(--primary-700);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #ffffff;
  --button-primary-text-rgb: 255, 255, 255;
  --button-secondary-bg: var(--neutral-100);
  --button-secondary-text: var(--neutral-900);
  --border-light: var(--neutral-300);
  --border-medium: var(--neutral-500);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-card: 0 4px 6px rgba(0, 0, 0, 0.05);
  --shadow-elevated: 0 10px 25px rgba(0, 0, 0, 0.1);
  --shadow-button-hover: 0 6px 12px rgba(185, 28, 28, 0.3);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --transition-fast: 0.15s ease;
  --transition-base: 0.2s ease;
  --transition-slow: 0.3s ease;
  --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;
  --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 ===== */
.app_font_primary {
  font-family: var(--font-primary);
}

.content_font_secondary {
  font-family: var(--font-secondary);
}

.clean_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.premium_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);
}

.business_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);
}

.design_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 */
.site_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);
}

.unique_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);
}

.smart_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);
}

.style_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);
}

.brand_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 */
.top_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);
}

.bright_body_base {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
}

.digital_body_small {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Utility Text Styles */
.creative_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);
}

.company_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 */
.page_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);
}

.core_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 */
.agency_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);
}

.base_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 */
.studio_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);
}

.fresh_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);
}

.pro_section_description {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  margin-bottom: var(--space-8);
  max-width: 65ch; /* Optimal reading width */
}

/* Card Typography */
.bold_card_title {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
}

.main_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 */
.best_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);
}

.best_nav_link:hover,
.best_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.section_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 */
.modern_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) {
  .agency_hero_title {
    font-size: var(--text-4xl);
  }
  
  .studio_section_title {
    font-size: var(--text-3xl);
  }
  
  .premium_display_1 {
    font-size: var(--text-5xl);
  }
  
  .business_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .agency_hero_title {
    font-size: var(--text-3xl);
  }
  
  .studio_section_title {
    font-size: var(--text-2xl);
  }
  
  .premium_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 ===== */
.light_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.new_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.container_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.minimal_text_balance {
  text-wrap: balance;
}

.prime_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .best_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .creative_caption,
  .company_overline,
  .modern_footer_text {
    color: var(--text-secondary);
  }
  
  .base_hero_subtitle,
  .fresh_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .agency_hero_title,
  .studio_section_title,
  .site_heading_1,
  .unique_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .light_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/**
 * Font System - Global Application Rules
 * Applies dynamically selected font pairs to page elements
 * 
 * Font CSS variables are injected during build:
 * --font-primary: Body/paragraph font
 * --font-accent: Heading/title font
 * --font-heading: Alias for accent
 * --font-body: Alias for primary
 */

/* ========================================
   BASE TYPOGRAPHY
   ======================================== */

body {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ========================================
   HEADINGS
   ======================================== */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-accent);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h1, .h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
}

h2, .h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
}

h3, .h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
}

h4, .h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
}

h5, .h5 {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 500;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 500;
}

/* ========================================
   BODY TEXT & PARAGRAPHS
   ======================================== */

p {
  font-family: var(--font-body);
  margin-bottom: 1em;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
}

/* ========================================
   SPECIAL TEXT ELEMENTS
   ======================================== */

.text-accent,
.hero-title,
.section-title,
.card-title {
  font-family: var(--font-accent);
}

.subtitle,
.section-subtitle {
  font-family: var(--font-primary);
  font-weight: 500;
}

blockquote {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 1.125rem;
  border-left: 3px solid currentColor;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
}

/* ========================================
   NAVIGATION
   ======================================== */

.navbar,
.nav-link,
.navbar-brand {
  font-family: var(--font-primary);
  font-weight: 500;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn,
button {
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: 0.025em;
}

/* ========================================
   FORMS
   ======================================== */

input,
textarea,
select,
.form-control,
.form-label {
  font-family: var(--font-primary);
}

.form-label {
  font-weight: 500;
}

/* ========================================
   CARDS & COMPONENTS
   ======================================== */

.card {
  font-family: var(--font-primary);
}

.card-header,
.card-title {
  font-family: var(--font-accent);
  font-weight: 600;
}

/* ========================================
   BADGES & LABELS
   ======================================== */

.badge,
.label,
.tag {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 0.875rem;
}

/* ========================================
   FOOTER
   ======================================== */

footer,
.footer {
  font-family: var(--font-primary);
  font-size: 0.9rem;
}

footer h1, footer h2, footer h3,
footer h4, footer h5, footer h6,
.footer h1, .footer h2, .footer h3,
.footer h4, .footer h5, .footer h6 {
  font-family: var(--font-accent);
}

/* ========================================
   CODE & PREFORMATTED TEXT
   ======================================== */

code,
pre,
kbd,
samp {
  font-family: var(--font-mono);
  font-size: 0.9em;
}

/* ========================================
   UTILITIES
   ======================================== */

.font-primary {
  font-family: var(--font-primary) !important;
}

.font-accent {
  font-family: var(--font-accent) !important;
}

.font-heading {
  font-family: var(--font-heading) !important;
}

.font-body {
  font-family: var(--font-body) !important;
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
   ======================================== */

@media (max-width: 768px) {
  body {
    font-size: 0.95rem;
  }
  
  .lead {
    font-size: 1.125rem;
  }
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
  body {
    font-family: var(--font-primary);
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-accent);
    page-break-after: avoid;
  }
}





/* ===== LAYOUT UTILITIES ===== */
.layout_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.custom_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dark_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.theme_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ui_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.elite_stack {
  display: flex;
  flex-direction: column;
}

.core89_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container4_full_height {
  min-height: 100vh;
}

.site94_section_height {
  min-height: 80vh;
}

.unique31_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.main54_m_0 { margin: 0; }
.theme42_m_1 { margin: var(--space-1); }
.theme51_m_2 { margin: var(--space-2); }
.new83_m_3 { margin: var(--space-3); }
.bright28_m_4 { margin: var(--space-4); }
.pro73_m_6 { margin: var(--space-6); }
.design43_m_8 { margin: var(--space-8); }
.layout86_m_12 { margin: var(--space-12); }
.premium36_m_16 { margin: var(--space-16); }

.app29_mx_auto { margin-left: auto; margin-right: auto; }
.brand16_my_auto { margin-top: auto; margin-bottom: auto; }

.section70_mt_0 { margin-top: 0; }
.agency62_mt_4 { margin-top: var(--space-4); }
.style3_mt_8 { margin-top: var(--space-8); }
.elite58_mt_12 { margin-top: var(--space-12); }

.dark33_mb_0 { margin-bottom: 0; }
.top64_mb_4 { margin-bottom: var(--space-4); }
.premium91_mb_8 { margin-bottom: var(--space-8); }
.light27_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.ui46_p_0 { padding: 0; }
.layout2_p_1 { padding: var(--space-1); }
.minimal24_p_2 { padding: var(--space-2); }
.site43_p_3 { padding: var(--space-3); }
.page26_p_4 { padding: var(--space-4); }
.smart83_p_6 { padding: var(--space-6); }
.bright17_p_8 { padding: var(--space-8); }

.bold91_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.bright62_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.brand29_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.unique81_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.custom46_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.prime76_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.new5_gap_1 { gap: var(--space-1); }
.container55_gap_2 { gap: var(--space-2); }
.best56_gap_3 { gap: var(--space-3); }
.layout36_gap_4 { gap: var(--space-4); }
.layout65_gap_6 { gap: var(--space-6); }
.best89_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.minimal9_shadow_none { box-shadow: var(--shadow-none); }
.page91_shadow_xs { box-shadow: var(--shadow-xs); }
.design12_shadow_sm { box-shadow: var(--shadow-sm); }
.bright50_shadow_md { box-shadow: var(--shadow-md); }
.premium85_shadow_lg { box-shadow: var(--shadow-lg); }
.company53_shadow_xl { box-shadow: var(--shadow-xl); }
.section69_shadow_2xl { box-shadow: var(--shadow-2xl); }
.modern12_shadow_inner { box-shadow: var(--shadow-inner); }
.content26_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.prime26_radius_none { border-radius: var(--radius-none); }
.layout65_radius_xs { border-radius: var(--radius-xs); }
.unique80_radius_sm { border-radius: var(--radius-sm); }
.web41_radius_md { border-radius: var(--radius-md); }
.design22_radius_lg { border-radius: var(--radius-lg); }
.main11_radius_xl { border-radius: var(--radius-xl); }
.container61_radius_2xl { border-radius: var(--radius-2xl); }
.prime99_radius_3xl { border-radius: var(--radius-3xl); }
.content30_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.container14_gradient_primary {
  background: var(--gradient-primary);
}

.premium32_gradient_secondary {
  background: var(--gradient-secondary);
}

.pro24_gradient_hero {
  background: var(--gradient-hero);
}

.top60_gradient_card {
  background: var(--gradient-card);
}

.unique66_gradient_overlay {
  position: relative;
}

.unique66_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;
}

.unique66_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.section68_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.section68_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.layout31_hover_scale {
  transition: transform var(--transition-normal);
}

.layout31_hover_scale:hover {
  transform: scale(1.02);
}

.premium1_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.premium1_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.base23_hover_fade {
  transition: opacity var(--transition-normal);
}

.base23_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.ui25_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.ui25_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.clean57_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.core24_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.custom5_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.business16_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.prime87_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.base43_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.style94_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.light8_timeline {
  position: relative;
}

.light8_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.main75_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.main75_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.main75_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.creative24_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.base30_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;
  }
}

.top33_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;
  }
}

.creative25_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 */
.section50_transition_all {
  transition: var(--transition-all);
}

.unique57_transition_fast {
  transition: all var(--transition-fast);
}

.page16_transition_normal {
  transition: all var(--transition-normal);
}

.base13_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.page23_bg_primary { background-color: var(--bg-primary); }
.custom96_bg_secondary { background-color: var(--bg-secondary); }
.smart41_bg_muted { background-color: var(--bg-muted); }
.best60_bg_glass { background-color: var(--bg-glass); }

.site46_text_primary { color: var(--text-primary); }
.fresh65_text_secondary { color: var(--text-secondary); }
.brand11_text_muted { color: var(--text-muted); }
.light8_text_inverse { color: var(--text-inverse); }
.web32_text_link { color: var(--text-link); }

.digital63_border_light { border-color: var(--border-light); }
.layout67_border_medium { border-color: var(--border-medium); }
.minimal72_border_strong { border-color: var(--border-strong); }
.layout4_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .custom5_services_grid,
  .prime87_features_grid,
  .business16_team_grid,
  .style94_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .base43_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .light8_timeline::before {
    left: 30px;
  }
  
  .main75_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .site94_section_height {
    min-height: 60vh;
  }
  
  .unique31_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .base43_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .main75_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.clean85_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;
}

.page16_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.dark2_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);
}

.dark2_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .pro36_no_print {
    display: none !important;
  }
  
  .core69_print_only {
    display: block !important;
  }
  
  .page91_shadow_xs,
  .design12_shadow_sm,
  .bright50_shadow_md,
  .premium85_shadow_lg,
  .company53_shadow_xl,
  .section69_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .creative24_fade_in,
  .base30_slide_up,
  .top33_slide_in_left,
  .creative25_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .section68_hover_lift,
  .layout31_hover_scale,
  .premium1_hover_shadow,
  .base23_hover_fade,
  .section50_transition_all,
  .unique57_transition_fast,
  .page16_transition_normal,
  .base13_transition_slow {
    transition: none;
  }
}

/* ====================================
   Header v-125 - Professional Blue Theme
   ==================================== */

.header-modern {
  position: relative;
  background: var(--surface-primary);
  box-shadow: 0 2px 12px color-mix(in srgb, var(--neutral-900) 8%, transparent);
  z-index: 1000;
}

.header-modern .navbar {
  padding: 1rem 0;
  position: relative;
}

/* Brand Styling */
.header-modern .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10004;
}

.header-modern .navbar-brand:hover {
  color: var(--primary-500);
  transform: translateY(-2px);
}

.header-modern .navbar-brand #sitename {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Navigation Links - ALL IDENTICAL STYLES */
.header-modern .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.header-modern .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.header-modern .nav-link:hover {
  color: var(--primary-500);
}

.header-modern .nav-link:hover::after {
  width: 80%;
}

/* Custom Hamburger Toggle - DARK COLOR */
.header-modern .nav-toggle-input {
  display: none;
}

.header-modern .navbar-toggler {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 10003;
  background: transparent;
  border: none;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.header-modern .hamburger-line {
  display: block;
  width: 28px;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}

/* Hamburger Animation to X */
.header-modern .nav-toggle-input:checked ~ .navbar-toggler .hamburger-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.header-modern .nav-toggle-input:checked ~ .navbar-toggler .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-modern .nav-toggle-input:checked ~ .navbar-toggler .hamburger-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Decorative Elements */
.header-modern .header-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.header-modern .deco-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 20%, transparent),
    color-mix(in srgb, var(--primary-500) 10%, transparent));
  animation: float-decoration 8s ease-in-out infinite;
}

.header-modern .deco-circle-1 {
  width: 80px;
  height: 80px;
  top: -20px;
  right: 20px;
  animation-delay: 0s;
}

.header-modern .deco-circle-2 {
  width: 120px;
  height: 120px;
  bottom: -40px;
  right: -30px;
  animation-delay: 2s;
}

@keyframes float-decoration {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

/* Desktop Navigation */
@media (min-width: 992px) {
  .header-modern .navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
  }

  .header-modern .backdrop {
    display: none;
  }

  .header-modern .navbar-nav {
    flex-direction: row;
    gap: 0.5rem;
  }
}

/* Mobile Navigation - CORRECT Z-INDEX HIERARCHY */
@media (max-width: 991.98px) {
  .header-modern .navbar-toggler {
    display: flex;
  }

  .header-modern .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--surface-primary);
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: -4px 0 20px color-mix(in srgb, var(--neutral-900) 15%, transparent);
    z-index: 10;
    overflow-y: auto;
  }

  .header-modern .nav-toggle-input:checked ~ .navbar-collapse {
    right: 0;
  }

  /* Backdrop - LOWEST Z-INDEX */
  .header-modern .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: color-mix(in srgb, var(--neutral-900) 50%, transparent);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: -1;
    backdrop-filter: blur(4px);
  }

  .header-modern .nav-toggle-input:checked ~ .navbar-collapse .backdrop {
    opacity: 1;
    visibility: visible;
  }

  .header-modern .navbar-nav {
    flex-direction: column;
    padding: 5rem 2rem 2rem;
    gap: 0;
  }

  .header-modern .nav-item {
    width: 100%;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.4s ease;
  }

  .header-modern .nav-toggle-input:checked ~ .navbar-collapse .nav-item {
    opacity: 1;
    transform: translateX(0);
  }

  .header-modern .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(1) {
    transition-delay: 0.1s;
  }

  .header-modern .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(2) {
    transition-delay: 0.2s;
  }

  .header-modern .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(3) {
    transition-delay: 0.3s;
  }

  .header-modern .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(4) {
    transition-delay: 0.4s;
  }

  .header-modern .nav-link {
    display: block;
    padding: 1rem;
    margin: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
  }

  .header-modern .nav-link::after {
    display: none;
  }
}

/* Tablet Adjustments */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-modern .navbar-collapse {
    width: 320px;
  }

  .header-modern .navbar-nav {
    padding: 6rem 2.5rem 2rem;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .header-modern * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .header-modern .nav-link {
    color: var(--neutral-900);
  }

  .header-modern .hamburger-line {
    background: var(--neutral-900);
  }
}

/* Hero section */
.hero_wrap {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--primary-50) 50%, var(--surface-secondary) 100%);
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: var(--space-10) 0;
}

.hero_wrap .hero_gradient_backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero_wrap .gradient_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.hero_wrap .layer_1 {
  background: radial-gradient(circle at 20% 30%, var(--primary-300) 0%, transparent 50%);
  animation: hero_gradient_shift 12s ease-in-out infinite;
  animation-delay: 0s;
}

.hero_wrap .layer_2 {
  background: radial-gradient(circle at 80% 60%, var(--primary-300) 0%, transparent 50%);
  animation: hero_gradient_shift 12s ease-in-out infinite;
  animation-delay: 4s;
}

.hero_wrap .layer_3 {
  background: radial-gradient(circle at 50% 80%, var(--primary-100) 0%, transparent 50%);
  animation: hero_gradient_shift 12s ease-in-out infinite;
  animation-delay: 8s;
}

.hero_wrap .container {
  position: relative;
  z-index: 3;
}

.hero_wrap .hero_content {
  padding: var(--space-6) var(--space-4);
}

.hero_wrap .hero_title {
  font-size: var(--font-size-5xl);
  font-weight: 800;
  line-height: var(--line-height-tight);
  color: var(--text-primary);
  margin-bottom: var(--space-6);
  letter-spacing: -0.03em;
  position: relative;
}

.hero_wrap .hero_title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

.hero_wrap .hero_subtitle {
  font-size: var(--font-size-2xl);
  font-weight: 600;
  line-height: var(--line-height-snug);
  color: var(--text-accent);
  margin-bottom: var(--space-6);
  margin-top: var(--space-4);
}

.hero_wrap .hero_description {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  color: var(--text-secondary);
  margin-bottom: 0;
  max-width: 560px;
}

.hero_wrap .hero_visual_section {
  position: relative;
  padding: var(--space-4);
}

.hero_wrap .hero_image_container {
  position: relative;
}

.hero_wrap .hero_image_frame {
  position: relative;
  border-radius: var(--border-radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--surface-primary);
  transform: rotate(-2deg);
  transition: transform 0.5s ease;
}

.hero_wrap .hero_image_frame:hover {
  transform: rotate(0deg);
}

.hero_wrap .hero_visual_image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--border-radius-2xl);
}

.hero_wrap .hero_frame_border {
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border: 4px solid var(--primary-300);
  border-radius: var(--border-radius-2xl);
  pointer-events: none;
  z-index: -1;
  opacity: 0.6;
}

.hero_wrap .hero_creative_elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero_wrap .creative_dot {
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 20px var(--primary-300);
  animation: hero_dot_pulse 3s ease-in-out infinite;
}

.hero_wrap .dot_1 {
  top: 15%;
  left: -8px;
  animation-delay: 0s;
}

.hero_wrap .dot_2 {
  top: 45%;
  left: -8px;
  animation-delay: 0.75s;
}

.hero_wrap .dot_3 {
  top: 75%;
  left: -8px;
  animation-delay: 1.5s;
}

.hero_wrap .dot_4 {
  top: 30%;
  right: -8px;
  animation-delay: 2.25s;
}

.hero_wrap .creative_line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  opacity: 0.5;
  animation: hero_line_extend 6s ease-in-out infinite;
}

.hero_wrap .line_1 {
  top: 25%;
  left: 0;
  width: 100%;
  animation-delay: 0s;
}

.hero_wrap .line_2 {
  bottom: 35%;
  left: 0;
  width: 100%;
  animation-delay: 3s;
}

.hero_wrap .hero_floating_badges {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.hero_wrap .badge_item {
  position: absolute;
  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;
  box-shadow: var(--shadow-md);
  border: 3px solid var(--surface-primary);
  animation: hero_badge_float_creative 5s ease-in-out infinite;
  transform-origin: center;
}

.hero_wrap .badge_item i {
  font-size: 36px;
  color: var(--button-primary-text);
}

.hero_wrap .badge_creative {
  top: 8%;
  left: 10%;
  animation-delay: 0s;
}

.hero_wrap .badge_tech {
  top: 15%;
  right: 12%;
  animation-delay: 1.25s;
}

.hero_wrap .badge_design {
  bottom: 12%;
  left: 8%;
  animation-delay: 2.5s;
}

.hero_wrap .badge_art {
  bottom: 20%;
  right: 15%;
  animation-delay: 3.75s;
}

.hero_wrap .hero_decorative_shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.hero_wrap .shape_element {
  position: absolute;
  opacity: 0.3;
  animation: hero_shape_dance 15s ease-in-out infinite;
}

.hero_wrap .shape_triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 80px solid var(--primary-300);
  top: 20%;
  left: 5%;
  animation-delay: 0s;
}

.hero_wrap .shape_circle {
  width: 120px;
  height: 120px;
  border: 6px solid var(--primary-500);
  border-radius: 50%;
  top: 60%;
  right: 8%;
  animation-delay: 3.75s;
}

.hero_wrap .shape_square {
  width: 90px;
  height: 90px;
  background: var(--primary-300);
  transform: rotate(45deg);
  bottom: 15%;
  left: 15%;
  animation-delay: 7.5s;
}

.hero_wrap .shape_polygon {
  width: 100px;
  height: 100px;
  background: var(--primary-300);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  top: 40%;
  right: 5%;
  animation-delay: 11.25s;
}

.hero_wrap .hero_icon_constellation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.hero_wrap .constellation_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  background: var(--surface-accent);
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  animation: hero_constellation_twinkle 4s ease-in-out infinite;
}

.hero_wrap .constellation_icon i {
  font-size: 24px;
  color: var(--primary-500);
}

.hero_wrap .icon_1 {
  top: 10%;
  left: 20%;
  animation-delay: 0s;
}

.hero_wrap .icon_2 {
  top: 25%;
  left: 8%;
  animation-delay: 0.66s;
}

.hero_wrap .icon_3 {
  top: 50%;
  right: 18%;
  animation-delay: 1.33s;
}

.hero_wrap .icon_4 {
  bottom: 25%;
  right: 8%;
  animation-delay: 2s;
}

.hero_wrap .icon_5 {
  bottom: 10%;
  right: 22%;
  animation-delay: 2.66s;
}

.hero_wrap .icon_6 {
  top: 70%;
  left: 12%;
  animation-delay: 3.33s;
}

@keyframes hero_gradient_shift {
  0%, 100% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(1.1);
  }
}

@keyframes hero_dot_pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.6;
  }
}

@keyframes hero_line_extend {
  0%, 100% {
    transform: scaleX(1);
    opacity: 0.5;
  }
  50% {
    transform: scaleX(0.7);
    opacity: 0.3;
  }
}

@keyframes hero_badge_float_creative {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

@keyframes hero_shape_dance {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.3;
  }
  25% {
    transform: translate(15px, -15px) rotate(90deg);
    opacity: 0.4;
  }
  50% {
    transform: translate(-10px, 20px) rotate(180deg);
    opacity: 0.5;
  }
  75% {
    transform: translate(20px, 10px) rotate(270deg);
    opacity: 0.4;
  }
}

@keyframes hero_constellation_twinkle {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
    box-shadow: var(--shadow-sm);
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
    box-shadow: 0 0 20px var(--primary-300);
  }
}

/* Accessibility - Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .hero_wrap .gradient_layer,
  .hero_wrap .hero_image_frame,
  .hero_wrap .creative_dot,
  .hero_wrap .creative_line,
  .hero_wrap .badge_item,
  .hero_wrap .shape_element,
  .hero_wrap .constellation_icon {
    animation: none;
  }
  
  .hero_wrap .hero_image_frame {
    transform: rotate(0deg);
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero_wrap .hero_title {
    font-size: var(--font-size-4xl);
  }
  
  .hero_wrap .hero_subtitle {
    font-size: var(--font-size-xl);
  }
  
  .hero_wrap .hero_description {
    font-size: var(--font-size-base);
    max-width: 100%;
  }
  
  .hero_wrap .order-lg-1 {
    order: 1;
    margin-bottom: var(--space-8);
  }
  
  .hero_wrap .order-lg-2 {
    order: 2;
  }
  
  .hero_wrap .badge_item {
    width: 70px;
    height: 70px;
  }
  
  .hero_wrap .badge_item i {
    font-size: 32px;
  }
  
  .hero_wrap .shape_element {
    display: none;
  }
  
  .hero_wrap .icon_5,
  .hero_wrap .icon_6 {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero_wrap {
    min-height: auto;
    padding: var(--space-12) 0;
  }
  
  .hero_wrap .hero_title {
    font-size: var(--font-size-3xl);
    margin-bottom: var(--space-4);
  }
  
  .hero_wrap .hero_subtitle {
    font-size: var(--font-size-lg);
    margin-bottom: var(--space-4);
  }
  
  .hero_wrap .hero_visual_section {
    padding: var(--space-2);
  }
  
  .hero_wrap .badge_item {
    width: 60px;
    height: 60px;
  }
  
  .hero_wrap .badge_item i {
    font-size: 28px;
  }
  
  .hero_wrap .badge_art {
    display: none;
  }
  
  .hero_wrap .icon_3,
  .hero_wrap .icon_4 {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero_wrap .hero_title {
    font-size: var(--font-size-2xl);
  }
  
  .hero_wrap .hero_subtitle {
    font-size: var(--font-size-base);
  }
  
  .hero_wrap .hero_content {
    padding: var(--space-4) 0;
  }
  
  .hero_wrap .badge_item {
    width: 52px;
    height: 52px;
  }
  
  .hero_wrap .badge_item i {
    font-size: 24px;
  }
  
  .hero_wrap .badge_design {
    display: none;
  }
  
  .hero_wrap .hero_creative_elements {
    display: none;
  }
  
  .hero_wrap .hero_icon_constellation {
    display: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .hero_wrap .hero_frame_border {
    border-width: 5px;
    border-color: var(--primary-500);
    opacity: 1;
  }
  
  .hero_wrap .gradient_layer {
    opacity: 0.4;
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}



.about-section-alt {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.about-section-alt .content-wrapper {
  padding-right: 2rem;
}

.about-section-alt #about-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.about-section-alt #about-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.about-section-alt #about-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

.about-section-alt .features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.about-section-alt .feature-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  transition: all 0.3s ease;
  border-left: 4px solid var(--primary-500);
}

.about-section-alt .feature-item:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.about-section-alt .feature-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: var(--primary-500);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
}

.about-section-alt .feature-content h4 {
  color: var(--text-primary);
  font-weight: 600;
}

.about-section-alt .feature-content p {
  color: var(--text-secondary);
  line-height: 1.6;
}

.about-section-alt .images-container {
  position: relative;
  height: 600px;
}

.about-section-alt .image-wrapper {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.about-section-alt .image-wrapper:hover {
  transform: scale(1.05);
  z-index: 10;
}

.about-section-alt .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-section-alt .main-image {
  top: 0;
  left: 0;
  width: 65%;
  height: 380px;
  z-index: 3;
}

.about-section-alt .secondary-image {
  bottom: 0;
  right: 0;
  width: 55%;
  height: 320px;
  z-index: 2;
}

.about-section-alt .accent-image {
  top: 40%;
  right: 10%;
  width: 180px;
  height: 180px;
  z-index: 4;
  border: 6px solid var(--surface-primary);
}

.about-section-alt .decorative-shape {
  position: absolute;
  z-index: -1;
}

.about-section-alt .shape-1 {
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--primary-500) 20%, transparent);
  border-radius: 50%;
  top: -30px;
  right: -30px;
}

.about-section-alt .shape-2 {
  width: 100px;
  height: 100px;
  background: color-mix(in srgb, var(--primary-300) 30%, transparent);
  border-radius: 50%;
  bottom: -20px;
  left: -20px;
}

@media (max-width: 991px) {
  .about-section-alt {
    padding: 60px 0;
  }
  
  .about-section-alt .content-wrapper {
    padding-right: 0;
  }
  
  .about-section-alt .images-container {
    height: 450px;
  }
  
  .about-section-alt .main-image {
    width: 70%;
    height: 280px;
  }
  
  .about-section-alt .secondary-image {
    width: 60%;
    height: 240px;
  }
  
  .about-section-alt .accent-image {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 767px) {
  .about-section-alt .features-grid {
    gap: 1.5rem;
  }
  
  .about-section-alt .feature-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  
  .about-section-alt .images-container {
    height: 350px;
    margin-top: 3rem;
  }
  
  .about-section-alt .main-image {
    width: 75%;
    height: 220px;
  }
  
  .about-section-alt .secondary-image {
    width: 65%;
    height: 180px;
  }
  
  .about-section-alt .accent-image {
    width: 120px;
    height: 120px;
  }
}





/* ============================================
   Features Section v-139 - Professional Blue
   ============================================ */

.features-style {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Section Header Styles */
.features-style .section-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.features-style .badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  animation: pulse-dot 2s ease-in-out infinite;
}

.features-style .badge-line {
  width: 40px;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
}

.features-style .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.features-style .section-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.features-style .section-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
}

/* Feature Card Styles */
.features-style .feature-card {
  position: relative;
  background: var(--surface-primary);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
  border-radius: 16px;
  padding: 2.5rem;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.features-style .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-style .feature-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.features-style .feature-card:hover::before {
  transform: scaleX(1);
}

/* Feature Icon Styles */
.features-style .feature-icon-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 1.5rem;
}

.features-style .icon-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    color-mix(in srgb, var(--primary-100) 70%, transparent)
  );
  border-radius: 16px;
  transition: all 0.4s ease;
}

.features-style .feature-card:hover .icon-background {
  transform: rotate(10deg) scale(1.1);
  background: linear-gradient(
    135deg,
    var(--primary-100),
    var(--primary-50)
  );
}

.features-style .feature-icon {
  position: relative;
  font-size: 2rem;
  color: var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.4s ease;
}

.features-style .feature-card:hover .feature-icon {
  transform: scale(1.15);
  color: var(--primary-700);
}

/* Feature Content */
.features-style .feature-content {
  position: relative;
  z-index: 1;
}

.features-style .feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.features-style .feature-card:hover .feature-title {
  color: var(--primary-700);
}

.features-style .feature-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

/* Feature Decoration */
.features-style .feature-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  pointer-events: none;
}

.features-style .decoration-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent),
    transparent 70%
  );
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease;
}

.features-style .feature-card:hover .decoration-circle {
  opacity: 1;
  transform: scale(1);
}

/* Background Shapes */
.features-style .background-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.features-style .shape-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.08;
  animation: float-blob 20s ease-in-out infinite;
}

.features-style .shape-blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  left: -100px;
  animation-delay: 0s;
}

.features-style .shape-blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-300);
  bottom: -150px;
  right: -80px;
  animation-delay: 5s;
}

.features-style .shape-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary-300),
    transparent
  );
  opacity: 0.3;
}

.features-style .shape-line-1 {
  width: 300px;
  top: 30%;
  right: 10%;
  transform: rotate(-15deg);
}

.features-style .shape-line-2 {
  width: 250px;
  bottom: 40%;
  left: 5%;
  transform: rotate(25deg);
}

/* Animations */
@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.6;
  }
}

@keyframes float-blob {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .features-style .section-title {
    font-size: 2rem;
  }

  .features-style .section-subtitle {
    font-size: 1.125rem;
  }

  .features-style .section-description {
    font-size: 1rem;
  }

  .features-style .feature-card {
    padding: 2rem;
  }

  .features-style .feature-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767.98px) {
  .features-style .section-title {
    font-size: 1.75rem;
  }

  .features-style .section-subtitle {
    font-size: 1rem;
  }

  .features-style .feature-card {
    padding: 1.75rem;
  }

  .features-style .feature-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .features-style .feature-icon {
    font-size: 1.75rem;
  }

  .features-style .feature-title {
    font-size: 1.25rem;
  }

  .features-style .shape-blob-1,
  .features-style .shape-blob-2 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 575.98px) {
  .features-style {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .features-style .section-title {
    font-size: 1.5rem;
  }

  .features-style .feature-card {
    padding: 1.5rem;
  }
}

/* ============================================
   Services Section v-124 - Professional Blue Theme
   ============================================ */

.services-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header Styles */
.section-header {
  max-width: 800px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}

.decorative-line-top {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  margin: 0 auto 30px;
  border-radius: 2px;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 25px;
  line-height: 1.3;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 30px;
}

.decorative-dots {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.decorative-dots .dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.decorative-dots .dot:nth-child(2) {
  width: 12px;
  height: 12px;
  opacity: 1;
}

/* Service Card Styles */
.service-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 40px;
  height: 100%;
  position: relative;
  border: 1px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-900) 5%, transparent);
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.service-card:hover::before {
  transform: scaleX(1);
}

/* Featured Card */
.featured-card {
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary)) 100%);
  border: 2px solid var(--primary-300);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}

.badge-icon {
  width: 36px;
  height: 36px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 16px;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 40%, transparent);
  animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Card Decoration */
.card-decoration {
  position: relative;
  margin-bottom: 30px;
}

.icon-wrapper {
  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;
  font-size: 36px;
  color: var(--light);
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent);
  transition: all 0.4s ease;
}

.service-card:hover .icon-wrapper {
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 40%, transparent);
}

.corner-accent {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background: color-mix(in srgb, var(--primary-300) 30%, transparent);
  border-radius: 10px;
  transform: rotate(45deg);
  z-index: 1;
}

/* Card Content */
.card-content {
  position: relative;
  z-index: 2;
}

.service-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.service-card:hover .service-name {
  color: var(--primary-700);
}

.service-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Features List */
.features-list {
  margin-bottom: 30px;
  padding: 20px;
  background: color-mix(in srgb, var(--neutral-50) 70%, var(--surface-primary));
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
}

.service-features {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Pricing Section */
.pricing-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid var(--neutral-100);
  position: relative;
}

.price-tag {
  display: flex;
  align-items: center;
}

.price-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.service-card:hover .price-value {
  color: var(--primary-500);
  transform: scale(1.05);
}

.decorative-badge {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  opacity: 0.3;
}

/* Section Footer */
.section-footer {
  margin-top: 80px;
  position: relative;
}

.decorative-line-bottom {
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-700), var(--primary-500));
  margin: 0 auto;
  border-radius: 2px;
}

.floating-shapes {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 300px;
  pointer-events: none;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.shape-1 {
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  left: 0;
  animation-delay: 0s;
}

.shape-2 {
  width: 40px;
  height: 40px;
  background: var(--primary-700);
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 1s;
}

.shape-3 {
  width: 50px;
  height: 50px;
  background: var(--primary-300);
  right: 0;
  animation-delay: 2s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .service-card {
    padding: 30px;
  }

  .icon-wrapper {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .services-section {
    padding: 60px 0;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .service-card {
    padding: 25px;
  }

  .icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }

  .service-name {
    font-size: 1.25rem;
  }

  .price-value {
    font-size: 1.125rem;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 1.5rem;
  }

  .features-list {
    padding: 15px;
  }

  .service-features {
    font-size: 0.9rem;
  }

  .pricing-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.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-secondary {
  padding: 120px 0;
  background: var(--light);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.team-section-secondary .section-header {
  margin-bottom: 5rem;
}

.team-section-secondary .section-title {
  font-size: 3rem;
  font-weight: 300;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.team-section-secondary .section-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.team-section-secondary .section-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
  font-weight: 300;
}

/* Team Minimal Layout */
.team-section-secondary .team-minimal-layout {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

/* Team Member */
.team-section-secondary .team-member-minimal {
  text-align: center;
}

/* Member Photo */
.team-section-secondary .member-photo-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.team-section-secondary .team-member-photo {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  transition: all 0.5s ease;
  border: 1px solid var(--neutral-100);
}

.team-section-secondary .team-member-minimal:hover .team-member-photo {
  border-color: var(--primary-500);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.team-section-secondary .photo-accent {
  position: absolute;
  width: 60px;
  height: 2px;
  background: var(--primary-500);
  bottom: 20%;
  right: -30px;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s ease;
}

.team-section-secondary .team-member-minimal:hover .photo-accent {
  opacity: 1;
  transform: translateX(0);
}

/* Member Text */
.team-section-secondary .member-text {
  padding: 0 1rem;
}

.team-section-secondary .member-name {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.team-section-secondary .member-role {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 300;
}

/* Decorative Elements */
.team-section-secondary .minimal-line {
  position: absolute;
  background: var(--neutral-300);
  opacity: 0.4;
  z-index: 0;
}

.team-section-secondary .line-top {
  height: 1px;
  left: 10%;
  right: 10%;
  top: 20%;
}

.team-section-secondary .line-bottom {
  height: 1px;
  left: 15%;
  right: 15%;
  bottom: 25%;
}

.team-section-secondary .minimal-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  opacity: 0.5;
  z-index: 0;
}

.team-section-secondary .dot-1 {
  top: 20%;
  left: 10%;
}

.team-section-secondary .dot-2 {
  bottom: 25%;
  right: 15%;
}

.team-section-secondary .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .team-section-secondary .team-minimal-layout {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 991px) {
  .team-section-secondary {
    padding: 100px 0;
  }

  .team-section-secondary .section-title {
    font-size: 2.5rem;
  }

  .team-section-secondary .section-subtitle {
    font-size: 1.125rem;
  }

  .team-section-secondary .section-description {
    font-size: 1rem;
  }

  .team-section-secondary .team-minimal-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .team-section-secondary .team-member-photo {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  .team-section-secondary {
    padding: 80px 0;
  }

  .team-section-secondary .section-header {
    margin-bottom: 3rem;
  }

  .team-section-secondary .section-title {
    font-size: 2rem;
  }

  .team-section-secondary .section-subtitle {
    font-size: 1rem;
  }

  .team-section-secondary .team-minimal-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .team-section-secondary .team-member-photo {
    max-width: 150px;
  }

  .team-section-secondary .member-name {
    font-size: 1rem;
  }

  .team-section-secondary .member-role {
    font-size: 0.875rem;
  }

  .team-section-secondary .photo-accent {
    display: none;
  }
}

@media (max-width: 575px) {
  .team-section-secondary .team-minimal-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .team-section-secondary .team-member-photo {
    max-width: 180px;
  }
}





/* Reviews section */
.reviews-section-modern {
  padding: 100px 0;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  position: relative;
  overflow: hidden;
}

/* Section Header */
.reviews-section-modern .section-header {
  margin-bottom: 60px;
}

.reviews-section-modern .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.reviews-section-modern .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.reviews-section-modern .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Review Cards */
.reviews-section-modern .review-card {
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  overflow: hidden;
}

.reviews-section-modern .review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.reviews-section-modern .review-card.featured-review {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
  );
  border-color: var(--primary-300);
  padding: 50px;
}

/* Quote Icon */
.reviews-section-modern .quote-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.reviews-section-modern .quote-icon i {
  font-size: 28px;
  color: var(--light);
}

.reviews-section-modern .quote-large {
  width: 80px;
  height: 80px;
}

.reviews-section-modern .quote-large i {
  font-size: 36px;
}

/* Review Content */
.reviews-section-modern .review-content {
  margin-bottom: 32px;
}

.reviews-section-modern .review-text {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--text-primary);
  margin: 0;
  font-style: italic;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid var(--primary-300);
}

.reviews-section-modern .featured-review .review-text {
  font-size: 1.1875rem;
  line-height: 1.9;
}

/* Review Author */
.reviews-section-modern .review-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.reviews-section-modern .author-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.reviews-section-modern .avatar-large {
  width: 70px;
  height: 70px;
}

.reviews-section-modern .avatar-initials {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--light);
  letter-spacing: 0.5px;
}

.reviews-section-modern .avatar-large .avatar-initials {
  font-size: 1.5rem;
}

.reviews-section-modern .author-info {
  flex: 1;
}

.reviews-section-modern .author-name {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.4;
}

.reviews-section-modern .featured-review .author-name {
  font-size: 1.1875rem;
}

/* Card Decoration */
.reviews-section-modern .card-decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%, 
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Featured Badge */
.reviews-section-modern .featured-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.reviews-section-modern .featured-badge i {
  font-size: 24px;
  color: var(--light);
}

/* Decorative Blobs */
.reviews-section-modern .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
  pointer-events: none;
}

.reviews-section-modern .blob-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  top: -200px;
  left: -200px;
  animation: float 20s ease-in-out infinite;
}

.reviews-section-modern .blob-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  bottom: -150px;
  right: -150px;
  animation: float 15s ease-in-out infinite reverse;
}

/* Decorative Circles */
.reviews-section-modern .decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary-300);
  opacity: 0.3;
  pointer-events: none;
}

.reviews-section-modern .circle-1 {
  width: 100px;
  height: 100px;
  top: 15%;
  right: 10%;
  animation: pulse 4s ease-in-out infinite;
}

.reviews-section-modern .circle-2 {
  width: 60px;
  height: 60px;
  bottom: 20%;
  left: 8%;
  animation: pulse 3s ease-in-out infinite 1s;
}

/* Decorative Line */
.reviews-section-modern .decorative-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-500) 50%, 
    transparent 100%
  );
  opacity: 0.3;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .reviews-section-modern {
    padding: 80px 0;
  }

  .reviews-section-modern .section-title {
    font-size: 2.25rem;
  }

  .reviews-section-modern .section-subtitle {
    font-size: 1.25rem;
  }

  .reviews-section-modern .review-card {
    padding: 32px;
  }

  .reviews-section-modern .review-card.featured-review {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .reviews-section-modern {
    padding: 60px 0;
  }

  .reviews-section-modern .section-header {
    margin-bottom: 40px;
  }

  .reviews-section-modern .section-title {
    font-size: 1.875rem;
  }

  .reviews-section-modern .section-subtitle {
    font-size: 1.125rem;
  }

  .reviews-section-modern .section-description {
    font-size: 1rem;
  }

  .reviews-section-modern .review-card {
    padding: 28px;
  }

  .reviews-section-modern .review-card.featured-review {
    padding: 32px;
  }

  .reviews-section-modern .quote-icon {
    width: 50px;
    height: 50px;
  }

  .reviews-section-modern .quote-icon i {
    font-size: 24px;
  }

  .reviews-section-modern .quote-large {
    width: 60px;
    height: 60px;
  }

  .reviews-section-modern .quote-large i {
    font-size: 28px;
  }

  .reviews-section-modern .review-text {
    font-size: 1rem;
  }

  .reviews-section-modern .featured-review .review-text {
    font-size: 1.0625rem;
  }

  .reviews-section-modern .author-name {
    font-size: 0.9375rem;
  }

  .reviews-section-modern .featured-review .author-name {
    font-size: 1rem;
  }

  .reviews-section-modern .featured-badge {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }

  .reviews-section-modern .featured-badge i {
    font-size: 20px;
  }

  .reviews-section-modern .blob-1,
  .reviews-section-modern .blob-2 {
    opacity: 0.2;
  }
}

@media (max-width: 575px) {
  .reviews-section-modern .review-card {
    padding: 24px;
  }

  .reviews-section-modern .review-card.featured-review {
    padding: 28px;
  }

  .reviews-section-modern .author-avatar {
    width: 48px;
    height: 48px;
  }

  .reviews-section-modern .avatar-large {
    width: 56px;
    height: 56px;
  }

  .reviews-section-modern .avatar-initials {
    font-size: 1.125rem;
  }

  .reviews-section-modern .avatar-large .avatar-initials {
    font-size: 1.25rem;
  }
}

.casestudy-section-special {
  padding: 80px 0;
  background: var(--surface-primary);
  position: relative;
}

.casestudy-section-special .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.casestudy-section-special .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.casestudy-section-special .section-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.casestudy-section-special .masonry-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.casestudy-section-special .masonry-item {
  grid-column: span 4;
}

.casestudy-section-special .masonry-item.tall {
  grid-column: span 5;
  grid-row: span 2;
}

.casestudy-section-special .masonry-item.wide {
  grid-column: span 7;
}

.casestudy-section-special .case-card {
  background: var(--light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.casestudy-section-special .case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.casestudy-section-special .card-visual-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
}

.casestudy-section-special .masonry-item.tall .card-visual-wrap {
  padding-bottom: 50%;
}

.casestudy-section-special .card-visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-500) 100%);
}

.casestudy-section-special .visual-icons {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  gap: 0.5rem;
}

.casestudy-section-special .visual-icons i {
  width: 45px;
  height: 45px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--primary-700);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.casestudy-section-special .card-body {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.casestudy-section-special .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.casestudy-section-special .card-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  flex: 1;
}

.casestudy-section-special .card-badges {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.casestudy-section-special .card-badges i {
  width: 42px;
  height: 42px;
  background: var(--primary-100);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.casestudy-section-special .card-badges i:hover {
  background: var(--primary-500);
  color: var(--light);
  transform: scale(1.15);
}

.casestudy-section-special .earth-decoration {
  position: absolute;
  font-size: 8rem;
  opacity: 0.03;
  z-index: 0;
}

.casestudy-section-special .dec-1 {
  top: 10%;
  right: 5%;
  color: var(--primary-500);
}

.casestudy-section-special .dec-2 {
  bottom: 15%;
  left: 3%;
  color: var(--primary-700);
}

@media (max-width: 991px) {
  .casestudy-section-special {
    padding: 60px 0;
  }

  .casestudy-section-special .section-title {
    font-size: 2rem;
  }

  .casestudy-section-special .masonry-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .casestudy-section-special .masonry-item,
  .casestudy-section-special .masonry-item.tall,
  .casestudy-section-special .masonry-item.wide {
    grid-column: span 6;
    grid-row: span 1;
  }
}

@media (max-width: 767px) {
  .casestudy-section-special {
    padding: 50px 0;
  }

  .casestudy-section-special .section-title {
    font-size: 1.75rem;
  }

  .casestudy-section-special .masonry-grid {
    gap: 1.5rem;
  }

  .casestudy-section-special .card-body {
    padding: 1.5rem;
  }

  .casestudy-section-special .card-title {
    font-size: 1.3rem;
  }
}


/* Process section */

.process_section_special {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(165deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-0) 100%);
  overflow: hidden;
}

/* Creative Background Elements */
.process_creative_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.bg_blob {
  position: absolute;
  border-radius: 50% 40% 60% 50%;
  filter: blur(40px);
  opacity: 0.2;
  animation: float 20s ease-in-out infinite;
}

.bg_blob.blob_1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: -100px;
  right: -150px;
  animation-delay: 0s;
}

.bg_blob.blob_2 {
  width: 400px;
  height: 400px;
  background: var(--primary-700);
  bottom: 10%;
  left: -100px;
  animation-delay: 7s;
}

.bg_blob.blob_3 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 14s;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 50% 40% 60% 50%;
  }
  25% {
    transform: translate(20px, -30px) rotate(5deg);
    border-radius: 60% 50% 40% 60%;
  }
  50% {
    transform: translate(-20px, 20px) rotate(-5deg);
    border-radius: 40% 60% 50% 40%;
  }
  75% {
    transform: translate(30px, 10px) rotate(3deg);
    border-radius: 55% 45% 55% 45%;
  }
}

/* Background Lines */
.bg_lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg_lines .line {
  position: absolute;
  background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
  height: 2px;
  opacity: 0.15;
}

.bg_lines .line_1 {
  width: 60%;
  top: 20%;
  left: -10%;
  transform: rotate(-15deg);
}

.bg_lines .line_2 {
  width: 50%;
  top: 50%;
  right: -10%;
  transform: rotate(10deg);
}

.bg_lines .line_3 {
  width: 55%;
  bottom: 25%;
  left: 10%;
  transform: rotate(-8deg);
}

/* Hero Section */
.process_hero_section {
  position: relative;
  text-align: center;
  padding: 3rem 2rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.hero_accent_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: 0 auto 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  animation: bounce 3s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.hero_accent_badge i {
  font-size: 2rem;
  color: var(--neutral-0);
}

.process_creative_title {
  font-size: 3.25rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-900));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.process_creative_subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}

.process_creative_description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--neutral-700);
  max-width: 720px;
  margin: 0 auto;
}

/* Creative Grid */
.process_creative_grid {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

/* Phase Cards */
.phase_card {
  position: relative;
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.phase_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.phase_card:hover::before {
  opacity: 0.05;
}

.phase_card:hover {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.15);
}

/* Phase Number Badge */
.phase_number_badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-900));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.phase_number_badge::before {
  content: attr(data-number);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--neutral-0);
}

/* Phase Icon Wrapper */
.phase_icon_wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
  z-index: 1;
  position: relative;
}

.phase_icon_wrapper i {
  font-size: 2.5rem;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.phase_card:hover .phase_icon_wrapper {
  background: linear-gradient(135deg, var(--primary-700), var(--primary-900));
  transform: scale(1.1) rotate(-10deg);
}

.phase_card:hover .phase_icon_wrapper i {
  color: var(--neutral-0);
  transform: scale(1.15);
}

/* Phase Content */
.phase_content {
  position: relative;
  z-index: 1;
}

.phase_title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.phase_description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--neutral-700);
  margin: 0;
}

/* Decorative Corner */
.phase_decorative_corner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-100), transparent);
  border-radius: 0 120px 0 0;
  opacity: 0.4;
  z-index: 0;
}

/* Card Variants */
.phase_card_large {
  border-left: 5px solid var(--primary-700);
}

.phase_card_accent {
  border-right: 5px solid var(--primary-700);
}

.phase_card_compact {
  border-top: 5px solid var(--primary-500);
}

.phase_card_wide {
  border-bottom: 5px solid var(--primary-900);
}

.phase_card_finale {
  border: 3px solid var(--primary-700);
  background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 100%);
}

.phase_glow_effect {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  opacity: 0.2;
  filter: blur(60px);
  z-index: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .process_section_special {
    padding: 90px 0;
  }

  .process_creative_title {
    font-size: 2.5rem;
  }

  .process_creative_grid {
    margin-top: 3rem;
  }

  .phase_card {
    padding: 2rem;
  }

  .phase_title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .process_section_special {
    padding: 70px 0;
  }

  .process_hero_section {
    padding: 2rem 1.5rem;
  }

  .process_creative_title {
    font-size: 2rem;
  }

  .process_creative_subtitle {
    font-size: 1.25rem;
  }

  .process_creative_description {
    font-size: 1rem;
  }

  .phase_card {
    padding: 1.75rem 1.5rem;
  }

  .phase_number_badge {
    width: 50px;
    height: 50px;
  }

  .phase_number_badge::before {
    font-size: 1.25rem;
  }

  .phase_icon_wrapper {
    width: 70px;
    height: 70px;
  }

  .phase_icon_wrapper i {
    font-size: 2rem;
  }

  .phase_title {
    font-size: 1.375rem;
  }

  .phase_description {
    font-size: 1rem;
  }

  .bg_blob.blob_1,
  .bg_blob.blob_2,
  .bg_blob.blob_3 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 575px) {
  .process_section_special {
    padding: 60px 0;
  }

  .process_creative_grid {
    margin-top: 2.5rem;
  }

  .phase_card {
    padding: 1.5rem 1.25rem;
  }

  .hero_accent_badge {
    width: 60px;
    height: 60px;
  }

  .hero_accent_badge i {
    font-size: 1.75rem;
  }
}


.timeline-section-minimal {
  position: relative;
  padding: 80px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.timeline-section-minimal .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.timeline-section-minimal .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.timeline-section-minimal .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Arrow Timeline Container */
.arrow-timeline {
  max-width: 1100px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Arrow Step */
.arrow-step {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

/* Step Container */
.step-container {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 35px;
  background: white;
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 2px 15px color-mix(in srgb, var(--neutral-900) 6%, transparent);
  transition: all 0.3s ease;
  flex: 1;
}

.step-container:hover {
  transform: translateX(10px);
  box-shadow: 0 4px 25px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-left-width: 6px;
}

/* Step Icon Box */
.step-icon-box {
  width: 60px;
  height: 60px;
  background: var(--primary-50);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.step-container:hover .step-icon-box {
  background: var(--primary-500);
  transform: scale(1.1);
}

.step-icon-box i {
  font-size: 1.75rem;
  color: var(--primary-700);
  transition: color 0.3s ease;
}

.step-container:hover .step-icon-box i {
  color: white;
}

/* Step Content */
.step-content {
  flex: 1;
  position: relative;
}

.step-number {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary-500);
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.step-content[data-number] .step-number::before {
  content: attr(data-number);
}

.step-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.step-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Arrow Connector */
.arrow-connector {
  width: 50px;
  height: 50px;
  background: var(--primary-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.arrow-connector i {
  font-size: 1.5rem;
  color: var(--primary-700);
  transition: transform 0.3s ease;
}

.arrow-step:hover .arrow-connector {
  background: var(--primary-500);
}

.arrow-step:hover .arrow-connector i {
  color: white;
  transform: translateX(5px);
}

.arrow-final {
  background: var(--primary-500);
}

.arrow-final i {
  color: white;
  animation: check-pulse 2s ease-in-out infinite;
}

@keyframes check-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

/* Minimal Background Lines */
.minimal-bg-line {
  position: absolute;
  background: linear-gradient(90deg, 
    transparent, 
    var(--primary-100), 
    transparent
  );
  opacity: 0.3;
  pointer-events: none;
}

.line-1 {
  width: 80%;
  height: 2px;
  top: 20%;
  left: 10%;
  transform: rotate(-3deg);
}

.line-2 {
  width: 70%;
  height: 2px;
  bottom: 15%;
  right: 10%;
  transform: rotate(2deg);
}

/* Responsive Design */
@media (max-width: 991px) {
  .arrow-step {
    flex-direction: column;
    gap: 20px;
  }

  .arrow-connector {
    transform: rotate(90deg);
  }

  .step-container:hover {
    transform: translateY(-5px);
  }

  .arrow-step:hover .arrow-connector i {
    transform: translateY(5px);
  }
}

@media (max-width: 767px) {
  .timeline-section-minimal {
    padding: 60px 0;
  }

  .timeline-section-minimal .section-title {
    font-size: 2rem;
  }

  .timeline-section-minimal .section-subtitle {
    font-size: 1.1rem;
  }

  .timeline-section-minimal .section-description {
    font-size: 1rem;
  }

  .step-container {
    padding: 25px;
    flex-direction: column;
    gap: 20px;
  }

  .step-icon-box {
    width: 50px;
    height: 50px;
  }

  .step-icon-box i {
    font-size: 1.5rem;
  }

  .step-title {
    font-size: 1.2rem;
  }

  .step-description {
    font-size: 0.95rem;
  }

  .arrow-connector {
    width: 40px;
    height: 40px;
  }

  .arrow-connector i {
    font-size: 1.25rem;
  }
}


.career-section-variant {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.career-section-variant .section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.career-section-variant .section-subtitle {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.career-section-variant .section-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
}

.career-section-variant .career-card {
  background: var(--light);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
  position: relative;
  overflow: hidden;
}

.career-section-variant .career-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: var(--primary-500);
}

.career-section-variant .career-card-header {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.career-section-variant .icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.career-section-variant .career-card:hover .icon-wrapper {
  background: var(--primary-500);
  transform: scale(1.05);
}

.career-section-variant .icon-wrapper i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.career-section-variant .career-card:hover .icon-wrapper i {
  color: var(--light);
}

.career-section-variant .career-info {
  flex: 1;
}

.career-section-variant .career-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.career-section-variant .career-role {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  color: var(--primary-700);
  border-radius: 20px;
  display: inline-block;
}

.career-section-variant .career-card-body {
  margin-top: 1rem;
}

.career-section-variant .career-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.career-section-variant .decorative-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.career-section-variant .career-card:hover .decorative-line {
  transform: scaleX(1);
}

/* Decorative Blobs */
.career-section-variant .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.career-section-variant .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
}

.career-section-variant .blob-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -80px;
  left: -80px;
}

.career-section-variant .container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .career-section-variant .career-card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .career-section-variant .career-info {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .career-section-variant .career-card {
    padding: 1.5rem;
  }
  
  .career-section-variant .icon-wrapper {
    width: 50px;
    height: 50px;
  }
  
  .career-section-variant .icon-wrapper i {
    font-size: 1.5rem;
  }
}





.coreinfo-section {
  position: relative;
  background: var(--surface-primary);
  color: var(--text-primary);
  overflow: hidden;
}

/* Industrial Header */
.industrial-header {
  position: relative;
}

.header-line {
  height: 2px;
  background: linear-gradient(90deg, 
    transparent, 
    var(--neutral-300) 20%, 
    var(--neutral-300) 80%, 
    transparent
  );
  margin: 1.5rem 0;
}

.industrial-header .display-5 {
  color: var(--primary-700);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}

.industrial-header h3 {
  color: var(--text-secondary);
  font-weight: 600;
  letter-spacing: 3px;
}

.industrial-header .lead {
  color: var(--text-secondary);
  line-height: 1.8;
  font-weight: 400;
}

/* Industrial Grid */
.industrial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .industrial-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-block {
  background: var(--surface-secondary);
  border: 2px solid var(--neutral-300);
  padding: 2rem;
  position: relative;
  transition: all 0.3s ease;
}

.grid-block:hover {
  border-color: var(--primary-500);
  box-shadow: 
    0 0 0 4px var(--primary-50),
    0 8px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--neutral-100);
}

.block-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-500);
  line-height: 1;
  font-family: 'Courier New', monospace;
}

.geometric-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-500);
  position: relative;
  transition: all 0.3s ease;
}

.grid-block:hover .geometric-icon {
  background: var(--primary-500);
  transform: rotate(45deg);
}

.geometric-icon i {
  font-size: 1.5rem;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.grid-block:hover .geometric-icon i {
  color: var(--light);
  transform: rotate(-45deg);
}

.block-body {
  position: relative;
  z-index: 2;
}

.block-title {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.block-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* Corner brackets */
.corner-bracket {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-500);
  opacity: 0;
  transition: all 0.3s ease;
}

.corner-bracket.top-left {
  top: 8px;
  left: 8px;
  border-right: none;
  border-bottom: none;
}

.corner-bracket.bottom-right {
  bottom: 8px;
  right: 8px;
  border-left: none;
  border-top: none;
}

.grid-block:hover .corner-bracket {
  opacity: 1;
}

.grid-block:hover .corner-bracket.top-left {
  top: 4px;
  left: 4px;
}

.grid-block:hover .corner-bracket.bottom-right {
  bottom: 4px;
  right: 4px;
}

/* Geometric patterns */
.geo-pattern {
  position: absolute;
  opacity: 0.03;
  z-index: 0;
  pointer-events: none;
}

.geo-pattern.pattern-1 {
  top: 10%;
  right: 5%;
  width: 200px;
  height: 200px;
  background-image: 
    repeating-linear-gradient(45deg, var(--primary-700) 0, var(--primary-700) 2px, transparent 2px, transparent 10px),
    repeating-linear-gradient(-45deg, var(--primary-700) 0, var(--primary-700) 2px, transparent 2px, transparent 10px);
}

.geo-pattern.pattern-2 {
  bottom: 15%;
  left: 5%;
  width: 250px;
  height: 250px;
  background-image: 
    linear-gradient(var(--primary-500) 2px, transparent 2px),
    linear-gradient(90deg, var(--primary-500) 2px, transparent 2px);
  background-size: 30px 30px;
}

.tech-lines {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    var(--neutral-300) 10%,
    var(--neutral-300) 20%,
    transparent 20%,
    transparent 30%,
    var(--neutral-300) 30%,
    var(--neutral-300) 35%,
    transparent 35%,
    transparent 65%,
    var(--neutral-300) 65%,
    var(--neutral-300) 70%,
    transparent 70%,
    transparent 80%,
    var(--neutral-300) 80%,
    var(--neutral-300) 90%,
    transparent
  );
  opacity: 0.3;
  z-index: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .industrial-header .display-5 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  .industrial-header h3 {
    letter-spacing: 2px;
  }

  .industrial-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .grid-block {
    padding: 1.5rem;
  }

  .block-number {
    font-size: 2rem;
  }

  .geo-pattern {
    width: 120px !important;
    height: 120px !important;
  }
}

@media (min-width: 1400px) {
  .industrial-grid {
    gap: 2.5rem;
  }

  .grid-block {
    padding: 2.5rem;
  }
}





/* ===================================
   Contact Section v-102
   Theme: professional-blue-01
   =================================== */

.contact-section-custom {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* ===================================
   Header Decorative Elements
   =================================== */

.decorative-dots-top {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 1rem;
}

.decorative-dots-top .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  animation: dotPulse 2s ease-in-out infinite;
}

.decorative-dots-top .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.decorative-dots-top .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

/* ===================================
   Typography
   =================================== */

#contact-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}

#contact-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#contact-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* ===================================
   Contact Form Wrapper
   =================================== */

.contact-form-wrapper {
  position: relative;
  background: var(--light);
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  transition: all 0.4s ease;
}

.contact-form-wrapper:hover {
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.12),
    0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

/* Form Decorative Corner */
.form-decorative-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, 
    var(--primary-500) 0%, 
    var(--primary-300) 100%);
  border-radius: 0 24px 0 100%;
  opacity: 0.1;
}

.form-decorative-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-300) 50%,
    var(--primary-500) 100%);
  border-radius: 0 0 24px 24px;
}

/* ===================================
   Form Elements
   =================================== */

.contact-form .form-control,
.contact-form .form-select {
  border: 2px solid var(--neutral-300);
  border-radius: 12px;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--surface-primary);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  background: var(--light);
}

.contact-form .form-floating > label {
  color: var(--text-secondary);
  padding-left: 1rem;
}

.contact-form .form-floating > .form-control:focus ~ label,
.contact-form .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: var(--primary-500);
}

/* Form Check */
.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--neutral-300);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.form-check-input:focus {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}

.form-check-label {
  color: var(--text-secondary);
  font-size: 0.9rem;
  cursor: pointer;
  user-select: none;
}

/* ===================================
   Submit Button - PROTECTED STYLES
   =================================== */

#site_submit_btn {
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 1rem 2rem !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3) !important;
  position: relative !important;
  overflow: hidden !important;
}

#site_submit_btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4) !important;
}

#site_submit_btn:active {
  transform: translateY(0) !important;
}

#site_submit_btn span {
  position: relative;
  z-index: 1;
}

#site_submit_btn i {
  transition: transform 0.3s ease;
}

#site_submit_btn:hover i {
  transform: translateX(4px);
}

/* ===================================
   Contact Info Wrapper
   =================================== */

.contact-info-wrapper {
  position: relative;
  padding: 2rem;
}

/* Info Card */
.info-card {
  position: relative;
  background: var(--light);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.info-card:hover {
  transform: translateX(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.info-card:hover .info-icon {
  transform: scale(1.1) rotate(5deg);
  background: var(--primary-500);
}

.info-card:hover .info-decoration {
  transform: scale(1.2);
  opacity: 0.3;
}

/* Info Icon */
.info-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Info Content */
.info-content {
  position: relative;
  z-index: 1;
}

.info-label {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.info-value {
  font-size: 1.125rem;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 1.6;
}

/* Info Decoration */
.info-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 100%);
  border-radius: 50%;
  opacity: 0.08;
  transition: all 0.4s ease;
}

/* ===================================
   Decorative Shapes in Info Section
   =================================== */

.decorative-shape-1 {
  position: absolute;
  top: 10%;
  right: -40px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.06;
  animation: float 8s ease-in-out infinite;
}

.decorative-shape-2 {
  position: absolute;
  bottom: 10%;
  left: -30px;
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, 
    var(--primary-500) 0%, 
    var(--primary-700) 100%);
  border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
  opacity: 0.06;
  animation: float 6s ease-in-out infinite reverse;
}

/* ===================================
   Bottom Decoration
   =================================== */

.bottom-decoration {
  position: relative;
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.decorative-line {
  height: 2px;
  width: 100px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-500) 50%, 
    transparent 100%);
}

.decorative-circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary-500);
  box-shadow: 0 0 20px var(--primary-300);
}

/* ===================================
   Background Decorative Elements
   =================================== */

.bg-decoration-1 {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%, 
    transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.bg-decoration-2 {
  position: absolute;
  bottom: -150px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%) 0%, 
    transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* ===================================
   Animations
   =================================== */

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* ===================================
   Responsive Design
   =================================== */

@media (max-width: 991.98px) {
  .contact-form-wrapper {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .contact-info-wrapper {
    padding: 1rem;
  }

  #contact-title {
    font-size: 2rem;
  }

  .info-card {
    padding: 1.5rem;
  }

  .decorative-shape-1,
  .decorative-shape-2 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .contact-section-custom {
    padding: 3rem 0;
  }

  .contact-form-wrapper {
    padding: 1.5rem;
    border-radius: 16px;
  }

  #contact-title {
    font-size: 1.75rem;
  }

  #contact-subtitle {
    font-size: 0.9rem;
  }

  .info-icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }

  .info-value {
    font-size: 1rem;
  }

  #site_submit_btn {
    padding: 0.875rem 1.5rem !important;
    font-size: 1rem !important;
  }
}

@media (max-width: 575.98px) {
  .contact-form-wrapper {
    padding: 1.25rem;
  }

  .info-card {
    padding: 1.25rem;
  }

  #contact-title {
    font-size: 1.5rem;
  }

  .bottom-decoration {
    margin-top: 3rem;
  }
}

/* Blog section */
.blog-section-classic {
  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 Styling */
.blog-section-classic .section-header-wrapper {
  position: relative;
  z-index: 2;
}

.blog-section-classic .decorative-dot-pattern {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  background-image: radial-gradient(
    circle,
    var(--primary-500) 2px,
    transparent 2px
  );
  background-size: 12px 12px;
  opacity: 0.4;
}

.blog-section-classic .section-title {
  color: var(--text-primary);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.blog-section-classic .title-underline {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 2px;
  margin: 1rem auto;
}

.blog-section-classic .section-subtitle {
  color: var(--text-secondary);
  font-weight: 600;
}

.blog-section-classic .section-description {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

.blog-section-classic .decorative-line-accent {
  width: 100px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary-300),
    transparent
  );
  margin-top: 1.5rem;
}

/* Blog Card Styling */
.blog-section-classic .blog-card {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-section-classic .blog-card:hover {
  transform: translateY(-8px);
}

.blog-section-classic .blog-card-inner {
  background: var(--surface-primary);
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.4s ease;
}

.blog-section-classic .blog-card:hover .blog-card-inner {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

/* Card Image Wrapper */
.blog-section-classic .card-img-wrapper {
  height: 220px;
  position: relative;
}

.blog-section-classic .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-section-classic .blog-card:hover .blog-image {
  transform: scale(1.08);
}

.blog-section-classic .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-section-classic .blog-card:hover .image-overlay {
  opacity: 1;
}

.blog-section-classic .card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.blog-section-classic .card-badge i {
  font-size: 1.1rem;
  color: var(--primary-500);
}

/* Card Body */
.blog-section-classic .card-body {
  background: var(--surface-primary);
}

.blog-section-classic .card-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.blog-section-classic .meta-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--text-secondary);
  font-size: 0.875rem;
}

.blog-section-classic .meta-icon i {
  color: var(--primary-500);
  font-size: 1rem;
}

.blog-section-classic .card-title {
  color: var(--text-primary);
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-section-classic .blog-card:hover .card-title {
  color: var(--primary-500);
}

.blog-section-classic .card-text {
  color: var(--text-secondary);
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Card Footer */
.blog-section-classic .card-footer-custom {
  border-color: color-mix(
    in srgb,
    var(--neutral-300) 50%,
    transparent 50%
  ) !important;
}

.blog-section-classic .read-more-link {
  color: var(--primary-500);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.blog-section-classic .read-more-link:hover {
  color: var(--primary-700);
  gap: 0.5rem;
}

.blog-section-classic .read-more-link i {
  transition: transform 0.3s ease;
}

.blog-section-classic .read-more-link:hover i {
  transform: translateX(4px);
}

/* Decorative Shapes */
.blog-section-classic .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.blog-section-classic .shape-circle {
  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%)
  );
}

.blog-section-classic .shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  opacity: 0.4;
}

.blog-section-classic .shape-2 {
  width: 200px;
  height: 200px;
  bottom: -80px;
  left: -60px;
  opacity: 0.3;
}

.blog-section-classic .shape-blob {
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: 10%;
  right: 5%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
    transparent 70%
  );
  border-radius: 50% 40% 60% 50%;
  opacity: 0.5;
  animation: blob-float 20s ease-in-out infinite;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .blog-section-classic .section-title {
    font-size: 2rem;
  }

  .blog-section-classic .card-img-wrapper {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .blog-section-classic .section-title {
    font-size: 1.75rem;
  }

  .blog-section-classic .section-description {
    font-size: 1rem;
  }

  .blog-section-classic .card-img-wrapper {
    height: 220px;
  }

  .blog-section-classic .card-meta {
    gap: 0.75rem;
  }

  .blog-section-classic .shape-1 {
    width: 200px;
    height: 200px;
  }

  .blog-section-classic .shape-blob {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 575.98px) {
  .blog-section-classic .section-title {
    font-size: 1.5rem;
  }

  .blog-section-classic .card-body {
    padding: 1.25rem !important;
  }

  .blog-section-classic .decorative-dot-pattern {
    width: 50px;
    height: 50px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .blog-section-classic .blog-card,
  .blog-section-classic .blog-image,
  .blog-section-classic .read-more-link i {
    transition: none;
  }

  .blog-section-classic .shape-blob {
    animation: none;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .blog-section-classic .blog-card-inner {
    border: 2px solid var(--neutral-700);
  }

  .blog-section-classic .card-title {
    font-weight: 700;
  }

  .blog-section-classic .read-more-link {
    text-decoration: underline;
  }
}

.faq-section-bold {
  padding: 100px 0;
  background: var(--light);
  position: relative;
}

/* Header Styles */
.faq-section-bold .decorative-line-accent {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  margin-bottom: 1.5rem;
  border-radius: 2px;
}

.faq-section-bold .display-5 {
  color: var(--text-primary);
}

.faq-section-bold .text-primary {
  color: var(--primary-500) !important;
}

.faq-section-bold .lead {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Header Decoration */
.faq-section-bold .header-decoration {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.faq-section-bold .header-decoration::before {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 2px solid var(--primary-300);
  opacity: 0.3;
  animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.faq-section-bold .header-decoration i {
  font-size: 5rem;
  color: var(--primary-500);
}

/* FAQ Cards */
.faq-section-bold .faq-card {
  border: 1px solid var(--neutral-100);
  border-radius: 12px;
  background: var(--surface-primary);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.faq-section-bold .faq-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.faq-section-bold .faq-card:hover .faq-accent-bar {
  width: 8px;
}

/* Accent Bar */
.faq-section-bold .faq-accent-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
  transition: width 0.3s ease;
}

.faq-section-bold .faq-card .card-body {
  padding: 2rem 2rem 2rem 2.5rem;
}

.faq-section-bold .faq-card h4 {
  color: var(--text-primary);
  font-size: 1.2rem;
}

.faq-section-bold .faq-card p {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 992px) {
  .faq-section-bold {
    padding: 70px 0;
  }

  .faq-section-bold .header-decoration {
    margin-top: 2rem;
    width: 150px;
    height: 150px;
  }

  .faq-section-bold .header-decoration i {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .faq-section-bold {
    padding: 50px 0;
  }

  .faq-section-bold .faq-card .card-body {
    padding: 1.5rem 1.5rem 1.5rem 2rem;
  }

  .faq-section-bold .faq-card h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem !important;
  }

  .faq-section-bold .header-decoration {
    width: 120px;
    height: 120px;
  }

  .faq-section-bold .header-decoration i {
    font-size: 3rem;
  }
}





.gallery-section-pro {
  position: relative;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary)) 100%);
  overflow: hidden;
}

.gallery-floating {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.floating-card {
  position: relative;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.floating-card.card-1 {
  transform: translateY(20px) rotate(-2deg);
}

.floating-card.card-2 {
  transform: translateY(-15px) rotate(1deg);
}

.floating-card.card-3 {
  transform: translateY(10px) rotate(-1deg);
}

.floating-card.card-4 {
  transform: translateY(-10px) rotate(2deg);
}

.floating-card.card-5 {
  transform: translateY(25px) rotate(-1deg);
}

.floating-card.card-6 {
  transform: translateY(-20px) rotate(1deg);
}

.card-inner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--light);
  padding: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
}

.card-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/5;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-shine {
  position: absolute;
  top: -100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, 
    transparent 30%, 
    rgba(255, 255, 255, 0.3) 50%, 
    transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.8s ease;
}

/* Corner decorations */
.card-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-500);
  opacity: 0;
  transition: all 0.4s ease;
}

.corner-tl {
  top: 8px;
  left: 8px;
  border-right: none;
  border-bottom: none;
  border-radius: 4px 0 0 0;
}

.corner-tr {
  top: 8px;
  right: 8px;
  border-left: none;
  border-bottom: none;
  border-radius: 0 4px 0 0;
}

.corner-bl {
  bottom: 8px;
  left: 8px;
  border-right: none;
  border-top: none;
  border-radius: 0 0 0 4px;
}

.corner-br {
  bottom: 8px;
  right: 8px;
  border-left: none;
  border-top: none;
  border-radius: 0 0 4px 0;
}

/* Hover effects */
.floating-card:hover {
  transform: translateY(-15px) rotate(0deg) scale(1.05);
  z-index: 10;
}

.floating-card:hover .card-inner {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  background: color-mix(in srgb, var(--primary-50) 50%, var(--light));
}

.floating-card:hover .card-image img {
  transform: scale(1.15);
}

.floating-card:hover .image-shine {
  transform: translateX(100%);
}

.floating-card:hover .card-corner {
  opacity: 1;
}

/* Decorative floating circles */
.floating-decoration {
  position: absolute;
  pointer-events: none;
  animation: float 8s ease-in-out infinite;
}

.deco-1 {
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}

.deco-2 {
  bottom: 20%;
  left: 5%;
  animation-delay: 2s;
}

.deco-3 {
  top: 50%;
  right: 5%;
  animation-delay: 4s;
}

.deco-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 40%, transparent),
    transparent);
  opacity: 0.4;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .gallery-floating {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
  
  .floating-card.card-1,
  .floating-card.card-2,
  .floating-card.card-3,
  .floating-card.card-4,
  .floating-card.card-5,
  .floating-card.card-6 {
    transform: translateY(0) rotate(0);
  }
}

@media (max-width: 575px) {
  .gallery-floating {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .card-image {
    aspect-ratio: 3/4;
  }
}


/* ================================================
   Footer v136 - Professional Blue Theme
   Background Image + Gradient Overlay
   ================================================ */

.footer-secondary {
  position: relative;
  padding: 80px 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('XYL_assets/XYL_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
}

.footer-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-700) 85%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 75%, transparent) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.footer-secondary .container {
  z-index: 2;
}

/* ========================================
   Footer Brand & Description
   ======================================== */

.footer-brand {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.footer-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Icons */
.footer-decorative-icons {
  display: flex;
  gap: 1rem;
}

.footer-decorative-icons i {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.footer-decorative-icons i:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

/* ========================================
   Footer Links Section
   ======================================== */

.footer-heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 0.75rem;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #ffffff;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 0.75rem;
}

.footer-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  padding: 0.25rem 0;
}

.footer-link i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
  padding-left: 0.5rem;
}

.footer-link:hover i {
  transform: translateX(3px);
}

/* ========================================
   Contact Information
   ======================================== */

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding: 0.5rem 0;
}

.contact-item i {
  font-size: 1.25rem;
  color: #ffffff;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.contact-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ========================================
   Disclaimer Block
   ======================================== */

.footer-disclaimer-block {
  background: color-mix(in srgb, var(--neutral-900) 30%, transparent);
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 3px solid #ffffff;
}

.disclaimer-icon-wrapper {
  margin-bottom: 1rem;
}

.disclaimer-icon-wrapper i {
  font-size: 2rem;
  color: #ffffff;
  opacity: 0.8;
}

.footer-disclaimer-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* ========================================
   Decorative Shapes
   ======================================== */

.footer-decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.shape-circle {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent);
  animation: float 20s infinite ease-in-out;
}

.shape-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}

.shape-2 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 10%;
  animation-delay: 5s;
}

.shape-blob {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: morph 15s infinite ease-in-out;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-30px) scale(1.1);
  }
}

@keyframes morph {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
}

/* ========================================
   Copyright Section
   ======================================== */

.footer-bottom {
  margin-top: 3rem;
}

.copyright-divider {
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  margin-bottom: 0;
}

.copyright-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  letter-spacing: 0.3px;
}

/* ========================================
   Responsive Design
   ======================================== */

@media (max-width: 991px) {
  .footer-secondary {
    padding: 60px 0 30px;
    background-attachment: scroll;
  }

  .footer-brand {
    font-size: 1.5rem;
  }

  .footer-heading {
    font-size: 1rem;
    margin-top: 2rem;
  }

  .footer-about .footer-heading {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .footer-secondary {
    padding: 50px 0 25px;
  }

  .footer-brand {
    font-size: 1.35rem;
  }

  .footer-description {
    font-size: 0.9rem;
  }

  .footer-decorative-icons {
    justify-content: flex-start;
    margin-top: 1.5rem;
  }

  .footer-heading {
    font-size: 0.95rem;
    margin-top: 2.5rem;
  }

  .contact-item {
    margin-bottom: 1rem;
  }

  .contact-text {
    font-size: 0.9rem;
  }

  .footer-disclaimer-block {
    margin-top: 2rem;
    padding: 1.25rem;
  }

  .footer-disclaimer-text {
    font-size: 0.85rem;
  }

  .copyright-text {
    font-size: 0.85rem;
  }

  .shape-1,
  .shape-2 {
    width: 100px;
    height: 100px;
  }

  .shape-blob {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 575px) {
  .footer-secondary {
    padding: 40px 0 20px;
  }

  .footer-brand {
    font-size: 1.25rem;
  }

  .footer-heading::after {
    width: 30px;
  }

  .footer-list li {
    margin-bottom: 0.6rem;
  }

  .footer-link {
    font-size: 0.9rem;
  }

  .contact-item i {
    font-size: 1.1rem;
  }

  .disclaimer-icon-wrapper i {
    font-size: 1.75rem;
  }

  .footer-bottom {
    margin-top: 2rem;
  }
}

/* Universal section */
/* Theme: modern-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Content */
.header-content {
  position: relative;
  z-index: 2;
}

.accent-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--primary-500);
  border-radius: 10px;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.accent-badge i {
  font-size: 1.25rem;
  color: var(--light);
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

/* Description Wrapper */
.description-wrapper {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
}

.section-description {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 0;
}

.description-decoration {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 80px;
  height: 80px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

/* Content Item Base */
.content-item {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.content-item:hover {
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  transform: translateY(-4px);
}

/* Featured Item - Large */
.featured-item {
  grid-column: span 7;
  background: linear-gradient(
    135deg,
    var(--surface-secondary),
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-secondary) 50%)
  );
}

.item-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--primary-500);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}

.item-badge i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Compact Items */
.compact-item {
  grid-column: span 5;
}

.compact-item:first-of-type {
  grid-column: span 5;
}

.compact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    color-mix(in srgb, var(--primary-100) 80%, var(--primary-50) 20%)
  );
  border-radius: 10px;
  margin-bottom: 1rem;
}

.compact-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Horizontal Items */
.horizontal-item {
  grid-column: span 6;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.horizontal-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  border-radius: 14px;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.horizontal-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

.horizontal-content {
  flex: 1;
}

/* Typography */
.item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.item-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Item Decorations */
.item-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.decoration-1 {
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
    transparent
  );
  bottom: -50px;
  right: -50px;
}

/* Background Elements */
.background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.25;
}

.shape-1 {
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
    transparent
  );
  top: 10%;
  right: 10%;
  animation: float-smooth 10s ease-in-out infinite;
}

.shape-2 {
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  bottom: 20%;
  left: 5%;
  animation: float-smooth 12s ease-in-out infinite 2s;
}

.shape-3 {
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 18%, transparent 82%),
    transparent
  );
  top: 50%;
  left: 50%;
  animation: float-smooth 8s ease-in-out infinite 4s;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--primary-50) 30%, transparent 70%)
  );
  opacity: 0.5;
}

@keyframes float-smooth {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(15px, -15px);
  }
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .featured-item,
  .compact-item,
  .horizontal-item {
    grid-column: span 12;
  }
  
  .description-wrapper {
    padding: 1.5rem;
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .content-grid {
    gap: 1rem;
  }
  
  .content-item {
    padding: 1.5rem;
  }
  
  .horizontal-item {
    flex-direction: column;
    gap: 1rem;
  }
  
  .description-wrapper {
    padding: 1.25rem;
  }
  
  .item-title {
    font-size: 1.125rem;
  }
}





/* Universal section */

.additional-universal-section.v-055 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-055 .section-header {
  position: relative;
  z-index: 2;
}

.v-055 .header-accent {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  margin: 0 auto 30px;
  border-radius: 2px;
}

.v-055 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-055 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-055 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Content Grid */
.v-055 .content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

.v-055 .grid-item {
  position: relative;
}

.v-055 .grid-item.item-1 {
  grid-column: span 6;
}

.v-055 .grid-item.item-2 {
  grid-column: span 6;
}

.v-055 .grid-item.item-3.featured {
  grid-column: span 12;
}

.v-055 .grid-item.item-4 {
  grid-column: span 6;
}

.v-055 .grid-item.item-5 {
  grid-column: span 6;
}

.v-055 .item-inner {
  height: 100%;
  background: var(--light);
  border-radius: 16px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.v-055 .item-inner:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

/* Icon Wrapper */
.v-055 .icon-wrapper {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.v-055 .icon-wrapper i {
  font-size: 28px;
  color: var(--light);
}

.v-055 .icon-wrapper.large {
  width: 80px;
  height: 80px;
}

.v-055 .icon-wrapper.large i {
  font-size: 36px;
}

/* Item Content */
.v-055 .item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-055 .item-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Item Styling */
.v-055 .grid-item.featured .item-inner {
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  padding: 50px;
}

.v-055 .grid-item.featured .item-title {
  color: var(--light);
  font-size: 2rem;
}

.v-055 .grid-item.featured .item-description {
  color: color-mix(in srgb, var(--light) 90%, transparent 10%);
  font-size: 1.125rem;
}

.v-055 .grid-item.featured .icon-wrapper {
  background: color-mix(in srgb, var(--light) 20%, transparent 80%);
  backdrop-filter: blur(10px);
}

/* Item Decorations */
.v-055 .item-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  border-radius: 50%;
  z-index: 0;
}

.v-055 .featured-decoration {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--light) 10%, transparent 90%);
  border-radius: 50%;
  z-index: 0;
}

/* Background Decorations */
.v-055 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-055 .deco-circle {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
}

.v-055 .deco-circle.circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -100px;
}

.v-055 .deco-circle.circle-2 {
  width: 250px;
  height: 250px;
  bottom: 15%;
  right: -80px;
}

.v-055 .deco-blob {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 400px;
  height: 400px;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent 92%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blob-float 20s ease-in-out infinite;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

.v-055 .deco-line {
  position: absolute;
  width: 2px;
  height: 150px;
  background: linear-gradient(to bottom, transparent, var(--primary-300), transparent);
  opacity: 0.3;
}

.v-055 .deco-line.line-1 {
  top: 20%;
  left: 15%;
}

.v-055 .deco-line.line-2 {
  bottom: 25%;
  right: 20%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-055 {
    padding: 80px 0;
  }

  .v-055 .section-title {
    font-size: 2rem;
  }

  .v-055 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-055 .content-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .v-055 .grid-item {
    grid-column: span 1 !important;
  }

  .v-055 .item-inner {
    padding: 30px;
  }

  .v-055 .grid-item.featured .item-inner {
    padding: 40px;
  }

  .v-055 .grid-item.featured .item-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .v-055 {
    padding: 60px 0;
  }

  .v-055 .section-title {
    font-size: 1.75rem;
  }

  .v-055 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-055 .section-description {
    font-size: 1rem;
  }

  .v-055 .item-inner {
    padding: 24px;
  }

  .v-055 .grid-item.featured .item-inner {
    padding: 32px;
  }

  .v-055 .icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .v-055 .icon-wrapper i {
    font-size: 24px;
  }

  .v-055 .icon-wrapper.large {
    width: 64px;
    height: 64px;
  }

  .v-055 .icon-wrapper.large i {
    font-size: 28px;
  }

  .v-055 .item-title {
    font-size: 1.25rem;
  }

  .v-055 .grid-item.featured .item-title {
    font-size: 1.5rem;
  }
}





/* Universal section */

.additional-universal-section.v-063 {
  padding: 100px 0;
  background: linear-gradient(180deg, 
    var(--surface-primary), 
    color-mix(in srgb, var(--primary-300) 3%, var(--surface-primary)));
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-063 .section-header {
  max-width: 800px;
  margin: 0 auto 80px;
}

.v-063 .header-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.v-063 .accent-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-500);
  animation: dotPulse 2s ease-in-out infinite;
}

.v-063 .accent-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
}

.v-063 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-063 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-063 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
}

/* Timeline Wrapper */
.v-063 .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.v-063 .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    transparent, 
    var(--primary-300) 10%, 
    var(--primary-300) 90%, 
    transparent);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Item */
.v-063 .timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.v-063 .timeline-item:last-child {
  margin-bottom: 0;
}

.v-063 .timeline-item:nth-child(odd) {
  flex-direction: row;
}

.v-063 .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* Timeline Marker */
.v-063 .timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.v-063 .marker-dot {
  width: 24px;
  height: 24px;
  background: white;
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, white);
}

.v-063 .marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  opacity: 0;
  animation: markerPulse 2s ease-out infinite;
}

/* Timeline Content */
.v-063 .timeline-content {
  width: calc(50% - 60px);
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-063 .timeline-content::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: var(--primary-300);
}

.v-063 .timeline-item:nth-child(odd) .timeline-content {
  margin-right: auto;
  text-align: right;
}

.v-063 .timeline-item:nth-child(odd) .timeline-content::before {
  right: -30px;
  transform: translateY(-50%);
}

.v-063 .timeline-item:nth-child(even) .timeline-content {
  margin-left: auto;
  text-align: left;
}

.v-063 .timeline-item:nth-child(even) .timeline-content::before {
  left: -30px;
  transform: translateY(-50%);
}

.v-063 .timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

/* Timeline Icon */
.v-063 .timeline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 15%, white),
    color-mix(in srgb, var(--primary-300) 10%, white));
  border-radius: 14px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.v-063 .timeline-icon i {
  font-size: 28px;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.v-063 .timeline-content:hover .timeline-icon {
  background: var(--primary-500);
}

.v-063 .timeline-content:hover .timeline-icon i {
  color: white;
  transform: scale(1.1) rotate(5deg);
}

/* Timeline Text */
.v-063 .timeline-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-063 .timeline-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Elements */
.v-063 .decorative-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.v-063 .deco-shape {
  position: absolute;
  opacity: 0.08;
}

.v-063 .shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent 60%);
  top: 5%;
  right: 5%;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morphShape 20s ease-in-out infinite;
}

.v-063 .shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-700), transparent 60%);
  bottom: 10%;
  left: 5%;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morphShape 25s ease-in-out infinite reverse;
}

.v-063 .shape-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-300), transparent 60%);
  top: 50%;
  right: 10%;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  animation: float 18s ease-in-out infinite;
}

/* Animations */
@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

@keyframes markerPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 30% 70% 60% 40% / 50% 50% 30% 70%;
    transform: rotate(270deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(20px, -20px);
  }
  66% {
    transform: translate(-15px, 15px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-063 {
    padding: 80px 0;
  }

  .v-063 .section-title {
    font-size: 2.25rem;
  }

  .v-063 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-063 .timeline-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-063 {
    padding: 60px 0;
  }

  .v-063 .section-title {
    font-size: 1.875rem;
  }

  .v-063 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-063 .section-header {
    margin-bottom: 60px;
  }

  /* Mobile Timeline */
  .v-063 .timeline-line {
    left: 30px;
  }

  .v-063 .timeline-item,
  .v-063 .timeline-item:nth-child(even) {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 70px;
  }

  .v-063 .timeline-marker {
    left: 30px;
    top: 20px;
    transform: translateX(-50%);
  }

  .v-063 .timeline-content,
  .v-063 .timeline-item:nth-child(odd) .timeline-content,
  .v-063 .timeline-item:nth-child(even) .timeline-content {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  .v-063 .timeline-content::before {
    display: none;
  }

  .v-063 .timeline-title {
    font-size: 1.25rem;
  }
}





.additional-universal-style {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Decorative Lines */
.additional-universal-style .decorative-line-top {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto 3rem;
  border-radius: 2px;
}

.additional-universal-style .decorative-line-bottom {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
  margin: 4rem auto 0;
  border-radius: 2px;
}

/* Section Header */
.additional-universal-style .section-header h1 {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-style .section-header h2 {
  color: var(--text-secondary);
  font-weight: 400;
}

.additional-universal-style .section-header p {
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
}

/* Content List */
.additional-universal-style .content-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Content Item */
.additional-universal-style .content-item {
  position: relative;
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
}

.additional-universal-style .content-item:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-left-color: var(--primary-700);
}

/* Icon Wrapper */
.additional-universal-style .item-icon-wrapper {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  color: var(--light);
  font-size: 1.75rem;
  transition: transform 0.3s ease;
}

.additional-universal-style .content-item:hover .item-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

/* Item Content */
.additional-universal-style .item-content {
  flex: 1;
}

.additional-universal-style .item-content h3 {
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.additional-universal-style .item-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Shapes */
.additional-universal-style .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}

.additional-universal-style .decorative-shape.shape-1 {
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  top: -20px;
  right: -20px;
}

.additional-universal-style .decorative-shape.shape-2 {
  width: 60px;
  height: 60px;
  background: var(--primary-700);
  bottom: -15px;
  right: 40px;
}

.additional-universal-style .decorative-shape.shape-3 {
  width: 70px;
  height: 70px;
  background: var(--primary-300);
  top: -10px;
  right: 60px;
}

.additional-universal-style .decorative-shape.shape-4 {
  width: 90px;
  height: 90px;
  background: var(--primary-500);
  bottom: -25px;
  right: -30px;
}

.additional-universal-style .decorative-shape.shape-5 {
  width: 75px;
  height: 75px;
  background: var(--primary-700);
  top: -15px;
  right: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-style .section-header h1 {
    font-size: 2rem;
  }

  .additional-universal-style .content-item {
    flex-direction: column;
    padding: 1.5rem;
  }

  .additional-universal-style .item-icon-wrapper {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .additional-universal-style .section-header h1 {
    font-size: 1.75rem;
  }

  .additional-universal-style .section-header h2 {
    font-size: 1.25rem;
  }

  .additional-universal-style .content-item {
    padding: 1.25rem;
  }

  .additional-universal-style .item-icon-wrapper {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .additional-universal-style .content-item:hover {
    transform: translateX(4px);
  }
}





/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Decorative Divider */
.decorative-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 60%, var(--primary-300) 40%)
  );
  border-radius: 2px;
}

/* Feature Cards */
.feature-card {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
  border-radius: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-color: color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.feature-card.featured {
  background: color-mix(in srgb, var(--primary-50) 80%, var(--surface-secondary) 20%);
  border-color: color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
}

/* Card Icon */
.card-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%)
  );
  border-radius: 12px;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
}

.card-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--light);
}

/* Card Content */
.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.card-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Card Decoration */
.card-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Background Shapes */
.background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  top: -100px;
  left: -100px;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
    transparent
  );
  bottom: 100px;
  right: -50px;
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
    transparent
  );
  top: 50%;
  left: 10%;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .feature-card {
    padding: 1.75rem;
  }
  
  .card-icon-wrapper {
    width: 56px;
    height: 56px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-header {
    margin-bottom: 2.5rem !important;
  }
  
  .feature-card {
    padding: 1.5rem;
  }
}





/* Universal section */
/* Theme: industrial-01*/

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.title-decoration {
  width: 60px;
  height: 3px;
  background: var(--primary-500);
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 700px;
}

/* Steps Grid */
.steps-grid {
  position: relative;
  z-index: 2;
}

/* Step Number Wrapper */
.step-number-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 75%, var(--primary-700) 25%)
  );
  border-radius: 50%;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  transition: all 0.3s ease;
}

.step-number span {
  font-size: 2rem;
  font-weight: 700;
  color: var(--light);
  line-height: 1;
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--surface-secondary);
  border: 2px solid var(--primary-500);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.step-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Hover Effect */
.row:hover .step-number {
  transform: scale(1.1);
  box-shadow: 0 6px 30px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.row:hover .step-icon {
  background: var(--primary-500);
  transform: translateY(-4px);
}

.row:hover .step-icon i {
  color: var(--light);
}

/* Step Content */
.step-content {
  position: relative;
  padding: 1.5rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  transition: all 0.3s ease;
}

.row:hover .step-content {
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 12%, transparent 88%);
}

.step-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.step-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Step Connector */
.step-connector {
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  transform: translateX(-50%);
  width: 2px;
  height: 2.5rem;
  background: linear-gradient(
    180deg,
    var(--primary-300),
    transparent
  );
}

/* Background Grid */
.background-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--neutral-300) 8%, transparent 92%) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--neutral-300) 8%, transparent 92%) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.5;
  z-index: 0;
}

/* Decorative Elements */
.decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.element {
  position: absolute;
  opacity: 0.2;
}

.element-1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
    transparent
  );
  border-radius: 50%;
  top: 10%;
  right: 5%;
  filter: blur(40px);
}

.element-2 {
  width: 250px;
  height: 250px;
  background: linear-gradient(
    225deg,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  border-radius: 50%;
  bottom: 15%;
  left: 5%;
  filter: blur(50px);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .step-number {
    width: 70px;
    height: 70px;
  }
  
  .step-number span {
    font-size: 1.75rem;
  }
  
  .step-icon {
    width: 44px;
    height: 44px;
  }
  
  .step-icon i {
    font-size: 1.125rem;
  }
  
  .step-content {
    padding: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .steps-grid .row {
    margin-bottom: 3rem !important;
  }
  
  .steps-grid .row:last-child {
    margin-bottom: 0 !important;
  }
  
  .step-number-wrapper {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1rem;
  }
  
  .step-number {
    width: 60px;
    height: 60px;
  }
  
  .step-number span {
    font-size: 1.5rem;
  }
  
  .step-icon {
    width: 40px;
    height: 40px;
  }
  
  .step-icon i {
    font-size: 1rem;
  }
  
  .step-content {
    padding: 1rem;
  }
  
  .step-title {
    font-size: 1.25rem;
  }
  
  .step-connector {
    display: none;
  }
}





/* Universal section */

.additional-universal-section.v-058 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(165deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-058 .section-header {
  position: relative;
  z-index: 2;
}

.v-058 .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.v-058 .header-decoration {
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, transparent, var(--primary-500));
}

.v-058 .header-decoration.left {
  background: linear-gradient(to left, var(--primary-500), transparent);
}

.v-058 .header-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.v-058 .header-icon i {
  font-size: 32px;
  color: var(--light);
}

.v-058 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-058 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-058 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Masonry Grid */
.v-058 .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 200px;
  gap: 24px;
  position: relative;
  z-index: 2;
}

/* Masonry Cards */
.v-058 .masonry-card {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 32px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-058 .masonry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

.v-058 .masonry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.v-058 .masonry-card:hover::before {
  transform: scaleX(1);
}

/* Card Sizes */
.v-058 .masonry-card.card-standard {
  grid-row: span 2;
}

.v-058 .masonry-card.card-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.v-058 .masonry-card.card-tall {
  grid-row: span 3;
}

/* Card Icon Box */
.v-058 .card-icon-box {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}

.v-058 .card-icon-box i {
  font-size: 28px;
  color: var(--light);
}

.v-058 .card-icon-box.large {
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
}

.v-058 .card-icon-box.large i {
  font-size: 36px;
}

/* Card Content */
.v-058 .card-content {
  position: relative;
  z-index: 2;
}

.v-058 .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
  line-height: 1.3;
}

.v-058 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Card */
.v-058 .masonry-card.featured {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  padding: 40px;
}

.v-058 .masonry-card.featured .card-title {
  color: var(--light);
  font-size: 1.75rem;
}

.v-058 .masonry-card.featured .card-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-058 .masonry-card.featured .card-icon-box {
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
}

.v-058 .masonry-card.featured::before {
  background: color-mix(in srgb, var(--light) 30%, transparent 70%);
  transform: scaleX(1);
}

.v-058 .featured-glow {
  position: absolute;
  bottom: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, color-mix(in srgb, var(--light) 20%, transparent 80%), transparent 60%);
  pointer-events: none;
}

/* Card Pattern */
.v-058 .card-pattern {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
  border-radius: 50%;
  pointer-events: none;
}

/* Background Decorations */
.v-058 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-058 .deco-organic {
  position: absolute;
  background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.v-058 .deco-organic.organic-1 {
  width: 400px;
  height: 400px;
  top: 5%;
  left: -150px;
  animation: organic-float 25s ease-in-out infinite;
}

.v-058 .deco-organic.organic-2 {
  width: 350px;
  height: 350px;
  bottom: 10%;
  right: -120px;
  animation: organic-float 30s ease-in-out infinite reverse;
}

@keyframes organic-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  33% {
    transform: translate(30px, -20px) rotate(120deg);
    border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  }
  66% {
    transform: translate(-20px, 30px) rotate(240deg);
    border-radius: 70% 30% 40% 60% / 30% 60% 40% 70%;
  }
}

.v-058 .deco-texture {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 200px;
  height: 200px;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 10px,
    color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 11px
  );
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-058 {
    padding: 80px 0;
  }

  .v-058 .section-title {
    font-size: 2.25rem;
  }

  .v-058 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-058 .masonry-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .v-058 .masonry-card {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    padding: 28px;
  }

  .v-058 .masonry-card.featured {
    padding: 36px;
  }
}

@media (max-width: 767px) {
  .v-058 {
    padding: 60px 0;
  }

  .v-058 .section-title {
    font-size: 1.875rem;
  }

  .v-058 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-058 .section-description {
    font-size: 1rem;
  }

  .v-058 .header-wrapper {
    gap: 15px;
  }

  .v-058 .header-decoration {
    width: 40px;
  }

  .v-058 .header-icon {
    width: 56px;
    height: 56px;
  }

  .v-058 .header-icon i {
    font-size: 24px;
  }

  .v-058 .masonry-card {
    padding: 24px;
  }

  .v-058 .masonry-card.featured {
    padding: 28px;
  }

  .v-058 .card-icon-box {
    width: 52px;
    height: 52px;
  }

  .v-058 .card-icon-box i {
    font-size: 24px;
  }

  .v-058 .card-icon-box.large {
    width: 64px;
    height: 64px;
  }

  .v-058 .card-icon-box.large i {
    font-size: 28px;
  }

  .v-058 .card-title {
    font-size: 1.25rem;
  }

  .v-058 .masonry-card.featured .card-title {
    font-size: 1.5rem;
  }
}





/* Universal section */
/* Theme: professional-blue-01 */

.add_wrap {
  padding: var(--section-py) 0;
  background: var(--neutral-50);
  position: relative;
}

/* Header Styles */
.add_header {
  margin-bottom: var(--space-8);
}

.add_title {
  font-family: var(--studio_section_title);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.add_subtitle {
  font-family: var(--top_body_large);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1.4;
}

.add_description {
  font-family: var(--bright_body_base);
  font-size: 1rem;
  color: var(--text-body);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Elements List */
.add_elements_list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.add_element {
  display: flex;
  gap: var(--space-4);
  align-items: flex-start;
  padding: var(--space-5);
  background: white;
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.add_element:hover {
  transform: translateX(8px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.add_elem_number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 50%;
}

.add_elem_content {
  flex: 1;
}

.add_elem_title {
  font-family: var(--top_body_large);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  line-height: 1.3;
}

.add_elem_desc {
  font-family: var(--bright_body_base);
  font-size: 0.9375rem;
  color: var(--text-body);
  margin: 0;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--space-8) 0;
  }
  
  .add_element {
    flex-direction: column;
    gap: var(--space-3);
    padding: var(--space-4);
  }
  
  .add_element:hover {
    transform: translateY(-4px);
  }
  
  .add_elem_number {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
  }
  
  .add_elem_title {
    font-size: 1.125rem;
  }
}








.additional-universal-clean {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-clean #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-clean #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-clean #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Features List */
.additional-universal-clean .features-list {
  position: relative;
  z-index: 2;
}

.additional-universal-clean .feature-row {
  position: relative;
  padding: 1.5rem;
  border-radius: 16px;
  background: var(--surface-secondary);
  transition: all 0.3s ease;
}

.additional-universal-clean .feature-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 16px 0 0 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.additional-universal-clean .feature-row:hover {
  transform: translateX(8px);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 10%, transparent);
}

.additional-universal-clean .feature-row:hover::before {
  opacity: 1;
}

/* Feature Icon */
.additional-universal-clean .feature-icon-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--primary-500);
  transition: all 0.4s ease;
  margin: 0 auto;
}

.additional-universal-clean .feature-row:hover .feature-icon-wrapper {
  background: var(--primary-500);
  color: white;
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

/* Feature Content */
.additional-universal-clean .feature-content h3 {
  color: var(--text-primary);
}

.additional-universal-clean .feature-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Nature Decorations */
.additional-universal-clean .nature-decoration {
  position: absolute;
  pointer-events: none;
  opacity: 0.06;
  color: var(--primary-500);
}

.additional-universal-clean .leaf-1 {
  top: 10%;
  right: 5%;
  font-size: 10rem;
  animation: float-nature-v082 8s ease-in-out infinite;
}

.additional-universal-clean .leaf-2 {
  bottom: 15%;
  left: 3%;
  font-size: 8rem;
  animation: float-nature-v082 10s ease-in-out infinite reverse;
}

.additional-universal-clean .wave-pattern {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--primary-500) 8%, transparent),
    transparent
  );
  border-radius: 50% 50% 0 0 / 20px 20px 0 0;
}

/* Animations */
@keyframes float-nature-v082 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-15px) rotate(3deg);
  }
  50% {
    transform: translateY(-25px) rotate(-3deg);
  }
  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-clean .feature-row {
    text-align: center;
  }

  .additional-universal-clean .feature-icon-wrapper {
    width: 80px;
    height: 80px;
    font-size: 2.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-clean .feature-row {
    padding: 1.25rem;
  }

  .additional-universal-clean .feature-row:hover {
    transform: translateX(4px);
  }
}

@media (max-width: 575.98px) {
  .additional-universal-clean #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-clean .feature-icon-wrapper {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }

  .additional-universal-clean .nature-decoration {
    opacity: 0.03;
  }
}








/* Live Chat FAQ Widget - Soft Pastel Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 295px !important;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%) !important;
    border-radius: 18px !important;
    box-shadow: 0 6px 24px rgba(252,182,159,0.25) !important;
    z-index: 999999 !important;
    color: #5d4037 !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: none !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(93,64,55,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 18px 18px 0 0 !important;
    background: rgba(255,255,255,0.3) !important;
    color: #5d4037 !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: #5d4037 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: rgba(255,255,255,0.5) !important;
    border: none !important;
    color: #5d4037 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 8px !important;
    transition: all 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.8) !important;
    color: #5d4037 !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: #5d4037 !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 20px 20px !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    background: rgba(255,255,255,0.4) !important;
    border-radius: 0 0 18px 18px !important;
    color: #5d4037 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    padding: 10px !important;
    background: rgba(255,255,255,0.6) !important;
    border-radius: 12px !important;
    border: none !important;
    color: #5d4037 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #5d4037 !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: #d84315 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #5d4037 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: #6d4c41 !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: #6d4c41 !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: #d84315 !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: #d84315 !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Default Style */
.website-google-maps-section {
    padding: 60px 0 !important;
    background: #f8f9fa !important;
    margin: 0 !important;
    border-top: 1px solid #e0e0e0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #666666 !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 400px !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}



/* CTA Section - Soft Pastel Style */
.website-cta-section {
    padding: 55px 0 !important;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%) !important;
    color: #5d4037 !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #5d4037 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 32px !important;
    color: #6d4c41 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: rgba(255,255,255,0.7) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(93,64,55,0.2) !important;
}

.website-cta-button:hover {
    background: rgba(255,255,255,0.9) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(93,64,55,0.3) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}



/* Security Badges - Bold Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 30px 0 !important;
    flex-wrap: wrap !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-top: none !important;
    border-bottom: none !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 18px !important;
    background: rgba(255,255,255,0.95) !important;
    border-radius: 25px !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
}

.website-security-badge:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25) !important;
    color: #333333 !important;
    text-decoration: none !important;
    background: white !important;
}

.website-security-badge-icon {
    font-size: 18px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 12px !important;
        padding: 25px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 10px 15px !important;
    }
}



/* Floating Decorative Icons - Pulse Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 22px !important;
    color: rgba(0,0,0,0.06) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationPulse 6s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 15% !important;
    right: 8% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 55% !important;
    right: 5% !important;
    animation-delay: 2s !important;
    font-size: 18px !important;
}

.website-floating-icon.variant-3 {
    top: 35% !important;
    left: 6% !important;
    animation-delay: 4s !important;
    font-size: 26px !important;
}

@keyframes websiteFloatAnimationPulse {
    0%, 100% {
        transform: scale(1) !important;
        opacity: 0.25 !important;
    }
    50% {
        transform: scale(1.15) !important;
        opacity: 0.55 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Team Social Links - 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 - Minimal Style */
.newsletter-section {
    margin: 25px 0;
    padding: 20px;
    text-align: center;
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
}

.newsletter-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    color: #333333 !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: #666666 !important;
    margin-bottom: 20px !important;
    line-height: 1.4 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 350px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1 !important;
    padding: 10px 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    outline: none !important;
    background: #ffffff !important;
    color: #333333 !important;
    transition: border-color 0.3s ease !important;
}

.newsletter-input:focus {
    border-color: #007bff !important;
}

.newsletter-input::placeholder {
    color: #999999 !important;
}

.newsletter-button {
    padding: 12px 18px !important;
    background: #333333 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    width: 100% !important;
}

.newsletter-button:hover {
    background: #555555 !important;
    color: #ffffff !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 15px !important;
    padding: 12px !important;
    background: #f8f9fa !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    color: #333333 !important;
    font-size: 13px !important;
    max-width: 350px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-form {
        max-width: 280px;
    }
}


/* Cookie Banner Styles */

/**
 * OptimizedCookieManager Styles
 * Уникальные классы с префиксом ocm- для избежания конфликтов
 * Все стили с !important для гарантированного применения
 */

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.ocm-banner {
    position: fixed !important;
    z-index: 999999 !important;
    max-width: 400px !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
}

.ocm-banner.ocm-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ ===== */
.ocm-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-position-bottom-center {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(100px) !important;
}

.ocm-position-bottom-center.ocm-show {
    transform: translateX(-50%) translateY(0) !important;
}

.ocm-position-top-right {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(-100px) !important;
}

.ocm-position-top-right.ocm-show {
    transform: translateY(0) !important;
}

/* ===== СОДЕРЖИМОЕ БАННЕРА ===== */
.ocm-banner-content,
.ocm-settings {
    padding: 24px !important;
}

.ocm-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.ocm-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.ocm-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #666666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.ocm-close:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.ocm-description {
    margin: 0 0 20px 0 !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

.ocm-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ocm-btn {
    padding: 12px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-family: inherit !important;
}

.ocm-btn-accept {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-accept:hover {
    background: #0056b3 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-reject {
    background: #6c757d !important;
    color: #ffffff !important;
}

.ocm-btn-reject:hover {
    background: #545b62 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-customize {
    background: transparent !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
}

.ocm-btn-customize:hover {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-save {
    background: #28a745 !important;
    color: #ffffff !important;
}

.ocm-btn-save:hover {
    background: #1e7e34 !important;
    transform: translateY(-1px) !important;
}

.ocm-back {
    background: none !important;
    border: none !important;
    color: #007bff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
}

.ocm-back:hover {
    background: #f8f9fa !important;
}

/* ===== НАСТРОЙКИ COOKIE ===== */
.ocm-category {
    margin-bottom: 20px !important;
    padding: 16px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
}

.ocm-category-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* === THEME: rounded-v003 === */
.ocm-theme-rounded-v003 {
    border-radius: 35px !important;
    background: #ffffff !important;
    border: 4px solid #dfe6e9 !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1) !important;
}

.ocm-theme-rounded-v003 .ocm-btn {
    border-radius: 30px !important;
    padding: 15px 30px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.ocm-theme-rounded-v003 .ocm-btn-accept {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%) !important;
}

.ocm-theme-rounded-v003 .ocm-btn-accept:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(9, 132, 227, 0.3) !important;
}

.ocm-theme-rounded-v003 .ocm-category {
    border-radius: 22px !important;
    background: #f8f9fa !important;
    border: 3px solid #e9ecef !important;
}

/* === TOGGLE STYLE 16 === */
.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%; }
}