:root {
  --primary-50: #f0f9ff;
  --primary-50-rgb: 240, 249, 255;
  --primary-100: #e0f2fe;
  --primary-100-rgb: 224, 242, 254;
  --primary-300: #7dd3fc;
  --primary-300-rgb: 125, 211, 252;
  --primary-500: #0369a1;
  --primary-500-rgb: 3, 105, 161;
  --primary-700: #0c4a6e;
  --primary-700-rgb: 12, 74, 110;
  --primary-200: #afe3fd;
  --primary-200-rgb: 175, 227, 253;
  --primary-400: #409ecf;
  --primary-400-rgb: 64, 158, 207;
  --primary-600: #085a88;
  --primary-600-rgb: 8, 90, 136;
  --primary-800: #0a3f5e;
  --primary-800-rgb: 10, 63, 94;
  --primary-900: #08344d;
  --primary-900-rgb: 8, 52, 77;
  --primary-950: #052232;
  --primary-950-rgb: 5, 34, 50;

  --primary-rgb: 3, 105, 161;
  --neutral-50: #f8fafc;
  --neutral-50-rgb: 248, 250, 252;
  --neutral-100: #f1f5f9;
  --neutral-100-rgb: 241, 245, 249;
  --neutral-300: #cbd5e1;
  --neutral-300-rgb: 203, 213, 225;
  --neutral-500: #64748b;
  --neutral-500-rgb: 100, 116, 139;
  --neutral-700: #334155;
  --neutral-700-rgb: 51, 65, 85;
  --neutral-900: #0f172a;
  --neutral-900-rgb: 15, 23, 42;
  --neutral-200: #dee5ed;
  --neutral-200-rgb: 222, 229, 237;
  --neutral-400: #98a5b6;
  --neutral-400-rgb: 152, 165, 182;
  --neutral-600: #4c5b70;
  --neutral-600-rgb: 76, 91, 112;
  --neutral-800: #2b3748;
  --neutral-800-rgb: 43, 55, 72;
  --neutral-950: #171e26;
  --neutral-950-rgb: 23, 30, 38;

  --surface-primary: var(--neutral-50);
  --surface-secondary: var(--neutral-100);
  --surface-accent: var(--primary-50);
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-accent: var(--primary-700);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #ffffff;
  --button-primary-text-rgb: 255, 255, 255;
  --button-secondary-bg: var(--neutral-100);
  --button-secondary-text: var(--neutral-900);
  --border-light: var(--neutral-300);
  --border-medium: var(--neutral-500);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-card: 0 4px 6px rgba(0, 0, 0, 0.05);
  --shadow-elevated: 0 10px 25px rgba(0, 0, 0, 0.1);
  --shadow-button-hover: 0 6px 12px rgba(3, 105, 161, 0.3);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --transition-fast: 0.15s ease;
  --transition-base: 0.2s ease;
  --transition-slow: 0.3s ease;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --overlay-light-rgb: 255, 255, 255;
  --overlay-dark-rgb: 0, 0, 0;
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
  --text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
  --text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
  --text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
  --text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
  --text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --leading-extra_loose: 2.5;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --text-body: var(--text-primary);
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-11: 2.75rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-36: 9rem;
  --space-40: 10rem;
  --space-44: 11rem;
  --space-48: 12rem;
  --space-52: 13rem;
  --space-56: 14rem;
  --space-60: 15rem;
  --space-64: 16rem;
  --space-72: 18rem;
  --space-80: 20rem;
  --space-96: 24rem;
  --space-px: 1px;
  --space-0.5: 0.125rem;
  --space-1.5: 0.375rem;
  --space-2.5: 0.625rem;
  --space-3.5: 0.875rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  --space-6xl: 16rem;
  --section-py: clamp(3rem, 5vw, 5rem);
  --section-y-mobile: 3rem;
  --section-y-tablet: 4rem;
  --section-y-desktop: 5rem;
  --section-y-hero: clamp(4rem, 10vw, 8rem);
  --section-x: clamp(1rem, 3vw, 2rem);
  --section-gap: clamp(1.5rem, 3vw, 2.5rem);
  --card-padding: 1.5rem;
  --card-gap: 1rem;
  --button-padding-x: 1.5rem;
  --button-padding-y: 0.75rem;
  --form-gap: 1rem;
}


/* ===== EFFECTS & ELEVATION (Theme-Independent) ===== */
:root {
  /* Shadows */
  --shadow-none: none;
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  
  /* Border Radius */
  --radius-none: 0;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --transition-all: all 0.3s ease;
  
  /* Opacity */
  --opacity-disabled: 0.5;
  --opacity-loading: 0.7;
  --opacity-overlay: 0.8;
}

/* ===== SECTION BASE STYLES ===== */
section {
  padding-top: var(--section-y-mobile);
  padding-bottom: var(--section-y-mobile);
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}

@media (min-width: 768px) {
  section {
    padding-top: var(--section-y-tablet);
    padding-bottom: var(--section-y-tablet);
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--section-y-desktop);
    padding-bottom: var(--section-y-desktop);
  }
}

/* Hero section special spacing */
section[id="hero"] {
  padding-top: var(--section-y-hero);
  padding-bottom: var(--section-y-hero);
}

/* ===== RESPONSIVE BEHAVIOR ===== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {
  :root {
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  :root {
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-xl: none;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    break-inside: avoid;
  }
}

/* ===== BASE STYLES - ADDITIVE TO BOOTSTRAP ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  overflow-x: hidden;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
*:focus {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
}


﻿/* ===== FONT FAMILY UTILITIES ===== */
.content_font_primary {
  font-family: var(--font-primary);
}

.app_font_secondary {
  font-family: var(--font-secondary);
}

.prime_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);
}

.base_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);
}

.smart_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 */
.pro_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);
}

.light_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);
}

.minimal_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);
}

.container_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);
}

.digital_heading_6 {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Body Text Styles */
.top_body_large {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
}

.company_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);
}

.new_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 */
.bold_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);
}

.ui_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 */
.theme_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);
}

.creative_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 */
.premium_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);
}

.fresh_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 */
.layout_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);
}

.business_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);
}

.web_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 */
.page_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);
}

.clean_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 */
.elite_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);
}

.elite_nav_link:hover,
.elite_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.site_button_text {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Footer Typography */
.bright_footer_text {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-muted);
}

/* ===== RESPONSIVE TYPOGRAPHY ===== */
@media (max-width: 768px) {
  .premium_hero_title {
    font-size: var(--text-4xl);
  }
  
  .layout_section_title {
    font-size: var(--text-3xl);
  }
  
  .custom_display_1 {
    font-size: var(--text-5xl);
  }
  
  .base_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .premium_hero_title {
    font-size: var(--text-3xl);
  }
  
  .layout_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 ===== */
.main_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;background-clip: text;
  display: inline-block;
}

.modern_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.design_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.studio_text_balance {
  text-wrap: balance;
}

.dark_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .elite_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .bold_caption,
  .ui_overline,
  .bright_footer_text {
    color: var(--text-secondary);
  }
  
  .fresh_hero_subtitle,
  .business_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .premium_hero_title,
  .layout_section_title,
  .pro_heading_1,
  .agency_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .main_text_gradient {
    color: var(--text-primary);}
}

/**
 * Font System - Global Application Rules
 * Applies dynamically selected font pairs to page elements
 * 
 * Font CSS variables are injected during build:
 * --font-primary: Body/paragraph font
 * --font-accent: Heading/title font
 * --font-heading: Alias for accent
 * --font-body: Alias for primary
 */

/* ========================================
   BASE TYPOGRAPHY
   ======================================== */

body {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ========================================
   HEADINGS
   ======================================== */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-accent);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h1, .h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
}

h2, .h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
}

h3, .h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
}

h4, .h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
}

h5, .h5 {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 500;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 500;
}

/* ========================================
   BODY TEXT & PARAGRAPHS
   ======================================== */

p {
  font-family: var(--font-body);
  margin-bottom: 1em;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
}

/* ========================================
   SPECIAL TEXT ELEMENTS
   ======================================== */

.text-accent,
.hero-title,
.section-title,
.card-title {
  font-family: var(--font-accent);
}

.subtitle,
.section-subtitle {
  font-family: var(--font-primary);
  font-weight: 500;
}

blockquote {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 1.125rem;
  border-left: 3px solid currentColor;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
}

/* ========================================
   NAVIGATION
   ======================================== */

.navbar,
.nav-link,
.navbar-brand {
  font-family: var(--font-primary);
  font-weight: 500;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn,
button {
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: 0.025em;
}

/* ========================================
   FORMS
   ======================================== */

input,
textarea,
select,
.form-control,
.form-label {
  font-family: var(--font-primary);
}

.form-label {
  font-weight: 500;
}

/* ========================================
   CARDS & COMPONENTS
   ======================================== */

.card {
  font-family: var(--font-primary);
}

.card-header,
.card-title {
  font-family: var(--font-accent);
  font-weight: 600;
}

/* ========================================
   BADGES & LABELS
   ======================================== */

.badge,
.label,
.tag {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 0.875rem;
}

/* ========================================
   FOOTER
   ======================================== */

footer,
.footer {
  font-family: var(--font-primary);
  font-size: 0.9rem;
}

footer h1, footer h2, footer h3,
footer h4, footer h5, footer h6,
.footer h1, .footer h2, .footer h3,
.footer h4, .footer h5, .footer h6 {
  font-family: var(--font-accent);
}

/* ========================================
   CODE & PREFORMATTED TEXT
   ======================================== */

code,
pre,
kbd,
samp {
  font-family: var(--font-mono);
  font-size: 0.9em;
}

/* ========================================
   UTILITIES
   ======================================== */

.font-primary {
  font-family: var(--font-primary) !important;
}

.font-accent {
  font-family: var(--font-accent) !important;
}

.font-heading {
  font-family: var(--font-heading) !important;
}

.font-body {
  font-family: var(--font-body) !important;
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
   ======================================== */

@media (max-width: 768px) {
  body {
    font-size: 0.95rem;
  }
  
  .lead {
    font-size: 1.125rem;
  }
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
  body {
    font-family: var(--font-primary);
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-accent);
    page-break-after: avoid;
  }
}


/* ===== LAYOUT UTILITIES ===== */
.brand_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.unique_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.best_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.core_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.style_stack {
  display: flex;
  flex-direction: column;
}

.agency28_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.premium85_full_height {
  min-height: 100vh;
}

.elite55_section_height {
  min-height: 80vh;
}

.prime34_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.company99_m_0 { margin: 0; }
.business40_m_1 { margin: var(--space-1); }
.new33_m_2 { margin: var(--space-2); }
.app58_m_3 { margin: var(--space-3); }
.fresh9_m_4 { margin: var(--space-4); }
.design7_m_6 { margin: var(--space-6); }
.web47_m_8 { margin: var(--space-8); }
.agency2_m_12 { margin: var(--space-12); }
.fresh98_m_16 { margin: var(--space-16); }

.app81_mx_auto { margin-left: auto; margin-right: auto; }
.web48_my_auto { margin-top: auto; margin-bottom: auto; }

.design4_mt_0 { margin-top: 0; }
.minimal97_mt_4 { margin-top: var(--space-4); }
.ui40_mt_8 { margin-top: var(--space-8); }
.section43_mt_12 { margin-top: var(--space-12); }

.best78_mb_0 { margin-bottom: 0; }
.section51_mb_4 { margin-bottom: var(--space-4); }
.premium72_mb_8 { margin-bottom: var(--space-8); }
.bright6_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.ui76_p_0 { padding: 0; }
.ui81_p_1 { padding: var(--space-1); }
.bold98_p_2 { padding: var(--space-2); }
.bright91_p_3 { padding: var(--space-3); }
.modern61_p_4 { padding: var(--space-4); }
.digital67_p_6 { padding: var(--space-6); }
.site87_p_8 { padding: var(--space-8); }

.web1_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.site8_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.clean86_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.best15_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.core9_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.content79_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.smart45_gap_1 { gap: var(--space-1); }
.ui40_gap_2 { gap: var(--space-2); }
.ui75_gap_3 { gap: var(--space-3); }
.minimal49_gap_4 { gap: var(--space-4); }
.studio42_gap_6 { gap: var(--space-6); }
.dark48_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.light9_shadow_none { box-shadow: var(--shadow-none); }
.prime18_shadow_xs { box-shadow: var(--shadow-xs); }
.prime59_shadow_sm { box-shadow: var(--shadow-sm); }
.app63_shadow_md { box-shadow: var(--shadow-md); }
.core99_shadow_lg { box-shadow: var(--shadow-lg); }
.bold37_shadow_xl { box-shadow: var(--shadow-xl); }
.ui87_shadow_2xl { box-shadow: var(--shadow-2xl); }
.core96_shadow_inner { box-shadow: var(--shadow-inner); }
.container24_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.minimal98_radius_none { border-radius: var(--radius-none); }
.light34_radius_xs { border-radius: var(--radius-xs); }
.creative39_radius_sm { border-radius: var(--radius-sm); }
.clean32_radius_md { border-radius: var(--radius-md); }
.top51_radius_lg { border-radius: var(--radius-lg); }
.dark3_radius_xl { border-radius: var(--radius-xl); }
.fresh74_radius_2xl { border-radius: var(--radius-2xl); }
.light87_radius_3xl { border-radius: var(--radius-3xl); }
.company49_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.pro65_gradient_primary {
  background: var(--gradient-primary);
}

.theme51_gradient_secondary {
  background: var(--gradient-secondary);
}

.prime92_gradient_hero {
  background: var(--gradient-hero);
}

.content46_gradient_card {
  background: var(--gradient-card);
}

.layout25_gradient_overlay {
  position: relative;
}

.layout25_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;
}

.layout25_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.ui91_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.ui91_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.theme6_hover_scale {
  transition: transform var(--transition-normal);
}

.theme6_hover_scale:hover {
  transform: scale(1.02);
}

.prime72_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.prime72_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.style44_hover_fade {
  transition: opacity var(--transition-normal);
}

.style44_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.theme51_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.theme51_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.section85_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.style64_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.content66_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.clean70_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.studio71_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.container92_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.digital12_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.prime75_timeline {
  position: relative;
}

.prime75_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.new49_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.new49_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.new49_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.best83_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.bold70_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;
  }
}

.main1_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;
  }
}

.modern30_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 */
.agency45_transition_all {
  transition: var(--transition-all);
}

.fresh70_transition_fast {
  transition: all var(--transition-fast);
}

.layout45_transition_normal {
  transition: all var(--transition-normal);
}

.main90_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.base46_bg_primary { background-color: var(--bg-primary); }
.site26_bg_secondary { background-color: var(--bg-secondary); }
.content1_bg_muted { background-color: var(--bg-muted); }
.pro1_bg_glass { background-color: var(--bg-glass); }

.dark57_text_primary { color: var(--text-primary); }
.modern22_text_secondary { color: var(--text-secondary); }
.content5_text_muted { color: var(--text-muted); }
.app84_text_inverse { color: var(--text-inverse); }
.bold12_text_link { color: var(--text-link); }

.custom48_border_light { border-color: var(--border-light); }
.style62_border_medium { border-color: var(--border-medium); }
.dark73_border_strong { border-color: var(--border-strong); }
.agency4_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .content66_services_grid,
  .studio71_features_grid,
  .clean70_team_grid,
  .digital12_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .container92_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .prime75_timeline::before {
    left: 30px;
  }
  
  .new49_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .elite55_section_height {
    min-height: 60vh;
  }
  
  .prime34_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .container92_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .new49_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.layout89_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;
}

.pro30_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.app78_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);
}

.app78_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .web99_no_print {
    display: none !important;
  }
  
  .best41_print_only {
    display: block !important;
  }
  
  .prime18_shadow_xs,
  .prime59_shadow_sm,
  .app63_shadow_md,
  .core99_shadow_lg,
  .bold37_shadow_xl,
  .ui87_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .best83_fade_in,
  .bold70_slide_up,
  .main1_slide_in_left,
  .modern30_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .ui91_hover_lift,
  .theme6_hover_scale,
  .prime72_hover_shadow,
  .style44_hover_fade,
  .agency45_transition_all,
  .fresh70_transition_fast,
  .layout45_transition_normal,
  .main90_transition_slow {
    transition: none;
  }
}

/* ===================================
   Header v-196 - Professional Blue Theme
   =================================== */

.header-secondary {
  position: relative;
  background: var(--surface-primary);
  box-shadow: 0 2px 12px color-mix(in srgb, var(--neutral-900) 8%, transparent);
  z-index: 1000;
}

.header-secondary .navbar {
  padding: 1rem 0;
  position: relative;
}

.header-secondary .container-fluid {
  position: relative;
  z-index: 10;
}

/* ===================================
   Site Name / Brand
   =================================== */

.header-secondary .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  letter-spacing: -0.02em;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

.header-secondary .navbar-brand:hover {
  color: var(--primary-500);
  transform: translateY(-1px);
}

/* ===================================
   Custom Animated Hamburger Icon
   CRITICAL: Dark color on light background
   =================================== */

.header-secondary .nav-toggle-checkbox {
  display: none;
}

.header-secondary .navbar-toggler {
  border: none;
  background: transparent;
  padding: 0.5rem;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10003;
  transition: transform 0.3s ease;
}

.header-secondary .navbar-toggler:hover {
  transform: scale(1.05);
}

.header-secondary .hamburger-line {
  display: block;
  width: 28px;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

/* Animated Hamburger to X transformation */
.header-secondary .nav-toggle-checkbox:checked ~ .navbar-toggler .hamburger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.header-secondary .nav-toggle-checkbox:checked ~ .navbar-toggler .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-secondary .nav-toggle-checkbox:checked ~ .navbar-toggler .hamburger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ===================================
   Navigation Links - Desktop
   =================================== */

.header-secondary .navbar-nav {
  gap: 0.5rem;
  align-items: center;
}

.header-secondary .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  margin: 0;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.header-secondary .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.header-secondary .nav-link:hover {
  color: var(--primary-700);
  background: color-mix(in srgb, var(--primary-50) 50%, transparent);
}

.header-secondary .nav-link:hover::before {
  width: 80%;
}

/* ===================================
   Decorative Elements
   =================================== */

.header-secondary .header-decoration-top {
  position: absolute;
  top: -50px;
  right: 10%;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, var(--primary-100), transparent 70%);
  border-radius: 50%;
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}

.header-secondary .header-decoration-right {
  position: absolute;
  bottom: -30px;
  right: 5%;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-300), transparent);
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}

/* ===================================
   Mobile Responsive
   CRITICAL: Correct z-index hierarchy
   =================================== */

@media (max-width: 991.98px) {
  .header-secondary .navbar-toggler {
    display: flex;
  }

  .header-secondary .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--surface-primary);
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10;
    padding: 5rem 0 2rem 0;
    overflow-y: auto;
    box-shadow: -4px 0 20px color-mix(in srgb, var(--neutral-900) 15%, transparent);
  }

  .header-secondary .nav-toggle-checkbox:checked ~ .navbar-collapse {
    right: 0;
  }

  /* Backdrop - CRITICAL: z-index lower than toggle */
  .header-secondary .navbar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: color-mix(in srgb, var(--neutral-900) 40%, transparent);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: -1;
    backdrop-filter: blur(4px);
  }

  .header-secondary .nav-toggle-checkbox:checked ~ .navbar-collapse .navbar-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .header-secondary .navbar-nav {
    flex-direction: column;
    gap: 0;
    width: 100%;
    align-items: stretch;
  }

  .header-secondary .nav-item {
    width: 100%;
    opacity: 0;
    transform: translateX(30px);
    animation: slideInRight 0.4s ease forwards;
  }

  .header-secondary .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }

  .header-secondary .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(2) {
    animation-delay: 0.2s;
  }

  .header-secondary .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(3) {
    animation-delay: 0.3s;
  }

  .header-secondary .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(4) {
    animation-delay: 0.4s;
  }

  .header-secondary .nav-link {
    padding: 1rem 2rem;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--neutral-100);
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-primary);
  }

  .header-secondary .nav-link::before {
    display: none;
  }

  .header-secondary .nav-link:hover {
    background: var(--primary-50);
    color: var(--primary-700);
  }
}

/* Slide-in Animation for Mobile Menu Items */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ===================================
   Tablet Adjustments
   =================================== */

@media (max-width: 767.98px) {
  .header-secondary .navbar-brand {
    font-size: 1.25rem;
  }

  .header-secondary .navbar-collapse {
    width: 260px;
  }

  .header-secondary .header-decoration-top,
  .header-secondary .header-decoration-right {
    display: none;
  }
}

/* ===================================
   Large Desktop Enhancements
   =================================== */

@media (min-width: 1400px) {
  .header-secondary .navbar {
    padding: 1.25rem 0;
  }

  .header-secondary .navbar-brand {
    font-size: 1.75rem;
  }

  .header-secondary .nav-link {
    font-size: 1.0625rem;
    padding: 0.75rem 1.5rem;
  }

  .header-secondary .header-decoration-top {
    width: 150px;
    height: 150px;
  }

  .header-secondary .header-decoration-right {
    width: 100px;
    height: 100px;
  }
}

/* ============================================
   Hero Section v-215 - Professional Blue Theme
   ============================================ */

.hero-modern {
  position: relative;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
  );
  min-height: 100vh;
}

/* Background Decorative Shapes */
.hero-modern__bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
}

.hero-modern__bg-shape--1 {
  width: 600px;
  height: 600px;
  background: var(--primary-500);
  top: -200px;
  right: -100px;
  filter: blur(100px);
}

.hero-modern__bg-shape--2 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  bottom: -100px;
  left: -50px;
  filter: blur(80px);
}

.hero-modern__bg-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 15%, transparent) 1px,
    transparent 1px
  );
  background-size: 30px 30px;
  opacity: 0.3;
  pointer-events: none;
}

/* Content Styles */
.hero-modern__content {
  position: relative;
  z-index: 2;
}

.hero-modern__badge {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-modern__badge-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse-v215 2s infinite;
}

@keyframes pulse-v215 {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2);
  }
}

.hero-modern__badge-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--primary-500) 0%,
    transparent 100%
  );
}

.hero-modern__subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-500);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 1rem;
}

.hero-modern__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.hero-modern__description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 560px;
}

/* Feature Icons */
.hero-modern__features {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.hero-modern__feature-item {
  position: relative;
}

.hero-modern__feature-icon {
  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-500) 20%, transparent);
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.05);
}

.hero-modern__feature-icon i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.hero-modern__feature-item:hover .hero-modern__feature-icon {
  background: var(--primary-500);
  border-color: var(--primary-700);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.hero-modern__feature-item:hover .hero-modern__feature-icon i {
  color: var(--light);
  transform: scale(1.1);
}

/* Image Section */
.hero-modern__image-wrapper {
  position: relative;
  z-index: 1;
}

.hero-modern__image-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 60px rgba(var(--black-rgb), 0.15),
    0 0 0 1px color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.hero-modern__image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.hero-modern__image-container:hover .hero-modern__image {
  transform: scale(1.05);
}

/* Decorative Circles */
.hero-modern__deco-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.hero-modern__deco-circle--1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-300) 40%, transparent),
    color-mix(in srgb, var(--primary-500) 20%, transparent)
  );
  top: -50px;
  right: -50px;
  animation: float-v215 6s ease-in-out infinite;
}

.hero-modern__deco-circle--2 {
  width: 150px;
  height: 150px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 30%, transparent),
    color-mix(in srgb, var(--primary-700) 20%, transparent)
  );
  bottom: -40px;
  left: -40px;
  animation: float-v215 8s ease-in-out infinite reverse;
}

.hero-modern__deco-circle--3 {
  width: 100px;
  height: 100px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-300) 50%, transparent),
    transparent
  );
  top: 50%;
  left: -30px;
  animation: float-v215 7s ease-in-out infinite;
}

@keyframes float-v215 {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-20px) translateX(10px);
  }
}

/* Floating Cards */
.hero-modern__float-card {
  position: absolute;
  width: 70px;
  height: 70px;
  background: var(--surface-primary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.1);
  animation: float-card-v215 4s ease-in-out infinite;
}

.hero-modern__float-card i {
  font-size: 1.75rem;
  color: var(--primary-500);
}

.hero-modern__float-card--1 {
  top: 10%;
  left: -20px;
  animation-delay: 0s;
}

.hero-modern__float-card--2 {
  bottom: 15%;
  right: -20px;
  animation-delay: 1s;
}

.hero-modern__float-card--3 {
  top: 50%;
  right: 10%;
  width: 60px;
  height: 60px;
  animation-delay: 2s;
}

@keyframes float-card-v215 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Bottom Wave */
.hero-modern__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: var(--surface-primary);
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .hero-modern__title {
    font-size: clamp(2rem, 6vw, 3rem);
  }

  .hero-modern__description {
    font-size: 1rem;
  }

  .hero-modern__float-card--1,
  .hero-modern__float-card--2 {
    display: none;
  }

  .hero-modern__deco-circle--1 {
    width: 150px;
    height: 150px;
  }

  .hero-modern__deco-circle--2 {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767.98px) {
  .hero-modern__subtitle {
    font-size: 0.875rem;
  }

  .hero-modern__features {
    gap: 0.75rem;
  }

  .hero-modern__feature-icon {
    width: 48px;
    height: 48px;
  }

  .hero-modern__feature-icon i {
    font-size: 1.25rem;
  }

  .hero-modern__float-card--3 {
    display: none;
  }

  .hero-modern__wave {
    height: 60px;
  }
}

@media (max-width: 575.98px) {
  .hero-modern__title {
    font-size: 2rem;
  }

  .hero-modern__badge-line {
    width: 40px;
  }

  .hero-modern__deco-circle--3 {
    display: none;
  }
}

/* High Contrast for Accessibility */
@media (prefers-contrast: high) {
  .hero-modern__title {
    color: var(--neutral-900);
  }

  .hero-modern__description {
    color: var(--neutral-700);
  }

  .hero-modern__feature-icon {
    border-width: 3px;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .hero-modern__badge-dot,
  .hero-modern__deco-circle,
  .hero-modern__float-card {
    animation: none;
  }

  .hero-modern__image {
    transition: none;
  }
}

.about-section-primary {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

.about-section-primary .content-wrapper {
  position: relative;
  z-index: 2;
}

.about-section-primary .subtitle {
  color: var(--primary-500);
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.875rem;
}

.about-section-primary #about-title {
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.about-section-primary #about-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Image Grid Styles */
.about-section-primary .image-grid {
  position: relative;
  z-index: 2;
}

.about-section-primary .main-image-wrapper {
  position: relative;
}

.about-section-primary .main-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-section-primary .main-image:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.15) !important;
}

.about-section-primary .secondary-image-wrapper {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.about-section-primary .secondary-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.about-section-primary .secondary-image-wrapper:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* Decorative Shapes */
.about-section-primary .decorative-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.6;
  pointer-events: none;
}

.about-section-primary .shape-1 {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  top: -30px;
  right: -30px;
  filter: blur(40px);
}

.about-section-primary .shape-2 {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  bottom: -20px;
  left: -20px;
  filter: blur(30px);
}

.about-section-primary .shape-3 {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  top: -25px;
  right: -25px;
  filter: blur(35px);
}

/* Feature Cards */
.about-section-primary .features-grid {
  position: relative;
  z-index: 2;
  margin-top: 3rem;
}

.about-section-primary .feature-card {
  background: var(--surface-primary);
  border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.about-section-primary .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.about-section-primary .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(var(--black-rgb), 0.1);
  border-color: var(--primary-500);
}

.about-section-primary .feature-card:hover::before {
  transform: scaleX(1);
}

.about-section-primary .icon-wrapper {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.about-section-primary .icon-wrapper i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.about-section-primary .feature-card:hover .icon-wrapper {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  transform: scale(1.1) rotate(5deg);
}

.about-section-primary .feature-card:hover .icon-wrapper i {
  color: var(--light);
  transform: scale(1.1);
}

.about-section-primary .feature-card h3 {
  color: var(--text-primary);
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.about-section-primary .feature-card:hover h3 {
  color: var(--primary-500);
}

.about-section-primary .feature-card p {
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Floating Decorative Elements */
.about-section-primary .decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.about-section-primary .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
  filter: blur(50px);
}

.about-section-primary .shape-a {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  top: 10%;
  left: -100px;
  animation: float-a 20s ease-in-out infinite;
}

.about-section-primary .shape-b {
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  bottom: 15%;
  right: -80px;
  animation: float-b 25s ease-in-out infinite;
}

.about-section-primary .shape-c {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  top: 50%;
  right: 10%;
  animation: float-c 30s ease-in-out infinite;
}

@keyframes float-a {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -30px) scale(1.1); }
  66% { transform: translate(-20px, 20px) scale(0.9); }
}

@keyframes float-b {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-40px, 30px) scale(0.9); }
  66% { transform: translate(30px, -20px) scale(1.1); }
}

@keyframes float-c {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, 30px) scale(1.05); }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .about-section-primary #about-title {
    font-size: 2rem;
  }

  .about-section-primary .secondary-image-wrapper {
    height: 250px;
  }
}

@media (max-width: 767.98px) {
  .about-section-primary {
    padding: 3rem 0 !important;
  }

  .about-section-primary #about-title {
    font-size: 1.75rem;
  }

  .about-section-primary .feature-card {
    padding: 1.5rem;
  }

  .about-section-primary .secondary-image-wrapper {
    height: 200px;
  }

  .about-section-primary .icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .about-section-primary .icon-wrapper i {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .about-section-primary #about-title {
    font-size: 1.5rem;
  }

  .about-section-primary .subtitle {
    font-size: 0.75rem;
  }

  .about-section-primary .feature-card {
    padding: 1.25rem;
  }
}

.features-section-classic {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.features-section-classic .features-header {
  max-width: 800px;
  margin: 0 auto 80px;
  position: relative;
  z-index: 2;
}

.features-section-classic .decorative-accent {
  width: 60px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  margin: 0 auto 24px;
  border-radius: 2px;
}

.features-section-classic .features-main-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.features-section-classic .features-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 24px;
  line-height: 1.4;
}

.features-section-classic .features-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 32px;
}

.features-section-classic .decorative-line {
  width: 100px;
  height: 2px;
  background: color-mix(in srgb, var(--primary-500) 30%, transparent);
  margin: 0 auto;
  border-radius: 1px;
}

/* Features Grid */
.features-section-classic .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  position: relative;
  z-index: 2;
}

/* Feature Card */
.features-section-classic .feature-card {
  position: relative;
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 40px 32px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
  overflow: hidden;
}

.features-section-classic .feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.features-section-classic .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: var(--primary-500);
}

.features-section-classic .feature-card:hover::before {
  opacity: 1;
}

/* Card Hover Effect */
.features-section-classic .card-hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at center,
    color-mix(in srgb, var(--primary-500) 5%, transparent) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.features-section-classic .feature-card:hover .card-hover-effect {
  opacity: 1;
}

/* Feature Icon */
.features-section-classic .feature-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-section-classic .feature-icon-wrapper i {
  font-size: 2.5rem;
  color: var(--primary-500);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.features-section-classic .feature-card:hover .feature-icon-wrapper i {
  transform: scale(1.1) rotate(5deg);
  color: var(--primary-700);
}

.features-section-classic .icon-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 20px;
  transform: rotate(45deg);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.features-section-classic .feature-card:hover .icon-bg-shape {
  transform: rotate(90deg) scale(1.1);
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
}

/* Feature Content */
.features-section-classic .feature-content {
  position: relative;
  z-index: 2;
}

.features-section-classic .feature-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.features-section-classic .feature-card:hover .feature-title {
  color: var(--primary-700);
}

.features-section-classic .feature-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Blobs */
.features-section-classic .decorative-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}

.features-section-classic .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: -100px;
  left: -100px;
  animation: float-blob 20s ease-in-out infinite;
}

.features-section-classic .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  bottom: -80px;
  right: -80px;
  animation: float-blob 25s ease-in-out infinite reverse;
}

/* Decorative Dots */
.features-section-classic .decorative-dots {
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 20%, transparent) 2px,
    transparent 2px
  );
  background-size: 20px 20px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}

.features-section-classic .dots-pattern-1 {
  top: 15%;
  right: 5%;
  animation: rotate-slow 40s linear infinite;
}

.features-section-classic .dots-pattern-2 {
  bottom: 20%;
  left: 8%;
  animation: rotate-slow 50s linear infinite reverse;
}

/* Animations */
@keyframes float-blob {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

@keyframes rotate-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .features-section-classic .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .features-section-classic {
    padding: 70px 0;
  }

  .features-section-classic .features-header {
    margin-bottom: 50px;
  }

  .features-section-classic .features-main-title {
    font-size: 2rem;
  }

  .features-section-classic .features-subtitle {
    font-size: 1.25rem;
  }

  .features-section-classic .features-description {
    font-size: 1rem;
  }

  .features-section-classic .features-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .features-section-classic .feature-card {
    padding: 32px 24px;
  }

  .features-section-classic .blob-1,
  .features-section-classic .blob-2 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 480px) {
  .features-section-classic {
    padding: 50px 0;
  }

  .features-section-classic .features-main-title {
    font-size: 1.75rem;
  }

  .features-section-classic .features-subtitle {
    font-size: 1.125rem;
  }

  .features-section-classic .feature-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .features-section-classic .feature-icon-wrapper i {
    font-size: 2rem;
  }

  .features-section-classic .feature-title {
    font-size: 1.25rem;
  }
}

/* ============================================
   Services Section v232 - Professional Blue Theme
   ============================================ */

.services-section-clean {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.services-header {
  position: relative;
  z-index: 2;
}

.decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 2px;
}

#services-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
}

#services-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.95rem;
}

#services-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Service Card */
.service-card {
  position: relative;
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid var(--neutral-100);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.1);
}

/* Icon Wrapper */
.service-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    color-mix(in srgb, var(--primary-100) 50%, white)
  );
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.service-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.4s ease;
}

.service-card:hover .service-icon-wrapper {
  background: linear-gradient(
    135deg,
    var(--primary-500),
    var(--primary-700)
  );
  transform: scale(1.1) rotate(5deg);
}

.service-card:hover .service-icon-wrapper i {
  color: white;
  transform: scale(1.1);
}

/* Service Title */
.service-card h3 {
  color: var(--text-primary);
  font-weight: 700;
  transition: color 0.3s ease;
  line-height: 1.3;
}

.service-card:hover h3 {
  color: var(--primary-700);
}

/* Service Description */
.service-card p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Service Features */
.service-features {
  padding: 1rem;
  background: color-mix(in srgb, var(--primary-50) 40%, white);
  border-radius: 8px;
  border-left: 3px solid var(--primary-500);
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.8;
  transition: all 0.3s ease;
}

.service-card:hover .service-features {
  background: color-mix(in srgb, var(--primary-100) 50%, white);
  border-left-color: var(--primary-700);
}

/* Price Wrapper */
.service-price-wrapper {
  padding-top: 1.5rem;
  border-top: 1px solid var(--neutral-100);
}

.service-price-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-price {
  color: var(--primary-700);
  font-weight: 700;
  transition: all 0.3s ease;
}

.service-card:hover .service-price {
  color: var(--primary-500);
  transform: scale(1.05);
}

/* Hover Effect Overlay */
.card-hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    transparent,
    color-mix(in srgb, var(--primary-300) 5%, transparent)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  border-radius: 16px;
}

.service-card:hover .card-hover-effect {
  opacity: 1;
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -150px;
  right: -100px;
  filter: blur(80px);
}

.blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-700);
  bottom: -100px;
  left: -80px;
  filter: blur(70px);
}

/* Decorative Dots */
.decorative-dots {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.dots-1 {
  top: 10%;
  left: 5%;
  background-image: radial-gradient(
    circle,
    var(--primary-500) 2px,
    transparent 2px
  );
  background-size: 20px 20px;
}

.dots-2 {
  bottom: 15%;
  right: 8%;
  background-image: radial-gradient(
    circle,
    var(--primary-700) 2px,
    transparent 2px
  );
  background-size: 20px 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .services-section-clean {
    padding: 4rem 0;
  }

  #services-title {
    font-size: 2.5rem;
  }

  .service-card {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .services-section-clean {
    padding: 3rem 0;
  }

  #services-title {
    font-size: 2rem;
  }

  #services-desc {
    font-size: 1rem;
  }

  .service-card {
    padding: 1.5rem 1.25rem;
  }

  .service-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .service-icon-wrapper i {
    font-size: 1.75rem;
  }

  .blob-1,
  .blob-2 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 575px) {
  #services-title {
    font-size: 1.75rem;
  }

  .service-card {
    padding: 1.25rem 1rem;
  }

  .service-price {
    font-size: 1.5rem;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .service-card,
  .service-icon-wrapper,
  .service-icon-wrapper i,
  .service-features,
  .service-price,
  .card-hover-effect {
    transition: none;
  }

  .service-card:hover {
    transform: none;
  }

  .service-card:hover .service-icon-wrapper {
    transform: none;
  }
}

/* Print Styles */
@media print {
  .decorative-blob,
  .decorative-dots {
    display: none;
  }

  .service-card {
    border: 1px solid var(--neutral-300);
    box-shadow: none;
    page-break-inside: avoid;
  }
}

/* ========================================
   PRICEPLAN SECTION V-155 - PROFESSIONAL BLUE
   Theme: professional-blue-01
   ======================================== */

.priceplan-section-modern {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%
  );
  overflow: hidden;
}

/* ========================================
   SECTION HEADER
   ======================================== */

.priceplan-section-modern .section-header {
  margin-bottom: 60px;
}

.priceplan-section-modern .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.priceplan-section-modern .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.priceplan-section-modern .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* ========================================
   PRICING CARDS WRAPPER
   ======================================== */

.priceplan-section-modern .pricing-cards-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 40px;
}

/* ========================================
   PRICING CARD BASE
   ======================================== */

.priceplan-section-modern .pricing-card {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  overflow: hidden;
}

.priceplan-section-modern .pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.12);
  border-color: color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}

/* ========================================
   FEATURED CARD
   ======================================== */

.priceplan-section-modern .featured-card {
  background: linear-gradient(135deg, 
    white 0%, 
    color-mix(in srgb, var(--primary-50) 15%, white 85%) 100%
  );
  border-color: var(--primary-500);
  box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.12);
  transform: scale(1.03);
}

.priceplan-section-modern .featured-card:hover {
  transform: scale(1.03) translateY(-8px);
}

.priceplan-section-modern .popular-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
  animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* ========================================
   CARD HEADER SECTION
   ======================================== */

.priceplan-section-modern .card-header-section {
  margin-bottom: 30px;
}

.priceplan-section-modern .plan-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.priceplan-section-modern .plan-icon i {
  font-size: 2rem;
  color: white;
}

.priceplan-section-modern .plan-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.priceplan-section-modern .plan-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* ========================================
   PRICE DISPLAY
   ======================================== */

.priceplan-section-modern .price-display {
  margin: 30px 0;
  padding: 24px 0;
  border-top: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-bottom: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}

.priceplan-section-modern .price-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.priceplan-section-modern .currency-symbol {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-right: 4px;
}

.priceplan-section-modern .price-amount {
  font-size: 4rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1;
}

.priceplan-section-modern .price-period {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text-secondary);
}

/* ========================================
   FEATURES SECTION
   ======================================== */

.priceplan-section-modern .features-section {
  margin-top: 30px;
  display: flex;
  gap: 16px;
}

.priceplan-section-modern .features-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.priceplan-section-modern .features-icon i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

.priceplan-section-modern .features-content {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.8;
  flex: 1;
}

/* ========================================
   CARD DECORATIONS
   ======================================== */

.priceplan-section-modern .card-decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  pointer-events: none;
  overflow: hidden;
}

.priceplan-section-modern .decoration-circle {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
    transparent
  );
  border-radius: 50%;
}

.priceplan-section-modern .decoration-line {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    transparent
  );
  transform: rotate(-45deg);
}

/* ========================================
   BACKGROUND DECORATIONS
   ======================================== */

.priceplan-section-modern .background-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.priceplan-section-modern .deco-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.15;
}

.priceplan-section-modern .deco-blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: -100px;
  left: -100px;
  animation: float-blob-1 20s ease-in-out infinite;
}

.priceplan-section-modern .deco-blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  bottom: -100px;
  right: -100px;
  animation: float-blob-2 18s ease-in-out infinite;
}

.priceplan-section-modern .deco-circle {
  position: absolute;
  border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
  border-radius: 50%;
}

.priceplan-section-modern .deco-circle-1 {
  width: 200px;
  height: 200px;
  top: 15%;
  right: 10%;
  animation: rotate-circle 30s linear infinite;
}

.priceplan-section-modern .deco-circle-2 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 8%;
  animation: rotate-circle 25s linear infinite reverse;
}

@keyframes float-blob-1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

@keyframes float-blob-2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(-30px, 30px) scale(0.9);
  }
  66% {
    transform: translate(20px, -20px) scale(1.1);
  }
}

@keyframes rotate-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablet */
@media (max-width: 991px) {
  .priceplan-section-modern {
    padding: 80px 0;
  }

  .priceplan-section-modern .section-title {
    font-size: 2.25rem;
  }

  .priceplan-section-modern .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-modern .featured-card {
    transform: scale(1);
  }

  .priceplan-section-modern .featured-card:hover {
    transform: translateY(-8px);
  }

  .priceplan-section-modern .price-amount {
    font-size: 3.5rem;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .priceplan-section-modern {
    padding: 60px 0;
  }

  .priceplan-section-modern .section-header {
    margin-bottom: 40px;
  }

  .priceplan-section-modern .section-title {
    font-size: 1.875rem;
  }

  .priceplan-section-modern .section-subtitle {
    font-size: 1.125rem;
  }

  .priceplan-section-modern .section-description {
    font-size: 1rem;
  }

  .priceplan-section-modern .pricing-card {
    padding: 30px 24px;
  }

  .priceplan-section-modern .plan-icon {
    width: 60px;
    height: 60px;
  }

  .priceplan-section-modern .plan-icon i {
    font-size: 1.75rem;
  }

  .priceplan-section-modern .plan-name {
    font-size: 1.5rem;
  }

  .priceplan-section-modern .price-amount {
    font-size: 3rem;
  }

  .priceplan-section-modern .currency-symbol {
    font-size: 1.5rem;
  }

  .priceplan-section-modern .price-period {
    font-size: 1rem;
  }

  .priceplan-section-modern .deco-blob-1,
  .priceplan-section-modern .deco-blob-2 {
    width: 250px;
    height: 250px;
  }

  .priceplan-section-modern .deco-circle-1,
  .priceplan-section-modern .deco-circle-2 {
    width: 100px;
    height: 100px;
  }
}

/* Small Mobile */
@media (max-width: 575px) {
  .priceplan-section-modern .section-title {
    font-size: 1.625rem;
  }

  .priceplan-section-modern .price-amount {
    font-size: 2.5rem;
  }

  .priceplan-section-modern .plan-description {
    font-size: 0.9375rem;
  }

  .priceplan-section-modern .features-content {
    font-size: 0.875rem;
  }
}

/* Desktop Large */
@media (min-width: 1400px) {
  .priceplan-section-modern .section-title {
    font-size: 3rem;
  }

  .priceplan-section-modern .section-subtitle {
    font-size: 1.625rem;
  }

  .priceplan-section-modern .pricing-card {
    padding: 50px 40px;
  }
}

/* ============================================
   Team Section v-234 - Professional Blue Theme
   ============================================ */

.team-section-minimal {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Decorative Elements */
.decorative-circle-top {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
    transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.decorative-circle-bottom {
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-100) 20%, transparent 80%) 0%,
    transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Section Header */
.team-section-minimal .section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  margin-bottom: 24px;
}

.team-section-minimal .section-badge i {
  font-size: 28px;
  color: var(--light);
}

.team-section-minimal .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.team-section-minimal .section-subtitle {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 20px;
  line-height: 1.4;
}

.team-section-minimal .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Team Card */
.team-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-900) 8%, transparent 92%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  z-index: 1;
}

.team-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 16px 40px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
}

/* Image Wrapper */
.team-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
}

.team-member-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card:hover .team-member-photo {
  transform: scale(1.08);
}

/* Team Overlay */
.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, 
    transparent 0%, 
    color-mix(in srgb, var(--primary-700) 15%, transparent 85%) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.team-card:hover .team-overlay {
  opacity: 1;
}

/* Team Content */
.team-content {
  padding: 28px 24px;
  text-align: center;
  background: var(--surface-primary);
  position: relative;
}

.member-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.team-card:hover .member-name {
  color: var(--primary-700);
}

.member-role {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.5;
}

/* Member Accent Line */
.member-accent {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 16px auto 0;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.team-card:hover .member-accent {
  width: 80px;
}

/* Decorative Join Card */
.team-join-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 400px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-100) 40%, transparent 60%),
    color-mix(in srgb, var(--primary-300) 30%, transparent 70%));
  border-radius: 20px;
  border: 2px dashed color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  position: relative;
  overflow: hidden;
}

.join-icon-wrapper {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  animation: pulse-join 2s ease-in-out infinite;
}

.join-icon-wrapper i {
  font-size: 48px;
  color: var(--light);
}

.decorative-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.decorative-dots::before,
.decorative-dots::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  opacity: 0.4;
}

@keyframes pulse-join {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 20px transparent;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .team-section-minimal {
    padding: 80px 0;
  }

  .team-section-minimal .section-title {
    font-size: 2.25rem;
  }

  .team-section-minimal .section-subtitle {
    font-size: 1.2rem;
  }

  .team-section-minimal .section-description {
    font-size: 1rem;
  }

  .decorative-circle-top,
  .decorative-circle-bottom {
    opacity: 0.5;
  }
}

@media (max-width: 767.98px) {
  .team-section-minimal {
    padding: 60px 0;
  }

  .team-section-minimal .section-title {
    font-size: 1.9rem;
  }

  .team-section-minimal .section-subtitle {
    font-size: 1.1rem;
  }

  .team-section-minimal .section-badge {
    width: 50px;
    height: 50px;
  }

  .team-section-minimal .section-badge i {
    font-size: 24px;
  }

  .member-name {
    font-size: 1.25rem;
  }

  .member-role {
    font-size: 0.95rem;
  }

  .team-content {
    padding: 24px 20px;
  }
}

@media (max-width: 575.98px) {
  .team-section-minimal .section-title {
    font-size: 1.7rem;
  }

  .decorative-circle-top,
  .decorative-circle-bottom {
    display: none;
  }
}

/* ============================================
   CaseStudy Section v-153 - Professional Blue
   ============================================ */

.casestudy-section-variant {
  padding: 100px 0;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  position: relative;
}

/* Decorative Background Elements */
.decorative-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--primary-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--primary-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
}

.decorative-blob-top {
  position: absolute;
  top: -100px;
  right: -50px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%, 
    transparent 70%
  );
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
  animation: float-blob 20s ease-in-out infinite;
}

.decorative-blob-bottom {
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%) 0%, 
    transparent 70%
  );
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  animation: float-blob 25s ease-in-out infinite reverse;
}

@keyframes float-blob {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(30px, -30px) scale(1.1); }
  50% { transform: translate(-20px, 20px) scale(0.9); }
  75% { transform: translate(20px, 30px) scale(1.05); }
}

/* Header Badge */
.header-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
  animation: pulse-badge 3s ease-in-out infinite;
}

.header-badge i {
  font-size: 28px;
  color: var(--light);
}

@keyframes pulse-badge {
  0%, 100% { transform: scale(1); box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 25%, transparent 75%); }
  50% { transform: scale(1.05); box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 35%, transparent 65%); }
}

/* Section Typography */
.section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Case Study Cards */
.case-card {
  background: var(--light);
  border-radius: 20px;
  padding: 32px;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.case-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.case-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 60px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}

.case-card:hover::before {
  transform: scaleX(1);
}

/* Featured Card Highlight */
.featured-card {
  border-color: var(--primary-500);
  background: linear-gradient(135deg, 
    var(--light) 0%, 
    color-mix(in srgb, var(--primary-50) 20%, var(--light) 80%) 100%
  );
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  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;
  animation: rotate-badge 10s linear infinite;
  z-index: 2;
}

.featured-badge i {
  font-size: 16px;
  color: var(--light);
}

@keyframes rotate-badge {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Case Card Header */
.case-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.case-icon-wrapper {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 15%, var(--light) 85%),
    color-mix(in srgb, var(--primary-300) 20%, var(--light) 80%)
  );
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.case-card:hover .case-icon-wrapper {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  transform: rotate(10deg) scale(1.1);
}

.case-icon-wrapper i {
  font-size: 26px;
  color: var(--primary-700);
  transition: color 0.3s ease;
}

.case-card:hover .case-icon-wrapper i {
  color: var(--light);
}

.case-decorative-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, 
    var(--primary-300), 
    transparent
  );
}

/* Case Image Placeholder */
.case-image-placeholder {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, 
    var(--neutral-50), 
    var(--neutral-100)
  );
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.case-image-placeholder::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, 
    transparent 30%, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 50%, 
    transparent 70%
  );
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
  100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.placeholder-overlay {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  background: var(--light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--neutral-500) 15%, transparent 85%);
}

.placeholder-overlay i {
  font-size: 28px;
  color: var(--neutral-500);
}

/* Case Typography */
.case-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
  transition: color 0.3s ease;
}

.case-card:hover .case-title {
  color: var(--primary-700);
}

.case-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Case Metrics Visual */
.case-metrics-visual {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--neutral-100);
}

.metric-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

.metric-dot:nth-child(2) {
  animation-delay: 0.3s;
}

.metric-dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.3); opacity: 1; }
}

/* Decorative Bottom Line */
.decorative-line-bottom {
  margin-top: 80px;
  height: 3px;
  background: linear-gradient(90deg, 
    transparent, 
    var(--primary-500) 30%, 
    var(--primary-500) 70%, 
    transparent
  );
  opacity: 0.4;
}

/* Responsive Design */
@media (max-width: 991px) {
  .casestudy-section-variant {
    padding: 80px 0;
  }

  .section-title {
    font-size: 2.25rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .decorative-blob-top,
  .decorative-blob-bottom {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .casestudy-section-variant {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.875rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .case-card {
    padding: 24px;
  }

  .case-image-placeholder {
    height: 160px;
  }

  .case-title {
    font-size: 1.25rem;
  }

  .decorative-grid-pattern {
    background-size: 30px 30px;
  }

  .header-badge {
    width: 50px;
    height: 50px;
  }

  .header-badge i {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 1.625rem;
  }

  .case-icon-wrapper {
    width: 48px;
    height: 48px;
  }

  .case-icon-wrapper i {
    font-size: 22px;
  }
}

/* Process section */
.process-section-special {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.process-section-special .section-header h2 {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.process-section-special .section-header h3 {
  color: var(--text-secondary);
  font-weight: 500;
}

.process-section-special .section-header p {
  color: var(--text-secondary);
  line-height: 1.7;
}

.process-section-special .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 2px;
}

/* Process Timeline */
.process-section-special .process-timeline {
  position: relative;
  z-index: 2;
}

/* Process Item */
.process-section-special .process-item {
  position: relative;
  transition: transform 0.3s ease;
}

.process-section-special .process-item:hover {
  transform: translateY(-5px);
}

/* Step Number Wrapper */
.process-section-special .step-number-wrapper {
  position: relative;
}

.process-section-special .step-number {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
}

.process-section-special .process-item:hover .step-number {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.18);
}

.process-section-special .step-number .number-text {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--light);
}

.process-section-special .step-number.final-step {
  background: linear-gradient(
    135deg,
    var(--primary-700),
    var(--primary-500)
  );
}

/* Connector Line */
.process-section-special .connector-line {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  width: 3px;
  height: 80px;
  background: linear-gradient(
    180deg,
    var(--primary-300),
    var(--neutral-100)
  );
  z-index: 1;
}

/* Step Icon */
.process-section-special .step-icon-wrapper {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.process-section-special .process-item:hover .step-icon-wrapper {
  transform: scale(1.15);
  color: var(--primary-700);
}

/* Step Content */
.process-section-special .step-content {
  background: var(--surface-secondary);
  padding: 2rem;
  border-radius: 16px;
  border: 2px solid var(--neutral-100);
  box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.06);
  transition: all 0.3s ease;
  position: relative;
}

.process-section-special .process-item:hover .step-content {
  border-color: var(--primary-300);
  box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.1);
}

.process-section-special .step-content h4 {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.process-section-special .step-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1rem;
}

/* Decorative Accent */
.process-section-special .decorative-accent {
  width: 60px;
  height: 3px;
  background: var(--primary-500);
  border-radius: 2px;
}

/* Decorative Shapes */
.process-section-special .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.process-section-special .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
}

.process-section-special .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
}

.process-section-special .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: 10%;
  left: -50px;
}

.process-section-special .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

/* Responsive Design */
@media (max-width: 767.98px) {
  .process-section-special .step-number {
    width: 70px;
    height: 70px;
  }

  .process-section-special .step-number .number-text {
    font-size: 1.5rem;
  }

  .process-section-special .connector-line {
    top: 70px;
    height: 60px;
  }

  .process-section-special .step-content {
    padding: 1.5rem;
  }

  .process-section-special .step-content h4 {
    font-size: 1.25rem;
  }

  .process-section-special .step-icon-wrapper {
    font-size: 1.25rem;
  }

  .process-section-special .shape-1,
  .process-section-special .shape-2,
  .process-section-special .shape-3 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .process-section-special .step-number {
    width: 80px;
    height: 80px;
  }

  .process-section-special .step-number .number-text {
    font-size: 1.625rem;
  }

  .process-section-special .step-content {
    padding: 1.75rem;
  }
}

@media (min-width: 992px) {
  .process-section-special .step-content {
    min-height: 180px;
  }
}

/* Animations */
@media (prefers-reduced-motion: no-preference) {
  .process-section-special .step-number::before {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid var(--primary-300);
    opacity: 0;
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 0;
    }
    50% {
      transform: scale(1.1);
      opacity: 0.5;
    }
    100% {
      transform: scale(1.2);
      opacity: 0;
    }
  }
}

/* Timeline section */

.timeline-section-pro {
  position: relative;
  background: linear-gradient(180deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Section Header */
.timeline-section-pro .section-header {
  position: relative;
  z-index: 2;
}

.timeline-section-pro #timeline-title {
  color: var(--text-primary);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.timeline-section-pro #timeline-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.timeline-section-pro #timeline-desc {
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Header Decoration */
.timeline-section-pro .header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.timeline-section-pro .decoration-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-500) 50%, 
    transparent 100%
  );
}

.timeline-section-pro .decoration-icon {
  font-size: 1.5rem;
  color: var(--primary-500);
  animation: rotateIcon 3s ease-in-out infinite;
}

@keyframes rotateIcon {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(180deg); }
}

/* Timeline Track */
.timeline-section-pro .timeline-track {
  position: relative;
  padding: 2rem 0;
}

.timeline-section-pro .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, 
    transparent 0%,
    var(--primary-300) 10%,
    var(--primary-500) 50%,
    var(--primary-300) 90%,
    transparent 100%
  );
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Item */
.timeline-section-pro .timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  padding-left: calc(50% + 3rem);
}

.timeline-section-pro .timeline-item-alternate {
  padding-left: 0;
  padding-right: calc(50% + 3rem);
  flex-direction: row-reverse;
}

/* Timeline Marker */
.timeline-section-pro .timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.timeline-section-pro .marker-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  background: var(--surface-primary);
  animation: pulseRing 2s ease-in-out infinite;
}

@keyframes pulseRing {
  0%, 100% { 
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% { 
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.7;
  }
}

.timeline-section-pro .marker-dot {
  position: relative;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.2rem;
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
  transition: transform 0.3s ease;
}

.timeline-section-pro .timeline-item:hover .marker-dot {
  transform: scale(1.15);
}

/* Timeline Content */
.timeline-section-pro .timeline-content {
  flex: 1;
  position: relative;
}

.timeline-section-pro .timeline-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  transition: all 0.4s ease;
  overflow: hidden;
}

.timeline-section-pro .timeline-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.timeline-section-pro .timeline-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(var(--black-rgb), 0.12);
  border-color: var(--primary-500);
}

.timeline-section-pro .timeline-card:hover::before {
  opacity: 1;
}

/* Card Icon */
.timeline-section-pro .card-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 30%, transparent 70%), 
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%)
  );
  border-radius: 12px;
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.timeline-section-pro .timeline-card:hover .card-icon-wrapper {
  transform: rotateY(360deg);
  background: var(--primary-500);
  color: var(--light);
}

/* Card Text */
.timeline-section-pro .timeline-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.875rem;
  line-height: 1.3;
}

.timeline-section-pro .timeline-card-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Card Decorations */
.timeline-section-pro .card-decoration-dots {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.timeline-section-pro .card-decoration-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-300);
  transition: all 0.3s ease;
}

.timeline-section-pro .timeline-card:hover .card-decoration-dots .dot {
  background: var(--primary-500);
}

.timeline-section-pro .card-decoration-dots .dot:nth-child(2) {
  width: 10px;
  height: 10px;
}

.timeline-section-pro .card-decoration-pattern {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  gap: 0.5rem;
  opacity: 0.3;
}

.timeline-section-pro .pattern-element {
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-500);
  border-radius: 4px;
  transform: rotate(45deg);
}

.timeline-section-pro .card-decoration-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-300) 0%, 
    var(--primary-500) 50%, 
    var(--primary-300) 100%
  );
  opacity: 0.5;
}

.timeline-section-pro .card-decoration-circles {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  gap: 0.375rem;
  opacity: 0.2;
}

.timeline-section-pro .card-decoration-circles .circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary-500);
}

.timeline-section-pro .card-decoration-shine {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 30%, transparent 70%) 0%, 
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.timeline-section-pro .timeline-card:hover .card-decoration-shine {
  opacity: 1;
}

/* Bottom Decoration */
.timeline-section-pro .bottom-decoration {
  position: relative;
  z-index: 2;
}

.timeline-section-pro .decoration-icon-group {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  border-radius: 50px;
  font-size: 1.25rem;
  color: var(--primary-500);
}

.timeline-section-pro .decoration-icon-group i:nth-child(1),
.timeline-section-pro .decoration-icon-group i:nth-child(3) {
  animation: twinkle 2s ease-in-out infinite;
}

@keyframes twinkle {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

/* Background Decorations */
.timeline-section-pro .bg-decoration {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
}

.timeline-section-pro .bg-decoration-top-left {
  top: -100px;
  left: -100px;
  background: radial-gradient(circle, var(--primary-300), transparent);
}

.timeline-section-pro .bg-decoration-bottom-right {
  bottom: -100px;
  right: -100px;
  background: radial-gradient(circle, var(--primary-500), transparent);
}

/* Floating Shapes */
.timeline-section-pro .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}

.timeline-section-pro .shape-1 {
  top: 15%;
  right: 10%;
  width: 80px;
  height: 80px;
  background: var(--primary-500);
  animation: float 6s ease-in-out infinite;
}

.timeline-section-pro .shape-2 {
  bottom: 20%;
  left: 8%;
  width: 60px;
  height: 60px;
  background: var(--primary-300);
  animation: float 8s ease-in-out infinite 1s;
}

.timeline-section-pro .shape-3 {
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  background: var(--primary-700);
  animation: float 7s ease-in-out infinite 2s;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-30px) rotate(180deg); }
}

/* Responsive Design */
@media (max-width: 991px) {
  .timeline-section-pro .timeline-line {
    left: 30px;
  }

  .timeline-section-pro .timeline-item,
  .timeline-section-pro .timeline-item-alternate {
    padding-left: 4rem;
    padding-right: 0;
    flex-direction: row;
  }

  .timeline-section-pro .timeline-marker {
    left: 30px;
  }

  .timeline-section-pro .timeline-card {
    padding: 1.5rem;
  }

  .timeline-section-pro .card-icon-wrapper {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .timeline-section-pro #timeline-title {
    font-size: 2rem;
  }

  .timeline-section-pro #timeline-subtitle {
    font-size: 1.25rem;
  }

  .timeline-section-pro .timeline-card-title {
    font-size: 1.25rem;
  }

  .timeline-section-pro .decoration-line {
    width: 40px;
  }

  .timeline-section-pro .marker-ring {
    width: 50px;
    height: 50px;
  }

  .timeline-section-pro .marker-dot {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }

  .timeline-section-pro .bg-decoration {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 575px) {
  .timeline-section-pro .timeline-item {
    padding-left: 3rem;
    margin-bottom: 2rem;
  }

  .timeline-section-pro .timeline-line {
    left: 20px;
  }

  .timeline-section-pro .timeline-marker {
    left: 20px;
  }

  .timeline-section-pro .timeline-card {
    padding: 1.25rem;
  }

  .timeline-section-pro .card-icon-wrapper {
    width: 45px;
    height: 45px;
    font-size: 1.25rem;
  }
}

.career-section-bold {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.career-section-bold .decorative-line-top {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  margin: 0 auto 24px;
  border-radius: 2px;
}

.career-section-bold .career-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.career-section-bold .career-main-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
}

.career-section-bold .career-main-desc {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 32px;
}

.career-section-bold .decorative-icons-group {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}

.career-section-bold .decorative-icons-group i {
  font-size: 2rem;
  color: var(--primary-300);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.career-section-bold .decorative-icons-group i:hover {
  color: var(--primary-500);
  opacity: 1;
  transform: translateY(-4px);
}

/* Career Card Styles */
.career-section-bold .career-card {
  background: var(--light);
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
  transition: all 0.4s ease;
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
}

.career-section-bold .career-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
  border-color: var(--primary-500);
}

.career-section-bold .card-icon-wrapper {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.career-section-bold .career-card:hover .card-icon-wrapper {
  transform: rotate(5deg) scale(1.05);
}

.career-section-bold .card-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--light);
}

.career-section-bold .card-content {
  position: relative;
  z-index: 2;
}

.career-section-bold .career-item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.career-section-bold .career-item-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 24px;
}

.career-section-bold .career-role-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: color-mix(in srgb, var(--primary-100) 60%, transparent);
  border-radius: 50px;
  border: 1px solid var(--primary-300);
}

.career-section-bold .career-role-badge i {
  font-size: 0.875rem;
  color: var(--primary-700);
}

.career-section-bold .career-item-role {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary-700);
}

.career-section-bold .card-decorative-shape {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  opacity: 0.1;
  transition: all 0.5s ease;
}

.career-section-bold .career-card:hover .card-decorative-shape {
  transform: scale(1.3);
  opacity: 0.15;
}

/* Floating Background Blobs */
.career-section-bold .floating-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.career-section-bold .blob-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  top: 10%;
  left: 5%;
  animation: float 20s ease-in-out infinite;
}

.career-section-bold .blob-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-500);
  bottom: 15%;
  right: 10%;
  animation: float 25s ease-in-out infinite reverse;
}

.career-section-bold .blob-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  top: 50%;
  left: 50%;
  animation: float 30s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(30px, -30px);
  }
  66% {
    transform: translate(-20px, 20px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .career-section-bold {
    padding: 80px 0;
  }

  .career-section-bold .career-main-title {
    font-size: 2rem;
  }

  .career-section-bold .career-main-subtitle {
    font-size: 1.25rem;
  }

  .career-section-bold .career-item-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .career-section-bold {
    padding: 60px 0;
  }

  .career-section-bold .career-main-title {
    font-size: 1.75rem;
  }

  .career-section-bold .career-main-subtitle {
    font-size: 1.125rem;
  }

  .career-section-bold .career-main-desc {
    font-size: 1rem;
  }

  .career-section-bold .career-card {
    padding: 24px;
  }

  .career-section-bold .card-icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .career-section-bold .card-icon-wrapper i {
    font-size: 1.5rem;
  }

  .career-section-bold .decorative-icons-group {
    gap: 16px;
  }

  .career-section-bold .decorative-icons-group i {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .career-section-bold .career-role-badge {
    padding: 8px 14px;
  }

  .career-section-bold .career-item-role {
    font-size: 0.8125rem;
  }
}

/* ============================================
   Coreinfo Section v-156 - Professional Blue
   ============================================ */

.coreinfo-classic {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.coreinfo-classic .section-header {
  position: relative;
  z-index: 2;
}

.coreinfo-classic .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.coreinfo-classic .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.coreinfo-classic .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Core Info Cards */
.coreinfo-classic .coreinfo-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
  box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
  overflow: hidden;
}

.coreinfo-classic .coreinfo-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-500);
  box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
}

.coreinfo-classic .coreinfo-card:hover .card-icon-wrapper {
  background: var(--primary-500);
  transform: scale(1.1) rotate(5deg);
}

.coreinfo-classic .coreinfo-card:hover .card-decorative-element {
  opacity: 1;
  transform: scale(1.2) rotate(45deg);
}

/* Card Icon */
.coreinfo-classic .card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.coreinfo-classic .card-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

/* Card Content */
.coreinfo-classic .card-content {
  position: relative;
  z-index: 2;
}

.coreinfo-classic .card-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.coreinfo-classic .coreinfo-card:hover .card-title {
  color: var(--primary-700);
}

.coreinfo-classic .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Card Decorative Element */
.coreinfo-classic .card-decorative-element {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%), 
    transparent);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

/* Decorative Background Elements */
.coreinfo-classic .decorative-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.coreinfo-classic .bg-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 12%, transparent 88%), 
    transparent);
}

.coreinfo-classic .bg-circle-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
  animation: float-slow 20s infinite ease-in-out;
}

.coreinfo-classic .bg-circle-2 {
  width: 350px;
  height: 350px;
  bottom: -80px;
  right: -80px;
  animation: float-slow 25s infinite ease-in-out reverse;
}

.coreinfo-classic .bg-blob {
  position: absolute;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  background: linear-gradient(135deg,
    color-mix(in srgb, var(--primary-500) 8%, transparent 92%),
    color-mix(in srgb, var(--primary-300) 5%, transparent 95%));
  filter: blur(40px);
}

.coreinfo-classic .bg-blob-1 {
  width: 500px;
  height: 500px;
  top: 20%;
  right: 5%;
  animation: blob-morph 15s infinite ease-in-out;
}

.coreinfo-classic .bg-blob-2 {
  width: 450px;
  height: 450px;
  bottom: 15%;
  left: 8%;
  animation: blob-morph 18s infinite ease-in-out reverse;
}

/* Animations */
@keyframes float-slow {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}

@keyframes blob-morph {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(0deg) scale(1);
  }
  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    transform: rotate(90deg) scale(1.05);
  }
  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    transform: rotate(180deg) scale(0.95);
  }
  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    transform: rotate(270deg) scale(1.02);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .coreinfo-classic {
    padding: 80px 0;
  }

  .coreinfo-classic .section-title {
    font-size: 2.25rem;
  }

  .coreinfo-classic .section-subtitle {
    font-size: 1.25rem;
  }

  .coreinfo-classic .coreinfo-card {
    padding: 2rem 1.5rem;
  }

  .coreinfo-classic .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .coreinfo-classic .card-icon-wrapper i {
    font-size: 1.75rem;
  }

  .coreinfo-classic .bg-circle-1,
  .coreinfo-classic .bg-circle-2 {
    width: 300px;
    height: 300px;
  }

  .coreinfo-classic .bg-blob-1,
  .coreinfo-classic .bg-blob-2 {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 767px) {
  .coreinfo-classic {
    padding: 60px 0;
  }

  .coreinfo-classic .section-title {
    font-size: 1.875rem;
  }

  .coreinfo-classic .section-subtitle {
    font-size: 1.125rem;
  }

  .coreinfo-classic .section-description {
    font-size: 1rem;
  }

  .coreinfo-classic .coreinfo-card {
    padding: 1.75rem 1.25rem;
  }

  .coreinfo-classic .card-title {
    font-size: 1.25rem;
  }

  .coreinfo-classic .card-description {
    font-size: 0.9375rem;
  }

  .coreinfo-classic .bg-circle-1,
  .coreinfo-classic .bg-circle-2 {
    width: 200px;
    height: 200px;
  }

  .coreinfo-classic .bg-blob-1,
  .coreinfo-classic .bg-blob-2 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 575px) {
  .coreinfo-classic .section-title {
    font-size: 1.625rem;
  }

  .coreinfo-classic .card-icon-wrapper {
    width: 55px;
    height: 55px;
  }

  .coreinfo-classic .card-icon-wrapper i {
    font-size: 1.5rem;
  }
}

/* Contact section */
.contact-section-classic {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.contact-section-classic .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.contact-section-classic .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.contact-section-classic .section-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

/* Contact Form Wrapper */
.contact-section-classic .contact-form-wrapper {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
  border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-section-classic .contact-form-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.12);
}

/* Decorative Shapes */
.contact-section-classic .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
  pointer-events: none;
}

.contact-section-classic .decorative-shape.shape-1 {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  top: -30px;
  right: -30px;
  filter: blur(40px);
}

.contact-section-classic .decorative-shape.shape-2 {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  bottom: -20px;
  left: -20px;
  filter: blur(35px);
}

/* Form Styles */
.contact-section-classic .form-label {
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}

.contact-section-classic .form-label i {
  color: var(--primary-500);
  font-size: 1.1rem;
}

.contact-section-classic .form-control {
  border: 2px solid var(--neutral-300);
  border-radius: 12px;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--light);
}

.contact-section-classic .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--primary-500) 20%, transparent);
  background: var(--light);
}

.contact-section-classic .form-control::placeholder {
  color: var(--neutral-500);
}

.contact-section-classic textarea.form-control {
  resize: vertical;
  min-height: 140px;
}

.contact-section-classic .form-check-input {
  border: 2px solid var(--neutral-300);
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.15rem;
}

.contact-section-classic .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-classic .form-check-label {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-left: 0.5rem;
}

/* Submit Button - CRITICAL: Protected styles with !important */
.contact-section-classic .btn-submit {
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: var(--light) !important;
  border: none !important;
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.contact-section-classic .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.contact-section-classic .btn-submit:active {
  transform: translateY(0);
}

.contact-section-classic .btn-submit i {
  transition: transform 0.3s ease;
}

.contact-section-classic .btn-submit:hover i {
  transform: translateX(5px);
}

/* Contact Info Wrapper */
.contact-section-classic .contact-info-wrapper {
  position: relative;
  height: 100%;
}

.contact-section-classic .contact-info-card {
  background: var(--light);
  border-radius: 16px;
  padding: 1.75rem;
  margin-bottom: 1.5rem;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  border: 1px solid var(--neutral-300);
  transition: all 0.3s ease;
}

.contact-section-classic .contact-info-card:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 25px rgba(var(--black-rgb), 0.1);
  border-color: var(--primary-500);
}

.contact-section-classic .info-icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-section-classic .info-icon-wrapper i {
  font-size: 1.75rem;
  color: var(--light);
}

.contact-section-classic .info-content {
  flex: 1;
}

.contact-section-classic .info-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.contact-section-classic .info-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 0.25rem;
}

.contact-section-classic .info-subtext {
  font-size: 0.9rem;
  margin: 0;
}

/* Social Links */
.contact-section-classic .social-links-wrapper {
  text-align: center;
}

.contact-section-classic .social-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.contact-section-classic .social-link {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: var(--light);
  border: 2px solid var(--neutral-300);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary);
  font-size: 1.25rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.contact-section-classic .social-link:hover {
  background: var(--primary-500);
  border-color: var(--primary-500);
  color: var(--light);
  transform: translateY(-5px);
}

/* Decorative Dots */
.contact-section-classic .decorative-dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
  background-size: 15px 15px;
  opacity: 0.3;
}

/* Background Decorations */
.contact-section-classic .background-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.15;
}

.contact-section-classic .background-decoration.decoration-1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  top: -100px;
  left: -100px;
  filter: blur(80px);
}

.contact-section-classic .background-decoration.decoration-2 {
  width: 350px;
  height: 350px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  bottom: -80px;
  right: -80px;
  filter: blur(70px);
}

/* Responsive Design */
@media (max-width: 991px) {
  .contact-section-classic .contact-form-wrapper {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .contact-section-classic .section-title {
    font-size: 2rem;
  }

  .contact-section-classic .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .contact-section-classic .contact-form-wrapper {
    padding: 1.5rem;
  }

  .contact-section-classic .info-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .contact-section-classic .info-icon-wrapper i {
    font-size: 1.5rem;
  }

  .contact-section-classic .contact-info-card {
    padding: 1.25rem;
  }

  .contact-section-classic .btn-submit {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .contact-section-classic .section-title {
    font-size: 1.75rem;
  }

  .contact-section-classic .section-description {
    font-size: 1rem;
  }

  .contact-section-classic .social-link {
    width: 45px;
    height: 45px;
    font-size: 1.125rem;
  }
}

/* ========================================
   Blog Section v-146 - Professional Blue
   ======================================== */

.blog-section-standard {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Decorative 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-standard .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.blog-section-standard .section-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.blog-section-standard .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Blog Card */
.blog-card {
  background: var(--surface-secondary);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.12);
}

/* Image Wrapper */
.blog-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: color-mix(in srgb, var(--primary-500) 10%, var(--neutral-100));
}

.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);
}

/* Overlay */
.blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 90%, transparent) 0%,
    color-mix(in srgb, var(--primary-700) 80%, transparent) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-card:hover .blog-overlay {
  opacity: 1;
}

.blog-overlay i {
  font-size: 3rem;
  color: var(--light);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-overlay i {
  transform: scale(1);
}

/* Blog Content */
.blog-content {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Meta Information */
.blog-meta {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.blog-meta i {
  font-size: 1rem;
  color: var(--primary-500);
}

/* Title */
.blog-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.4;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
  color: var(--primary-500);
}

/* Excerpt */
.blog-excerpt {
  font-size: 0.975rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

/* Link */
.blog-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-500);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 0.25rem;
}

.blog-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transition: width 0.3s ease;
}

.blog-link:hover {
  color: var(--primary-700);
  gap: 0.75rem;
}

.blog-link:hover::after {
  width: calc(100% - 1.5rem);
}

.blog-link i {
  transition: transform 0.3s ease;
}

.blog-link:hover i {
  transform: translateX(4px);
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.decorative-blob-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
  top: -100px;
  right: -100px;
}

.decorative-blob-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--primary-700) 0%, transparent 70%);
  bottom: -80px;
  left: -80px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .blog-section-standard .section-title {
    font-size: 2rem;
  }

  .blog-section-standard .section-subtitle {
    font-size: 1.1rem;
  }

  .blog-section-standard .section-description {
    font-size: 1rem;
  }

  .blog-title {
    font-size: 1.25rem;
  }

  .blog-excerpt {
    font-size: 0.925rem;
  }
}

@media (max-width: 767.98px) {
  .blog-section-standard .section-title {
    font-size: 1.75rem;
  }

  .blog-section-standard .section-subtitle {
    font-size: 1rem;
  }

  .blog-image-wrapper {
    height: 200px;
  }

  .blog-content {
    padding: 1.5rem;
  }

  .blog-title {
    font-size: 1.15rem;
  }

  .blog-meta {
    gap: 1rem;
  }

  .decorative-blob-1,
  .decorative-blob-2 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 575.98px) {
  .blog-section-standard .section-title {
    font-size: 1.5rem;
  }

  .blog-image-wrapper {
    height: 180px;
  }

  .blog-content {
    padding: 1.25rem;
  }

  .blog-title {
    font-size: 1.1rem;
  }

  .blog-excerpt {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
  }

  .blog-link {
    font-size: 0.925rem;
  }
}

/* ================================
   FAQ Section v-168 - Professional Blue
   ================================ */

.faq-section-variant {
  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;
}

/* Header Styles */
.faq-header-decoration {
  position: relative;
  display: inline-block;
}

.decorative-dots {
  width: 60px;
  height: 8px;
  background: linear-gradient(90deg, 
    var(--primary-500) 0%, 
    var(--primary-500) 33%, 
    transparent 33%, 
    transparent 38%,
    var(--primary-500) 38%,
    var(--primary-500) 71%,
    transparent 71%,
    transparent 76%,
    var(--primary-500) 76%);
  margin: 0 auto;
  border-radius: 4px;
}

.faq-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.faq-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.faq-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Card Styles */
.faq-card {
  border: none;
  border-radius: 16px;
  background: var(--surface-primary);
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.faq-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.12);
}

.faq-card-header {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 8%, var(--surface-primary) 92%) 0%,
    var(--surface-primary) 100%);
  border-bottom: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  padding: 1.75rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.faq-icon-wrapper {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.25rem;
  box-shadow: 0 4px 8px rgba(var(--black-rgb), 0.1);
}

.faq-question {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.4;
  flex: 1;
  margin-top: 0.25rem;
}

.faq-card-body {
  padding: 1.75rem 1.5rem;
  background: var(--surface-primary);
}

.faq-answer {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Decorative Shapes */
.faq-decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%, 
    transparent 70%);
}

.shape-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -50px;
  animation: float 25s ease-in-out infinite reverse;
}

.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) 10%, transparent 90%) 0%, 
    transparent 60%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph 30s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 30px);
  }
}

@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% 70% 50% 50%;
  }
}

/* Content Layer */
.faq-section-variant .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .faq-main-title {
    font-size: 2rem;
  }

  .faq-subtitle {
    font-size: 1.1rem;
  }

  .faq-description {
    font-size: 1rem;
  }

  .faq-question {
    font-size: 1.05rem;
  }

  .faq-card-header {
    padding: 1.5rem 1.25rem;
  }

  .faq-card-body {
    padding: 1.5rem 1.25rem;
  }

  .faq-icon-wrapper {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }
}

@media (max-width: 767.98px) {
  .faq-main-title {
    font-size: 1.75rem;
  }

  .faq-subtitle {
    font-size: 1rem;
  }

  .faq-description {
    font-size: 0.95rem;
  }

  .faq-question {
    font-size: 1rem;
  }

  .faq-answer {
    font-size: 0.95rem;
  }

  .faq-card-header {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem 1rem;
  }

  .faq-card-body {
    padding: 1.25rem 1rem;
  }

  .shape-1,
  .shape-2 {
    width: 250px;
    height: 250px;
  }

  .shape-blob {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 575.98px) {
  .faq-section-variant {
    padding: 3rem 0;
  }

  .faq-main-title {
    font-size: 1.5rem;
  }

  .faq-card-header {
    padding: 1rem 0.875rem;
  }

  .faq-card-body {
    padding: 1rem 0.875rem;
  }

  .decorative-dots {
    width: 50px;
    height: 6px;
  }
}

/* High Contrast Enhancement */
@media (prefers-contrast: high) {
  .faq-card {
    border: 2px solid var(--neutral-300);
  }

  .faq-card-header {
    border-bottom-width: 3px;
  }

  .faq-question {
    font-weight: 700;
  }
}

/* Print Styles */
@media print {
  .faq-decorative-shapes {
    display: none;
  }

  .faq-card {
    box-shadow: none;
    border: 1px solid var(--neutral-300);
    page-break-inside: avoid;
  }
}

/* Gallery section */

.gallery-section-classic {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
  );
  overflow: hidden;
}

/* Decorative Header */
.gallery-section-classic .decorative-header {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.gallery-section-classic .shape-circle {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse-circle 2s ease-in-out infinite;
}

.gallery-section-classic .shape-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary-500) 0%,
    var(--primary-300) 100%
  );
  border-radius: 3px;
}

@keyframes pulse-circle {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

/* Gallery Grid - Masonry Layout */
.gallery-section-classic .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  grid-auto-flow: dense;
}

/* Gallery Items - Different Sizes */
.gallery-section-classic .gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface-primary);
  box-shadow: 
    0 4px 12px rgba(var(--black-rgb), 0.05),
    0 1px 3px rgba(var(--black-rgb), 0.03);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-section-classic .gallery-item-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-section-classic .gallery-item-medium {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery-section-classic .gallery-item-small {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery-section-classic .gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 20px 40px rgba(var(--black-rgb), 0.12),
    0 8px 16px rgba(var(--black-rgb), 0.08);
}

/* Image Wrapper */
.gallery-section-classic .gallery-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
}

.gallery-section-classic .gallery-item-large .gallery-image-wrapper {
  min-height: 500px;
}

.gallery-section-classic .gallery-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-section-classic .gallery-item:hover .gallery-image-wrapper img {
  transform: scale(1.1);
}

/* Gallery Overlay */
.gallery-section-classic .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-700) 90%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 85%, transparent) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-section-classic .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-section-classic .overlay-content {
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-section-classic .gallery-item:hover .overlay-content {
  transform: translateY(0);
}

.gallery-section-classic .overlay-content i {
  font-size: 48px;
  color: var(--light);
  filter: drop-shadow(0 4px 8px rgba(var(--black-rgb), 0.2));
}

/* Gallery Badges */
.gallery-section-classic .gallery-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
  z-index: 2;
  animation: float-badge 3s ease-in-out infinite;
}

.gallery-section-classic .gallery-badge i {
  font-size: 20px;
  color: var(--light);
}

.gallery-section-classic .gallery-badge-premium {
  background: linear-gradient(
    135deg,
    var(--primary-500) 0%,
    var(--primary-700) 100%
  );
}

@keyframes float-badge {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* Corner Accents */
.gallery-section-classic .corner-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
  border-top-left-radius: 16px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-section-classic .corner-accent-bottom {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
  border-bottom: 4px solid var(--primary-500);
  border-right: 4px solid var(--primary-500);
  border-bottom-right-radius: 16px;
  border-top-left-radius: 0;
}

.gallery-section-classic .gallery-item:hover .corner-accent {
  opacity: 1;
}

/* Decorative Footer */
.gallery-section-classic .decorative-footer {
  position: relative;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.gallery-section-classic .shape-dots {
  display: flex;
  gap: 8px;
}

.gallery-section-classic .shape-dots::before,
.gallery-section-classic .shape-dots::after {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--primary-300);
  border-radius: 50%;
  animation: pulse-dot 1.5s ease-in-out infinite alternate;
}

.gallery-section-classic .shape-dots::after {
  animation-delay: 0.3s;
}

@keyframes pulse-dot {
  from {
    opacity: 0.4;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}

.gallery-section-classic .shape-wave {
  width: 80px;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--primary-500) 50%,
    transparent 100%
  );
  border-radius: 3px;
}

/* Background Shapes */
.gallery-section-classic .bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.gallery-section-classic .bg-circle {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-100);
  opacity: 0.3;
}

.gallery-section-classic .bg-circle-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  animation: float-slow 20s ease-in-out infinite;
}

.gallery-section-classic .bg-circle-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: -30px;
  animation: float-slow 25s ease-in-out infinite reverse;
}

.gallery-section-classic .bg-blur {
  position: absolute;
  filter: blur(60px);
  opacity: 0.15;
  border-radius: 50%;
}

.gallery-section-classic .bg-blur-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: 10%;
  left: 5%;
  animation: float-blur 30s ease-in-out infinite;
}

.gallery-section-classic .bg-blur-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  bottom: 10%;
  right: 5%;
  animation: float-blur 35s ease-in-out infinite reverse;
}

@keyframes float-slow {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(30px, 30px) rotate(180deg);
  }
}

@keyframes float-blur {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(50px, -50px) scale(1.1);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .gallery-section-classic .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .gallery-section-classic {
    padding: 60px 0;
  }

  .gallery-section-classic .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .gallery-section-classic .gallery-item-large {
    grid-column: span 2;
    grid-row: span 1;
  }

  .gallery-section-classic .gallery-image-wrapper {
    min-height: 250px;
  }

  .gallery-section-classic .gallery-item-large .gallery-image-wrapper {
    min-height: 350px;
  }

  .gallery-section-classic .overlay-content i {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .gallery-section-classic .gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gallery-section-classic .gallery-item-large,
  .gallery-section-classic .gallery-item-medium,
  .gallery-section-classic .gallery-item-small {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gallery-section-classic .gallery-image-wrapper,
  .gallery-section-classic .gallery-item-large .gallery-image-wrapper {
    min-height: 300px;
  }

  .gallery-section-classic .decorative-header,
  .gallery-section-classic .decorative-footer {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .gallery-section-classic .gallery-badge {
    width: 40px;
    height: 40px;
    top: 16px;
    right: 16px;
  }

  .gallery-section-classic .gallery-badge i {
    font-size: 16px;
  }

  .gallery-section-classic .overlay-content i {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .gallery-section-classic {
    padding: 40px 0;
  }

  .gallery-section-classic .gallery-image-wrapper,
  .gallery-section-classic .gallery-item-large .gallery-image-wrapper {
    min-height: 250px;
  }

  .gallery-section-classic .bg-circle-1,
  .gallery-section-classic .bg-circle-2 {
    width: 150px;
    height: 150px;
  }

  .gallery-section-classic .bg-blur-1,
  .gallery-section-classic .bg-blur-2 {
    width: 250px;
    height: 250px;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .gallery-section-classic .gallery-item {
    border: 2px solid var(--neutral-300);
  }

  .gallery-section-classic .gallery-overlay {
    background: color-mix(in srgb, var(--primary-700) 95%, transparent);
  }

  .gallery-section-classic .bg-shapes {
    opacity: 0.5;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .gallery-section-classic * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Footer section */

.footer-variant {
  position: relative;
  padding: 80px 0 40px;
  overflow: hidden;
  
  /* Background Image with Gradient Overlay */
  background: 
    linear-gradient(
      135deg, 
      color-mix(in srgb, var(--primary-700) 95%, transparent) 0%, 
      color-mix(in srgb, var(--primary-500) 90%, transparent) 50%, 
      color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
    ), 
    url('assets/images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
  color: var(--light);
}

.footer-variant .footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: color-mix(in srgb, var(--primary-700) 5%, transparent);
  pointer-events: none;
  z-index: 1;
}

.footer-variant .container {
  z-index: 2;
}

/* Footer Brand Section */
.footer-variant .footer-brand {
  max-width: 100%;
}

.footer-variant .footer-logo-text {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: var(--light);
  letter-spacing: -0.02em;
}

.footer-variant .footer-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(var(--white-rgb), 0.9);
  margin-bottom: 1.5rem;
}

.footer-variant .decorative-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(
    90deg, 
    rgba(var(--white-rgb), 0.8), 
    rgba(var(--white-rgb), 0.2)
  );
  border-radius: 2px;
  margin-top: 1rem;
}

/* Footer Links */
.footer-variant .footer-links-group {
  height: 100%;
}

.footer-variant .footer-heading {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--light);
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 0.75rem;
}

.footer-variant .footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: rgba(var(--white-rgb), 0.6);
  border-radius: 2px;
}

.footer-variant .footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-variant .footer-links-list li {
  margin-bottom: 0.75rem;
}

.footer-variant .footer-link {
  color: rgba(var(--white-rgb), 0.85);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 15px;
}

.footer-variant .footer-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background: rgba(var(--white-rgb), 0.5);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer-variant .footer-link:hover {
  color: var(--light);
  padding-left: 20px;
}

.footer-variant .footer-link:hover::before {
  background: var(--light);
  transform: scale(1.3);
}

/* Contact Section */
.footer-variant .footer-contact-group {
  height: 100%;
}

.footer-variant .contact-items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.footer-variant .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
}

.footer-variant .contact-item i {
  font-size: 1.1rem;
  color: rgba(var(--white-rgb), 0.8);
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.footer-variant .contact-text {
  color: rgba(var(--white-rgb), 0.9);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Decorative Icons Section */
.footer-variant .footer-decorative {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.footer-variant .decorative-icons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.footer-variant .icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(var(--white-rgb), 0.1);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  border: 1px solid rgba(var(--white-rgb), 0.2);
}

.footer-variant .icon-circle i {
  font-size: 1.75rem;
  color: rgba(var(--white-rgb), 0.9);
  transition: all 0.4s ease;
}

.footer-variant .icon-circle:hover {
  background: rgba(var(--white-rgb), 0.2);
  transform: translateY(-5px) scale(1.05);
  border-color: rgba(var(--white-rgb), 0.4);
}

.footer-variant .icon-circle:hover i {
  color: var(--light);
  transform: scale(1.1);
}

.footer-variant .decorative-shape {
  width: 120px;
  height: 120px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  background: rgba(var(--white-rgb), 0.05);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: morphShape 8s ease-in-out infinite;
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
}

/* Disclaimer Section */
.footer-variant .footer-disclaimer {
  text-align: center;
  padding: 1.5rem;
  background: rgba(var(--black-rgb), 0.2);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(var(--white-rgb), 0.1);
}

.footer-variant .disclaimer-text {
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(var(--white-rgb), 0.75);
  margin: 0;
}

/* Copyright Section */
.footer-variant .footer-bottom {
  text-align: center;
  position: relative;
}

.footer-variant .footer-divider {
  border-top: 1px solid rgba(var(--white-rgb), 0.15);
  margin: 0 0 1.5rem 0;
  opacity: 0.6;
}

.footer-variant .copyright-text {
  font-size: 0.875rem;
  color: rgba(var(--white-rgb), 0.8);
  margin: 0;
  letter-spacing: 0.02em;
}

.footer-variant .bottom-decoration {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}

.footer-variant .decoration-dot {
  width: 6px;
  height: 6px;
  background: rgba(var(--white-rgb), 0.4);
  border-radius: 50%;
  animation: dotPulse 2s ease-in-out infinite;
}

.footer-variant .decoration-dot:nth-child(2) {
  animation-delay: 0.3s;
}

.footer-variant .decoration-dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes dotPulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

/* Background Shapes */
.footer-variant .bg-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(var(--white-rgb), 0.03);
  pointer-events: none;
  z-index: 1;
}

.footer-variant .bg-shape.shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  animation: floatShape 15s ease-in-out infinite;
}

.footer-variant .bg-shape.shape-2 {
  width: 200px;
  height: 200px;
  bottom: 50px;
  left: -50px;
  animation: floatShape 12s ease-in-out infinite reverse;
}

.footer-variant .bg-shape.shape-3 {
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: floatShape 20s ease-in-out infinite;
}

@keyframes floatShape {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-30px, 30px) rotate(240deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .footer-variant {
    padding: 60px 0 30px;
  }
  
  .footer-variant .footer-logo-text {
    font-size: 1.5rem;
  }
  
  .footer-variant .decorative-icons-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 400px;
    margin: 0 auto 1.5rem;
  }
  
  .footer-variant .icon-circle {
    width: 60px;
    height: 60px;
  }
  
  .footer-variant .icon-circle i {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .footer-variant {
    padding: 50px 0 25px;
    background-attachment: scroll;
  }
  
  .footer-variant .footer-logo-text {
    font-size: 1.35rem;
  }
  
  .footer-variant .footer-description {
    font-size: 0.9rem;
  }
  
  .footer-variant .footer-heading {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  
  .footer-variant .contact-item {
    gap: 0.75rem;
  }
  
  .footer-variant .decorative-icons-grid {
    gap: 1rem;
  }
  
  .footer-variant .icon-circle {
    width: 55px;
    height: 55px;
  }
  
  .footer-variant .icon-circle i {
    font-size: 1.35rem;
  }
  
  .footer-variant .footer-disclaimer {
    padding: 1.25rem;
  }
  
  .footer-variant .disclaimer-text {
    font-size: 0.8rem;
  }
  
  .footer-variant .copyright-text {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .footer-variant .decorative-icons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
  }
  
  .footer-variant .icon-circle {
    width: 50px;
    height: 50px;
  }
  
  .footer-variant .icon-circle i {
    font-size: 1.25rem;
  }
}

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.creative-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.badge-circle {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.badge-circle:nth-child(2) {
  animation-delay: 0.3s;
}

.badge-circle:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto;
}

/* Timeline Styles */
.timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    transparent 0%, 
    var(--primary-300) 10%, 
    var(--primary-500) 50%, 
    var(--primary-300) 90%, 
    transparent 100%);
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
  z-index: 2;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-marker {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.marker-number {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary-500);
  background: var(--surface-secondary);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  border: 2px solid var(--primary-300);
}

.marker-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-item:hover .marker-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.marker-icon i {
  font-size: 2rem;
  color: var(--light);
}

.timeline-content {
  flex: 1;
  background: var(--surface-secondary);
  padding: 2rem;
  border-radius: 16px;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s ease;
  position: relative;
}

.timeline-item:hover .timeline-content {
  border-color: var(--primary-300);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.timeline-title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.timeline-decoration {
  position: absolute;
  font-size: 3rem;
  color: color-mix(in srgb, var(--primary-300) 15%, transparent);
  pointer-events: none;
  transition: all 0.3s ease;
}

.timeline-item:nth-child(odd) .timeline-decoration {
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-item:nth-child(even) .timeline-decoration {
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-item:hover .timeline-decoration {
  color: color-mix(in srgb, var(--primary-500) 25%, transparent);
  transform: translateY(-50%) scale(1.2);
}

.timeline-item-final .marker-icon {
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}

/* Floating Shapes */
.floating-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

.shape-1 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  top: 15%;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 12%, transparent), transparent);
  bottom: 20%;
  left: -80px;
  animation: float 15s ease-in-out infinite reverse;
}

.shape-3 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 18%, transparent), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: float 18s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .timeline-line {
    left: 35px;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    flex-direction: row;
    padding-left: 80px;
  }
  
  .timeline-marker {
    position: absolute;
    left: 0;
  }
  
  .timeline-decoration {
    display: none;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .timeline-content {
    padding: 1.5rem;
  }
  
  .timeline-title {
    font-size: 1.375rem;
  }
  
  .marker-icon {
    width: 60px;
    height: 60px;
  }
  
  .marker-icon i {
    font-size: 1.5rem;
  }
}


﻿/* Universal section */
/* Masonry-style grid with creative decorative elements */

.add_wrap_variant {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
  overflow: hidden;
}

/* Background decorative shapes */
.add_wrap_variant .bg_shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.add_wrap_variant .shape_1 {
  width: 600px;
  height: 600px;
  background: var(--primary-500, #7c3aed);
  top: -200px;
  left: -200px;
  filter: blur(100px);
}

.add_wrap_variant .shape_2 {
  width: 400px;
  height: 400px;
  background: var(--primary-300, #c4b5fd);
  top: 30%;
  right: -100px;
  filter: blur(80px);
}

.add_wrap_variant .shape_3 {
  width: 500px;
  height: 500px;
  background: var(--primary-500, #7c3aed);
  bottom: -150px;
  left: 50%;
  filter: blur(90px);
}

.add_wrap_variant .container {
  position: relative;
  z-index: 1;
}

/* Section header */
.add_wrap_variant .add_header_section {
  text-align: center;
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_variant .header_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-bottom: var(--space-4, 1rem);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
  animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(124, 58, 237, 0.4);
  }
}

.add_wrap_variant .add_title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text-primary, #1a1a1b);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.15;
  background: linear-gradient(135deg, var(--text-primary, #1a1a1b) 0%, var(--primary-700, #6d28d9) 100%);
  -webkit-background-clip: text;
  background-clip: text;}

.add_wrap_variant .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #7c3aed);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_variant .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #475569);
  line-height: 1.75;
  text-align: center;
}

/* Masonry grid */
.add_wrap_variant .add_masonry_grid {
  margin-top: var(--space-10, 2.5rem);
}

/* Masonry cards */
.add_wrap_variant .masonry_card {
  position: relative;
  background: #ffffff;
  border-radius: var(--radius-lg, 12px);
  padding: var(--space-6, 1.5rem);
  border: 1px solid var(--border-light, #cbd5e1);
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
  transition: all 0.4s ease;
  height: 100%;
  overflow: hidden;
}

.add_wrap_variant .masonry_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(124, 58, 237, 0.15);
  border-color: var(--primary-500, #7c3aed);
}

/* Large cards */
.add_wrap_variant .masonry_card_large {
  padding: var(--space-8, 2rem);
  min-height: 280px;
}

.add_wrap_variant .masonry_card_large .card_decoration {
  position: absolute;
  top: var(--space-4, 1rem);
  right: var(--space-4, 1rem);
  opacity: 0.1;
}

.add_wrap_variant .decoration_circle {
  width: 80px;
  height: 80px;
  border: 2px solid var(--primary-500, #7c3aed);
  border-radius: 50%;
}

.add_wrap_variant .decoration_dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 8px;
}

.add_wrap_variant .decoration_dots span {
  width: 6px;
  height: 6px;
  background: var(--primary-500, #7c3aed);
  border-radius: 50%;
  display: block;
}

/* Small cards */
.add_wrap_variant .masonry_card_small {
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

/* Card icons */
.add_wrap_variant .card_icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, var(--primary-100, #ede9fe) 100%);
  border-radius: var(--radius-md, 10px);
  color: var(--primary-500, #7c3aed);
  font-size: 1.75rem;
  margin-bottom: var(--space-4, 1rem);
  transition: all 0.3s ease;
}

.add_wrap_variant .masonry_card:hover .card_icon {
  background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
  color: #ffffff;
  transform: scale(1.1) rotate(5deg);
}

.add_wrap_variant .masonry_card_large .card_icon {
  width: 72px;
  height: 72px;
  font-size: 2rem;
}

/* Card content */
.add_wrap_variant .card_body {
  flex: 1;
}

.add_wrap_variant .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1a1a1b);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_variant .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #475569);
  line-height: 1.65;
  margin: 0;
}

/* Highlight card (5th element) */
.add_wrap_variant .masonry_card_highlight {
  background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, #ffffff 50%, var(--primary-50, #f5f3ff) 100%);
  border: 2px solid var(--primary-300, #c4b5fd);
  padding: var(--space-8, 2rem);
  display: flex;
  align-items: center;
  gap: var(--space-6, 1.5rem);
  min-height: 200px;
}

.add_wrap_variant .masonry_card_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #ede9fe) 0%, #ffffff 50%, var(--primary-100, #ede9fe) 100%);
  border-color: var(--primary-500, #7c3aed);
}

.add_wrap_variant .highlight_icon_wrapper {
  position: relative;
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
  color: #ffffff;
  font-size: 2.5rem;
  border-radius: 50%;
  box-shadow: 0 12px 32px rgba(124, 58, 237, 0.3);
}

.add_wrap_variant .icon_ring {
  position: absolute;
  width: 110px;
  height: 110px;
  border: 3px solid var(--primary-300, #c4b5fd);
  border-radius: 50%;
  animation: pulse-ring 2s ease-in-out infinite;
}

@keyframes pulse-ring {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }
}

.add_wrap_variant .masonry_card_highlight .add_elem_title {
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_variant .masonry_card_highlight {
    flex-direction: column;
    text-align: center;
  }
  
  .add_wrap_variant .highlight_icon_wrapper {
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_variant {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_variant .add_header_section {
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_variant .masonry_card {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_variant .masonry_card_large,
  .add_wrap_variant .masonry_card_small {
    min-height: auto;
  }
  
  .add_wrap_variant .masonry_card_large .card_decoration {
    display: none;
  }
  
  .add_wrap_variant .masonry_card_highlight {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_variant .highlight_icon_wrapper {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  
  .add_wrap_variant .icon_ring {
    width: 94px;
    height: 94px;
  }
}


.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.header-decoration {
  margin-bottom: 1.5rem;
}

.decoration-line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
  border-radius: 2px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Content Items */
.content-wrapper {
  position: relative;
  z-index: 2;
}

.content-row {
  position: relative;
}

.content-text {
  padding: 1rem 0;
}

.item-badge {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.content-row:hover .item-badge {
  transform: rotate(10deg) scale(1.1);
}

.item-badge i {
  font-size: 1.75rem;
  color: var(--light);
}

.item-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.item-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Image Placeholders */
.image-placeholder {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.content-row:hover .image-placeholder {
  transform: scale(1.02);
}

.placeholder-1 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 30%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-500) 20%, var(--surface-secondary)));
}

.placeholder-2 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 25%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-300) 35%, var(--surface-secondary)));
}

.placeholder-3 {
  background: linear-gradient(135deg, 
    var(--neutral-100), 
    color-mix(in srgb, var(--primary-300) 20%, var(--surface-secondary)));
}

.placeholder-4 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 20%, var(--surface-secondary)), 
    var(--neutral-100));
}

.placeholder-5 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 30%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-300) 25%, var(--surface-secondary)));
}

.image-placeholder::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, var(--light) 60%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background Decorations */
.bg-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.decoration-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 12%, transparent), transparent);
  top: 10%;
  right: -150px;
}

.decoration-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 10%, transparent), transparent);
  top: 50%;
  left: -120px;
}

.decoration-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  bottom: 10%;
  right: -100px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .item-title {
    font-size: 1.5rem;
  }
  
  .image-placeholder {
    height: 300px;
    margin-bottom: 2rem;
  }
  
  .content-text {
    text-align: center;
  }
  
  .item-badge {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .image-placeholder {
    height: 250px;
  }
  
  .item-title {
    font-size: 1.375rem;
  }
}


/* Universal section */
/* Staggered card layout with organic shapes */

.add_wrap_modern {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--primary-50, #ecfdf5) 50%, #ffffff 100%);
  overflow: hidden;
}

/* Organic header */
.add_wrap_modern .add_header_organic {
  position: relative;
  text-align: center;
  padding: var(--space-8, 2rem);
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_modern .organic_shape {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  opacity: 0.08;
  animation: morph 8s ease-in-out infinite;
}

.add_wrap_modern .shape_left {
  background: var(--primary-500, #059669);
  top: -50px;
  left: 10%;
  animation-delay: 0s;
}

.add_wrap_modern .shape_right {
  background: var(--primary-300, #6ee7b7);
  bottom: -50px;
  right: 10%;
  animation-delay: 4s;
}

@keyframes morph {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(0deg);
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    transform: rotate(180deg);
  }
}

.add_wrap_modern .header_content {
  position: relative;
  z-index: 1;
}

.add_wrap_modern .eco_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.75rem;
  margin-bottom: var(--space-4, 1rem);
  box-shadow: 0 8px 24px rgba(5, 150, 105, 0.25);
}

.add_wrap_modern .add_title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 800;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_modern .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #059669);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_modern .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.75;
  margin-top: var(--space-4, 1rem);
}

/* Staggered cards */
.add_wrap_modern .add_staggered_cards {
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_modern .stagger_card {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--primary-100, #d1fae5);
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
  transition: all 0.4s ease;
}

.add_wrap_modern .stagger_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(5, 150, 105, 0.15);
  border-color: var(--primary-500, #059669);
}

/* Card leaf accent */
.add_wrap_modern .card_leaf_accent {
  position: absolute;
  top: var(--space-4, 1rem);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #ecfdf5);
  color: var(--primary-500, #059669);
  border-radius: 50%;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.add_wrap_modern .card_right .card_leaf_accent {
  right: var(--space-4, 1rem);
}

.add_wrap_modern .card_left .card_leaf_accent {
  left: var(--space-4, 1rem);
}

.add_wrap_modern .stagger_card:hover .card_leaf_accent {
  background: var(--primary-500, #059669);
  color: #ffffff;
  transform: scale(1.1) rotate(15deg);
}

/* Card content */
.add_wrap_modern .card_content_wrapper {
  padding-top: var(--space-8, 2rem);
}

.add_wrap_modern .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_modern .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.65;
  margin: 0;
}

/* Highlight card (5th element) */
.add_wrap_modern .card_highlight {
  background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
  border: 3px solid var(--primary-300, #6ee7b7);
  padding: var(--space-8, 2rem);
  text-align: center;
}

.add_wrap_modern .card_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #d1fae5) 0%, #ffffff 100%);
}

.add_wrap_modern .highlight_icon_cluster {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.25rem;
  margin-bottom: var(--space-6, 1.5rem);
  box-shadow: 0 12px 32px rgba(5, 150, 105, 0.3);
}

.add_wrap_modern .icon_pulse {
  position: absolute;
  width: 110px;
  height: 110px;
  border: 3px solid var(--primary-300, #6ee7b7);
  border-radius: 50%;
  animation: pulse-expand 2s ease-out infinite;
}

@keyframes pulse-expand {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.add_wrap_modern .card_center {
  margin: 0 auto;
}

.add_wrap_modern .card_center .card_content_wrapper {
  padding-top: 0;
}

.add_wrap_modern .card_center .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_modern .organic_shape {
    display: none;
  }
  
  .add_wrap_modern .stagger_card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .add_wrap_modern .card_left .card_leaf_accent,
  .add_wrap_modern .card_right .card_leaf_accent {
    right: var(--space-4, 1rem);
    left: auto;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_modern {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_modern .add_header_organic {
    padding: var(--space-4, 1rem);
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_modern .eco_badge {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
  
  .add_wrap_modern .stagger_card {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_modern .card_highlight {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_modern .card_leaf_accent {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  
  .add_wrap_modern .card_content_wrapper {
    padding-top: var(--space-6, 1.5rem);
  }
  
  .add_wrap_modern .highlight_icon_cluster {
    width: 72px;
    height: 72px;
    font-size: 1.75rem;
  }
  
  .add_wrap_modern .icon_pulse {
    width: 90px;
    height: 90px;
  }
}


/* Universal section */

.additional-universal-section.v-046 {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 25%, var(--surface-primary) 75%) 50%, var(--surface-primary) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-section.v-046 .section-header {
  position: relative;
  z-index: 2;
}

.additional-universal-section.v-046 .organic-shape-group {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-bottom: 24px;
}

.additional-universal-section.v-046 .organic-dot {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: organic-pulse 4s ease-in-out infinite;
}

.additional-universal-section.v-046 .organic-dot:nth-child(2) {
  animation-delay: 0.7s;
  border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  background: var(--primary-700);
}

.additional-universal-section.v-046 .organic-dot:nth-child(3) {
  animation-delay: 1.4s;
  border-radius: 50% 50% 30% 70% / 30% 70% 50% 50%;
  background: var(--primary-300);
}

@keyframes organic-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

.additional-universal-section.v-046 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.additional-universal-section.v-046 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.3;
}

.additional-universal-section.v-046 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Content List */
.additional-universal-section.v-046 .content-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.additional-universal-section.v-046 .list-item {
  position: relative;
}

.additional-universal-section.v-046 .item-wrapper {
  background: var(--surface-primary);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  gap: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 2px solid color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.additional-universal-section.v-046 .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease;
}

.additional-universal-section.v-046 .list-item:hover .item-wrapper {
  transform: translateX(8px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-500);
}

.additional-universal-section.v-046 .list-item:hover .item-wrapper::before {
  transform: scaleY(1);
}

.additional-universal-section.v-046 .list-item.featured .item-wrapper {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%), var(--surface-primary));
  border: 2px solid var(--primary-500);
}

.additional-universal-section.v-046 .item-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  flex-shrink: 0;
}

.additional-universal-section.v-046 .item-number {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-700);
  border: 2px solid var(--primary-300);
}

.additional-universal-section.v-046 .item-number.featured {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--light);
  border-color: var(--primary-700);
}

.additional-universal-section.v-046 .item-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.additional-universal-section.v-046 .list-item:hover .item-icon {
  transform: rotate(-5deg) scale(1.05);
}

.additional-universal-section.v-046 .item-icon.featured {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}

.additional-universal-section.v-046 .item-icon i {
  font-size: 32px;
  color: var(--light);
}

.additional-universal-section.v-046 .item-icon.featured i {
  font-size: 36px;
}

.additional-universal-section.v-046 .item-content {
  flex: 1;
}

.additional-universal-section.v-046 .item-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.additional-universal-section.v-046 .item-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

.additional-universal-section.v-046 .item-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.additional-universal-section.v-046 .list-item:hover .item-accent {
  opacity: 1;
}

/* Organic Decorations */
.additional-universal-section.v-046 .organic-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.additional-universal-section.v-046 .leaf-shape {
  position: absolute;
  width: 80px;
  height: 120px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-300) 10%, transparent 90%), transparent);
  border-radius: 0 100% 80% 100%;
  transform-origin: bottom center;
}

.additional-universal-section.v-046 .leaf-shape.leaf-1 {
  top: 15%;
  right: 8%;
  animation: leaf-sway 8s ease-in-out infinite;
}

.additional-universal-section.v-046 .leaf-shape.leaf-2 {
  bottom: 25%;
  left: 5%;
  transform: rotate(180deg);
  animation: leaf-sway 10s ease-in-out infinite reverse;
}

.additional-universal-section.v-046 .leaf-shape.leaf-3 {
  top: 50%;
  right: 5%;
  width: 60px;
  height: 90px;
  animation: leaf-sway 12s ease-in-out infinite;
}

@keyframes leaf-sway {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(15deg);
  }
}

.additional-universal-section.v-046 .natural-blob {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 8%, transparent 92%) 0%, transparent 70%);
  animation: blob-morph 20s ease-in-out infinite;
}

.additional-universal-section.v-046 .natural-blob.blob-1 {
  width: 350px;
  height: 350px;
  top: -100px;
  left: -100px;
}

.additional-universal-section.v-046 .natural-blob.blob-2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  right: -80px;
  animation-delay: 5s;
}

@keyframes blob-morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  50% {
    border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .additional-universal-section.v-046 {
    padding: 60px 0;
  }

  .additional-universal-section.v-046 .section-title {
    font-size: 2rem;
  }

  .additional-universal-section.v-046 .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-section.v-046 .item-wrapper {
    padding: 24px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section.v-046 {
    padding: 40px 0;
  }

  .additional-universal-section.v-046 .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-section.v-046 .section-subtitle {
    font-size: 1.125rem;
  }

  .additional-universal-section.v-046 .item-wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .additional-universal-section.v-046 .item-header {
    flex-direction: row;
    gap: 12px;
  }

  .additional-universal-section.v-046 .item-number {
    width: 48px;
    height: 48px;
    font-size: 1.125rem;
  }

  .additional-universal-section.v-046 .item-icon {
    width: 56px;
    height: 56px;
  }

  .additional-universal-section.v-046 .item-icon i {
    font-size: 28px;
  }

  .additional-universal-section.v-046 .list-item:hover .item-wrapper {
    transform: translateY(-4px);
  }
}


.additional-universal-bold {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-bold #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-bold #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-bold #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Comparison Grid */
.additional-universal-bold .comparison-grid {
  position: relative;
  z-index: 2;
}

.additional-universal-bold .benefit-item {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem;
  border: 2px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
  transition: all 0.3s ease;
}

.additional-universal-bold .benefit-item:hover {
  border-color: var(--primary-500);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--neutral-500) 15%, transparent);
  transform: translateY(-5px);
}

/* Benefit Visual */
.additional-universal-bold .benefit-visual {
  position: relative;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 5%, transparent);
  border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.additional-universal-bold .metric-display {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--primary-500);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
  transition: all 0.3s ease;
}

.additional-universal-bold .benefit-item:hover .metric-display {
  transform: scale(1.1);
}

.additional-universal-bold .visual-bars {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  width: 100%;
  max-width: 200px;
}

.additional-universal-bold .bar-item {
  flex: 1;
  background: var(--primary-500);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.additional-universal-bold .bar-item:nth-child(1) {
  height: 40px;
}

.additional-universal-bold .bar-item:nth-child(2) {
  height: 60px;
}

.additional-universal-bold .bar-item:nth-child(3) {
  height: 50px;
}

.additional-universal-bold .benefit-item:hover .bar-item {
  background: var(--primary-700);
}

/* Benefit Content */
.additional-universal-bold .benefit-content {
  position: relative;
  padding: 1rem 0;
}

.additional-universal-bold .benefit-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  color: var(--primary-500);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.additional-universal-bold .benefit-content h3 {
  color: var(--text-primary);
}

.additional-universal-bold .benefit-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
  margin-bottom: 0;
}

/* Industrial Grid Pattern */
.additional-universal-bold .industrial-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  background-image: 
    linear-gradient(var(--neutral-900) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-900) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 1;
}

/* Corner Accents */
.additional-universal-bold .corner-accent {
  position: absolute;
  width: 200px;
  height: 200px;
  pointer-events: none;
  opacity: 0.1;
}

.additional-universal-bold .accent-tl {
  top: 0;
  left: 0;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
  border-top-left-radius: 0;
}

.additional-universal-bold .accent-br {
  bottom: 0;
  right: 0;
  border-bottom: 4px solid var(--primary-500);
  border-right: 4px solid var(--primary-500);
  border-bottom-right-radius: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-bold .benefit-item {
    padding: 1.5rem;
  }

  .additional-universal-bold .benefit-visual {
    min-height: 150px;
    margin-bottom: 1.5rem;
  }

  .additional-universal-bold .metric-display {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-bold #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-bold .benefit-item {
    padding: 1.25rem;
  }

  .additional-universal-bold .benefit-visual {
    min-height: 120px;
  }

  .additional-universal-bold .metric-display {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }
}


/* Universal section */

.additional-universal-section.v-061 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-061 .section-header {
  max-width: 800px;
  margin: 0 auto 60px;
}

.v-061 .decorative-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.v-061 .decorative-badge i {
  font-size: 28px;
  color: white;
}

.v-061 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-061 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-061 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
}

/* Cards Grid */
.v-061 .cards-grid {
  position: relative;
  z-index: 2;
}

.v-061 .service-card {
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 40px 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.v-061 .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-061 .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.v-061 .service-card:hover::before {
  transform: scaleX(1);
}

.v-061 .service-card.featured {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 5%, white),
    color-mix(in srgb, var(--primary-300) 5%, white));
  border: 2px solid var(--primary-300);
}

/* Card Icon */
.v-061 .card-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: color-mix(in srgb, var(--primary-500) 10%, white);
  border-radius: 16px;
  transition: all 0.4s ease;
}

.v-061 .card-icon-wrapper i {
  font-size: 32px;
  color: var(--primary-500);
  transition: transform 0.4s ease;
}

.v-061 .service-card:hover .card-icon-wrapper {
  background: var(--primary-500);
  transform: rotate(10deg) scale(1.1);
}

.v-061 .service-card:hover .card-icon-wrapper i {
  color: white;
  transform: scale(1.1);
}

/* Card Content */
.v-061 .card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-061 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Shapes */
.v-061 .decorative-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}

.v-061 .shape {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-300), transparent);
  opacity: 0.15;
}

.v-061 .shape-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.v-061 .shape-2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  left: -80px;
  animation: float 25s ease-in-out infinite reverse;
}

.v-061 .shape-3 {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 15s ease-in-out infinite;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.15;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.25;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-061 {
    padding: 80px 0;
  }

  .v-061 .section-title {
    font-size: 2.25rem;
  }

  .v-061 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-061 .card-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .v-061 {
    padding: 60px 0;
  }

  .v-061 .section-header {
    margin-bottom: 40px;
  }

  .v-061 .section-title {
    font-size: 1.875rem;
  }

  .v-061 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-061 .service-card {
    padding: 30px 25px;
  }

  .v-061 .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .v-061 .card-icon-wrapper i {
    font-size: 28px;
  }
}


/* Universal section */

.additional-universal-section.v-063 {
  padding: 100px 0;
  background: linear-gradient(180deg, 
    var(--surface-primary), 
    color-mix(in srgb, var(--primary-300) 3%, var(--surface-primary)));
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-063 .section-header {
  max-width: 800px;
  margin: 0 auto 80px;
}

.v-063 .header-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.v-063 .accent-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-500);
  animation: dotPulse 2s ease-in-out infinite;
}

.v-063 .accent-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
}

.v-063 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-063 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-063 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
}

/* Timeline Wrapper */
.v-063 .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.v-063 .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    transparent, 
    var(--primary-300) 10%, 
    var(--primary-300) 90%, 
    transparent);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Item */
.v-063 .timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.v-063 .timeline-item:last-child {
  margin-bottom: 0;
}

.v-063 .timeline-item:nth-child(odd) {
  flex-direction: row;
}

.v-063 .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* Timeline Marker */
.v-063 .timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.v-063 .marker-dot {
  width: 24px;
  height: 24px;
  background: white;
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, white);
}

.v-063 .marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  opacity: 0;
  animation: markerPulse 2s ease-out infinite;
}

/* Timeline Content */
.v-063 .timeline-content {
  width: calc(50% - 60px);
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-063 .timeline-content::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: var(--primary-300);
}

.v-063 .timeline-item:nth-child(odd) .timeline-content {
  margin-right: auto;
  text-align: right;
}

.v-063 .timeline-item:nth-child(odd) .timeline-content::before {
  right: -30px;
  transform: translateY(-50%);
}

.v-063 .timeline-item:nth-child(even) .timeline-content {
  margin-left: auto;
  text-align: left;
}

.v-063 .timeline-item:nth-child(even) .timeline-content::before {
  left: -30px;
  transform: translateY(-50%);
}

.v-063 .timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

/* Timeline Icon */
.v-063 .timeline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 15%, white),
    color-mix(in srgb, var(--primary-300) 10%, white));
  border-radius: 14px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.v-063 .timeline-icon i {
  font-size: 28px;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.v-063 .timeline-content:hover .timeline-icon {
  background: var(--primary-500);
}

.v-063 .timeline-content:hover .timeline-icon i {
  color: white;
  transform: scale(1.1) rotate(5deg);
}

/* Timeline Text */
.v-063 .timeline-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-063 .timeline-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Elements */
.v-063 .decorative-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.v-063 .deco-shape {
  position: absolute;
  opacity: 0.08;
}

.v-063 .shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent 60%);
  top: 5%;
  right: 5%;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morphShape 20s ease-in-out infinite;
}

.v-063 .shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-700), transparent 60%);
  bottom: 10%;
  left: 5%;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morphShape 25s ease-in-out infinite reverse;
}

.v-063 .shape-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-300), transparent 60%);
  top: 50%;
  right: 10%;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  animation: float 18s ease-in-out infinite;
}

/* Animations */
@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

@keyframes markerPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 30% 70% 60% 40% / 50% 50% 30% 70%;
    transform: rotate(270deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(20px, -20px);
  }
  66% {
    transform: translate(-15px, 15px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-063 {
    padding: 80px 0;
  }

  .v-063 .section-title {
    font-size: 2.25rem;
  }

  .v-063 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-063 .timeline-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-063 {
    padding: 60px 0;
  }

  .v-063 .section-title {
    font-size: 1.875rem;
  }

  .v-063 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-063 .section-header {
    margin-bottom: 60px;
  }

  /* Mobile Timeline */
  .v-063 .timeline-line {
    left: 30px;
  }

  .v-063 .timeline-item,
  .v-063 .timeline-item:nth-child(even) {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 70px;
  }

  .v-063 .timeline-marker {
    left: 30px;
    top: 20px;
    transform: translateX(-50%);
  }

  .v-063 .timeline-content,
  .v-063 .timeline-item:nth-child(odd) .timeline-content,
  .v-063 .timeline-item:nth-child(even) .timeline-content {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  .v-063 .timeline-content::before {
    display: none;
  }

  .v-063 .timeline-title {
    font-size: 1.25rem;
  }
}


/* Universal section */

.additional-universal-section.v-055 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-055 .section-header {
  position: relative;
  z-index: 2;
}

.v-055 .header-accent {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  margin: 0 auto 30px;
  border-radius: 2px;
}

.v-055 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-055 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-055 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Content Grid */
.v-055 .content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

.v-055 .grid-item {
  position: relative;
}

.v-055 .grid-item.item-1 {
  grid-column: span 6;
}

.v-055 .grid-item.item-2 {
  grid-column: span 6;
}

.v-055 .grid-item.item-3.featured {
  grid-column: span 12;
}

.v-055 .grid-item.item-4 {
  grid-column: span 6;
}

.v-055 .grid-item.item-5 {
  grid-column: span 6;
}

.v-055 .item-inner {
  height: 100%;
  background: var(--light);
  border-radius: 16px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.v-055 .item-inner:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

/* Icon Wrapper */
.v-055 .icon-wrapper {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.v-055 .icon-wrapper i {
  font-size: 28px;
  color: var(--light);
}

.v-055 .icon-wrapper.large {
  width: 80px;
  height: 80px;
}

.v-055 .icon-wrapper.large i {
  font-size: 36px;
}

/* Item Content */
.v-055 .item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-055 .item-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Item Styling */
.v-055 .grid-item.featured .item-inner {
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  padding: 50px;
}

.v-055 .grid-item.featured .item-title {
  color: var(--light);
  font-size: 2rem;
}

.v-055 .grid-item.featured .item-description {
  color: color-mix(in srgb, var(--light) 90%, transparent 10%);
  font-size: 1.125rem;
}

.v-055 .grid-item.featured .icon-wrapper {
  background: color-mix(in srgb, var(--light) 20%, transparent 80%);
  backdrop-filter: blur(10px);
}

/* Item Decorations */
.v-055 .item-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  border-radius: 50%;
  z-index: 0;
}

.v-055 .featured-decoration {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--light) 10%, transparent 90%);
  border-radius: 50%;
  z-index: 0;
}

/* Background Decorations */
.v-055 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-055 .deco-circle {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
}

.v-055 .deco-circle.circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -100px;
}

.v-055 .deco-circle.circle-2 {
  width: 250px;
  height: 250px;
  bottom: 15%;
  right: -80px;
}

.v-055 .deco-blob {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 400px;
  height: 400px;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent 92%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blob-float 20s ease-in-out infinite;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

.v-055 .deco-line {
  position: absolute;
  width: 2px;
  height: 150px;
  background: linear-gradient(to bottom, transparent, var(--primary-300), transparent);
  opacity: 0.3;
}

.v-055 .deco-line.line-1 {
  top: 20%;
  left: 15%;
}

.v-055 .deco-line.line-2 {
  bottom: 25%;
  right: 20%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-055 {
    padding: 80px 0;
  }

  .v-055 .section-title {
    font-size: 2rem;
  }

  .v-055 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-055 .content-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .v-055 .grid-item {
    grid-column: span 1 !important;
  }

  .v-055 .item-inner {
    padding: 30px;
  }

  .v-055 .grid-item.featured .item-inner {
    padding: 40px;
  }

  .v-055 .grid-item.featured .item-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .v-055 {
    padding: 60px 0;
  }

  .v-055 .section-title {
    font-size: 1.75rem;
  }

  .v-055 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-055 .section-description {
    font-size: 1rem;
  }

  .v-055 .item-inner {
    padding: 24px;
  }

  .v-055 .grid-item.featured .item-inner {
    padding: 32px;
  }

  .v-055 .icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .v-055 .icon-wrapper i {
    font-size: 24px;
  }

  .v-055 .icon-wrapper.large {
    width: 64px;
    height: 64px;
  }

  .v-055 .icon-wrapper.large i {
    font-size: 28px;
  }

  .v-055 .item-title {
    font-size: 1.25rem;
  }

  .v-055 .grid-item.featured .item-title {
    font-size: 1.5rem;
  }
}


.additional-universal-style {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-style #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-style #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-style #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Content Sections */
.additional-universal-style .content-sections {
  position: relative;
  z-index: 1;
}

.additional-universal-style .decorative-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  color: var(--primary-500);
  font-size: 1.75rem;
  transition: all 0.3s ease;
}

.additional-universal-style .content-sections h3 {
  color: var(--text-primary);
  transition: color 0.3s ease;
}

.additional-universal-style .content-sections p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Visual Placeholder */
.additional-universal-style .visual-placeholder {
  position: relative;
  height: 350px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--primary-500) 5%, var(--neutral-50));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.additional-universal-style .visual-placeholder:hover {
  transform: translateY(-5px);
}

.additional-universal-style .placeholder-shape {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  filter: blur(40px);
  animation: float-v079 6s ease-in-out infinite;
}

.additional-universal-style .visual-placeholder > i {
  position: relative;
  z-index: 2;
  font-size: 5rem;
  color: var(--primary-500);
  opacity: 0.3;
}

/* Background Decorations */
.additional-universal-style .bg-decoration {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  pointer-events: none;
}

.additional-universal-style .decoration-1 {
  top: 10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: color-mix(in srgb, var(--primary-300) 40%, transparent);
  animation: float-v079 10s ease-in-out infinite;
}

.additional-universal-style .decoration-2 {
  bottom: 10%;
  right: -5%;
  width: 350px;
  height: 350px;
  background: color-mix(in srgb, var(--primary-500) 30%, transparent);
  animation: float-v079 12s ease-in-out infinite reverse;
}

/* Animations */
@keyframes float-v079 {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-20px) translateX(20px);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-style .visual-placeholder {
    height: 280px;
  }

  .additional-universal-style .visual-placeholder > i {
    font-size: 4rem;
  }

  .additional-universal-style .decorative-accent {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-style #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-style .visual-placeholder {
    height: 220px;
  }

  .additional-universal-style .visual-placeholder > i {
    font-size: 3rem;
  }
}


/* Universal section */

.additional-universal-pro {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-pro .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-pro .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-pro .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

/* Section Divider */
.additional-universal-pro .section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0 4rem;
  position: relative;
}

.additional-universal-pro .section-divider::before,
.additional-universal-pro .section-divider::after {
  content: '';
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-300) 50%, transparent 100%);
  max-width: 200px;
}

.additional-universal-pro .divider-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-pro .divider-icon i {
  font-size: 1.5rem;
}

/* FAQ Accordion */
.additional-universal-pro .faq-accordion {
  position: relative;
  z-index: 2;
}

.additional-universal-pro .accordion-item-wrapper {
  margin-bottom: 1.5rem;
}

.additional-universal-pro .accordion-item-wrapper:last-child {
  margin-bottom: 0;
}

/* Accordion Card */
.additional-universal-pro .accordion-card {
  background: var(--neutral-0);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.3s ease;
}

.additional-universal-pro .accordion-card:hover {
  border-color: var(--primary-300);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

/* Accordion Header */
.additional-universal-pro .accordion-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  cursor: pointer;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  transition: all 0.3s ease;
}

.additional-universal-pro .accordion-card:hover .accordion-header {
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--neutral-0) 100%);
}

.additional-universal-pro .question-marker {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.additional-universal-pro .question-marker i {
  font-size: 1.5rem;
}

.additional-universal-pro .accordion-title {
  flex: 1;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary-900);
  margin: 0;
  line-height: 1.4;
}

.additional-universal-pro .expand-indicator {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: var(--neutral-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.additional-universal-pro .expand-indicator i {
  font-size: 1.25rem;
  color: var(--primary-600);
  transition: transform 0.3s ease;
}

.additional-universal-pro .accordion-card:hover .expand-indicator {
  background: var(--primary-200);
  transform: scale(1.1);
}

.additional-universal-pro .accordion-card:hover .expand-indicator i {
  transform: translateY(3px);
}

/* Accordion Content */
.additional-universal-pro .accordion-content {
  padding: 0 2rem 2rem 2rem;
  margin-left: 65px;
}

.additional-universal-pro .accordion-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
  padding-left: 1.5rem;
  border-left: 3px solid var(--primary-300);
}

/* Background Gradients */
.additional-universal-pro .bg-gradient {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
  filter: blur(80px);
}

.additional-universal-pro .gradient-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-400);
  top: 5%;
  left: -100px;
}

.additional-universal-pro .gradient-2 {
  width: 450px;
  height: 450px;
  background: var(--accent-400);
  bottom: 10%;
  right: -100px;
}

/* Floating Dots */
.additional-universal-pro .floating-dots {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.1;
  pointer-events: none;
}

.additional-universal-pro .dots-1 {
  top: 20%;
  right: 8%;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 15px 15px;
}

.additional-universal-pro .dots-2 {
  bottom: 25%;
  left: 5%;
  background: radial-gradient(circle, var(--accent-500) 2px, transparent 2px);
  background-size: 15px 15px;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-pro {
    padding: 4rem 0;
  }

  .additional-universal-pro .accordion-header {
    padding: 1.75rem;
    gap: 1.25rem;
  }

  .additional-universal-pro .accordion-content {
    padding: 0 1.75rem 1.75rem 1.75rem;
    margin-left: 60px;
  }

  .additional-universal-pro .accordion-title {
    font-size: 1.25rem;
  }

  .additional-universal-pro .question-marker {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }

  .additional-universal-pro .question-marker i {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-pro {
    padding: 3rem 0;
  }

  .additional-universal-pro .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-pro .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-pro .section-description {
    font-size: 1rem;
  }

  .additional-universal-pro .section-divider::before,
  .additional-universal-pro .section-divider::after {
    max-width: 80px;
  }

  .additional-universal-pro .divider-icon {
    width: 45px;
    height: 45px;
    margin: 0 1rem;
  }

  .additional-universal-pro .divider-icon i {
    font-size: 1.35rem;
  }

  .additional-universal-pro .accordion-header {
    padding: 1.5rem;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .additional-universal-pro .question-marker {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .additional-universal-pro .question-marker i {
    font-size: 1.25rem;
  }

  .additional-universal-pro .accordion-title {
    font-size: 1.15rem;
    flex-basis: calc(100% - 100px);
  }

  .additional-universal-pro .expand-indicator {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .additional-universal-pro .expand-indicator i {
    font-size: 1.1rem;
  }

  .additional-universal-pro .accordion-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
    margin-left: 0;
  }

  .additional-universal-pro .accordion-description {
    font-size: 0.95rem;
    padding-left: 1rem;
  }

  .additional-universal-pro .bg-gradient,
  .additional-universal-pro .floating-dots {
    display: none;
  }
}


/* Universal section */
/* Theme: creative-purple-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #faf5ff 50%, #ffffff 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.header-accent {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--secondary-500) 100%);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-700);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

/* Feature Items */
.feature-item {
  background: #ffffff;
  border-radius: 24px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  overflow: hidden;
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Large Feature Items */
.feature-large {
  grid-column: span 2;
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  padding: 3rem;
}

.feature-bg-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
  opacity: 0.3;
  border-radius: 0 24px 0 50%;
}

.feature-large:hover .feature-bg-pattern {
  opacity: 0.5;
  transform: scale(1.2);
  transition: all 0.5s ease;
}

/* Feature Icons */
.feature-icon {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--secondary-500) 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.feature-item:hover .feature-icon {
  transform: rotate(-10deg) scale(1.1);
}

.feature-icon i {
  font-size: 1.875rem;
  color: #ffffff;
}

.feature-icon-large {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-600) 0%, var(--secondary-600) 100%);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.feature-large:hover .feature-icon-large {
  transform: rotate(5deg) scale(1.1);
}

.feature-icon-large i {
  font-size: 2.5rem;
  color: #ffffff;
}

/* Feature Content */
.feature-content {
  position: relative;
  z-index: 2;
}

.feature-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.feature-large .feature-title {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
}

.feature-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.feature-large .feature-description {
  font-size: 1.0625rem;
  line-height: 1.75;
}

.feature-corner-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(225deg, transparent 50%, var(--secondary-200) 50%);
  opacity: 0.4;
  border-radius: 0 100% 0 24px;
  transition: opacity 0.3s ease;
}

.feature-large:hover .feature-corner-accent {
  opacity: 0.6;
}

/* Decorative Circles */
.decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
  animation: float 20s ease-in-out infinite;
}

.circle-1 {
  width: 200px;
  height: 200px;
  top: 15%;
  left: 5%;
  animation-delay: 0s;
}

.circle-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 8%;
  animation-delay: 5s;
}

.circle-3 {
  width: 120px;
  height: 120px;
  bottom: 20%;
  left: 15%;
  animation-delay: 10s;
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--secondary-400) 0%, var(--secondary-500) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
  animation: float 15s ease-in-out infinite;
}

.floating-icon i {
  font-size: 1.5rem;
  color: #ffffff;
}

.icon-1 {
  top: 25%;
  right: 10%;
  animation-delay: 2s;
}

.icon-2 {
  bottom: 25%;
  left: 8%;
  animation-delay: 7s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) rotate(5deg);
  }
  50% {
    transform: translateY(-10px) rotate(-5deg);
  }
  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .feature-large {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  
  .feature-large {
    grid-column: span 1;
    padding: 2.5rem;
  }
  
  .feature-item {
    padding: 2rem;
  }
  
  .feature-icon {
    width: 55px;
    height: 55px;
  }
  
  .feature-icon i {
    font-size: 1.5rem;
  }
  
  .feature-icon-large {
    width: 75px;
    height: 75px;
  }
  
  .feature-icon-large i {
    font-size: 2rem;
  }
  
  .feature-title {
    font-size: 1.25rem;
  }
  
  .feature-large .feature-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .feature-item,
  .feature-large {
    padding: 1.75rem;
  }
  
  .header-accent {
    width: 60px;
    margin-bottom: 1rem;
  }
}


/* 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 - Split Style */
.newsletter-section {
    margin: 28px 0;
    padding: 0;
}

.newsletter-split-container {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}

.newsletter-info {
    flex: 1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 30px 25px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newsletter-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: white !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: rgba(255,255,255,0.9) !important;
    line-height: 1.5 !important;
    background: transparent !important;
}

.newsletter-form-container {
    flex: 1.2;
    background: white;
    padding: 30px 25px;
    display: flex;
    align-items: center;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.newsletter-input {
    padding: 13px 16px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: white !important;
    color: #333 !important;
}

.newsletter-input:focus {
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102,126,234,0.1) !important;
}

.newsletter-button {
    padding: 13px 20px !important;
    background: #667eea !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.newsletter-button:hover {
    background: #5a6fd8 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(102,126,234,0.3) !important;
    color: white !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 15px !important;
    padding: 12px !important;
    background: #d1f2eb !important;
    border: 1px solid #a7f3d0 !important;
    border-radius: 6px !important;
    color: #065f46 !important;
    text-align: center !important;
    font-size: 13px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-split-container {
        flex-direction: column;
        max-width: 350px;
    }
    
    .newsletter-info {
        padding: 25px 20px;
    }
    
    .newsletter-form-container {
        padding: 25px 20px;
    }
}


/* Cookie Banner Styles */

/**
 * OptimizedCookieManager Styles
 * Уникальные классы с префиксом ocm- для избежания конфликтов
 * Все стили с !important для гарантированного применения
 */

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.ocm-banner {
    position: fixed !important;
    z-index: 999999 !important;
    max-width: 400px !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
}

.ocm-banner.ocm-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ ===== */
.ocm-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-position-bottom-center {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(100px) !important;
}

.ocm-position-bottom-center.ocm-show {
    transform: translateX(-50%) translateY(0) !important;
}

.ocm-position-top-right {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(-100px) !important;
}

.ocm-position-top-right.ocm-show {
    transform: translateY(0) !important;
}

/* ===== СОДЕРЖИМОЕ БАННЕРА ===== */
.ocm-banner-content,
.ocm-settings {
    padding: 24px !important;
}

.ocm-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.ocm-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.ocm-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #666666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.ocm-close:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.ocm-description {
    margin: 0 0 20px 0 !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

.ocm-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ocm-btn {
    padding: 12px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-family: inherit !important;
}

.ocm-btn-accept {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-accept:hover {
    background: #0056b3 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-reject {
    background: #6c757d !important;
    color: #ffffff !important;
}

.ocm-btn-reject:hover {
    background: #545b62 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-customize {
    background: transparent !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
}

.ocm-btn-customize:hover {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-save {
    background: #28a745 !important;
    color: #ffffff !important;
}

.ocm-btn-save:hover {
    background: #1e7e34 !important;
    transform: translateY(-1px) !important;
}

.ocm-back {
    background: none !important;
    border: none !important;
    color: #007bff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
}

.ocm-back:hover {
    background: #f8f9fa !important;
}

/* ===== НАСТРОЙКИ COOKIE ===== */
.ocm-category {
    margin-bottom: 20px !important;
    padding: 16px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
}

.ocm-category-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
}

.ocm-category-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    flex: 1 !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-always-active-badge {
    display: inline-block !important;
    padding: 2px 8px !important;
    background: #e3f2fd !important;
    color: #1976d2 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    width: fit-content !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.ocm-essential-note {
    margin: 8px 0 0 0 !important;
    padding: 8px 12px !important;
    background: #fff3cd !important;
    border-left: 3px solid #ffc107 !important;
    color: #856404 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 4px !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* === THEME: minimal-v002 === */
.ocm-theme-minimal-v002 {
    border-radius: 6px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    border: 2px solid #f0f0f0 !important;
    background: #fafafa !important;
}

.ocm-theme-minimal-v002 .ocm-btn {
    border-radius: 6px !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
}

.ocm-theme-minimal-v002 .ocm-btn-accept {
    background: #2c3e50 !important;
}

.ocm-theme-minimal-v002 .ocm-btn-accept:hover {
    background: #34495e !important;
}

.ocm-theme-minimal-v002 .ocm-btn-customize {
    border-color: #2c3e50 !important;
    color: #2c3e50 !important;
}

.ocm-theme-minimal-v002 .ocm-btn-customize:hover {
    background: #2c3e50 !important;
}

.ocm-theme-minimal-v002 .ocm-category {
    background: #ffffff !important;
    border: 1px solid #e8e8e8 !important;
}

/* === TOGGLE STYLE 15 === */
.ocm-toggle.ocm-toggle-style-15 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #4285f4 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ocm-toggle.ocm-toggle-style-15:hover {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px) !important;
}

.ocm-toggle.ocm-toggle-style-15:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(0) !important;
}