:root {
  --primary-50: #fff7ed;
  --primary-50-rgb: 255, 247, 237;
  --primary-50-rgb: 255, 247, 237;
  --primary-100: #ffedd5;
  --primary-100-rgb: 255, 237, 213;
  --primary-100-rgb: 255, 237, 213;
  --primary-300: #fdba74;
  --primary-300-rgb: 253, 186, 116;
  --primary-300-rgb: 253, 186, 116;
  --primary-500: #f97316;
  --primary-500-rgb: 249, 115, 22;
  --primary-500-rgb: 249, 115, 22;
  --primary-700: #c2410c;
  --primary-700-rgb: 194, 65, 12;
  --primary-700-rgb: 194, 65, 12;
  --primary-200: #fed4a5;
  --primary-200-rgb: 254, 212, 165;
  --primary-200-rgb: 254, 212, 165;
  --primary-400: #fb9745;
  --primary-400-rgb: 251, 151, 69;
  --primary-400-rgb: 251, 151, 69;
  --primary-600: #de5a11;
  --primary-600-rgb: 222, 90, 17;
  --primary-600-rgb: 222, 90, 17;
  --primary-800: #9b340a;
  --primary-800-rgb: 155, 52, 10;
  --primary-800-rgb: 155, 52, 10;
  --primary-900: #842c09;
  --primary-900-rgb: 132, 44, 9;
  --primary-900-rgb: 132, 44, 9;
  --primary-950: #5c1f06;
  --primary-950-rgb: 92, 31, 6;
  --primary-950-rgb: 92, 31, 6;
  --primary-rgb: 249, 115, 22;
  --neutral-50: #fafafa;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-100: #f5f5f5;
  --neutral-100-rgb: 245, 245, 245;
  --neutral-100-rgb: 245, 245, 245;
  --neutral-300: #d4d4d4;
  --neutral-300-rgb: 212, 212, 212;
  --neutral-300-rgb: 212, 212, 212;
  --neutral-500: #737373;
  --neutral-500-rgb: 115, 115, 115;
  --neutral-500-rgb: 115, 115, 115;
  --neutral-700: #404040;
  --neutral-700-rgb: 64, 64, 64;
  --neutral-700-rgb: 64, 64, 64;
  --neutral-900: #2b2b2b;
  --neutral-900-rgb: 43, 43, 43;
  --neutral-900-rgb: 43, 43, 43;
  --neutral-200: #e5e5e5;
  --neutral-200-rgb: 229, 229, 229;
  --neutral-200-rgb: 229, 229, 229;
  --neutral-400: #a4a4a4;
  --neutral-400-rgb: 164, 164, 164;
  --neutral-400-rgb: 164, 164, 164;
  --neutral-600: #5a5a5a;
  --neutral-600-rgb: 90, 90, 90;
  --neutral-600-rgb: 90, 90, 90;
  --neutral-800: #333333;
  --neutral-800-rgb: 51, 51, 51;
  --neutral-800-rgb: 51, 51, 51;
  --neutral-950: #1e1e1e;
  --neutral-950-rgb: 30, 30, 30;
  --neutral-950-rgb: 30, 30, 30;
  --surface-primary: var(--neutral-50);
  --surface-secondary: var(--neutral-100);
  --surface-accent: var(--primary-50);
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-accent: var(--primary-500);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #000000;
  --button-primary-text-rgb: 0, 0, 0;
  --button-secondary-bg: var(--neutral-100);
  --button-secondary-text: var(--neutral-900);
  --border-light: var(--neutral-300);
  --border-medium: var(--neutral-500);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --accent-50: #fff8d8;
  --accent-50-rgb: 255, 248, 216;
  --accent-50-rgb: 255, 248, 216;
  --accent-100: #fff0c2;
  --accent-100-rgb: 255, 240, 194;
  --accent-100-rgb: 255, 240, 194;
  --accent-200: #feda96;
  --accent-200-rgb: 254, 218, 150;
  --accent-200-rgb: 254, 218, 150;
  --accent-300: #fec46a;
  --accent-300-rgb: 254, 196, 106;
  --accent-300-rgb: 254, 196, 106;
  --accent-400: #fca73f;
  --accent-400-rgb: 252, 167, 63;
  --accent-400-rgb: 252, 167, 63;
  --accent-500: #fb8814;
  --accent-500-rgb: 251, 136, 20;
  --accent-500-rgb: 251, 136, 20;
  --accent-600: #e8730f;
  --accent-600-rgb: 232, 115, 15;
  --accent-600-rgb: 232, 115, 15;
  --accent-700: #d45e0b;
  --accent-700-rgb: 212, 94, 11;
  --accent-700-rgb: 212, 94, 11;
  --accent-800: #b95209;
  --accent-800-rgb: 185, 82, 9;
  --accent-800-rgb: 185, 82, 9;
  --accent-900: #a94c08;
  --accent-900-rgb: 169, 76, 8;
  --accent-900-rgb: 169, 76, 8;
  --accent-950: #8d4105;
  --accent-950-rgb: 141, 65, 5;
  --accent-950-rgb: 141, 65, 5;
  --accent-rgb: 251, 136, 20;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --overlay-light-rgb: 255, 255, 255;
  --overlay-dark-rgb: 0, 0, 0;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
  --text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
  --text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
  --text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
  --text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
  --text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --leading-extra_loose: 2.5;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --text-body: var(--text-primary);
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-11: 2.75rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-36: 9rem;
  --space-40: 10rem;
  --space-44: 11rem;
  --space-48: 12rem;
  --space-52: 13rem;
  --space-56: 14rem;
  --space-60: 15rem;
  --space-64: 16rem;
  --space-72: 18rem;
  --space-80: 20rem;
  --space-96: 24rem;
  --space-px: 1px;
  --space-0.5: 0.125rem;
  --space-1.5: 0.375rem;
  --space-2.5: 0.625rem;
  --space-3.5: 0.875rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  --space-6xl: 16rem;
  --section-py: clamp(3rem, 5vw, 5rem);
  --section-y-mobile: 3rem;
  --section-y-tablet: 4rem;
  --section-y-desktop: 5rem;
  --section-y-hero: clamp(4rem, 10vw, 8rem);
  --section-x: clamp(1rem, 3vw, 2rem);
  --section-gap: clamp(1.5rem, 3vw, 2.5rem);
  --card-padding: 1.5rem;
  --card-gap: 1rem;
  --button-padding-x: 1.5rem;
  --button-padding-y: 0.75rem;
  --form-gap: 1rem;
}


/* ===== EFFECTS & ELEVATION (Theme-Independent) ===== */
:root {
  /* Shadows */
  --shadow-none: none;
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  
  /* Border Radius */
  --radius-none: 0;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --transition-all: all 0.3s ease;
  
  /* Opacity */
  --opacity-disabled: 0.5;
  --opacity-loading: 0.7;
  --opacity-overlay: 0.8;
}

/* ===== SECTION BASE STYLES ===== */
section {
  padding-top: var(--section-y-mobile);
  padding-bottom: var(--section-y-mobile);
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}

@media (min-width: 768px) {
  section {
    padding-top: var(--section-y-tablet);
    padding-bottom: var(--section-y-tablet);
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--section-y-desktop);
    padding-bottom: var(--section-y-desktop);
  }
}

/* Hero section special spacing */
section[id="hero"] {
  padding-top: var(--section-y-hero);
  padding-bottom: var(--section-y-hero);
}

/* ===== RESPONSIVE BEHAVIOR ===== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {
  :root {
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  :root {
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-xl: none;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    break-inside: avoid;
  }
}

/* ===== BASE STYLES - ADDITIVE TO BOOTSTRAP ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  overflow-x: hidden;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
*:focus {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
}


﻿/* ===== FONT FAMILY UTILITIES ===== */
.site_font_primary {
  font-family: var(--font-primary);
}

.business_font_secondary {
  font-family: var(--font-secondary);
}

.main_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.container_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);
}

.studio_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);
}

.page_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 */
.theme_heading_1 {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.unique_heading_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.layout_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);
}

.fresh_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);
}

.design_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);
}

.dark_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 */
.premium_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);
}

.web_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);
}

.content_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 */
.style_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);
}

.custom_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 */
.light_code_inline {
  font-family: var(--font-mono);
  font-size: 0.875em;
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  background-color: var(--bg-muted);
  color: var(--text-primary);
  padding: 0.125rem 0.25rem;
  border-radius: var(--radius-sm);
}

.core_code_block {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  background-color: var(--bg-muted);
  color: var(--text-primary);
  padding: var(--space-4);
  border-radius: var(--radius-md);
  overflow-x: auto;
}

/* ===== SECTION-SPECIFIC TYPOGRAPHY ===== */

/* Hero Section Typography */
.creative_hero_title {
  font-family: var(--font-secondary);
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tighter);
  color: var(--text-primary);
  margin-bottom: var(--space-6);
}

.new_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 */
.section_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);
}

.modern_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);
}

.elite_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 */
.digital_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);
}

.ui_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 */
.company_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);
}

.company_nav_link:hover,
.company_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 */
.bright_footer_text {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-muted);
}

/* ===== RESPONSIVE TYPOGRAPHY ===== */
@media (max-width: 768px) {
  .creative_hero_title {
    font-size: var(--text-4xl);
  }
  
  .section_section_title {
    font-size: var(--text-3xl);
  }
  
  .container_display_1 {
    font-size: var(--text-5xl);
  }
  
  .studio_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .creative_hero_title {
    font-size: var(--text-3xl);
  }
  
  .section_section_title {
    font-size: var(--text-2xl);
  }
  
  .container_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 ===== */
.pro_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;background-clip: text;
  display: inline-block;
}

.agency_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.base_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.app_text_balance {
  text-wrap: balance;
}

.top_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .company_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .style_caption,
  .custom_overline,
  .bright_footer_text {
    color: var(--text-secondary);
  }
  
  .new_hero_subtitle,
  .modern_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .creative_hero_title,
  .section_section_title,
  .theme_heading_1,
  .unique_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .pro_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 ===== */
.minimal_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.prime_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clean_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bold_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.best_stack {
  display: flex;
  flex-direction: column;
}

.main26_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main52_full_height {
  min-height: 100vh;
}

.new62_section_height {
  min-height: 80vh;
}

.premium2_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.brand53_m_0 { margin: 0; }
.top55_m_1 { margin: var(--space-1); }
.premium30_m_2 { margin: var(--space-2); }
.style26_m_3 { margin: var(--space-3); }
.custom63_m_4 { margin: var(--space-4); }
.clean51_m_6 { margin: var(--space-6); }
.section99_m_8 { margin: var(--space-8); }
.container18_m_12 { margin: var(--space-12); }
.layout73_m_16 { margin: var(--space-16); }

.main48_mx_auto { margin-left: auto; margin-right: auto; }
.minimal86_my_auto { margin-top: auto; margin-bottom: auto; }

.custom91_mt_0 { margin-top: 0; }
.main88_mt_4 { margin-top: var(--space-4); }
.premium50_mt_8 { margin-top: var(--space-8); }
.light13_mt_12 { margin-top: var(--space-12); }

.brand73_mb_0 { margin-bottom: 0; }
.container96_mb_4 { margin-bottom: var(--space-4); }
.theme8_mb_8 { margin-bottom: var(--space-8); }
.new29_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.main52_p_0 { padding: 0; }
.studio16_p_1 { padding: var(--space-1); }
.core20_p_2 { padding: var(--space-2); }
.company0_p_3 { padding: var(--space-3); }
.unique91_p_4 { padding: var(--space-4); }
.ui80_p_6 { padding: var(--space-6); }
.digital52_p_8 { padding: var(--space-8); }

.light96_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.fresh4_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.agency64_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.app11_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.brand20_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.fresh90_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.light34_gap_1 { gap: var(--space-1); }
.brand47_gap_2 { gap: var(--space-2); }
.smart8_gap_3 { gap: var(--space-3); }
.style50_gap_4 { gap: var(--space-4); }
.studio20_gap_6 { gap: var(--space-6); }
.premium73_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.web14_shadow_none { box-shadow: var(--shadow-none); }
.brand77_shadow_xs { box-shadow: var(--shadow-xs); }
.company65_shadow_sm { box-shadow: var(--shadow-sm); }
.business76_shadow_md { box-shadow: var(--shadow-md); }
.fresh27_shadow_lg { box-shadow: var(--shadow-lg); }
.clean9_shadow_xl { box-shadow: var(--shadow-xl); }
.core64_shadow_2xl { box-shadow: var(--shadow-2xl); }
.fresh41_shadow_inner { box-shadow: var(--shadow-inner); }
.company39_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.prime46_radius_none { border-radius: var(--radius-none); }
.new4_radius_xs { border-radius: var(--radius-xs); }
.bright90_radius_sm { border-radius: var(--radius-sm); }
.smart63_radius_md { border-radius: var(--radius-md); }
.app96_radius_lg { border-radius: var(--radius-lg); }
.core70_radius_xl { border-radius: var(--radius-xl); }
.fresh42_radius_2xl { border-radius: var(--radius-2xl); }
.content17_radius_3xl { border-radius: var(--radius-3xl); }
.base53_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.theme56_gradient_primary {
  background: var(--gradient-primary);
}

.app28_gradient_secondary {
  background: var(--gradient-secondary);
}

.top36_gradient_hero {
  background: var(--gradient-hero);
}

.agency77_gradient_card {
  background: var(--gradient-card);
}

.modern63_gradient_overlay {
  position: relative;
}

.modern63_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;
}

.modern63_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.style97_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.style97_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.core35_hover_scale {
  transition: transform var(--transition-normal);
}

.core35_hover_scale:hover {
  transform: scale(1.02);
}

.section58_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.section58_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.company28_hover_fade {
  transition: opacity var(--transition-normal);
}

.company28_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.content89_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.content89_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.dark45_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fresh42_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.design37_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.unique62_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.modern28_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.web29_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.content86_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.unique65_timeline {
  position: relative;
}

.unique65_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.main4_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.main4_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.main4_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.layout81_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.prime43_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;
  }
}

.style61_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;
  }
}

.premium35_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 */
.prime6_transition_all {
  transition: var(--transition-all);
}

.site53_transition_fast {
  transition: all var(--transition-fast);
}

.ui72_transition_normal {
  transition: all var(--transition-normal);
}

.web59_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.web40_bg_primary { background-color: var(--bg-primary); }
.ui31_bg_secondary { background-color: var(--bg-secondary); }
.design40_bg_muted { background-color: var(--bg-muted); }
.app76_bg_glass { background-color: var(--bg-glass); }

.custom85_text_primary { color: var(--text-primary); }
.studio3_text_secondary { color: var(--text-secondary); }
.bold34_text_muted { color: var(--text-muted); }
.unique26_text_inverse { color: var(--text-inverse); }
.content9_text_link { color: var(--text-link); }

.studio33_border_light { border-color: var(--border-light); }
.smart40_border_medium { border-color: var(--border-medium); }
.bold22_border_strong { border-color: var(--border-strong); }
.digital67_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .design37_services_grid,
  .modern28_features_grid,
  .unique62_team_grid,
  .content86_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .web29_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .unique65_timeline::before {
    left: 30px;
  }
  
  .main4_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .new62_section_height {
    min-height: 60vh;
  }
  
  .premium2_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .web29_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .main4_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.best54_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;
}

.pro5_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.theme44_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);
}

.theme44_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .theme33_no_print {
    display: none !important;
  }
  
  .light95_print_only {
    display: block !important;
  }
  
  .brand77_shadow_xs,
  .company65_shadow_sm,
  .business76_shadow_md,
  .fresh27_shadow_lg,
  .clean9_shadow_xl,
  .core64_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .layout81_fade_in,
  .prime43_slide_up,
  .style61_slide_in_left,
  .premium35_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .style97_hover_lift,
  .core35_hover_scale,
  .section58_hover_shadow,
  .company28_hover_fade,
  .prime6_transition_all,
  .site53_transition_fast,
  .ui72_transition_normal,
  .web59_transition_slow {
    transition: none;
  }
}

/* ============================================
   HEADER V-245 - PROFESSIONAL BLUE THEME
   ============================================ */

.header-modern {
  position: relative;
  background: var(--surface-primary);
  box-shadow: 0 2px 12px rgba(var(--black-rgb), 0.04);
  z-index: 1000;
}

.header-modern .navbar {
  padding: 1rem 0;
  position: relative;
}

/* ============================================
   BRAND/LOGO STYLING
   ============================================ */

.header-modern .navbar-brand {
  padding: 0;
  margin: 0;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.header-modern .navbar-brand:hover {
  transform: translateY(-2px);
}

.header-modern .brand-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header-modern .brand-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.header-modern .brand-icon i {
  font-size: 1.25rem;
  color: var(--light);
}

.header-modern .navbar-brand:hover .brand-icon {
  transform: rotate(10deg) scale(1.05);
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
}

.header-modern .brand-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

/* ============================================
   CUSTOM HAMBURGER MENU - DARK COLOR
   ============================================ */

.header-modern .hamburger-checkbox {
  display: none;
}

.header-modern .hamburger-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 22px;
  cursor: pointer;
  position: relative;
  z-index: 10003;
  padding: 0;
  background: transparent;
  border: none;
}

.header-modern .hamburger-line {
  width: 100%;
  height: 3px;
  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-modern .hamburger-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg);
}

.header-modern .hamburger-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-modern .hamburger-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg);
}

/* ============================================
   NAVIGATION LINKS - IDENTICAL STYLING
   ============================================ */

.header-modern .navbar-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-modern .nav-link {
  color: var(--text-primary);
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  margin: 0;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}

.header-modern .nav-link::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 20px;
  height: 2px;
  background: var(--primary-500);
  border-radius: 2px;
  transition: transform 0.3s ease;
}

.header-modern .nav-link:hover {
  color: var(--primary-500);
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
}

.header-modern .nav-link:hover::before {
  transform: translateX(-50%) scaleX(1);
}

/* ============================================
   DECORATIVE ELEMENTS
   ============================================ */

.header-modern .header-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.header-modern .deco-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
}

.header-modern .deco-circle-1 {
  width: 120px;
  height: 120px;
  background: var(--primary-500);
  top: -40px;
  right: -20px;
  animation: float-v245 6s ease-in-out infinite;
}

.header-modern .deco-circle-2 {
  width: 80px;
  height: 80px;
  background: var(--primary-700);
  bottom: -20px;
  right: 40px;
  animation: float-v245 8s ease-in-out infinite reverse;
}

@keyframes float-v245 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(10deg);
  }
}

/* ============================================
   MOBILE STYLES - CORRECT Z-INDEX
   ============================================ */

@media (max-width: 991.98px) {
  .header-modern .hamburger-toggle {
    display: flex;
  }

  .header-modern .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--surface-primary);
    box-shadow: -4px 0 20px rgba(var(--black-rgb), 0.1);
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10;
    overflow-y: auto;
  }

  .header-modern .hamburger-checkbox:checked ~ .navbar-collapse {
    right: 0;
  }

  .header-modern .mobile-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(var(--black-rgb), 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: -1;
    backdrop-filter: blur(4px);
  }

  .header-modern .hamburger-checkbox:checked ~ .navbar-collapse .mobile-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .header-modern .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 5rem 1.5rem 2rem;
  }

  .header-modern .nav-item {
    width: 100%;
    opacity: 0;
    transform: translateX(50px);
    animation: slideInNav-v245 0.4s ease forwards;
  }

  .header-modern .hamburger-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }

  .header-modern .hamburger-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(2) {
    animation-delay: 0.2s;
  }

  .header-modern .hamburger-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(3) {
    animation-delay: 0.3s;
  }

  .header-modern .hamburger-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(4) {
    animation-delay: 0.4s;
  }

  .header-modern .nav-link {
    color: var(--text-primary);
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem;
    margin: 0;
    border-radius: 8px;
    border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
  }

  .header-modern .nav-link::before {
    display: none;
  }

  .header-modern .nav-link:hover {
    background: color-mix(in srgb, var(--primary-500) 10%, transparent);
    transform: translateX(5px);
  }

  @keyframes slideInNav-v245 {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
}

/* ============================================
   TABLET OPTIMIZATION
   ============================================ */

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-modern .navbar-collapse {
    width: 320px;
  }

  .header-modern .nav-link {
    font-size: 1.0625rem;
  }
}

/* ============================================
   DESKTOP OPTIMIZATION
   ============================================ */

@media (min-width: 992px) {
  .header-modern .navbar {
    padding: 1.25rem 0;
  }

  .header-modern .navbar-nav {
    gap: 0.75rem;
  }

  .header-modern .nav-link {
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
  }
}

@media (min-width: 1200px) {
  .header-modern .navbar-nav {
    gap: 1rem;
  }

  .header-modern .brand-text {
    font-size: 1.375rem;
  }

  .header-modern .brand-icon {
    width: 44px;
    height: 44px;
  }

  .header-modern .brand-icon i {
    font-size: 1.375rem;
  }
}

/* Hero section */
.hero-custom {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%) 100%
  );
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Background Decorative Shapes */
.hero-custom__bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.hero-custom__shape {
  position: absolute;
  opacity: 0.1;
}

.hero-custom__shape--circle {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
  animation: float 20s infinite ease-in-out;
}

.hero-custom__shape--blob {
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  bottom: -150px;
  left: -150px;
  animation: morphing 15s infinite ease-in-out;
}

.hero-custom__shape--dots {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 10%;
  background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 20px 20px;
  animation: float 25s infinite ease-in-out reverse;
}

/* Content Styling */
.hero-custom__content {
  position: relative;
  z-index: 1;
}

.hero-custom__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(var(--black-rgb), 0.1);
  animation: pulse-soft 3s infinite;
}

.hero-custom__badge i {
  color: var(--light);
  font-size: 1.25rem;
}

.hero-custom__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}

.hero-custom__subtitle {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.hero-custom__description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 600px;
}

/* Features Grid */
.hero-custom__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 400px;
}

.hero-custom__feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--surface-primary);
  border: 2px solid var(--primary-100);
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.05);
}

.hero-custom__feature-item i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.hero-custom__feature-item:hover {
  transform: translateY(-5px);
  border-color: var(--primary-500);
  box-shadow: 0 8px 20px rgba(var(--black-rgb), 0.1);
}

.hero-custom__feature-item:hover i {
  transform: scale(1.2);
}

/* Image Section */
.hero-custom__image-wrapper {
  position: relative;
  z-index: 1;
}

.hero-custom__image {
  position: relative;
  z-index: 2;
}

.hero-custom__image img {
  border: 8px solid var(--surface-primary);
  transition: transform 0.5s ease;
}

.hero-custom__image:hover img {
  transform: scale(1.02);
}

/* Image Decorations */
.hero-custom__image-decoration {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(var(--black-rgb), 0.15);
  z-index: 3;
  animation: bounce-soft 3s infinite;
}

.hero-custom__image-decoration i {
  color: var(--light);
  font-size: 1.75rem;
}

.hero-custom__image-decoration--top {
  top: -20px;
  right: -20px;
  animation-delay: 0.5s;
}

.hero-custom__image-decoration--bottom {
  bottom: -20px;
  left: -20px;
  animation-delay: 1s;
}

/* Floating Icons */
.hero-custom__floating-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.hero-custom__floating-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--surface-primary);
  border: 2px solid var(--primary-300);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(var(--black-rgb), 0.1);
}

.hero-custom__floating-icon i {
  color: var(--primary-500);
  font-size: 1.5rem;
}

.hero-custom__floating-icon--1 {
  top: 15%;
  left: -10%;
  animation: float 4s infinite ease-in-out;
}

.hero-custom__floating-icon--2 {
  top: 60%;
  right: -5%;
  animation: float 5s infinite ease-in-out 0.5s;
}

.hero-custom__floating-icon--3 {
  bottom: 20%;
  left: 5%;
  animation: float 6s infinite ease-in-out 1s;
}

/* Background Shape Behind Image */
.hero-custom__image-bg-shape {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%), 
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%)
  );
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: 0;
  animation: morphing 20s infinite ease-in-out;
}

/* Bottom Wave */
.hero-custom__wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: var(--surface-primary);
  clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes morphing {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
}

@keyframes pulse-soft {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes bounce-soft {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .hero-custom__title {
    font-size: 2.5rem;
  }

  .hero-custom__subtitle {
    font-size: 1.5rem;
  }

  .hero-custom__features {
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
  }

  .hero-custom__floating-icon {
    display: none;
  }

  .hero-custom__image-decoration {
    width: 50px;
    height: 50px;
  }

  .hero-custom__image-decoration i {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero-custom__title {
    font-size: 2rem;
  }

  .hero-custom__subtitle {
    font-size: 1.25rem;
  }

  .hero-custom__description {
    font-size: 1rem;
  }

  .hero-custom__features {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
  }

  .hero-custom__feature-item {
    width: 50px;
    height: 50px;
  }

  .hero-custom__feature-item i {
    font-size: 1.25rem;
  }

  .hero-custom__badge {
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }

  .hero-custom__badge i {
    font-size: 1rem;
  }

  .hero-custom__image img {
    border-width: 4px;
  }

  .hero-custom__shape--circle {
    width: 250px;
    height: 250px;
  }

  .hero-custom__shape--blob {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .hero-custom__features {
    grid-template-columns: repeat(2, 1fr);
    max-width: 200px;
  }

  .hero-custom__image-decoration--top {
    top: -15px;
    right: -15px;
  }

  .hero-custom__image-decoration--bottom {
    bottom: -15px;
    left: -15px;
  }
}

/* ============================================
   About Section v-207 - Professional Blue Theme
   ============================================ */

.about-section-custom {
  position: relative;
  background: linear-gradient(
    180deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Decorative Shapes */
.about-section-custom .decorative-shape-top {
  position: absolute;
  top: -50px;
  right: 10%;
  width: 200px;
  height: 200px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  border-radius: 50%;
  z-index: 1;
  animation: float 6s ease-in-out infinite;
}

.about-section-custom .decorative-shape-bottom {
  position: absolute;
  bottom: -80px;
  left: 5%;
  width: 250px;
  height: 250px;
  background: linear-gradient(
    225deg,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  border-radius: 50%;
  z-index: 1;
  animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

/* Section Header */
.about-section-custom .section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 1rem;
}

.about-section-custom .section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.about-section-custom .section-description {
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 100%;
}

/* Content Wrapper */
.about-section-custom .content-wrapper {
  position: relative;
  z-index: 2;
}

/* Feature Cards */
.about-section-custom .feature-card {
  background: var(--surface-primary);
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 16px;
  padding: 1.75rem;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.about-section-custom .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-section-custom .feature-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-500);
  box-shadow: 
    0 12px 24px color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    0 6px 12px color-mix(in srgb, var(--neutral-900) 10%, transparent 90%);
}

.about-section-custom .feature-card:hover::before {
  transform: scaleX(1);
}

/* Feature Icon */
.about-section-custom .feature-icon-wrapper {
  width: 56px;
  height: 56px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
}

.about-section-custom .feature-card:hover .feature-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}

.about-section-custom .feature-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--light);
}

/* Feature Text */
.about-section-custom .feature-name {
  font-size: clamp(1.0625rem, 2vw, 1.1875rem);
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.about-section-custom .feature-desc {
  font-size: clamp(0.875rem, 1.8vw, 0.9375rem);
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Images Grid Wrapper */
.about-section-custom .images-grid-wrapper {
  position: relative;
  height: 600px;
  z-index: 2;
}

/* Decorative Circle Behind Images */
.about-section-custom .decorative-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-300) 25%, transparent 75%),
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%)
  );
  border-radius: 50%;
  z-index: 1;
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.4;
  }
}

/* Image Boxes */
.about-section-custom .image-box {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 
    0 8px 24px color-mix(in srgb, var(--neutral-900) 15%, transparent 85%),
    0 4px 12px color-mix(in srgb, var(--neutral-900) 10%, transparent 90%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  border: 4px solid var(--surface-primary);
}

.about-section-custom .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-section-custom .image-box:hover img {
  transform: scale(1.08);
}

.about-section-custom .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-700) 30%, transparent 70%) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.about-section-custom .image-box:hover .image-overlay {
  opacity: 1;
}

/* Main Image - Large Bottom Left */
.about-section-custom .image-main {
  top: 140px;
  left: 0;
  width: 380px;
  height: 280px;
}

/* Secondary Image - Top Right */
.about-section-custom .image-secondary {
  top: 0;
  right: 0;
  width: 280px;
  height: 220px;
}

/* Tertiary Image - Bottom Right */
.about-section-custom .image-tertiary {
  bottom: 0;
  right: 40px;
  width: 240px;
  height: 180px;
}

/* Dots Pattern */
.about-section-custom .dots-pattern {
  position: absolute;
  bottom: 30px;
  left: 50px;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(
    circle,
    var(--primary-500) 2px,
    transparent 2px
  );
  background-size: 20px 20px;
  opacity: 0.3;
  z-index: 1;
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .about-section-custom .images-grid-wrapper {
    height: 500px;
    margin-top: 3rem;
  }

  .about-section-custom .image-main {
    width: 320px;
    height: 240px;
    top: 120px;
  }

  .about-section-custom .image-secondary {
    width: 240px;
    height: 180px;
  }

  .about-section-custom .image-tertiary {
    width: 200px;
    height: 150px;
  }

  .about-section-custom .decorative-circle {
    width: 320px;
    height: 320px;
  }
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .about-section-custom .images-grid-wrapper {
    height: 450px;
  }

  .about-section-custom .image-main {
    width: 260px;
    height: 200px;
    top: 100px;
    left: 10px;
  }

  .about-section-custom .image-secondary {
    width: 200px;
    height: 150px;
    right: 10px;
  }

  .about-section-custom .image-tertiary {
    width: 160px;
    height: 120px;
    right: 20px;
  }

  .about-section-custom .decorative-circle {
    width: 280px;
    height: 280px;
  }

  .about-section-custom .dots-pattern {
    width: 80px;
    height: 80px;
    left: 30px;
  }

  .about-section-custom .feature-card {
    padding: 1.5rem;
  }

  .about-section-custom .decorative-shape-top,
  .about-section-custom .decorative-shape-bottom {
    display: none;
  }
}

/* Small Mobile */
@media (max-width: 575px) {
  .about-section-custom .images-grid-wrapper {
    height: 380px;
  }

  .about-section-custom .image-main {
    width: 220px;
    height: 170px;
    top: 90px;
  }

  .about-section-custom .image-secondary {
    width: 170px;
    height: 130px;
  }

  .about-section-custom .image-tertiary {
    width: 140px;
    height: 100px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .about-section-custom .feature-card,
  .about-section-custom .image-box,
  .about-section-custom .feature-icon-wrapper,
  .about-section-custom .image-box img {
    transition: none;
  }

  .about-section-custom .decorative-shape-top,
  .about-section-custom .decorative-shape-bottom,
  .about-section-custom .decorative-circle {
    animation: none;
  }
}

/* ========================================
   Features Section v-245 - Professional Blue
   Theme: professional-blue-01
   Layout: Card Grid with Decorative Elements
   ======================================== */

.features-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;
  padding: 5rem 0;
}

/* Header Decorative Elements */
.decorative-line-top {
  width: 60px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  margin: 0 auto 2rem;
  border-radius: 2px;
  position: relative;
}

.decorative-line-top::before,
.decorative-line-top::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.decorative-line-top::before {
  left: -15px;
}

.decorative-line-top::after {
  right: -15px;
}

.decorative-dots-pattern {
  display: grid;
  grid-template-columns: repeat(5, 6px);
  gap: 8px;
  justify-content: center;
  margin-top: 2rem;
}

.decorative-dots-pattern::before,
.decorative-dots-pattern::after {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--primary-300);
  border-radius: 50%;
  opacity: 0.4;
}

/* Typography */
#features-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

#features-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

#features-desc {
  color: var(--text-secondary);
  font-size: 1.125rem;
  line-height: 1.7;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Feature Cards */
.feature-card-modern {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2.5rem;
  position: relative;
  border: 2px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.feature-card-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card-modern:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.08);
}

.feature-card-modern:hover::before {
  transform: scaleX(1);
}

/* Icon Wrapper */
.feature-icon-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--primary-100),
    var(--primary-50)
  );
  border-radius: 16px;
  transform: rotate(45deg);
  transition: transform 0.4s ease;
}

.feature-card-modern:hover .icon-background {
  transform: rotate(45deg) scale(1.1);
}

.feature-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-700);
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.feature-card-modern:hover .feature-icon-wrapper i {
  color: var(--primary-500);
}

/* Feature Content */
.feature-content h4 {
  color: var(--text-primary);
  font-weight: 600;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.feature-card-modern:hover .feature-content h4 {
  color: var(--primary-700);
}

.feature-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Decorative Corner */
.feature-decoration-corner {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    transparent
  );
  opacity: 0.3;
  transition: all 0.4s ease;
}

.feature-card-modern:hover .feature-decoration-corner {
  opacity: 0.5;
  transform: scale(1.2);
}

/* Background Decorative Shapes */
.bg-shape-1,
.bg-shape-2 {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
  pointer-events: none;
}

.bg-shape-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: -250px;
  right: -150px;
  animation: float-shape-1 20s ease-in-out infinite;
}

.bg-shape-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-700);
  bottom: -200px;
  left: -100px;
  animation: float-shape-2 25s ease-in-out infinite;
}

/* Floating Icons */
.floating-icon-1,
.floating-icon-2 {
  position: absolute;
  font-size: 3rem;
  color: var(--primary-100);
  opacity: 0.15;
  pointer-events: none;
}

.floating-icon-1 {
  top: 15%;
  right: 10%;
  animation: float-rotate 15s ease-in-out infinite;
}

.floating-icon-2 {
  bottom: 20%;
  left: 8%;
  animation: float-pulse 12s ease-in-out infinite;
}

/* Animations */
@keyframes float-shape-1 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(30px, 30px) rotate(180deg);
  }
}

@keyframes float-shape-2 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-40px, 40px) rotate(-180deg);
  }
}

@keyframes float-rotate {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

@keyframes float-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.15;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.25;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .features-section-modern {
    padding: 4rem 0;
  }
  
  .feature-card-modern {
    padding: 2rem;
  }
  
  #features-title {
    font-size: 2rem;
  }
  
  #features-desc {
    font-size: 1rem;
  }
  
  .bg-shape-1,
  .bg-shape-2 {
    opacity: 0.02;
  }
}

@media (max-width: 767px) {
  .features-section-modern {
    padding: 3rem 0;
  }
  
  .feature-card-modern {
    padding: 1.75rem;
  }
  
  #features-title {
    font-size: 1.75rem;
  }
  
  .feature-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .feature-icon-wrapper i {
    font-size: 1.75rem;
  }
  
  .floating-icon-1,
  .floating-icon-2 {
    display: none;
  }
}

@media (max-width: 575px) {
  #features-title {
    font-size: 1.5rem;
  }
  
  #features-subtitle {
    font-size: 0.75rem;
  }
  
  #features-desc {
    font-size: 0.95rem;
  }
  
  .feature-card-modern {
    padding: 1.5rem;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .feature-card-modern,
  .icon-background,
  .feature-decoration-corner,
  .bg-shape-1,
  .bg-shape-2,
  .floating-icon-1,
  .floating-icon-2 {
    animation: none;
    transition: none;
  }
  
  .feature-card-modern:hover {
    transform: none;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .feature-card-modern {
    border-width: 3px;
    border-color: var(--primary-700);
  }
  
  .feature-content p {
    color: var(--text-primary);
  }
}

/* ========================================
   Services Section v-208
   Theme: professional-blue-01
   ======================================== */

.services-special {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
}

/* Section Header */
.services-special .section-header h2 {
  color: var(--text-primary);
  letter-spacing: -0.5px;
}

.services-special .section-header .lead {
  color: var(--primary-500);
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 0.875rem;
}

.services-special .section-header > p:last-of-type {
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
}

.services-special .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-500) 50%, 
    transparent 100%);
  margin: 2rem auto 0;
  border-radius: 2px;
}

/* Service Card */
.services-special .service-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.05);
  overflow: hidden;
}

.services-special .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 50%, 
    var(--primary-700) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.services-special .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
  border-color: var(--primary-300);
}

.services-special .service-card:hover::before {
  opacity: 1;
}

/* Featured Card */
.services-special .service-card.featured {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%);
  border: 2px solid var(--primary-300);
}

.services-special .service-card.featured::before {
  opacity: 1;
  height: 6px;
}

.services-special .featured-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1rem;
  animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Service Icon */
.services-special .service-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-special .icon-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    var(--primary-100) 0%, 
    color-mix(in srgb, var(--primary-300) 50%, var(--primary-100) 50%) 100%);
  border-radius: 20px;
  transform: rotate(45deg);
  transition: transform 0.4s ease;
}

.services-special .service-card:hover .icon-background {
  transform: rotate(45deg) scale(1.1);
}

.services-special .service-icon {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  color: var(--primary-700);
  transition: color 0.3s ease;
}

.services-special .service-card:hover .service-icon {
  color: var(--primary-500);
}

/* Service Content */
.services-special .service-name {
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.services-special .service-card:hover .service-name {
  color: var(--primary-700);
}

.services-special .service-description {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Features */
.services-special .features-wrapper {
  padding: 1rem;
  background: color-mix(in srgb, var(--primary-50) 30%, transparent 70%);
  border-radius: 8px;
  border-left: 3px solid var(--primary-300);
}

.services-special .features-list {
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.8;
  font-weight: 500;
}

/* Price */
.services-special .price-wrapper {
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}

.services-special .price-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.services-special .price-value {
  color: var(--primary-700);
  font-weight: 700;
  transition: color 0.3s ease;
}

.services-special .service-card:hover .price-value {
  color: var(--primary-500);
}

/* Card Accent */
.services-special .card-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at center, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%, 
    transparent 70%);
  border-radius: 50%;
  transform: translate(40%, 40%);
  transition: transform 0.4s ease;
}

.services-special .service-card:hover .card-accent {
  transform: translate(35%, 35%) scale(1.2);
}

/* Decorative Elements */
.services-special .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

.services-special .blob-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-100) 40%, transparent 60%) 0%, 
    transparent 70%);
  top: -150px;
  left: -150px;
  animation: float-blob 20s ease-in-out infinite;
}

.services-special .blob-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 30%, transparent 70%) 0%, 
    transparent 70%);
  bottom: -100px;
  right: -100px;
  animation: float-blob 25s ease-in-out infinite reverse;
}

.services-special .decorative-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.15;
}

.services-special .shape-1 {
  width: 200px;
  height: 200px;
  border: 2px solid var(--primary-300);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: 20%;
  right: 5%;
  animation: morph-shape 15s ease-in-out infinite;
}

.services-special .shape-2 {
  width: 150px;
  height: 150px;
  border: 2px solid var(--primary-500);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  bottom: 15%;
  left: 8%;
  animation: morph-shape 18s ease-in-out infinite reverse;
}

@keyframes float-blob {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -30px) scale(1.05); }
  66% { transform: translate(-20px, 20px) scale(0.95); }
}

@keyframes morph-shape {
  0%, 100% { 
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(0deg);
  }
  50% { 
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    transform: rotate(180deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .services-special .service-card {
    padding: 2rem 1.5rem;
  }
  
  .services-special .service-icon-wrapper {
    width: 70px;
    height: 70px;
  }
  
  .services-special .service-icon {
    font-size: 1.75rem;
  }
  
  .services-special .blob-1,
  .services-special .blob-2 {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .services-special {
    padding: 3rem 0;
  }
  
  .services-special .section-header h2 {
    font-size: 2rem;
  }
  
  .services-special .service-card {
    padding: 1.75rem 1.25rem;
  }
  
  .services-special .service-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .services-special .service-icon {
    font-size: 1.5rem;
  }
  
  .services-special .decorative-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .services-special .section-header h2 {
    font-size: 1.75rem;
  }
  
  .services-special .service-name {
    font-size: 1.25rem;
  }
  
  .services-special .featured-badge {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .services-special .service-card,
  .services-special .icon-background,
  .services-special .card-accent {
    transition: none;
  }
  
  .services-special .blob-1,
  .services-special .blob-2,
  .services-special .shape-1,
  .services-special .shape-2,
  .services-special .featured-badge {
    animation: none;
  }
}

/* Print Styles */
@media print {
  .services-special {
    background: white;
  }
  
  .services-special .service-card {
    border: 1px solid var(--dark);
    box-shadow: none;
    page-break-inside: avoid;
  }
  
  .services-special .decorative-blob,
  .services-special .decorative-shape {
    display: none;
  }
}

/* Professional Blue Theme - Priceplan Section v195 */
.priceplan-section-primary {
  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;
}

/* Decorative Background Elements */
.priceplan-section-primary .decorative-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}

.priceplan-section-primary .blob-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  top: -150px;
  left: -100px;
}

.priceplan-section-primary .blob-2 {
  width: 600px;
  height: 600px;
  background: var(--primary-500);
  bottom: -200px;
  right: -150px;
}

.priceplan-section-primary .decorative-circle {
  position: absolute;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
  z-index: 1;
}

.priceplan-section-primary .circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  right: 5%;
}

.priceplan-section-primary .circle-2 {
  width: 200px;
  height: 200px;
  bottom: 20%;
  left: 8%;
}

/* Section Header */
.priceplan-section-primary .header-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.1);
  position: relative;
  z-index: 2;
}

.priceplan-section-primary .header-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.priceplan-section-primary .section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.priceplan-section-primary .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.4;
  position: relative;
  z-index: 2;
}

.priceplan-section-primary .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Pricing Cards */
.priceplan-section-primary .pricing-card {
  background: var(--surface-primary);
  border: 2px solid var(--neutral-100);
  border-radius: 24px;
  padding: 0;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  overflow: hidden;
}

.priceplan-section-primary .pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-700));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.priceplan-section-primary .pricing-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(var(--black-rgb), 0.15);
  border-color: var(--primary-300);
}

.priceplan-section-primary .pricing-card:hover::before {
  opacity: 1;
}

/* Featured Card */
.priceplan-section-primary .pricing-card.featured {
  border: 3px solid var(--primary-500);
  box-shadow: 0 15px 40px rgba(var(--black-rgb), 0.12);
  transform: scale(1.05);
}

.priceplan-section-primary .pricing-card.featured::before {
  opacity: 1;
  height: 6px;
}

.priceplan-section-primary .pricing-card.featured:hover {
  transform: scale(1.05) translateY(-12px);
}

.priceplan-section-primary .popular-badge {
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--light);
  padding: 8px 45px;
  font-size: 0.85rem;
  font-weight: 700;
  transform: rotate(45deg);
  box-shadow: 0 4px 15px rgba(var(--black-rgb), 0.2);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
}

.priceplan-section-primary .popular-badge i {
  font-size: 1rem;
}

/* Card Header */
.priceplan-section-primary .card-header-custom {
  padding: 2.5rem 2rem 1.5rem;
  text-align: center;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 0%,
    var(--surface-primary) 100%
  );
}

.priceplan-section-primary .plan-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 18px;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 25px rgba(var(--black-rgb), 0.1);
}

.priceplan-section-primary .plan-icon i {
  font-size: 2rem;
  color: var(--light);
}

.priceplan-section-primary .plan-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.priceplan-section-primary .plan-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Card Body */
.priceplan-section-primary .card-body-custom {
  padding: 2rem;
}

.priceplan-section-primary .price-wrapper {
  text-align: center;
  padding: 1.5rem 0;
  margin-bottom: 2rem;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%),
    var(--surface-primary)
  );
  border-radius: 16px;
  border: 1px solid var(--neutral-100);
}

.priceplan-section-primary .currency {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-secondary);
  vertical-align: super;
}

.priceplan-section-primary .price-amount {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--primary-700);
  line-height: 1;
}

.priceplan-section-primary .price-period {
  font-size: 1.1rem;
  color: var(--text-secondary);
  font-weight: 500;
}

/* Features */
.priceplan-section-primary .features-wrapper {
  margin-top: 1.5rem;
}

.priceplan-section-primary .features-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--text-primary);
  font-size: 1.1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--neutral-100);
}

.priceplan-section-primary .features-header i {
  font-size: 1.3rem;
  color: var(--primary-500);
}

.priceplan-section-primary .features-list {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  padding-left: 0;
}

/* Card Footer */
.priceplan-section-primary .card-footer-custom {
  padding: 1.5rem 2rem 2rem;
  text-align: center;
  position: relative;
}

.priceplan-section-primary .decorative-line {
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary-300),
    transparent
  );
  margin-bottom: 1rem;
}

.priceplan-section-primary .plan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%);
  border-radius: 50%;
  border: 2px solid var(--primary-300);
}

.priceplan-section-primary .plan-badge i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

/* Decorative Icons Grid */
.priceplan-section-primary .decorative-icons-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.priceplan-section-primary .icon-float {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.priceplan-section-primary .icon-float i {
  font-size: 1.8rem;
  color: var(--primary-300);
  opacity: 0.5;
}

.priceplan-section-primary .icon-float:nth-child(1) {
  animation-delay: 0s;
}

.priceplan-section-primary .icon-float:nth-child(2) {
  animation-delay: 1.5s;
}

.priceplan-section-primary .icon-float:nth-child(3) {
  animation-delay: 3s;
}

.priceplan-section-primary .icon-float:nth-child(4) {
  animation-delay: 4.5s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .priceplan-section-primary .section-title {
    font-size: 2rem;
  }

  .priceplan-section-primary .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-primary .pricing-card.featured {
    transform: scale(1);
  }

  .priceplan-section-primary .pricing-card.featured:hover {
    transform: scale(1) translateY(-12px);
  }

  .priceplan-section-primary .icon-float {
    width: 50px;
    height: 50px;
  }

  .priceplan-section-primary .icon-float i {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-primary .section-title {
    font-size: 1.75rem;
  }

  .priceplan-section-primary .section-subtitle {
    font-size: 1.1rem;
  }

  .priceplan-section-primary .section-description {
    font-size: 1rem;
  }

  .priceplan-section-primary .price-amount {
    font-size: 3rem;
  }

  .priceplan-section-primary .plan-name {
    font-size: 1.5rem;
  }

  .priceplan-section-primary .popular-badge {
    font-size: 0.75rem;
    padding: 6px 40px;
  }

  .priceplan-section-primary .card-header-custom,
  .priceplan-section-primary .card-body-custom,
  .priceplan-section-primary .card-footer-custom {
    padding: 1.5rem;
  }

  .priceplan-section-primary .decorative-icons-grid {
    display: none;
  }
}

@media (max-width: 575px) {
  .priceplan-section-primary .header-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .priceplan-section-primary .header-icon-wrapper i {
    font-size: 1.5rem;
  }

  .priceplan-section-primary .pricing-card:hover {
    transform: translateY(-8px);
  }
}

/* Reviews section */

.reviews-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 */
.section-header-special {
  position: relative;
  z-index: 2;
}

.section-header-special h2 {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.section-header-special h3 {
  color: var(--primary-500);
  font-weight: 600;
}

.section-header-special p {
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

/* Review Cards */
.review-card-special {
  position: relative;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.review-card-special:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
  border-color: var(--primary-300);
}

.review-card-special::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-300) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.review-card-special:hover::before {
  transform: scaleX(1);
}

/* Featured Review */
.review-featured-special {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%) 100%);
  border-width: 2px;
  border-color: var(--primary-300);
}

.review-featured-special::before {
  height: 5px;
  background: linear-gradient(90deg, 
    var(--primary-700) 0%, 
    var(--primary-500) 50%,
    var(--primary-300) 100%);
}

/* Review Header */
.review-header-special {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.reviewer-avatar-special {
  flex-shrink: 0;
}

.avatar-circle-special {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--surface-primary);
  font-size: 2rem;
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
  transition: transform 0.3s ease;
}

.review-card-special:hover .avatar-circle-special {
  transform: scale(1.1) rotate(5deg);
}

.reviewer-info-special {
  flex: 1;
  padding-top: 0.5rem;
}

.reviewer-name-special {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.4;
}

.decorative-line-special {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    transparent 100%);
  margin-top: 0.5rem;
  border-radius: 2px;
}

.quote-icon-special {
  flex-shrink: 0;
  font-size: 2.5rem;
  color: color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
  line-height: 1;
}

/* Review Content */
.review-content-special {
  position: relative;
  z-index: 1;
}

.review-text-special {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin: 0;
  position: relative;
}

.review-featured-special .review-text-special {
  font-size: 1.1rem;
  line-height: 1.9;
}

/* Review Decorative Elements */
.review-decorative-special {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  pointer-events: none;
}

.decorative-shape-special {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%, 
    transparent 70%);
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.5s ease;
}

.review-card-special:hover .decorative-shape-special {
  transform: scale(1);
}

.decorative-shape-featured-special {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%) 0%, 
    transparent 70%);
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.6s ease;
}

.review-featured-special:hover .decorative-shape-featured-special {
  transform: scale(1);
}

/* Background Decorations */
.background-decorations-special {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

.decoration-blob-special {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.3;
}

.decoration-blob-1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 100%);
  top: -100px;
  right: -100px;
  animation: float-blob-1 20s ease-in-out infinite;
}

.decoration-blob-2 {
  width: 350px;
  height: 350px;
  background: linear-gradient(225deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 100%);
  bottom: -100px;
  left: -100px;
  animation: float-blob-2 25s ease-in-out infinite;
}

.decoration-circle-special {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 50%;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  animation: rotate-circle 30s linear infinite;
}

/* 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, 30px) scale(0.9);
  }
  66% {
    transform: translate(30px, -20px) scale(1.1);
  }
}

@keyframes rotate-circle {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .review-card-special {
    padding: 1.5rem;
  }

  .reviewer-name-special {
    font-size: 1rem;
  }

  .avatar-circle-special {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .quote-icon-special {
    font-size: 2rem;
  }

  .decoration-blob-1,
  .decoration-blob-2 {
    width: 250px;
    height: 250px;
  }

  .decoration-circle-special {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .reviews-section-special {
    padding: 3rem 0;
  }

  .section-header-special h2 {
    font-size: 2rem;
  }

  .section-header-special h3 {
    font-size: 1.25rem;
  }

  .review-card-special {
    padding: 1.25rem;
  }

  .review-header-special {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
  }

  .reviewer-info-special {
    padding-top: 0;
  }

  .decorative-line-special {
    margin-left: auto;
    margin-right: auto;
  }

  .quote-icon-special {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5rem;
  }

  .review-text-special {
    font-size: 0.95rem;
  }

  .decoration-blob-1,
  .decoration-blob-2 {
    width: 180px;
    height: 180px;
  }

  .decoration-circle-special {
    display: none;
  }
}

@media (max-width: 575px) {
  .avatar-circle-special {
    width: 45px;
    height: 45px;
    font-size: 1.25rem;
  }

  .reviewer-name-special {
    font-size: 0.95rem;
  }

  .review-featured-special .review-text-special {
    font-size: 1rem;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .review-card-special,
  .avatar-circle-special,
  .decorative-shape-special,
  .decorative-shape-featured-special {
    transition: none;
  }

  .decoration-blob-1,
  .decoration-blob-2,
  .decoration-circle-special {
    animation: none;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .review-card-special {
    border-width: 2px;
    border-color: var(--text-primary);
  }

  .reviewer-name-special {
    font-weight: 700;
  }

  .decoration-blob-1,
  .decoration-blob-2 {
    display: none;
  }
}

/* ================================
   CaseStudy Section v-199
   Theme: professional-blue-01
   ================================ */

.casestudy-section-style {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Section Header */
.casestudy-section-style .section-header {
  position: relative;
  z-index: 2;
}

.casestudy-section-style .decorative-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-700)
  );
  margin: 0 auto 24px;
  border-radius: 2px;
}

.casestudy-section-style .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.casestudy-section-style .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.casestudy-section-style .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Case Study Cards */
.casestudy-section-style .casestudy-card {
  position: relative;
  height: 100%;
  background: var(--surface-primary);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
}

.casestudy-section-style .casestudy-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 16px 40px rgba(var(--black-rgb), 0.12);
  border-color: color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

/* Card Image */
.casestudy-section-style .card-image-wrapper {
  position: relative;
  height: 240px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    var(--primary-700)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.casestudy-section-style .image-placeholder {
  position: relative;
  z-index: 2;
}

.casestudy-section-style .image-placeholder i {
  font-size: 5rem;
  color: var(--surface-primary);
  opacity: 0.9;
  transition: transform 0.4s ease;
}

.casestudy-section-style .casestudy-card:hover .image-placeholder i {
  transform: scale(1.1);
}

.casestudy-section-style .decorative-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 30% 30%,
    color-mix(in srgb, var(--surface-primary) 20%, transparent 80%),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.casestudy-section-style .casestudy-card:hover .decorative-overlay {
  opacity: 1;
}

/* Card Content */
.casestudy-section-style .card-content {
  padding: 32px 28px;
  position: relative;
}

.casestudy-section-style .card-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    color-mix(in srgb, var(--primary-100) 70%, var(--primary-300) 30%)
  );
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.casestudy-section-style .card-icon i {
  font-size: 1.75rem;
  color: var(--primary-500);
}

.casestudy-section-style .casestudy-card:hover .card-icon {
  background: var(--primary-500);
  transform: scale(1.05);
}

.casestudy-section-style .casestudy-card:hover .card-icon i {
  color: var(--surface-primary);
}

.casestudy-section-style .card-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.casestudy-section-style .casestudy-card:hover .card-title {
  color: var(--primary-500);
}

.casestudy-section-style .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
}

.casestudy-section-style .card-decorative-bar {
  width: 40px;
  height: 3px;
  background: var(--primary-500);
  border-radius: 2px;
  transition: width 0.4s ease;
}

.casestudy-section-style .casestudy-card:hover .card-decorative-bar {
  width: 80px;
}

/* Decorative Background Elements */
.casestudy-section-style .decorative-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.casestudy-section-style .blob-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  top: -150px;
  right: -150px;
  animation: float 20s ease-in-out infinite;
}

.casestudy-section-style .blob-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  bottom: -100px;
  left: -100px;
  animation: float 15s ease-in-out infinite reverse;
}

.casestudy-section-style .decorative-dots {
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: 0;
  opacity: 0.1;
  background-image: radial-gradient(
    circle,
    var(--primary-500) 2px,
    transparent 2px
  );
  background-size: 20px 20px;
}

.casestudy-section-style .dots-pattern-1 {
  top: 10%;
  left: 5%;
  transform: rotate(15deg);
}

.casestudy-section-style .dots-pattern-2 {
  bottom: 15%;
  right: 8%;
  transform: rotate(-20deg);
}

/* Animations */
@keyframes float {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.05);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.95);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .casestudy-section-style {
    padding: 80px 0;
  }

  .casestudy-section-style .card-image-wrapper {
    height: 200px;
  }

  .casestudy-section-style .image-placeholder i {
    font-size: 4rem;
  }

  .casestudy-section-style .card-content {
    padding: 28px 24px;
  }

  .casestudy-section-style .card-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .casestudy-section-style {
    padding: 60px 0;
  }

  .casestudy-section-style .decorative-line {
    width: 50px;
    height: 3px;
    margin-bottom: 20px;
  }

  .casestudy-section-style .section-description {
    font-size: 1rem;
  }

  .casestudy-section-style .card-image-wrapper {
    height: 180px;
  }

  .casestudy-section-style .image-placeholder i {
    font-size: 3.5rem;
  }

  .casestudy-section-style .card-icon {
    width: 48px;
    height: 48px;
  }

  .casestudy-section-style .card-icon i {
    font-size: 1.5rem;
  }

  .casestudy-section-style .card-content {
    padding: 24px 20px;
  }

  .casestudy-section-style .card-title {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }

  .casestudy-section-style .card-description {
    font-size: 0.9375rem;
    margin-bottom: 20px;
  }

  .casestudy-section-style .blob-1,
  .casestudy-section-style .blob-2 {
    width: 300px;
    height: 300px;
  }

  .casestudy-section-style .decorative-dots {
    width: 80px;
    height: 80px;
    background-size: 15px 15px;
  }
}

@media (max-width: 575.98px) {
  .casestudy-section-style {
    padding: 50px 0;
  }

  .casestudy-section-style .card-image-wrapper {
    height: 160px;
  }

  .casestudy-section-style .image-placeholder i {
    font-size: 3rem;
  }
}

/* Accessibility - High Contrast Mode */
@media (prefers-contrast: high) {
  .casestudy-section-style .casestudy-card {
    border: 2px solid var(--neutral-900);
  }

  .casestudy-section-style .card-title,
  .casestudy-section-style .card-description {
    color: var(--neutral-900);
  }

  .casestudy-section-style .decorative-blob,
  .casestudy-section-style .decorative-dots {
    display: none;
  }
}

/* Print Styles */
@media print {
  .casestudy-section-style {
    padding: 40px 0;
    background: white;
  }

  .casestudy-section-style .decorative-blob,
  .casestudy-section-style .decorative-dots,
  .casestudy-section-style .decorative-overlay {
    display: none;
  }

  .casestudy-section-style .casestudy-card {
    box-shadow: none;
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }
}

/* Timeline section */
.timeline-section-custom {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header Styles */
.timeline-header {
  position: relative;
  z-index: 2;
}

.decorative-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.decorative-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  display: inline-block;
  animation: pulse-dot 2s infinite;
}

.decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
  background: var(--primary-700);
}

.decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
  background: var(--primary-500);
}

@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

#timeline-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}

#timeline-subtitle {
  color: var(--text-secondary);
  font-size: 1.25rem;
  font-weight: 500;
}

#timeline-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Timeline Wrapper */
.timeline-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0;
}

/* Vertical Timeline Line */
.timeline-line {
  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 Item */
.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  padding-left: calc(50% + 50px);
}

.timeline-item-reverse {
  padding-left: 0;
  padding-right: calc(50% + 50px);
  flex-direction: row-reverse;
}

/* Timeline Dot */
.timeline-dot-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.timeline-dot {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.15);
  border: 4px solid var(--surface-primary);
  transition: all 0.3s ease;
}

.timeline-dot i {
  font-size: 1.5rem;
  color: var(--light);
}

.timeline-item:hover .timeline-dot {
  transform: scale(1.1) rotate(360deg);
  box-shadow: 0 6px 30px rgba(var(--black-rgb), 0.25);
}

/* Timeline Content */
.timeline-content {
  flex: 1;
  position: relative;
}

.timeline-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.08);
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.timeline-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
}

.timeline-item-reverse .timeline-card::before {
  left: auto;
  right: 0;
}

.timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
}

/* Card Icon Badge */
.card-icon-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.card-icon-badge i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

.timeline-card:hover .card-icon-badge {
  background: var(--primary-500);
  transform: rotate(10deg) scale(1.1);
}

.timeline-card:hover .card-icon-badge i {
  color: var(--light);
}

/* Card Title */
.card-title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 60px;
  position: relative;
}

/* Card Description */
.card-description {
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Card Decoration */
.card-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 5%, transparent 95%), 
    transparent);
  pointer-events: none;
}

/* Floating Decorative Shapes */
.floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: 10%;
  right: -100px;
  animation: float-1 20s infinite ease-in-out;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  bottom: 20%;
  left: -80px;
  animation: float-2 25s infinite ease-in-out;
}

.shape-3 {
  width: 250px;
  height: 250px;
  background: var(--primary-300);
  top: 50%;
  left: 5%;
  animation: float-3 30s infinite ease-in-out;
}

@keyframes float-1 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(-50px, 50px) rotate(180deg); }
}

@keyframes float-2 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(50px, -50px) rotate(-180deg); }
}

@keyframes float-3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-30px, 30px) scale(1.1); }
}

/* Tablet Responsive */
@media (max-width: 992px) {
  .timeline-line {
    left: 30px;
  }

  .timeline-item,
  .timeline-item-reverse {
    padding-left: 80px;
    padding-right: 0;
    flex-direction: row;
  }

  .timeline-dot-wrapper {
    left: 30px;
  }

  .timeline-card::before {
    left: 0;
    right: auto;
  }

  .timeline-wrapper {
    padding: 2rem 0;
  }

  .timeline-item {
    margin-bottom: 3rem;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  #timeline-title {
    font-size: 2rem;
  }

  #timeline-subtitle {
    font-size: 1.1rem;
  }

  #timeline-desc {
    font-size: 1rem;
  }

  .timeline-dot {
    width: 50px;
    height: 50px;
  }

  .timeline-dot i {
    font-size: 1.2rem;
  }

  .timeline-card {
    padding: 1.5rem;
  }

  .card-title {
    font-size: 1.25rem;
    margin-right: 50px;
  }

  .card-icon-badge {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
  }

  .card-icon-badge i {
    font-size: 1.2rem;
  }

  .floating-shape {
    display: none;
  }
}

@media (max-width: 576px) {
  .timeline-line {
    left: 20px;
  }

  .timeline-item,
  .timeline-item-reverse {
    padding-left: 70px;
  }

  .timeline-dot-wrapper {
    left: 20px;
  }

  .timeline-dot {
    width: 40px;
    height: 40px;
  }

  .timeline-dot i {
    font-size: 1rem;
  }

  .timeline-card {
    padding: 1.25rem;
  }

  .card-title {
    font-size: 1.1rem;
  }

  .card-description {
    font-size: 0.9rem;
  }

  #timeline-title {
    font-size: 1.75rem;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .timeline-card {
    border: 2px solid var(--primary-500);
  }

  .timeline-line {
    background: var(--primary-700);
    width: 4px;
  }

  .timeline-dot {
    border-width: 5px;
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .timeline-dot,
  .timeline-card,
  .card-icon-badge,
  .decorative-dots .dot {
    transition: none;
    animation: none;
  }

  .floating-shape {
    animation: none;
  }
}

/* Print Styles */
@media print {
  .timeline-section-custom {
    background: white;
  }

  .floating-shape,
  .card-decoration {
    display: none;
  }

  .timeline-card {
    box-shadow: none;
    border: 1px solid var(--neutral-300);
    page-break-inside: avoid;
  }
}

/* =================================================================
   Career Section v-199 - Professional Blue Theme
   Corporate Grid Layout with Icon Integration
   ================================================================= */

/* ----- Container & Spacing ----- */
.career-section-style {
  position: relative;
  background: linear-gradient(180deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* ----- Header Decorative Badge ----- */
.career-section-style .decorative-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 25%, transparent);
  animation: float 3s ease-in-out infinite;
}

.career-section-style .decorative-badge i {
  font-size: 1.75rem;
  color: var(--light);
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ----- Typography ----- */
.career-section-style #career-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.career-section-style #career-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.career-section-style #career-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ----- Career Card Container ----- */
.career-section-style .career-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent);
  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);
}

.career-section-style .career-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-500);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 20%, transparent);
}

/* ----- Card Header with Icon ----- */
.career-section-style .career-card-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.career-section-style .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-100) 80%, var(--surface-primary)), 
    color-mix(in srgb, var(--primary-300) 60%, var(--surface-primary))
  );
  border-radius: 12px;
  transition: all 0.3s ease;
}

.career-section-style .career-card:hover .icon-wrapper {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  transform: rotate(5deg) scale(1.1);
}

.career-section-style .icon-wrapper i {
  font-size: 1.5rem;
  color: var(--primary-700);
  transition: color 0.3s ease;
}

.career-section-style .career-card:hover .icon-wrapper i {
  color: var(--light);
}

.career-section-style .card-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  border: 3px solid var(--surface-primary);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

/* ----- Card Body ----- */
.career-section-style .career-card-body {
  flex: 1;
}

.career-section-style .career-card-title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.career-section-style .career-card-description {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* ----- Role Badge ----- */
.career-section-style .career-role-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.career-section-style .career-role-badge span {
  padding: 0.5rem 1rem;
  background: color-mix(in srgb, var(--primary-100) 40%, var(--surface-primary));
  color: var(--primary-700);
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
  transition: all 0.3s ease;
}

.career-section-style .career-card:hover .career-role-badge span {
  background: var(--primary-500);
  color: var(--light);
  border-color: var(--primary-500);
}

/* ----- Card Footer ----- */
.career-section-style .career-card-footer {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
}

.career-section-style .decorative-line {
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-300) 50%, 
    transparent 100%
  );
  border-radius: 2px;
  width: 0;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.career-section-style .career-card:hover .decorative-line {
  width: 100%;
}

/* ----- Decorative Shapes ----- */
.career-section-style .decorative-shape-top {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 15%, transparent), 
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.career-section-style .decorative-shape-bottom {
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 10%, transparent), 
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* ----- Floating Icons ----- */
.career-section-style .floating-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, 
    var(--surface-primary), 
    color-mix(in srgb, var(--primary-100) 50%, var(--surface-primary))
  );
  border-radius: 12px;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--neutral-900) 8%, transparent);
  z-index: 1;
  pointer-events: none;
}

.career-section-style .floating-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

.career-section-style .floating-icon-1 {
  top: 15%;
  right: 8%;
  animation: floatRandom1 4s ease-in-out infinite;
}

.career-section-style .floating-icon-2 {
  bottom: 20%;
  left: 10%;
  animation: floatRandom2 5s ease-in-out infinite;
}

.career-section-style .floating-icon-3 {
  top: 50%;
  right: 5%;
  animation: floatRandom3 6s ease-in-out infinite;
}

@keyframes floatRandom1 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(10px, -15px) rotate(5deg); }
  50% { transform: translate(-5px, -25px) rotate(-3deg); }
  75% { transform: translate(15px, -10px) rotate(7deg); }
}

@keyframes floatRandom2 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(-12px, 18px) rotate(-6deg); }
  66% { transform: translate(8px, -12px) rotate(4deg); }
}

@keyframes floatRandom3 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  20% { transform: translate(-8px, -20px) rotate(8deg); }
  40% { transform: translate(12px, -10px) rotate(-5deg); }
  60% { transform: translate(-15px, 5px) rotate(6deg); }
  80% { transform: translate(10px, -15px) rotate(-4deg); }
}

/* ----- Responsive Design ----- */

/* Tablets (768px - 991px) */
@media (max-width: 991.98px) {
  .career-section-style #career-title {
    font-size: 2.5rem;
  }

  .career-section-style .career-card {
    padding: 1.75rem;
  }

  .career-section-style .floating-icon {
    width: 40px;
    height: 40px;
  }

  .career-section-style .floating-icon i {
    font-size: 1rem;
  }

  .career-section-style .floating-icon-3 {
    display: none;
  }
}

/* Mobile (max 767px) */
@media (max-width: 767.98px) {
  .career-section-style {
    padding: 3rem 0;
  }

  .career-section-style #career-title {
    font-size: 2rem;
  }

  .career-section-style #career-subtitle {
    font-size: 1rem;
  }

  .career-section-style #career-desc {
    font-size: 1rem;
  }

  .career-section-style .decorative-badge {
    width: 56px;
    height: 56px;
  }

  .career-section-style .decorative-badge i {
    font-size: 1.5rem;
  }

  .career-section-style .career-card {
    padding: 1.5rem;
  }

  .career-section-style .icon-wrapper {
    width: 48px;
    height: 48px;
  }

  .career-section-style .icon-wrapper i {
    font-size: 1.25rem;
  }

  .career-section-style .career-card-title {
    font-size: 1.25rem;
  }

  .career-section-style .career-card-description {
    font-size: 0.9375rem;
  }

  .career-section-style .career-role-badge span {
    font-size: 0.8125rem;
    padding: 0.4rem 0.8rem;
  }

  .career-section-style .floating-icon-1,
  .career-section-style .floating-icon-2 {
    display: none;
  }

  .career-section-style .decorative-shape-top,
  .career-section-style .decorative-shape-bottom {
    opacity: 0.5;
  }
}

/* Small Mobile (max 575px) */
@media (max-width: 575.98px) {
  .career-section-style #career-title {
    font-size: 1.75rem;
  }

  .career-section-style .career-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .career-section-style .card-badge {
    top: 0;
    right: 0;
  }
}

/* Large Desktops (1400px+) */
@media (min-width: 1400px) {
  .career-section-style .container {
    max-width: 1320px;
  }

  .career-section-style #career-title {
    font-size: 3.5rem;
  }

  .career-section-style .career-card {
    padding: 2.5rem;
  }

  .career-section-style .career-card-title {
    font-size: 1.75rem;
  }
}

/* ================================================
   Coreinfo Section v-172 - Professional Blue
   ================================================ */

.coreinfo-clean {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Badge */
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

.badge-line {
  width: 40px;
  height: 2px;
  background: linear-gradient(
    to right,
    var(--primary-500),
    var(--primary-300)
  );
}

@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}

/* Header Typography */
.coreinfo-clean #coreinfo-title {
  color: var(--text-primary);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.coreinfo-clean #coreinfo-subtitle {
  color: var(--primary-500);
  font-weight: 500;
  line-height: 1.4;
}

.coreinfo-clean #coreinfo-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Core Info Cards */
.coreinfo-card {
  position: relative;
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.coreinfo-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    to right,
    var(--primary-500),
    var(--primary-300)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.coreinfo-card:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 12px 40px -8px color-mix(in srgb, var(--primary-500) 15%, transparent),
    0 0 0 1px color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.coreinfo-card:hover::before {
  transform: scaleX(1);
}

/* Card Icon Wrapper */
.card-icon-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 10%, transparent),
    color-mix(in srgb, var(--primary-300) 5%, transparent)
  );
  border-radius: 16px;
  transition: all 0.4s ease;
}

.coreinfo-card:hover .icon-background {
  transform: rotate(8deg) scale(1.1);
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 20%, transparent),
    color-mix(in srgb, var(--primary-300) 10%, transparent)
  );
}

.card-icon-wrapper i {
  position: relative;
  font-size: 2rem;
  color: var(--primary-500);
  transition: transform 0.4s ease;
}

.coreinfo-card:hover .card-icon-wrapper i {
  transform: scale(1.1);
}

/* Card Content */
.card-content h4 {
  color: var(--text-primary);
  line-height: 1.3;
  transition: color 0.3s ease;
}

.coreinfo-card:hover .card-content h4 {
  color: var(--primary-500);
}

.card-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Card Accent */
.card-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle at center,
    color-mix(in srgb, var(--primary-500) 8%, transparent),
    transparent 70%
  );
  pointer-events: none;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.coreinfo-card:hover .card-accent {
  opacity: 1;
}

/* Decorative Elements */
.decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 30%,
    color-mix(in srgb, var(--primary-300) 6%, transparent),
    transparent
  );
  animation: float 20s ease-in-out infinite;
}

.shape-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -5%;
  animation-delay: 0s;
}

.shape-2 {
  width: 200px;
  height: 200px;
  top: 60%;
  right: -3%;
  animation-delay: 5s;
}

.shape-3 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 15%;
  animation-delay: 10s;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
    opacity: 0.5;
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
    opacity: 0.4;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .coreinfo-clean #coreinfo-title {
    font-size: 2rem;
  }
  
  .coreinfo-clean #coreinfo-subtitle {
    font-size: 1.25rem;
  }
  
  .coreinfo-card {
    padding: 1.5rem;
  }
  
  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .coreinfo-clean {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  .coreinfo-clean #coreinfo-title {
    font-size: 1.75rem;
  }
  
  .coreinfo-clean #coreinfo-desc {
    font-size: 1rem;
  }
  
  .coreinfo-card {
    margin-bottom: 1rem;
  }
  
  .floating-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .coreinfo-clean #coreinfo-title {
    font-size: 1.5rem;
  }
  
  .coreinfo-clean #coreinfo-subtitle {
    font-size: 1.125rem;
  }
  
  .card-content h4 {
    font-size: 1.125rem;
  }
  
  .card-content p {
    font-size: 0.9rem;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .coreinfo-card {
    border: 2px solid var(--neutral-700);
  }
  
  .coreinfo-card:hover {
    border-color: var(--primary-500);
  }
  
  .card-content p {
    color: var(--text-primary);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .coreinfo-card,
  .card-icon-wrapper i,
  .icon-background,
  .badge-dot {
    transition: none;
    animation: none;
  }
  
  .coreinfo-card:hover {
    transform: none;
  }
  
  .floating-shape {
    animation: none;
  }
}

/* Print Styles */
@media print {
  .coreinfo-clean {
    background: white;
  }
  
  .decorative-elements,
  .card-accent,
  .icon-background {
    display: none;
  }
  
  .coreinfo-card {
    border: 1px solid var(--neutral-700);
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

.contact-section-bold {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Elements */
.contact-section-bold .decorative-dot-pattern {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  margin: 0 auto 20px;
  border-radius: 2px;
}

/* Section Headers */
.contact-section-bold .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.contact-section-bold .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
}

.contact-section-bold .section-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Contact Form Wrapper */
.contact-section-bold .contact-form-wrapper {
  background: var(--light);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
  position: relative;
  overflow: hidden;
}

.contact-section-bold .decorative-shape-1 {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  opacity: 0.1;
  z-index: 0;
}

.contact-section-bold .decorative-shape-2 {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.08;
  z-index: 0;
}

/* Form Styling */
.contact-section-bold .contact-form {
  position: relative;
  z-index: 1;
}

.contact-section-bold .form-control {
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--surface-primary);
}

.contact-section-bold .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 10%, transparent);
  background: var(--light);
}

.contact-section-bold .form-floating > label {
  color: var(--text-secondary);
  font-size: 0.9375rem;
  padding-left: 16px;
}

.contact-section-bold .form-floating > .form-control:focus ~ label,
.contact-section-bold .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: var(--primary-500);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.contact-section-bold .form-check-input {
  width: 20px;
  height: 20px;
  border: 2px solid var(--neutral-300);
  border-radius: 6px;
  cursor: pointer;
}

.contact-section-bold .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-bold .form-check-label {
  color: var(--text-secondary);
  font-size: 0.9375rem;
  margin-left: 8px;
  cursor: pointer;
}

/* Submit Button - CRITICAL: Protected styles with !important */
.contact-section-bold .btn-submit {
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: var(--light) !important;
  border: none;
  padding: 16px 40px;
  border-radius: 12px;
  font-size: 1.0625rem;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.contact-section-bold .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.contact-section-bold .btn-submit:active {
  transform: translateY(0);
}

.contact-section-bold .btn-submit i {
  transition: transform 0.3s ease;
}

.contact-section-bold .btn-submit:hover i {
  transform: translateX(4px);
}

/* Contact Info Wrapper */
.contact-section-bold .contact-info-wrapper {
  position: relative;
  z-index: 1;
}

.contact-section-bold .contact-info-card {
  background: var(--light);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
  display: flex;
  gap: 20px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.contact-section-bold .contact-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.1);
  border-color: var(--primary-100);
}

.contact-section-bold .info-icon-wrapper {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.contact-section-bold .info-icon-wrapper i {
  font-size: 1.5rem;
  color: var(--light);
}

.contact-section-bold .info-content {
  flex: 1;
}

.contact-section-bold .info-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.contact-section-bold .info-value {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 4px;
}

.contact-section-bold .info-detail {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Decorative Circles */
.contact-section-bold .decorative-circle-1 {
  position: absolute;
  top: 20%;
  right: -40px;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  opacity: 0.1;
  z-index: 0;
}

.contact-section-bold .decorative-circle-2 {
  position: absolute;
  bottom: 30%;
  left: -50px;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  opacity: 0.08;
  z-index: 0;
}

/* Social Links */
.contact-section-bold .social-links-wrapper {
  margin-top: 30px;
  padding: 25px;
  background: var(--light);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
}

.contact-section-bold .social-links {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.contact-section-bold .social-link {
  width: 50px;
  height: 50px;
  background: var(--surface-secondary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary);
  font-size: 1.25rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.contact-section-bold .social-link:hover {
  background: var(--primary-500);
  color: var(--light);
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
  border-color: var(--primary-700);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .contact-section-bold .section-title {
    font-size: 2rem;
  }
  
  .contact-section-bold .contact-form-wrapper,
  .contact-section-bold .contact-info-wrapper {
    padding: 30px;
  }
  
  .contact-section-bold .contact-info-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .contact-section-bold {
    padding: 60px 0;
  }
  
  .contact-section-bold .section-title {
    font-size: 1.75rem;
  }
  
  .contact-section-bold .section-subtitle {
    font-size: 1.125rem;
  }
  
  .contact-section-bold .contact-form-wrapper {
    padding: 25px;
  }
  
  .contact-section-bold .contact-info-card {
    padding: 20px;
    flex-direction: column;
    text-align: center;
  }
  
  .contact-section-bold .info-icon-wrapper {
    margin: 0 auto;
  }
  
  .contact-section-bold .btn-submit {
    padding: 14px 30px;
  }
}

@media (max-width: 575.98px) {
  .contact-section-bold .section-title {
    font-size: 1.5rem;
  }
  
  .contact-section-bold .social-link {
    width: 45px;
    height: 45px;
    font-size: 1.125rem;
  }
}

/* Blog section */
.blog-section-style {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header-wrapper {
  position: relative;
  padding: 2rem 0;
}

.decorative-line-top {
  width: 60px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

.decorative-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 1.5rem;
}

.decorative-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-300);
  transition: all 0.3s ease;
}

.decorative-dots .dot:nth-child(2) {
  background: var(--primary-500);
}

/* Blog Card */
.blog-card {
  background: var(--surface-secondary);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: var(--primary-300);
}

/* Blog Image */
.blog-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: var(--neutral-100);
}

.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card:hover .blog-image {
  transform: scale(1.08);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-700) 60%, transparent),
    color-mix(in srgb, var(--primary-500) 40%, transparent)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-card:hover .image-overlay {
  opacity: 1;
}

.image-overlay i {
  font-size: 3rem;
  color: var(--light);
  transform: scale(0.8);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card:hover .image-overlay i {
  transform: scale(1);
}

.category-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--primary-500);
  color: var(--light);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 2;
  transition: all 0.3s ease;
}

.blog-card:hover .category-badge {
  background: var(--primary-700);
  transform: translateY(-2px);
}

/* Blog Content */
.blog-card-content {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.4;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-card-title {
  color: var(--primary-500);
}

.blog-card-excerpt {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.blog-card-meta {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--neutral-100);
}

.meta-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.meta-info i {
  font-size: 1rem;
  color: var(--primary-500);
}

.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary-500);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.blog-card-link i {
  transition: transform 0.3s ease;
}

.blog-card-link:hover {
  color: var(--primary-700);
  gap: 0.75rem;
}

.blog-card-link:hover i {
  transform: translateX(4px);
}

/* Decorative Shapes */
.decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
}

.shape-circle-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: -100px;
  right: -50px;
  animation: float-1 20s ease-in-out infinite;
}

.shape-circle-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  bottom: -50px;
  left: -30px;
  animation: float-2 25s ease-in-out infinite;
}

.shape-blob {
  width: 400px;
  height: 400px;
  background: linear-gradient(
    135deg,
    var(--primary-300),
    var(--primary-500)
  );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph 30s ease-in-out infinite;
}

/* Animations */
@keyframes float-1 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(30px, 30px) rotate(180deg);
  }
}

@keyframes float-2 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-20px, 20px) rotate(-180deg);
  }
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  75% {
    border-radius: 70% 30% 50% 60% / 30% 70% 40% 60%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.1rem;
  }

  .blog-card-title {
    font-size: 1.2rem;
  }

  .blog-card-image-wrapper {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .section-description {
    font-size: 0.95rem;
  }

  .blog-card-content {
    padding: 1.5rem;
  }

  .blog-card-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .blog-card-image-wrapper {
    height: 180px;
  }
}

@media (max-width: 575.98px) {
  .section-header-wrapper {
    padding: 1rem 0;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .blog-card-title {
    font-size: 1.1rem;
  }

  .blog-card-excerpt {
    font-size: 0.9rem;
  }
}

/* Faq section */

.faq-section-alt {
  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;
}

/* Header Styles */
.faq-header {
  position: relative;
  z-index: 2;
}

.decorative-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.decorative-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  opacity: 0.6;
  animation: pulse 2s ease-in-out infinite;
}

.decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
  opacity: 0.8;
}

.decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
  opacity: 0.6;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

.faq-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.faq-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.3;
}

.faq-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 800px;
  line-height: 1.7;
}

.decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-700));
  border-radius: 2px;
}

/* FAQ Card Styles */
.faq-card {
  border: 2px solid var(--neutral-100);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: var(--surface-primary);
  box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.05);
}

.faq-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
  border-color: var(--primary-300);
}

.faq-card .card-header {
  background: linear-gradient(135deg, var(--primary-50) 0%, color-mix(in srgb, var(--primary-100) 50%, white 50%) 100%);
  border-bottom: 2px solid var(--primary-300);
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.question-icon-wrapper {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
}

.question-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.4;
  flex: 1;
}

.faq-card .card-body {
  padding: 1.5rem;
  background: var(--surface-primary);
}

.answer-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Shapes */
.decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
}

.shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  right: -150px;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -100px;
  left: -100px;
  animation: float 25s ease-in-out infinite reverse;
}

.shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: float 30s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .faq-main-title {
    font-size: 2rem;
  }

  .faq-subtitle {
    font-size: 1.25rem;
  }

  .faq-description {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .faq-main-title {
    font-size: 1.75rem;
  }

  .faq-subtitle {
    font-size: 1.125rem;
  }

  .question-text {
    font-size: 1rem;
  }

  .answer-text {
    font-size: 0.9375rem;
  }

  .faq-card .card-header {
    padding: 1.25rem;
  }

  .faq-card .card-body {
    padding: 1.25rem;
  }

  .question-icon-wrapper {
    width: 36px;
    height: 36px;
    font-size: 1.125rem;
  }

  .shape-1,
  .shape-2,
  .shape-3 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .faq-section-alt {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .faq-main-title {
    font-size: 1.5rem;
  }

  .faq-subtitle {
    font-size: 1rem;
  }

  .faq-description {
    font-size: 0.9375rem;
  }

  .question-text {
    font-size: 0.9375rem;
  }

  .answer-text {
    font-size: 0.875rem;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .faq-card,
  .decorative-dots .dot,
  .shape-1,
  .shape-2,
  .shape-3 {
    animation: none;
  }

  .faq-card:hover {
    transform: none;
  }
}

/* Print Styles */
@media print {
  .decorative-shapes,
  .decorative-dots,
  .decorative-line {
    display: none;
  }

  .faq-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid var(--neutral-300);
  }
}

/* Gallery section */

.gallery-section-standard {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--primary-50) 100%);
  overflow: hidden;
}

/* Header Decoration */
.gallery-header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 60px;
}

.decoration-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-500) 50%, transparent 100%);
}

.decoration-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(var(--black-rgb), 0.1);
}

/* Masonry Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: 280px;
  gap: 20px;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 320px;
    gap: 25px;
  }
}

@media (min-width: 1200px) {
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 300px;
    gap: 30px;
  }
}

/* Gallery Item Variations */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(var(--black-rgb), 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item-large {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery-item-wide {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery-item-vertical {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery-item-medium {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery-item-small {
  grid-column: span 1;
  grid-row: span 1;
}

@media (min-width: 768px) {
  .gallery-item-large {
    grid-column: span 2;
    grid-row: span 2;
  }

  .gallery-item-wide {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (min-width: 1200px) {
  .gallery-item-wide {
    grid-column: span 3;
  }
}

/* Image Wrapper */
.gallery-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
}

/* Hover Effects */
.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(var(--black-rgb), 0.15);
}

.gallery-item:hover .gallery-image {
  transform: scale(1.1);
  filter: brightness(0.8);
}

/* Overlay */
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 90%, transparent) 0%, 
    color-mix(in srgb, var(--primary-700) 85%, transparent) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.overlay-content {
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover .overlay-content {
  transform: translateY(0);
}

.overlay-content i {
  font-size: 48px;
  color: var(--light);
  filter: drop-shadow(0 4px 8px rgba(var(--black-rgb), 0.2));
}

/* Bottom Decoration */
.gallery-bottom-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.decoration-circle {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.decoration-square {
  width: 10px;
  height: 10px;
  background: var(--primary-300);
  border-radius: 2px;
  transform: rotate(45deg);
  animation: rotate 4s linear infinite;
}

.decoration-triangle {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid var(--primary-700);
  animation: bounce 3s ease-in-out infinite;
}

/* Background Shapes */
.background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
}

.shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: -50px;
  left: -50px;
  animation: float 25s ease-in-out infinite reverse;
}

.shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 15s ease-in-out infinite;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.06;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.1;
  }
}

@keyframes rotate {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(405deg);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Ensure grid items are above background */
.gallery-grid {
  position: relative;
  z-index: 1;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .gallery-section-standard {
    padding: 60px 0;
  }

  .gallery-header-decoration {
    margin-bottom: 40px;
  }

  .decoration-line {
    width: 50px;
  }

  .overlay-content i {
    font-size: 36px;
  }
}

/* Accessibility */
.gallery-item:focus-visible {
  outline: 3px solid var(--primary-500);
  outline-offset: 4px;
}

/* Print Styles */
@media print {
  .gallery-section-standard {
    background: white;
  }

  .gallery-overlay,
  .background-shapes,
  .gallery-header-decoration,
  .gallery-bottom-decoration {
    display: none;
  }

  .gallery-item {
    box-shadow: none;
    border: 1px solid var(--neutral-300);
  }
}

/* Footer section */

.footer-custom {
  position: relative;
  padding: 80px 0 40px;
  overflow: hidden;
  color: var(--light);
  min-height: 600px;
}

/* Background Image with Gradient Overlay */
.footer-custom .footer-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  z-index: 0;
}

/* Decorative Shapes */
.footer-custom .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.footer-custom .shape {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent);
  animation: float 20s ease-in-out infinite;
}

.footer-custom .shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  animation-delay: 0s;
}

.footer-custom .shape-2 {
  width: 200px;
  height: 200px;
  bottom: 50px;
  left: 10%;
  animation-delay: 5s;
}

.footer-custom .shape-3 {
  width: 150px;
  height: 150px;
  top: 40%;
  right: 15%;
  animation-delay: 10s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
  }
}

/* Content Container */
.footer-custom .container {
  z-index: 2;
}

.footer-custom .footer-content {
  margin-bottom: 50px;
}

/* Brand Section */
.footer-custom .footer-brand {
  padding-right: 20px;
}

.footer-custom .brand-name {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--light);
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
}

.footer-custom .brand-name::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--primary-300);
  border-radius: 2px;
}

.footer-custom .brand-description {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 25px;
  color: rgba(var(--white-rgb), 0.85);
}

/* Brand Icons Grid */
.footer-custom .brand-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-width: 280px;
}

.footer-custom .brand-icons .icon-item {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-radius: 12px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
}

.footer-custom .brand-icons .icon-item:hover {
  background: color-mix(in srgb, var(--primary-500) 25%, transparent);
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--primary-300) 40%, transparent);
}

.footer-custom .brand-icons .icon-item i {
  font-size: 24px;
  color: var(--primary-300);
}

/* Footer Titles */
.footer-custom .footer-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--light);
  position: relative;
  padding-bottom: 15px;
}

.footer-custom .decorative-line {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-300), transparent);
  margin-bottom: 25px;
  border-radius: 2px;
}

/* Links List */
.footer-custom .links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-custom .links-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.footer-custom .links-list li:hover {
  transform: translateX(5px);
}

.footer-custom .links-list li i {
  font-size: 12px;
  color: var(--primary-300);
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.footer-custom .links-list li:hover i {
  transform: translateX(3px);
}

.footer-custom .links-list li a {
  color: rgba(var(--white-rgb), 0.85);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
  font-weight: 400;
}

.footer-custom .links-list li a:hover {
  color: var(--primary-300);
}

/* Contact Section */
.footer-custom .footer-contact {
  position: relative;
}

.footer-custom .contact-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-custom .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 18px;
  background: color-mix(in srgb, var(--primary-700) 12%, transparent);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
  transition: all 0.3s ease;
}

.footer-custom .contact-item:hover {
  background: color-mix(in srgb, var(--primary-700) 18%, transparent);
  border-color: color-mix(in srgb, var(--primary-300) 30%, transparent);
  transform: translateX(5px);
}

.footer-custom .contact-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-500);
  border-radius: 10px;
  flex-shrink: 0;
}

.footer-custom .contact-icon i {
  font-size: 20px;
  color: var(--light);
}

.footer-custom .contact-details {
  flex: 1;
  padding-top: 4px;
}

.footer-custom .contact-text {
  color: rgba(var(--white-rgb), 0.9);
  font-size: 15px;
  line-height: 1.6;
  display: block;
}

/* Decorative Accent Badge */
.footer-custom .accent-badge {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, var(--primary-300) 12%, transparent);
  border-radius: 50%;
  border: 2px solid color-mix(in srgb, var(--primary-300) 25%, transparent);
  animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

/* Footer Bottom */
.footer-custom .footer-bottom {
  padding-top: 40px;
  border-top: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
  position: relative;
}

.footer-custom .disclaimer-text {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(var(--white-rgb), 0.7);
  margin-bottom: 15px;
}

.footer-custom .copyright-wrapper {
  text-align: right;
}

.footer-custom .copyright-text {
  font-size: 14px;
  color: rgba(var(--white-rgb), 0.8);
  margin: 0;
  font-weight: 400;
}

/* Bottom Decorative Circles */
.footer-custom .bottom-decorations {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  pointer-events: none;
}

.footer-custom .deco-circle {
  width: 8px;
  height: 8px;
  background: var(--primary-300);
  border-radius: 50%;
  animation: bounce 2s ease-in-out infinite;
}

.footer-custom .deco-circle-1 {
  animation-delay: 0s;
}

.footer-custom .deco-circle-2 {
  animation-delay: 0.3s;
}

.footer-custom .deco-circle-3 {
  animation-delay: 0.6s;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-custom {
    padding: 60px 0 30px;
  }
  
  .footer-custom .footer-brand {
    padding-right: 0;
    margin-bottom: 40px;
  }
  
  .footer-custom .brand-name {
    font-size: 24px;
  }
  
  .footer-custom .footer-links {
    margin-bottom: 40px;
  }
  
  .footer-custom .copyright-wrapper {
    text-align: left;
    margin-top: 20px;
  }
  
  .footer-custom .shape-1 {
    width: 200px;
    height: 200px;
  }
  
  .footer-custom .shape-2 {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .footer-custom {
    padding: 50px 0 25px;
  }
  
  .footer-custom .footer-background {
    background-attachment: scroll;
  }
  
  .footer-custom .brand-name {
    font-size: 22px;
  }
  
  .footer-custom .brand-icons {
    max-width: 100%;
  }
  
  .footer-custom .brand-icons .icon-item {
    width: 50px;
    height: 50px;
  }
  
  .footer-custom .footer-title {
    font-size: 18px;
  }
  
  .footer-custom .contact-item {
    padding: 15px;
  }
  
  .footer-custom .accent-badge {
    display: none;
  }
  
  .footer-custom .shape-3 {
    display: none;
  }
}

@media (max-width: 575px) {
  .footer-custom .brand-icons {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  
  .footer-custom .brand-icons .icon-item {
    width: 45px;
    height: 45px;
  }
  
  .footer-custom .brand-icons .icon-item i {
    font-size: 20px;
  }
  
  .footer-custom .contact-icon {
    width: 40px;
    height: 40px;
  }
  
  .footer-custom .contact-icon i {
    font-size: 18px;
  }
  
  .footer-custom .contact-text {
    font-size: 14px;
  }
  
  .footer-custom .footer-bottom {
    padding-top: 30px;
  }
  
  .footer-custom .disclaimer-text,
  .footer-custom .copyright-text {
    font-size: 12px;
  }
}

/* Universal section */
/* Theme: industrial-01*/

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.title-decoration {
  width: 60px;
  height: 3px;
  background: var(--primary-500);
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 700px;
}

/* Steps Grid */
.steps-grid {
  position: relative;
  z-index: 2;
}

/* Step Number Wrapper */
.step-number-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 75%, var(--primary-700) 25%)
  );
  border-radius: 50%;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  transition: all 0.3s ease;
}

.step-number span {
  font-size: 2rem;
  font-weight: 700;
  color: var(--light);
  line-height: 1;
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--surface-secondary);
  border: 2px solid var(--primary-500);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.step-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Hover Effect */
.row:hover .step-number {
  transform: scale(1.1);
  box-shadow: 0 6px 30px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.row:hover .step-icon {
  background: var(--primary-500);
  transform: translateY(-4px);
}

.row:hover .step-icon i {
  color: var(--light);
}

/* Step Content */
.step-content {
  position: relative;
  padding: 1.5rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  transition: all 0.3s ease;
}

.row:hover .step-content {
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 12%, transparent 88%);
}

.step-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.step-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Step Connector */
.step-connector {
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  transform: translateX(-50%);
  width: 2px;
  height: 2.5rem;
  background: linear-gradient(
    180deg,
    var(--primary-300),
    transparent
  );
}

/* Background Grid */
.background-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--neutral-300) 8%, transparent 92%) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--neutral-300) 8%, transparent 92%) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.5;
  z-index: 0;
}

/* Decorative Elements */
.decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.element {
  position: absolute;
  opacity: 0.2;
}

.element-1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
    transparent
  );
  border-radius: 50%;
  top: 10%;
  right: 5%;
  filter: blur(40px);
}

.element-2 {
  width: 250px;
  height: 250px;
  background: linear-gradient(
    225deg,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  border-radius: 50%;
  bottom: 15%;
  left: 5%;
  filter: blur(50px);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .step-number {
    width: 70px;
    height: 70px;
  }
  
  .step-number span {
    font-size: 1.75rem;
  }
  
  .step-icon {
    width: 44px;
    height: 44px;
  }
  
  .step-icon i {
    font-size: 1.125rem;
  }
  
  .step-content {
    padding: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .steps-grid .row {
    margin-bottom: 3rem !important;
  }
  
  .steps-grid .row:last-child {
    margin-bottom: 0 !important;
  }
  
  .step-number-wrapper {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1rem;
  }
  
  .step-number {
    width: 60px;
    height: 60px;
  }
  
  .step-number span {
    font-size: 1.5rem;
  }
  
  .step-icon {
    width: 40px;
    height: 40px;
  }
  
  .step-icon i {
    font-size: 1rem;
  }
  
  .step-content {
    padding: 1rem;
  }
  
  .step-title {
    font-size: 1.25rem;
  }
  
  .step-connector {
    display: none;
  }
}


/* Universal section */
/* Theme: creative-purple-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Timeline Container */
.timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
  z-index: 2;
}

/* Timeline Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    180deg,
    transparent,
    var(--primary-300) 10%,
    var(--primary-300) 90%,
    transparent
  );
  transform: translateX(-50%);
  z-index: 0;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  margin-bottom: 3rem;
  padding-left: calc(50% + 50px);
}

.timeline-item:nth-child(even) {
  padding-left: 0;
  padding-right: calc(50% + 50px);
}

.timeline-item:last-of-type {
  margin-bottom: 0;
}

/* Timeline Marker */
.timeline-marker {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 3;
}

.marker-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: var(--surface-primary);
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  z-index: 1;
}

.marker-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  border-radius: 50%;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  z-index: 2;
}

.marker-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Timeline Content */
.timeline-content {
  position: relative;
}

.timeline-item:nth-child(even) .timeline-content {
  text-align: right;
}

/* Content Card */
.content-card {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 16px;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-500) 8%, transparent 92%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.content-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}

/* Step Badge */
.step-badge {
  display: inline-flex;
  margin-bottom: 1rem;
}

.step-badge i {
  font-size: 2rem;
  color: var(--primary-500);
}

.timeline-item:nth-child(even) .step-badge {
  float: right;
}

/* Timeline Title */
.timeline-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  clear: both;
}

/* Timeline Description */
.timeline-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Card Decoration */
.card-decoration {
  position: absolute;
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

.timeline-item:nth-child(odd) .card-decoration {
  bottom: -30px;
  right: -30px;
}

.timeline-item:nth-child(even) .card-decoration {
  bottom: -30px;
  left: -30px;
}

/* Background Shapes */
.background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  top: 10%;
  right: 5%;
}

.shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 12%, transparent 88%),
    transparent
  );
  bottom: 15%;
  left: 5%;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .timeline-line {
    left: 30px;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    padding-left: 80px;
    padding-right: 0;
  }
  
  .timeline-marker {
    left: 30px;
  }
  
  .marker-icon {
    width: 50px;
    height: 50px;
  }
  
  .marker-icon i {
    font-size: 1.25rem;
  }
  
  .marker-dot {
    width: 20px;
    height: 20px;
  }
  
  .timeline-item:nth-child(even) .timeline-content {
    text-align: left;
  }
  
  .timeline-item:nth-child(even) .step-badge {
    float: none;
  }
  
  .timeline-item:nth-child(even) .card-decoration {
    left: auto;
    right: -30px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-header {
    margin-bottom: 2.5rem !important;
  }
  
  .timeline-container {
    padding: 1rem 0;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    padding-left: 60px;
    margin-bottom: 2rem;
  }
  
  .content-card {
    padding: 1.5rem;
  }
  
  .step-badge i {
    font-size: 1.5rem;
  }
}


/* 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;
  }
}


.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.header-decoration {
  margin-bottom: 1.5rem;
}

.decoration-line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
  border-radius: 2px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Content Items */
.content-wrapper {
  position: relative;
  z-index: 2;
}

.content-row {
  position: relative;
}

.content-text {
  padding: 1rem 0;
}

.item-badge {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.content-row:hover .item-badge {
  transform: rotate(10deg) scale(1.1);
}

.item-badge i {
  font-size: 1.75rem;
  color: var(--light);
}

.item-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.item-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Image Placeholders */
.image-placeholder {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.content-row:hover .image-placeholder {
  transform: scale(1.02);
}

.placeholder-1 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 30%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-500) 20%, var(--surface-secondary)));
}

.placeholder-2 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 25%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-300) 35%, var(--surface-secondary)));
}

.placeholder-3 {
  background: linear-gradient(135deg, 
    var(--neutral-100), 
    color-mix(in srgb, var(--primary-300) 20%, var(--surface-secondary)));
}

.placeholder-4 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 20%, var(--surface-secondary)), 
    var(--neutral-100));
}

.placeholder-5 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 30%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-300) 25%, var(--surface-secondary)));
}

.image-placeholder::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, var(--light) 60%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background Decorations */
.bg-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.decoration-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 12%, transparent), transparent);
  top: 10%;
  right: -150px;
}

.decoration-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 10%, transparent), transparent);
  top: 50%;
  left: -120px;
}

.decoration-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  bottom: 10%;
  right: -100px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .item-title {
    font-size: 1.5rem;
  }
  
  .image-placeholder {
    height: 300px;
    margin-bottom: 2rem;
  }
  
  .content-text {
    text-align: center;
  }
  
  .item-badge {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .image-placeholder {
    height: 250px;
  }
  
  .item-title {
    font-size: 1.375rem;
  }
}


/* Universal section */

.additional-universal-section {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.section-header {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
}

.header-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.ornament-dot {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
}

.ornament-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 50%, transparent 50%)
  );
}

.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;
}

/* Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Content Block Base */
.content-block {
  position: relative;
  padding: 2rem;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Block Style 1 - Highlight with Glow */
.block-style-1 {
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 50%, var(--light) 50%)
  );
  border: 2px solid var(--primary-300);
  overflow: hidden;
}

.block-decoration {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border-radius: 50%;
  opacity: 0.4;
  transition: all 0.4s ease;
}

.block-decoration i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

.block-style-1:hover .block-decoration {
  opacity: 1;
  transform: rotate(15deg) scale(1.1);
}

.block-glow {
  position: absolute;
  bottom: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 30%, transparent 70%), 
    transparent 70%
  );
  border-radius: 50%;
  transition: all 0.5s ease;
  pointer-events: none;
}

.block-style-1:hover .block-glow {
  bottom: -30%;
  right: -10%;
  opacity: 0.8;
}

/* Block Style 2 - Standard Card */
.block-style-2 {
  background: var(--light);
  border: 2px solid var(--neutral-100);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.block-style-2:hover {
  border-color: var(--primary-300);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

.block-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-100), 
    color-mix(in srgb, var(--primary-300) 40%, var(--primary-100) 60%)
  );
  border-radius: 16px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.block-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.block-style-2:hover .block-icon-wrapper {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  transform: scale(1.1);
}

.block-style-2:hover .block-icon-wrapper i {
  color: var(--light);
}

.block-corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    transparent 50%, 
    var(--primary-100) 50%
  );
  border-radius: 0 20px 0 0;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.block-style-2:hover .block-corner-accent {
  opacity: 1;
}

/* Block Style 3 - Full Width Featured */
.block-style-3 {
  grid-column: 1 / -1;
  background: var(--light);
  border: 3px solid var(--primary-300);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.block-style-3:hover {
  border-color: var(--primary-500);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.block-highlight-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%),
    var(--primary-500)
  );
}

.block-mega-icon {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 60%, transparent 40%)
  );
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.4s ease;
}

.block-mega-icon i {
  font-size: 4rem;
  color: var(--primary-500);
}

.block-style-3:hover .block-mega-icon {
  opacity: 0.6;
  transform: translateY(-50%) rotate(20deg) scale(1.1);
}

.block-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(45deg, 
      transparent, 
      transparent 20px, 
      color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 20px, 
      color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 22px
    );
  pointer-events: none;
  opacity: 0.3;
}

/* Content Typography */
.content-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}

.content-block:hover .content-title {
  color: var(--primary-500);
}

.block-style-3 .content-title {
  font-size: 1.75rem;
  max-width: 70%;
}

.content-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
  position: relative;
  z-index: 2;
}

.block-style-3 .content-description {
  font-size: 1.125rem;
  max-width: 70%;
}

/* Background Decorative Shapes */
.bg-shape {
  position: absolute;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-blob-1 {
  top: 10%;
  left: 5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph-blob 20s ease-in-out infinite;
}

.shape-blob-2 {
  top: 50%;
  right: 5%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-300), transparent 70%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph-blob 25s ease-in-out infinite 5s;
}

.shape-blob-3 {
  bottom: 10%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: morph-blob 30s ease-in-out infinite 10s;
}

.decorative-dots {
  position: absolute;
  bottom: 5%;
  right: 10%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  opacity: 0.2;
}

.decorative-dots span {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

/* Animations */
@keyframes morph-blob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .content-grid {
    gap: 1.5rem;
  }
  
  .block-style-3 {
    padding: 2.5rem;
  }
  
  .block-mega-icon {
    width: 100px;
    height: 100px;
  }
  
  .block-mega-icon i {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .block-style-3 {
    padding: 2rem;
  }
  
  .block-style-3 .content-title,
  .block-style-3 .content-description {
    max-width: 100%;
  }
  
  .block-mega-icon {
    position: static;
    transform: none;
    margin: 0 auto 1.5rem;
    opacity: 0.5;
  }
  
  .block-decoration {
    width: 60px;
    height: 60px;
  }
  
  .block-decoration i {
    font-size: 2rem;
  }
  
  .bg-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .content-block {
    padding: 1.5rem;
  }
  
  .block-style-3 {
    padding: 1.5rem;
  }
  
  .content-title {
    font-size: 1.25rem;
  }
  
  .block-style-3 .content-title {
    font-size: 1.5rem;
  }
}


/* 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 */

.additional-universal-section.v-060 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 15%, var(--surface-primary) 85%) 50%, var(--surface-primary) 100%);
  overflow: hidden;
}

/* Section Header */
.v-060 .section-header {
  position: relative;
  z-index: 2;
}

.v-060 .header-dots {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 30px;
}

.v-060 .header-dots .dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: dot-bounce 1.5s ease-in-out infinite;
}

.v-060 .header-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.v-060 .header-dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.v-060 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-060 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-060 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Split Content Wrapper */
.v-060 .split-content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Split Block */
.v-060 .split-block {
  position: relative;
}

/* Content Box */
.v-060 .content-box {
  padding: 20px 0;
}

.v-060 .content-icon {
  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;
  margin-bottom: 24px;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  transition: transform 0.4s ease;
}

.v-060 .split-block:hover .content-icon {
  transform: scale(1.1) rotate(5deg);
}

.v-060 .content-icon i {
  font-size: 32px;
  color: var(--light);
}

.v-060 .content-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-060 .content-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Visual Box */
.v-060 .visual-box {
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-060 .visual-element {
  width: 280px;
  height: 280px;
  position: relative;
}

.v-060 .visual-element.circle-pattern {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 15%, transparent 85%), color-mix(in srgb, var(--primary-700) 15%, transparent 85%));
  border-radius: 50%;
  border: 4px solid var(--primary-500);
  animation: pulse-rotate 8s ease-in-out infinite;
}

.v-060 .visual-element.square-grid {
  background-image: 
    linear-gradient(to right, var(--primary-500) 2px, transparent 2px),
    linear-gradient(to bottom, var(--primary-500) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0.3;
  border-radius: 20px;
  animation: grid-shift 10s linear infinite;
}

.v-060 .visual-element.wave-pattern {
  background: 
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-500) 20%, transparent 80%) 0%, transparent 70%),
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-700) 20%, transparent 80%) 0%, transparent 70%);
  background-size: 60% 60%, 100% 100%;
  background-position: center;
  border-radius: 50%;
  animation: wave-pulse 6s ease-in-out infinite;
}

.v-060 .visual-element.dot-matrix {
  background-image: radial-gradient(circle, var(--primary-500) 3px, transparent 3px);
  background-size: 30px 30px;
  opacity: 0.4;
  border-radius: 50%;
  animation: matrix-rotate 12s linear infinite;
}

@keyframes pulse-rotate {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(180deg);
  }
}

@keyframes grid-shift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}

@keyframes wave-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes matrix-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.v-060 .visual-accent {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  opacity: 0.2;
  border-radius: 20px;
  z-index: -1;
}

.v-060 .visual-accent.accent-1 {
  top: -20px;
  right: -20px;
}

.v-060 .visual-accent.accent-2 {
  bottom: -20px;
  left: -20px;
}

.v-060 .visual-accent.accent-3 {
  top: -20px;
  left: -20px;
  transform: rotate(45deg);
}

.v-060 .visual-accent.accent-4 {
  bottom: -20px;
  right: -20px;
  transform: rotate(45deg);
}

/* Featured Block */
.v-060 .featured-block {
  margin: 40px 0;
}

.v-060 .featured-content {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 24px;
  padding: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.v-060 .featured-icon-wrapper {
  width: 90px;
  height: 90px;
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.v-060 .featured-icon-wrapper i {
  font-size: 42px;
  color: var(--light);
}

.v-060 .featured-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--light);
  margin-bottom: 20px;
  line-height: 1.3;
}

.v-060 .featured-description {
  font-size: 1.125rem;
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

.v-060 .featured-pattern {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--light) 15%, transparent 85%) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Background Decorations */
.v-060 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-060 .deco-float {
  position: absolute;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
  border-radius: 50%;
  animation: float-drift 20s ease-in-out infinite;
}

.v-060 .deco-float.float-1 {
  top: 15%;
  left: 5%;
}

.v-060 .deco-float.float-2 {
  bottom: 20%;
  right: 8%;
  animation-delay: 10s;
}

@keyframes float-drift {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, -30px);
  }
}

.v-060 .deco-gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 5%, transparent 95%) 0%, transparent 70%);
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-060 {
    padding: 80px 0;
  }

  .v-060 .section-title {
    font-size: 2.25rem;
  }

  .v-060 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-060 .split-content-wrapper {
    gap: 50px;
  }

  .v-060 .visual-box {
    height: 280px;
  }

  .v-060 .visual-element {
    width: 220px;
    height: 220px;
  }

  .v-060 .featured-content {
    padding: 50px 40px;
  }

  .v-060 .featured-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .v-060 {
    padding: 60px 0;
  }

  .v-060 .section-title {
    font-size: 1.875rem;
  }

  .v-060 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-060 .section-description {
    font-size: 1rem;
  }

  .v-060 .split-content-wrapper {
    gap: 40px;
  }

  .v-060 .content-icon {
    width: 60px;
    height: 60px;
  }

  .v-060 .content-icon i {
    font-size: 28px;
  }

  .v-060 .content-title {
    font-size: 1.5rem;
  }

  .v-060 .content-description {
    font-size: 1rem;
  }

  .v-060 .visual-box {
    height: 220px;
    margin-top: 30px;
  }

  .v-060 .visual-element {
    width: 180px;
    height: 180px;
  }

  .v-060 .featured-content {
    padding: 40px 28px;
  }

  .v-060 .featured-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .v-060 .featured-icon-wrapper i {
    font-size: 32px;
  }

  .v-060 .featured-title {
    font-size: 1.5rem;
  }

  .v-060 .featured-description {
    font-size: 1rem;
  }
}


/* Universal section */

.additional-universal-secondary {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 50%, var(--neutral-0) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-secondary .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-secondary .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-secondary .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

/* Section Separator */
.additional-universal-secondary .section-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 3.5rem 0 4rem;
}

.additional-universal-secondary .sep-line {
  flex: 1;
  max-width: 180px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}

.additional-universal-secondary .sep-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-secondary .sep-icon i {
  font-size: 1.5rem;
}

/* Services List */
.additional-universal-secondary .services-list {
  position: relative;
  z-index: 2;
}

.additional-universal-secondary .list-item {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid var(--neutral-100);
}

.additional-universal-secondary .list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Item Marker */
.additional-universal-secondary .item-marker {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.additional-universal-secondary .marker-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-200));
  color: var(--primary-900);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.additional-universal-secondary .marker-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.additional-universal-secondary .marker-icon i {
  font-size: 2rem;
}

.additional-universal-secondary .list-item:hover .marker-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

/* Item Content */
.additional-universal-secondary .item-content {
  flex: 1;
  position: relative;
  background: var(--neutral-0);
  padding: 2rem;
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.additional-universal-secondary .list-item:hover .item-content {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-left-color: var(--accent-500);
}

.additional-universal-secondary .item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-secondary .item-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.additional-universal-secondary .item-badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: linear-gradient(135deg, var(--accent-100), var(--accent-200));
  color: var(--accent-900);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

/* Background Circles */
.additional-universal-secondary .bg-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  filter: blur(60px);
}

.additional-universal-secondary .circle-1 {
  width: 450px;
  height: 450px;
  background: var(--primary-400);
  top: 10%;
  left: -150px;
}

.additional-universal-secondary .circle-2 {
  width: 400px;
  height: 400px;
  background: var(--accent-400);
  bottom: 15%;
  right: -120px;
}

/* Background Lines */
.additional-universal-secondary .bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  pointer-events: none;
  background: repeating-linear-gradient(
    45deg,
    var(--primary-300),
    var(--primary-300) 2px,
    transparent 2px,
    transparent 40px
  );
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-secondary {
    padding: 4rem 0;
  }

  .additional-universal-secondary .list-item {
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .additional-universal-secondary .item-content {
    padding: 1.75rem;
  }

  .additional-universal-secondary .marker-icon {
    width: 65px;
    height: 65px;
  }

  .additional-universal-secondary .marker-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-secondary .item-title {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-secondary {
    padding: 3rem 0;
  }

  .additional-universal-secondary .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-secondary .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-secondary .section-description {
    font-size: 1rem;
  }

  .additional-universal-secondary .section-separator {
    gap: 1rem;
  }

  .additional-universal-secondary .sep-line {
    max-width: 80px;
  }

  .additional-universal-secondary .sep-icon {
    width: 50px;
    height: 50px;
  }

  .additional-universal-secondary .sep-icon i {
    font-size: 1.35rem;
  }

  .additional-universal-secondary .list-item {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .additional-universal-secondary .item-marker {
    flex-direction: row;
    align-self: flex-start;
  }

  .additional-universal-secondary .marker-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .additional-universal-secondary .marker-icon {
    width: 60px;
    height: 60px;
  }

  .additional-universal-secondary .marker-icon i {
    font-size: 1.5rem;
  }

  .additional-universal-secondary .item-content {
    padding: 1.5rem;
  }

  .additional-universal-secondary .list-item:hover .item-content {
    transform: translateY(-5px) translateX(0);
  }

  .additional-universal-secondary .item-title {
    font-size: 1.25rem;
  }

  .additional-universal-secondary .item-description {
    font-size: 0.95rem;
  }

  .additional-universal-secondary .item-badge {
    font-size: 0.8rem;
    padding: 0.35rem 0.85rem;
  }

  .additional-universal-secondary .bg-circle,
  .additional-universal-secondary .bg-lines {
    display: none;
  }
}


/* Universal section */
/* Theme: modern-green-01 */

.add_wrap {
  padding: var(--section-py) 0;
  background: white;
  position: relative;
}

/* Header Styles */
.add_header {
  margin-bottom: var(--space-8);
}

.add_title {
  font-family: var(--section_section_title);
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.add_subtitle {
  font-family: var(--premium_body_large);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1.4;
}

.add_description {
  font-family: var(--web_body_base);
  font-size: 1.0625rem;
  color: var(--text-body);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Card Styles */
.add_card {
  height: 100%;
  padding: var(--space-6);
  background: var(--neutral-50);
  border-radius: var(--radius-lg);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.add_card:hover {
  border-color: var(--primary-500);
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  background: white;
}

.add_card_featured {
  background: linear-gradient(135deg, var(--neutral-50) 0%, white 100%);
  border: 2px solid var(--primary-500);
}

.add_card_featured:hover {
  background: linear-gradient(135deg, white 0%, var(--neutral-50) 100%);
}

.add_card_icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-500);
  color: white;
  border-radius: 50%;
  font-size: 1.75rem;
  flex-shrink: 0;
}

.add_card_featured .add_card_icon {
  width: 72px;
  height: 72px;
  font-size: 2rem;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
}

.add_card_title {
  font-family: var(--premium_body_large);
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}

.add_card_featured .add_card_title {
  font-size: 1.5rem;
}

.add_card_desc {
  font-family: var(--web_body_base);
  font-size: 0.9375rem;
  color: var(--text-body);
  margin: 0;
  line-height: 1.6;
  flex-grow: 1;
}

.add_card_featured .add_card_desc {
  font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--space-8) 0;
  }
  
  .add_card {
    padding: var(--space-5);
  }
  
  .add_card_icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
  
  .add_card_featured .add_card_icon {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
  }
  
  .add_card:hover {
    transform: translateY(-4px);
  }
}


/* Universal section */

.additional-universal-modern {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-modern .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-modern .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-modern .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Masonry Grid */
.additional-universal-modern .masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  grid-auto-rows: 250px;
  position: relative;
  z-index: 2;
}

/* Grid Items */
.additional-universal-modern .grid-item {
  position: relative;
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2rem;
  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;
  display: flex;
  flex-direction: column;
}

.additional-universal-modern .grid-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Grid Item Sizes */
.additional-universal-modern .item-large {
  grid-column: span 2;
  grid-row: span 2;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 3px solid var(--primary-200);
}

.additional-universal-modern .item-medium {
  grid-row: span 2;
}

.additional-universal-modern .item-standard {
  grid-row: span 2;
}

/* Item Overlay */
.additional-universal-modern .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-200) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-modern .item-large:hover .item-overlay {
  opacity: 0.2;
}

/* Item Icon */
.additional-universal-modern .item-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.additional-universal-modern .item-icon i {
  font-size: 2rem;
  color: var(--neutral-0);
}

.additional-universal-modern .grid-item:hover .item-icon {
  transform: scale(1.1) rotate(10deg);
}

/* Item Content */
.additional-universal-modern .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.additional-universal-modern .item-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-modern .item-large .item-title {
  font-size: 1.75rem;
}

.additional-universal-modern .item-description {
  font-size: 0.95rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.additional-universal-modern .item-large .item-description {
  font-size: 1rem;
}

/* Corner Accents */
.additional-universal-modern .corner-accent {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0.15;
  pointer-events: none;
}

.additional-universal-modern .corner-accent.top-left {
  top: 15px;
  left: 15px;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
}

.additional-universal-modern .corner-accent.bottom-right {
  bottom: 15px;
  right: 15px;
  border-bottom: 4px solid var(--accent-500);
  border-right: 4px solid var(--accent-500);
}

/* Shine Effect */
.additional-universal-modern .shine-effect {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}

.additional-universal-modern .grid-item:hover .shine-effect {
  left: 100%;
}

/* Background Gradients */
.additional-universal-modern .bg-gradient {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  filter: blur(80px);
}

.additional-universal-modern .grad-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-400);
  top: 10%;
  left: -150px;
}

.additional-universal-modern .grad-2 {
  width: 450px;
  height: 450px;
  background: var(--accent-400);
  bottom: 15%;
  right: -130px;
}

/* Floating Shapes */
.additional-universal-modern .floating-shape {
  position: absolute;
  opacity: 0.04;
  pointer-events: none;
}

.additional-universal-modern .shape-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  border-radius: 30% 70% 70% 30% / 40% 60% 40% 60%;
  top: 25%;
  right: 10%;
  filter: blur(40px);
}

.additional-universal-modern .shape-2 {
  width: 180px;
  height: 180px;
  background: var(--accent-300);
  border-radius: 60% 40% 40% 60% / 50% 50% 50% 50%;
  bottom: 20%;
  left: 12%;
  filter: blur(35px);
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-modern {
    padding: 4rem 0;
  }

  .additional-universal-modern .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
    grid-auto-rows: 280px;
  }

  .additional-universal-modern .item-large {
    grid-column: span 2;
  }

  .additional-universal-modern .item-medium {
    grid-column: span 1;
  }

  .additional-universal-modern .grid-item {
    padding: 1.75rem;
  }

  .additional-universal-modern .item-icon {
    width: 65px;
    height: 65px;
  }

  .additional-universal-modern .item-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-modern .item-title {
    font-size: 1.25rem;
  }

  .additional-universal-modern .item-large .item-title {
    font-size: 1.5rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-modern {
    padding: 3rem 0;
  }

  .additional-universal-modern .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-modern .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-modern .section-description {
    font-size: 1rem;
  }

  .additional-universal-modern .masonry-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    grid-auto-rows: auto;
  }

  .additional-universal-modern .item-large,
  .additional-universal-modern .item-medium,
  .additional-universal-modern .item-standard {
    grid-column: span 1;
    grid-row: span 1;
  }

  .additional-universal-modern .grid-item {
    padding: 1.5rem;
  }

  .additional-universal-modern .item-icon {
    width: 60px;
    height: 60px;
  }

  .additional-universal-modern .item-icon i {
    font-size: 1.5rem;
  }

  .additional-universal-modern .item-title {
    font-size: 1.2rem;
  }

  .additional-universal-modern .item-large .item-title {
    font-size: 1.35rem;
  }

  .additional-universal-modern .item-description {
    font-size: 0.9rem;
  }

  .additional-universal-modern .bg-gradient,
  .additional-universal-modern .floating-shape {
    display: none;
  }
}


/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.decorative-dot-pattern {
  width: 60px;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
  border-radius: 3px;
  margin: 0 auto 1.5rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
}

/* Info Cards */
.info-card {
  position: relative;
  background: var(--light);
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.info-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Featured Cards */
.info-card-featured {
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  border: 2px solid var(--primary-300);
}

.info-card-featured .card-title {
  color: var(--primary-700);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.1;
}

.card-decorative-shape {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: var(--primary-50);
  border-radius: 50%;
  opacity: 0.5;
  transition: transform 0.5s ease;
}

.info-card:hover .card-decorative-shape {
  transform: scale(1.3);
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
}

.blob-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -50px;
  right: -50px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .info-card {
    padding: 1.5rem;
  }

  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .blob-1,
  .blob-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .info-card {
    padding: 1.25rem;
  }
}


.additional-universal-modern {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-modern .section-header h1 {
  color: var(--text-primary);
  line-height: 1.3;
}

.additional-universal-modern .section-header h2 {
  color: var(--primary-500);
  font-weight: 500;
}

.additional-universal-modern .section-header p {
  color: var(--text-secondary);
  max-width: 750px;
  margin: 0 auto;
}

/* Image Placeholder */
.additional-universal-modern .image-placeholder {
  width: 100%;
  height: 320px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease;
}

.additional-universal-modern .row:hover .image-placeholder {
  transform: scale(1.03);
}

.additional-universal-modern .placeholder-content {
  font-size: 4rem;
  color: var(--primary-300);
  opacity: 0.4;
}

/* Content Block */
.additional-universal-modern .content-block {
  padding: 1.5rem 0;
}

/* Icon Badge */
.additional-universal-modern .icon-badge {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.additional-universal-modern .row:hover .icon-badge {
  transform: rotate(10deg) scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Content Typography */
.additional-universal-modern .content-block h3 {
  color: var(--text-primary);
  line-height: 1.4;
}

.additional-universal-modern .content-block p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Floating Decorative Shapes */
.additional-universal-modern .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
}

.additional-universal-modern .floating-shape.shape-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-500);
  top: 10%;
  right: 5%;
  animation: float-1 8s ease-in-out infinite;
}

.additional-universal-modern .floating-shape.shape-2 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  bottom: 20%;
  left: 8%;
  animation: float-2 10s ease-in-out infinite;
}

.additional-universal-modern .floating-shape.shape-3 {
  width: 120px;
  height: 120px;
  background: var(--primary-300);
  top: 50%;
  right: 10%;
  animation: float-3 12s ease-in-out infinite;
}

/* Floating Animations */
@keyframes float-1 {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-30px) translateX(20px); }
}

@keyframes float-2 {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(30px) translateX(-20px); }
}

@keyframes float-3 {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-20px) translateX(-30px); }
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-modern .section-header h1 {
    font-size: 2rem;
  }

  .additional-universal-modern .image-placeholder {
    height: 260px;
  }

  .additional-universal-modern .content-block h3 {
    font-size: 1.5rem;
  }

  .additional-universal-modern .floating-shape {
    opacity: 0.05;
  }
}

@media (max-width: 767px) {
  .additional-universal-modern .section-header h1 {
    font-size: 1.75rem;
  }

  .additional-universal-modern .section-header h2 {
    font-size: 1.25rem;
  }

  .additional-universal-modern .image-placeholder {
    height: 220px;
  }

  .additional-universal-modern .placeholder-content {
    font-size: 3rem;
  }

  .additional-universal-modern .icon-badge {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .additional-universal-modern .content-block h3 {
    font-size: 1.35rem;
  }

  .additional-universal-modern .content-block {
    padding: 1rem 0;
  }
}


/* Team Social Links - Outline Style */
.team-social-links {
    margin-top: 18px;
    padding: 14px 0;
}

.social-icons-grid {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    border: 2px solid;
    background: transparent;
    position: relative;
}

.social-link:hover {
    transform: scale(1.1);
    color: white;
}

.facebook-link {
    border-color: #1877f2;
    color: #1877f2;
}

.facebook-link:hover {
    background: #1877f2;
    color: white;
}

.linkedin-link {
    border-color: #0a66c2;
    color: #0a66c2;
}

.linkedin-link:hover {
    background: #0a66c2;
    color: white;
}

.instagram-link {
    border-color: #e4405f;
    color: #e4405f;
}

.instagram-link:hover {
    background: #e4405f;
    color: white;
}

.x-link {
    border-color: #000000;
    color: #000000;
    position: relative;
}

.x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 19px;
    color: inherit;
    z-index: 2;
    position: relative;
}

.x-link:hover {
    background: #000000;
}

.x-link:hover::after {
    color: white;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 11px;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
}


/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}


/* 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: #333333 !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: #333333 !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: minimal === */
.ocm-theme-minimal {
    border-radius: 4px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e0e0e0 !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #333333 !important;
}

.ocm-theme-minimal .ocm-banner-content,
.ocm-theme-minimal .ocm-settings {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #333333 !important;
}

.ocm-theme-minimal .ocm-title {
    color: #1a1a1a !important;
}

.ocm-theme-minimal .ocm-description {
    color: #333333 !important;
}

.ocm-theme-minimal .ocm-category-title {
    color: #1a1a1a !important;
}

.ocm-theme-minimal .ocm-category-desc {
    color: #333333 !important;
}

.ocm-theme-minimal .ocm-btn {
    border-radius: 4px !important;
    font-weight: 400 !important;
}

.ocm-theme-minimal .ocm-btn-accept {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.ocm-theme-minimal .ocm-btn-accept:hover {
    background: #333333 !important;
    background-color: #333333 !important;
    color: #ffffff !important;
}

.ocm-theme-minimal .ocm-btn-reject {
    background: #6c757d !important;
    background-color: #6c757d !important;
    color: #ffffff !important;
}

.ocm-theme-minimal .ocm-btn-customize {
    border-color: #000000 !important;
    color: #000000 !important;
    background: transparent !important;
    background-color: transparent !important;
}

.ocm-theme-minimal .ocm-btn-customize:hover {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.ocm-theme-minimal .ocm-category {
    background: #f8f9fa !important;
    background-color: #f8f9fa !important;
}

.ocm-theme-minimal .ocm-always-active-badge {
    background: #f5f5f5 !important;
    background-color: #f5f5f5 !important;
    color: #666666 !important;
}

/* === TOGGLE STYLE 13 === */
.ocm-toggle.ocm-toggle-style-13 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #667eea !important;
    border: 3px solid #667eea !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-13:hover {
    background: #667eea !important;
    color: #ffffff !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3) !important;
}