:root {
  --primary-50: #faf5ff;
  --primary-50-rgb: 250, 245, 255;
  --primary-50-rgb: 250, 245, 255;
  --primary-100: #f3e8ff;
  --primary-100-rgb: 243, 232, 255;
  --primary-100-rgb: 243, 232, 255;
  --primary-300: #d8b4fe;
  --primary-300-rgb: 216, 180, 254;
  --primary-300-rgb: 216, 180, 254;
  --primary-500: #9333ea;
  --primary-500-rgb: 147, 51, 234;
  --primary-500-rgb: 147, 51, 234;
  --primary-700: #7e22ce;
  --primary-700-rgb: 126, 34, 206;
  --primary-700-rgb: 126, 34, 206;
  --primary-200: #e6ceff;
  --primary-200-rgb: 230, 206, 255;
  --primary-200-rgb: 230, 206, 255;
  --primary-400: #b674f4;
  --primary-400-rgb: 182, 116, 244;
  --primary-400-rgb: 182, 116, 244;
  --primary-600: #892bdc;
  --primary-600-rgb: 137, 43, 220;
  --primary-600-rgb: 137, 43, 220;
  --primary-800: #651ba5;
  --primary-800-rgb: 101, 27, 165;
  --primary-800-rgb: 101, 27, 165;
  --primary-900: #56178c;
  --primary-900-rgb: 86, 23, 140;
  --primary-900-rgb: 86, 23, 140;
  --primary-950: #3c1062;
  --primary-950-rgb: 60, 16, 98;
  --primary-950-rgb: 60, 16, 98;
  --primary-rgb: 147, 51, 234;
  --neutral-50: #fafafa;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-100: #f4f4f5;
  --neutral-100-rgb: 244, 244, 245;
  --neutral-100-rgb: 244, 244, 245;
  --neutral-300: #d4d4d8;
  --neutral-300-rgb: 212, 212, 216;
  --neutral-300-rgb: 212, 212, 216;
  --neutral-500: #71717a;
  --neutral-500-rgb: 113, 113, 122;
  --neutral-500-rgb: 113, 113, 122;
  --neutral-700: #3f3f46;
  --neutral-700-rgb: 63, 63, 70;
  --neutral-700-rgb: 63, 63, 70;
  --neutral-900: #2b2b30;
  --neutral-900-rgb: 43, 43, 48;
  --neutral-900-rgb: 43, 43, 48;
  --neutral-200: #e4e4e7;
  --neutral-200-rgb: 228, 228, 231;
  --neutral-200-rgb: 228, 228, 231;
  --neutral-400: #a3a3a9;
  --neutral-400-rgb: 163, 163, 169;
  --neutral-400-rgb: 163, 163, 169;
  --neutral-600: #585860;
  --neutral-600-rgb: 88, 88, 96;
  --neutral-600-rgb: 88, 88, 96;
  --neutral-800: #323238;
  --neutral-800-rgb: 50, 50, 56;
  --neutral-800-rgb: 50, 50, 56;
  --neutral-950: #1e1e22;
  --neutral-950-rgb: 30, 30, 34;
  --neutral-950-rgb: 30, 30, 34;
  --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: #fcf7e8;
  --accent-50-rgb: 252, 247, 232;
  --accent-50-rgb: 252, 247, 232;
  --accent-100: #f7ebe8;
  --accent-100-rgb: 247, 235, 232;
  --accent-100-rgb: 247, 235, 232;
  --accent-200: #eed5e8;
  --accent-200-rgb: 238, 213, 232;
  --accent-200-rgb: 238, 213, 232;
  --accent-300: #e4bfe7;
  --accent-300-rgb: 228, 191, 231;
  --accent-300-rgb: 228, 191, 231;
  --accent-400: #cc89de;
  --accent-400-rgb: 204, 137, 222;
  --accent-400-rgb: 204, 137, 222;
  --accent-500: #b352d5;
  --accent-500-rgb: 179, 82, 213;
  --accent-500-rgb: 179, 82, 213;
  --accent-600: #ac4bc8;
  --accent-600-rgb: 172, 75, 200;
  --accent-600-rgb: 172, 75, 200;
  --accent-700: #a543bb;
  --accent-700-rgb: 165, 67, 187;
  --accent-700-rgb: 165, 67, 187;
  --accent-800: #933d96;
  --accent-800-rgb: 147, 61, 150;
  --accent-800-rgb: 147, 61, 150;
  --accent-900: #893a7f;
  --accent-900-rgb: 137, 58, 127;
  --accent-900-rgb: 137, 58, 127;
  --accent-950: #773459;
  --accent-950-rgb: 119, 52, 89;
  --accent-950-rgb: 119, 52, 89;
  --accent-rgb: 179, 82, 213;
  --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 ===== */
.prime_font_primary {
  font-family: var(--font-primary);
}

.studio_font_secondary {
  font-family: var(--font-secondary);
}

.core_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.custom_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);
}

.bold_display_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-5xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.design_display_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

/* Heading Styles - For section titles and content hierarchy */
.smart_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);
}

.agency_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);
}

.brand_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);
}

.digital_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);
}

.top_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 */
.best_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);
}

.base_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);
}

.light_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 */
.minimal_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);
}

.container_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 */
.app_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);
}

.style_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 */
.section_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);
}

.pro_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 */
.company_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);
}

.bright_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);
}

.modern_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 */
.clean_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);
}

.creative_card_text {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
}

/* Navigation Typography */
.theme_nav_link {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.theme_nav_link:hover,
.theme_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.content_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 */
.unique_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) {
  .section_hero_title {
    font-size: var(--text-4xl);
  }
  
  .company_section_title {
    font-size: var(--text-3xl);
  }
  
  .custom_display_1 {
    font-size: var(--text-5xl);
  }
  
  .bold_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .section_hero_title {
    font-size: var(--text-3xl);
  }
  
  .company_section_title {
    font-size: var(--text-2xl);
  }
  
  .custom_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 ===== */
.page_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.fresh_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.business_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.main_text_balance {
  text-wrap: balance;
}

.ui_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .theme_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .minimal_caption,
  .container_overline,
  .unique_footer_text {
    color: var(--text-secondary);
  }
  
  .pro_hero_subtitle,
  .bright_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .section_hero_title,
  .company_section_title,
  .smart_heading_1,
  .agency_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .page_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.elite_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.web_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.premium_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.site_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dark_stack {
  display: flex;
  flex-direction: column;
}

.content59_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.digital91_full_height {
  min-height: 100vh;
}

.section62_section_height {
  min-height: 80vh;
}

.creative13_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.site14_m_0 { margin: 0; }
.page73_m_1 { margin: var(--space-1); }
.premium96_m_2 { margin: var(--space-2); }
.web83_m_3 { margin: var(--space-3); }
.dark81_m_4 { margin: var(--space-4); }
.new18_m_6 { margin: var(--space-6); }
.premium79_m_8 { margin: var(--space-8); }
.new96_m_12 { margin: var(--space-12); }
.app3_m_16 { margin: var(--space-16); }

.fresh92_mx_auto { margin-left: auto; margin-right: auto; }
.studio65_my_auto { margin-top: auto; margin-bottom: auto; }

.elite15_mt_0 { margin-top: 0; }
.modern96_mt_4 { margin-top: var(--space-4); }
.agency93_mt_8 { margin-top: var(--space-8); }
.site74_mt_12 { margin-top: var(--space-12); }

.container87_mb_0 { margin-bottom: 0; }
.site17_mb_4 { margin-bottom: var(--space-4); }
.main13_mb_8 { margin-bottom: var(--space-8); }
.modern94_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.modern97_p_0 { padding: 0; }
.base45_p_1 { padding: var(--space-1); }
.company15_p_2 { padding: var(--space-2); }
.theme71_p_3 { padding: var(--space-3); }
.dark47_p_4 { padding: var(--space-4); }
.ui42_p_6 { padding: var(--space-6); }
.top42_p_8 { padding: var(--space-8); }

.main54_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.best43_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.creative2_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.business2_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.fresh87_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.web11_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.design6_gap_1 { gap: var(--space-1); }
.fresh89_gap_2 { gap: var(--space-2); }
.minimal42_gap_3 { gap: var(--space-3); }
.premium0_gap_4 { gap: var(--space-4); }
.fresh23_gap_6 { gap: var(--space-6); }
.creative95_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.creative32_shadow_none { box-shadow: var(--shadow-none); }
.design58_shadow_xs { box-shadow: var(--shadow-xs); }
.content2_shadow_sm { box-shadow: var(--shadow-sm); }
.base14_shadow_md { box-shadow: var(--shadow-md); }
.dark54_shadow_lg { box-shadow: var(--shadow-lg); }
.business46_shadow_xl { box-shadow: var(--shadow-xl); }
.bold2_shadow_2xl { box-shadow: var(--shadow-2xl); }
.top46_shadow_inner { box-shadow: var(--shadow-inner); }
.section73_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.minimal70_radius_none { border-radius: var(--radius-none); }
.prime96_radius_xs { border-radius: var(--radius-xs); }
.new75_radius_sm { border-radius: var(--radius-sm); }
.content5_radius_md { border-radius: var(--radius-md); }
.unique21_radius_lg { border-radius: var(--radius-lg); }
.company33_radius_xl { border-radius: var(--radius-xl); }
.theme17_radius_2xl { border-radius: var(--radius-2xl); }
.design58_radius_3xl { border-radius: var(--radius-3xl); }
.company17_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.top93_gradient_primary {
  background: var(--gradient-primary);
}

.page82_gradient_secondary {
  background: var(--gradient-secondary);
}

.premium63_gradient_hero {
  background: var(--gradient-hero);
}

.design62_gradient_card {
  background: var(--gradient-card);
}

.business54_gradient_overlay {
  position: relative;
}

.business54_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;
}

.business54_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.pro83_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.pro83_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.site33_hover_scale {
  transition: transform var(--transition-normal);
}

.site33_hover_scale:hover {
  transform: scale(1.02);
}

.studio97_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.studio97_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.creative66_hover_fade {
  transition: opacity var(--transition-normal);
}

.creative66_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.web10_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.web10_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.company94_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main84_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.top85_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.site77_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.container69_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.creative17_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.creative69_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.base55_timeline {
  position: relative;
}

.base55_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.dark79_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.dark79_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.dark79_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.content95_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.app21_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;
  }
}

.premium2_slide_in_left {
  transform: translateX(-20px);
  opacity: 0;
  animation: tc-slideInLeft var(--transition-slow) ease-out forwards;
}

@keyframes tc-slideInLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.creative25_scale_in {
  transform: scale(0.95);
  opacity: 0;
  animation: tc-scaleIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-scaleIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Transition utilities */
.best88_transition_all {
  transition: var(--transition-all);
}

.minimal41_transition_fast {
  transition: all var(--transition-fast);
}

.minimal40_transition_normal {
  transition: all var(--transition-normal);
}

.best52_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.clean73_bg_primary { background-color: var(--bg-primary); }
.digital89_bg_secondary { background-color: var(--bg-secondary); }
.main37_bg_muted { background-color: var(--bg-muted); }
.site63_bg_glass { background-color: var(--bg-glass); }

.clean60_text_primary { color: var(--text-primary); }
.premium90_text_secondary { color: var(--text-secondary); }
.smart13_text_muted { color: var(--text-muted); }
.style57_text_inverse { color: var(--text-inverse); }
.dark89_text_link { color: var(--text-link); }

.bold72_border_light { border-color: var(--border-light); }
.pro97_border_medium { border-color: var(--border-medium); }
.layout31_border_strong { border-color: var(--border-strong); }
.main41_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .top85_services_grid,
  .container69_features_grid,
  .site77_team_grid,
  .creative69_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .creative17_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .base55_timeline::before {
    left: 30px;
  }
  
  .dark79_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .section62_section_height {
    min-height: 60vh;
  }
  
  .creative13_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .creative17_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .dark79_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.premium46_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;
}

.dark49_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.elite88_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);
}

.elite88_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .base66_no_print {
    display: none !important;
  }
  
  .agency41_print_only {
    display: block !important;
  }
  
  .design58_shadow_xs,
  .content2_shadow_sm,
  .base14_shadow_md,
  .dark54_shadow_lg,
  .business46_shadow_xl,
  .bold2_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .content95_fade_in,
  .app21_slide_up,
  .premium2_slide_in_left,
  .creative25_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .pro83_hover_lift,
  .site33_hover_scale,
  .studio97_hover_shadow,
  .creative66_hover_fade,
  .best88_transition_all,
  .minimal41_transition_fast,
  .minimal40_transition_normal,
  .best52_transition_slow {
    transition: none;
  }
}

/* ============================================
   Header v-139 - Professional Blue Navigation
   ============================================ */

.header-style {
  background: var(--surface-primary);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

.header-style .navbar {
  padding: 1.2rem 0;
  position: relative;
}

/* ============================================
   Brand/Logo
   ============================================ */

.header-style .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10004;
}

.header-style .navbar-brand:hover {
  color: var(--primary-500);
  transform: translateY(-2px);
}

/* ============================================
   Custom Animated Hamburger Menu
   ============================================ */

.header-style .hamburger-checkbox {
  display: none;
}

.header-style .hamburger-label {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 24px;
  cursor: pointer;
  position: relative;
  z-index: 10003;
  transition: all 0.3s ease;
}

.header-style .hamburger-line {
  width: 100%;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

/* Hamburger Animation - Transform to X */
.header-style .hamburger-checkbox:checked ~ .hamburger-label .hamburger-line:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}

.header-style .hamburger-checkbox:checked ~ .hamburger-label .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.header-style .hamburger-checkbox:checked ~ .hamburger-label .hamburger-line:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}

/* Hover Effect */
.header-style .hamburger-label:hover .hamburger-line {
  background: var(--primary-500);
}

/* ============================================
   Navigation Links - Desktop
   ============================================ */

.header-style .navbar-nav {
  gap: 0.5rem;
}

.header-style .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}

.header-style .nav-link::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 2px;
  background: var(--primary-500);
  border-radius: 2px;
  transition: transform 0.3s ease;
}

.header-style .nav-link:hover {
  color: var(--primary-500);
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
}

.header-style .nav-link:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* ============================================
   Decorative Elements
   ============================================ */

.header-style .header-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.header-style .decorative-dot {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-300);
  opacity: 0.15;
  animation: float-dots 6s infinite ease-in-out;
}

.header-style .decorative-dot.dot-1 {
  width: 60px;
  height: 60px;
  top: -20px;
  right: 40px;
  animation-delay: 0s;
}

.header-style .decorative-dot.dot-2 {
  width: 40px;
  height: 40px;
  top: 50%;
  right: 120px;
  animation-delay: 2s;
}

.header-style .decorative-dot.dot-3 {
  width: 30px;
  height: 30px;
  bottom: -10px;
  right: 80px;
  animation-delay: 4s;
}

@keyframes float-dots {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-15px) scale(1.1);
  }
}

/* ============================================
   Mobile Menu Backdrop
   ============================================ */

.header-style .menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: -1;
}

/* ============================================
   Mobile Responsive (≤991.98px)
   ============================================ */

@media (max-width: 991.98px) {
  /* Show Hamburger */
  .header-style .hamburger-label {
    display: flex;
  }

  /* Z-index Structure - CRITICAL */
  .header-style .hamburger-label {
    z-index: 10003; /* Highest - toggle button */
  }

  .header-style .navbar-brand {
    z-index: 10004; /* Above everything */
  }

  .header-style .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--surface-primary);
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
    padding: 6rem 2rem 2rem;
    transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10; /* Below toggle */
    overflow-y: auto;
  }

  .header-style .menu-backdrop {
    z-index: 0; /* Below navbar, below toggle */
  }

  /* Menu Open State */
  .header-style .hamburger-checkbox:checked ~ .navbar-collapse {
    right: 0;
  }

  .header-style .hamburger-checkbox:checked ~ .menu-backdrop {
    opacity: 1;
    visibility: visible;
  }

  /* Mobile Navigation Styles */
  .header-style .navbar-nav {
    flex-direction: column;
    gap: 0.5rem;
  }

  .header-style .nav-link {
    padding: 1rem 1.2rem;
    border-left: 3px solid transparent;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--text-primary);
  }

  .header-style .nav-link::after {
    display: none;
  }

  .header-style .nav-link:hover {
    border-left-color: var(--primary-500);
    background: color-mix(in srgb, var(--primary-500) 10%, transparent);
    transform: translateX(8px);
  }

  /* Staggered Animation for Menu Items */
  .header-style .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInRight 0.4s ease forwards;
  }

  .header-style .hamburger-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }

  .header-style .hamburger-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(2) {
    animation-delay: 0.2s;
  }

  .header-style .hamburger-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(3) {
    animation-delay: 0.3s;
  }

  .header-style .hamburger-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(4) {
    animation-delay: 0.4s;
  }

  @keyframes slideInRight {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  /* Hide Decorative Elements on Mobile */
  .header-style .header-decoration {
    display: none;
  }
}

/* Tablet Adjustments (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-style .navbar-collapse {
    width: 320px;
    padding: 7rem 2.5rem 2rem;
  }

  .header-style .nav-link {
    font-size: 1.1rem;
  }
}

/* Small Mobile (≤576px) */
@media (max-width: 576px) {
  .header-style .navbar {
    padding: 1rem 0;
  }

  .header-style .navbar-brand {
    font-size: 1.3rem;
  }

  .header-style .hamburger-label {
    width: 28px;
    height: 22px;
  }

  .header-style .hamburger-line {
    height: 2.5px;
  }

  .header-style .navbar-collapse {
    width: 260px;
    padding: 5rem 1.5rem 1.5rem;
  }

  .header-style .nav-link {
    padding: 0.9rem 1rem;
    font-size: 1rem;
  }
}

/* Large Desktop (≥1400px) */
@media (min-width: 1400px) {
  .header-style .navbar-brand {
    font-size: 1.6rem;
  }

  .header-style .nav-link {
    font-size: 1.05rem;
    padding: 0.7rem 1.4rem;
  }

  .header-style .header-decoration {
    width: 250px;
  }
}

/* Accessibility */
.header-style .nav-link:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 4px;
}

.header-style .hamburger-label:focus-within {
  outline: 2px solid var(--primary-500);
  outline-offset: 4px;
  border-radius: 4px;
}

/* Print Styles */
@media print {
  .header-style .hamburger-label,
  .header-style .menu-backdrop,
  .header-style .header-decoration {
    display: none !important;
  }
}

/* ============================================
   Hero Section v-147 - Professional Blue Theme
   ============================================ */

.hero-section-custom {
  position: relative;
  padding: 100px 0 80px;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
  );
  overflow: hidden;
}

/* Background Decorative Shapes */
.hero-bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
}

.bg-shape-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: -200px;
  right: -150px;
  animation: float 20s ease-in-out infinite;
}

.bg-shape-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-700);
  bottom: -100px;
  left: -100px;
  animation: float 15s ease-in-out infinite reverse;
}

.bg-shape-3 {
  width: 250px;
  height: 250px;
  background: var(--primary-300);
  top: 40%;
  left: 10%;
  animation: float 18s ease-in-out infinite;
}

/* Content Wrapper */
.hero-section-custom .container {
  position: relative;
  z-index: 1;
}

/* Content Area */
.hero-content {
  padding: 20px 0;
}

/* Decorative Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background: color-mix(in srgb, var(--primary-50) 60%, transparent 40%);
  border: 2px solid color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
  border-radius: 50px;
  margin-bottom: 24px;
}

.badge-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

/* Title */
.hero-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

/* Subtitle */
.hero-subtitle {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 24px;
  line-height: 1.4;
}

/* Description */
.hero-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 32px;
  max-width: 540px;
}

/* Icons Grid */
.hero-icons-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.hero-icons-grid .icon-item {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.hero-icons-grid .icon-item i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.hero-icons-grid .icon-item:hover {
  transform: translateY(-5px);
  background: var(--primary-50);
  border-color: var(--primary-500);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.hero-icons-grid .icon-item:hover i {
  transform: scale(1.1);
}

/* Image Wrapper */
.hero-image-wrapper {
  position: relative;
  padding: 20px;
}

/* Decorative Shapes around Image */
.shape {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.shape-1 {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  top: -20px;
  right: -20px;
  opacity: 0.15;
  animation: float 10s ease-in-out infinite;
}

.shape-2 {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  bottom: 40px;
  left: -30px;
  opacity: 0.2;
  animation: float 8s ease-in-out infinite reverse;
}

.shape-3 {
  width: 60px;
  height: 60px;
  background: var(--primary-300);
  top: 50%;
  right: 30px;
  opacity: 0.25;
  animation: float 12s ease-in-out infinite;
}

/* Image Container */
.hero-image-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  z-index: 1;
  background: var(--surface-primary);
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  transition: transform 0.5s ease;
}

.hero-image-container:hover .hero-image {
  transform: scale(1.05);
}

/* Floating Elements */
.floating-element {
  position: absolute;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.floating-element i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

.element-1 {
  top: 10%;
  right: -10px;
  animation: float 6s ease-in-out infinite;
}

.element-2 {
  bottom: 20%;
  left: -15px;
  animation: float 8s ease-in-out infinite reverse;
}

.element-3 {
  top: 50%;
  right: -20px;
  animation: float 7s ease-in-out infinite;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.2);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .hero-section-custom {
    padding: 80px 0 60px;
  }

  .hero-title {
    font-size: 2.25rem;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-image-wrapper {
    margin-bottom: 40px;
  }

  .bg-shape-1 {
    width: 350px;
    height: 350px;
  }

  .bg-shape-2 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 767.98px) {
  .hero-section-custom {
    padding: 60px 0 40px;
  }

  .hero-title {
    font-size: 1.875rem;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .hero-icons-grid .icon-item {
    width: 48px;
    height: 48px;
  }

  .hero-icons-grid .icon-item i {
    font-size: 1.25rem;
  }

  .floating-element {
    width: 40px;
    height: 40px;
  }

  .floating-element i {
    font-size: 1rem;
  }

  .bg-shape-1,
  .bg-shape-2,
  .bg-shape-3 {
    opacity: 0.05;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.625rem;
  }

  .hero-subtitle {
    font-size: 1.125rem;
  }

  .hero-description {
    font-size: 0.9375rem;
  }

  .hero-icons-grid {
    gap: 12px;
  }

  .hero-image-container {
    border-radius: 16px;
  }

  .hero-image {
    border-radius: 16px;
  }
}

/* About section */

.about-section {
  padding: var(--section-py) var(--section-px);
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header */
.about-header {
  margin-bottom: var(--space-10);
}

.title {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.subtitle {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-medium);
  color: var(--primary-700);
  margin-bottom: var(--space-5);
}

.desc {
  font-size: var(--font-size-base);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
}

/* Gallery Wrapper - Staggered Layout */
.about-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(6, 60px);
  gap: 1.5rem;
  margin-bottom: var(--space-10);
  position: relative;
}

.gallery-main {
  grid-column: 1 / 8;
  grid-row: 1 / 5;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-main:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.gallery-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-main:hover .gallery-main-image {
  transform: scale(1.08);
}

.gallery-overlay-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: rotate-badge 4s linear infinite;
}

@keyframes rotate-badge {
  0%, 100% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.1); }
}

.gallery-secondary {
  grid-column: 8 / 13;
  grid-row: 2 / 5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease;
}

.gallery-secondary:hover {
  transform: scale(1.05) rotate(2deg);
}

.gallery-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.4s ease;
}

.gallery-secondary:hover img {
  filter: brightness(1.1);
}

.gallery-accent {
  grid-column: 3 / 7;
  grid-row: 4 / 7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border: 5px solid var(--surface-primary);
  transition: transform 0.4s ease;
  z-index: 2;
}

.gallery-accent:hover {
  transform: scale(1.05) rotate(-2deg);
}

.gallery-accent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.4s ease;
}

.gallery-accent:hover img {
  filter: brightness(1.1);
}

/* Timeline Features */
.features-timeline {
  position: relative;
  padding: var(--space-8) 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300), var(--primary-700));
  transform: translateX(-50%);
}

.timeline-item {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: var(--space-6);
  margin-bottom: var(--space-8);
  position: relative;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-marker {
  grid-column: 2;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  box-shadow: 0 0 0 10px var(--surface-primary), 0 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.timeline-item:hover .timeline-marker {
  transform: scale(1.15);
}

.timeline-content {
  background: var(--surface-secondary);
  padding: var(--space-6);
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.timeline-content::before {
  content: '';
  position: absolute;
  top: 30px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline-item .timeline-content {
  grid-column: 3;
}

.timeline-item .timeline-content::before {
  left: -15px;
  border-width: 15px 15px 15px 0;
  border-color: transparent var(--surface-secondary) transparent transparent;
}

.timeline-reverse .timeline-content {
  grid-column: 1;
  grid-row: 1;
}

.timeline-reverse .timeline-marker {
  grid-column: 2;
  grid-row: 1;
}

.timeline-reverse .timeline-content::before {
  right: -15px;
  left: auto;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent var(--surface-secondary);
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.item-title {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  transition: color 0.3s ease;
}

.timeline-content:hover .item-title {
  color: var(--primary-700);
}

.item-desc {
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
  line-height: var(--line-height-normal);
  margin: 0;
}

/* Decorative Elements */
.decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

.deco-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-300), transparent);
  opacity: 0.2;
}

.deco-circle.circle-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -150px;
  animation: float-slow 20s infinite ease-in-out;
}

.deco-circle.circle-2 {
  width: 300px;
  height: 300px;
  bottom: -100px;
  left: -100px;
  animation: float-slow 25s infinite ease-in-out reverse;
}

.deco-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
  opacity: 0.1;
  height: 2px;
}

.deco-line.line-1 {
  top: 20%;
  left: 0;
  right: 0;
  animation: slide-horizontal 15s infinite ease-in-out;
}

.deco-line.line-2 {
  bottom: 30%;
  left: 0;
  right: 0;
  animation: slide-horizontal 18s infinite ease-in-out reverse;
}

@keyframes float-slow {
  0%, 100% { transform: translateY(0px) translateX(0px); }
  50% { transform: translateY(-30px) translateX(20px); }
}

@keyframes slide-horizontal {
  0%, 100% { transform: translateX(-50px); }
  50% { transform: translateX(50px); }
}

/* Responsive Design */
@media (max-width: 991px) {
  .about-gallery-wrapper {
    grid-template-rows: repeat(8, 50px);
  }
  
  .timeline-line {
    left: 40px;
  }
  
  .timeline-item,
  .timeline-reverse {
    grid-template-columns: 80px 1fr;
    gap: var(--space-4);
  }
  
  .timeline-marker {
    grid-column: 1;
  }
  
  .timeline-item .timeline-content,
  .timeline-reverse .timeline-content {
    grid-column: 2;
  }
  
  .timeline-content::before,
  .timeline-reverse .timeline-content::before {
    left: -15px !important;
    right: auto !important;
    border-width: 15px 15px 15px 0 !important;
    border-color: transparent var(--surface-secondary) transparent transparent !important;
  }
}

@media (max-width: 767px) {
  .about-gallery-wrapper {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(10, 45px);
  }
  
  .gallery-main {
    grid-column: 1 / 7;
    grid-row: 1 / 5;
  }
  
  .gallery-secondary {
    grid-column: 1 / 5;
    grid-row: 5 / 8;
  }
  
  .gallery-accent {
    grid-column: 4 / 7;
    grid-row: 7 / 11;
  }
  
  .timeline-marker {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
  
  .timeline-content {
    padding: var(--space-4);
  }
}

@media (max-width: 576px) {
  .title {
    font-size: var(--font-size-2xl);
  }
  
  .subtitle {
    font-size: var(--font-size-lg);
  }
  
  .about-gallery-wrapper {
    grid-template-rows: repeat(10, 40px);
  }
  
  .gallery-overlay-badge {
    width: 50px;
    height: 50px;
    font-size: 22px;
    top: 15px;
    right: 15px;
  }
  
  .timeline-item,
  .timeline-reverse {
    grid-template-columns: 60px 1fr;
  }
  
  .timeline-marker {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .gallery-main,
  .gallery-secondary,
  .gallery-accent,
  .timeline-marker,
  .timeline-content,
  .deco-circle,
  .deco-line,
  .gallery-overlay-badge {
    animation: none;
    transition: none;
  }
  
  .gallery-main:hover,
  .gallery-secondary:hover,
  .gallery-accent:hover,
  .timeline-item:hover .timeline-marker,
  .timeline-content:hover {
    transform: none;
  }
}

@media (prefers-contrast: high) {
  .timeline-content {
    border: 2px solid var(--text-primary);
  }
  
  .timeline-marker,
  .gallery-overlay-badge {
    background: var(--text-primary);
  }
  
  .timeline-line {
    background: var(--text-primary);
    width: 4px;
  }
}







/* Features section */
.features-section-clean {
  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 */
.features-section-clean .section-header {
  position: relative;
  z-index: 2;
}

.features-section-clean #features-title {
  color: var(--text-primary);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.features-section-clean #features-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.features-section-clean #features-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 100%;
}

/* Feature Card */
.features-section-clean .feature-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  overflow: hidden;
}

.features-section-clean .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.features-section-clean .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-700) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.features-section-clean .feature-card:hover::before {
  transform: scaleX(1);
}

/* Feature Icon Wrapper */
.features-section-clean .feature-icon-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.features-section-clean .icon-circle {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, 
    var(--primary-500) 0%, 
    var(--primary-700) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.features-section-clean .feature-card:hover .icon-circle {
  transform: rotate(5deg) scale(1.05);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.features-section-clean .icon-circle i {
  font-size: 1.75rem;
  color: var(--light);
}

.features-section-clean .decorative-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  animation: pulse-v097 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-v097 {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}

/* Feature Content */
.features-section-clean .feature-content {
  position: relative;
  z-index: 1;
}

.features-section-clean .feature-content h4 {
  color: var(--text-primary);
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.features-section-clean .feature-card:hover .feature-content h4 {
  color: var(--primary-700);
}

.features-section-clean .feature-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Feature Accent Line */
.features-section-clean .feature-accent-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-300) 50%, 
    transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.features-section-clean .feature-card:hover .feature-accent-line {
  opacity: 1;
}

/* Decorative Shapes */
.features-section-clean .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.features-section-clean .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%, 
    transparent 70%);
}

.features-section-clean .shape-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  animation: float-v097-1 20s ease-in-out infinite;
}

.features-section-clean .shape-2 {
  width: 300px;
  height: 300px;
  bottom: -50px;
  left: -50px;
  animation: float-v097-2 18s ease-in-out infinite;
}

.features-section-clean .shape-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-100) 20%, transparent 80%) 0%, 
    transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph-v097 15s ease-in-out infinite;
}

@keyframes float-v097-1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, 30px) scale(1.1); }
}

@keyframes float-v097-2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-30px, -30px) scale(1.1); }
}

@keyframes morph-v097 {
  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% 40% 60% / 40% 70% 50% 30%; }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .features-section-clean .feature-card {
    padding: 1.75rem;
  }
  
  .features-section-clean .icon-circle {
    width: 56px;
    height: 56px;
  }
  
  .features-section-clean .icon-circle i {
    font-size: 1.5rem;
  }
  
  .features-section-clean #features-title {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .features-section-clean {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  .features-section-clean .feature-card {
    padding: 1.5rem;
  }
  
  .features-section-clean .icon-circle {
    width: 48px;
    height: 48px;
  }
  
  .features-section-clean .icon-circle i {
    font-size: 1.25rem;
  }
  
  .features-section-clean #features-title {
    font-size: 1.75rem;
  }
  
  .features-section-clean #features-subtitle {
    font-size: 1.1rem;
  }
  
  .features-section-clean .shape-1,
  .features-section-clean .shape-2 {
    width: 200px;
    height: 200px;
  }
  
  .features-section-clean .shape-blob {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .features-section-clean .feature-card {
    padding: 1.25rem;
  }
  
  .features-section-clean #features-title {
    font-size: 1.5rem;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .features-section-clean .feature-card,
  .features-section-clean .icon-circle,
  .features-section-clean .decorative-dot,
  .features-section-clean .shape-1,
  .features-section-clean .shape-2,
  .features-section-clean .shape-blob {
    animation: none;
    transition: none;
  }
}

/* Print Styles */
@media print {
  .features-section-clean .decorative-shapes {
    display: none;
  }
  
  .features-section-clean .feature-card {
    box-shadow: none;
    border: 1px solid var(--neutral-300);
    page-break-inside: avoid;
  }
}

/* ============================================
   Services Section v-111 - Professional Blue
   ============================================ */

.services-section-classic {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.services-section-classic .section-header {
  position: relative;
  z-index: 2;
}

.services-section-classic #services-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.services-section-classic #services-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.services-section-classic #services-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Decorative Blobs */
.services-section-classic .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
}

.services-section-classic .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.services-section-classic .blob-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: -50px;
  left: -80px;
  animation: float 15s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, 30px) scale(1.1); }
}

/* Service Cards */
.services-section-classic .service-card {
  position: relative;
  background: var(--light);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
  border-radius: 16px;
  padding: 2.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  z-index: 1;
}

.services-section-classic .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.services-section-classic .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

.services-section-classic .service-card:hover::before {
  transform: scaleX(1);
}

/* Card Accent */
.services-section-classic .card-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: var(--primary-50);
  border-radius: 100% 0 0 0;
  opacity: 0.5;
  transition: all 0.4s ease;
}

.services-section-classic .service-card:hover .card-accent {
  width: 160px;
  height: 160px;
  opacity: 0.7;
}

/* Icon Wrapper */
.services-section-classic .service-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent);
  transition: all 0.3s ease;
}

.services-section-classic .service-card:hover .service-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--primary-500) 40%, transparent);
}

.services-section-classic .service-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

/* Service Content */
.services-section-classic .service-content {
  position: relative;
  z-index: 2;
}

.services-section-classic #services-item-1-name,
.services-section-classic #services-item-2-name,
.services-section-classic #services-item-3-name,
.services-section-classic #services-item-4-name,
.services-section-classic #services-item-5-name,
.services-section-classic #services-item-6-name {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.services-section-classic .service-card:hover .service-name {
  color: var(--primary-500);
}

.services-section-classic #services-item-1-desc,
.services-section-classic #services-item-2-desc,
.services-section-classic #services-item-3-desc,
.services-section-classic #services-item-4-desc,
.services-section-classic #services-item-5-desc,
.services-section-classic #services-item-6-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1rem;
}

/* Service Features */
.services-section-classic .service-features {
  padding: 1rem;
  background: var(--neutral-50);
  border-radius: 12px;
  border-left: 3px solid var(--primary-500);
}

.services-section-classic #services-item-1-features,
.services-section-classic #services-item-2-features,
.services-section-classic #services-item-3-features,
.services-section-classic #services-item-4-features,
.services-section-classic #services-item-5-features,
.services-section-classic #services-item-6-features {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

/* Service Price */
.services-section-classic .service-price-wrapper {
  padding-top: 1rem;
  border-top: 1px solid var(--neutral-100);
}

.services-section-classic #services-item-1-price,
.services-section-classic #services-item-2-price,
.services-section-classic #services-item-3-price,
.services-section-classic #services-item-4-price,
.services-section-classic #services-item-5-price,
.services-section-classic #services-item-6-price {
  color: var(--primary-700);
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  transition: color 0.3s ease;
}

.services-section-classic .service-card:hover .service-price {
  color: var(--primary-500);
}

/* Decorative Icons Grid */
.services-section-classic .decorative-icons-grid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 150px;
  opacity: 0.03;
  z-index: 0;
  pointer-events: none;
}

.services-section-classic .decorative-icons-grid .icon-item i {
  font-size: 8rem;
  color: var(--primary-500);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .services-section-classic #services-title {
    font-size: 2.5rem;
  }
  
  .services-section-classic .service-card {
    padding: 2rem;
  }
  
  .services-section-classic .decorative-blob {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .services-section-classic #services-title {
    font-size: 2rem;
  }
  
  .services-section-classic #services-subtitle {
    font-size: 1.25rem;
  }
  
  .services-section-classic .service-card {
    padding: 1.5rem;
  }
  
  .services-section-classic .service-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .services-section-classic .service-icon-wrapper i {
    font-size: 1.75rem;
  }
  
  .services-section-classic .decorative-icons-grid {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .services-section-classic #services-title {
    font-size: 1.75rem;
  }
  
  .services-section-classic .service-card {
    padding: 1.25rem;
  }
  
  .services-section-classic .service-features {
    padding: 0.75rem;
  }
  
  .services-section-classic #services-item-1-features,
  .services-section-classic #services-item-2-features,
  .services-section-classic #services-item-3-features,
  .services-section-classic #services-item-4-features,
  .services-section-classic #services-item-5-features,
  .services-section-classic #services-item-6-features {
    font-size: 0.85rem;
  }
}

.priceplan-section-classic {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%);
  overflow: hidden;
}

/* Organic Background */
.priceplan-section-classic .organic-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-classic .leaf-shape {
  position: absolute;
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  opacity: 0.06;
  border-radius: 0 50% 50% 50%;
  transform-origin: bottom left;
  animation: leafSway 15s ease-in-out infinite;
}

.priceplan-section-classic .leaf-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.priceplan-section-classic .leaf-2 {
  top: 50%;
  right: 8%;
  transform: rotate(90deg);
  animation-delay: 3s;
}

.priceplan-section-classic .leaf-3 {
  bottom: 15%;
  left: 50%;
  transform: rotate(180deg);
  animation-delay: 6s;
}

@keyframes leafSway {
  0%, 100% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(10deg) scale(1.1); }
}

/* Section Header */
.priceplan-section-classic .section-header {
  position: relative;
  z-index: 1;
}

.priceplan-section-classic .nature-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  background: color-mix(in srgb, var(--primary-100) 50%, var(--light) 50%);
  border: 2px solid var(--primary-300);
  border-radius: 50px;
  margin-bottom: 1.5rem;
}

.priceplan-section-classic .nature-badge i {
  font-size: 1.5rem;
  color: var(--primary-700);
}

.priceplan-section-classic .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}

.priceplan-section-classic .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.3;
}

.priceplan-section-classic .section-desc {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
}

/* Price Card */
.priceplan-section-classic .organic-card {
  position: relative;
  background: var(--light);
  border: 2px solid var(--neutral-100);
  border-radius: 30px;
  padding: 2.5rem 2rem;
  transition: all 0.4s ease;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.priceplan-section-classic .organic-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.priceplan-section-classic .card-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500), var(--primary-700));
  border-radius: 30px 30px 0 0;
}

/* Nature Icon */
.priceplan-section-classic .nature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 50%;
  border: 3px solid var(--primary-500);
  font-size: 2.25rem;
  color: var(--primary-700);
  transition: all 0.4s ease;
}

.priceplan-section-classic .organic-card:hover .nature-icon {
  transform: scale(1.1);
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  color: var(--light);
  border-color: var(--primary-700);
}

.priceplan-section-classic .plan-name {
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 1rem;
}

.priceplan-section-classic .plan-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1.5rem;
  min-height: 100px;
  flex-shrink: 0;
}

/* Price Container */
.priceplan-section-classic .price-container {
  text-align: center;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
  background: color-mix(in srgb, var(--primary-50) 30%, var(--light) 70%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.priceplan-section-classic .price-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}

.priceplan-section-classic .price-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}

.priceplan-section-classic .plan-price {
  font-size: 3rem;
  font-weight: 900;
  color: var(--primary-700);
  margin: 0;
  line-height: 1;
}

.priceplan-section-classic .plan-price span {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-left: 0.25rem;
}

/* Features Wrapper */
.priceplan-section-classic .features-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.priceplan-section-classic .plan-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.priceplan-section-classic .feature-item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-size: 1rem;
  color: var(--text-primary);
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.priceplan-section-classic .feature-item:hover {
  background: color-mix(in srgb, var(--primary-50) 40%, transparent 60%);
  padding-left: 1.25rem;
}

.priceplan-section-classic .feature-item i {
  font-size: 1.25rem;
  color: var(--primary-500);
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .priceplan-section-classic .section-title {
    font-size: 2.25rem;
  }

  .priceplan-section-classic .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-classic .plan-price {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-classic .section-title {
    font-size: 2rem;
  }

  .priceplan-section-classic .organic-card {
    padding: 2rem 1.5rem;
  }

  .priceplan-section-classic .plan-desc {
    min-height: auto;
  }

  .priceplan-section-classic .plan-price {
    font-size: 2.25rem;
  }
}





.team-section-style {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Decoration */
.team-section-style .header-decoration {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
}

.team-section-style .deco-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 20px var(--primary-500);
}

.team-section-style .deco-line-short {
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

/* Section Header */
.team-section-style #team-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
}

.team-section-style #team-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.team-section-style #team-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Creative Card */
.team-section-style .team-creative-card {
  position: relative;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.team-section-style .team-creative-card:hover {
  transform: translateY(-10px);
}

/* Image Frame */
.team-section-style .creative-image-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  aspect-ratio: 3 / 4;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.team-section-style .team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.team-section-style .team-creative-card:hover .team-member-photo {
  transform: scale(1.1);
  filter: brightness(1.1);
}

/* Frame Decoration */
.team-section-style .frame-decoration {
  position: absolute;
  inset: 10px;
  border: 2px solid var(--light);
  border-radius: 20px;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.team-section-style .team-creative-card:hover .frame-decoration {
  opacity: 0.8;
}

/* Accent Corners */
.team-section-style .accent-corner {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 3;
  transition: all 0.4s ease;
}

.team-section-style .accent-corner.top-left {
  top: 0;
  left: 0;
  border-top: 3px solid var(--primary-500);
  border-left: 3px solid var(--primary-500);
  border-top-left-radius: 24px;
}

.team-section-style .accent-corner.bottom-right {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid var(--primary-500);
  border-right: 3px solid var(--primary-500);
  border-bottom-right-radius: 24px;
}

.team-section-style .team-creative-card:hover .accent-corner {
  width: 50px;
  height: 50px;
}

/* Card Styles Variations */
.team-section-style .style-1 .creative-image-frame {
  transform: rotate(-2deg);
}

.team-section-style .style-2 .creative-image-frame {
  transform: rotate(2deg);
}

.team-section-style .style-3 .creative-image-frame {
  transform: rotate(-1deg);
}

.team-section-style .style-4 .creative-image-frame {
  transform: rotate(1deg);
}

.team-section-style .team-creative-card:hover .creative-image-frame {
  transform: rotate(0deg);
}

/* Featured Card */
.team-section-style .style-featured .creative-image-frame {
  aspect-ratio: 16 / 9;
  transform: rotate(0deg);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.team-section-style .featured-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 4;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Creative Info */
.team-section-style .creative-info {
  text-align: center;
  padding: 0 0.5rem;
}

.team-section-style .creative-info h3 {
  color: var(--text-primary);
  font-weight: 600;
}

.team-section-style .creative-info p {
  color: var(--text-secondary);
}

.team-section-style .style-featured .creative-info h3 {
  font-size: 1.5rem;
  color: var(--primary-700);
}

.team-section-style .style-featured .creative-info p {
  font-size: 1.1rem;
  color: var(--primary-500);
  font-weight: 500;
}

/* Decorative Icon Circle */
.team-section-style .decorative-icon-circle {
  width: 200px;
  height: 200px;
  background: var(--surface-secondary);
  border: 3px dashed var(--primary-300);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-500);
}

/* Background Blobs */
.team-section-style .bg-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  pointer-events: none;
}

.team-section-style .blob-1 {
  top: 5%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  filter: blur(80px);
}

.team-section-style .blob-2 {
  top: 40%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  filter: blur(100px);
}

.team-section-style .blob-3 {
  bottom: 0;
  left: 30%;
  width: 350px;
  height: 350px;
  background: var(--primary-100);
  filter: blur(60px);
}

/* Responsive */
@media (max-width: 991.98px) {
  .team-section-style #team-title {
    font-size: 2.5rem;
  }
  
  .team-section-style .style-featured .creative-image-frame {
    aspect-ratio: 3 / 4;
  }
}

@media (max-width: 767.98px) {
  .team-section-style #team-title {
    font-size: 2rem;
  }
  
  .team-section-style .creative-image-frame {
    aspect-ratio: 4 / 5;
  }
}





/* Reviews section */

.reviews-section-style {
  padding: 100px 0;
  background: linear-gradient(
    180deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  position: relative;
}

/* Decorative Elements */
.reviews-section-style .decorative-circle-top {
  position: absolute;
  top: -100px;
  right: 10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent 70%
  );
  pointer-events: none;
  z-index: 1;
}

.reviews-section-style .decorative-blob-left {
  position: absolute;
  top: 40%;
  left: -150px;
  width: 400px;
  height: 400px;
  background: color-mix(in srgb, var(--primary-100) 30%, transparent 70%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 1;
  animation: blob-float 20s ease-in-out infinite;
}

.reviews-section-style .decorative-dots-right {
  position: absolute;
  bottom: 100px;
  right: 5%;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(
    circle,
    var(--primary-300) 2px,
    transparent 2px
  );
  background-size: 30px 30px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}

.reviews-section-style .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--surface-primary)
  );
  pointer-events: none;
  z-index: 2;
}

.reviews-section-style .decorative-line-bottom {
  width: 100px;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary-500),
    transparent
  );
  margin: 60px auto 0;
  border-radius: 2px;
}

/* Section Header */
.reviews-section-style .section-badge {
  display: inline-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%;
  color: var(--light);
  font-size: 24px;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  transition: transform 0.3s ease;
}

.reviews-section-style .section-badge:hover {
  transform: scale(1.1) rotate(5deg);
}

.reviews-section-style .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.reviews-section-style .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  letter-spacing: -0.01em;
}

.reviews-section-style .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Review Cards */
.reviews-section-style .review-card {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 40px 35px;
  box-shadow: 
    0 4px 20px color-mix(in srgb, var(--neutral-900) 5%, transparent 95%),
    0 0 0 1px color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  z-index: 3;
}

.reviews-section-style .review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-300) 70%, var(--primary-500) 30%)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.reviews-section-style .review-card:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    0 0 0 1px var(--primary-300);
}

.reviews-section-style .review-card:hover::before {
  transform: scaleX(1);
}

/* Quote Icon */
.reviews-section-style .quote-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-100) 80%, var(--primary-300) 20%),
    var(--primary-100)
  );
  border-radius: 12px;
  margin-bottom: 24px;
  color: var(--primary-700);
  font-size: 24px;
  transition: all 0.3s ease;
}

.reviews-section-style .review-card:hover .quote-icon {
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  color: var(--light);
  transform: scale(1.1);
}

/* Review Content */
.reviews-section-style .review-content {
  margin-bottom: 28px;
}

.reviews-section-style .review-text {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--text-secondary);
  margin: 0;
  position: relative;
  font-style: italic;
}

/* Author Section */
.reviews-section-style .review-author-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
}

.reviews-section-style .author-avatar {
  flex-shrink: 0;
}

.reviews-section-style .avatar-placeholder {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--primary-100),
    color-mix(in srgb, var(--primary-100) 70%, var(--primary-300) 30%)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-700);
  font-size: 32px;
  border: 3px solid var(--light);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
  transition: all 0.3s ease;
}

.reviews-section-style .review-card:hover .avatar-placeholder {
  transform: scale(1.05);
  border-color: var(--primary-300);
}

.reviews-section-style .author-info {
  flex: 1;
}

.reviews-section-style .author-name {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.5;
}

/* Featured Review */
.reviews-section-style .featured-review {
  background: linear-gradient(
    135deg,
    var(--light) 0%,
    color-mix(in srgb, var(--primary-50) 40%, var(--light) 60%) 100%
  );
  border: 2px solid var(--primary-300);
}

.reviews-section-style .featured-review::before {
  height: 6px;
  transform: scaleX(1);
}

.reviews-section-style .featured-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 20px;
  box-shadow: 0 6px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  animation: pulse-badge 2s ease-in-out infinite;
}

/* Animations */
@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  25% {
    transform: translate(20px, -20px) scale(1.05);
    border-radius: 50% 50% 30% 70% / 30% 60% 70% 40%;
  }
  50% {
    transform: translate(-15px, 15px) scale(0.95);
    border-radius: 70% 30% 50% 50% / 60% 40% 60% 40%;
  }
  75% {
    transform: translate(15px, 10px) scale(1.02);
    border-radius: 40% 60% 60% 40% / 50% 50% 50% 50%;
  }
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 6px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 45%, transparent 55%);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .reviews-section-style {
    padding: 80px 0;
  }

  .reviews-section-style .section-title {
    font-size: 2.25rem;
  }

  .reviews-section-style .section-subtitle {
    font-size: 1.25rem;
  }

  .reviews-section-style .section-description {
    font-size: 1rem;
  }

  .reviews-section-style .review-card {
    padding: 32px 28px;
  }

  .reviews-section-style .decorative-blob-left {
    left: -200px;
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .reviews-section-style {
    padding: 60px 0;
  }

  .reviews-section-style .section-title {
    font-size: 1.875rem;
  }

  .reviews-section-style .section-subtitle {
    font-size: 1.125rem;
  }

  .reviews-section-style .review-card {
    padding: 28px 24px;
  }

  .reviews-section-style .review-text {
    font-size: 1rem;
  }

  .reviews-section-style .author-name {
    font-size: 1rem;
  }

  .reviews-section-style .featured-badge {
    top: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .reviews-section-style .decorative-circle-top {
    width: 200px;
    height: 200px;
    top: -50px;
  }

  .reviews-section-style .decorative-dots-right {
    width: 150px;
    height: 150px;
    background-size: 20px 20px;
  }
}

@media (max-width: 575.98px) {
  .reviews-section-style .section-title {
    font-size: 1.625rem;
  }

  .reviews-section-style .avatar-placeholder {
    width: 48px;
    height: 48px;
    font-size: 28px;
  }

  .reviews-section-style .quote-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

.casestudy-section-custom {
  padding: 80px 0;
  background: var(--surface-primary);
  position: relative;
}

.casestudy-section-custom .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.casestudy-section-custom .section-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.casestudy-section-custom .section-description {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

.casestudy-section-custom .cases-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.casestudy-section-custom .case-row {
  margin-bottom: 80px;
}

.casestudy-section-custom .case-row:last-child {
  margin-bottom: 0;
}

.casestudy-section-custom .case-visual {
  position: relative;
  padding-bottom: 75%;
  border-radius: 20px;
  overflow: hidden;
}

.casestudy-section-custom .visual-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-500) 100%);
}

.casestudy-section-custom .visual-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.2;
}

.casestudy-section-custom .floating-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  background: var(--light);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  animation: float 3s ease-in-out infinite;
}

.casestudy-section-custom .icon-1 {
  top: 30px;
  right: 30px;
}

.casestudy-section-custom .icon-2 {
  top: 30px;
  left: 30px;
}

.casestudy-section-custom .icon-3 {
  bottom: 30px;
  right: 30px;
}

.casestudy-section-custom .floating-icon i {
  font-size: 2rem;
  color: var(--primary-500);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

.casestudy-section-custom .case-text {
  padding: 2rem 0;
}

.casestudy-section-custom .case-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.casestudy-section-custom .case-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

.casestudy-section-custom .decorative-icons {
  display: flex;
  gap: 1rem;
}

.casestudy-section-custom .decorative-icons i {
  width: 50px;
  height: 50px;
  background: color-mix(in srgb, var(--primary-100) 80%, transparent);
  border: 2px solid var(--primary-300);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--primary-700);
  transition: all 0.3s ease;
}

.casestudy-section-custom .decorative-icons i:hover {
  background: var(--primary-500);
  color: var(--light);
  transform: scale(1.1) rotate(5deg);
}

@media (max-width: 991px) {
  .casestudy-section-custom {
    padding: 60px 0;
  }

  .casestudy-section-custom .section-title {
    font-size: 2.2rem;
  }

  .casestudy-section-custom .case-row {
    margin-bottom: 60px;
  }

  .casestudy-section-custom .case-title {
    font-size: 1.6rem;
  }

  .casestudy-section-custom .case-text {
    text-align: center;
    margin-top: 2rem;
  }

  .casestudy-section-custom .decorative-icons {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .casestudy-section-custom {
    padding: 50px 0;
  }

  .casestudy-section-custom .section-title {
    font-size: 1.85rem;
  }

  .casestudy-section-custom .case-title {
    font-size: 1.4rem;
  }

  .casestudy-section-custom .floating-icon {
    width: 60px;
    height: 60px;
  }

  .casestudy-section-custom .floating-icon i {
    font-size: 1.5rem;
  }
}


/* Process section */

.process-section-alt {
  background: #f8fafc;
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

/* Metro Icon Badge */
.metro-icon-badge {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
  border: 4px solid #ffffff;
}

.metro-icon-badge i {
  font-size: 2.5rem;
  color: #ffffff;
}

/* Header Text */
.process-section-alt #process-title {
  color: var(--neutral-900);
  font-weight: 700;
  letter-spacing: -0.5px;
}

.process-section-alt #process-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.process-section-alt #process-desc {
  color: var(--neutral-700);
  line-height: 1.8;
}

/* Metro Map Container */
.metro-map-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 0;
}

/* Metro Line */
.metro-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 8px;
  background: linear-gradient(180deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 25%,
    var(--primary-700) 50%,
    var(--primary-700) 75%,
    var(--primary-900) 100%);
  transform: translateX(-50%);
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* Metro Stations */
.metro-station {
  position: relative;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  z-index: 5;
}

.metro-station:last-child {
  margin-bottom: 0;
}

/* Station Marker */
.station-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.marker-outer {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  border: 5px solid var(--primary-700);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  animation: pulse-marker 2s ease-in-out infinite;
}

.marker-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.metro-station:hover .marker-inner {
  transform: translate(-50%, -50%) scale(1.2);
}

.marker-inner span {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 800;
}

/* Final Station Marker */
.station-final .marker-outer {
  border-color: var(--primary-900);
  animation: pulse-final 1.5s ease-in-out infinite;
}

.marker-flag {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  background: var(--primary-700);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: wave-flag 2s ease-in-out infinite;
}

.marker-flag i {
  font-size: 1.2rem;
  color: #ffffff;
}

/* Station Cards */
.station-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 3px solid var(--neutral-300);
  max-width: 380px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.station-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

.card-left {
  margin-right: auto;
  padding-right: 80px;
}

.card-right {
  margin-left: auto;
  padding-left: 80px;
}

.card-center {
  margin: 0 auto;
  max-width: 500px;
}

/* Card Connection Lines */
.card-connection {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 4px;
  background: var(--primary-500);
  transform: translateY(-50%);
}

.card-left .card-connection {
  right: 10px;
}

.card-right .card-connection {
  left: 10px;
}

/* Card Route Badge */
.card-route-badge {
  width: 50px;
  height: 50px;
  background: var(--primary-100);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: 2px solid var(--primary-300);
  transition: all 0.3s ease;
}

.station-card:hover .card-route-badge {
  transform: rotate(10deg) scale(1.1);
  border-color: var(--primary-700);
  background: var(--primary-300);
}

.card-route-badge i {
  font-size: 1.5rem;
  color: var(--primary-700);
}

/* Card Content */
.card-header h4 {
  color: var(--neutral-900);
  font-weight: 700;
  margin-bottom: 1rem;
}

.card-body p {
  color: var(--neutral-700);
  line-height: 1.7;
}

/* Metro Legend */
.metro-legend {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 12px;
  border: 2px solid var(--neutral-300);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.legend-line {
  width: 40px;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  border-radius: 3px;
}

.legend-item span {
  color: var(--neutral-700);
  font-weight: 600;
  font-size: 0.95rem;
}

/* Animations */
@keyframes pulse-marker {
  0%, 100% {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }
  50% {
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.25), 0 0 0 10px rgba(var(--primary-500), 0.1);
  }
}

@keyframes pulse-final {
  0%, 100% {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }
  50% {
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3), 0 0 0 15px rgba(var(--primary-900), 0.15);
  }
}

@keyframes wave-flag {
  0%, 100% {
    transform: translateX(-50%) rotate(0deg);
  }
  25% {
    transform: translateX(-50%) rotate(-5deg);
  }
  75% {
    transform: translateX(-50%) rotate(5deg);
  }
}

/* Responsive Design */
@media (max-width: 767px) {
  .metro-line {
    left: 30px;
  }

  .station-marker {
    left: 30px;
    transform: translateX(0);
  }

  .metro-station {
    flex-direction: column;
    align-items: flex-start;
  }

  .station-card {
    max-width: 100%;
    margin-left: 80px !important;
    margin-right: 0 !important;
    padding: 1.5rem !important;
  }

  .card-connection {
    display: none;
  }

  .marker-outer {
    width: 40px;
    height: 40px;
    border-width: 4px;
  }

  .marker-inner {
    width: 28px;
    height: 28px;
  }

  .marker-inner span {
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-left,
  .card-right {
    max-width: 340px;
  }
}

@media (min-width: 992px) {
  .metro-station {
    min-height: 150px;
  }
}







.timeline-section-secondary {
  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 */
.timeline-section-secondary .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}

.timeline-section-secondary .section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.timeline-section-secondary .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Timeline Container */
.timeline-container {
  position: relative;
  padding-left: 3rem;
}

.timeline-track {
  position: absolute;
  left: 19px;
  top: 20px;
  bottom: 20px;
  width: 4px;
  background: linear-gradient(to bottom,
    var(--primary-300),
    var(--primary-500),
    var(--primary-700)
  );
  border-radius: 2px;
}

/* Timeline Entry */
.timeline-entry {
  position: relative;
  margin-bottom: 2.5rem;
  padding-left: 2rem;
}

.timeline-entry:last-child {
  margin-bottom: 0;
}

/* Timeline Dot */
.timeline-dot {
  position: absolute;
  left: 0;
  top: 8px;
  width: 42px;
  height: 42px;
  z-index: 2;
}

.dot-icon {
  position: relative;
  width: 42px;
  height: 42px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px var(--surface-primary);
  transition: all 0.3s ease;
  z-index: 2;
}

.dot-icon i {
  font-size: 1.25rem;
  color: var(--light);
}

.dot-pulse {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  opacity: 0;
  animation: pulse-animation 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.timeline-entry:hover .dot-icon {
  transform: scale(1.15);
  background: var(--primary-700);
}

.timeline-entry:hover .dot-pulse {
  animation-duration: 1.5s;
}

@keyframes pulse-animation {
  0%, 100% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.4;
  }
}

/* Timeline Card */
.timeline-card {
  position: relative;
  background: var(--surface-secondary);
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.3s ease;
  overflow: hidden;
}

.timeline-card:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

.card-decorative-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, 
    transparent 50%, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 50%
  );
  pointer-events: none;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.card-accent-bar {
  height: 4px;
  width: 60px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
  transition: width 0.3s ease;
}

.timeline-card:hover .card-accent-bar {
  width: 100px;
}

/* Decorative Background Elements */
.bg-pattern {
  position: absolute;
  opacity: 0.03;
  z-index: 0;
  pointer-events: none;
}

.pattern-1 {
  top: 10%;
  left: 5%;
  width: 200px;
  height: 200px;
  background: repeating-linear-gradient(
    45deg,
    var(--primary-500),
    var(--primary-500) 10px,
    transparent 10px,
    transparent 20px
  );
  transform: rotate(30deg);
}

.pattern-2 {
  bottom: 15%;
  right: 8%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, var(--primary-700) 2px, transparent 2px);
  background-size: 20px 20px;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-1 {
  width: 120px;
  height: 120px;
  background: var(--primary-300);
  top: 20%;
  right: 10%;
}

.shape-2 {
  width: 90px;
  height: 90px;
  background: var(--primary-500);
  bottom: 30%;
  left: 15%;
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: var(--primary-700);
  top: 60%;
  right: 5%;
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .timeline-container {
    padding-left: 2.5rem;
  }

  .timeline-track {
    left: 17px;
  }

  .timeline-entry {
    padding-left: 1.5rem;
  }

  .dot-icon {
    width: 38px;
    height: 38px;
  }

  .dot-icon i {
    font-size: 1.125rem;
  }
}

/* Mobile Responsive */
@media (max-width: 575px) {
  .timeline-section-secondary {
    padding: 3rem 0;
  }

  .timeline-container {
    padding-left: 2rem;
  }

  .timeline-track {
    left: 15px;
    width: 3px;
  }

  .timeline-entry {
    padding-left: 1.25rem;
    margin-bottom: 2rem;
  }

  .timeline-dot {
    width: 34px;
    height: 34px;
  }

  .dot-icon {
    width: 34px;
    height: 34px;
    box-shadow: 0 0 0 4px var(--surface-primary);
  }

  .dot-icon i {
    font-size: 1rem;
  }

  .timeline-card {
    padding: 1.5rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .card-description {
    font-size: 0.95rem;
  }

  .timeline-card:hover {
    transform: translateX(4px);
  }
}





/* ============================================
   Career Section v-079 - Professional Blue Grid
   ============================================ */

.career-section-style {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.career-header {
  position: relative;
  z-index: 2;
}

.header-decoration {
  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: 20px;
  margin: 0 auto;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
  transition: transform 0.3s ease;
}

.header-decoration:hover {
  transform: translateY(-5px) rotate(5deg);
}

.header-decoration i {
  font-size: 2rem;
  color: var(--light);
}

.career-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.career-main-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.career-main-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Career Cards */
.career-card {
  position: relative;
  background: var(--light);
  border-radius: 16px;
  padding: 2rem;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.career-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 ease;
}

.career-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-500);
  box-shadow: 0 20px 60px color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.career-card:hover::before {
  transform: scaleX(1);
}

/* Card Icon */
.career-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 10%, var(--light));
  border-radius: 12px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.career-card:hover .career-card-icon {
  background: var(--primary-500);
  transform: scale(1.1) rotate(5deg);
}

.career-card-icon i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.career-card:hover .career-card-icon i {
  color: var(--light);
}

/* Card Content */
.career-card-body {
  position: relative;
  z-index: 2;
}

.career-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.career-card:hover .career-card-title {
  color: var(--primary-500);
}

.career-card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Card Footer */
.career-card-footer {
  border-top: 1px solid var(--neutral-100);
  padding-top: 1.25rem;
}

.career-role-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: color-mix(in srgb, var(--primary-500) 8%, var(--light));
  color: var(--primary-700);
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.career-card:hover .career-role-badge {
  background: var(--primary-500);
  color: var(--light);
}

/* Decorative Tags */
.career-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tag-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--neutral-50);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.tag-item i {
  font-size: 0.875rem;
  color: var(--neutral-500);
  transition: color 0.3s ease;
}

.career-card:hover .tag-item {
  background: color-mix(in srgb, var(--primary-500) 15%, var(--light));
}

.career-card:hover .tag-item i {
  color: var(--primary-500);
}

/* Card Decoration */
.career-card-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 5%, transparent), transparent);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.career-card:hover .career-card-decoration {
  opacity: 1;
  transform: translate(-10px, -10px) scale(1.2);
}

/* Background Decorations */
.career-bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.decoration-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 8%, transparent), transparent);
  animation: float 20s infinite ease-in-out;
}

.decoration-circle-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  left: -100px;
}

.decoration-circle-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  right: -80px;
  animation-delay: -5s;
}

.decoration-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 3%, transparent), transparent);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph 15s infinite ease-in-out;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-30px) scale(1.05);
  }
}

@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% 50% / 30% 50% 70% 50%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .career-main-title {
    font-size: 2rem;
  }

  .career-main-subtitle {
    font-size: 1.125rem;
  }

  .career-card-title {
    font-size: 1.375rem;
  }

  .decoration-circle-1,
  .decoration-circle-2 {
    width: 250px;
    height: 250px;
  }

  .decoration-blob {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 767.98px) {
  .career-section-style {
    padding: 3rem 0;
  }

  .career-main-title {
    font-size: 1.75rem;
  }

  .career-main-subtitle {
    font-size: 1rem;
  }

  .career-main-description {
    font-size: 0.95rem;
  }

  .career-card {
    padding: 1.5rem;
  }

  .career-card-title {
    font-size: 1.25rem;
  }

  .career-card-description {
    font-size: 0.95rem;
  }

  .header-decoration {
    width: 60px;
    height: 60px;
  }

  .header-decoration i {
    font-size: 1.75rem;
  }

  .career-card-icon {
    width: 50px;
    height: 50px;
  }

  .career-card-icon i {
    font-size: 1.5rem;
  }

  .decoration-circle-1,
  .decoration-circle-2 {
    width: 200px;
    height: 200px;
  }

  .decoration-blob {
    width: 280px;
    height: 280px;
  }
}

@media (max-width: 575.98px) {
  .career-main-title {
    font-size: 1.5rem;
  }

  .career-role-badge {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }

  .tag-item {
    width: 32px;
    height: 32px;
  }

  .tag-item i {
    font-size: 0.75rem;
  }
}

.coreinfo-section {
  position: relative;
  background: var(--surface-primary);
  color: var(--text-primary);
  overflow: hidden;
}

/* Creative Header */
.creative-header .display-4 {
  color: var(--primary-700);
  font-weight: 700;
  line-height: 1.2;
}

.creative-header h3 {
  color: var(--primary-500);
  font-weight: 500;
}

.creative-header .lead {
  color: var(--text-secondary);
  line-height: 1.8;
}

.header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.deco-circle {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.deco-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-700));
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

/* Creative Asymmetric Grid */
.creative-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .creative-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .item-large {
    grid-column: span 2;
  }
}

.grid-item {
  position: relative;
}

.item-inner {
  background: var(--surface-secondary);
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--neutral-100);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.item-inner:hover {
  transform: translateY(-12px) rotate(-2deg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.item-inner:hover .icon-circle {
  transform: rotate(180deg) scale(1.1);
  background: linear-gradient(135deg, var(--primary-700), var(--primary-300));
}

.icon-circle i {
  font-size: 2rem;
  color: var(--light);
}

.item-heading {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.3rem;
  position: relative;
  z-index: 2;
}

.item-text {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

/* Floating shapes inside items */
.floating-shape {
  position: absolute;
  opacity: 0.08;
  z-index: 1;
  transition: all 0.5s ease;
}

.shape-circle {
  width: 120px;
  height: 120px;
  background: var(--primary-500);
  border-radius: 50%;
  bottom: -30px;
  right: -30px;
}

.shape-square {
  width: 100px;
  height: 100px;
  background: var(--primary-700);
  transform: rotate(45deg);
  top: -30px;
  right: -20px;
}

.shape-triangle {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 100px solid var(--primary-500);
  bottom: -40px;
  left: -20px;
}

.item-inner:hover .floating-shape {
  opacity: 0.15;
  transform: scale(1.2) rotate(10deg);
}

/* Background blobs */
.bg-blob {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.08;
  z-index: 0;
  animation: blob-float 20s ease-in-out infinite;
}

.bg-blob.blob-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}

.bg-blob.blob-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-500);
  bottom: 15%;
  left: 8%;
  animation-delay: 7s;
}

.bg-blob.blob-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 14s;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    transform: translate(20px, -30px) rotate(90deg);
    border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
  }
  50% {
    transform: translate(-20px, 20px) rotate(180deg);
    border-radius: 30% 70% 60% 40% / 60% 40% 50% 60%;
  }
  75% {
    transform: translate(30px, 10px) rotate(270deg);
    border-radius: 70% 30% 40% 60% / 40% 60% 50% 40%;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .creative-header .display-4 {
    font-size: 2rem;
  }

  .creative-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .item-inner {
    padding: 1.5rem;
  }

  .bg-blob {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (min-width: 1400px) {
  .creative-grid {
    gap: 2rem;
  }

  .item-inner {
    padding: 2.5rem;
  }
}





/* ================================================
   Contact Section v-095 - Professional Blue Theme
   ================================================ */

.contact-section-modern {
  position: relative;
  background: linear-gradient(135deg, 
    var(--neutral-50) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--neutral-50) 70%) 100%
  );
  overflow: hidden;
}

/* ==========================================
   Typography
   ========================================== */

.contact-section-modern .section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: var(--text-primary);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.contact-section-modern .section-subtitle {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--primary-500);
  font-weight: 500;
}

.contact-section-modern .section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

/* ==========================================
   Decorative Header Elements
   ========================================== */

.contact-section-modern .decorative-dot-pattern {
  width: 60px;
  height: 6px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    var(--primary-300)
  );
  border-radius: 3px;
  margin: 0 auto;
  position: relative;
}

.contact-section-modern .decorative-dot-pattern::before,
.contact-section-modern .decorative-dot-pattern::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  top: -1px;
}

.contact-section-modern .decorative-dot-pattern::before {
  left: -15px;
}

.contact-section-modern .decorative-dot-pattern::after {
  right: -15px;
}

/* ==========================================
   Form Card
   ========================================== */

.contact-section-modern .form-card {
  background: var(--surface-primary);
  border-radius: 24px;
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
  transition: all 0.4s ease;
}

.contact-section-modern .form-card:hover {
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.08),
    0 4px 16px rgba(0, 0, 0, 0.05);
  transform: translateY(-4px);
}

/* Decorative Corners */
.contact-section-modern .decorative-corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid var(--primary-300);
  opacity: 0.3;
}

.contact-section-modern .decorative-corner.top-left {
  top: 20px;
  left: 20px;
  border-right: none;
  border-bottom: none;
  border-radius: 8px 0 0 0;
}

.contact-section-modern .decorative-corner.bottom-right {
  bottom: 20px;
  right: 20px;
  border-left: none;
  border-top: none;
  border-radius: 0 0 8px 0;
}

/* ==========================================
   Form Styles
   ========================================== */

.contact-section-modern .form-control {
  border: 2px solid var(--neutral-300);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--surface-primary);
  color: var(--text-primary);
  min-height: 58px;
}

.contact-section-modern .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
  background: var(--surface-primary);
}

.contact-section-modern .form-floating > label {
  padding: 1rem 1.25rem;
  color: var(--text-secondary);
  font-size: 0.9375rem;
}

.contact-section-modern .form-floating > .form-control:focus ~ label,
.contact-section-modern .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: var(--primary-500);
  transform: scale(0.85) translateY(-0.9rem) translateX(0.15rem);
}

.contact-section-modern .message-textarea {
  min-height: 150px;
  resize: vertical;
}

/* Form Check */
.contact-section-modern .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--neutral-300);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-section-modern .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-modern .form-check-input:focus {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
}

.contact-section-modern .form-check-label {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  margin-left: 0.5rem;
  cursor: pointer;
}

/* ==========================================
   Submit Button - PROTECTED STYLES
   ========================================== */

.contact-section-modern .btn-submit {
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 1rem 2rem !important;
  font-size: 1.0625rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.3) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
}

.contact-section-modern .btn-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4) !important;
  background: linear-gradient(135deg, #1d4ed8, #0369a1) !important;
}

.contact-section-modern .btn-submit:active {
  transform: translateY(0) !important;
}

.contact-section-modern .btn-submit i {
  font-size: 1.125rem !important;
}

/* ==========================================
   Contact Info Cards
   ========================================== */

.contact-section-modern .contact-info-wrapper {
  display: flex;
  flex-direction: column;
}

.contact-section-modern .info-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 1.75rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--neutral-300);
  transition: all 0.4s ease;
}

.contact-section-modern .info-card:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.contact-section-modern .icon-wrapper {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, 
    var(--primary-100), 
    var(--primary-50)
  );
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.contact-section-modern .icon-wrapper i {
  font-size: 1.5rem;
  color: var(--primary-700);
}

.contact-section-modern .info-content {
  flex: 1;
  z-index: 2;
  position: relative;
}

.contact-section-modern .info-label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary-500);
  margin-bottom: 0.375rem;
}

.contact-section-modern .info-value {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.5;
}

/* Decorative Blobs in Cards */
.contact-section-modern .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 1;
  transition: all 0.5s ease;
}

.contact-section-modern .decorative-blob.blob-1 {
  width: 120px;
  height: 120px;
  background: var(--primary-500);
  top: -40px;
  right: -40px;
}

.contact-section-modern .decorative-blob.blob-2 {
  width: 100px;
  height: 100px;
  background: var(--primary-300);
  bottom: -30px;
  right: -30px;
}

.contact-section-modern .decorative-blob.blob-3 {
  width: 140px;
  height: 140px;
  background: var(--primary-700);
  top: -50px;
  right: -50px;
}

.contact-section-modern .info-card:hover .decorative-blob {
  transform: scale(1.2) rotate(15deg);
}

/* ==========================================
   Decorative Icons Grid
   ========================================== */

.contact-section-modern .decorative-icons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-top: 2rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-50) 50%, transparent 50%),
    color-mix(in srgb, var(--primary-100) 30%, transparent 70%)
  );
  border-radius: 16px;
}

.contact-section-modern .decorative-icons-grid .icon-item {
  aspect-ratio: 1;
  background: var(--surface-primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--neutral-300);
  transition: all 0.3s ease;
}

.contact-section-modern .decorative-icons-grid .icon-item:hover {
  transform: translateY(-4px) rotate(5deg);
  border-color: var(--primary-300);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.contact-section-modern .decorative-icons-grid .icon-item i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

/* ==========================================
   Background Decorative Elements
   ========================================== */

.contact-section-modern .decorative-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.08;
}

.contact-section-modern .decorative-circle.circle-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.contact-section-modern .decorative-circle.circle-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: -150px;
  left: -80px;
  animation: float 25s ease-in-out infinite reverse;
}

.contact-section-modern .decorative-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(180deg, 
    transparent 0%,
    color-mix(in srgb, var(--primary-50) 30%, transparent 70%) 100%
  );
  pointer-events: none;
  opacity: 0.5;
}

/* ==========================================
   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);
  }
}

/* ==========================================
   Responsive Design
   ========================================== */

@media (max-width: 991.98px) {
  .contact-section-modern .form-card {
    margin-bottom: 2rem;
  }
  
  .contact-section-modern .decorative-icons-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767.98px) {
  .contact-section-modern .form-card {
    padding: 1.5rem !important;
  }
  
  .contact-section-modern .info-card {
    padding: 1.25rem;
    gap: 1rem;
  }
  
  .contact-section-modern .icon-wrapper {
    width: 48px;
    height: 48px;
  }
  
  .contact-section-modern .icon-wrapper i {
    font-size: 1.25rem;
  }
  
  .contact-section-modern .decorative-icons-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 1rem;
  }
  
  .contact-section-modern .decorative-corner {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 575.98px) {
  .contact-section-modern .btn-submit {
    padding: 0.875rem 1.5rem !important;
    font-size: 1rem !important;
  }
  
  .contact-section-modern .section-title {
    font-size: 1.75rem;
  }
  
  .contact-section-modern .section-subtitle {
    font-size: 1.125rem;
  }
}

/* ==========================================
   Print Styles
   ========================================== */

@media print {
  .contact-section-modern .decorative-circle,
  .contact-section-modern .decorative-wave,
  .contact-section-modern .decorative-blob {
    display: none;
  }
}

/* ========================================
   BLOG SECTION v-123 - PROFESSIONAL BLUE
   ======================================== */

/* Section Base */
.blog-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Decorative Dot Pattern */
.decorative-dot-pattern {
  width: 60px;
  height: 8px;
  background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 12px 12px;
  margin: 0 auto;
  opacity: 0.6;
}

/* Section Header */
.blog-section h2 {
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

.blog-section h3 {
  color: var(--text-secondary);
  font-weight: 500;
}

.blog-section .lead {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
}

/* 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);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

/* Blog Card Image */
.blog-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: color-mix(in srgb, var(--primary-100) 30%, var(--neutral-100) 70%);
}

.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card:hover .blog-image {
  transform: scale(1.08);
}

/* Image Overlay */
.blog-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-700) 60%, transparent 40%) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card:hover .blog-card-overlay {
  opacity: 1;
}

.overlay-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card:hover .overlay-icon {
  transform: translateY(0);
}

.overlay-icon i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

/* Blog Card Body */
.blog-card-body {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Blog Meta */
.blog-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}

.meta-item {
  display: inline-flex;
  align-items: center;
  color: var(--text-secondary);
  font-size: 0.875rem;
}

.meta-item i {
  font-size: 1rem;
  color: var(--primary-500);
  opacity: 0.7;
}

/* Blog Title */
.blog-card-body h3 {
  color: var(--text-primary);
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-card-body h3 {
  color: var(--primary-500);
}

/* Blog Excerpt */
.blog-card-body p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
  flex-grow: 1;
}

/* Blog Link */
.blog-link {
  display: inline-flex;
  align-items: center;
  color: var(--primary-500);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.blog-link:hover {
  color: var(--primary-700);
  gap: 0.5rem;
}

.blog-link i {
  transition: transform 0.3s ease;
}

.blog-link:hover i {
  transform: translateX(4px);
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
}

.shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  right: -100px;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  bottom: -150px;
  left: -80px;
}

.decorative-blob {
  position: absolute;
  opacity: 0.03;
  pointer-events: none;
}

.blob-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: blob-float 20s ease-in-out infinite;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -45%) scale(1.05);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .blog-card-image-wrapper {
    height: 200px;
  }

  .blog-card-body {
    padding: 1.5rem;
  }

  .blog-section h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .blog-section {
    padding: 3rem 0;
  }

  .blog-card-image-wrapper {
    height: 180px;
  }

  .blog-card-body {
    padding: 1.25rem;
  }

  .blog-meta {
    gap: 0.75rem;
  }

  .blog-section h2 {
    font-size: 1.75rem;
  }

  .blog-section .lead {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .blog-card-image-wrapper {
    height: 160px;
  }

  .blog-card-body h3 {
    font-size: 1.25rem;
  }

  .blog-card-body p {
    font-size: 0.9rem;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .blog-card,
  .blog-image,
  .overlay-icon,
  .blog-link i {
    transition: none;
  }

  .blob-1 {
    animation: none;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .blog-card {
    border: 2px solid var(--neutral-500);
  }

  .blog-card-overlay {
    background: color-mix(in srgb, var(--dark) 80%, transparent 20%);
  }

  .blog-meta {
    border-bottom-width: 2px;
  }
}

.faq-section-secondary {
  position: relative;
  background: var(--neutral-50);
  min-height: 100vh;
  overflow: hidden;
}

/* Sidebar */
.faq-section-secondary .faq-sidebar {
  background: linear-gradient(135deg, var(--primary-700), var(--primary-700));
  min-height: 100vh;
  padding: 3rem 2rem;
  color: var(--neutral-0);
  position: relative;
  overflow: hidden;
}

.faq-section-secondary .faq-sidebar::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.faq-section-secondary .sidebar-content {
  position: relative;
  z-index: 1;
}

.faq-section-secondary .icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.faq-section-secondary .icon-badge i {
  font-size: 2rem;
  color: var(--neutral-0);
}

.faq-section-secondary #faq-title {
  color: var(--neutral-0);
  font-weight: 800;
  line-height: 1.2;
}

.faq-section-secondary #faq-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.faq-section-secondary #faq-desc {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  font-size: 1rem;
}

/* Category Navigation */
.faq-section-secondary .category-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.faq-section-secondary .nav-icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.faq-section-secondary .nav-icon-item i {
  font-size: 1.25rem;
  color: var(--neutral-0);
  transition: all 0.3s ease;
}

.faq-section-secondary .nav-icon-item:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}

/* FAQ Content Area */
.faq-section-secondary .faq-content-area {
  padding: 3rem 2rem;
  background: var(--neutral-50);
}

.faq-section-secondary .faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.faq-section-secondary .faq-block .card {
  background: var(--neutral-0);
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.faq-section-secondary .faq-block .card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.faq-section-secondary .faq-block:hover .card::before {
  transform: scaleY(1);
  transform-origin: top;
}

.faq-section-secondary .faq-block:hover .card {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
  transform: translateX(8px);
}

/* FAQ Indicator */
.faq-section-secondary .faq-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--neutral-0);
  font-weight: 800;
  font-size: 0.9rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.faq-section-secondary .faq-block:hover .faq-indicator {
  transform: scale(1.1) rotate(5deg);
}

.faq-section-secondary .faq-block h5 {
  color: var(--neutral-900);
  font-size: 1.1rem;
  line-height: 1.4;
}

.faq-section-secondary .faq-block p {
  color: var(--neutral-700);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Gradient Overlay */
.faq-section-secondary .gradient-overlay {
  position: absolute;
  top: 0;
  left: 33.333%;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, var(--primary-700) 0%, transparent 100%);
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

/* Responsive Design */
@media (min-width: 992px) {
  .faq-section-secondary .faq-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
  }
}

@media (max-width: 991px) {
  .faq-section-secondary .faq-sidebar {
    min-height: auto;
    padding: 2rem 1.5rem;
  }

  .faq-section-secondary #faq-title {
    font-size: 2rem;
  }

  .faq-section-secondary .faq-content-area {
    padding: 2rem 1.5rem;
  }

  .faq-section-secondary .gradient-overlay {
    display: none;
  }
}

@media (max-width: 767px) {
  .faq-section-secondary .faq-sidebar {
    padding: 1.5rem 1rem;
  }

  .faq-section-secondary #faq-title {
    font-size: 1.75rem;
  }

  .faq-section-secondary .icon-badge {
    width: 60px;
    height: 60px;
  }

  .faq-section-secondary .icon-badge i {
    font-size: 1.75rem;
  }

  .faq-section-secondary .category-nav {
    gap: 0.75rem;
  }

  .faq-section-secondary .nav-icon-item {
    width: 45px;
    height: 45px;
  }

  .faq-section-secondary .nav-icon-item i {
    font-size: 1rem;
  }

  .faq-section-secondary .faq-content-area {
    padding: 1.5rem 1rem;
  }

  .faq-section-secondary .faq-grid {
    gap: 1rem;
  }

  .faq-section-secondary .faq-block .card .card-body {
    padding: 1.25rem !important;
  }

  .faq-section-secondary .faq-indicator {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }

  .faq-section-secondary .faq-block h5 {
    font-size: 1rem;
  }

  .faq-section-secondary .faq-block p {
    font-size: 0.9rem;
  }

  .faq-section-secondary .faq-block:hover .card {
    transform: translateY(-4px);
  }
}







/* Gallery section */

.gallery-section-clean {
  background: linear-gradient(to bottom, var(--surface-primary), var(--neutral-50));
  position: relative;
}

.gallery-asymmetric {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  grid-auto-flow: dense;
}

.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: var(--light);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
  filter: grayscale(20%);
}

.item-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid var(--primary-500);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  border-radius: 16px;
}

.gallery-item:hover {
  transform: scale(1.05);
  z-index: 10;
}

.gallery-item:hover img {
  filter: grayscale(0%);
  transform: scale(1.08);
}

.gallery-item:hover .item-border {
  opacity: 1;
}

/* Size variations */
.featured-item {
  grid-column: span 6;
  grid-row: span 2;
  min-height: 500px;
}

.medium-item {
  grid-column: span 4;
  min-height: 300px;
}

.small-item {
  grid-column: span 4;
  min-height: 240px;
}

.wide-item {
  grid-column: span 8;
  min-height: 280px;
}

.gallery-column {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Decorative icons */
.decorative-icons {
  position: absolute;
  top: 5%;
  right: 5%;
  display: flex;
  gap: 2rem;
  opacity: 0.06;
  pointer-events: none;
}

.decorative-icons i {
  font-size: 3rem;
  color: var(--primary-700);
}

/* Responsive adjustments */
@media (max-width: 1399px) {
  .featured-item {
    min-height: 450px;
  }
  
  .medium-item {
    min-height: 280px;
  }
}

@media (max-width: 1199px) {
  .gallery-asymmetric {
    gap: 1.5rem;
  }
  
  .featured-item {
    grid-column: span 12;
    min-height: 400px;
  }
  
  .gallery-column {
    grid-column: span 6;
  }
  
  .medium-item {
    grid-column: span 6;
    min-height: 300px;
  }
  
  .wide-item {
    grid-column: span 12;
  }
  
  .small-item {
    grid-column: span 6;
  }
}

@media (max-width: 991px) {
  .gallery-asymmetric {
    gap: 1.25rem;
  }
  
  .featured-item {
    min-height: 350px;
  }
  
  .medium-item {
    grid-column: span 12;
    min-height: 280px;
  }
  
  .gallery-column {
    grid-column: span 12;
    flex-direction: row;
  }
  
  .small-item {
    grid-column: span 6;
    min-height: 220px;
  }
}

@media (max-width: 767px) {
  .gallery-asymmetric {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .featured-item,
  .medium-item,
  .wide-item,
  .small-item {
    grid-column: span 1;
    min-height: 250px;
  }
  
  .gallery-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

@media (max-width: 575px) {
  .gallery-column {
    grid-template-columns: 1fr;
  }
}





/* Footer section */

.footer-pro {
  position: relative;
  padding: 110px 0 50px;
  background: linear-gradient(
    150deg,
    color-mix(in srgb, var(--primary-700) 93%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 89%, transparent) 40%,
    color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
  ), url('AI8_assets/AI8_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  overflow: hidden;
}

.footer-modern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    150deg,
    color-mix(in srgb, var(--primary-700) 91%, transparent) 0%,
    color-mix(in srgb, var(--neutral-900) 90%, transparent) 100%
  );
  z-index: 1;
}

.footer-pro .container {
  z-index: 2;
}

/* Modern Header */
.modern-header-section {
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.modern-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  backdrop-filter: blur(10px);
}

.icon-inner-ring {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: iconGlow 3s ease-in-out infinite;
}

@keyframes iconGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(255, 255, 255, 0.2); }
  50% { box-shadow: 0 0 40px rgba(255, 255, 255, 0.4); }
}

.icon-inner-ring i {
  font-size: 36px;
  color: #ffffff;
  animation: iconRotate 10s linear infinite;
}

@keyframes iconRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modern-site-name {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.modern-site-description {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  max-width: 750px;
}

/* Modern Section Block */
.modern-section-block {
  height: 100%;
}

.modern-section-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.section-icon-modern {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.section-icon-modern i {
  font-size: 24px;
  color: #ffffff;
}

.modern-section-heading {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

/* Modern Link Stack */
.modern-link-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modern-styled-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.modern-styled-link i {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.modern-styled-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateX(5px);
}

.modern-styled-link:hover i {
  color: #ffffff;
  transform: translateX(5px);
}

/* Modern Contact Layout */
.modern-contact-layout {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.modern-contact-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.modern-contact-card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.contact-card-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-card-icon i {
  font-size: 22px;
  color: #ffffff;
}

.contact-card-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-card-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-card-data {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

/* Modern Art Showcase */
.modern-art-showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  height: 100%;
  min-height: 350px;
}

.art-modern-container {
  position: relative;
  width: 160px;
  height: 160px;
}

.art-modern-hexagon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  animation: hexagonSpin 15s linear infinite;
}

@keyframes hexagonSpin {
  0% { transform: translate(-50%, -50%) rotate(45deg); }
  100% { transform: translate(-50%, -50%) rotate(405deg); }
}

.art-modern-hexagon i {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.9);
  transform: rotate(-45deg);
}

.art-modern-circles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.art-circle {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: circleExpand 4s ease-in-out infinite;
}

.circle-1 {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 0s;
}

.circle-2 {
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 0.5s;
}

.circle-3 {
  width: 140px;
  height: 140px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 1s;
}

@keyframes circleExpand {
  0%, 100% { opacity: 0.2; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.5; transform: translate(-50%, -50%) scale(1.1); }
}

.art-modern-icons {
  display: flex;
  gap: 25px;
}

.art-modern-icons i {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  animation: iconBounce 2s ease-in-out infinite;
}

.art-modern-icons i:nth-child(1) { animation-delay: 0s; }
.art-modern-icons i:nth-child(2) { animation-delay: 0.3s; }
.art-modern-icons i:nth-child(3) { animation-delay: 0.6s; }

@keyframes iconBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.art-modern-icons i:hover {
  color: #ffffff;
  transform: scale(1.2);
}

/* Modern Footer Bottom */
.modern-footer-bottom {
  margin-top: 70px;
}

.modern-divider-line {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 100%
  );
  margin-bottom: 35px;
}

.modern-disclaimer {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.modern-copyright-wrapper {
  text-align: right;
}

.modern-copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  margin: 0;
}

/* Modern Background Art */
.modern-bg-gradient {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
  animation: gradientMove 20s ease-in-out infinite;
}

.gradient-1 {
  top: 10%;
  right: 5%;
}

.gradient-2 {
  bottom: 15%;
  left: 5%;
  animation-delay: 5s;
}

@keyframes gradientMove {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, 30px); }
}

.modern-bg-shape {
  position: absolute;
  z-index: 1;
  opacity: 0.03;
  background: #ffffff;
  animation: shapeFloat 15s ease-in-out infinite;
}

.shape-diamond {
  width: 100px;
  height: 100px;
  top: 15%;
  left: 10%;
  transform: rotate(45deg);
}

.shape-square {
  width: 80px;
  height: 80px;
  bottom: 20%;
  right: 15%;
  border-radius: 15px;
  animation-delay: 3s;
}

@keyframes shapeFloat {
  0%, 100% { transform: translateY(0) rotate(45deg); }
  50% { transform: translateY(-20px) rotate(45deg); }
}

.modern-floating-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: 1;
  animation: dotFloat 10s ease-in-out infinite;
}

.dot-1 {
  top: 30%;
  right: 20%;
}

.dot-2 {
  bottom: 35%;
  left: 25%;
  animation-delay: 2s;
}

.dot-3 {
  top: 60%;
  right: 40%;
  animation-delay: 4s;
}

@keyframes dotFloat {
  0%, 100% { transform: translate(0, 0); opacity: 0.4; }
  50% { transform: translate(15px, -15px); opacity: 0.8; }
}

/* Responsive */
@media (max-width: 991px) {
  .footer-pro {
    padding: 90px 0 40px;
  }

  .modern-site-name {
    font-size: 34px;
  }

  .modern-art-showcase {
    min-height: 250px;
  }

  .art-modern-container {
    width: 140px;
    height: 140px;
  }

  .art-modern-hexagon {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .footer-pro {
    padding: 70px 0 30px;
  }

  .modern-site-name {
    font-size: 28px;
  }

  .modern-copyright-wrapper {
    text-align: center;
    margin-top: 20px;
  }

  .modern-art-showcase {
    display: none;
  }

  .modern-contact-card {
    padding: 15px;
  }
}





.additional-universal-minimal {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-minimal .section-header h1 {
  color: var(--text-primary);
  line-height: 1.3;
}

.additional-universal-minimal .section-header h2 {
  color: var(--primary-500);
  font-weight: 500;
}

.additional-universal-minimal .section-header p {
  color: var(--text-secondary);
  max-width: 720px;
  margin: 0 auto;
}

/* Mixed Content Wrapper */
.additional-universal-minimal .mixed-content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Content Rows */
.additional-universal-minimal .content-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

/* Content Block */
.additional-universal-minimal .content-block {
  position: relative;
}

.additional-universal-minimal .block-inner {
  background: var(--surface-secondary);
  padding: 2.5rem;
  border-radius: 16px;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  border: 2px solid transparent;
}

.additional-universal-minimal .content-block:hover .block-inner {
  border-color: var(--primary-500);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

/* Featured Block (Large) */
.additional-universal-minimal .featured-block .block-inner {
  padding: 3rem;
  text-align: center;
}

/* Icon Wrappers */
.additional-universal-minimal .icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}

.additional-universal-minimal .content-block:hover .icon-wrapper {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.additional-universal-minimal .icon-wrapper-small {
  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.4s ease;
}

.additional-universal-minimal .content-block:hover .icon-wrapper-small {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

/* Content Typography */
.additional-universal-minimal .block-inner h3 {
  color: var(--text-primary);
  line-height: 1.4;
}

.additional-universal-minimal .block-inner p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Block Accent (Featured) */
.additional-universal-minimal .block-accent {
  position: absolute;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  opacity: 0.1;
  bottom: -30px;
  right: -30px;
  transition: all 0.5s ease;
}

.additional-universal-minimal .featured-block:hover .block-accent {
  opacity: 0.18;
  transform: scale(1.4) rotate(45deg);
}

/* Floating Elements */
.additional-universal-minimal .floating-element {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
}

.additional-universal-minimal .floating-element.element-1 {
  width: 180px;
  height: 180px;
  background: var(--primary-500);
  top: 8%;
  right: 4%;
  animation: float-modern-1 10s ease-in-out infinite;
}

.additional-universal-minimal .floating-element.element-2 {
  width: 140px;
  height: 140px;
  background: var(--primary-700);
  bottom: 15%;
  left: 6%;
  animation: float-modern-2 12s ease-in-out infinite;
}

.additional-universal-minimal .floating-element.element-3 {
  width: 100px;
  height: 100px;
  background: var(--primary-300);
  top: 45%;
  left: 8%;
  animation: float-modern-3 14s ease-in-out infinite;
}

.additional-universal-minimal .floating-element.element-4 {
  width: 120px;
  height: 120px;
  background: var(--primary-500);
  bottom: 30%;
  right: 10%;
  animation: float-modern-4 11s ease-in-out infinite;
}

/* Floating Animations */
@keyframes float-modern-1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-20px, -25px) scale(1.05); }
  66% { transform: translate(15px, 20px) scale(0.95); }
}

@keyframes float-modern-2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(25px, 15px) scale(1.08); }
  66% { transform: translate(-20px, -20px) scale(0.92); }
}

@keyframes float-modern-3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -30px) scale(1.1); }
}

@keyframes float-modern-4 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-25px, 25px) scale(1.06); }
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-minimal .section-header h1 {
    font-size: 2rem;
  }

  .additional-universal-minimal .content-row {
    gap: 1.5rem;
  }

  .additional-universal-minimal .block-inner {
    padding: 2rem;
  }

  .additional-universal-minimal .featured-block .block-inner {
    padding: 2.5rem;
  }

  .additional-universal-minimal .icon-wrapper {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }

  .additional-universal-minimal .icon-wrapper-small {
    width: 50px;
    height: 50px;
    font-size: 1.35rem;
  }

  .additional-universal-minimal .floating-element {
    opacity: 0.04;
  }
}

@media (max-width: 767px) {
  .additional-universal-minimal .section-header h1 {
    font-size: 1.75rem;
  }

  .additional-universal-minimal .section-header h2 {
    font-size: 1.25rem;
  }

  .additional-universal-minimal .mixed-content-wrapper {
    gap: 1.5rem;
  }

  .additional-universal-minimal .content-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .additional-universal-minimal .block-inner {
    padding: 1.75rem;
  }

  .additional-universal-minimal .featured-block .block-inner {
    padding: 2rem;
  }

  .additional-universal-minimal .icon-wrapper {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
  }

  .additional-universal-minimal .icon-wrapper-small {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .additional-universal-minimal .content-block:hover .block-inner {
    transform: translateY(-4px);
  }

  .additional-universal-minimal .floating-element {
    opacity: 0.03;
  }
}





/* Universal section */

.additional-universal-standard {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-standard .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-standard .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-standard .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Timeline Central Axis */
.additional-universal-standard .timeline-central-axis {
  position: absolute;
  left: 50%;
  top: 200px;
  bottom: 100px;
  width: 3px;
  background: linear-gradient(180deg, transparent 0%, var(--primary-300) 10%, var(--primary-300) 90%, transparent 100%);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Wrapper */
.additional-universal-standard .timeline-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 4rem auto 0;
  z-index: 2;
}

/* Timeline Item */
.additional-universal-standard .timeline-item {
  position: relative;
  width: 50%;
  padding: 2rem;
  margin-bottom: 4rem;
}

.additional-universal-standard .timeline-item.left {
  padding-right: 4rem;
  text-align: right;
}

.additional-universal-standard .timeline-item.right {
  margin-left: 50%;
  padding-left: 4rem;
  text-align: left;
}

/* Timeline Marker */
.additional-universal-standard .timeline-marker {
  position: absolute;
  top: 2rem;
  width: 70px;
  height: 70px;
  z-index: 3;
}

.additional-universal-standard .timeline-item.left .timeline-marker {
  right: -35px;
}

.additional-universal-standard .timeline-item.right .timeline-marker {
  left: -35px;
}

.additional-universal-standard .marker-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.additional-universal-standard .marker-inner i {
  font-size: 1.75rem;
  color: var(--neutral-0);
}

.additional-universal-standard .marker-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--primary-400);
  opacity: 0;
  animation: pulse-animation 2s ease-out infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Timeline Content */
.additional-universal-standard .timeline-content {
  position: relative;
  background: var(--neutral-0);
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--primary-100);
  transition: all 0.3s ease;
}

.additional-universal-standard .timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

/* Step Badge */
.additional-universal-standard .step-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  color: var(--neutral-0);
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 20px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

/* Step Content */
.additional-universal-standard .step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-standard .step-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Corners */
.additional-universal-standard .decorative-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: var(--primary-300);
  opacity: 0.4;
}

.additional-universal-standard .corner-tl {
  top: 10px;
  left: 10px;
  border-width: 2px 0 0 2px;
}

.additional-universal-standard .corner-br {
  bottom: 10px;
  right: 10px;
  border-width: 0 2px 2px 0;
}

/* Floating Shapes */
.additional-universal-standard .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
}

.additional-universal-standard .shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-400);
  top: 15%;
  left: 5%;
  filter: blur(50px);
}

.additional-universal-standard .shape-2 {
  width: 250px;
  height: 250px;
  background: var(--accent-400);
  top: 45%;
  right: 8%;
  filter: blur(45px);
}

.additional-universal-standard .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  bottom: 10%;
  left: 10%;
  filter: blur(40px);
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-standard {
    padding: 4rem 0;
  }

  .additional-universal-standard .timeline-item {
    width: 100%;
    padding: 2rem 0 2rem 5rem !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  .additional-universal-standard .timeline-central-axis {
    left: 35px;
  }

  .additional-universal-standard .timeline-marker {
    left: 0 !important;
    right: auto !important;
  }

  .additional-universal-standard .step-badge {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-standard {
    padding: 3rem 0;
  }

  .additional-universal-standard .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-standard .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-standard .section-description {
    font-size: 1rem;
  }

  .additional-universal-standard .timeline-item {
    padding: 1.5rem 0 1.5rem 4rem !important;
    margin-bottom: 2.5rem;
  }

  .additional-universal-standard .timeline-marker {
    width: 50px;
    height: 50px;
  }

  .additional-universal-standard .marker-inner i {
    font-size: 1.25rem;
  }

  .additional-universal-standard .timeline-content {
    padding: 1.75rem;
  }

  .additional-universal-standard .step-title {
    font-size: 1.25rem;
  }

  .additional-universal-standard .step-description {
    font-size: 0.95rem;
  }

  .additional-universal-standard .floating-shape {
    display: none;
  }
}







/* ===================================
   v-010: Professional Blue Theme
   Layout: Card Grid with Featured Element
   =================================== */

.add_wrap.v010_professional {
  padding: var(--section-py) 0;
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Header Section */
.add_wrap.v010_professional .add_header {
  margin-bottom: var(--space-12);
  position: relative;
  z-index: 2;
}

.add_wrap.v010_professional .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-weight: 700;
  line-height: 1.2;
}

.add_wrap.v010_professional .add_subtitle {
  color: var(--primary-500);
  margin-bottom: var(--space-6);
  font-weight: 600;
}

.add_wrap.v010_professional .add_description {
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Decorative Line */
.add_wrap.v010_professional .add_decorative_line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
  margin: var(--space-8) auto var(--space-12);
  border-radius: 2px;
}

/* Content Grid */
.add_wrap.v010_professional .add_content_grid {
  position: relative;
  z-index: 2;
}

/* Standard Cards */
.add_wrap.v010_professional .add_card {
  height: 100%;
  padding: var(--space-8);
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.add_wrap.v010_professional .add_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: var(--primary-500);
  transition: height 0.3s ease;
}

.add_wrap.v010_professional .add_card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.add_wrap.v010_professional .add_card:hover::before {
  height: 100%;
}

/* Card Icon */
.add_wrap.v010_professional .add_card_icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50);
  border-radius: 12px;
  margin-bottom: var(--space-4);
  transition: all 0.3s ease;
}

.add_wrap.v010_professional .add_card_icon i {
  font-size: 28px;
  color: var(--primary-500);
}

.add_wrap.v010_professional .add_card:hover .add_card_icon {
  background: var(--primary-500);
}

.add_wrap.v010_professional .add_card:hover .add_card_icon i {
  color: #ffffff;
}

/* Card Content */
.add_wrap.v010_professional .add_card_title {
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--space-3);
  line-height: 1.3;
}

.add_wrap.v010_professional .add_card_desc {
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.6;
}

/* Card Variants */
.add_wrap.v010_professional .add_card_primary .add_card_icon {
  background: var(--primary-100);
}

.add_wrap.v010_professional .add_card_secondary .add_card_icon {
  background: var(--primary-50);
}

.add_wrap.v010_professional .add_card_accent .add_card_icon i {
  color: var(--primary-700);
}

.add_wrap.v010_professional .add_card_highlight {
  border-color: var(--primary-300);
}

/* Featured Card (Element 5) */
.add_wrap.v010_professional .add_featured_card {
  padding: var(--space-8);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--primary-300);
  transition: all 0.3s ease;
}

.add_wrap.v010_professional .add_featured_card:hover {
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.15);
}

.add_wrap.v010_professional .add_featured_icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-500);
  border-radius: 50%;
  margin: 0 auto;
}

.add_wrap.v010_professional .add_featured_icon i {
  font-size: 48px;
  color: #ffffff;
}

.add_wrap.v010_professional .add_featured_title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--space-4);
  line-height: 1.3;
}

.add_wrap.v010_professional .add_featured_desc {
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.7;
}

/* Decorative Background Elements */
.add_wrap.v010_professional .add_decorative_blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
}

.add_wrap.v010_professional .add_decorative_blob_1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  right: -100px;
}

.add_wrap.v010_professional .add_decorative_blob_2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: -150px;
  left: -100px;
}

.add_wrap.v010_professional .add_decorative_circle {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  top: 50%;
  left: -75px;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .add_wrap.v010_professional .add_featured_icon {
    width: 80px;
    height: 80px;
  }

  .add_wrap.v010_professional .add_featured_icon i {
    font-size: 36px;
  }

  .add_wrap.v010_professional .add_featured_title {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .add_wrap.v010_professional .add_card {
    padding: var(--space-6);
  }

  .add_wrap.v010_professional .add_card_icon {
    width: 50px;
    height: 50px;
  }

  .add_wrap.v010_professional .add_card_icon i {
    font-size: 24px;
  }

  .add_wrap.v010_professional .add_card_title {
    font-size: 1.125rem;
  }

  .add_wrap.v010_professional .add_featured_card {
    padding: var(--space-6);
  }

  .add_wrap.v010_professional .add_featured_icon {
    width: 70px;
    height: 70px;
    margin-bottom: var(--space-4);
  }

  .add_wrap.v010_professional .add_featured_icon i {
    font-size: 32px;
  }

  .add_wrap.v010_professional .add_featured_title {
    font-size: 1.125rem;
  }

  .add_wrap.v010_professional .add_decorative_line {
    width: 60px;
    height: 3px;
  }
}



.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.technical-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.badge-line {
  width: 30px;
  height: 2px;
  background: var(--primary-500);
}

.badge-square {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  transform: rotate(45deg);
}

.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: 750px;
}

/* Steps Container */
.steps-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
}

.step-item {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.step-item:last-child {
  margin-bottom: 0;
}

/* Step Number */
.step-number-wrapper {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step-number {
  width: 80px;
  height: 80px;
  background: var(--surface-secondary);
  border: 3px solid var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--primary-500);
  position: relative;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  transition: all 0.3s ease;
}

.step-number::before {
  content: '';
  position: absolute;
  inset: 6px;
  background: var(--surface-secondary);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  z-index: -1;
}

.step-item:hover .step-number {
  background: var(--primary-500);
  color: var(--light);
  transform: scale(1.1);
}

.step-number-final {
  background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%));
  color: var(--light);
}

.step-connector {
  width: 3px;
  height: 60px;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
  margin: 0.5rem 0;
}

.step-final .step-connector {
  display: none;
}

/* Step Content */
.step-content {
  flex: 1;
  background: var(--surface-secondary);
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
  position: relative;
}

.step-item:hover .step-content {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-700);
}

.step-icon-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--primary-50);
  border-radius: 8px;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.step-item:hover .step-icon-group {
  background: var(--primary-300);
  transform: rotate(5deg);
}

.step-icon-group i {
  font-size: 1.75rem;
  color: var(--primary-700);
}

.step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.step-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Technical Decorations */
.grid-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(0deg, transparent 24%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 25%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 26%, transparent 27%, transparent 74%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 75%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 25%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 26%, transparent 27%, transparent 74%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 75%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 76%, transparent 77%, transparent);
  background-size: 80px 80px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}

.corner-decoration {
  position: absolute;
  width: 120px;
  height: 120px;
  pointer-events: none;
  z-index: 1;
}

.corner-top-left {
  top: 0;
  left: 0;
  border-top: 4px solid var(--primary-300);
  border-left: 4px solid var(--primary-300);
}

.corner-bottom-right {
  bottom: 0;
  right: 0;
  border-bottom: 4px solid var(--primary-300);
  border-right: 4px solid var(--primary-300);
}

.corner-decoration::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
}

.corner-top-left::before {
  top: -2px;
  left: -2px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.corner-bottom-right::before {
  bottom: -2px;
  right: -2px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .step-number {
    width: 70px;
    height: 70px;
    font-size: 1.5rem;
  }
  
  .step-content {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .step-item {
    gap: 1.25rem;
  }
  
  .step-number {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
  
  .step-connector {
    height: 40px;
  }
  
  .step-content {
    padding: 1.25rem;
  }
  
  .step-title {
    font-size: 1.25rem;
  }
  
  .step-icon-group {
    width: 48px;
    height: 48px;
  }
  
  .step-icon-group i {
    font-size: 1.5rem;
  }
}





/* Universal section */

.additional-universal-section.v-048 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-section.v-048 .section-header {
  position: relative;
  z-index: 2;
}

.additional-universal-section.v-048 .minimal-accent {
  width: 80px;
  height: 2px;
  background: var(--primary-500);
  margin: 0 auto 32px;
  transition: width 0.6s ease;
}

.additional-universal-section.v-048 .section-header:hover .minimal-accent {
  width: 120px;
}

.additional-universal-section.v-048 .section-title {
  font-size: 2.75rem;
  font-weight: 300;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.additional-universal-section.v-048 .section-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 24px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.additional-universal-section.v-048 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
  font-weight: 300;
}

/* Modern Cards */
.additional-universal-section.v-048 .modern-card {
  height: 100%;
  background: var(--surface-primary);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  border-radius: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.additional-universal-section.v-048 .modern-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, color-mix(in srgb, var(--primary-50) 30%, transparent 70%) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-section.v-048 .modern-card:hover {
  border-color: var(--primary-500);
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.additional-universal-section.v-048 .modern-card:hover::before {
  opacity: 1;
}

.additional-universal-section.v-048 .modern-card.featured {
  border-width: 2px;
  border-color: var(--primary-500);
}

.additional-universal-section.v-048 .card-inner {
  padding: 40px;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.additional-universal-section.v-048 .modern-card.featured .card-inner {
  padding: 48px;
}

.additional-universal-section.v-048 .icon-wrapper {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.additional-universal-section.v-048 .modern-card:hover .icon-wrapper {
  background: var(--primary-500);
  transform: rotate(180deg);
}

.additional-universal-section.v-048 .icon-wrapper i {
  font-size: 28px;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.additional-universal-section.v-048 .modern-card:hover .icon-wrapper i {
  color: var(--light);
}

.additional-universal-section.v-048 .icon-wrapper.featured-icon {
  width: 72px;
  height: 72px;
  border-width: 3px;
}

.additional-universal-section.v-048 .icon-wrapper.featured-icon i {
  font-size: 32px;
}

.additional-universal-section.v-048 .modern-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.additional-universal-section.v-048 .modern-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
  font-weight: 300;
  flex: 1;
}

.additional-universal-section.v-048 .card-divider {
  width: 40px;
  height: 2px;
  background: var(--primary-500);
  margin-top: auto;
  transition: width 0.4s ease;
}

.additional-universal-section.v-048 .modern-card:hover .card-divider {
  width: 80px;
}

.additional-universal-section.v-048 .featured-content {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.additional-universal-section.v-048 .text-content {
  flex: 1;
}

/* Minimal Decorations */
.additional-universal-section.v-048 .minimal-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.additional-universal-section.v-048 .accent-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--neutral-300), transparent);
}

.additional-universal-section.v-048 .accent-line.line-1 {
  width: 300px;
  top: 25%;
  right: 0;
}

.additional-universal-section.v-048 .accent-line.line-2 {
  width: 250px;
  bottom: 35%;
  left: 0;
}

.additional-universal-section.v-048 .accent-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.3;
}

.additional-universal-section.v-048 .accent-dot.dot-1 {
  top: 15%;
  right: 10%;
}

.additional-universal-section.v-048 .accent-dot.dot-2 {
  bottom: 20%;
  left: 8%;
}

.additional-universal-section.v-048 .accent-dot.dot-3 {
  top: 60%;
  right: 15%;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .additional-universal-section.v-048 .featured-content {
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 991.98px) {
  .additional-universal-section.v-048 {
    padding: 80px 0;
  }

  .additional-universal-section.v-048 .section-title {
    font-size: 2.25rem;
  }

  .additional-universal-section.v-048 .section-subtitle {
    font-size: 1.125rem;
  }

  .additional-universal-section.v-048 .card-inner {
    padding: 32px;
  }

  .additional-universal-section.v-048 .modern-card.featured .card-inner {
    padding: 36px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section.v-048 {
    padding: 60px 0;
  }

  .additional-universal-section.v-048 .section-title {
    font-size: 1.875rem;
  }

  .additional-universal-section.v-048 .section-subtitle {
    font-size: 1rem;
  }

  .additional-universal-section.v-048 .card-inner {
    padding: 28px;
  }

  .additional-universal-section.v-048 .modern-card.featured .card-inner {
    padding: 32px;
  }

  .additional-universal-section.v-048 .icon-wrapper {
    width: 52px;
    height: 52px;
  }

  .additional-universal-section.v-048 .icon-wrapper i {
    font-size: 24px;
  }

  .additional-universal-section.v-048 .icon-wrapper.featured-icon {
    width: 64px;
    height: 64px;
  }

  .additional-universal-section.v-048 .icon-wrapper.featured-icon i {
    font-size: 28px;
  }

  .additional-universal-section.v-048 .modern-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section.v-048 {
    padding: 50px 0;
  }

  .additional-universal-section.v-048 .card-inner {
    padding: 24px;
  }

  .additional-universal-section.v-048 .modern-card.featured .card-inner {
    padding: 28px;
  }

  .additional-universal-section.v-048 .featured-content {
    gap: 20px;
  }
}





/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.decorative-dot-pattern {
  width: 60px;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
  border-radius: 3px;
  margin: 0 auto 1.5rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
}

/* Info Cards */
.info-card {
  position: relative;
  background: var(--light);
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.info-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Featured Cards */
.info-card-featured {
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  border: 2px solid var(--primary-300);
}

.info-card-featured .card-title {
  color: var(--primary-700);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.1;
}

.card-decorative-shape {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: var(--primary-50);
  border-radius: 50%;
  opacity: 0.5;
  transition: transform 0.5s ease;
}

.info-card:hover .card-decorative-shape {
  transform: scale(1.3);
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
}

.blob-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -50px;
  right: -50px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .info-card {
    padding: 1.5rem;
  }

  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .blob-1,
  .blob-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .info-card {
    padding: 1.25rem;
  }
}





/* Universal section */

.additional-universal-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: creative-purple-01 */

.add_wrap {
  padding: var(--section-py) 0;
  background: linear-gradient(to bottom, white 0%, var(--neutral-50) 100%);
  position: relative;
}

/* Header Styles */
.add_header {
  margin-bottom: var(--space-10, var(--space-8));
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.add_title {
  font-family: var(--company_section_title);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.15;
}

.add_subtitle {
  font-family: var(--best_body_large);
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1.4;
}

.add_description {
  font-family: var(--base_body_base);
  font-size: 1.0625rem;
  color: var(--text-body);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Elements Grid */
.add_elements_grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.add_row_element {
  position: relative;
}

.add_row_element::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100% + 40px);
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}

.add_row_element:hover::before {
  opacity: 1;
}

.add_row_element > * {
  position: relative;
  z-index: 1;
}

/* Image Placeholder */
.add_image_placeholder {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 4rem;
  overflow: hidden;
  position: relative;
}

.add_image_placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

/* Content Styles */
.add_content {
  padding: var(--space-4);
}

.add_elem_title {
  font-family: var(--best_body_large);
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  line-height: 1.3;
  position: relative;
  padding-left: var(--space-4);
}

.add_elem_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 4px;
  height: 1.5em;
  background: var(--primary-500);
  border-radius: 2px;
}

.add_elem_desc {
  font-family: var(--base_body_base);
  font-size: 1rem;
  color: var(--text-body);
  margin: 0;
  line-height: 1.7;
  padding-left: var(--space-4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--space-8) 0;
  }
  
  .add_elements_grid {
    gap: var(--space-6);
  }
  
  .add_row_element::before {
    display: none;
  }
  
  .add_image_placeholder {
    aspect-ratio: 16 / 9;
    font-size: 3rem;
    margin-bottom: var(--space-4);
  }
  
  .add_content {
    padding: var(--space-2);
  }
  
  .add_elem_title,
  .add_elem_desc {
    padding-left: var(--space-3);
  }
  
  .add_elem_title::before {
    width: 3px;
  }
}








.additional-universal-classic {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-classic #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-classic #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-classic #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Timeline Container */
.additional-universal-classic .timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}

/* Timeline Item */
.additional-universal-classic .timeline-item {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  align-items: flex-start;
}

.additional-universal-classic .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.additional-universal-classic .timeline-item:last-child {
  margin-bottom: 0;
}

.additional-universal-classic .timeline-item:last-child .timeline-connector {
  display: none;
}

/* Timeline Marker */
.additional-universal-classic .timeline-marker {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.additional-universal-classic .marker-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-500) 15%, var(--surface-secondary));
  border: 3px solid var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.4s ease;
  z-index: 2;
}

.additional-universal-classic .timeline-item:hover .marker-icon {
  transform: scale(1.15) rotate(10deg);
  background: var(--primary-500);
  color: white;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.additional-universal-classic .marker-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-500);
  opacity: 0.6;
}

/* Timeline Connector */
.additional-universal-classic .timeline-connector {
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  width: 3px;
  height: calc(100% + 3rem);
  background: linear-gradient(
    to bottom,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 30%, transparent)
  );
  z-index: 1;
}

.additional-universal-classic .timeline-item:nth-child(even) .timeline-connector {
  left: 50%;
}

/* Timeline Content */
.additional-universal-classic .timeline-content {
  position: relative;
  flex: 1;
  padding: 2rem;
  border-radius: 20px;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
  transition: all 0.3s ease;
  overflow: hidden;
}

.additional-universal-classic .timeline-item:hover .timeline-content {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: var(--primary-500);
}

.additional-universal-classic .timeline-content h3 {
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.additional-universal-classic .timeline-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
  margin-bottom: 0;
}

/* Content Decoration */
.additional-universal-classic .content-decoration {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 4rem;
  color: var(--primary-500);
  opacity: 0.05;
  pointer-events: none;
}

/* Background Blobs */
.additional-universal-classic .bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
}

.additional-universal-classic .blob-1 {
  top: 10%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  animation: blob-float-v081 15s ease-in-out infinite;
}

.additional-universal-classic .blob-2 {
  top: 50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  animation: blob-float-v081 20s ease-in-out infinite reverse;
}

.additional-universal-classic .blob-3 {
  bottom: 10%;
  left: 20%;
  width: 350px;
  height: 350px;
  background: var(--primary-300);
  animation: blob-float-v081 18s ease-in-out infinite;
}

/* Animations */
@keyframes blob-float-v081 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-classic .timeline-item,
  .additional-universal-classic .timeline-item:nth-child(even) {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .additional-universal-classic .timeline-connector {
    left: 50%;
    transform: translateX(-50%);
  }

  .additional-universal-classic .marker-icon {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }

  .additional-universal-classic .timeline-content {
    padding: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-classic #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-classic .marker-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .additional-universal-classic .marker-number {
    font-size: 1.25rem;
  }

  .additional-universal-classic .timeline-content {
    padding: 1.25rem;
  }
}





/* Universal section */

.additional-universal-section.v-066 {
  padding: 100px 0;
  background: linear-gradient(180deg, 
    var(--surface-primary), 
    color-mix(in srgb, var(--neutral-100) 30%, var(--surface-primary)));
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-066 .section-header {
  max-width: 850px;
  margin: 0 auto 80px;
}

.v-066 .floating-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.v-066 .floating-icons i {
  font-size: 36px;
  color: var(--primary-500);
  animation: iconFloat 3s ease-in-out infinite;
}

.v-066 .floating-icons .icon-1 {
  animation-delay: 0s;
}

.v-066 .floating-icons .icon-2 {
  animation-delay: 0.5s;
}

.v-066 .floating-icons .icon-3 {
  animation-delay: 1s;
}

.v-066 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-066 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-066 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Mixed Content Grid */
.v-066 .mixed-content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Content Blocks */
.v-066 .content-block {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-066 .block-inner {
  height: 100%;
  background: white;
  border: 2px solid var(--neutral-100);
  border-radius: 20px;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.v-066 .block-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 8%, transparent),
    color-mix(in srgb, var(--primary-300) 5%, transparent));
  opacity: 0;
  transition: opacity 0.5s ease;
}

.v-066 .content-block:hover {
  transform: translateY(-10px);
}

.v-066 .content-block:hover .block-inner {
  border-color: var(--primary-300);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.v-066 .content-block:hover .block-inner::before {
  opacity: 1;
}

/* Block Sizes */
.v-066 .block-large {
  grid-column: span 7;
  grid-row: span 2;
}

.v-066 .block-medium {
  grid-column: span 5;
}

.v-066 .block-small {
  grid-column: span 6;
}

/* Block Icon */
.v-066 .block-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}

.v-066 .block-icon-wrapper i {
  font-size: 34px;
  color: white;
  transition: transform 0.5s ease;
}

.v-066 .content-block:hover .block-icon-wrapper {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.v-066 .content-block:hover .block-icon-wrapper i {
  transform: scale(1.15);
}

/* Block Content */
.v-066 .block-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.v-066 .block-large .block-title {
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.v-066 .block-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.v-066 .block-large .block-description {
  font-size: 1.125rem;
  line-height: 1.8;
}

/* Block Decoration */
.v-066 .block-decoration {
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 25px;
  position: relative;
  z-index: 1;
}

.v-066 .deco-circle {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: circleScale 2s ease-in-out infinite;
}

.v-066 .deco-circle:nth-child(1) { animation-delay: 0s; }
.v-066 .deco-circle:nth-child(2) { animation-delay: 0.3s; }
.v-066 .deco-circle:nth-child(3) { animation-delay: 0.6s; }

/* Decorative Elements */
.v-066 .decorative-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}

.v-066 .gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.25;
}

.v-066 .orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: -100px;
  right: -100px;
  animation: orbFloat 20s ease-in-out infinite;
}

.v-066 .orb-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--primary-700), transparent);
  bottom: -80px;
  left: -80px;
  animation: orbFloat 25s ease-in-out infinite reverse;
}

.v-066 .orb-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: orbPulse 18s ease-in-out infinite;
}

.v-066 .mesh-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 25% 25%, color-mix(in srgb, var(--primary-500) 10%, transparent) 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, color-mix(in srgb, var(--primary-300) 10%, transparent) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.4;
}

/* Animations */
@keyframes iconFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(10deg);
  }
}

@keyframes circleScale {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }
}

@keyframes orbFloat {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 50px);
  }
}

@keyframes orbPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.25;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.15;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-066 {
    padding: 80px 0;
  }

  .v-066 .section-title {
    font-size: 2.25rem;
  }

  .v-066 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-066 .mixed-content-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .v-066 .block-large {
    grid-column: span 6;
    grid-row: span 1;
  }

  .v-066 .block-medium {
    grid-column: span 6;
  }

  .v-066 .block-small {
    grid-column: span 3;
  }

  .v-066 .block-title {
    font-size: 1.375rem;
  }

  .v-066 .block-large .block-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .v-066 {
    padding: 60px 0;
  }

  .v-066 .section-title {
    font-size: 1.875rem;
  }

  .v-066 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-066 .floating-icons {
    gap: 20px;
  }

  .v-066 .floating-icons i {
    font-size: 28px;
  }

  .v-066 .mixed-content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .v-066 .block-large,
  .v-066 .block-medium,
  .v-066 .block-small {
    grid-column: span 1;
  }

  .v-066 .block-inner {
    padding: 30px 25px;
  }

  .v-066 .block-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .v-066 .block-icon-wrapper i {
    font-size: 28px;
  }

  .v-066 .block-title {
    font-size: 1.25rem;
  }

  .v-066 .block-large .block-title {
    font-size: 1.375rem;
  }
}





/* Universal section */

.additional-universal-section.v-065 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-065 .section-header {
  max-width: 850px;
  margin: 0 auto 70px;
}

.v-065 .badge-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.v-065 .badge-item {
  width: 40px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 4px;
  transition: all 0.3s ease;
  animation: badgeGrow 2s ease-in-out infinite;
}

.v-065 .badge-item:nth-child(1) { animation-delay: 0s; }
.v-065 .badge-item:nth-child(2) { animation-delay: 0.2s; }
.v-065 .badge-item:nth-child(3) { animation-delay: 0.4s; }
.v-065 .badge-item:nth-child(4) { animation-delay: 0.6s; }
.v-065 .badge-item:nth-child(5) { animation-delay: 0.8s; }

.v-065 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-065 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-065 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Steps Grid */
.v-065 .steps-grid {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Step Card */
.v-065 .step-card {
  display: flex;
  gap: 30px;
  background: white;
  border: 2px solid var(--neutral-100);
  border-radius: 16px;
  padding: 35px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-065 .step-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}

.v-065 .step-card:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.v-065 .step-card:hover::before {
  opacity: 1;
}

/* Step Left - Number Section */
.v-065 .step-left {
  flex-shrink: 0;
}

.v-065 .step-number-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.v-065 .step-number {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  position: relative;
}

.v-065 .step-number::before {
  content: '';
  position: absolute;
  inset: -4px;
  border: 3px solid var(--primary-300);
  border-radius: 18px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.v-065 .step-card:hover .step-number {
  transform: scale(1.1) rotate(-5deg);
}

.v-065 .step-card:hover .step-number::before {
  opacity: 1;
}

.v-065 .step-number span {
  font-size: 2.25rem;
  font-weight: 700;
  color: white;
  line-height: 1;
}

.v-065 .step-connector {
  width: 3px;
  height: 60px;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

.v-065 .step-final .step-connector {
  display: none;
}

/* Step Right - Content Section */
.v-065 .step-right {
  flex: 1;
  display: flex;
  gap: 25px;
}

.v-065 .step-icon-badge {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 12%, white);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.v-065 .step-icon-badge i {
  font-size: 28px;
  color: var(--primary-500);
  transition: all 0.4s ease;
}

.v-065 .step-card:hover .step-icon-badge {
  background: var(--primary-500);
  transform: rotate(360deg);
}

.v-065 .step-card:hover .step-icon-badge i {
  color: white;
}

/* Step Content */
.v-065 .step-content {
  flex: 1;
}

.v-065 .step-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-065 .step-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Background */
.v-065 .decorative-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.v-065 .grid-overlay {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
}

.v-065 .corner-accent {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 3px solid var(--primary-300);
  opacity: 0.2;
}

.v-065 .corner-top-left {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 20px;
}

.v-065 .corner-bottom-right {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 20px;
}

/* Animations */
@keyframes badgeGrow {
  0%, 100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.3);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-065 {
    padding: 80px 0;
  }

  .v-065 .section-title {
    font-size: 2.25rem;
  }

  .v-065 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-065 .step-card {
    padding: 30px;
    gap: 25px;
  }

  .v-065 .step-right {
    gap: 20px;
  }

  .v-065 .step-number {
    width: 70px;
    height: 70px;
  }

  .v-065 .step-number span {
    font-size: 2rem;
  }

  .v-065 .step-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-065 {
    padding: 60px 0;
  }

  .v-065 .section-title {
    font-size: 1.875rem;
  }

  .v-065 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-065 .badge-item {
    width: 30px;
    height: 6px;
  }

  .v-065 .step-card {
    flex-direction: column;
    padding: 25px 20px;
    gap: 20px;
  }

  .v-065 .step-left {
    display: flex;
    justify-content: center;
  }

  .v-065 .step-number-wrapper {
    flex-direction: row;
    gap: 20px;
  }

  .v-065 .step-connector {
    width: 60px;
    height: 3px;
  }

  .v-065 .step-number {
    width: 60px;
    height: 60px;
  }

  .v-065 .step-number span {
    font-size: 1.75rem;
  }

  .v-065 .step-right {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .v-065 .step-icon-badge {
    margin: 0 auto;
  }

  .v-065 .step-title {
    font-size: 1.25rem;
  }
}








/* Live Chat FAQ Widget - Friendly Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 290px !important;
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(255,154,158,0.3) !important;
    z-index: 999999 !important;
    color: #333333 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255,255,255,0.8) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.3) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 20px 20px 0 0 !important;
    background: transparent !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: rgba(255,255,255,0.7) !important;
    border: none !important;
    color: #333333 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    text-decoration: none !important;
    min-width: 30px !important;
    min-height: 30px !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,1) !important;
    transform: scale(1.1) !important;
    color: #333333 !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 16px 20px 20px !important;
    max-height: 370px !important;
    overflow-y: auto !important;
    background: rgba(255,255,255,0.9) !important;
    border-radius: 0 0 20px 20px !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    padding: 10px !important;
    background: rgba(255,255,255,0.8) !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    color: #333333 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #333333 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #555555 !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #555555 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #007bff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Dark Style */
.website-google-maps-section {
    padding: 60px 0 !important;
    background: #1a1a1a !important;
    margin: 0 !important;
    border-top: 1px solid #333333 !important;
    border-bottom: 1px solid #333333 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #cccccc !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 420px !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5) !important;
    border: 2px solid #333333 !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}



/* CTA Section - Vibrant Style */
.website-cta-section {
    padding: 60px 0 !important;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
    overflow: hidden !important;
}

.website-cta-section::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    right: -10% !important;
    width: 300px !important;
    height: 300px !important;
    background: rgba(255,255,255,0.1) !important;
    border-radius: 50% !important;
    animation: pulseCTA 3s ease-in-out infinite !important;
}

@keyframes pulseCTA {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.3; }
}

.website-cta-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.website-cta-title {
    font-size: 34px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: white !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-cta-subtitle {
    font-size: 18px !important;
    margin-bottom: 35px !important;
    color: rgba(255,255,255,0.95) !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 18px 40px !important;
    background: white !important;
    color: #f5576c !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.website-cta-button:hover {
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.25) !important;
    color: #f5576c !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 26px !important;
    }
    
    .website-cta-subtitle {
        font-size: 16px !important;
    }
}



/* Security Badges - Default Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 25px 0 !important;
    flex-wrap: wrap !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 15px !important;
    background: white !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.website-security-badge:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 16px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 10px !important;
        padding: 20px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }
}



/* Floating Decorative Icons - Gentle Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 20px !important;
    color: rgba(0,0,0,0.05) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationGentle 8s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 10% !important;
    right: 5% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 60% !important;
    right: 3% !important;
    animation-delay: 2s !important;
    font-size: 16px !important;
}

.website-floating-icon.variant-3 {
    top: 30% !important;
    left: 3% !important;
    animation-delay: 4s !important;
    font-size: 24px !important;
}

@keyframes websiteFloatAnimationGentle {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    25% {
        transform: translateY(-10px) rotate(5deg) !important;
        opacity: 0.5 !important;
    }
    50% {
        transform: translateY(-20px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: translateY(-10px) rotate(-5deg) !important;
        opacity: 0.5 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Team Social Links - Text Style */
.team-social-links {
    margin-top: 20px;
    padding: 15px 0;
}

.social-text-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social-text-link {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.social-text-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    color: white;
    text-decoration: none;
}

.facebook-text-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.facebook-text-link:hover {
    background: linear-gradient(135deg, #166fe5, #1877f2);
    border-color: rgba(255,255,255,0.3);
}

.linkedin-text-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.linkedin-text-link:hover {
    background: linear-gradient(135deg, #0959aa, #0a66c2);
    border-color: rgba(255,255,255,0.3);
}

.instagram-text-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.instagram-text-link:hover {
    background: linear-gradient(135deg, #d62976, #e4405f, #f77737);
    border-color: rgba(255,255,255,0.3);
}

.x-text-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.x-text-link:hover {
    background: linear-gradient(135deg, #1a1a1a, #000000);
    border-color: rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
    .social-text-links {
        gap: 10px;
    }
    
    .social-text-link {
        font-size: 12px;
        padding: 6px 12px;
    }
}



/* Organization Social Links - Text Style */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-text-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-text-link {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.org-social-text-link:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
    border-color: rgba(255,255,255,0.4);
}

.org-social-text-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.org-social-text-link:hover::before {
    left: 100%;
}

/* Organization Text Social Networks Colors */
.org-facebook-text-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-text-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-text-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-text-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.org-youtube-text-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-text-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-text-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-text-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-text-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-text-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-text-grid {
        gap: 8px;
    }
    
    .org-social-text-link {
        font-size: 12px;
        padding: 8px 14px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Classic Style */
.newsletter-section {
    margin: 30px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.newsletter-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #333333 !important;
    text-align: center !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 14px !important;
    color: #666666 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    line-height: 1.4 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1 !important;
    padding: 12px 15px !important;
    border: 2px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: border-color 0.3s ease !important;
    background: #ffffff !important;
    color: #333333 !important;
}

.newsletter-input:focus {
    border-color: #007bff !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25) !important;
}

.newsletter-button {
    padding: 12px 20px !important;
    background: #007bff !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    width: 100% !important;
}

.newsletter-button:hover {
    background: #0056b3 !important;
    color: #ffffff !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 15px !important;
    padding: 15px !important;
    background: #d4edda !important;
    border: 1px solid #c3e6cb !important;
    border-radius: 5px !important;
    color: #155724 !important;
    text-align: center !important;
    font-size: 14px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        margin: 20px 0;
        padding: 20px 15px;
    }
    
    .newsletter-form {
        max-width: 300px;
    }
}


/* Cookie Banner Styles */

/**
 * OptimizedCookieManager Styles
 * Уникальные классы с префиксом ocm- для избежания конфликтов
 * Все стили с !important для гарантированного применения
 */

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.ocm-banner {
    position: fixed !important;
    z-index: 999999 !important;
    max-width: 400px !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
}

.ocm-banner.ocm-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ ===== */
.ocm-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-position-bottom-center {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(100px) !important;
}

.ocm-position-bottom-center.ocm-show {
    transform: translateX(-50%) translateY(0) !important;
}

.ocm-position-top-right {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(-100px) !important;
}

.ocm-position-top-right.ocm-show {
    transform: translateY(0) !important;
}

/* ===== СОДЕРЖИМОЕ БАННЕРА ===== */
.ocm-banner-content,
.ocm-settings {
    padding: 24px !important;
}

.ocm-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.ocm-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.ocm-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #666666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.ocm-close:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.ocm-description {
    margin: 0 0 20px 0 !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

.ocm-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ocm-btn {
    padding: 12px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-family: inherit !important;
}

.ocm-btn-accept {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-accept:hover {
    background: #0056b3 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-reject {
    background: #6c757d !important;
    color: #ffffff !important;
}

.ocm-btn-reject:hover {
    background: #545b62 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-customize {
    background: transparent !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
}

.ocm-btn-customize:hover {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-save {
    background: #28a745 !important;
    color: #ffffff !important;
}

.ocm-btn-save:hover {
    background: #1e7e34 !important;
    transform: translateY(-1px) !important;
}

.ocm-back {
    background: none !important;
    border: none !important;
    color: #007bff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
}

.ocm-back:hover {
    background: #f8f9fa !important;
}

/* ===== НАСТРОЙКИ COOKIE ===== */
.ocm-category {
    margin-bottom: 20px !important;
    padding: 16px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
}

.ocm-category-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* === THEME: modern === */
.ocm-theme-modern {
    border-radius: 16px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    border: none !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1) !important;
}

.ocm-theme-modern .ocm-btn {
    border-radius: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-size: 12px !important;
}

.ocm-theme-modern .ocm-btn-accept {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.ocm-theme-modern .ocm-btn-accept:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3) !important;
}

/* === TOGGLE STYLE 3 === */
.ocm-toggle.ocm-toggle-style-3 {
    border-radius: 25px !important;
    background: #e0e5ec !important;
    color: #333 !important;
    box-shadow: 9px 9px 16px #a3b1c6, -9px -9px 16px #ffffff !important;
    width: 60px !important;
    height: 40px !important;
}

.ocm-toggle.ocm-toggle-style-3:hover {
    box-shadow: inset 9px 9px 16px #a3b1c6, inset -9px -9px 16px #ffffff !important;
    transform: scale(0.98) !important;
}