:root {
  --primary-50: #f0f9ff;
  --primary-50-rgb: 240, 249, 255;
  --primary-50-rgb: 240, 249, 255;
  --primary-100: #e0f2fe;
  --primary-100-rgb: 224, 242, 254;
  --primary-100-rgb: 224, 242, 254;
  --primary-300: #7dd3fc;
  --primary-300-rgb: 125, 211, 252;
  --primary-300-rgb: 125, 211, 252;
  --primary-500: #0284c7;
  --primary-500-rgb: 2, 132, 199;
  --primary-500-rgb: 2, 132, 199;
  --primary-700: #0369a1;
  --primary-700-rgb: 3, 105, 161;
  --primary-700-rgb: 3, 105, 161;
  --primary-200: #afe3fd;
  --primary-200-rgb: 175, 227, 253;
  --primary-200-rgb: 175, 227, 253;
  --primary-400: #40ace2;
  --primary-400-rgb: 64, 172, 226;
  --primary-400-rgb: 64, 172, 226;
  --primary-600: #0377b4;
  --primary-600-rgb: 3, 119, 180;
  --primary-600-rgb: 3, 119, 180;
  --primary-800: #025481;
  --primary-800-rgb: 2, 84, 129;
  --primary-800-rgb: 2, 84, 129;
  --primary-900: #02476e;
  --primary-900-rgb: 2, 71, 110;
  --primary-900-rgb: 2, 71, 110;
  --primary-950: #01324d;
  --primary-950-rgb: 1, 50, 77;
  --primary-950-rgb: 1, 50, 77;
  --primary-rgb: 2, 132, 199;
  --neutral-50: #f8fafc;
  --neutral-50-rgb: 248, 250, 252;
  --neutral-50-rgb: 248, 250, 252;
  --neutral-100: #f1f5f9;
  --neutral-100-rgb: 241, 245, 249;
  --neutral-100-rgb: 241, 245, 249;
  --neutral-300: #cbd5e1;
  --neutral-300-rgb: 203, 213, 225;
  --neutral-300-rgb: 203, 213, 225;
  --neutral-500: #64748b;
  --neutral-500-rgb: 100, 116, 139;
  --neutral-500-rgb: 100, 116, 139;
  --neutral-700: #334155;
  --neutral-700-rgb: 51, 65, 85;
  --neutral-700-rgb: 51, 65, 85;
  --neutral-900: #232c3a;
  --neutral-900-rgb: 35, 44, 58;
  --neutral-900-rgb: 35, 44, 58;
  --neutral-200: #dee5ed;
  --neutral-200-rgb: 222, 229, 237;
  --neutral-200-rgb: 222, 229, 237;
  --neutral-400: #98a5b6;
  --neutral-400-rgb: 152, 165, 182;
  --neutral-400-rgb: 152, 165, 182;
  --neutral-600: #4c5b70;
  --neutral-600-rgb: 76, 91, 112;
  --neutral-600-rgb: 76, 91, 112;
  --neutral-800: #293444;
  --neutral-800-rgb: 41, 52, 68;
  --neutral-800-rgb: 41, 52, 68;
  --neutral-950: #191f29;
  --neutral-950-rgb: 25, 31, 41;
  --neutral-950-rgb: 25, 31, 41;
  --surface-primary: var(--neutral-50);
  --surface-secondary: var(--neutral-100);
  --surface-accent: var(--primary-50);
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-accent: var(--primary-500);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #000000;
  --button-primary-text-rgb: 0, 0, 0;
  --button-secondary-bg: var(--neutral-100);
  --button-secondary-text: var(--neutral-900);
  --border-light: var(--neutral-300);
  --border-medium: var(--neutral-500);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --accent-50: #f5fae8;
  --accent-50-rgb: 245, 250, 232;
  --accent-50-rgb: 245, 250, 232;
  --accent-100: #e9f4e7;
  --accent-100-rgb: 233, 244, 231;
  --accent-100-rgb: 233, 244, 231;
  --accent-200: #c7e7e6;
  --accent-200-rgb: 199, 231, 230;
  --accent-200-rgb: 199, 231, 230;
  --accent-300: #a4dae5;
  --accent-300-rgb: 164, 218, 229;
  --accent-300-rgb: 164, 218, 229;
  --accent-400: #79b8ce;
  --accent-400-rgb: 121, 184, 206;
  --accent-400-rgb: 121, 184, 206;
  --accent-500: #4e96b5;
  --accent-500-rgb: 78, 150, 181;
  --accent-500-rgb: 78, 150, 181;
  --accent-600: #4f8ba4;
  --accent-600-rgb: 79, 139, 164;
  --accent-600-rgb: 79, 139, 164;
  --accent-700: #4f8093;
  --accent-700-rgb: 79, 128, 147;
  --accent-700-rgb: 79, 128, 147;
  --accent-800: #4e6e75;
  --accent-800-rgb: 78, 110, 117;
  --accent-800-rgb: 78, 110, 117;
  --accent-900: #4e6364;
  --accent-900-rgb: 78, 99, 100;
  --accent-900-rgb: 78, 99, 100;
  --accent-950: #4d5146;
  --accent-950-rgb: 77, 81, 70;
  --accent-950-rgb: 77, 81, 70;
  --accent-rgb: 78, 150, 181;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --overlay-light-rgb: 255, 255, 255;
  --overlay-dark-rgb: 0, 0, 0;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
  --text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
  --text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
  --text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
  --text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
  --text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --leading-extra_loose: 2.5;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --text-body: var(--text-primary);
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-11: 2.75rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-36: 9rem;
  --space-40: 10rem;
  --space-44: 11rem;
  --space-48: 12rem;
  --space-52: 13rem;
  --space-56: 14rem;
  --space-60: 15rem;
  --space-64: 16rem;
  --space-72: 18rem;
  --space-80: 20rem;
  --space-96: 24rem;
  --space-px: 1px;
  --space-0.5: 0.125rem;
  --space-1.5: 0.375rem;
  --space-2.5: 0.625rem;
  --space-3.5: 0.875rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  --space-6xl: 16rem;
  --section-py: clamp(3rem, 5vw, 5rem);
  --section-y-mobile: 3rem;
  --section-y-tablet: 4rem;
  --section-y-desktop: 5rem;
  --section-y-hero: clamp(4rem, 10vw, 8rem);
  --section-x: clamp(1rem, 3vw, 2rem);
  --section-gap: clamp(1.5rem, 3vw, 2.5rem);
  --card-padding: 1.5rem;
  --card-gap: 1rem;
  --button-padding-x: 1.5rem;
  --button-padding-y: 0.75rem;
  --form-gap: 1rem;
}


/* ===== EFFECTS & ELEVATION (Theme-Independent) ===== */
:root {
  /* Shadows */
  --shadow-none: none;
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  
  /* Border Radius */
  --radius-none: 0;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --transition-all: all 0.3s ease;
  
  /* Opacity */
  --opacity-disabled: 0.5;
  --opacity-loading: 0.7;
  --opacity-overlay: 0.8;
}

/* ===== SECTION BASE STYLES ===== */
section {
  padding-top: var(--section-y-mobile);
  padding-bottom: var(--section-y-mobile);
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}

@media (min-width: 768px) {
  section {
    padding-top: var(--section-y-tablet);
    padding-bottom: var(--section-y-tablet);
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--section-y-desktop);
    padding-bottom: var(--section-y-desktop);
  }
}

/* Hero section special spacing */
section[id="hero"] {
  padding-top: var(--section-y-hero);
  padding-bottom: var(--section-y-hero);
}

/* ===== RESPONSIVE BEHAVIOR ===== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {
  :root {
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  :root {
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-xl: none;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    break-inside: avoid;
  }
}

/* ===== BASE STYLES - ADDITIVE TO BOOTSTRAP ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  overflow-x: hidden;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
*:focus {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
}


﻿/* ===== FONT FAMILY UTILITIES ===== */
.best_font_primary {
  font-family: var(--font-primary);
}

.content_font_secondary {
  font-family: var(--font-secondary);
}

.modern_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.light_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);
}

.site_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);
}

.theme_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 */
.prime_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);
}

.design_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);
}

.agency_heading_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
}

.brand_heading_4 {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
}

.ui_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);
}

.elite_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 */
.creative_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);
}

.core_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);
}

.pro_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 */
.studio_caption {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-wide);
  color: var(--text-muted);
}

.company_overline {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Code Styles */
.new_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);
}

.main_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 */
.dark_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 */
.business_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);
}

.container_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);
}

.premium_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 */
.unique_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);
}

.base_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 */
.web_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);
}

.web_nav_link:hover,
.web_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.digital_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 */
.top_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) {
  .dark_hero_title {
    font-size: var(--text-4xl);
  }
  
  .business_section_title {
    font-size: var(--text-3xl);
  }
  
  .light_display_1 {
    font-size: var(--text-5xl);
  }
  
  .site_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .dark_hero_title {
    font-size: var(--text-3xl);
  }
  
  .business_section_title {
    font-size: var(--text-2xl);
  }
  
  .light_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 ===== */
.layout_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;background-clip: text;
  display: inline-block;
}

.section_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.page_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.app_text_balance {
  text-wrap: balance;
}

.bold_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .web_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .studio_caption,
  .company_overline,
  .top_footer_text {
    color: var(--text-secondary);
  }
  
  .fresh_hero_subtitle,
  .container_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .dark_hero_title,
  .business_section_title,
  .prime_heading_1,
  .design_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .layout_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 ===== */
.clean_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.smart_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.style_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.minimal_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bright_stack {
  display: flex;
  flex-direction: column;
}

.custom51_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom53_full_height {
  min-height: 100vh;
}

.business32_section_height {
  min-height: 80vh;
}

.new34_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.premium27_m_0 { margin: 0; }
.custom62_m_1 { margin: var(--space-1); }
.container29_m_2 { margin: var(--space-2); }
.pro99_m_3 { margin: var(--space-3); }
.premium90_m_4 { margin: var(--space-4); }
.studio54_m_6 { margin: var(--space-6); }
.bright0_m_8 { margin: var(--space-8); }
.creative83_m_12 { margin: var(--space-12); }
.business29_m_16 { margin: var(--space-16); }

.theme25_mx_auto { margin-left: auto; margin-right: auto; }
.web70_my_auto { margin-top: auto; margin-bottom: auto; }

.agency33_mt_0 { margin-top: 0; }
.bright80_mt_4 { margin-top: var(--space-4); }
.section60_mt_8 { margin-top: var(--space-8); }
.agency23_mt_12 { margin-top: var(--space-12); }

.layout49_mb_0 { margin-bottom: 0; }
.creative99_mb_4 { margin-bottom: var(--space-4); }
.section78_mb_8 { margin-bottom: var(--space-8); }
.elite63_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.minimal5_p_0 { padding: 0; }
.core35_p_1 { padding: var(--space-1); }
.theme66_p_2 { padding: var(--space-2); }
.theme96_p_3 { padding: var(--space-3); }
.digital0_p_4 { padding: var(--space-4); }
.section95_p_6 { padding: var(--space-6); }
.ui81_p_8 { padding: var(--space-8); }

.base52_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.modern18_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.creative96_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.minimal50_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.custom87_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.modern9_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.prime98_gap_1 { gap: var(--space-1); }
.business42_gap_2 { gap: var(--space-2); }
.unique87_gap_3 { gap: var(--space-3); }
.digital97_gap_4 { gap: var(--space-4); }
.minimal70_gap_6 { gap: var(--space-6); }
.business20_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.content74_shadow_none { box-shadow: var(--shadow-none); }
.fresh24_shadow_xs { box-shadow: var(--shadow-xs); }
.bright66_shadow_sm { box-shadow: var(--shadow-sm); }
.dark62_shadow_md { box-shadow: var(--shadow-md); }
.container15_shadow_lg { box-shadow: var(--shadow-lg); }
.bold0_shadow_xl { box-shadow: var(--shadow-xl); }
.web60_shadow_2xl { box-shadow: var(--shadow-2xl); }
.agency57_shadow_inner { box-shadow: var(--shadow-inner); }
.fresh58_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.content87_radius_none { border-radius: var(--radius-none); }
.creative66_radius_xs { border-radius: var(--radius-xs); }
.agency74_radius_sm { border-radius: var(--radius-sm); }
.new35_radius_md { border-radius: var(--radius-md); }
.studio49_radius_lg { border-radius: var(--radius-lg); }
.bright62_radius_xl { border-radius: var(--radius-xl); }
.layout47_radius_2xl { border-radius: var(--radius-2xl); }
.clean8_radius_3xl { border-radius: var(--radius-3xl); }
.brand42_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.new15_gradient_primary {
  background: var(--gradient-primary);
}

.premium59_gradient_secondary {
  background: var(--gradient-secondary);
}

.agency51_gradient_hero {
  background: var(--gradient-hero);
}

.main87_gradient_card {
  background: var(--gradient-card);
}

.layout42_gradient_overlay {
  position: relative;
}

.layout42_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;
}

.layout42_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.dark34_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.dark34_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.bright41_hover_scale {
  transition: transform var(--transition-normal);
}

.bright41_hover_scale:hover {
  transform: scale(1.02);
}

.minimal0_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.minimal0_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.section46_hover_fade {
  transition: opacity var(--transition-normal);
}

.section46_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.company72_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.company72_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.smart83_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.style81_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.clean95_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.studio16_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.studio31_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.pro42_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.prime79_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.content24_timeline {
  position: relative;
}

.content24_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.main74_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.main74_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.main74_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.section24_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.light45_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;
  }
}

.clean41_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;
  }
}

.company60_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 */
.unique66_transition_all {
  transition: var(--transition-all);
}

.design25_transition_fast {
  transition: all var(--transition-fast);
}

.minimal46_transition_normal {
  transition: all var(--transition-normal);
}

.premium98_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.premium31_bg_primary { background-color: var(--bg-primary); }
.base15_bg_secondary { background-color: var(--bg-secondary); }
.smart61_bg_muted { background-color: var(--bg-muted); }
.style30_bg_glass { background-color: var(--bg-glass); }

.new8_text_primary { color: var(--text-primary); }
.light85_text_secondary { color: var(--text-secondary); }
.smart28_text_muted { color: var(--text-muted); }
.main21_text_inverse { color: var(--text-inverse); }
.core82_text_link { color: var(--text-link); }

.layout4_border_light { border-color: var(--border-light); }
.main71_border_medium { border-color: var(--border-medium); }
.core16_border_strong { border-color: var(--border-strong); }
.layout3_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .clean95_services_grid,
  .studio31_features_grid,
  .studio16_team_grid,
  .prime79_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .pro42_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .content24_timeline::before {
    left: 30px;
  }
  
  .main74_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .business32_section_height {
    min-height: 60vh;
  }
  
  .new34_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .pro42_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .main74_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.base65_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;
}

.premium97_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.clean77_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);
}

.clean77_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .pro62_no_print {
    display: none !important;
  }
  
  .light12_print_only {
    display: block !important;
  }
  
  .fresh24_shadow_xs,
  .bright66_shadow_sm,
  .dark62_shadow_md,
  .container15_shadow_lg,
  .bold0_shadow_xl,
  .web60_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .section24_fade_in,
  .light45_slide_up,
  .clean41_slide_in_left,
  .company60_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .dark34_hover_lift,
  .bright41_hover_scale,
  .minimal0_hover_shadow,
  .section46_hover_fade,
  .unique66_transition_all,
  .design25_transition_fast,
  .minimal46_transition_normal,
  .premium98_transition_slow {
    transition: none;
  }
}

/* Header */

.header-pro {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--surface-primary);
  box-shadow: 0 2px 12px rgba(var(--black-rgb), 0.05);
  transition: box-shadow 0.3s ease;
}

.header-pro .navbar {
  padding: 1rem 0;
  position: relative;
}

/* Brand Styling */
.header-pro .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  text-decoration: none;
  transition: color 0.3s ease;
  z-index: 10003;
  position: relative;
}

.header-pro .navbar-brand:hover {
  color: var(--primary-500);
}

.header-pro .brand-text {
  display: inline-block;
  letter-spacing: -0.5px;
}

/* Navigation Links - ALL IDENTICAL */
.header-pro .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  margin: 0;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 8px;
}

.header-pro .nav-link:hover {
  color: var(--primary-500);
  background-color: color-mix(in srgb, var(--primary-50) 50%, transparent);
}

/* Desktop Navigation */
@media (min-width: 992px) {
  .header-pro .navbar-nav {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }

  .header-pro .hamburger-toggle {
    display: none;
  }

  .header-pro .menu-checkbox {
    display: none;
  }
}

/* Mobile Navigation */
@media (max-width: 991.98px) {
  /* Hide checkbox */
  .header-pro .menu-checkbox {
    display: none;
  }

  /* Custom Hamburger Icon */
  .header-pro .hamburger-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 22px;
    cursor: pointer;
    z-index: 10003;
    position: relative;
    padding: 0;
    background: transparent;
    border: none;
  }

  .header-pro .hamburger-toggle .line {
    width: 100%;
    height: 3px;
    background: #334155;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: center;
  }

  /* Hamburger Animation to X */
  .header-pro .menu-checkbox:checked ~ .hamburger-toggle .line-1 {
    transform: translateY(9.5px) rotate(45deg);
  }

  .header-pro .menu-checkbox:checked ~ .hamburger-toggle .line-2 {
    opacity: 0;
    transform: scaleX(0);
  }

  .header-pro .menu-checkbox:checked ~ .hamburger-toggle .line-3 {
    transform: translateY(-9.5px) rotate(-45deg);
  }

  /* Mobile Menu Container */
  .header-pro .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--surface-primary);
    padding: 5rem 2rem 2rem;
    transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10;
    box-shadow: -4px 0 24px rgba(var(--black-rgb), 0.1);
  }

  /* Open State */
  .header-pro .menu-checkbox:checked ~ .navbar-collapse {
    right: 0;
  }

  /* Backdrop Overlay */
  .header-pro .navbar-collapse::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(var(--black-rgb), 0.4);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: -1;
  }

  .header-pro .menu-checkbox:checked ~ .navbar-collapse::before {
    opacity: 1;
    visibility: visible;
  }

  /* Mobile Navigation List */
  .header-pro .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .header-pro .nav-item {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  .header-pro .menu-checkbox:checked ~ .navbar-collapse .nav-item {
    opacity: 1;
    transform: translateX(0);
  }

  /* Staggered animation for menu items */
  .header-pro .menu-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(1) {
    transition-delay: 0.1s;
  }

  .header-pro .menu-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(2) {
    transition-delay: 0.2s;
  }

  .header-pro .menu-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(3) {
    transition-delay: 0.3s;
  }

  .header-pro .menu-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(4) {
    transition-delay: 0.4s;
  }

  /* Mobile Link Styling */
  .header-pro .nav-link {
    display: block;
    padding: 0.875rem 1.25rem;
    font-size: 1.125rem;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
  }

  .header-pro .nav-link:hover {
    border-left-color: var(--primary-500);
    background-color: color-mix(in srgb, var(--primary-50) 50%, transparent);
    transform: translateX(5px);
  }
}

/* Decorative Accent Line */
.header-pro .header-accent-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--primary-500) 50%,
    transparent 100%
  );
  opacity: 0.3;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .header-pro .hamburger-toggle .line,
  .header-pro .navbar-collapse,
  .header-pro .nav-item,
  .header-pro .nav-link {
    transition: none;
  }
}

/* Focus States */
.header-pro .nav-link:focus,
.header-pro .navbar-brand:focus,
.header-pro .hamburger-toggle:focus {
  outline: 2px solid var(--primary-500);
  outline-offset: 4px;
  border-radius: 4px;
}

/* Tablet Adjustments */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-pro .navbar-collapse {
    width: 320px;
  }

  .header-pro .nav-link {
    font-size: 1.25rem;
  }
}

/* Small Mobile */
@media (max-width: 575.98px) {
  .header-pro .navbar-brand {
    font-size: 1.25rem;
  }

  .header-pro .navbar-collapse {
    width: 85vw;
    max-width: 280px;
  }
}

/* Hero  - Professional Blue Theme */
.hero-pro {
  position: relative;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%) 100%
  );
  padding-top: 80px;
  padding-bottom: 100px;
}

/* Background Pattern */
.hero-pro__bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 30%, color-mix(in srgb, var(--primary-100) 30%, transparent) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, color-mix(in srgb, var(--primary-100) 20%, transparent) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* Decorative Blobs */
.hero-pro__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.hero-pro__blob--1 {
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  top: -150px;
  right: -100px;
  animation: hero-pro-float 20s ease-in-out infinite;
}

.hero-pro__blob--2 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  bottom: -100px;
  left: -50px;
  animation: hero-pro-float 15s ease-in-out infinite reverse;
}

@keyframes hero-pro-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

/* Container Enhancement */
.hero-pro .container {
  position: relative;
  z-index: 1;
}

/* Content Section */
.hero-pro__content {
  position: relative;
  z-index: 2;
}

/* Badge Decorator */
.hero-pro__badge-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-pro__badge-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent);
  animation: hero-pro-pulse 2s ease-in-out infinite;
}

@keyframes hero-pro-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}

.hero-pro__badge-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary-500) 0%,
    color-mix(in srgb, var(--primary-300) 50%, transparent) 100%
  );
  border-radius: 2px;
}

/* Typography */
.hero-pro__title {
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
  background: linear-gradient(
    135deg,
    var(--text-primary) 0%,
    color-mix(in srgb, var(--primary-700) 80%, var(--text-primary) 20%) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-pro__subtitle {
  color: var(--primary-700);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.hero-pro__description {
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 540px;
}

/* Icon Grid */
.hero-pro__icon-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-pro__icon-item {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border: 2px solid color-mix(in srgb, var(--primary-300) 40%, transparent);
  border-radius: 16px;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 10%, transparent);
  transition: all 0.3s ease;
}

.hero-pro__icon-item i {
  font-size: 24px;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.hero-pro__icon-item:hover {
  transform: translateY(-4px);
  border-color: var(--primary-500);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.hero-pro__icon-item:hover i {
  color: var(--primary-700);
  transform: scale(1.1);
}

/* Image Section */
.hero-pro__image-wrapper {
  position: relative;
  z-index: 2;
}

/* Decorative Shapes Around Image */
.hero-pro__shape {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero-pro__shape--circle {
  width: 300px;
  height: 300px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-300) 20%, transparent),
    color-mix(in srgb, var(--primary-500) 15%, transparent)
  );
  border-radius: 50%;
  top: -40px;
  right: -40px;
  animation: hero-pro-rotate 30s linear infinite;
}

.hero-pro__shape--square {
  width: 200px;
  height: 200px;
  background: linear-gradient(
    45deg,
    color-mix(in srgb, var(--primary-500) 15%, transparent),
    color-mix(in srgb, var(--primary-700) 10%, transparent)
  );
  border-radius: 32px;
  bottom: -30px;
  left: -30px;
  transform: rotate(15deg);
  animation: hero-pro-rotate-reverse 25s linear infinite;
}

@keyframes hero-pro-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes hero-pro-rotate-reverse {
  0% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(375deg);
  }
}

/* Main Image Container */
.hero-pro__image-container {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 40px color-mix(in srgb, var(--primary-700) 15%, transparent),
    0 0 0 1px color-mix(in srgb, var(--primary-300) 30%, transparent);
  background: var(--surface-primary);
}

.hero-pro__image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.hero-pro__image-container:hover .hero-pro__image {
  transform: scale(1.05);
}

/* Floating Icons */
.hero-pro__float-icon {
  position: absolute;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-700) 20%, transparent);
  z-index: 3;
}

.hero-pro__float-icon i {
  font-size: 28px;
  color: var(--primary-500);
}

.hero-pro__float-icon--1 {
  top: 20%;
  left: -32px;
  animation: hero-pro-float-1 6s ease-in-out infinite;
}

.hero-pro__float-icon--2 {
  top: 60%;
  right: -32px;
  animation: hero-pro-float-2 7s ease-in-out infinite;
}

.hero-pro__float-icon--3 {
  bottom: 15%;
  left: 10%;
  animation: hero-pro-float-3 8s ease-in-out infinite;
}

@keyframes hero-pro-float-1 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

@keyframes hero-pro-float-2 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(-10deg);
  }
}

@keyframes hero-pro-float-3 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-25px) rotate(5deg);
  }
}

/* Bottom Wave */
.hero-pro__wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-50) 30%, transparent) 100%
  );
  clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: none;
  z-index: 0;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .hero-pro {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .hero-pro__title {
    font-size: 2.5rem;
  }

  .hero-pro__subtitle {
    font-size: 1.25rem;
  }

  .hero-pro__description {
    font-size: 1rem;
  }

  .hero-pro__image-container {
    margin-top: 40px;
  }

  .hero-pro__float-icon {
    width: 48px;
    height: 48px;
  }

  .hero-pro__float-icon i {
    font-size: 20px;
  }

  .hero-pro__shape--circle {
    width: 200px;
    height: 200px;
  }

  .hero-pro__shape--square {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 767.98px) {
  .hero-pro__title {
    font-size: 2rem;
  }

  .hero-pro__subtitle {
    font-size: 1.1rem;
  }

  .hero-pro__icon-grid {
    gap: 12px;
  }

  .hero-pro__icon-item {
    width: 48px;
    height: 48px;
  }

  .hero-pro__icon-item i {
    font-size: 20px;
  }

  .hero-pro__float-icon--1,
  .hero-pro__float-icon--3 {
    left: 8px;
  }

  .hero-pro__float-icon--2 {
    right: 8px;
  }

  .hero-pro__blob--1,
  .hero-pro__blob--2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hero-pro {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hero-pro__title {
    font-size: 1.75rem;
  }

  .hero-pro__description {
    font-size: 0.95rem;
  }

  .hero-pro__wave-bottom {
    height: 50px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .hero-pro__blob,
  .hero-pro__shape,
  .hero-pro__float-icon,
  .hero-pro__badge-dot {
    animation: none;
  }

  .hero-pro__image,
  .hero-pro__icon-item {
    transition: none;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .hero-pro__title,
  .hero-pro__subtitle {
    -webkit-text-fill-color: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
  }

  .hero-pro__icon-item {
    border-width: 3px;
  }

  .hero-pro__float-icon {
    border-width: 4px;
  }
}

/* About section */
.about-section-classic {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Decorative background blobs */
.about-section-classic .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
}

.about-section-classic .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
  filter: blur(80px);
}

.about-section-classic .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-700);
  bottom: -80px;
  left: -80px;
  filter: blur(70px);
}

/* Image gallery wrapper */
.about-section-classic .image-gallery-wrapper {
  position: relative;
  z-index: 1;
  min-height: 500px;
}

/* Main image container */
.about-section-classic .main-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-section-classic .main-image-container:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 70px rgba(var(--black-rgb), 0.2);
}

.about-section-classic .main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  transition: transform 0.4s ease;
}

.about-section-classic .main-image-container:hover .main-image {
  transform: scale(1.05);
}

/* Decorative shapes on images */
.about-section-classic .decorative-shape {
  position: absolute;
  pointer-events: none;
}

.about-section-classic .shape-1 {
  width: 100px;
  height: 100px;
  background: color-mix(in srgb, var(--primary-500) 30%, transparent);
  border-radius: 50%;
  top: -30px;
  right: -30px;
  border: 3px solid var(--primary-500);
}

.about-section-classic .shape-2 {
  width: 80px;
  height: 80px;
  background: transparent;
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  bottom: -20px;
  left: -20px;
}

/* Secondary images */
.about-section-classic .secondary-images {
  position: absolute;
  bottom: -30px;
  right: -30px;
  display: flex;
  gap: 15px;
  z-index: 2;
}

.about-section-classic .secondary-image-1,
.about-section-classic .secondary-image-2 {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.2);
  transition: transform 0.3s ease;
}

.about-section-classic .secondary-image-1 {
  width: 180px;
  height: 180px;
}

.about-section-classic .secondary-image-2 {
  width: 150px;
  height: 150px;
}

.about-section-classic .secondary-image-1:hover,
.about-section-classic .secondary-image-2:hover {
  transform: translateY(-5px);
}

.about-section-classic .secondary-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.3s ease;
}

.about-section-classic .secondary-images img:hover {
  filter: brightness(1.1);
}

.about-section-classic .decorative-accent {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  border-radius: 50%;
  top: -15px;
  right: -15px;
  opacity: 0.3;
}

/* Floating icons */
.about-section-classic .floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(var(--black-rgb), 0.15);
  z-index: 3;
  animation: float 3s ease-in-out infinite;
}

.about-section-classic .floating-icon i {
  font-size: 28px;
  color: var(--primary-500);
}

.about-section-classic .icon-1 {
  top: 20%;
  left: -20px;
  animation-delay: 0s;
}

.about-section-classic .icon-2 {
  bottom: 30%;
  right: -15px;
  animation-delay: 1.5s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Content wrapper */
.about-section-classic .content-wrapper {
  position: relative;
  z-index: 1;
}

/* Section header */
.about-section-classic .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.about-section-classic .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
  margin-bottom: 1rem;
}

.about-section-classic .section-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Features grid */
.about-section-classic .features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 2rem;
}

/* Feature card */
.about-section-classic .feature-card {
  display: flex;
  gap: 20px;
  padding: 25px;
  background: var(--surface-secondary);
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.about-section-classic .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-500);
  transform: scaleY(0);
  transition: transform 0.3s ease;
  transform-origin: bottom;
}

.about-section-classic .feature-card:hover {
  background: var(--surface-primary);
  border-color: color-mix(in srgb, var(--primary-300) 50%, transparent);
  box-shadow: 0 8px 25px rgba(var(--black-rgb), 0.08);
  transform: translateX(5px);
}

.about-section-classic .feature-card:hover::before {
  transform: scaleY(1);
  transform-origin: top;
}

/* Feature icon */
.about-section-classic .feature-icon {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  background: color-mix(in srgb, var(--primary-100) 60%, transparent);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.about-section-classic .feature-card:hover .feature-icon {
  background: var(--primary-500);
  transform: rotate(5deg) scale(1.1);
}

.about-section-classic .feature-icon i {
  font-size: 26px;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.about-section-classic .feature-card:hover .feature-icon i {
  color: var(--light);
}

/* Feature content */
.about-section-classic .feature-content {
  flex: 1;
}

.about-section-classic .feature-name {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.about-section-classic .feature-card:hover .feature-name {
  color: var(--primary-700);
}

.about-section-classic .feature-description {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .about-section-classic .image-gallery-wrapper {
    margin-bottom: 3rem;
    min-height: 400px;
  }
  
  .about-section-classic .secondary-images {
    bottom: -20px;
    right: -20px;
  }
  
  .about-section-classic .secondary-image-1 {
    width: 150px;
    height: 150px;
  }
  
  .about-section-classic .secondary-image-2 {
    width: 120px;
    height: 120px;
  }
  
  .about-section-classic .section-title {
    font-size: 2rem;
  }
  
  .about-section-classic .section-subtitle {
    font-size: 1.15rem;
  }
}

@media (max-width: 767.98px) {
  .about-section-classic .image-gallery-wrapper {
    min-height: 350px;
  }
  
  .about-section-classic .secondary-images {
    flex-direction: column;
    bottom: -15px;
    right: -15px;
    gap: 10px;
  }
  
  .about-section-classic .secondary-image-1,
  .about-section-classic .secondary-image-2 {
    width: 120px;
    height: 120px;
  }
  
  .about-section-classic .floating-icon {
    width: 50px;
    height: 50px;
  }
  
  .about-section-classic .floating-icon i {
    font-size: 22px;
  }
  
  .about-section-classic .section-title {
    font-size: 1.75rem;
  }
  
  .about-section-classic .section-subtitle {
    font-size: 1.1rem;
  }
  
  .about-section-classic .section-description {
    font-size: 1rem;
  }
  
  .about-section-classic .feature-card {
    padding: 20px;
    gap: 15px;
  }
  
  .about-section-classic .feature-icon {
    width: 50px;
    height: 50px;
  }
  
  .about-section-classic .feature-icon i {
    font-size: 22px;
  }
  
  .about-section-classic .feature-name {
    font-size: 1.05rem;
  }
  
  .about-section-classic .feature-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .about-section-classic .blob-1,
  .about-section-classic .blob-2 {
    width: 250px;
    height: 250px;
  }
  
  .about-section-classic .secondary-images {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 15px;
    flex-direction: row;
    justify-content: center;
  }
  
  .about-section-classic .secondary-image-1,
  .about-section-classic .secondary-image-2 {
    width: 100px;
    height: 100px;
  }
}

/* Services section */
.services-section-featured {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.services-section-featured .section-header {
  position: relative;
  z-index: 2;
}

.services-section-featured .decorative-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.services-section-featured .decorative-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-500);
  display: block;
  animation: pulse-dot 2s ease-in-out infinite;
}

.services-section-featured .decorative-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.services-section-featured .decorative-dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

.services-section-featured #services-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.services-section-featured #services-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  font-size: 1.25rem;
}

.services-section-featured #services-desc {
  color: var(--text-secondary);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Service Cards */
.services-section-featured .service-card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 16px;
  border: 2px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.services-section-featured .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-section-featured .service-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-500);
  box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.1);
}

.services-section-featured .service-card:hover::before {
  transform: scaleX(1);
}

.services-section-featured .service-card.featured {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-50) 80%, transparent 20%), 
    var(--surface-primary));
  border-color: var(--primary-500);
  box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
}

.services-section-featured .featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 2;
}

.services-section-featured .featured-badge .badge-icon {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--primary-500);
  border-radius: 50%;
  position: relative;
  animation: pulse-badge 2s ease-in-out infinite;
}

.services-section-featured .featured-badge .badge-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background: var(--surface-primary);
  border-radius: 50%;
}

@keyframes pulse-badge {
  0%, 100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-500) 70%, transparent 30%);
  }
  50% {
    box-shadow: 0 0 0 10px transparent;
  }
}

.services-section-featured .service-card-inner {
  padding: 2rem;
}

/* Service Icons */
.services-section-featured .service-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.services-section-featured .icon-background {
  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;
  position: relative;
  transition: all 0.4s ease;
}

.services-section-featured .service-card:hover .icon-background {
  transform: rotate(5deg) scale(1.05);
}

.services-section-featured .icon-background i {
  font-size: 2rem;
  color: var(--light);
}

/* Service Content */
.services-section-featured .service-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.services-section-featured .service-card:hover .service-title {
  color: var(--primary-500);
}

.services-section-featured .service-description {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
}

/* Service Features */
.services-section-featured .service-features {
  padding: 1rem;
  background: color-mix(in srgb, var(--neutral-100) 60%, transparent 40%);
  border-radius: 12px;
  border-left: 3px solid var(--primary-500);
}

.services-section-featured .features-list {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
}

/* Service Footer */
.services-section-featured .service-footer {
  padding-top: 1rem;
  border-top: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
}

.services-section-featured .price-tag {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.services-section-featured .price-label {
  font-size: 0.875rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.services-section-featured .price-value {
  font-size: 1.75rem;
  color: var(--primary-500);
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Decorative Shapes */
.services-section-featured .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.services-section-featured .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
}

.services-section-featured .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  right: -100px;
  animation: float-shape 20s ease-in-out infinite;
}

.services-section-featured .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -150px;
  left: -100px;
  animation: float-shape 25s ease-in-out infinite reverse;
}

.services-section-featured .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: float-shape 30s ease-in-out infinite;
}

@keyframes float-shape {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(30px, -30px) rotate(90deg);
  }
  50% {
    transform: translate(0, -60px) rotate(180deg);
  }
  75% {
    transform: translate(-30px, -30px) rotate(270deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .services-section-featured #services-title {
    font-size: 2.5rem;
  }

  .services-section-featured .service-card-inner {
    padding: 1.5rem;
  }

  .services-section-featured .icon-background {
    width: 60px;
    height: 60px;
  }

  .services-section-featured .icon-background i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .services-section-featured #services-title {
    font-size: 2rem;
  }

  .services-section-featured #services-subtitle {
    font-size: 1.1rem;
  }

  .services-section-featured #services-desc {
    font-size: 1rem;
  }

  .services-section-featured .service-card {
    margin-bottom: 1rem;
  }

  .services-section-featured .price-value {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .services-section-featured .service-card-inner {
    padding: 1.25rem;
  }

  .services-section-featured .featured-badge {
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
  }
}

/* Contact section */
.contact-section-primary {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Decorative Dots */
.contact-section-primary .decorative-dots-top {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.contact-section-primary .decorative-dots-top .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-500) 60%, var(--primary-700) 40%);
  display: inline-block;
  animation: pulse-dot 2s ease-in-out infinite;
}

.contact-section-primary .decorative-dots-top .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.contact-section-primary .decorative-dots-top .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

/* Typography */
.contact-section-primary #contact-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
}

.contact-section-primary #contact-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.contact-section-primary #contact-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Contact Form Card */
.contact-section-primary .contact-form-card {
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-section-primary .contact-form-card:hover {
  box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.08) !important;
  transform: translateY(-2px);
}

/* Decorative Shapes */
.contact-section-primary .decorative-shape-1 {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent 92%);
  z-index: 1;
}

.contact-section-primary .decorative-shape-2 {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 100px;
  height: 100px;
  border-radius: 30%;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
  z-index: 1;
  transform: rotate(45deg);
}

/* Form Styles */
.contact-section-primary .form-control {
  border: 2px solid var(--neutral-300);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: var(--surface-primary);
}

.contact-section-primary .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  background: var(--light);
}

.contact-section-primary .form-floating > label {
  color: var(--text-secondary);
  padding-left: 16px;
}

.contact-section-primary .form-floating > .form-control:focus ~ label,
.contact-section-primary .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: var(--primary-500);
}

/* Checkbox */
.contact-section-primary .form-check-input {
  width: 20px;
  height: 20px;
  border: 2px solid var(--neutral-300);
  border-radius: 6px;
  cursor: pointer;
}

.contact-section-primary .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-primary .form-check-label {
  color: var(--text-secondary);
  cursor: pointer;
  padding-left: 8px;
}

/* Submit Button - CRITICAL: Protected styles with !important */
.contact-section-primary .btn-submit {
  background: linear-gradient(135deg, #2563eb, #0284c7) !important;
  color: var(--light) !important;
  border: none !important;
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.25);
}

.contact-section-primary .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(37, 99, 235, 0.35);
}

.contact-section-primary .btn-submit:active {
  transform: translateY(0);
}

/* Contact Info Cards */
.contact-section-primary .info-card {
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  transition: all 0.3s ease;
}

.contact-section-primary .info-card:hover {
  box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
  transform: translateX(-4px);
  border-color: var(--primary-300);
}

.contact-section-primary .icon-wrapper {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
  flex-shrink: 0;
}

.contact-section-primary .icon-wrapper i {
  font-size: 24px;
  color: var(--primary-500);
}

.contact-section-primary .letter-spacing {
  letter-spacing: 1px;
}

.contact-section-primary #contact-info-phone,
.contact-section-primary #contact-info-email,
.contact-section-primary #contact-info-address {
  color: var(--text-primary);
  font-weight: 600;
  line-height: 1.5;
}

/* Decorative Badges */
.contact-section-primary .decorative-badges .badge-item {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent 92%);
  border: 2px solid var(--primary-300);
  transition: all 0.3s ease;
}

.contact-section-primary .decorative-badges .badge-item:hover {
  transform: scale(1.1) rotate(5deg);
  background: color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}

.contact-section-primary .decorative-badges .badge-item i {
  font-size: 24px;
  color: var(--primary-500);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .contact-section-primary .contact-form-card {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  .contact-section-primary #contact-title {
    font-size: 2rem;
  }
  
  .contact-section-primary .icon-wrapper {
    width: 45px;
    height: 45px;
  }
  
  .contact-section-primary .icon-wrapper i {
    font-size: 20px;
  }
  
  .contact-section-primary .decorative-badges .badge-item {
    width: 50px;
    height: 50px;
  }
  
  .contact-section-primary .decorative-badges .badge-item i {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .contact-section-primary .contact-form-card {
    padding: 1.5rem !important;
  }
  
  .contact-section-primary .info-card {
    padding: 1.25rem !important;
  }
}

/* Blog section */

.blog-section-pro {
  position: relative;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.blog-section-pro .section-header {
  position: relative;
  z-index: 2;
}

.blog-section-pro .decorative-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    var(--primary-700));
  border-radius: 2px;
}

.blog-section-pro #blog-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.blog-section-pro #blog-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
}

.blog-section-pro #blog-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Blog Card */
.blog-section-pro .blog-card {
  background: var(--surface-primary);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
}

.blog-section-pro .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
  border-color: var(--primary-300);
}

/* Blog Image */
.blog-section-pro .blog-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: var(--neutral-100);
}

.blog-section-pro .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-section-pro .blog-card:hover .blog-image {
  transform: scale(1.1);
}

.blog-section-pro .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-700) 60%, transparent 40%), 
    color-mix(in srgb, var(--primary-500) 60%, transparent 40%));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-section-pro .blog-card:hover .image-overlay {
  opacity: 1;
}

.blog-section-pro .image-overlay i {
  font-size: 3rem;
  color: var(--light);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.blog-section-pro .blog-card:hover .image-overlay i {
  transform: scale(1);
}

.blog-section-pro .category-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--primary-500);
  color: var(--light);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.2);
}

/* Blog Content */
.blog-section-pro .blog-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog-section-pro .blog-title {
  color: var(--text-primary);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  transition: color 0.3s ease;
}

.blog-section-pro .blog-card:hover .blog-title {
  color: var(--primary-500);
}

.blog-section-pro .blog-excerpt {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
  flex-grow: 1;
}

/* Blog Meta */
.blog-section-pro .blog-meta {
  display: flex;
  gap: 20px;
  padding-top: 12px;
  border-top: 1px solid var(--neutral-100);
}

.blog-section-pro .meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--neutral-500);
  font-size: 0.85rem;
}

.blog-section-pro .meta-item i {
  font-size: 1rem;
  color: var(--primary-500);
}

/* Blog Link */
.blog-section-pro .blog-link {
  display: inline-flex;
  align-items: center;
  color: var(--primary-500);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  padding-top: 8px;
}

.blog-section-pro .blog-link:hover {
  color: var(--primary-700);
  gap: 8px;
}

.blog-section-pro .blog-link i {
  transition: transform 0.3s ease;
}

.blog-section-pro .blog-link:hover i {
  transform: translateX(4px);
}

/* Decorative Shapes */
.blog-section-pro .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.blog-section-pro .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%), 
    transparent);
}

.blog-section-pro .shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
  animation: float 20s ease-in-out infinite;
}

.blog-section-pro .shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  right: -50px;
  animation: float 15s ease-in-out infinite reverse;
}

.blog-section-pro .shape-blob {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-100) 15%, transparent 85%), 
    transparent);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blob 25s 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 blob {
  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%;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .blog-section-pro #blog-title {
    font-size: 2rem;
  }

  .blog-section-pro .blog-image-wrapper {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .blog-section-pro {
    padding: 3rem 0;
  }

  .blog-section-pro .section-header {
    margin-bottom: 2.5rem;
  }

  .blog-section-pro #blog-title {
    font-size: 1.75rem;
  }

  .blog-section-pro #blog-desc {
    font-size: 1rem;
  }

  .blog-section-pro .blog-content {
    padding: 24px;
  }

  .blog-section-pro .blog-title {
    font-size: 1.2rem;
  }

  .blog-section-pro .blog-excerpt {
    font-size: 0.9rem;
  }

  .blog-section-pro .blog-meta {
    flex-direction: column;
    gap: 8px;
  }

  .blog-section-pro .shape-1,
  .blog-section-pro .shape-2 {
    display: none;
  }
}

@media (max-width: 575px) {
  .blog-section-pro .blog-image-wrapper {
    height: 180px;
  }

  .blog-section-pro .category-badge {
    font-size: 0.7rem;
    padding: 5px 12px;
  }
}

/* Footer section */

.footer-secondary {
  position: relative;
  padding: 80px 0 40px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
    color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
  ), url('assets/images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--light);
}

.footer-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-700) 92%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 88%, transparent) 100%
  );
  z-index: 1;
}

.footer-secondary .container {
  position: relative;
  z-index: 2;
}

/* Brand Section */
.footer-brand {
  position: relative;
  padding-right: 20px;
}

.brand-name {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--light);
  letter-spacing: -0.5px;
}

.brand-description {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(var(--white-rgb), 0.9);
  margin-bottom: 25px;
}

.decorative-dots {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.decorative-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(var(--white-rgb), 0.4);
  transition: all 0.3s ease;
}

.decorative-dots .dot:hover {
  background: rgba(var(--white-rgb), 0.8);
  transform: scale(1.3);
}

/* Footer Links Section */
.footer-links-section {
  position: relative;
}

.footer-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--light);
  position: relative;
  padding-bottom: 12px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: rgba(var(--white-rgb), 0.5);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(var(--white-rgb), 0.85);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.footer-links a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(var(--white-rgb), 0.4);
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: var(--light);
  padding-left: 20px;
}

.footer-links a:hover::before {
  background: var(--light);
  width: 8px;
  height: 8px;
}

.decorative-icon {
  margin-top: 30px;
  font-size: 32px;
  color: rgba(var(--white-rgb), 0.2);
}

/* Contact Section */
.footer-contact-section {
  position: relative;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  color: rgba(var(--white-rgb), 0.9);
  font-size: 14px;
  line-height: 1.6;
}

.contact-item i {
  font-size: 18px;
  color: rgba(var(--white-rgb), 0.7);
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-item span {
  flex: 1;
}

.decorative-shape {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(var(--white-rgb), 0.05);
  pointer-events: none;
}

/* Disclaimer Section */
.footer-disclaimer-section {
  position: relative;
}

.disclaimer-card {
  background: rgba(var(--white-rgb), 0.08);
  border: 1px solid rgba(var(--white-rgb), 0.15);
  border-radius: 12px;
  padding: 25px;
  position: relative;
  backdrop-filter: blur(10px);
}

.decorative-disclaimer-icon {
  position: absolute;
  top: -15px;
  right: 20px;
  font-size: 30px;
  color: rgba(var(--white-rgb), 0.3);
}

.disclaimer-text {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(var(--white-rgb), 0.85);
  margin: 0;
}

.floating-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
}

.floating-icons i {
  font-size: 24px;
  color: rgba(var(--white-rgb), 0.25);
  transition: all 0.3s ease;
}

.floating-icons i:hover {
  color: rgba(var(--white-rgb), 0.6);
  transform: translateY(-5px);
}

/* Footer Bottom */
.footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(var(--white-rgb), 0.15);
}

.copyright-wrapper {
  text-align: center;
  position: relative;
}

.copyright-text {
  font-size: 14px;
  color: rgba(var(--white-rgb), 0.8);
  margin: 0;
}

.decorative-line {
  width: 100px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(var(--white-rgb), 0.3),
    transparent
  );
  margin: 15px auto 0;
}

/* Background Decorations */
.background-decorations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.15;
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: color-mix(in srgb, var(--primary-300) 50%, transparent);
  top: -100px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.blob-2 {
  width: 350px;
  height: 350px;
  background: color-mix(in srgb, var(--primary-500) 40%, transparent);
  bottom: -80px;
  left: -80px;
  animation: float 25s ease-in-out infinite reverse;
}

.circle-decoration {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid rgba(var(--white-rgb), 0.1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 15s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 30px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.05;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-secondary {
    padding: 60px 0 30px;
  }

  .footer-brand {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .brand-name {
    font-size: 24px;
  }

  .footer-links-section,
  .footer-contact-section,
  .footer-disclaimer-section {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer-secondary {
    padding: 50px 0 25px;
  }

  .brand-name {
    font-size: 22px;
  }

  .brand-description {
    font-size: 14px;
  }

  .footer-heading {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .disclaimer-card {
    padding: 20px;
  }

  .footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
  }

  .copyright-text {
    font-size: 13px;
  }

  .blob-1,
  .blob-2 {
    width: 250px;
    height: 250px;
  }

  .circle-decoration {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 575px) {
  .footer-secondary {
    padding: 40px 0 20px;
  }

  .floating-icons {
    gap: 10px;
  }

  .floating-icons i {
    font-size: 20px;
  }
}

/* Universal section */

.additional-universal-special {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--neutral-0) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-special .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-special .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-special .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Content Rows */
.additional-universal-special .content-rows {
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}

.additional-universal-special .content-row {
  margin-bottom: 4rem;
}

.additional-universal-special .content-row:last-child {
  margin-bottom: 0;
}

/* Text Content */
.additional-universal-special .text-wrapper {
  position: relative;
  padding: 2rem;
  background: var(--neutral-0);
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.additional-universal-special .text-wrapper:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-left-color: var(--accent-500);
}

.additional-universal-special .content-row .order-lg-2 .text-wrapper {
  border-left: none;
  border-right: 4px solid var(--primary-500);
}

.additional-universal-special .content-row .order-lg-2 .text-wrapper:hover {
  transform: translateX(-8px);
  border-right-color: var(--accent-500);
}

.additional-universal-special .item-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.additional-universal-special .item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-special .item-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Accent */
.additional-universal-special .decorative-accent {
  position: absolute;
  width: 60px;
  height: 60px;
  opacity: 0.1;
  pointer-events: none;
}

.additional-universal-special .accent-left {
  bottom: 15px;
  left: 15px;
  border-bottom: 3px solid var(--primary-500);
  border-left: 3px solid var(--primary-500);
}

.additional-universal-special .accent-right {
  bottom: 15px;
  right: 15px;
  border-bottom: 3px solid var(--primary-500);
  border-right: 3px solid var(--primary-500);
}

/* Visual Content */
.additional-universal-special .visual-container {
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.additional-universal-special .image-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.additional-universal-special .placeholder-1 {
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-200) 100%);
}

.additional-universal-special .placeholder-2 {
  background: linear-gradient(135deg, var(--accent-100) 0%, var(--accent-200) 100%);
}

.additional-universal-special .placeholder-3 {
  background: linear-gradient(135deg, var(--primary-200) 0%, var(--accent-200) 100%);
}

.additional-universal-special .placeholder-4 {
  background: linear-gradient(135deg, var(--accent-200) 0%, var(--primary-100) 100%);
}

.additional-universal-special .placeholder-5 {
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--accent-100) 100%);
}

.additional-universal-special .content-row:hover .image-placeholder {
  transform: scale(1.02);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* Floating Icon */
.additional-universal-special .floating-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
  animation: float-gentle 3s ease-in-out infinite;
}

.additional-universal-special .floating-icon i {
  font-size: 2rem;
  color: var(--neutral-0);
}

@keyframes float-gentle {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Background Shapes */
.additional-universal-special .bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  filter: blur(60px);
}

.additional-universal-special .shape-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  top: 10%;
  left: -150px;
}

.additional-universal-special .shape-2 {
  width: 450px;
  height: 450px;
  background: var(--accent-300);
  bottom: 15%;
  right: -150px;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-special {
    padding: 4rem 0;
  }

  .additional-universal-special .content-row {
    margin-bottom: 3rem;
  }

  .additional-universal-special .visual-container {
    height: 300px;
    margin-bottom: 2rem;
  }

  .additional-universal-special .content-row .order-2 .visual-container {
    margin-bottom: 0;
    margin-top: 2rem;
  }

  .additional-universal-special .text-wrapper {
    padding: 1.75rem;
  }

  .additional-universal-special .content-row .order-lg-2 .text-wrapper {
    border-left: 4px solid var(--primary-500);
    border-right: none;
  }

  .additional-universal-special .content-row .order-lg-2 .text-wrapper:hover {
    transform: translateX(8px);
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-special {
    padding: 3rem 0;
  }

  .additional-universal-special .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-special .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-special .section-description {
    font-size: 1rem;
  }

  .additional-universal-special .content-row {
    margin-bottom: 2.5rem;
  }

  .additional-universal-special .text-wrapper {
    padding: 1.5rem;
  }

  .additional-universal-special .item-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .additional-universal-special .item-title {
    font-size: 1.35rem;
  }

  .additional-universal-special .item-description {
    font-size: 0.95rem;
  }

  .additional-universal-special .visual-container {
    height: 250px;
  }

  .additional-universal-special .floating-icon {
    width: 60px;
    height: 60px;
  }

  .additional-universal-special .floating-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-special .bg-shape {
    display: none;
  }
}


/* Universal section */
/* Theme: modern-green-01 */

.add_wrap {
  padding: var(--section-py) 0;
  background: white;
  position: relative;
}

/* Header Styles */
.add_header {
  margin-bottom: var(--space-8);
}

.add_title {
  font-family: var(--business_section_title);
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.add_subtitle {
  font-family: var(--creative_body_large);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: var(--space-3);
  line-height: 1.4;
}

.add_description {
  font-family: var(--core_body_base);
  font-size: 1.0625rem;
  color: var(--text-body);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Card Styles */
.add_card {
  height: 100%;
  padding: var(--space-6);
  background: var(--neutral-50);
  border-radius: var(--radius-lg);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.add_card:hover {
  border-color: var(--primary-500);
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  background: white;
}

.add_card_featured {
  background: linear-gradient(135deg, var(--neutral-50) 0%, white 100%);
  border: 2px solid var(--primary-500);
}

.add_card_featured:hover {
  background: linear-gradient(135deg, white 0%, var(--neutral-50) 100%);
}

.add_card_icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-500);
  color: white;
  border-radius: 50%;
  font-size: 1.75rem;
  flex-shrink: 0;
}

.add_card_featured .add_card_icon {
  width: 72px;
  height: 72px;
  font-size: 2rem;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
}

.add_card_title {
  font-family: var(--creative_body_large);
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}

.add_card_featured .add_card_title {
  font-size: 1.5rem;
}

.add_card_desc {
  font-family: var(--core_body_base);
  font-size: 0.9375rem;
  color: var(--text-body);
  margin: 0;
  line-height: 1.6;
  flex-grow: 1;
}

.add_card_featured .add_card_desc {
  font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--space-8) 0;
  }
  
  .add_card {
    padding: var(--space-5);
  }
  
  .add_card_icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
  
  .add_card_featured .add_card_icon {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
  }
  
  .add_card:hover {
    transform: translateY(-4px);
  }
}


/* Universal section */
/* Theme: modern-green-01 */

.additional-universal-section {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}

.header-accent-line {
  width: 80px;
  height: 4px;
  background: var(--primary-500);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
}

/* Content Items */
.content-wrapper {
  position: relative;
  z-index: 1;
}

.content-item {
  position: relative;
  padding: 1.5rem 0;
}

.content-text {
  position: relative;
  padding: 2rem;
  background: var(--surface-primary);
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
}

.content-item:hover .content-text {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.item-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-100);
  line-height: 1;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.content-item:hover .item-number {
  color: var(--primary-300);
}

.item-title {
  font-size: 1.75rem;
  font-weight: 600;
  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-bottom: 0;
}

/* Visual Placeholder */
.content-visual {
  position: relative;
  padding: 1rem;
}

.visual-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--surface-secondary) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-100);
  transition: all 0.3s ease;
}

.content-item:hover .visual-placeholder {
  transform: scale(1.05);
  border-color: var(--primary-300);
}

.visual-placeholder i {
  font-size: 4rem;
  color: var(--primary-500);
  opacity: 0.7;
}

/* Decorative Elements */
.decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary-100);
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  right: 5%;
}

.circle-2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  left: 3%;
}

.decorative-line {
  position: absolute;
  background: var(--primary-100);
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.line-1 {
  width: 2px;
  height: 60%;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2.25rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .item-title {
    font-size: 1.5rem;
  }

  .content-text {
    padding: 1.5rem;
  }

  .item-number {
    font-size: 2.5rem;
  }

  .visual-placeholder i {
    font-size: 3rem;
  }

  .line-1 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .content-item {
    padding: 1rem 0;
  }

  .content-text {
    padding: 1.25rem;
  }

  .item-title {
    font-size: 1.375rem;
  }

  .item-description {
    font-size: 1rem;
  }

  .decorative-circle {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .item-number {
    font-size: 2rem;
  }

  .visual-placeholder {
    aspect-ratio: 16/9;
  }

  .visual-placeholder i {
    font-size: 2.5rem;
  }
}


/* 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-alt {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--neutral-0) 0%, var(--primary-50) 30%, var(--neutral-50) 70%, var(--neutral-0) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-alt .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-alt .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-alt .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Progress Indicator */
.additional-universal-alt .progress-wrapper {
  max-width: 700px;
  margin: 3rem auto 4rem;
}

.additional-universal-alt .progress-bar-container {
  position: relative;
  height: 6px;
  background: var(--neutral-200);
  border-radius: 10px;
  overflow: hidden;
}

.additional-universal-alt .progress-fill {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500));
  border-radius: 10px;
}

.additional-universal-alt .progress-markers {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.additional-universal-alt .progress-dot {
  width: 18px;
  height: 18px;
  background: var(--neutral-0);
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/* Steps Container */
.additional-universal-alt .steps-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Step Card */
.additional-universal-alt .step-card {
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.3s ease;
  position: relative;
}

.additional-universal-alt .step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.additional-universal-alt .step-card.step-final {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 3px solid var(--primary-300);
}

.additional-universal-alt .step-card.step-final:hover {
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--neutral-0) 100%);
}

/* Step Header */
.additional-universal-alt .step-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.additional-universal-alt .step-number-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

.additional-universal-alt .badge-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--neutral-0);
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.additional-universal-alt .badge-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--neutral-0);
  line-height: 1;
}

.additional-universal-alt .step-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--accent-100), var(--accent-200));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.additional-universal-alt .step-icon-wrapper i {
  font-size: 2rem;
  color: var(--accent-700);
}

/* Step Body */
.additional-universal-alt .step-body {
  padding-left: 1rem;
}

.additional-universal-alt .step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-alt .step-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Step Footer */
.additional-universal-alt .step-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px dashed var(--neutral-200);
}

.additional-universal-alt .step-duration {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--neutral-100);
  border-radius: 20px;
  font-size: 0.875rem;
  color: var(--neutral-700);
}

.additional-universal-alt .step-duration i {
  font-size: 1.1rem;
  color: var(--primary-600);
}

.additional-universal-alt .step-arrow {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce-arrow 2s ease-in-out infinite;
}

.additional-universal-alt .step-arrow i {
  font-size: 1.5rem;
  color: var(--neutral-0);
}

@keyframes bounce-arrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

.additional-universal-alt .step-final .step-footer {
  justify-content: center;
  border-top: none;
}

.additional-universal-alt .completion-badge {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
  animation: pulse-badge 2s ease-in-out infinite;
}

.additional-universal-alt .completion-badge i {
  font-size: 2rem;
  color: var(--neutral-0);
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Background Gradients */
.additional-universal-alt .bg-gradient {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  filter: blur(80px);
}

.additional-universal-alt .grad-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-400);
  top: 15%;
  left: -150px;
}

.additional-universal-alt .grad-2 {
  width: 450px;
  height: 450px;
  background: var(--accent-400);
  bottom: 20%;
  right: -130px;
}

/* Pattern Dots */
.additional-universal-alt .pattern-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  opacity: 0.03;
  pointer-events: none;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 20px 20px;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-alt {
    padding: 4rem 0;
  }

  .additional-universal-alt .step-card {
    padding: 2rem;
    margin-bottom: 1.75rem;
  }

  .additional-universal-alt .step-number-badge {
    width: 70px;
    height: 70px;
  }

  .additional-universal-alt .badge-number {
    font-size: 1.75rem;
  }

  .additional-universal-alt .step-icon-wrapper {
    width: 65px;
    height: 65px;
  }

  .additional-universal-alt .step-icon-wrapper i {
    font-size: 1.75rem;
  }

  .additional-universal-alt .step-title {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-alt {
    padding: 3rem 0;
  }

  .additional-universal-alt .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-alt .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-alt .section-description {
    font-size: 1rem;
  }

  .additional-universal-alt .progress-wrapper {
    margin: 2.5rem auto 3rem;
  }

  .additional-universal-alt .progress-dot {
    width: 14px;
    height: 14px;
    border-width: 2px;
  }

  .additional-universal-alt .step-card {
    padding: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .additional-universal-alt .step-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .additional-universal-alt .step-number-badge {
    width: 65px;
    height: 65px;
  }

  .additional-universal-alt .badge-label {
    font-size: 0.7rem;
  }

  .additional-universal-alt .badge-number {
    font-size: 1.5rem;
  }

  .additional-universal-alt .step-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .additional-universal-alt .step-icon-wrapper i {
    font-size: 1.5rem;
  }

  .additional-universal-alt .step-body {
    padding-left: 0;
  }

  .additional-universal-alt .step-title {
    font-size: 1.25rem;
  }

  .additional-universal-alt .step-description {
    font-size: 0.95rem;
  }

  .additional-universal-alt .step-footer {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .additional-universal-alt .step-arrow {
    width: 45px;
    height: 45px;
  }

  .additional-universal-alt .step-arrow i {
    font-size: 1.35rem;
  }

  .additional-universal-alt .completion-badge {
    width: 60px;
    height: 60px;
  }

  .additional-universal-alt .completion-badge i {
    font-size: 1.75rem;
  }

  .additional-universal-alt .bg-gradient,
  .additional-universal-alt .pattern-dots {
    display: none;
  }
}


/* 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 */
/* Theme: modern-01 */

.additional-universal-section {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  z-index: 1;
}

.header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.deco-line {
  width: 40px;
  height: 2px;
  background: var(--primary-500);
}

.deco-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

.section-title {
  font-size: 2.625rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
}

/* Content Grid */
.content-grid {
  position: relative;
  z-index: 1;
}

.content-block {
  position: relative;
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  border: 1px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.content-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.content-block-primary {
  background: linear-gradient(135deg, var(--light) 0%, var(--surface-secondary) 100%);
}

.content-block-secondary {
  background: var(--light);
  border-width: 2px;
}

.content-block-featured {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--surface-primary) 100%);
  border: 2px solid var(--primary-300);
  padding: 3rem;
}

.content-block-accent {
  background: var(--surface-primary);
}

.block-badge {
  width: 65px;
  height: 65px;
  background: var(--primary-500);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.content-block:hover .block-badge {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.block-badge i {
  font-size: 1.875rem;
  color: var(--light);
}

.content-title {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1.125rem;
  line-height: 1.3;
}

.content-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Block Visuals */
.block-visual {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--neutral-100);
}

.visual-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  height: 60px;
}

.visual-bars .bar {
  flex: 1;
  background: linear-gradient(180deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.visual-bars .bar:nth-child(1) { height: 40%; }
.visual-bars .bar:nth-child(2) { height: 70%; }
.visual-bars .bar:nth-child(3) { height: 55%; }
.visual-bars .bar:nth-child(4) { height: 85%; }

.content-block:hover .visual-bars .bar {
  opacity: 1;
  height: 100% !important;
}

.visual-circles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
}

.visual-circles .circle {
  width: 50px;
  height: 50px;
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.visual-circles .circle:nth-child(2) {
  width: 60px;
  height: 60px;
  border-width: 4px;
}

.content-block:hover .visual-circles .circle {
  transform: scale(1.15);
  border-color: var(--primary-700);
}

.featured-visual {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s ease;
}

.content-block:hover .featured-visual {
  transform: rotate(10deg) scale(1.1);
}

.featured-visual i {
  font-size: 4rem;
  color: var(--light);
}

.block-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: 
    linear-gradient(45deg, var(--primary-100) 25%, transparent 25%),
    linear-gradient(-45deg, var(--primary-100) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--primary-100) 75%),
    linear-gradient(-45deg, transparent 75%, var(--primary-100) 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  opacity: 0.3;
  border-radius: 0 0 20px 0;
}

/* Floating Shapes */
.floating-shape {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.shape-square {
  width: 100px;
  height: 100px;
  background: var(--primary-500);
  top: 15%;
  left: 8%;
  transform: rotate(15deg);
  animation: float-square 15s ease-in-out infinite;
}

.shape-circle {
  width: 120px;
  height: 120px;
  background: var(--primary-700);
  border-radius: 50%;
  bottom: 20%;
  right: 10%;
  animation: float-circle 20s ease-in-out infinite;
}

.shape-triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 90px solid var(--primary-500);
  top: 50%;
  right: 5%;
  animation: float-triangle 18s ease-in-out infinite;
}

@keyframes float-square {
  0%, 100% { transform: rotate(15deg) translate(0, 0); }
  50% { transform: rotate(45deg) translate(20px, -20px); }
}

@keyframes float-circle {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-30px, 30px); }
}

@keyframes float-triangle {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(15px, -15px) rotate(180deg); }
}

.ambient-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2.125rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .content-block {
    padding: 2rem;
  }

  .content-block-featured {
    padding: 2.25rem;
  }

  .content-title {
    font-size: 1.5rem;
  }

  .featured-visual {
    width: 120px;
    height: 120px;
  }

  .featured-visual i {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.875rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .content-block {
    padding: 1.75rem;
  }

  .content-block-featured {
    padding: 2rem;
  }

  .content-title {
    font-size: 1.375rem;
  }

  .content-description {
    font-size: 1rem;
  }

  .block-badge {
    width: 55px;
    height: 55px;
  }

  .block-badge i {
    font-size: 1.5rem;
  }

  .floating-shape {
    display: none;
  }

  .featured-visual {
    margin-top: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .content-block {
    padding: 1.5rem;
  }

  .content-block-featured {
    padding: 1.75rem;
  }

  .block-visual {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }

  .visual-bars {
    height: 50px;
  }

  .visual-circles .circle {
    width: 40px;
    height: 40px;
  }

  .visual-circles .circle:nth-child(2) {
    width: 50px;
    height: 50px;
  }

  .featured-visual {
    width: 100px;
    height: 100px;
    border-radius: 20px;
  }

  .featured-visual i {
    font-size: 2.5rem;
  }
}


.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.modern-accent {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accent-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  position: relative;
  animation: accent-pulse 3s ease-in-out infinite;
}

.accent-dot::before,
.accent-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-300));
}

.accent-dot::before {
  right: 100%;
  margin-right: 8px;
  background: linear-gradient(90deg, var(--primary-300), transparent);
}

.accent-dot::after {
  left: 100%;
  margin-left: 8px;
}

@keyframes accent-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-500) 50%, transparent);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 0 10px transparent;
  }
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  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: 800px;
  margin: 0 auto;
}

/* Mixed Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

.content-block {
  background: var(--surface-secondary);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--neutral-100);
  position: relative;
  overflow: hidden;
}

.content-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.content-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.content-block:hover::before {
  transform: scaleX(1);
}

/* Block Sizes */
.block-full {
  grid-column: span 12;
}

.block-half {
  grid-column: span 6;
}

.block-large {
  grid-column: span 8;
}

.block-small {
  grid-column: span 4;
}

/* Full Width Block */
.block-inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.block-visual {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 24px;
  opacity: 0.15;
  transform: rotate(10deg);
  transition: all 0.3s ease;
}

.content-block:hover .visual-bg {
  transform: rotate(20deg) scale(1.1);
  opacity: 0.25;
}

.block-visual i {
  font-size: 3rem;
  color: var(--primary-500);
  position: relative;
  z-index: 2;
}

/* Half Width Cards */
.mini-icon {
  width: 48px;
  height: 48px;
  background: var(--primary-50);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.content-block:hover .mini-icon {
  background: var(--primary-300);
  transform: rotate(-5deg);
}

.mini-icon i {
  font-size: 1.5rem;
  color: var(--primary-700);
}

/* Large Block Horizontal */
.block-inner-horizontal {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
}

.block-icon-circle {
  flex-shrink: 0;
  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;
  transition: all 0.3s ease;
}

.content-block:hover .block-icon-circle {
  transform: scale(1.1) rotate(10deg);
}

.block-icon-circle i {
  font-size: 2rem;
  color: var(--light);
}

/* Small Block Compact */
.compact-visual {
  margin-bottom: 1.25rem;
}

.icon-stack {
  display: flex;
  gap: 0.25rem;
}

.icon-stack i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Typography Variations */
.block-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.block-title-small {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.875rem;
  line-height: 1.3;
}

.block-title-medium {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.block-title-compact {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.block-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.block-description-small,
.block-description-medium,
.block-description-compact {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Floating Elements */
.floating-element {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
  opacity: 0.5;
}

.element-1 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
  top: 20%;
  right: 5%;
  animation: float-1 15s ease-in-out infinite;
}

.element-2 {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 15%, transparent), transparent);
  bottom: 25%;
  left: 8%;
  animation: float-2 18s ease-in-out infinite;
}

.element-3 {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 18%, transparent), transparent);
  top: 60%;
  right: 10%;
  animation: float-3 20s ease-in-out infinite;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 300px;
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--primary-300) 8%, transparent), transparent);
  pointer-events: none;
  z-index: 0;
}

@keyframes float-1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-30px, -40px);
  }
}

@keyframes float-2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(40px, -30px);
  }
}

@keyframes float-3 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20px, 35px);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .content-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  
  .block-full,
  .block-half,
  .block-large,
  .block-small {
    grid-column: span 6;
  }
  
  .block-inner {
    flex-direction: column;
    text-align: center;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .content-grid {
    grid-template-columns: 1fr;
  }
  
  .block-full,
  .block-half,
  .block-large,
  .block-small {
    grid-column: span 1;
  }
  
  .content-block {
    padding: 1.5rem;
  }
  
  .block-title {
    font-size: 1.5rem;
  }
  
  .block-title-small,
  .block-title-medium {
    font-size: 1.25rem;
  }
}


/* Universal section */
/* Theme: creative-purple-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Timeline Container */
.timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
  z-index: 2;
}

/* Timeline Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    180deg,
    transparent,
    var(--primary-300) 10%,
    var(--primary-300) 90%,
    transparent
  );
  transform: translateX(-50%);
  z-index: 0;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  margin-bottom: 3rem;
  padding-left: calc(50% + 50px);
}

.timeline-item:nth-child(even) {
  padding-left: 0;
  padding-right: calc(50% + 50px);
}

.timeline-item:last-of-type {
  margin-bottom: 0;
}

/* Timeline Marker */
.timeline-marker {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 3;
}

.marker-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: var(--surface-primary);
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  z-index: 1;
}

.marker-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  border-radius: 50%;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  z-index: 2;
}

.marker-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Timeline Content */
.timeline-content {
  position: relative;
}

.timeline-item:nth-child(even) .timeline-content {
  text-align: right;
}

/* Content Card */
.content-card {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 16px;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-500) 8%, transparent 92%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.content-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}

/* Step Badge */
.step-badge {
  display: inline-flex;
  margin-bottom: 1rem;
}

.step-badge i {
  font-size: 2rem;
  color: var(--primary-500);
}

.timeline-item:nth-child(even) .step-badge {
  float: right;
}

/* Timeline Title */
.timeline-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  clear: both;
}

/* Timeline Description */
.timeline-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Card Decoration */
.card-decoration {
  position: absolute;
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

.timeline-item:nth-child(odd) .card-decoration {
  bottom: -30px;
  right: -30px;
}

.timeline-item:nth-child(even) .card-decoration {
  bottom: -30px;
  left: -30px;
}

/* Background Shapes */
.background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  top: 10%;
  right: 5%;
}

.shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 12%, transparent 88%),
    transparent
  );
  bottom: 15%;
  left: 5%;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .timeline-line {
    left: 30px;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    padding-left: 80px;
    padding-right: 0;
  }
  
  .timeline-marker {
    left: 30px;
  }
  
  .marker-icon {
    width: 50px;
    height: 50px;
  }
  
  .marker-icon i {
    font-size: 1.25rem;
  }
  
  .marker-dot {
    width: 20px;
    height: 20px;
  }
  
  .timeline-item:nth-child(even) .timeline-content {
    text-align: left;
  }
  
  .timeline-item:nth-child(even) .step-badge {
    float: none;
  }
  
  .timeline-item:nth-child(even) .card-decoration {
    left: auto;
    right: -30px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-header {
    margin-bottom: 2.5rem !important;
  }
  
  .timeline-container {
    padding: 1rem 0;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    padding-left: 60px;
    margin-bottom: 2rem;
  }
  
  .content-card {
    padding: 1.5rem;
  }
  
  .step-badge i {
    font-size: 1.5rem;
  }
}


/* ===================================
   v-010: Professional Blue Theme
   Layout: Card Grid with Featured Element
   =================================== */

.add_wrap.v010_professional {
  padding: var(--section-py) 0;
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Header Section */
.add_wrap.v010_professional .add_header {
  margin-bottom: var(--space-12);
  position: relative;
  z-index: 2;
}

.add_wrap.v010_professional .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-weight: 700;
  line-height: 1.2;
}

.add_wrap.v010_professional .add_subtitle {
  color: var(--primary-500);
  margin-bottom: var(--space-6);
  font-weight: 600;
}

.add_wrap.v010_professional .add_description {
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Decorative Line */
.add_wrap.v010_professional .add_decorative_line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
  margin: var(--space-8) auto var(--space-12);
  border-radius: 2px;
}

/* Content Grid */
.add_wrap.v010_professional .add_content_grid {
  position: relative;
  z-index: 2;
}

/* Standard Cards */
.add_wrap.v010_professional .add_card {
  height: 100%;
  padding: var(--space-8);
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.add_wrap.v010_professional .add_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: var(--primary-500);
  transition: height 0.3s ease;
}

.add_wrap.v010_professional .add_card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.add_wrap.v010_professional .add_card:hover::before {
  height: 100%;
}

/* Card Icon */
.add_wrap.v010_professional .add_card_icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50);
  border-radius: 12px;
  margin-bottom: var(--space-4);
  transition: all 0.3s ease;
}

.add_wrap.v010_professional .add_card_icon i {
  font-size: 28px;
  color: var(--primary-500);
}

.add_wrap.v010_professional .add_card:hover .add_card_icon {
  background: var(--primary-500);
}

.add_wrap.v010_professional .add_card:hover .add_card_icon i {
  color: #ffffff;
}

/* Card Content */
.add_wrap.v010_professional .add_card_title {
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--space-3);
  line-height: 1.3;
}

.add_wrap.v010_professional .add_card_desc {
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.6;
}

/* Card Variants */
.add_wrap.v010_professional .add_card_primary .add_card_icon {
  background: var(--primary-100);
}

.add_wrap.v010_professional .add_card_secondary .add_card_icon {
  background: var(--primary-50);
}

.add_wrap.v010_professional .add_card_accent .add_card_icon i {
  color: var(--primary-700);
}

.add_wrap.v010_professional .add_card_highlight {
  border-color: var(--primary-300);
}

/* Featured Card (Element 5) */
.add_wrap.v010_professional .add_featured_card {
  padding: var(--space-8);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--primary-300);
  transition: all 0.3s ease;
}

.add_wrap.v010_professional .add_featured_card:hover {
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.15);
}

.add_wrap.v010_professional .add_featured_icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-500);
  border-radius: 50%;
  margin: 0 auto;
}

.add_wrap.v010_professional .add_featured_icon i {
  font-size: 48px;
  color: #ffffff;
}

.add_wrap.v010_professional .add_featured_title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--space-4);
  line-height: 1.3;
}

.add_wrap.v010_professional .add_featured_desc {
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.7;
}

/* Decorative Background Elements */
.add_wrap.v010_professional .add_decorative_blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
}

.add_wrap.v010_professional .add_decorative_blob_1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  right: -100px;
}

.add_wrap.v010_professional .add_decorative_blob_2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: -150px;
  left: -100px;
}

.add_wrap.v010_professional .add_decorative_circle {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  top: 50%;
  left: -75px;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .add_wrap.v010_professional .add_featured_icon {
    width: 80px;
    height: 80px;
  }

  .add_wrap.v010_professional .add_featured_icon i {
    font-size: 36px;
  }

  .add_wrap.v010_professional .add_featured_title {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .add_wrap.v010_professional .add_card {
    padding: var(--space-6);
  }

  .add_wrap.v010_professional .add_card_icon {
    width: 50px;
    height: 50px;
  }

  .add_wrap.v010_professional .add_card_icon i {
    font-size: 24px;
  }

  .add_wrap.v010_professional .add_card_title {
    font-size: 1.125rem;
  }

  .add_wrap.v010_professional .add_featured_card {
    padding: var(--space-6);
  }

  .add_wrap.v010_professional .add_featured_icon {
    width: 70px;
    height: 70px;
    margin-bottom: var(--space-4);
  }

  .add_wrap.v010_professional .add_featured_icon i {
    font-size: 32px;
  }

  .add_wrap.v010_professional .add_featured_title {
    font-size: 1.125rem;
  }

  .add_wrap.v010_professional .add_decorative_line {
    width: 60px;
    height: 3px;
  }
}


/* Universal section */
/* Nested boxes layout with organic growth visual */

.add_wrap_bold {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--primary-50, #ecfdf5) 30%, var(--primary-50, #ecfdf5) 70%, #ffffff 100%);
}

/* Header with growth visual */
.add_wrap_bold .add_header_growth {
  position: relative;
  padding: var(--space-8, 2rem) 0;
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_bold .growth_visual {
  position: relative;
  width: 120px;
  height: 80px;
  margin: 0 auto var(--space-6, 1.5rem);
}

.add_wrap_bold .growth_stem {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500, #059669) 0%, var(--primary-300, #6ee7b7) 100%);
  border-radius: 2px;
}

.add_wrap_bold .growth_leaf {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--primary-100, #d1fae5);
  border: 2px solid var(--primary-500, #059669);
  border-radius: 50%;
  color: var(--primary-500, #059669);
  font-size: 0.5rem;
  animation: grow-leaf 2s ease-out forwards;
  opacity: 0;
}

.add_wrap_bold .leaf_1 {
  bottom: 60%;
  left: 0;
  animation-delay: 0.3s;
}

.add_wrap_bold .leaf_2 {
  bottom: 40%;
  right: 0;
  animation-delay: 0.6s;
}

.add_wrap_bold .leaf_3 {
  bottom: 20%;
  left: -10px;
  animation-delay: 0.9s;
}

@keyframes grow-leaf {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.add_wrap_bold .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_bold .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;
  font-style: italic;
}

.add_wrap_bold .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.75;
}

/* Nested boxes */
.add_wrap_bold .add_nested_boxes {
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_bold .nested_box {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--primary-200, #a7f3d0);
  transition: all 0.3s ease;
  height: 100%;
}

.add_wrap_bold .nested_box:hover {
  border-color: var(--primary-500, #059669);
  box-shadow: 0 12px 32px rgba(5, 150, 105, 0.15);
  transform: translateY(-4px);
}

/* Box levels with different styles */
.add_wrap_bold .box_level_1 {
  background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
  padding: var(--space-8, 2rem);
  text-align: center;
}

.add_wrap_bold .box_level_2 {
  min-height: 300px;
}

.add_wrap_bold .box_level_3 {
  background: #ffffff;
  border-width: 3px;
  border-color: var(--primary-400, #34d399);
  text-align: center;
  padding: var(--space-8, 2rem);
}

/* Icon leaves */
.add_wrap_bold .box_icon_leaf {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100, #d1fae5);
  border-radius: 50% 0 50% 50%;
  color: var(--primary-500, #059669);
  font-size: 1.75rem;
  margin: 0 auto var(--space-4, 1rem);
  transition: all 0.3s ease;
}

.add_wrap_bold .nested_box:hover .box_icon_leaf {
  background: var(--primary-500, #059669);
  color: #ffffff;
  transform: rotate(90deg) scale(1.1);
}

.add_wrap_bold .box_level_2 .box_icon_leaf {
  margin: 0 0 var(--space-4, 1rem) 0;
}

/* Content */
.add_wrap_bold .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_bold .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.65;
  margin: 0;
}

/* Conclusion box */
.add_wrap_bold .box_conclusion {
  background: linear-gradient(135deg, var(--primary-100, #d1fae5) 0%, #ffffff 50%, var(--primary-100, #d1fae5) 100%);
  border: 3px solid var(--primary-500, #059669);
  padding: var(--space-10, 2.5rem);
  text-align: center;
}

.add_wrap_bold .box_conclusion:hover {
  background: linear-gradient(135deg, var(--primary-200, #a7f3d0) 0%, #ffffff 50%, var(--primary-200, #a7f3d0) 100%);
  border-color: var(--primary-700, #047857);
}

.add_wrap_bold .conclusion_garden {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.25rem;
  margin: 0 auto var(--space-6, 1.5rem);
  box-shadow: 0 12px 32px rgba(5, 150, 105, 0.3);
  position: relative;
}

.add_wrap_bold .conclusion_garden::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border: 3px solid var(--primary-300, #6ee7b7);
  border-radius: 50%;
  animation: pulse-ring-green 2s ease-out infinite;
}

@keyframes pulse-ring-green {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.add_wrap_bold .box_content_wide {
  max-width: 900px;
  margin: 0 auto;
}

.add_wrap_bold .box_conclusion .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  color: var(--primary-700, #047857);
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .add_wrap_bold {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_bold .add_header_growth {
    padding: var(--space-4, 1rem) 0;
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_bold .growth_visual {
    width: 80px;
    height: 60px;
  }
  
  .add_wrap_bold .growth_leaf {
    width: 24px;
    height: 24px;
  }
  
  .add_wrap_bold .nested_box {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_bold .box_level_1,
  .add_wrap_bold .box_level_3 {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_bold .box_conclusion {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_bold .box_level_2 {
    min-height: auto;
  }
  
  .add_wrap_bold .box_icon_leaf {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
  
  .add_wrap_bold .conclusion_garden {
    width: 72px;
    height: 72px;
    font-size: 1.75rem;
  }
  
  .add_wrap_bold .conclusion_garden::before {
    width: 90px;
    height: 90px;
  }
}


.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;
  }
}


/* Team Social Links - 3D Effect Style */
.team-social-links {
    margin-top: 22px;
    padding: 18px 0;
    perspective: 1000px;
}

.social-icons-grid {
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 13px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 6px 0 rgba(0,0,0,0.2);
}

.social-link::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 13px;
    background: inherit;
    filter: brightness(0.85);
    transform: translateZ(-6px);
}

.social-link:hover {
    transform: translateY(-3px) rotateX(10deg);
    box-shadow: 0 9px 0 rgba(0,0,0,0.2);
    color: white;
}

.social-link:active {
    transform: translateY(2px) rotateX(5deg);
    box-shadow: 0 3px 0 rgba(0,0,0,0.2);
}

.facebook-link {
    background: linear-gradient(135deg, #1877f2 0%, #0d6efd 100%);
}

.linkedin-link {
    background: linear-gradient(135deg, #0a66c2 0%, #084a8a 100%);
}

.instagram-link {
    background: linear-gradient(135deg, #e4405f 0%, #d62976 100%);
}

.x-link {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    position: relative;
}

.x-link::after {
    content: '✕';
    font-weight: 900;
    font-size: 22px;
    z-index: 2;
    position: relative;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 14px;
    }
    
    .social-link {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}


/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}


/* Cookie Banner Styles */

/**
 * OptimizedCookieManager Styles
 * Уникальные классы с префиксом ocm- для избежания конфликтов
 * Все стили с !important для гарантированного применения
 */

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.ocm-banner {
    position: fixed !important;
    z-index: 999999 !important;
    max-width: 400px !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
}

.ocm-banner.ocm-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ ===== */
.ocm-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-position-bottom-center {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(100px) !important;
}

.ocm-position-bottom-center.ocm-show {
    transform: translateX(-50%) translateY(0) !important;
}

.ocm-position-top-right {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(-100px) !important;
}

.ocm-position-top-right.ocm-show {
    transform: translateY(0) !important;
}

/* ===== СОДЕРЖИМОЕ БАННЕРА ===== */
.ocm-banner-content,
.ocm-settings {
    padding: 24px !important;
}

.ocm-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.ocm-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.ocm-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #666666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.ocm-close:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.ocm-description {
    margin: 0 0 20px 0 !important;
    color: #333333 !important;
    line-height: 1.6 !important;
}

.ocm-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ocm-btn {
    padding: 12px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-family: inherit !important;
}

.ocm-btn-accept {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-accept:hover {
    background: #0056b3 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-reject {
    background: #6c757d !important;
    color: #ffffff !important;
}

.ocm-btn-reject:hover {
    background: #545b62 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-customize {
    background: transparent !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
}

.ocm-btn-customize:hover {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-save {
    background: #28a745 !important;
    color: #ffffff !important;
}

.ocm-btn-save:hover {
    background: #1e7e34 !important;
    transform: translateY(-1px) !important;
}

.ocm-back {
    background: none !important;
    border: none !important;
    color: #007bff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
}

.ocm-back:hover {
    background: #f8f9fa !important;
}

/* ===== НАСТРОЙКИ COOKIE ===== */
.ocm-category {
    margin-bottom: 20px !important;
    padding: 16px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
}

.ocm-category-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
}

.ocm-category-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    flex: 1 !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-always-active-badge {
    display: inline-block !important;
    padding: 2px 8px !important;
    background: #e3f2fd !important;
    color: #1976d2 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    width: fit-content !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #333333 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.ocm-essential-note {
    margin: 8px 0 0 0 !important;
    padding: 8px 12px !important;
    background: #fff3cd !important;
    border-left: 3px solid #ffc107 !important;
    color: #856404 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 4px !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* === THEME: modern-v003 === */
.ocm-theme-modern-v003 {
    border-radius: 18px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%) !important;
    border: none !important;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3) !important;
}

.ocm-theme-modern-v003 .ocm-title,
.ocm-theme-modern-v003 .ocm-description {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.ocm-theme-modern-v003 .ocm-btn {
    border-radius: 10px !important;
    font-weight: 600 !important;
}

.ocm-theme-modern-v003 .ocm-btn-accept {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #667eea !important;
}

.ocm-theme-modern-v003 .ocm-btn-accept:hover {
    background: #ffffff !important;
    transform: translateY(-2px) !important;
}

/* === TOGGLE STYLE 2 === */
.ocm-toggle.ocm-toggle-style-2 {
    border-radius: 15px !important;
    background: linear-gradient(45deg, #ff6b6b, #feca57) !important;
    box-shadow: 0 8px 32px rgba(255, 107, 107, 0.3) !important;
    width: 55px !important;
    height: 45px !important;
}

.ocm-toggle.ocm-toggle-style-2:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 40px rgba(255, 107, 107, 0.4) !important;
}

.ocm-toggle.ocm-toggle-style-2::before {
    content: "🍪" !important;
    font-size: 22px !important;
}