:root {
  --primary-50: #f8fafc;
  --primary-50-rgb: 248, 250, 252;
  --primary-50-rgb: 248, 250, 252;
  --primary-100: #f1f5f9;
  --primary-100-rgb: 241, 245, 249;
  --primary-100-rgb: 241, 245, 249;
  --primary-300: #cbd5e1;
  --primary-300-rgb: 203, 213, 225;
  --primary-300-rgb: 203, 213, 225;
  --primary-500: #475569;
  --primary-500-rgb: 71, 85, 105;
  --primary-500-rgb: 71, 85, 105;
  --primary-700: #334155;
  --primary-700-rgb: 51, 65, 85;
  --primary-700-rgb: 51, 65, 85;
  --primary-200: #dee5ed;
  --primary-200-rgb: 222, 229, 237;
  --primary-200-rgb: 222, 229, 237;
  --primary-400: #8995a5;
  --primary-400-rgb: 137, 149, 165;
  --primary-400-rgb: 137, 149, 165;
  --primary-600: #3d4b5f;
  --primary-600-rgb: 61, 75, 95;
  --primary-600-rgb: 61, 75, 95;
  --primary-800: #293444;
  --primary-800-rgb: 41, 52, 68;
  --primary-800-rgb: 41, 52, 68;
  --primary-900: #232c3a;
  --primary-900-rgb: 35, 44, 58;
  --primary-900-rgb: 35, 44, 58;
  --primary-950: #191f29;
  --primary-950-rgb: 25, 31, 41;
  --primary-950-rgb: 25, 31, 41;
  --primary-rgb: 71, 85, 105;
  --neutral-50: #f8fafc;
  --neutral-50-rgb: 248, 250, 252;
  --neutral-50-rgb: 248, 250, 252;
  --neutral-100: #f1f5f9;
  --neutral-100-rgb: 241, 245, 249;
  --neutral-100-rgb: 241, 245, 249;
  --neutral-300: #cbd5e1;
  --neutral-300-rgb: 203, 213, 225;
  --neutral-300-rgb: 203, 213, 225;
  --neutral-500: #64748b;
  --neutral-500-rgb: 100, 116, 139;
  --neutral-500-rgb: 100, 116, 139;
  --neutral-700: #334155;
  --neutral-700-rgb: 51, 65, 85;
  --neutral-700-rgb: 51, 65, 85;
  --neutral-900: #232c3a;
  --neutral-900-rgb: 35, 44, 58;
  --neutral-900-rgb: 35, 44, 58;
  --neutral-200: #dee5ed;
  --neutral-200-rgb: 222, 229, 237;
  --neutral-200-rgb: 222, 229, 237;
  --neutral-400: #98a5b6;
  --neutral-400-rgb: 152, 165, 182;
  --neutral-400-rgb: 152, 165, 182;
  --neutral-600: #4c5b70;
  --neutral-600-rgb: 76, 91, 112;
  --neutral-600-rgb: 76, 91, 112;
  --neutral-800: #293444;
  --neutral-800-rgb: 41, 52, 68;
  --neutral-800-rgb: 41, 52, 68;
  --neutral-950: #191f29;
  --neutral-950-rgb: 25, 31, 41;
  --neutral-950-rgb: 25, 31, 41;
  --surface-primary: var(--neutral-50);
  --surface-secondary: var(--neutral-100);
  --surface-accent: #ffffff;
  --surface-accent-rgb: 255, 255, 255;
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-accent: var(--primary-500);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #000000;
  --button-primary-text-rgb: 0, 0, 0;
  --button-secondary-bg: var(--neutral-100);
  --button-secondary-text: var(--neutral-900);
  --border-light: var(--neutral-300);
  --border-medium: var(--neutral-500);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --accent-50: #fafbe5;
  --accent-50-rgb: 250, 251, 229;
  --accent-50-rgb: 250, 251, 229;
  --accent-100: #f5f7e3;
  --accent-100-rgb: 245, 247, 227;
  --accent-100-rgb: 245, 247, 227;
  --accent-200: #e8e9d8;
  --accent-200-rgb: 232, 233, 216;
  --accent-200-rgb: 232, 233, 216;
  --accent-300: #dbdbcd;
  --accent-300-rgb: 219, 219, 205;
  --accent-300-rgb: 219, 219, 205;
  --accent-400: #aca596;
  --accent-400-rgb: 172, 165, 150;
  --accent-400-rgb: 172, 165, 150;
  --accent-500: #7e6f60;
  --accent-500-rgb: 126, 111, 96;
  --accent-500-rgb: 126, 111, 96;
  --accent-600: #776656;
  --accent-600-rgb: 119, 102, 86;
  --accent-600-rgb: 119, 102, 86;
  --accent-700: #705e4d;
  --accent-700-rgb: 112, 94, 77;
  --accent-700-rgb: 112, 94, 77;
  --accent-800: #69523e;
  --accent-800-rgb: 105, 82, 62;
  --accent-800-rgb: 105, 82, 62;
  --accent-900: #654c35;
  --accent-900-rgb: 101, 76, 53;
  --accent-900-rgb: 101, 76, 53;
  --accent-950: #5e4125;
  --accent-950-rgb: 94, 65, 37;
  --accent-950-rgb: 94, 65, 37;
  --accent-rgb: 126, 111, 96;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --overlay-light-rgb: 255, 255, 255;
  --overlay-dark-rgb: 0, 0, 0;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
  --text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
  --text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
  --text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
  --text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
  --text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --leading-extra_loose: 2.5;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --text-body: var(--text-primary);
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-11: 2.75rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-36: 9rem;
  --space-40: 10rem;
  --space-44: 11rem;
  --space-48: 12rem;
  --space-52: 13rem;
  --space-56: 14rem;
  --space-60: 15rem;
  --space-64: 16rem;
  --space-72: 18rem;
  --space-80: 20rem;
  --space-96: 24rem;
  --space-px: 1px;
  --space-0.5: 0.125rem;
  --space-1.5: 0.375rem;
  --space-2.5: 0.625rem;
  --space-3.5: 0.875rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  --space-6xl: 16rem;
  --section-py: clamp(3rem, 5vw, 5rem);
  --section-y-mobile: 3rem;
  --section-y-tablet: 4rem;
  --section-y-desktop: 5rem;
  --section-y-hero: clamp(4rem, 10vw, 8rem);
  --section-x: clamp(1rem, 3vw, 2rem);
  --section-gap: clamp(1.5rem, 3vw, 2.5rem);
  --card-padding: 1.5rem;
  --card-gap: 1rem;
  --button-padding-x: 1.5rem;
  --button-padding-y: 0.75rem;
  --form-gap: 1rem;
}


/* ===== EFFECTS & ELEVATION (Theme-Independent) ===== */
:root {
  /* Shadows */
  --shadow-none: none;
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  
  /* Border Radius */
  --radius-none: 0;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --transition-all: all 0.3s ease;
  
  /* Opacity */
  --opacity-disabled: 0.5;
  --opacity-loading: 0.7;
  --opacity-overlay: 0.8;
}

/* ===== SECTION BASE STYLES ===== */
section {
  padding-top: var(--section-y-mobile);
  padding-bottom: var(--section-y-mobile);
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}

@media (min-width: 768px) {
  section {
    padding-top: var(--section-y-tablet);
    padding-bottom: var(--section-y-tablet);
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--section-y-desktop);
    padding-bottom: var(--section-y-desktop);
  }
}

/* Hero section special spacing */
section[id="hero"] {
  padding-top: var(--section-y-hero);
  padding-bottom: var(--section-y-hero);
}

/* ===== RESPONSIVE BEHAVIOR ===== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {
  :root {
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  :root {
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-xl: none;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    break-inside: avoid;
  }
}

/* ===== BASE STYLES - ADDITIVE TO BOOTSTRAP ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  overflow-x: hidden;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
*:focus {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
}


﻿/* ===== FONT FAMILY UTILITIES ===== */
.brand_font_primary {
  font-family: var(--font-primary);
}

.bright_font_secondary {
  font-family: var(--font-secondary);
}

.base_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.digital_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);
}

.creative_display_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-5xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.fresh_display_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

/* Heading Styles - For section titles and content hierarchy */
.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);
}

.app_heading_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.main_heading_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
}

.top_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);
}

.bold_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);
}

.company_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 */
.new_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);
}

.clean_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);
}

.elite_body_small {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Utility Text Styles */
.premium_caption {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-wide);
  color: var(--text-muted);
}

.design_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 */
.container_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);
}

.section_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 */
.pro_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);
}

.web_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);
}

.prime_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);
}

.dark_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 */
.minimal_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);
}

.business_card_text {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
}

/* Navigation Typography */
.agency_nav_link {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.agency_nav_link:hover,
.agency_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.smart_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 */
.style_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) {
  .pro_hero_title {
    font-size: var(--text-4xl);
  }
  
  .studio_section_title {
    font-size: var(--text-3xl);
  }
  
  .digital_display_1 {
    font-size: var(--text-5xl);
  }
  
  .creative_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .pro_hero_title {
    font-size: var(--text-3xl);
  }
  
  .studio_section_title {
    font-size: var(--text-2xl);
  }
  
  .digital_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 ===== */
.best_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;background-clip: text;
  display: inline-block;
}

.custom_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.layout_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.light_text_balance {
  text-wrap: balance;
}

.theme_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .agency_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .premium_caption,
  .design_overline,
  .style_footer_text {
    color: var(--text-secondary);
  }
  
  .web_hero_subtitle,
  .prime_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .pro_hero_title,
  .studio_section_title,
  .site_heading_1,
  .app_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .best_text_gradient {
    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 ===== */
.core_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ui_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modern_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.unique_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page_stack {
  display: flex;
  flex-direction: column;
}

.smart25_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main11_full_height {
  min-height: 100vh;
}

.ui25_section_height {
  min-height: 80vh;
}

.smart89_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.bold29_m_0 { margin: 0; }
.ui63_m_1 { margin: var(--space-1); }
.pro34_m_2 { margin: var(--space-2); }
.creative53_m_3 { margin: var(--space-3); }
.light42_m_4 { margin: var(--space-4); }
.base5_m_6 { margin: var(--space-6); }
.minimal90_m_8 { margin: var(--space-8); }
.creative23_m_12 { margin: var(--space-12); }
.prime70_m_16 { margin: var(--space-16); }

.web96_mx_auto { margin-left: auto; margin-right: auto; }
.company74_my_auto { margin-top: auto; margin-bottom: auto; }

.elite35_mt_0 { margin-top: 0; }
.dark70_mt_4 { margin-top: var(--space-4); }
.modern69_mt_8 { margin-top: var(--space-8); }
.page31_mt_12 { margin-top: var(--space-12); }

.app39_mb_0 { margin-bottom: 0; }
.unique99_mb_4 { margin-bottom: var(--space-4); }
.clean27_mb_8 { margin-bottom: var(--space-8); }
.studio29_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.best20_p_0 { padding: 0; }
.content23_p_1 { padding: var(--space-1); }
.app15_p_2 { padding: var(--space-2); }
.app79_p_3 { padding: var(--space-3); }
.studio50_p_4 { padding: var(--space-4); }
.light42_p_6 { padding: var(--space-6); }
.fresh0_p_8 { padding: var(--space-8); }

.web59_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.site36_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.dark98_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.pro23_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.prime14_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.style76_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.business43_gap_1 { gap: var(--space-1); }
.best73_gap_2 { gap: var(--space-2); }
.prime71_gap_3 { gap: var(--space-3); }
.ui68_gap_4 { gap: var(--space-4); }
.modern43_gap_6 { gap: var(--space-6); }
.page95_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.digital64_shadow_none { box-shadow: var(--shadow-none); }
.site55_shadow_xs { box-shadow: var(--shadow-xs); }
.style24_shadow_sm { box-shadow: var(--shadow-sm); }
.smart61_shadow_md { box-shadow: var(--shadow-md); }
.light26_shadow_lg { box-shadow: var(--shadow-lg); }
.creative42_shadow_xl { box-shadow: var(--shadow-xl); }
.design65_shadow_2xl { box-shadow: var(--shadow-2xl); }
.container30_shadow_inner { box-shadow: var(--shadow-inner); }
.custom7_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.prime27_radius_none { border-radius: var(--radius-none); }
.new97_radius_xs { border-radius: var(--radius-xs); }
.bold70_radius_sm { border-radius: var(--radius-sm); }
.agency14_radius_md { border-radius: var(--radius-md); }
.business19_radius_lg { border-radius: var(--radius-lg); }
.elite6_radius_xl { border-radius: var(--radius-xl); }
.new89_radius_2xl { border-radius: var(--radius-2xl); }
.prime59_radius_3xl { border-radius: var(--radius-3xl); }
.creative36_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.custom66_gradient_primary {
  background: var(--gradient-primary);
}

.layout30_gradient_secondary {
  background: var(--gradient-secondary);
}

.business60_gradient_hero {
  background: var(--gradient-hero);
}

.base37_gradient_card {
  background: var(--gradient-card);
}

.company23_gradient_overlay {
  position: relative;
}

.company23_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;
}

.company23_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.elite21_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.elite21_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.design70_hover_scale {
  transition: transform var(--transition-normal);
}

.design70_hover_scale:hover {
  transform: scale(1.02);
}

.layout29_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.layout29_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.unique91_hover_fade {
  transition: opacity var(--transition-normal);
}

.unique91_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.bright27_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.bright27_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.site98_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.digital52_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.prime54_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.new3_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.section21_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.pro19_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.creative22_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.bold19_timeline {
  position: relative;
}

.bold19_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.main7_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.main7_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.main7_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.prime38_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.minimal26_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;
  }
}

.dark15_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;
  }
}

.custom26_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 */
.smart81_transition_all {
  transition: var(--transition-all);
}

.section41_transition_fast {
  transition: all var(--transition-fast);
}

.digital31_transition_normal {
  transition: all var(--transition-normal);
}

.modern4_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.section28_bg_primary { background-color: var(--bg-primary); }
.light79_bg_secondary { background-color: var(--bg-secondary); }
.fresh24_bg_muted { background-color: var(--bg-muted); }
.clean5_bg_glass { background-color: var(--bg-glass); }

.smart11_text_primary { color: var(--text-primary); }
.design56_text_secondary { color: var(--text-secondary); }
.modern69_text_muted { color: var(--text-muted); }
.theme41_text_inverse { color: var(--text-inverse); }
.bright63_text_link { color: var(--text-link); }

.creative73_border_light { border-color: var(--border-light); }
.app28_border_medium { border-color: var(--border-medium); }
.premium69_border_strong { border-color: var(--border-strong); }
.company94_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .prime54_services_grid,
  .section21_features_grid,
  .new3_team_grid,
  .creative22_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .pro19_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .bold19_timeline::before {
    left: 30px;
  }
  
  .main7_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .ui25_section_height {
    min-height: 60vh;
  }
  
  .smart89_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .pro19_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .main7_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.dark51_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;
}

.container4_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.unique18_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);
}

.unique18_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .page25_no_print {
    display: none !important;
  }
  
  .brand62_print_only {
    display: block !important;
  }
  
  .site55_shadow_xs,
  .style24_shadow_sm,
  .smart61_shadow_md,
  .light26_shadow_lg,
  .creative42_shadow_xl,
  .design65_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .prime38_fade_in,
  .minimal26_slide_up,
  .dark15_slide_in_left,
  .custom26_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .elite21_hover_lift,
  .design70_hover_scale,
  .layout29_hover_shadow,
  .unique91_hover_fade,
  .smart81_transition_all,
  .section41_transition_fast,
  .digital31_transition_normal,
  .modern4_transition_slow {
    transition: none;
  }
}

/* ============================================
   Header v-229 - Professional Blue Theme
   ============================================ */

.header-style {
  background: var(--surface-primary);
  box-shadow: 0 2px 12px color-mix(in srgb, var(--neutral-900) 8%, transparent);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.3s ease;
}

.header-style .navbar {
  padding: 1rem 0;
  position: relative;
}

/* Brand Styling */
.header-style .navbar-brand {
  position: relative;
  z-index: 10003;
  transition: transform 0.3s ease;
}

.header-style .navbar-brand:hover {
  transform: translateY(-2px);
}

.header-style .brand-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}

.header-style .navbar-brand:hover .brand-text {
  color: var(--primary-500);
}

/* Custom Hamburger Toggle */
.header-style .menu-toggle-input {
  display: none;
}

.header-style .hamburger-toggle {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 10003;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  padding: 8px;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.header-style .hamburger-toggle:hover {
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
}

.header-style .hamburger-line {
  width: 24px;
  height: 2.5px;
  background: #334155;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

/* Hamburger Animation - Transform to X */
.header-style .menu-toggle-input:checked + .hamburger-toggle .hamburger-line:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}

.header-style .menu-toggle-input:checked + .hamburger-toggle .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-style .menu-toggle-input:checked + .hamburger-toggle .hamburger-line:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}

/* Navigation Styling - Desktop */
.header-style .navbar-nav {
  gap: 0.5rem;
  align-items: center;
}

.header-style .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.header-style .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 2px;
  background: var(--primary-500);
  transition: transform 0.3s ease;
}

.header-style .nav-link:hover {
  color: var(--primary-700);
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
}

.header-style .nav-link:hover::before {
  transform: translateX(-50%) scaleX(1);
}

/* Decorative Elements */
.header-style .header-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.15;
  z-index: 1;
}

.header-style .deco-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-300), transparent 70%);
}

.header-style .deco-circle-1 {
  width: 120px;
  height: 120px;
  top: -40px;
  right: -20px;
  animation: float-v229 6s ease-in-out infinite;
}

.header-style .deco-circle-2 {
  width: 80px;
  height: 80px;
  top: 20px;
  right: 80px;
  animation: float-v229 8s ease-in-out infinite reverse;
}

@keyframes float-v229 {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-15px) scale(1.05); }
}

/* Backdrop */
.header-style .menu-backdrop {
  display: none;
}

/* ============================================
   Mobile Responsive (max-width: 991.98px)
   ============================================ */
@media (max-width: 991.98px) {
  .header-style .hamburger-toggle {
    display: flex;
  }

  .header-style .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 85vw;
    height: 100vh;
    background: var(--surface-primary);
    box-shadow: -4px 0 24px color-mix(in srgb, var(--neutral-900) 15%, transparent);
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10;
    padding-top: 80px;
    overflow-y: auto;
  }

  .header-style .menu-toggle-input:checked ~ .navbar-collapse {
    right: 0;
  }

  /* Backdrop with Correct Z-Index */
  .header-style .menu-backdrop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: color-mix(in srgb, var(--neutral-900) 40%, transparent);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: -1;
  }

  .header-style .menu-toggle-input:checked ~ .navbar-collapse .menu-backdrop {
    opacity: 1;
    visibility: visible;
  }

  /* Navigation Items - Mobile */
  .header-style .navbar-nav {
    flex-direction: column;
    gap: 0;
    padding: 1rem;
    width: 100%;
  }

  .header-style .nav-item {
    width: 100%;
    opacity: 0;
    transform: translateX(30px);
    animation: none;
  }

  .header-style .menu-toggle-input:checked ~ .navbar-collapse .nav-item {
    animation: slideIn-v229 0.5s ease forwards;
  }

  .header-style .nav-item:nth-child(1) { animation-delay: 0.1s; }
  .header-style .nav-item:nth-child(2) { animation-delay: 0.2s; }
  .header-style .nav-item:nth-child(3) { animation-delay: 0.3s; }
  .header-style .nav-item:nth-child(4) { animation-delay: 0.4s; }

  @keyframes slideIn-v229 {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .header-style .nav-link {
    width: 100%;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    font-size: 1.125rem;
    text-align: left;
  }

  .header-style .nav-link::before {
    height: 3px;
    width: 90%;
  }

  /* Adjust Brand for Mobile */
  .header-style .brand-text {
    font-size: 1.25rem;
  }

  .header-style .header-decoration {
    display: none;
  }
}

/* Tablet Adjustments */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-style .navbar-collapse {
    width: 380px;
  }

  .header-style .nav-link {
    font-size: 1.2rem;
  }
}

/* Large Desktop */
@media (min-width: 1400px) {
  .header-style .container {
    max-width: 1320px;
  }

  .header-style .brand-text {
    font-size: 1.75rem;
  }

  .header-style .nav-link {
    font-size: 1.0625rem;
    padding: 0.75rem 1.5rem;
  }
}

/* Accessibility - Focus States */
.header-style .nav-link:focus-visible,
.header-style .navbar-brand:focus-visible,
.header-style .hamburger-toggle:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 4px;
  border-radius: 8px;
}

/* Smooth Scrolling Support */
@media (prefers-reduced-motion: reduce) {
  .header-style *,
  .header-style *::before,
  .header-style *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================
   Hero Section v-179 - Professional Blue Theme
   ============================================ */

.hero-pro {
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
  );
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Decorative Background Elements */
.hero-pro .decorative-blob-1 {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent 70%
  );
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: float 20s ease-in-out infinite;
  z-index: 0;
}

.hero-pro .decorative-blob-2 {
  position: absolute;
  bottom: -15%;
  left: -8%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    transparent 70%
  );
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: float 25s ease-in-out infinite reverse;
  z-index: 0;
}

.hero-pro .decorative-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--primary-300) 8%, transparent 92%) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--primary-300) 8%, transparent 92%) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.4;
  z-index: 0;
}

/* Content Styling */
.hero-pro .hero-content {
  position: relative;
  z-index: 2;
}

.hero-pro .badge-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-pro .decorative-dot {
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  box-shadow: 0 0 20px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
  animation: pulse 2s ease-in-out infinite;
}

.hero-pro .decorative-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-500), transparent);
}

.hero-pro .hero-title {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}

.hero-pro .hero-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.hero-pro .hero-description {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 540px;
}

/* Feature Icons Grid */
.hero-pro .feature-icons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 400px;
  margin-top: 3rem;
}

.hero-pro .icon-item {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--neutral-900) 5%, transparent 95%);
}

.hero-pro .icon-item:hover {
  transform: translateY(-8px) scale(1.05);
  background: linear-gradient(135deg, var(--primary-50), var(--surface-primary));
  border-color: var(--primary-500);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}

.hero-pro .icon-item i {
  font-size: 28px;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.hero-pro .icon-item:hover i {
  color: var(--primary-500);
  transform: scale(1.15);
}

/* Image Wrapper */
.hero-pro .hero-image-wrapper {
  position: relative;
  z-index: 2;
}

.hero-pro .hero-image-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 60px color-mix(in srgb, var(--neutral-900) 15%, transparent 85%),
    0 0 0 1px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-pro .hero-image-container:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 30px 80px color-mix(in srgb, var(--neutral-900) 20%, transparent 80%),
    0 0 0 1px var(--primary-500);
}

.hero-pro .hero-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.hero-pro .hero-image-container:hover .hero-image {
  transform: scale(1.05);
}

/* Decorative Shapes */
.hero-pro .decorative-shape {
  position: absolute;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  opacity: 0.15;
  border-radius: 50%;
  z-index: 1;
}

.hero-pro .shape-1 {
  width: 200px;
  height: 200px;
  top: -50px;
  right: -50px;
  animation: rotate 30s linear infinite;
}

.hero-pro .shape-2 {
  width: 150px;
  height: 150px;
  bottom: -40px;
  left: -40px;
  animation: rotate 25s linear infinite reverse;
}

.hero-pro .decorative-circle {
  position: absolute;
  border: 2px solid color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
}

.hero-pro .circle-1 {
  width: 120px;
  height: 120px;
  top: 20%;
  left: -30px;
  animation: pulse-border 3s ease-in-out infinite;
}

.hero-pro .circle-2 {
  width: 80px;
  height: 80px;
  bottom: 25%;
  right: -20px;
  animation: pulse-border 3s ease-in-out infinite 1.5s;
}

/* Floating Elements */
.hero-pro .floating-element {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--surface-primary);
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
  z-index: 3;
  animation: float-element 4s ease-in-out infinite;
}

.hero-pro .floating-element i {
  font-size: 24px;
  color: var(--primary-700);
}

.hero-pro .element-1 {
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}

.hero-pro .element-2 {
  bottom: 15%;
  left: 5%;
  animation-delay: 1.5s;
}

.hero-pro .element-3 {
  top: 50%;
  right: -20px;
  animation-delay: 3s;
}

/* Bottom Wave */
.hero-pro .bottom-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-50) 30%, transparent 70%) 100%
  );
  clip-path: polygon(0 40%, 100% 0%, 100% 100%, 0% 100%);
}

/* Animations */
@keyframes float {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(30px, -30px) rotate(5deg); }
  66% { transform: translate(-20px, 20px) rotate(-5deg); }
}

@keyframes float-element {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

@keyframes pulse {
  0%, 100% { 
    transform: scale(1); 
    opacity: 1; 
  }
  50% { 
    transform: scale(1.2); 
    opacity: 0.7; 
  }
}

@keyframes pulse-border {
  0%, 100% { 
    transform: scale(1); 
    opacity: 0.5; 
  }
  50% { 
    transform: scale(1.1); 
    opacity: 0.8; 
  }
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 991px) {
  .hero-pro .hero-image-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }

  .hero-pro .feature-icons-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-pro .floating-element {
    width: 50px;
    height: 50px;
  }

  .hero-pro .floating-element i {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .hero-pro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-pro .decorative-blob-1,
  .hero-pro .decorative-blob-2 {
    width: 300px;
    height: 300px;
  }

  .hero-pro .feature-icons-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .hero-pro .icon-item {
    width: 60px;
    height: 60px;
  }

  .hero-pro .icon-item i {
    font-size: 24px;
  }

  .hero-pro .hero-description {
    font-size: 1rem;
  }

  .hero-pro .decorative-shape {
    display: none;
  }

  .hero-pro .floating-element {
    display: none;
  }
}

@media (max-width: 575px) {
  .hero-pro .feature-icons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 200px;
  }

  .hero-pro .icon-item {
    width: 70px;
    height: 70px;
  }
}

/* =================================
   About Section v-245 - Professional Blue
   ================================= */

.about-section-modern {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Background Decorations */
.about-section-modern .bg-decoration {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.about-section-modern .decoration-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
}

.about-section-modern .decoration-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: -80px;
  right: -80px;
}

/* Content Wrapper */
.about-section-modern .about-content-wrapper {
  position: relative;
  z-index: 1;
}

/* Decorative Badge */
.about-section-modern .decorative-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 12px;
  border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.about-section-modern .decorative-badge i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

/* Typography */
.about-section-modern .about-main-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.about-section-modern .about-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.about-section-modern .about-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Features Grid */
.about-section-modern .features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .about-section-modern .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Feature Card */
.about-section-modern .feature-card {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  border: 1px solid var(--neutral-100);
  transition: all 0.3s ease;
}

.about-section-modern .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
  border-color: var(--primary-300);
}

/* Feature Icon */
.about-section-modern .feature-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.about-section-modern .feature-card:hover .feature-icon {
  background: var(--primary-500);
  transform: scale(1.1);
}

.about-section-modern .feature-icon i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.about-section-modern .feature-card:hover .feature-icon i {
  color: var(--light);
}

/* Feature Content */
.about-section-modern .feature-content {
  flex: 1;
}

.about-section-modern .feature-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.about-section-modern .feature-desc {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Images Composition */
.about-section-modern .images-composition {
  position: relative;
  height: 100%;
  min-height: 500px;
}

/* Decorative Shape Background */
.about-section-modern .decorative-shape-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
  border-radius: 50% 50% 30% 50%;
  z-index: 0;
}

/* Main Image */
.about-section-modern .main-image-wrapper {
  position: relative;
  width: 70%;
  margin-left: auto;
  margin-top: 2rem;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(var(--black-rgb), 0.15);
}

.about-section-modern .main-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.about-section-modern .main-image-wrapper:hover .main-image {
  transform: scale(1.05);
}

.about-section-modern .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 20%, transparent),
    transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.about-section-modern .main-image-wrapper:hover .image-overlay {
  opacity: 1;
}

/* Secondary Image */
.about-section-modern .secondary-image-wrapper {
  position: absolute;
  top: 15%;
  left: 0;
  width: 45%;
  z-index: 3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
}

.about-section-modern .secondary-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.about-section-modern .secondary-image-wrapper:hover .secondary-image {
  transform: scale(1.08);
}

.about-section-modern .accent-border {
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 3px solid var(--primary-500);
  border-radius: 14px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.about-section-modern .secondary-image-wrapper:hover .accent-border {
  opacity: 1;
}

/* Tertiary Image */
.about-section-modern .tertiary-image-wrapper {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 38%;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(var(--black-rgb), 0.1);
  border: 4px solid var(--surface-primary);
}

.about-section-modern .tertiary-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.about-section-modern .tertiary-image-wrapper:hover .tertiary-image {
  transform: scale(1.1);
  filter: brightness(1.1);
}

/* Floating Icons */
.about-section-modern .floating-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-500);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(var(--black-rgb), 0.15);
  z-index: 4;
  animation: float 3s ease-in-out infinite;
}

.about-section-modern .floating-icon i {
  font-size: 1.3rem;
  color: var(--light);
}

.about-section-modern .icon-1 {
  top: 5%;
  right: 10%;
  animation-delay: 0s;
}

.about-section-modern .icon-2 {
  bottom: 5%;
  left: 8%;
  animation-delay: 1.5s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Decorative Dots */
.about-section-modern .decorative-dots {
  position: absolute;
  bottom: 20%;
  left: 15%;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(
    circle,
    var(--primary-300) 2px,
    transparent 2px
  );
  background-size: 15px 15px;
  opacity: 0.4;
  z-index: 0;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .about-section-modern .images-composition {
    min-height: 450px;
    margin-top: 3rem;
  }
  
  .about-section-modern .main-image-wrapper {
    width: 75%;
  }
  
  .about-section-modern .secondary-image-wrapper {
    width: 50%;
  }
  
  .about-section-modern .tertiary-image-wrapper {
    width: 42%;
  }
}

@media (max-width: 767px) {
  .about-section-modern .images-composition {
    min-height: 400px;
  }
  
  .about-section-modern .main-image-wrapper {
    width: 80%;
    margin-top: 1rem;
  }
  
  .about-section-modern .secondary-image-wrapper {
    width: 55%;
  }
  
  .about-section-modern .tertiary-image-wrapper {
    width: 45%;
  }
  
  .about-section-modern .floating-icon {
    width: 40px;
    height: 40px;
  }
  
  .about-section-modern .floating-icon i {
    font-size: 1.1rem;
  }
  
  .about-section-modern .feature-card {
    padding: 1.25rem;
  }
}

@media (max-width: 575px) {
  .about-section-modern .images-composition {
    min-height: 350px;
  }
  
  .about-section-modern .decorative-dots {
    width: 60px;
    height: 60px;
  }
}

/* Services section */
.services-section-modern {
  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 */
.services-section-modern .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.services-section-modern .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  letter-spacing: -0.01em;
}

.services-section-modern .section-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
}

/* Decorative Blobs */
.services-section-modern .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.services-section-modern .blob-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: -100px;
  right: -100px;
  animation: float-blob 20s infinite ease-in-out;
}

.services-section-modern .blob-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  bottom: -80px;
  left: -80px;
  animation: float-blob 25s infinite ease-in-out reverse;
}

@keyframes float-blob {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

/* Service Card */
.services-section-modern .service-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
  overflow: hidden;
  z-index: 1;
}

.services-section-modern .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-section-modern .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
  border-color: var(--primary-300);
}

.services-section-modern .service-card:hover::before {
  transform: scaleX(1);
}

/* Service Card Accent */
.services-section-modern .service-card-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at bottom right, 
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%), 
    transparent 70%);
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.services-section-modern .service-card:hover .service-card-accent {
  opacity: 0.6;
}

/* Service Icon */
.services-section-modern .service-icon-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 15%, var(--surface-primary) 85%), 
    color-mix(in srgb, var(--primary-300) 10%, var(--surface-primary) 90%));
  border-radius: 20px;
  margin-bottom: 1.5rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-section-modern .service-card:hover .service-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 25%, var(--surface-primary) 75%), 
    color-mix(in srgb, var(--primary-300) 20%, var(--surface-primary) 80%));
}

.services-section-modern .service-icon {
  font-size: 2rem;
  color: var(--primary-700);
  transition: color 0.3s ease;
}

.services-section-modern .service-card:hover .service-icon {
  color: var(--primary-500);
}

/* Service Content */
.services-section-modern .service-content {
  position: relative;
  z-index: 1;
}

.services-section-modern .service-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
  transition: color 0.3s ease;
}

.services-section-modern .service-card:hover .service-name {
  color: var(--primary-700);
}

.services-section-modern .service-description {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-secondary);
}

.services-section-modern .service-features {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--text-secondary);
  padding-left: 1rem;
  border-left: 3px solid var(--primary-300);
  background: color-mix(in srgb, var(--primary-50) 30%, transparent 70%);
  padding: 1rem;
  border-radius: 8px;
}

/* Service Price */
.services-section-modern .service-price-wrapper {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
}

.services-section-modern .price-label {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 500;
}

.services-section-modern .service-price {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary-700);
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Decorative Icons Grid */
.services-section-modern .decorative-icons-grid {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 3rem;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.services-section-modern .icon-float {
  font-size: 3rem;
  color: var(--primary-500);
  animation: float-icon 3s infinite ease-in-out;
  animation-delay: var(--delay);
}

@keyframes float-icon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .services-section-modern .section-title {
    font-size: 2rem;
  }

  .services-section-modern .section-subtitle {
    font-size: 1.25rem;
  }

  .services-section-modern .decorative-icons-grid {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .services-section-modern .section-title {
    font-size: 1.75rem;
  }

  .services-section-modern .section-subtitle {
    font-size: 1.125rem;
  }

  .services-section-modern .section-description {
    font-size: 1rem;
  }

  .services-section-modern .service-card {
    padding: 1.5rem;
  }

  .services-section-modern .service-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .services-section-modern .service-icon {
    font-size: 1.75rem;
  }

  .services-section-modern .service-name {
    font-size: 1.25rem;
  }

  .services-section-modern .service-price {
    font-size: 1.5rem;
  }

  .services-section-modern .blob-1,
  .services-section-modern .blob-2 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 575.98px) {
  .services-section-modern .service-features {
    padding: 0.75rem;
    font-size: 0.875rem;
  }
}

/* ===================================
   Team Section v-145 - Professional Blue
   =================================== */

.team-section-featured {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.team-section-featured .section-header {
  position: relative;
  z-index: 2;
}

.team-section-featured .decorative-line-top {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto 24px;
  border-radius: 2px;
}

.team-section-featured .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.team-section-featured .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.team-section-featured .section-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Team Card */
.team-section-featured .team-card {
  background: var(--surface-secondary);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.04);
  height: 100%;
  position: relative;
}

.team-section-featured .team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.12);
}

/* Team Image */
.team-section-featured .team-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  overflow: hidden;
  background: color-mix(in srgb, var(--primary-50) 50%, var(--neutral-100) 50%);
}

.team-section-featured .team-member-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-section-featured .team-card:hover .team-member-photo {
  transform: scale(1.08);
}

/* Team Overlay */
.team-section-featured .team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(var(--black-rgb), 0.2) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.team-section-featured .team-card:hover .team-overlay {
  opacity: 1;
}

/* Team Info */
.team-section-featured .team-info {
  padding: 28px 24px;
  text-align: center;
  position: relative;
}

.team-section-featured .member-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.team-section-featured .team-card:hover .member-name {
  color: var(--primary-500);
}

.team-section-featured .member-role {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  margin-bottom: 16px;
  line-height: 1.5;
}

.team-section-featured .decorative-accent {
  width: 40px;
  height: 3px;
  background: var(--primary-500);
  margin: 0 auto;
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.team-section-featured .team-card:hover .decorative-accent {
  transform: scaleX(1);
}

/* Decorative Card */
.team-section-featured .decorative-card {
  background: linear-gradient(135deg, var(--primary-50), color-mix(in srgb, var(--primary-100) 70%, var(--primary-300) 30%));
  border: 2px dashed color-mix(in srgb, var(--primary-300) 50%, var(--primary-500) 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.team-section-featured .join-team-content {
  text-align: center;
  position: relative;
}

.team-section-featured .icon-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
}

.team-section-featured .icon-wrapper i {
  font-size: 3rem;
  color: var(--primary-500);
}

.team-section-featured .decorative-dots {
  margin-top: 24px;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.team-section-featured .decorative-dots::before,
.team-section-featured .decorative-dots::after {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: dotPulse 1.5s ease-in-out infinite;
}

.team-section-featured .decorative-dots::after {
  animation-delay: 0.3s;
}

/* Background Decorations */
.team-section-featured .bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.team-section-featured .circle-decoration {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
}

.team-section-featured .circle-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  top: -100px;
  right: -100px;
}

.team-section-featured .circle-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  bottom: -80px;
  left: -80px;
}

.team-section-featured .shape-decoration {
  position: absolute;
  opacity: 0.05;
}

.team-section-featured .shape-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  top: 20%;
  left: 5%;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  transform: rotate(45deg);
}

.team-section-featured .shape-2 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  bottom: 15%;
  right: 8%;
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  transform: rotate(-30deg);
}

/* Animations */
@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .team-section-featured {
    padding: 80px 0;
  }

  .team-section-featured .section-title {
    font-size: 2rem;
  }

  .team-section-featured .section-subtitle {
    font-size: 1.125rem;
  }

  .team-section-featured .decorative-card {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .team-section-featured {
    padding: 60px 0;
  }

  .team-section-featured .section-title {
    font-size: 1.75rem;
  }

  .team-section-featured .section-subtitle {
    font-size: 1rem;
  }

  .team-section-featured .section-description {
    font-size: 1rem;
  }

  .team-section-featured .team-info {
    padding: 24px 20px;
  }

  .team-section-featured .member-name {
    font-size: 1.125rem;
  }

  .team-section-featured .member-role {
    font-size: 0.875rem;
  }

  .team-section-featured .circle-1,
  .team-section-featured .circle-2 {
    width: 200px;
    height: 200px;
  }

  .team-section-featured .shape-1,
  .team-section-featured .shape-2 {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575.98px) {
  .team-section-featured .section-title {
    font-size: 1.5rem;
  }

  .team-section-featured .team-image-wrapper {
    padding-top: 100%;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .team-section-featured .team-card {
    border: 2px solid var(--neutral-300);
  }

  .team-section-featured .decorative-line-top,
  .team-section-featured .decorative-accent {
    background: var(--primary-700);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .team-section-featured .team-card,
  .team-section-featured .team-member-photo,
  .team-section-featured .member-name,
  .team-section-featured .decorative-accent,
  .team-section-featured .team-overlay {
    transition: none;
  }

  .team-section-featured .decorative-dots::before,
  .team-section-featured .decorative-dots::after {
    animation: none;
  }

  .team-section-featured .team-card:hover {
    transform: none;
  }

  .team-section-featured .team-card:hover .team-member-photo {
    transform: none;
  }
}

/* =================================================================
   CASESTUDY SECTION v-163 - Professional Blue Theme
   ================================================================= */

.casestudy-section-special {
  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
   ================================================================= */

.casestudy-section-special .section-header {
  position: relative;
  z-index: 2;
}

.casestudy-section-special .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-300) 100%
  );
  margin: 0 auto;
  border-radius: 2px;
}

.casestudy-section-special .section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.casestudy-section-special .section-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.casestudy-section-special .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* =================================================================
   CASE STUDY CARDS
   ================================================================= */

.casestudy-section-special .casestudy-card {
  background: var(--surface-primary);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 
    0 4px 6px rgba(var(--black-rgb), 0.05),
    0 10px 20px rgba(var(--black-rgb), 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid color-mix(in srgb, var(--primary-500) 5%, transparent 95%);
}

.casestudy-section-special .casestudy-card:hover {
  transform: translateY(-12px);
  box-shadow: 
    0 12px 24px rgba(var(--black-rgb), 0.1),
    0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-color: color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}

/* =================================================================
   CARD IMAGE WRAPPER
   ================================================================= */

.casestudy-section-special .card-image-wrapper {
  position: relative;
  height: 240px;
  background: linear-gradient(135deg, 
    var(--primary-500) 0%, 
    color-mix(in srgb, var(--primary-700) 80%, var(--primary-500) 20%) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.casestudy-section-special .image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.casestudy-section-special .image-placeholder i {
  font-size: 5rem;
  color: rgba(var(--white-rgb), 0.9);
  transition: transform 0.4s ease;
}

.casestudy-section-special .casestudy-card:hover .image-placeholder i {
  transform: scale(1.15) rotate(-5deg);
}

.casestudy-section-special .decorative-corner {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: rgba(var(--white-rgb), 0.1);
  border-radius: 50%;
  transition: all 0.5s ease;
}

.casestudy-section-special .casestudy-card:hover .decorative-corner {
  transform: scale(1.5);
  opacity: 0.2;
}

/* =================================================================
   CARD CONTENT
   ================================================================= */

.casestudy-section-special .card-content {
  padding: 2rem;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.casestudy-section-special .card-icon-badge {
  position: absolute;
  top: -28px;
  left: 2rem;
  width: 56px;
  height: 56px;
  background: var(--surface-primary);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
  border: 3px solid var(--primary-500);
  transition: all 0.3s ease;
}

.casestudy-section-special .casestudy-card:hover .card-icon-badge {
  transform: rotate(360deg) scale(1.1);
  border-color: var(--primary-700);
}

.casestudy-section-special .card-icon-badge i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

.casestudy-section-special .card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.casestudy-section-special .casestudy-card:hover .card-title {
  color: var(--primary-500);
}

.casestudy-section-special .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex: 1;
}

.casestudy-section-special .card-footer-accent {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-300) 100%
  );
  border-radius: 2px;
  transition: width 0.4s ease;
}

.casestudy-section-special .casestudy-card:hover .card-footer-accent {
  width: 100%;
}

/* =================================================================
   DECORATIVE BACKGROUND ELEMENTS
   ================================================================= */

.casestudy-section-special .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.casestudy-section-special .blob-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: -150px;
  left: -200px;
  animation: float-blob-1 20s ease-in-out infinite;
}

.casestudy-section-special .blob-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-700);
  bottom: -100px;
  right: -150px;
  animation: float-blob-2 18s ease-in-out infinite;
}

.casestudy-section-special .decorative-dots {
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 20px 20px;
}

.casestudy-section-special .dots-1 {
  top: 100px;
  right: 80px;
  animation: rotate-dots 30s linear infinite;
}

.casestudy-section-special .dots-2 {
  bottom: 120px;
  left: 60px;
  animation: rotate-dots 35s linear infinite reverse;
}

/* =================================================================
   ANIMATIONS
   ================================================================= */

@keyframes float-blob-1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

@keyframes float-blob-2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(-40px, 25px) scale(1.15);
  }
  66% {
    transform: translate(25px, -30px) scale(0.95);
  }
}

@keyframes rotate-dots {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* =================================================================
   RESPONSIVE DESIGN
   ================================================================= */

@media (max-width: 991.98px) {
  .casestudy-section-special .section-title {
    font-size: 2rem;
  }

  .casestudy-section-special .section-subtitle {
    font-size: 1.3rem;
  }

  .casestudy-section-special .card-image-wrapper {
    height: 200px;
  }

  .casestudy-section-special .image-placeholder i {
    font-size: 4rem;
  }
}

@media (max-width: 767.98px) {
  .casestudy-section-special {
    padding: 3rem 0;
  }

  .casestudy-section-special .section-title {
    font-size: 1.75rem;
  }

  .casestudy-section-special .section-subtitle {
    font-size: 1.15rem;
  }

  .casestudy-section-special .section-description {
    font-size: 1rem;
  }

  .casestudy-section-special .card-content {
    padding: 1.5rem;
  }

  .casestudy-section-special .card-icon-badge {
    width: 48px;
    height: 48px;
    left: 1.5rem;
  }

  .casestudy-section-special .card-icon-badge i {
    font-size: 1.25rem;
  }

  .casestudy-section-special .card-title {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }

  .casestudy-section-special .blob-1,
  .casestudy-section-special .blob-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .casestudy-section-special .card-image-wrapper {
    height: 180px;
  }

  .casestudy-section-special .image-placeholder i {
    font-size: 3.5rem;
  }

  .casestudy-section-special .decorative-dots {
    width: 80px;
    height: 80px;
  }
}

/* =================================================================
   ACCESSIBILITY & HIGH CONTRAST
   ================================================================= */

@media (prefers-reduced-motion: reduce) {
  .casestudy-section-special * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.casestudy-section-special .casestudy-card:focus-within {
  outline: 3px solid var(--primary-500);
  outline-offset: 4px;
}

.contact-section-classic {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%);
  overflow: hidden;
}

/* Header Styles */
.contact-section-classic .contact-header h2 {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.5px;
}

.contact-section-classic .contact-header h3 {
  color: var(--primary-500);
  font-weight: 600;
}

.contact-section-classic .contact-header p {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Form Wrapper */
.contact-section-classic .contact-form-wrapper {
  position: relative;
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
  overflow: hidden;
}

.contact-section-classic .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 0;
}

.contact-section-classic .blob-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  top: -50px;
  right: -50px;
}

.contact-section-classic .blob-2 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  bottom: -40px;
  left: -40px;
}

/* Form Styles */
.contact-section-classic .contact-form {
  position: relative;
  z-index: 1;
}

.contact-section-classic .form-control {
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  padding: 1rem;
  transition: all 0.3s ease;
}

.contact-section-classic .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}

.contact-section-classic .form-floating > label {
  color: var(--text-secondary);
  padding: 1rem 0.75rem;
}

.contact-section-classic .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--neutral-300);
  border-radius: 6px;
  cursor: pointer;
}

.contact-section-classic .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-classic .form-check-label {
  color: var(--text-secondary);
  font-size: 0.9rem;
  cursor: pointer;
  margin-left: 0.5rem;
}

/* Submit Button - КРИТИЧНО: защищенные стили с !important */
.contact-section-classic .btn-submit {
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: var(--light) !important;
  border: none !important;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.contact-section-classic .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.contact-section-classic .btn-submit:active {
  transform: translateY(0);
}

/* Contact Info Wrapper */
.contact-section-classic .contact-info-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-section-classic .contact-info-card {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(var(--black-rgb), 0.06);
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  transition: all 0.3s ease;
}

.contact-section-classic .contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.1);
}

.contact-section-classic .info-icon-wrapper {
  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;
  flex-shrink: 0;
}

.contact-section-classic .info-icon-wrapper i {
  font-size: 1.5rem;
  color: white;
}

.contact-section-classic .info-content {
  flex: 1;
}

.contact-section-classic .info-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--neutral-700);
  margin-bottom: 0.5rem;
}

.contact-section-classic .info-text {
  font-size: 1.1rem;
  color: var(--text-primary);
  margin: 0;
  font-weight: 500;
}

/* Decorative Pattern */
.contact-section-classic .decorative-pattern {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  opacity: 0.3;
  z-index: -1;
}

.contact-section-classic .pattern-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

/* Background Shapes */
.contact-section-classic .decorative-shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  opacity: 0.05;
  z-index: 0;
}

.contact-section-classic .shape-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
}

.contact-section-classic .shape-2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  right: -80px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .contact-section-classic .contact-form-wrapper {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  
  .contact-section-classic .contact-info-wrapper {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .contact-section-classic .contact-header h2 {
    font-size: 2rem;
  }
  
  .contact-section-classic .contact-header h3 {
    font-size: 1.3rem;
  }
  
  .contact-section-classic .contact-form-wrapper {
    padding: 1.5rem;
  }
  
  .contact-section-classic .contact-info-card {
    padding: 1.5rem;
  }
  
  .contact-section-classic .info-icon-wrapper {
    width: 50px;
    height: 50px;
  }
  
  .contact-section-classic .info-icon-wrapper i {
    font-size: 1.2rem;
  }
  
  .contact-section-classic .shape-1,
  .contact-section-classic .shape-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .contact-section-classic .contact-header h2 {
    font-size: 1.75rem;
  }
  
  .contact-section-classic .btn-submit {
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
  
  .contact-section-classic .contact-info-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

/* ================================
   Blog Section v-255 Styles
   Theme: professional-blue-01
   ================================ */

.blog-section-primary {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.blog-section-primary .section-header {
  position: relative;
  z-index: 2;
}

.blog-section-primary #blog-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.blog-section-primary #blog-subtitle {
  color: var(--primary-500);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

.blog-section-primary #blog-desc {
  color: var(--text-secondary);
  font-size: 1.125rem;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Decorative Line */
.blog-section-primary .decorative-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
  margin-top: 1.5rem;
}

/* Blog Cards */
.blog-section-primary .blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-section-primary .blog-card:hover {
  transform: translateY(-8px);
}

.blog-section-primary .card {
  border-radius: 16px;
  transition: all 0.3s ease;
  background: var(--surface-primary);
}

.blog-section-primary .blog-card:hover .card {
  box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.12) !important;
}

/* Card Image Wrapper */
.blog-section-primary .card-img-wrapper {
  position: relative;
  height: 220px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(135deg, var(--neutral-100), var(--neutral-50));
}

.blog-section-primary .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-section-primary .blog-card:hover .blog-image {
  transform: scale(1.08);
}

/* Image Overlay */
.blog-section-primary .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(var(--black-rgb), 0.3) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.blog-section-primary .blog-card:hover .image-overlay {
  opacity: 1;
}

/* Category Badge */
.blog-section-primary .category-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
  color: var(--primary-500);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.blog-section-primary .blog-card:hover .category-badge {
  background: var(--primary-500);
  color: var(--surface-primary);
  transform: rotate(10deg) scale(1.1);
}

/* Card Body */
.blog-section-primary .card-body {
  background: var(--surface-primary);
  border-radius: 0 0 16px 16px;
}

.blog-section-primary .card-title {
  color: var(--text-primary);
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-section-primary .blog-card:hover .card-title {
  color: var(--primary-500);
}

.blog-section-primary .card-text {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Card Meta */
.blog-section-primary .card-meta {
  padding-top: 0.75rem;
  border-top: 1px solid var(--neutral-100);
}

.blog-section-primary .meta-icons {
  font-size: 0.875rem;
}

.blog-section-primary .meta-icons i {
  color: var(--primary-300);
}

/* Read More Button */
.blog-section-primary .btn-read-more {
  display: inline-flex;
  align-items: center;
  color: var(--primary-500);
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
  padding: 0;
}

.blog-section-primary .btn-read-more::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transition: width 0.3s ease;
}

.blog-section-primary .btn-read-more:hover {
  color: var(--primary-700);
  transform: translateX(4px);
}

.blog-section-primary .btn-read-more:hover::after {
  width: calc(100% - 2rem);
}

.blog-section-primary .btn-read-more i {
  transition: transform 0.3s ease;
}

.blog-section-primary .btn-read-more:hover i {
  transform: translateX(4px);
}

/* Decorative Shapes */
.blog-section-primary .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.blog-section-primary .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
}

.blog-section-primary .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  right: -100px;
}

.blog-section-primary .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: -150px;
  left: -100px;
}

.blog-section-primary .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Responsive Design */
@media (max-width: 991px) {
  .blog-section-primary #blog-title {
    font-size: 2rem;
  }

  .blog-section-primary #blog-desc {
    font-size: 1rem;
  }

  .blog-section-primary .card-img-wrapper {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .blog-section-primary .section-header {
    margin-bottom: 2rem !important;
  }

  .blog-section-primary #blog-title {
    font-size: 1.75rem;
  }

  .blog-section-primary .card-img-wrapper {
    height: 180px;
  }

  .blog-section-primary .card-body {
    padding: 1.5rem !important;
  }

  .blog-section-primary .shape-1,
  .blog-section-primary .shape-2 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 575px) {
  .blog-section-primary #blog-title {
    font-size: 1.5rem;
  }

  .blog-section-primary #blog-subtitle {
    font-size: 0.75rem;
  }

  .blog-section-primary .card-title {
    font-size: 1.125rem;
  }

  .blog-section-primary .card-text {
    font-size: 0.875rem;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .blog-section-primary .blog-card,
  .blog-section-primary .blog-image,
  .blog-section-primary .category-badge,
  .blog-section-primary .btn-read-more {
    transition: none;
  }

  .blog-section-primary .blog-card:hover {
    transform: none;
  }

  .blog-section-primary .blog-card:hover .blog-image {
    transform: none;
  }
}

/* High Contrast for Accessibility */
@media (prefers-contrast: high) {
  .blog-section-primary .card {
    border: 2px solid var(--neutral-300);
  }

  .blog-section-primary #blog-title,
  .blog-section-primary .card-title {
    color: var(--neutral-900);
  }

  .blog-section-primary .btn-read-more {
    font-weight: 600;
  }
}

/* FAQ Section v210 - Professional Blue Theme */

.faq-section-primary {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  position: relative;
  overflow: hidden;
}

/* Decorative Dots */
.faq-section-primary .decorative-dots {
  width: 60px;
  height: 8px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-500) 33%, 
    transparent 33%, 
    transparent 66%, 
    var(--primary-300) 66%
  );
  margin: 0 auto;
  border-radius: 4px;
}

/* Header Styling */
.faq-section-primary #faq-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.faq-section-primary #faq-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.faq-section-primary #faq-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* FAQ Card Styling */
.faq-section-primary .faq-card {
  border: none;
  border-radius: 12px;
  background: var(--surface-primary);
  box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.04);
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq-section-primary .faq-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.1);
}

/* Card Header */
.faq-section-primary .faq-card .card-header {
  background: linear-gradient(135deg, 
    var(--primary-50) 0%, 
    color-mix(in srgb, var(--primary-100) 50%, var(--primary-50) 50%) 100%
  );
  border: none;
  padding: 1.5rem;
  border-bottom: 3px solid var(--primary-500);
}

/* Icon Wrapper */
.faq-section-primary .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: linear-gradient(135deg, 
    var(--primary-500) 0%, 
    var(--primary-700) 100%
  );
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
}

.faq-section-primary .icon-wrapper i {
  font-size: 24px;
  color: var(--light);
}

/* Question Styling */
.faq-section-primary .card-header h3 {
  color: var(--text-primary);
  font-weight: 600;
  line-height: 1.4;
}

/* Card Body */
.faq-section-primary .faq-card .card-body {
  padding: 1.5rem;
  background: var(--surface-primary);
}

.faq-section-primary .card-body p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Decorative Shapes */
.faq-section-primary .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.faq-section-primary .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: -200px;
  right: -100px;
  filter: blur(80px);
}

.faq-section-primary .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  bottom: -150px;
  left: -80px;
  filter: blur(60px);
}

/* Decorative Blobs */
.faq-section-primary .decorative-blob {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
  animation: blob-animation 20s ease-in-out infinite;
}

.faq-section-primary .blob-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: 10%;
  left: -10%;
}

.faq-section-primary .blob-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-700);
  bottom: 15%;
  right: -8%;
  animation-delay: -10s;
}

@keyframes blob-animation {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 30% 70% 60% 40% / 60% 40% 50% 60%;
    transform: rotate(270deg);
  }
}

/* Container positioning */
.faq-section-primary .container {
  position: relative;
  z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .faq-section-primary .faq-card .card-header {
    padding: 1.25rem;
  }

  .faq-section-primary .icon-wrapper {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .faq-section-primary .icon-wrapper i {
    font-size: 20px;
  }

  .faq-section-primary .card-header h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .faq-section-primary #faq-title {
    font-size: 2rem;
  }

  .faq-section-primary .faq-card .card-header,
  .faq-section-primary .faq-card .card-body {
    padding: 1rem;
  }

  .faq-section-primary .decorative-dots {
    width: 50px;
    height: 6px;
  }

  .faq-section-primary .shape-1,
  .faq-section-primary .shape-2,
  .faq-section-primary .blob-1,
  .faq-section-primary .blob-2 {
    display: none;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .faq-section-primary .faq-card,
  .faq-section-primary .decorative-blob {
    animation: none;
    transition: none;
  }

  .faq-section-primary .faq-card:hover {
    transform: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .faq-section-primary .faq-card {
    border: 2px solid var(--neutral-900);
  }

  .faq-section-primary .card-header {
    border-bottom: 3px solid var(--neutral-900);
  }
}

/* ============================================
   Footer v-191 - Professional Blue Theme
   Modern Corporate Footer with Background
   ============================================ */

.footer-standard {
  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('assets/images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--light);
}

.footer-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: color-mix(in srgb, var(--primary-700) 5%, transparent);
  pointer-events: none;
  z-index: 1;
}

.footer-standard .container {
  z-index: 2;
}

/* Brand Section */
.footer-brand {
  padding-right: 20px;
}

.footer-sitename {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--light);
  letter-spacing: -0.5px;
}

.footer-sitedesc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(var(--white-rgb), 0.85);
  margin-bottom: 25px;
}

/* Decorative Elements */
.footer-decoration {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.decoration-line {
  width: 60px;
  height: 2px;
  background: color-mix(in srgb, var(--primary-300) 60%, transparent);
}

.decoration-dots {
  display: flex;
  gap: 6px;
}

.decoration-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-300);
  display: block;
  animation: dotPulse 2s ease-in-out infinite;
}

.decoration-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.decoration-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes dotPulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

/* Links Section */
.footer-links-section {
  padding-left: 20px;
}

.footer-section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--light);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 12px;
}

.footer-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--primary-300);
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.link-icon {
  font-size: 12px;
  color: var(--primary-300);
  transition: transform 0.3s ease;
}

.footer-link {
  color: rgba(var(--white-rgb), 0.8);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
}

.footer-link:hover {
  color: var(--light);
  padding-left: 5px;
}

.footer-link-item:hover .link-icon {
  transform: translateX(3px);
}

/* Decorative Icons */
.footer-decorative-icons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  opacity: 0.3;
}

.footer-decorative-icons i {
  font-size: 24px;
  color: var(--light);
}

/* Contact Section */
.footer-contact-section {
  position: relative;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.contact-icon {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--primary-500) 20%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.contact-icon i {
  font-size: 20px;
  color: var(--primary-300);
}

.contact-item:hover .contact-icon {
  background: color-mix(in srgb, var(--primary-500) 30%, transparent);
  transform: translateY(-2px);
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(var(--white-rgb), 0.6);
  font-weight: 500;
}

.contact-value {
  font-size: 15px;
  color: rgba(var(--white-rgb), 0.9);
  line-height: 1.5;
}

/* Shape Decoration */
.footer-shape-decoration {
  position: absolute;
  top: -20px;
  right: -30px;
  width: 150px;
  height: 150px;
  opacity: 0.1;
  pointer-events: none;
}

.decorative-svg {
  width: 100%;
  height: 100%;
  color: var(--light);
}

/* Footer Bottom */
.footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(var(--white-rgb), 0.15);
  position: relative;
}

.footer-disclaimer {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(var(--white-rgb), 0.7);
  margin: 0;
}

.footer-copyright {
  font-size: 13px;
  color: rgba(var(--white-rgb), 0.8);
  margin: 0;
  text-align: right;
}

/* Footer Pattern */
.footer-pattern {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  opacity: 0.3;
}

.pattern-dot {
  font-size: 6px;
  color: var(--light);
  animation: patternFloat 3s ease-in-out infinite;
}

.pattern-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.pattern-dot:nth-child(3) {
  animation-delay: 0.4s;
}

.pattern-dot:nth-child(4) {
  animation-delay: 0.6s;
}

.pattern-dot:nth-child(5) {
  animation-delay: 0.8s;
}

@keyframes patternFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* Blob Decorations */
.footer-blob-decoration {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent);
  pointer-events: none;
  z-index: 1;
  filter: blur(40px);
}

.blob-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
  animation: blobFloat1 20s ease-in-out infinite;
}

.blob-2 {
  width: 250px;
  height: 250px;
  bottom: -80px;
  right: -80px;
  animation: blobFloat2 25s ease-in-out infinite;
}

@keyframes blobFloat1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, 30px) scale(1.1);
  }
}

@keyframes blobFloat2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-30px, -30px) scale(1.15);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-standard {
    padding: 60px 0 30px;
  }
  
  .footer-brand {
    padding-right: 0;
    margin-bottom: 30px;
  }
  
  .footer-links-section {
    padding-left: 0;
    margin-bottom: 30px;
  }
  
  .footer-copyright {
    text-align: left;
    margin-top: 15px;
  }
  
  .footer-shape-decoration {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-standard {
    padding: 50px 0 25px;
    background-attachment: scroll;
  }
  
  .footer-sitename {
    font-size: 24px;
  }
  
  .footer-section-title {
    font-size: 16px;
  }
  
  .contact-icon {
    width: 40px;
    height: 40px;
  }
  
  .contact-icon i {
    font-size: 18px;
  }
  
  .footer-bottom {
    margin-top: 40px;
    padding-top: 25px;
  }
  
  .blob-1,
  .blob-2 {
    display: none;
  }
}

@media (max-width: 575px) {
  .footer-standard {
    padding: 40px 0 20px;
  }
  
  .footer-sitename {
    font-size: 22px;
  }
  
  .footer-sitedesc {
    font-size: 14px;
  }
  
  .contact-value {
    font-size: 14px;
  }
  
  .footer-disclaimer,
  .footer-copyright {
    font-size: 12px;
  }
}

/* High Contrast Accessibility */
@media (prefers-contrast: high) {
  .footer-standard {
    background: linear-gradient(
      135deg,
      color-mix(in srgb, var(--primary-700) 98%, transparent) 0%,
      color-mix(in srgb, var(--neutral-900) 98%, transparent) 100%
    ), url('assets/images/footer_bg.webp');
  }
  
  .footer-sitename,
  .footer-section-title,
  .contact-value,
  .footer-link:hover {
    color: var(--light);
  }
  
  .footer-link {
    color: rgba(var(--white-rgb), 0.95);
  }
}

/* Print Styles */
@media print {
  .footer-standard {
    background: var(--neutral-900) !important;
    padding: 30px 0 20px;
  }
  
  .footer-blob-decoration,
  .footer-shape-decoration,
  .footer-decorative-icons,
  .footer-decoration {
    display: none;
  }
}

.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-100);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_process_container {
  max-width: 800px;
  margin: 0 auto;
}

.add_wrap .add_process_step {
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
  margin-bottom: var(--space-10);
  position: relative;
}

.add_wrap .add_process_step:last-child {
  margin-bottom: 0;
}

.add_wrap .add_step_number {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-100);
  font-size: 1.5rem;
  font-weight: bold;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.add_wrap .add_step_content {
  flex-grow: 1;
  background-color: var(--neutral-50);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
  position: relative;
  top: var(--space-2);
}

.add_wrap .add_step_content:before {
  content: '';
  position: absolute;
  left: -12px;
  top: var(--space-6);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid var(--neutral-200);
}

.add_wrap .add_step_content:after {
  content: '';
  position: absolute;
  left: -11px;
  top: calc(var(--space-6) + 1px);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid var(--neutral-50);
}

.add_wrap .add_step_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_step_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_step_connector {
  position: absolute;
  left: 39px;
  top: 80px;
  bottom: -40px;
  width: 2px;
  background: linear-gradient(to bottom, var(--primary-300), var(--primary-200));
  z-index: 1;
}

.add_wrap .add_process_step:last-child .add_step_connector {
  display: none;
}

.add_wrap .add_process_step:nth-child(even) .add_step_number {
  background: linear-gradient(135deg, var(--primary-400), var(--primary-300));
}

.add_wrap .add_process_step:nth-child(even) .add_step_content {
  background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}

@media (max-width: 768px) {
  .add_wrap .add_process_step {
    gap: var(--space-4);
    margin-bottom: var(--space-8);
  }
  
  .add_wrap .add_step_number {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
  
  .add_wrap .add_step_content {
    padding: var(--space-4);
  }
  
  .add_wrap .add_step_content:before {
    left: -8px;
    border-right-width: 8px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
  
  .add_wrap .add_step_content:after {
    left: -7px;
    border-right-width: 7px;
    border-top-width: 7px;
    border-bottom-width: 7px;
  }
  
  .add_wrap .add_step_connector {
    left: 29px;
    top: 60px;
    bottom: -32px;
  }
}


/* Universal section */

.additional-universal-primary {
  position: relative;
  padding: 6rem 0;
  background: radial-gradient(ellipse at top, var(--primary-50) 0%, var(--neutral-0) 40%, var(--accent-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-primary .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-primary .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-primary .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Creative Line Divider */
.additional-universal-primary .creative-line-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 3.5rem 0 4rem;
}

.additional-universal-primary .line-segment {
  flex: 1;
  max-width: 150px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}

.additional-universal-primary .center-diamond {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-primary .center-diamond i {
  font-size: 1.25rem;
  color: var(--neutral-0);
  transform: rotate(-45deg);
}

/* Mixed Content Grid */
.additional-universal-primary .mixed-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.additional-universal-primary .content-box.box-featured {
  grid-column: 1 / -1;
  grid-row: 1;
}

.additional-universal-primary .content-box.box-wide {
  grid-column: 1 / -1;
}

/* Content Box Base */
.additional-universal-primary .content-box {
  position: relative;
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.additional-universal-primary .content-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Featured Box */
.additional-universal-primary .box-featured {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 3px solid var(--primary-200);
  padding: 3rem;
  text-align: center;
}

.additional-universal-primary .highlight-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  color: var(--neutral-0);
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.additional-universal-primary .box-decoration {
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0.1;
}

.additional-universal-primary .deco-top-left {
  top: 15px;
  left: 15px;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
}

.additional-universal-primary .deco-bottom-right {
  bottom: 15px;
  right: 15px;
  border-bottom: 4px solid var(--accent-500);
  border-right: 4px solid var(--accent-500);
}

/* Featured Alt Box */
.additional-universal-primary .box-featured-alt {
  background: linear-gradient(135deg, var(--accent-50) 0%, var(--neutral-0) 100%);
  border: 2px solid var(--accent-200);
  grid-column: 1 / -1;
}

.additional-universal-primary .split-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--accent-500) 100%);
}

/* Wide Box Layout */
.additional-universal-primary .wide-layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.additional-universal-primary .wide-icon {
  flex-shrink: 0;
}

.additional-universal-primary .wide-content {
  flex: 1;
}

.additional-universal-primary .wave-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-400), var(--accent-400), var(--primary-400));
  opacity: 0.3;
}

/* Icon Circles */
.additional-universal-primary .icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.additional-universal-primary .icon-circle i {
  font-size: 2.25rem;
  color: var(--neutral-0);
}

.additional-universal-primary .circle-primary {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}

.additional-universal-primary .circle-accent {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
}

.additional-universal-primary .circle-secondary {
  background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
}

.additional-universal-primary .circle-gradient {
  background: linear-gradient(135deg, var(--accent-400), var(--primary-600));
}

.additional-universal-primary .box-standard .icon-circle {
  margin: 0 0 1.5rem 0;
}

.additional-universal-primary .box-wide .icon-circle {
  margin: 0;
}

/* Corner Accents */
.additional-universal-primary .corner-accent {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0.15;
}

.additional-universal-primary .accent-tl {
  top: 12px;
  left: 12px;
  border-top: 3px solid var(--primary-500);
  border-left: 3px solid var(--primary-500);
}

.additional-universal-primary .accent-br {
  bottom: 12px;
  right: 12px;
  border-bottom: 3px solid var(--accent-500);
  border-right: 3px solid var(--accent-500);
}

/* Content Typography */
.additional-universal-primary .content-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-primary .box-standard .content-title {
  font-size: 1.35rem;
}

.additional-universal-primary .content-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Glow and Pulse Effects */
.additional-universal-primary .glow-effect {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-primary .box-featured:hover .glow-effect {
  opacity: 0.3;
}

.additional-universal-primary .pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid var(--accent-300);
  border-radius: 50%;
  opacity: 0;
  animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

/* Abstract Shapes */
.additional-universal-primary .abstract-shape {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
}

.additional-universal-primary .shape-1 {
  width: 250px;
  height: 250px;
  background: var(--primary-400);
  border-radius: 35% 65% 70% 30% / 60% 40% 60% 40%;
  top: 10%;
  left: 5%;
  filter: blur(40px);
}

.additional-universal-primary .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--accent-400);
  border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
  top: 50%;
  right: 8%;
  filter: blur(50px);
}

.additional-universal-primary .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  border-radius: 45% 55% 55% 45% / 55% 45% 55% 45%;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(35px);
}

/* Dot Patterns */
.additional-universal-primary .dot-pattern {
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0.08;
  pointer-events: none;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 18px 18px;
}

.additional-universal-primary .pattern-1 {
  top: 25%;
  right: 10%;
}

.additional-universal-primary .pattern-2 {
  bottom: 20%;
  left: 8%;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-primary {
    padding: 4rem 0;
  }

  .additional-universal-primary .mixed-content-grid {
    gap: 1.5rem;
  }

  .additional-universal-primary .content-box {
    padding: 2rem;
  }

  .additional-universal-primary .box-featured {
    padding: 2.5rem;
  }

  .additional-universal-primary .wide-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .additional-universal-primary .box-wide .icon-circle {
    margin: 0 auto 1.5rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-primary {
    padding: 3rem 0;
  }

  .additional-universal-primary .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-primary .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-primary .section-description {
    font-size: 1rem;
  }

  .additional-universal-primary .creative-line-wrapper {
    gap: 1rem;
  }

  .additional-universal-primary .line-segment {
    max-width: 60px;
  }

  .additional-universal-primary .center-diamond {
    width: 45px;
    height: 45px;
  }

  .additional-universal-primary .center-diamond i {
    font-size: 1.1rem;
  }

  .additional-universal-primary .mixed-content-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .additional-universal-primary .content-box.box-featured,
  .additional-universal-primary .content-box.box-wide,
  .additional-universal-primary .content-box.box-featured-alt {
    grid-column: 1;
  }

  .additional-universal-primary .content-box {
    padding: 1.75rem;
  }

  .additional-universal-primary .box-featured {
    padding: 2rem;
  }

  .additional-universal-primary .icon-circle {
    width: 70px;
    height: 70px;
  }

  .additional-universal-primary .icon-circle i {
    font-size: 2rem;
  }

  .additional-universal-primary .content-title {
    font-size: 1.35rem;
  }

  .additional-universal-primary .box-standard .content-title {
    font-size: 1.25rem;
  }

  .additional-universal-primary .content-description {
    font-size: 0.95rem;
  }

  .additional-universal-primary .abstract-shape,
  .additional-universal-primary .dot-pattern {
    display: none;
  }
}


/* Universal section */
/* Theme: industrial-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
}

.header-divider {
  width: 100px;
  height: 3px;
  background: var(--primary-500);
  margin: 0 auto 1.5rem;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 800px;
}

/* Features Grid */
.features-grid {
  position: relative;
  z-index: 1;
}

.feature-box {
  position: relative;
  background: var(--light);
  border: 2px solid var(--neutral-300);
  padding: 2.5rem;
  height: 100%;
  transition: all 0.3s ease;
  overflow: hidden;
}

.feature-box:hover {
  border-color: var(--primary-500);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.feature-box-highlight {
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--light) 100%);
  border-width: 3px;
  border-color: var(--primary-500);
}

.feature-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid var(--neutral-100);
}

.feature-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--neutral-300);
  line-height: 1;
  font-family: 'Courier New', monospace;
  transition: color 0.3s ease;
}

.feature-box:hover .feature-number {
  color: var(--primary-500);
}

.feature-icon-wrapper {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: var(--neutral-900);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  transition: all 0.3s ease;
}

.feature-box:hover .feature-icon-wrapper {
  background: var(--primary-500);
  transform: rotate(20deg);
}

.feature-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.feature-content {
  position: relative;
}

.feature-title {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.feature-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

.feature-corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent var(--primary-100) transparent transparent;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feature-box:hover .feature-corner-accent {
  opacity: 1;
}

.highlight-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.highlight-badge i {
  font-size: 1.25rem;
  color: var(--light);
}

/* Decorative Elements */
.decorative-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.decorative-line {
  position: absolute;
  background: var(--primary-300);
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.line-h {
  width: 100%;
  height: 2px;
  top: 30%;
  left: 0;
}

.line-v {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2.25rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .feature-box {
    padding: 2rem;
  }

  .feature-header {
    gap: 1.25rem;
  }

  .feature-number {
    font-size: 2.5rem;
  }

  .feature-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .feature-icon-wrapper i {
    font-size: 1.75rem;
  }

  .feature-title {
    font-size: 1.5rem;
  }

  .line-v {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 0.9375rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .feature-box {
    padding: 1.75rem;
  }

  .feature-header {
    padding-bottom: 1.25rem;
  }

  .feature-title {
    font-size: 1.375rem;
  }

  .feature-description {
    font-size: 1rem;
  }

  .decorative-grid {
    background-size: 30px 30px;
  }

  .line-h {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .feature-box {
    padding: 1.5rem;
  }

  .feature-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .feature-number {
    font-size: 2rem;
  }

  .feature-icon-wrapper {
    width: 55px;
    height: 55px;
  }

  .feature-icon-wrapper i {
    font-size: 1.5rem;
  }

  .highlight-badge {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
  }

  .highlight-badge i {
    font-size: 1rem;
  }
}


/* Universal section */

.additional-universal-section {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.section-header {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.header-decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 60%, var(--primary-300) 40%)
  );
  margin: 0 auto 2rem;
  border-radius: 2px;
}

.section-main-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.section-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Card Styles */
.info-card {
  background: var(--light);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
  border-radius: 12px;
  padding: 2rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 50%, transparent 50%)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.info-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.info-card:hover::before {
  transform: scaleX(1);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 70%, var(--primary-50) 30%)
  );
  border-radius: 16px;
  margin-bottom: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.info-card:hover .card-icon-wrapper {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  transform: rotate(5deg) scale(1.05);
}

.info-card:hover .card-icon-wrapper i {
  color: var(--light);
  transform: scale(1.1);
}

.card-content {
  position: relative;
  z-index: 2;
}

.card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.info-card:hover .card-title {
  color: var(--primary-500);
}

.card-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.card-corner-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle at center, 
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%), 
    transparent 70%
  );
  border-radius: 50%;
  transition: all 0.4s ease;
  pointer-events: none;
}

.info-card:hover .card-corner-accent {
  transform: scale(1.5);
  opacity: 0.8;
}

/* Decorative Elements */
.decorative-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-300);
  border-radius: 50%;
  opacity: 0.3;
  z-index: 1;
}

.dot-1 {
  top: 15%;
  left: 5%;
  animation: float 6s ease-in-out infinite;
}

.dot-2 {
  bottom: 20%;
  right: 8%;
  animation: float 8s ease-in-out infinite 2s;
}

.decorative-shape {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 2px solid var(--primary-100);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.15;
  z-index: 1;
}

.shape-1 {
  top: 10%;
  right: 5%;
  animation: rotate-shape 25s linear infinite;
}

.shape-2 {
  bottom: 10%;
  left: 5%;
  animation: rotate-shape 30s linear infinite reverse;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-15px) translateX(10px);
  }
  50% {
    transform: translateY(-5px) translateX(-10px);
  }
  75% {
    transform: translateY(-20px) translateX(5px);
  }
}

@keyframes rotate-shape {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-main-title {
    font-size: 2.25rem;
  }
  
  .section-subtitle {
    font-size: 1.5rem;
  }
  
  .info-card {
    padding: 1.75rem;
  }
  
  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-header {
    margin-bottom: 3rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .info-card {
    padding: 1.5rem;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
  
  .decorative-shape {
    width: 100px;
    height: 100px;
  }
}


/* Universal section */
/* Theme: creative-purple-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
}

.header-badge {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.header-badge i {
  font-size: 2rem;
  color: var(--light);
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 720px;
}

/* Timeline */
.timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
  transform: translateX(-50%);
  z-index: 0;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: calc(50% + 50px);
  margin-bottom: 4rem;
}

.timeline-item-reverse {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: calc(50% + 50px);
}

.timeline-marker {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: 2;
}

.marker-dot {
  width: 20px;
  height: 20px;
  background: var(--primary-500);
  border: 4px solid var(--light);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--primary-100);
  transition: all 0.3s ease;
}

.timeline-item:hover .marker-dot {
  transform: scale(1.3);
  background: var(--primary-700);
}

.marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: var(--primary-300);
  border-radius: 50%;
  animation: pulse 2s infinite;
  opacity: 0;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

/* Timeline Content */
.timeline-content {
  position: relative;
  background: var(--light);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--neutral-100);
  transition: all 0.3s ease;
  max-width: 400px;
  width: 100%;
}

.timeline-item:hover .timeline-content {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.timeline-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.timeline-icon i {
  font-size: 1.75rem;
  color: var(--primary-500);
}

.timeline-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

.timeline-decorative {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 80px;
  height: 80px;
  background: var(--primary-50);
  border-radius: 50%;
  opacity: 0.5;
  z-index: -1;
}

/* Decorative Elements */
.decorative-shape {
  position: absolute;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 5%;
  left: -10%;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: 10%;
  right: -8%;
  animation: float 25s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(30px, -30px) rotate(10deg);
  }
}

.decorative-gradient {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.gradient-1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .timeline-item,
  .timeline-item-reverse {
    padding-left: 80px;
    padding-right: 0;
    justify-content: flex-start;
  }

  .timeline-marker {
    left: 30px;
    transform: translateX(0);
  }

  .timeline-line {
    left: 30px;
    transform: translateX(0);
  }

  .timeline-content {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .timeline-item {
    margin-bottom: 3rem;
  }

  .timeline-content {
    padding: 1.5rem;
  }

  .timeline-title {
    font-size: 1.25rem;
  }

  .decorative-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .timeline-item,
  .timeline-item-reverse {
    padding-left: 50px;
  }

  .timeline-marker {
    left: 15px;
  }

  .timeline-line {
    left: 15px;
  }

  .marker-dot {
    width: 16px;
    height: 16px;
  }

  .timeline-content {
    padding: 1.25rem;
  }

  .timeline-icon {
    width: 50px;
    height: 50px;
  }

  .timeline-icon i {
    font-size: 1.5rem;
  }
}


/* Universal section */
/* Split grid layout with numbered blocks */

.add_wrap_style {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
}

/* Section intro */
.add_wrap_style .add_intro_section {
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_style .intro_accent_line {
  width: 4px;
  height: 120px;
  background: linear-gradient(180deg, var(--primary-500, #2563eb) 0%, var(--primary-300, #93c5fd) 100%);
  border-radius: 2px;
  margin: 0 auto;
}

.add_wrap_style .intro_content {
  padding-left: var(--space-4, 1rem);
}

.add_wrap_style .add_title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.2;
}

.add_wrap_style .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--primary-500, #2563eb);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_style .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #334155);
  line-height: 1.7;
  margin-top: var(--space-6, 1.5rem);
  padding: var(--space-6, 1.5rem);
  background: #ffffff;
  border-left: 4px solid var(--primary-500, #2563eb);
  border-radius: var(--radius-md, 10px);
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
}

/* Split grid */
.add_wrap_style .add_split_grid {
  margin-top: var(--space-10, 2.5rem);
}

/* Feature blocks */
.add_wrap_style .feature_block {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--neutral-100, #f1f5f9);
  height: 100%;
  transition: all 0.3s ease;
  overflow: hidden;
}

.add_wrap_style .feature_block:hover {
  border-color: var(--primary-300, #93c5fd);
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.12);
}

.add_wrap_style .feature_large {
  padding: var(--space-8, 2rem);
  min-height: 320px;
}

.add_wrap_style .feature_compact {
  min-height: 280px;
}

/* Block numbers */
.add_wrap_style .block_number {
  position: absolute;
  top: var(--space-4, 1rem);
  right: var(--space-4, 1rem);
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-100, #dbeafe);
  line-height: 1;
  z-index: 0;
  transition: all 0.3s ease;
}

.add_wrap_style .feature_block:hover .block_number {
  color: var(--primary-200, #bfdbfe);
  transform: scale(1.1);
}

/* Icon boxes */
.add_wrap_style .block_icon_box {
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #eff6ff);
  border-radius: var(--radius-md, 10px);
  color: var(--primary-500, #2563eb);
  font-size: 1.75rem;
  margin-bottom: var(--space-4, 1rem);
  z-index: 1;
  transition: all 0.3s ease;
}

.add_wrap_style .feature_block:hover .block_icon_box {
  background: var(--primary-500, #2563eb);
  color: #ffffff;
  transform: scale(1.05) rotate(-5deg);
}

.add_wrap_style .feature_large .block_icon_box {
  width: 72px;
  height: 72px;
  font-size: 2rem;
}

/* Content */
.add_wrap_style .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.add_wrap_style .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #334155);
  line-height: 1.65;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Highlight block */
.add_wrap_style .feature_highlight {
  position: relative;
  background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
  border: 3px solid var(--primary-300, #93c5fd);
  padding: var(--space-8, 2rem);
  min-height: auto;
}

.add_wrap_style .feature_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #dbeafe) 0%, #ffffff 100%);
  border-color: var(--primary-500, #2563eb);
}

.add_wrap_style .highlight_decoration {
  position: absolute;
  top: var(--space-4, 1rem);
  right: var(--space-4, 1rem);
}

.add_wrap_style .decoration_badge {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500, #2563eb) 0%, var(--primary-700, #1d4ed8) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.25);
  opacity: 0.9;
}

.add_wrap_style .feature_highlight:hover .decoration_badge {
  opacity: 1;
  transform: scale(1.05);
}

.add_wrap_style .highlight_content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.add_wrap_style .feature_highlight .block_number {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 2rem;
  margin-bottom: var(--space-4, 1rem);
  color: var(--primary-500, #2563eb);
}

.add_wrap_style .feature_highlight .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_style .intro_accent_line {
    height: 80px;
    margin-bottom: var(--space-4, 1rem);
  }
  
  .add_wrap_style .intro_content {
    padding-left: 0;
  }
  
  .add_wrap_style .feature_large,
  .add_wrap_style .feature_compact {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_style {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_style .add_intro_section {
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_style .block_number {
    font-size: 2.5rem;
  }
  
  .add_wrap_style .feature_block {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_style .feature_large {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_style .feature_highlight {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_style .decoration_badge {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}


/* ===================================
   v-014: Modern Green Theme
   Layout: Timeline with Highlight Box
   =================================== */

.add_wrap.v014_modern_green {
  padding: var(--section-py) 0;
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Header Shape */
.add_wrap.v014_modern_green .add_decorative_header_shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(135deg, var(--primary-50) 0%, transparent 100%);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}

/* Header Section */
.add_wrap.v014_modern_green .add_header {
  text-align: center;
  margin-bottom: var(--space-12);
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_badge {
  width: 60px;
  height: 60px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.add_wrap.v014_modern_green .add_badge i {
  font-size: 28px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-weight: 700;
  line-height: 1.2;
}

.add_wrap.v014_modern_green .add_subtitle {
  color: var(--primary-500);
  margin-bottom: var(--space-6);
  font-weight: 600;
}

.add_wrap.v014_modern_green .add_description {
  color: var(--text-secondary);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Timeline */
.add_wrap.v014_modern_green .add_timeline {
  position: relative;
  padding: var(--space-8) 0;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 50%, var(--primary-300) 100%);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Items */
.add_wrap.v014_modern_green .add_timeline_item {
  position: relative;
  margin-bottom: var(--space-12);
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
}

.add_wrap.v014_modern_green .add_timeline_item_left {
  justify-content: flex-end;
}

.add_wrap.v014_modern_green .add_timeline_item_right {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

/* Timeline Marker */
.add_wrap.v014_modern_green .add_timeline_marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.4);
  z-index: 3;
}

.add_wrap.v014_modern_green .add_timeline_marker i {
  font-size: 28px;
  color: #ffffff;
}

/* Timeline Content */
.add_wrap.v014_modern_green .add_timeline_content {
  width: calc(50% - 60px);
  padding: var(--space-6);
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_timeline_content:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-300);
}

.add_wrap.v014_modern_green .add_timeline_title {
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--space-3);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_timeline_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-4);
  line-height: 1.6;
}

/* Timeline Icon Group */
.add_wrap.v014_modern_green .add_timeline_icon_group {
  display: flex;
  gap: var(--space-3);
  justify-content: flex-start;
}

.add_wrap.v014_modern_green .add_timeline_icon_group i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--primary-500);
  background: var(--primary-50);
  border-radius: 8px;
}

/* Highlight Box (Element 5) */
.add_wrap.v014_modern_green .add_highlight_box {
  margin-top: var(--space-12);
  padding: var(--space-8);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--primary-500);
  text-align: center;
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_highlight_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(5, 150, 105, 0.4);
}

.add_wrap.v014_modern_green .add_highlight_icon i {
  font-size: 40px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_highlight_title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--space-4);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_highlight_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
  line-height: 1.7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Highlight Badge Row */
.add_wrap.v014_modern_green .add_highlight_badge_row {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.add_wrap.v014_modern_green .add_highlight_badge {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_highlight_badge i {
  font-size: 24px;
  color: var(--primary-500);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover {
  background: var(--primary-500);
  transform: scale(1.1);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover i {
  color: #ffffff;
}

/* Decorative Wave */
.add_wrap.v014_modern_green .add_decorative_wave {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-100) 50%, transparent 100%);
  opacity: 0.3;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

/* Background Decorative Elements */
.add_wrap.v014_modern_green .add_bg_circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 1;
  pointer-events: none;
}

.add_wrap.v014_modern_green .add_bg_circle_1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 10%;
  right: -200px;
}

.add_wrap.v014_modern_green .add_bg_circle_2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: 20%;
  left: -150px;
}

.add_wrap.v014_modern_green .add_bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 35px,
    var(--primary-50) 35px,
    var(--primary-50) 37px
  );
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .add_wrap.v014_modern_green .add_timeline::before {
    left: 30px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 30px;
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    flex-direction: row !important;
    justify-content: flex-start !important;
    padding-left: 100px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    width: 100%;
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 70px;
    height: 70px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 36px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .add_wrap.v014_modern_green .add_badge {
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_badge i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline {
    padding: var(--space-6) 0;
  }

  .add_wrap.v014_modern_green .add_timeline::before {
    left: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 20px;
    width: 40px;
    height: 40px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    margin-bottom: var(--space-8);
    padding-left: 80px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    padding: var(--space-4);
  }

  .add_wrap.v014_modern_green .add_timeline_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_timeline_icon_group i {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .add_wrap.v014_modern_green .add_highlight_box {
    padding: var(--space-6);
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 60px;
    height: 60px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 28px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_highlight_badge {
    width: 42px;
    height: 42px;
  }

  .add_wrap.v014_modern_green .add_highlight_badge i {
    font-size: 20px;
  }
}


/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-700);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
}

/* Cards Grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.card-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.card-item:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: #ffffff;
}

.card-content {
  position: relative;
  z-index: 2;
}

.card-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.card-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-200) 0%, transparent 70%);
  border-radius: 50% 0 0 0;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.card-item:hover .card-accent {
  opacity: 0.5;
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-top-left {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-400) 0%, transparent 70%);
  top: -100px;
  left: -100px;
}

.shape-bottom-right {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--secondary-400) 0%, transparent 70%);
  bottom: -150px;
  right: -150px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .card-item {
    padding: 2rem;
  }
  
  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .card-item {
    padding: 1.5rem;
  }
}


/* Universal section */

.additional-universal-special {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--neutral-0) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-special .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-special .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-special .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Content Rows */
.additional-universal-special .content-rows {
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}

.additional-universal-special .content-row {
  margin-bottom: 4rem;
}

.additional-universal-special .content-row:last-child {
  margin-bottom: 0;
}

/* Text Content */
.additional-universal-special .text-wrapper {
  position: relative;
  padding: 2rem;
  background: var(--neutral-0);
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.additional-universal-special .text-wrapper:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-left-color: var(--accent-500);
}

.additional-universal-special .content-row .order-lg-2 .text-wrapper {
  border-left: none;
  border-right: 4px solid var(--primary-500);
}

.additional-universal-special .content-row .order-lg-2 .text-wrapper:hover {
  transform: translateX(-8px);
  border-right-color: var(--accent-500);
}

.additional-universal-special .item-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.additional-universal-special .item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-special .item-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Accent */
.additional-universal-special .decorative-accent {
  position: absolute;
  width: 60px;
  height: 60px;
  opacity: 0.1;
  pointer-events: none;
}

.additional-universal-special .accent-left {
  bottom: 15px;
  left: 15px;
  border-bottom: 3px solid var(--primary-500);
  border-left: 3px solid var(--primary-500);
}

.additional-universal-special .accent-right {
  bottom: 15px;
  right: 15px;
  border-bottom: 3px solid var(--primary-500);
  border-right: 3px solid var(--primary-500);
}

/* Visual Content */
.additional-universal-special .visual-container {
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.additional-universal-special .image-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.additional-universal-special .placeholder-1 {
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-200) 100%);
}

.additional-universal-special .placeholder-2 {
  background: linear-gradient(135deg, var(--accent-100) 0%, var(--accent-200) 100%);
}

.additional-universal-special .placeholder-3 {
  background: linear-gradient(135deg, var(--primary-200) 0%, var(--accent-200) 100%);
}

.additional-universal-special .placeholder-4 {
  background: linear-gradient(135deg, var(--accent-200) 0%, var(--primary-100) 100%);
}

.additional-universal-special .placeholder-5 {
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--accent-100) 100%);
}

.additional-universal-special .content-row:hover .image-placeholder {
  transform: scale(1.02);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* Floating Icon */
.additional-universal-special .floating-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
  animation: float-gentle 3s ease-in-out infinite;
}

.additional-universal-special .floating-icon i {
  font-size: 2rem;
  color: var(--neutral-0);
}

@keyframes float-gentle {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Background Shapes */
.additional-universal-special .bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  filter: blur(60px);
}

.additional-universal-special .shape-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  top: 10%;
  left: -150px;
}

.additional-universal-special .shape-2 {
  width: 450px;
  height: 450px;
  background: var(--accent-300);
  bottom: 15%;
  right: -150px;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-special {
    padding: 4rem 0;
  }

  .additional-universal-special .content-row {
    margin-bottom: 3rem;
  }

  .additional-universal-special .visual-container {
    height: 300px;
    margin-bottom: 2rem;
  }

  .additional-universal-special .content-row .order-2 .visual-container {
    margin-bottom: 0;
    margin-top: 2rem;
  }

  .additional-universal-special .text-wrapper {
    padding: 1.75rem;
  }

  .additional-universal-special .content-row .order-lg-2 .text-wrapper {
    border-left: 4px solid var(--primary-500);
    border-right: none;
  }

  .additional-universal-special .content-row .order-lg-2 .text-wrapper:hover {
    transform: translateX(8px);
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-special {
    padding: 3rem 0;
  }

  .additional-universal-special .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-special .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-special .section-description {
    font-size: 1rem;
  }

  .additional-universal-special .content-row {
    margin-bottom: 2.5rem;
  }

  .additional-universal-special .text-wrapper {
    padding: 1.5rem;
  }

  .additional-universal-special .item-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .additional-universal-special .item-title {
    font-size: 1.35rem;
  }

  .additional-universal-special .item-description {
    font-size: 0.95rem;
  }

  .additional-universal-special .visual-container {
    height: 250px;
  }

  .additional-universal-special .floating-icon {
    width: 60px;
    height: 60px;
  }

  .additional-universal-special .floating-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-special .bg-shape {
    display: none;
  }
}


.additional-universal-bold {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-bold .header-line {
  width: 80px;
  height: 3px;
  background: var(--primary-500);
  margin: 0 auto 1.5rem;
}

.additional-universal-bold .section-header h1 {
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.additional-universal-bold .section-header h2 {
  color: var(--text-secondary);
  font-weight: 600;
  letter-spacing: 1px;
}

.additional-universal-bold .section-header p {
  color: var(--text-secondary);
  max-width: 760px;
  margin: 0 auto;
}

/* Features Grid */
.additional-universal-bold .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 2;
}

/* Feature Box */
.additional-universal-bold .feature-box {
  transition: transform 0.3s ease;
}

.additional-universal-bold .feature-box:hover {
  transform: translateY(-8px);
}

/* Feature Frame */
.additional-universal-bold .feature-frame {
  background: var(--surface-secondary);
  border: 2px solid var(--neutral-300);
  padding: 2.5rem 2rem;
  position: relative;
  transition: all 0.4s ease;
}

.additional-universal-bold .feature-box:hover .feature-frame {
  border-color: var(--primary-500);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

/* Corner Accents */
.additional-universal-bold .corner-accent {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid var(--primary-500);
  transition: all 0.4s ease;
}

.additional-universal-bold .corner-accent.top-left {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
}

.additional-universal-bold .corner-accent.top-right {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
}

.additional-universal-bold .corner-accent.bottom-left {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
}

.additional-universal-bold .corner-accent.bottom-right {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
}

.additional-universal-bold .feature-box:hover .corner-accent {
  width: 24px;
  height: 24px;
  border-color: var(--primary-700);
}

/* Feature Icon */
.additional-universal-bold .feature-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 2rem;
  margin: 0 auto 1.5rem;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  transition: all 0.4s ease;
}

.additional-universal-bold .feature-box:hover .feature-icon {
  transform: rotate(45deg) scale(1.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Feature Content */
.additional-universal-bold .feature-content {
  text-align: center;
}

.additional-universal-bold .feature-content h3 {
  color: var(--text-primary);
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.additional-universal-bold .feature-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Grid Pattern Background */
.additional-universal-bold .grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(var(--neutral-300) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-300) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.03;
  pointer-events: none;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-bold .section-header h1 {
    font-size: 2rem;
  }

  .additional-universal-bold .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }

  .additional-universal-bold .feature-frame {
    padding: 2rem 1.5rem;
  }

  .additional-universal-bold .feature-icon {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .additional-universal-bold .section-header h1 {
    font-size: 1.75rem;
  }

  .additional-universal-bold .section-header h2 {
    font-size: 1.1rem;
  }

  .additional-universal-bold .features-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .additional-universal-bold .feature-frame {
    padding: 1.75rem 1.25rem;
  }

  .additional-universal-bold .feature-icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }

  .additional-universal-bold .feature-content h3 {
    font-size: 1.1rem;
  }

  .additional-universal-bold .corner-accent {
    width: 12px;
    height: 12px;
  }

  .additional-universal-bold .feature-box:hover .corner-accent {
    width: 16px;
    height: 16px;
  }
}


/* 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 - Bordered Style */
.newsletter-section {
    margin: 30px 0;
    padding: 25px;
    border: 3px solid #e0e0e0;
    border-radius: 10px;
    background: white;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-title {
    font-size: 19px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
    text-align: center !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #667eea !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: #666 !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    text-align: center !important;
    line-height: 1.5 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter-input {
    padding: 13px 16px !important;
    border: 2px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: white !important;
    color: #333 !important;
}

.newsletter-input:focus {
    border-color: #667eea !important;
    background: #f8f9ff !important;
}

.newsletter-button {
    padding: 13px 20px !important;
    background: white !important;
    color: #667eea !important;
    border: 2px solid #667eea !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.newsletter-button:hover {
    background: #667eea !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(102,126,234,0.3) !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 16px !important;
    padding: 14px !important;
    background: white !important;
    border: 2px solid #10b981 !important;
    border-radius: 6px !important;
    color: #065f46 !important;
    text-align: center !important;
    font-size: 13px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        margin: 20px auto;
        padding: 20px;
        max-width: 320px;
    }
}





/* Site Rating Reviews Badge - Elegant Style */
section#site-rating-reviews-widget.site-rating-reviews-badge-section,
.site-rating-reviews-badge-section {
    padding: 40px 0 !important;
    background: #2c3e50 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#site-rating-reviews-widget .site-rating-reviews-badge-container,
.site-rating-reviews-badge-container {
    max-width: 450px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.site-rating-reviews-badge {
    display: block !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 35px 30px !important;
    text-decoration: none !important;
    color: #2c3e50 !important;
    box-shadow: 0 15px 50px rgba(0,0,0,0.3) !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    border: none !important;
    position: relative !important;
    overflow: hidden !important;
}

.site-rating-reviews-badge::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%) !important;
}

.site-rating-reviews-badge:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4) !important;
    text-decoration: none !important;
    color: #2c3e50 !important;
}

.site-rating-reviews-badge-header {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid #f0f0f0 !important;
}

.site-rating-reviews-platform-icon {
    font-size: 28px !important;
    color: #667eea !important;
}

.site-rating-reviews-platform-name {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    letter-spacing: 0.5px !important;
}

.site-rating-reviews-badge-rating {
    margin-bottom: 18px !important;
}

.site-rating-reviews-stars {
    display: inline-block !important;
    margin-bottom: 12px !important;
}

.site-rating-reviews-star {
    color: #f59e0b !important;
    font-size: 24px !important;
    margin: 0 2px !important;
}

.site-rating-reviews-star-empty {
    color: #e0e0e0 !important;
    font-size: 24px !important;
    margin: 0 2px !important;
}

.site-rating-reviews-score {
    display: block !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-top: 8px !important;
}

.site-rating-reviews-badge-footer {
    border-top: 2px solid #f0f0f0 !important;
    padding-top: 15px !important;
}

.site-rating-reviews-text {
    font-size: 15px !important;
    color: #666666 !important;
    font-weight: 400 !important;
    letter-spacing: 0.3px !important;
}

@media (max-width: 768px) {
    .site-rating-reviews-badge-section {
        padding: 30px 0 !important;
    }
    
    .site-rating-reviews-badge {
        padding: 30px 25px !important;
    }
    
    .site-rating-reviews-score {
        font-size: 32px !important;
    }
}


/* 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-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    flex: 1 !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-always-active-badge {
    display: inline-block !important;
    padding: 2px 8px !important;
    background: #e3f2fd !important;
    color: #1976d2 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    width: fit-content !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.ocm-essential-note {
    margin: 8px 0 0 0 !important;
    padding: 8px 12px !important;
    background: #fff3cd !important;
    border-left: 3px solid #ffc107 !important;
    color: #856404 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 4px !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* === THEME: gradient-v003 === */
.ocm-theme-gradient-v003 {
    background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 50%, #00d2ff 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 18px !important;
    box-shadow: 0 25px 70px rgba(0, 210, 255, 0.3) !important;
}

.ocm-theme-gradient-v003 .ocm-title,
.ocm-theme-gradient-v003 .ocm-description,
.ocm-theme-gradient-v003 .ocm-category-title,
.ocm-theme-gradient-v003 .ocm-category-desc {
    color: #ffffff !important;
}

.ocm-theme-gradient-v003 .ocm-close {
    color: #ffffff !important;
}

.ocm-theme-gradient-v003 .ocm-btn {
    border-radius: 10px !important;
}

.ocm-theme-gradient-v003 .ocm-btn-accept {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #3a7bd5 !important;
    font-weight: 700 !important;
}

.ocm-theme-gradient-v003 .ocm-btn-accept:hover {
    background: #ffffff !important;
}

.ocm-theme-gradient-v003 .ocm-category {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

/* === TOGGLE STYLE 10 === */
.ocm-toggle.ocm-toggle-style-10 {
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
    transform: rotate(45deg) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(250, 112, 154, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-10:hover {
    transform: rotate(45deg) scale(1.15) !important;
    box-shadow: 0 12px 32px rgba(250, 112, 154, 0.4) !important;
}

.ocm-toggle.ocm-toggle-style-10::before {
    content: "🍪" !important;
    transform: rotate(-45deg) !important;
    display: block !important;
    font-size: 20px !important;
}