/* lib/root/ARC_css/root.css */
/* 
 * 
 * 
 * 
 */

/* ===== COLOR SYSTEM (from themes/pastel-01.json) ===== */
:root {
  /* Brand Colors */
  --tc-brand-primary: #e854ff;
  --tc-brand-secondary: #0ea5e9;
  --tc-brand-accent: #eab308;
  --tc-brand-surface: #ffffff;
  
  /* Primary Color Scale */
  --tc-primary-50: #fef7ff;
  --tc-primary-100: #fdeeff;
  --tc-primary-200: #fbddff;
  --tc-primary-300: #f7bbff;
  --tc-primary-400: #f188ff;
  --tc-primary-500: #e854ff;
  --tc-primary-600: #d32af0;
  --tc-primary-700: #b618d3;
  --tc-primary-800: #9515ad;
  --tc-primary-900: #7a178a;
  --tc-primary-950: #4c0e54;
  
  /* Secondary Color Scale */
  --tc-secondary-50: #f0f9ff;
  --tc-secondary-100: #e0f2fe;
  --tc-secondary-200: #bae6fd;
  --tc-secondary-300: #7dd3fc;
  --tc-secondary-400: #38bdf8;
  --tc-secondary-500: #0ea5e9;
  --tc-secondary-600: #0284c7;
  --tc-secondary-700: #0369a1;
  --tc-secondary-800: #075985;
  --tc-secondary-900: #0c4a6e;
  --tc-secondary-950: #082f49;
  
  /* Neutral Color Scale */
  --tc-neutral-50: #fafafa;
  --tc-neutral-100: #f5f5f5;
  --tc-neutral-200: #e5e5e5;
  --tc-neutral-300: #d4d4d4;
  --tc-neutral-400: #a3a3a3;
  --tc-neutral-500: #737373;
  --tc-neutral-600: #525252;
  --tc-neutral-700: #404040;
  --tc-neutral-800: #262626;
  --tc-neutral-900: #171717;
  --tc-neutral-950: #0a0a0a;
  
  /* Semantic Colors - WCAG AA Compliant */
  --tc-bg-primary: #ffffff;        /* WCAG AAA with text-primary (21:1) */
  --tc-bg-secondary: #fafafa;      /* WCAG AAA with text-primary (19.8:1) */
  --tc-bg-muted: #f5f5f5;          /* WCAG AAA with text-primary (18.2:1) */
  --tc-bg-inverse: #171717;        /* WCAG AAA with text-inverse (21:1) */
  --tc-bg-overlay: rgba(23, 23, 23, 0.8);
  --tc-bg-glass: rgba(255, 255, 255, 0.1);
  
  --tc-text-primary: #171717;      /* WCAG AAA on white background (21:1) */
  --tc-text-secondary: #525252;    /* WCAG AAA on white background (7.5:1) */
  --tc-text-muted: #737373;        /* WCAG AA on white background (4.8:1) */
  --tc-text-inverse: #ffffff;      /* WCAG AAA on dark background (21:1) */
  --tc-text-link: #0ea5e9;         /* WCAG AA on white background (4.5:1) */
  --tc-text-link-hover: #0284c7;   /* WCAG AA on white background (5.8:1) */
  
  --tc-border-light: #e5e5e5;
  --tc-border-medium: #d4d4d4;
  --tc-border-strong: #a3a3a3;
  --tc-border-interactive: #0ea5e9;
  
  /* State Colors */
  --tc-state-hover: rgba(232, 84, 255, 0.08);
  --tc-state-focus: rgba(14, 165, 233, 0.12);
  --tc-state-active: rgba(232, 84, 255, 0.15);
  --tc-state-disabled: rgba(115, 115, 115, 0.5);
  
  /* Status Colors */
  --tc-success: #22c55e;
  --tc-success-bg: #f0fdf4;
  --tc-warning: #f59e0b;
  --tc-warning-bg: #fffbeb;
  --tc-error: #ef4444;
  --tc-error-bg: #fef2f2;
}

/* ===== SPACING SYSTEM (from spacing.json) ===== */
:root {
  /* Base Spacing Scale */
  --tc-space-0: 0;
  --tc-space-px: 1px;
  --tc-space-1: 0.25rem;    /* 4px */
  --tc-space-2: 0.5rem;     /* 8px */
  --tc-space-3: 0.75rem;    /* 12px */
  --tc-space-4: 1rem;       /* 16px */
  --tc-space-5: 1.25rem;    /* 20px */
  --tc-space-6: 1.5rem;     /* 24px */
  --tc-space-8: 2rem;       /* 32px */
  --tc-space-10: 2.5rem;    /* 40px */
  --tc-space-12: 3rem;      /* 48px */
  --tc-space-16: 4rem;      /* 64px */
  --tc-space-20: 5rem;      /* 80px */
  --tc-space-24: 6rem;      /* 96px */
  --tc-space-32: 8rem;      /* 128px */
  
  /* Semantic Spacing */
  --tc-space-xs: 0.5rem;
  --tc-space-sm: 1rem;
  --tc-space-md: 1.5rem;
  --tc-space-lg: 2rem;
  --tc-space-xl: 3rem;
  --tc-space-2xl: 4rem;
  --tc-space-3xl: 6rem;
  --tc-space-4xl: 8rem;
  
  /* Section Spacing - Responsive */
  --tc-section-y-mobile: 3rem;
  --tc-section-y-tablet: 4rem;
  --tc-section-y-desktop: 5rem;
  --tc-section-y-hero: clamp(4rem, 10vw, 8rem);
  --tc-section-x: clamp(1rem, 3vw, 2rem);
  --tc-section-gap: clamp(1.5rem, 3vw, 2.5rem);
  
  /* Component Spacing */
  --tc-card-padding: 1.5rem;
  --tc-card-gap: 1rem;
  --tc-button-padding-x: 1.5rem;
  --tc-button-padding-y: 0.75rem;
  --tc-form-gap: 1rem;
}

/* ===== TYPOGRAPHY SYSTEM (from typography.json) ===== */
:root {
  /* Font Families */
  --tc-font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --tc-font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --tc-font-mono: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', monospace;
  
  /* Font Weights */
  --tc-font-light: 300;
  --tc-font-normal: 400;
  --tc-font-medium: 500;
  --tc-font-semibold: 600;
  --tc-font-bold: 700;
  --tc-font-extrabold: 800;
  
  /* Fluid Font Sizes */
  --tc-text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --tc-text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --tc-text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --tc-text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --tc-text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --tc-text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --tc-text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
  --tc-text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --tc-text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
  --tc-text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
  
  /* Line Heights */
  --tc-leading-none: 1;
  --tc-leading-tight: 1.25;
  --tc-leading-snug: 1.375;
  --tc-leading-normal: 1.5;
  --tc-leading-relaxed: 1.625;
  --tc-leading-loose: 2;
  
  /* Letter Spacing */
  --tc-tracking-tighter: -0.05em;
  --tc-tracking-tight: -0.025em;
  --tc-tracking-normal: 0;
  --tc-tracking-wide: 0.025em;
  --tc-tracking-wider: 0.05em;
}

/* ===== EFFECTS & ELEVATION ===== */
:root {
  /* Shadows */
  --tc-shadow-none: none;
  --tc-shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tc-shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --tc-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tc-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --tc-shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tc-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --tc-shadow-colored: 0 10px 15px -3px rgba(232, 84, 255, 0.15), 0 4px 6px -2px rgba(232, 84, 255, 0.1);
  
  /* Border Radius */
  --tc-radius-none: 0;
  --tc-radius-xs: 0.125rem;
  --tc-radius-sm: 0.25rem;
  --tc-radius-md: 0.375rem;
  --tc-radius-lg: 0.5rem;
  --tc-radius-xl: 0.75rem;
  --tc-radius-2xl: 1rem;
  --tc-radius-3xl: 1.5rem;
  --tc-radius-full: 9999px;
  
  /* Transitions */
  --tc-transition-fast: 0.15s ease;
  --tc-transition-normal: 0.3s ease;
  --tc-transition-slow: 0.5s ease;
  --tc-transition-all: all 0.3s ease;
  
  /* Opacity */
  --tc-opacity-disabled: 0.5;
  --tc-opacity-loading: 0.7;
  --tc-opacity-overlay: 0.8;
}

/* ===== GRADIENTS ===== */
:root {
  --tc-gradient-primary: linear-gradient(135deg, #e854ff 0%, #0ea5e9 100%);
  --tc-gradient-secondary: linear-gradient(135deg, #0ea5e9 0%, #eab308 100%);
  --tc-gradient-hero: linear-gradient(135deg, #fef7ff 0%, #f0f9ff 50%, #fefce8 100%);
  --tc-gradient-card: linear-gradient(145deg, #ffffff 0%, #fafafa 100%);
  --tc-gradient-overlay-light: linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
  --tc-gradient-overlay-dark: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.4));
}

/* ===== BASE STYLES - ADDITIVE TO BOOTSTRAP ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  font-family: var(--tc-font-primary);
  line-height: var(--tc-leading-relaxed);
  color: var(--tc-text-primary);
  background-color: var(--tc-bg-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* ===== SECTION BASE STYLES ===== */
section {
  padding-top: var(--tc-section-y-mobile);
  padding-bottom: var(--tc-section-y-mobile);
  padding-left: var(--tc-section-x);
  padding-right: var(--tc-section-x);
}

@media (min-width: 768px) {
  section {
    padding-top: var(--tc-section-y-tablet);
    padding-bottom: var(--tc-section-y-tablet);
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--tc-section-y-desktop);
    padding-bottom: var(--tc-section-y-desktop);
  }
}

/* Hero section special spacing */
section[id="hero"] {
  padding-top: var(--tc-section-y-hero);
  padding-bottom: var(--tc-section-y-hero);
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
*:focus {
  outline: 2px solid var(--tc-border-interactive);
  outline-offset: 2px;
  border-radius: var(--tc-radius-sm);
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--tc-border-interactive);
  outline-offset: 2px;
}

/* ===== 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 {
    --tc-shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    --tc-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --tc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    --tc-border-light: #999999;
    --tc-border-medium: #666666;
  }
}

@media (prefers-color-scheme: dark) {
  /* Dark mode variables can be added here in future versions */
}

/* ===== PRINT STYLES ===== */
@media print {
  :root {
    --tc-shadow-sm: none;
    --tc-shadow-md: none;
    --tc-shadow-lg: none;
    --tc-shadow-xl: none;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    break-inside: avoid;
  }
}

/* lib/root/ARC_css/typography.css */
/* 
 * Template Composer - Typography System
 * Bootstrap 5 Compatible Extensions - No Overrides
 * Based on tokens from /lib/root/tokens/typography.json
 */

/* ===== FONT FAMILY UTILITIES ===== */
.tc_font_primary {
  font-family: var(--tc-font-primary);
}

.tc_font_secondary {
  font-family: var(--tc-font-secondary);
}

.tc_font_mono {
  font-family: var(--tc-font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.tc_display_1 {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-6xl);
  font-weight: var(--tc-font-extrabold);
  line-height: var(--tc-leading-none);
  letter-spacing: var(--tc-tracking-tighter);
}

.tc_display_2 {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-5xl);
  font-weight: var(--tc-font-bold);
  line-height: var(--tc-leading-tight);
  letter-spacing: var(--tc-tracking-tight);
}

.tc_display_3 {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-4xl);
  font-weight: var(--tc-font-bold);
  line-height: var(--tc-leading-tight);
  letter-spacing: var(--tc-tracking-tight);
}

/* Heading Styles - For section titles and content hierarchy */
.tc_heading_1 {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-4xl);
  font-weight: var(--tc-font-bold);
  line-height: var(--tc-leading-tight);
  letter-spacing: var(--tc-tracking-tight);
}

.tc_heading_2 {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-3xl);
  font-weight: var(--tc-font-bold);
  line-height: var(--tc-leading-tight);
  letter-spacing: var(--tc-tracking-tight);
}

.tc_heading_3 {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-2xl);
  font-weight: var(--tc-font-semibold);
  line-height: var(--tc-leading-snug);
  letter-spacing: var(--tc-tracking-normal);
}

.tc_heading_4 {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-xl);
  font-weight: var(--tc-font-semibold);
  line-height: var(--tc-leading-snug);
  letter-spacing: var(--tc-tracking-normal);
}

.tc_heading_5 {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-lg);
  font-weight: var(--tc-font-semibold);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
}

.tc_heading_6 {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-base);
  font-weight: var(--tc-font-medium);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
}

/* Body Text Styles */
.tc_body_large {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-lg);
  font-weight: var(--tc-font-normal);
  line-height: var(--tc-leading-relaxed);
  letter-spacing: var(--tc-tracking-normal);
}

.tc_body_base {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-base);
  font-weight: var(--tc-font-normal);
  line-height: var(--tc-leading-relaxed);
  letter-spacing: var(--tc-tracking-normal);
}

.tc_body_small {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-sm);
  font-weight: var(--tc-font-normal);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
}

/* Utility Text Styles */
.tc_caption {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-xs);
  font-weight: var(--tc-font-medium);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-wide);
  color: var(--tc-text-muted);
}

.tc_overline {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-xs);
  font-weight: var(--tc-font-semibold);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-wider);
  text-transform: uppercase;
  color: var(--tc-text-muted);
}

/* Code Styles */
.tc_code_inline {
  font-family: var(--tc-font-mono);
  font-size: 0.875em;
  font-weight: var(--tc-font-medium);
  line-height: var(--tc-leading-normal);
  background-color: var(--tc-bg-muted);
  color: var(--tc-text-primary);
  padding: 0.125rem 0.25rem;
  border-radius: var(--tc-radius-sm);
}

.tc_code_block {
  font-family: var(--tc-font-mono);
  font-size: var(--tc-text-sm);
  font-weight: var(--tc-font-normal);
  line-height: var(--tc-leading-relaxed);
  background-color: var(--tc-bg-muted);
  color: var(--tc-text-primary);
  padding: var(--tc-space-4);
  border-radius: var(--tc-radius-md);
  overflow-x: auto;
}

/* ===== SECTION-SPECIFIC TYPOGRAPHY ===== */

/* Hero Section Typography */
.tc_hero_title {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-6xl);
  font-weight: var(--tc-font-extrabold);
  line-height: var(--tc-leading-tight);
  letter-spacing: var(--tc-tracking-tighter);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-6);
}

.tc_hero_subtitle {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-xl);
  font-weight: var(--tc-font-medium);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
  color: var(--tc-text-secondary);
  margin-bottom: var(--tc-space-8);
}

/* Section Typography */
.tc_section_title {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-4xl);
  font-weight: var(--tc-font-bold);
  line-height: var(--tc-leading-tight);
  letter-spacing: var(--tc-tracking-tight);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
}

.tc_section_subtitle {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-lg);
  font-weight: var(--tc-font-medium);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
  color: var(--tc-text-secondary);
  margin-bottom: var(--tc-space-3);
}

.tc_section_description {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-base);
  font-weight: var(--tc-font-normal);
  line-height: var(--tc-leading-relaxed);
  letter-spacing: var(--tc-tracking-normal);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-8);
  max-width: 65ch; /* Optimal reading width */
}

/* Card Typography */
.tc_card_title {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-xl);
  font-weight: var(--tc-font-semibold);
  line-height: var(--tc-leading-snug);
  letter-spacing: var(--tc-tracking-normal);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
}

.tc_card_text {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-base);
  font-weight: var(--tc-font-normal);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
  color: var(--tc-text-primary);
}

/* Navigation Typography */
.tc_nav_link {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-base);
  font-weight: var(--tc-font-medium);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
  color: var(--tc-text-primary);
  text-decoration: none;
  transition: color var(--tc-transition-fast);
}

.tc_nav_link:hover,
.tc_nav_link:focus {
  color: var(--tc-text-link);
  text-decoration: none;
}

/* Button Typography */
.tc_button_text {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-base);
  font-weight: var(--tc-font-medium);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
}

/* Footer Typography */
.tc_footer_text {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-sm);
  font-weight: var(--tc-font-normal);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
  color: var(--tc-text-muted);
}

/* ===== RESPONSIVE TYPOGRAPHY ===== */
@media (max-width: 768px) {
  .tc_hero_title {
    font-size: var(--tc-text-4xl);
  }
  
  .tc_section_title {
    font-size: var(--tc-text-3xl);
  }
  
  .tc_display_1 {
    font-size: var(--tc-text-5xl);
  }
  
  .tc_display_2 {
    font-size: var(--tc-text-4xl);
  }
}

@media (max-width: 480px) {
  .tc_hero_title {
    font-size: var(--tc-text-3xl);
  }
  
  .tc_section_title {
    font-size: var(--tc-text-2xl);
  }
  
  .tc_display_1 {
    font-size: var(--tc-text-4xl);
  }
}

/* ===== LINK STYLES - ADDITIVE TO BOOTSTRAP ===== */
a:not([class]) {
  color: var(--tc-text-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: all var(--tc-transition-fast);
}

a:not([class]):hover,
a:not([class]):focus {
  color: var(--tc-text-link-hover);
  text-decoration-thickness: 2px;
}

a:not([class]):visited {
  color: var(--tc-text-link);
}

/* ===== TEXT UTILITIES ===== */
.tc_text_gradient {
  background: var(--tc-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.tc_text_shadow_sm {
  text-shadow: var(--tc-shadow-xs);
}

.tc_text_shadow_md {
  text-shadow: var(--tc-shadow-sm);
}

.tc_text_balance {
  text-wrap: balance;
}

.tc_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .tc_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .tc_caption,
  .tc_overline,
  .tc_footer_text {
    color: var(--tc-text-secondary);
  }
  
  .tc_hero_subtitle,
  .tc_section_subtitle {
    color: var(--tc-text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .tc_hero_title,
  .tc_section_title,
  .tc_heading_1,
  .tc_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .tc_text_gradient {
    color: var(--tc-text-primary);
    -webkit-text-fill-color: var(--tc-text-primary);
  }
}

/* lib/root/ARC_css/utilities.css */
/* 
 * Template Composer - Utility Classes
 * Bootstrap 5 Compatible Extensions - Prefixed to avoid conflicts
 * All utilities use 'tc_' prefix for Template Composer
 */

/* ===== LAYOUT UTILITIES ===== */
.tc_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tc_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tc_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tc_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tc_stack {
  display: flex;
  flex-direction: column;
}

.tc_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tc_full_height {
  min-height: 100vh;
}

.tc_section_height {
  min-height: 80vh;
}

.tc_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.tc_m_0 { margin: 0; }
.tc_m_1 { margin: var(--tc-space-1); }
.tc_m_2 { margin: var(--tc-space-2); }
.tc_m_3 { margin: var(--tc-space-3); }
.tc_m_4 { margin: var(--tc-space-4); }
.tc_m_6 { margin: var(--tc-space-6); }
.tc_m_8 { margin: var(--tc-space-8); }
.tc_m_12 { margin: var(--tc-space-12); }
.tc_m_16 { margin: var(--tc-space-16); }

.tc_mx_auto { margin-left: auto; margin-right: auto; }
.tc_my_auto { margin-top: auto; margin-bottom: auto; }

.tc_mt_0 { margin-top: 0; }
.tc_mt_4 { margin-top: var(--tc-space-4); }
.tc_mt_8 { margin-top: var(--tc-space-8); }
.tc_mt_12 { margin-top: var(--tc-space-12); }

.tc_mb_0 { margin-bottom: 0; }
.tc_mb_4 { margin-bottom: var(--tc-space-4); }
.tc_mb_8 { margin-bottom: var(--tc-space-8); }
.tc_mb_12 { margin-bottom: var(--tc-space-12); }

/* Padding utilities */
.tc_p_0 { padding: 0; }
.tc_p_1 { padding: var(--tc-space-1); }
.tc_p_2 { padding: var(--tc-space-2); }
.tc_p_3 { padding: var(--tc-space-3); }
.tc_p_4 { padding: var(--tc-space-4); }
.tc_p_6 { padding: var(--tc-space-6); }
.tc_p_8 { padding: var(--tc-space-8); }

.tc_px_4 { padding-left: var(--tc-space-4); padding-right: var(--tc-space-4); }
.tc_px_6 { padding-left: var(--tc-space-6); padding-right: var(--tc-space-6); }
.tc_px_8 { padding-left: var(--tc-space-8); padding-right: var(--tc-space-8); }

.tc_py_4 { padding-top: var(--tc-space-4); padding-bottom: var(--tc-space-4); }
.tc_py_6 { padding-top: var(--tc-space-6); padding-bottom: var(--tc-space-6); }
.tc_py_8 { padding-top: var(--tc-space-8); padding-bottom: var(--tc-space-8); }

/* Gap utilities for flex/grid */
.tc_gap_1 { gap: var(--tc-space-1); }
.tc_gap_2 { gap: var(--tc-space-2); }
.tc_gap_3 { gap: var(--tc-space-3); }
.tc_gap_4 { gap: var(--tc-space-4); }
.tc_gap_6 { gap: var(--tc-space-6); }
.tc_gap_8 { gap: var(--tc-space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.tc_shadow_none { box-shadow: var(--tc-shadow-none); }
.tc_shadow_xs { box-shadow: var(--tc-shadow-xs); }
.tc_shadow_sm { box-shadow: var(--tc-shadow-sm); }
.tc_shadow_md { box-shadow: var(--tc-shadow-md); }
.tc_shadow_lg { box-shadow: var(--tc-shadow-lg); }
.tc_shadow_xl { box-shadow: var(--tc-shadow-xl); }
.tc_shadow_2xl { box-shadow: var(--tc-shadow-2xl); }
.tc_shadow_inner { box-shadow: var(--tc-shadow-inner); }
.tc_shadow_colored { box-shadow: var(--tc-shadow-colored); }

/* Border radius utilities */
.tc_radius_none { border-radius: var(--tc-radius-none); }
.tc_radius_xs { border-radius: var(--tc-radius-xs); }
.tc_radius_sm { border-radius: var(--tc-radius-sm); }
.tc_radius_md { border-radius: var(--tc-radius-md); }
.tc_radius_lg { border-radius: var(--tc-radius-lg); }
.tc_radius_xl { border-radius: var(--tc-radius-xl); }
.tc_radius_2xl { border-radius: var(--tc-radius-2xl); }
.tc_radius_3xl { border-radius: var(--tc-radius-3xl); }
.tc_radius_full { border-radius: var(--tc-radius-full); }

/* Gradient utilities */
.tc_gradient_primary {
  background: var(--tc-gradient-primary);
}

.tc_gradient_secondary {
  background: var(--tc-gradient-secondary);
}

.tc_gradient_hero {
  background: var(--tc-gradient-hero);
}

.tc_gradient_card {
  background: var(--tc-gradient-card);
}

.tc_gradient_overlay {
  position: relative;
}

.tc_gradient_overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--tc-gradient-overlay-dark);
  pointer-events: none;
  z-index: 1;
}

.tc_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.tc_hover_lift {
  transition: transform var(--tc-transition-normal), box-shadow var(--tc-transition-normal);
}

.tc_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--tc-shadow-lg);
}

.tc_hover_scale {
  transition: transform var(--tc-transition-normal);
}

.tc_hover_scale:hover {
  transform: scale(1.02);
}

.tc_hover_shadow {
  transition: box-shadow var(--tc-transition-normal);
}

.tc_hover_shadow:hover {
  box-shadow: var(--tc-shadow-xl);
}

.tc_hover_fade {
  transition: opacity var(--tc-transition-normal);
}

.tc_hover_fade:hover {
  opacity: var(--tc-opacity-loading);
}

/* Focus states */
.tc_focus_ring {
  transition: box-shadow var(--tc-transition-fast);
}

.tc_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--tc-state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.tc_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tc_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.tc_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--tc-space-6);
}

/* Team grid */
.tc_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--tc-space-4);
}

/* Features grid */
.tc_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--tc-space-6);
}

/* Gallery grid */
.tc_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--tc-space-3);
}

/* Pricing grid */
.tc_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--tc-space-6);
}

/* Timeline layout */
.tc_timeline {
  position: relative;
}

.tc_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--tc-border-light);
  transform: translateX(-50%);
}

.tc_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--tc-space-4);
}

.tc_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--tc-space-8);
}

.tc_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--tc-space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.tc_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--tc-transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.tc_slide_up {
  transform: translateY(20px);
  opacity: 0;
  animation: tc-slideUp var(--tc-transition-slow) ease-out forwards;
}

@keyframes tc-slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.tc_slide_in_left {
  transform: translateX(-20px);
  opacity: 0;
  animation: tc-slideInLeft var(--tc-transition-slow) ease-out forwards;
}

@keyframes tc-slideInLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.tc_scale_in {
  transform: scale(0.95);
  opacity: 0;
  animation: tc-scaleIn var(--tc-transition-slow) ease-out forwards;
}

@keyframes tc-scaleIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Transition utilities */
.tc_transition_all {
  transition: var(--tc-transition-all);
}

.tc_transition_fast {
  transition: all var(--tc-transition-fast);
}

.tc_transition_normal {
  transition: all var(--tc-transition-normal);
}

.tc_transition_slow {
  transition: all var(--tc-transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.tc_bg_primary { background-color: var(--tc-bg-primary); }
.tc_bg_secondary { background-color: var(--tc-bg-secondary); }
.tc_bg_muted { background-color: var(--tc-bg-muted); }
.tc_bg_glass { background-color: var(--tc-bg-glass); }

.tc_text_primary { color: var(--tc-text-primary); }
.tc_text_secondary { color: var(--tc-text-secondary); }
.tc_text_muted { color: var(--tc-text-muted); }
.tc_text_inverse { color: var(--tc-text-inverse); }
.tc_text_link { color: var(--tc-text-link); }

.tc_border_light { border-color: var(--tc-border-light); }
.tc_border_medium { border-color: var(--tc-border-medium); }
.tc_border_strong { border-color: var(--tc-border-strong); }
.tc_border_interactive { border-color: var(--tc-border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .tc_services_grid,
  .tc_features_grid,
  .tc_team_grid,
  .tc_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .tc_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .tc_timeline::before {
    left: 30px;
  }
  
  .tc_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--tc-space-16) !important;
    padding-right: var(--tc-space-4) !important;
  }
  
  .tc_section_height {
    min-height: 60vh;
  }
  
  .tc_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .tc_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .tc_timeline_item {
    padding-left: var(--tc-space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.tc_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;
}

.tc_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.tc_skip_link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--tc-bg-inverse);
  color: var(--tc-text-inverse);
  padding: var(--tc-space-2) var(--tc-space-4);
  border-radius: var(--tc-radius-md);
  text-decoration: none;
  z-index: 9999;
  transition: top var(--tc-transition-fast);
}

.tc_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .tc_no_print {
    display: none !important;
  }
  
  .tc_print_only {
    display: block !important;
  }
  
  .tc_shadow_xs,
  .tc_shadow_sm,
  .tc_shadow_md,
  .tc_shadow_lg,
  .tc_shadow_xl,
  .tc_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .tc_fade_in,
  .tc_slide_up,
  .tc_slide_in_left,
  .tc_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .tc_hover_lift,
  .tc_hover_scale,
  .tc_hover_shadow,
  .tc_hover_fade,
  .tc_transition_all,
  .tc_transition_fast,
  .tc_transition_normal,
  .tc_transition_slow {
    transition: none;
  }
}

/* Theme: romantic-01 */
:root {
  --tc-primary: #e91e63;
  --tc-secondary: #f8bbd9;
  --tc-accent: #9c27b0;
  --tc-bg-primary: #fce4ec;
  --tc-bg-secondary: #f8bbd9;
  --tc-bg-white: #ffffff;
  --tc-text-primary: #880e4f;
  --tc-text-secondary: #ad1457;
  --tc-text-muted: #c2185b;
  --tc-text-light: #ffffff;
  --tc-border-light: rgba(233, 30, 99, 0.2);
  --tc-shadow: 0 4px 16px rgba(233, 30, 99, 0.2);
  --tc-gradient: linear-gradient(135deg, #fce4ec 0%, #f8bbd9 50%, #f48fb1 100%);
  --tc-space-1: 0.25rem;
  --tc-space-2: 0.5rem;
  --tc-space-3: 0.75rem;
  --tc-space-4: 1rem;
  --tc-space-5: 1.25rem;
  --tc-space-6: 1.5rem;
  --tc-space-8: 2rem;
  --tc-space-12: 3rem;
  --tc-space-16: 4rem;
  --tc-space-20: 5rem;
  --tc-section-py: 5rem;
  --tc-section-px: 1rem;
  --tc-section-x: 1rem;
  --tc-font-size-fixed: [object Object];
  --tc-font-size-fluid: [object Object];
  --tc-font-weight-light: 300;
  --tc-font-weight-normal: 400;
  --tc-font-weight-medium: 500;
  --tc-font-weight-semibold: 600;
  --tc-font-weight-bold: 700;
  --tc-font-weight-extrabold: 800;
  --tc-line-height-none: 1;
  --tc-line-height-tight: 1.25;
  --tc-line-height-snug: 1.375;
  --tc-line-height-normal: 1.5;
  --tc-line-height-relaxed: 1.625;
  --tc-line-height-loose: 2;
  --tc-line-height-extra_loose: 2.5;
  --tc-font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --tc-font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --tc-font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --tc-space-0: 0;
  --tc-space-1: 0.25rem;
  --tc-space-2: 0.5rem;
  --tc-space-3: 0.75rem;
  --tc-space-4: 1rem;
  --tc-space-5: 1.25rem;
  --tc-space-6: 1.5rem;
  --tc-space-7: 1.75rem;
  --tc-space-8: 2rem;
  --tc-space-9: 2.25rem;
  --tc-space-10: 2.5rem;
  --tc-space-11: 2.75rem;
  --tc-space-12: 3rem;
  --tc-space-14: 3.5rem;
  --tc-space-16: 4rem;
  --tc-space-20: 5rem;
  --tc-space-24: 6rem;
  --tc-space-28: 7rem;
  --tc-space-32: 8rem;
  --tc-space-36: 9rem;
  --tc-space-40: 10rem;
  --tc-space-44: 11rem;
  --tc-space-48: 12rem;
  --tc-space-52: 13rem;
  --tc-space-56: 14rem;
  --tc-space-60: 15rem;
  --tc-space-64: 16rem;
  --tc-space-72: 18rem;
  --tc-space-80: 20rem;
  --tc-space-96: 24rem;
  --tc-space-px: 1px;
  --tc-space-0.5: 0.125rem;
  --tc-space-1.5: 0.375rem;
  --tc-space-2.5: 0.625rem;
  --tc-space-3.5: 0.875rem;
}

/* Header Modern Green v-008 */
.header_modern_green {
  background: linear-gradient(135deg, var(--tc-surface-primary) 0%, var(--tc-surface-accent) 100%);
  border-bottom: 2px solid var(--tc-primary-100);
  position: relative;
  z-index: 1000;
  backdrop-filter: blur(10px);
}

.header_modern_green .header_navbar {
  padding: 1.25rem 0;
  background: transparent;
}

.header_modern_green .header_brand {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--tc-text-primary);
  text-decoration: none;
  letter-spacing: -0.05em;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.header_modern_green .header_brand::before {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--tc-primary-500), var(--tc-primary-300));
  border-radius: 2px;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.header_modern_green .header_brand:hover::before {
  transform: scaleY(1);
}

.header_modern_green .header_brand:hover {
  color: var(--tc-text-accent);
  transform: translateX(8px);
}

/* Modern Hamburger Menu */
.header_modern_green .header_toggler {
  border: none;
  padding: 0.75rem;
  background: var(--tc-surface-secondary);
  border-radius: 12px;
  box-shadow: var(--tc-shadow-sm);
  transition: all 0.3s ease;
}

.header_modern_green .header_toggler:hover {
  background: var(--tc-primary-100);
  box-shadow: var(--tc-shadow-md);
}

.header_modern_green .hamburger_modern {
  width: 28px;
  height: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header_modern_green .hamburger_bar {
  width: 100%;
  height: 3px;
  background: var(--tc-text-primary);
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

.header_modern_green .hamburger_bar_2 {
  width: 80%;
  margin-left: auto;
}

/* Modern Hamburger Animation */
.header_modern_green .header_toggler[aria-expanded="true"] .hamburger_bar_1 {
  transform: rotate(45deg) translate(7px, 7px);
  width: 100%;
}

.header_modern_green .header_toggler[aria-expanded="true"] .hamburger_bar_2 {
  opacity: 0;
  transform: scale(0) rotate(180deg);
  width: 100%;
}

.header_modern_green .header_toggler[aria-expanded="true"] .hamburger_bar_3 {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Navigation Links */
.header_modern_green .header_nav {
  gap: 0.5rem;
}

.header_modern_green .header_link {
  color: var(--tc-text-secondary);
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.header_modern_green .header_link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--tc-primary-100), transparent);
  transition: left 0.5s ease;
}

.header_modern_green .header_link:hover::before {
  left: 100%;
}

.header_modern_green .header_link:hover {
  color: var(--tc-text-accent);
  background: var(--tc-surface-accent);
  transform: translateY(-3px) scale(1.05);
  box-shadow: var(--tc-shadow-md);
}

/* Action Button */
.header_modern_green .header_action_btn {
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  color: var(--tc-button-primary-text) !important;
  border-radius: 16px;
  font-weight: 700;
  box-shadow: var(--tc-shadow-md);
  border: 2px solid transparent;
}

.header_modern_green .header_action_btn::before {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
}

.header_modern_green .header_action_btn:hover {
  background: linear-gradient(135deg, var(--tc-primary-700), var(--tc-primary-500));
  color: var(--tc-button-primary-text) !important;
  transform: translateY(-4px) scale(1.08);
  box-shadow: var(--tc-shadow-lg);
  border-color: var(--tc-primary-300);
}

/* Modern Decorative Shapes */
.header_modern_green .header_shapes {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.header_modern_green .shape_circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tc-primary-300), var(--tc-primary-100));
  opacity: 0.4;
}

.header_modern_green .shape_circle_1 {
  width: 60px;
  height: 60px;
  top: -30px;
  right: 10%;
  animation: modernFloat 4s ease-in-out infinite;
}

.header_modern_green .shape_circle_2 {
  width: 40px;
  height: 40px;
  bottom: -20px;
  right: 25%;
  animation: modernFloat 4s ease-in-out infinite 2s;
}

.header_modern_green .shape_blob {
  position: absolute;
  width: 120px;
  height: 80px;
  top: 50%;
  right: 5%;
  background: linear-gradient(45deg, var(--tc-primary-200), var(--tc-primary-100));
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  opacity: 0.3;
  animation: blobMorph 6s ease-in-out infinite;
  transform: translateY(-50%);
}

@keyframes modernFloat {
  0%, 100% { 
    transform: translateY(0) rotate(0deg); 
  }
  50% { 
    transform: translateY(-15px) rotate(180deg); 
  }
}

@keyframes blobMorph {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: translateY(-50%) rotate(0deg);
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    transform: translateY(-50%) rotate(180deg);
  }
}

/* Mobile Menu Animation */
.header_modern_green .navbar-collapse {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header_modern_green .navbar-collapse.show {
  animation: modernSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes modernSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .header_modern_green .header_nav {
    background: var(--tc-surface-secondary);
    border-radius: 20px;
    padding: 1.5rem;
    margin-top: 1rem;
    box-shadow: var(--tc-shadow-lg);
    border: 1px solid var(--tc-border-light);
  }
  
  .header_modern_green .header_link {
    display: block;
    margin-bottom: 0.75rem;
    text-align: center;
  }
  
  .header_modern_green .header_action_btn {
    margin-top: 1rem;
  }
  
  .header_modern_green .header_shapes {
    opacity: 0.6;
  }
}

@media (max-width: 576px) {
  .header_modern_green .header_brand {
    font-size: 1.5rem;
  }
  
  .header_modern_green .header_navbar {
    padding: 1rem 0;
  }
  
  .header_modern_green .shape_circle_1,
  .header_modern_green .shape_circle_2 {
    display: none;
  }
}


/* CONTRAST FIX: Adjusted 1 color values for better readability with dark text on light background */
/* Hero Section v-010 - Geometric Shapes Design */
.hero_wrap {
  position: relative;
  background: linear-gradient(135deg, var(--tc-primary-50) 0%, var(--tc-primary-100) 100%);
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero_wrap .hero_geometric_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero_wrap .hero_geometric_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    conic-gradient(from 45deg at 25% 25%, transparent 0deg, var(--tc-primary-200) 45deg, transparent 90deg),
    conic-gradient(from 225deg at 75% 75%, transparent 0deg, var(--tc-accent-200) 45deg, transparent 90deg);
  opacity: 0.3;
  animation: hero_geometric_rotate 30s linear infinite;
}

.hero_wrap .hero_pattern_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 30% 40%, rgba(var(--tc-primary-300-rgb), 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 60%, rgba(var(--tc-accent-300-rgb), 0.1) 0%, transparent 50%);
}

.hero_wrap .container {
  position: relative;
  z-index: 3;
}

.hero_wrap .hero_content_geometric {
  position: relative;
  padding: var(--tc-space-8) var(--tc-space-4);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
  box-shadow: 0 15px 35px rgba(248, 249, 250, 0.1);
}

.hero_wrap .hero_title_geometric {
  font-size: var(--tc-font-size-5xl);
  font-weight: 800;
  line-height: var(--tc-line-height-tight);
  color: var(--tc-primary-900);
  margin-bottom: var(--tc-space-6);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  position: relative;
}

.hero_wrap .hero_title_geometric::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid var(--tc-accent-500);
}

.hero_wrap .hero_subtitle_geometric {
  color: var(--tc-primary-700);
  margin-bottom: var(--tc-space-8);
  opacity: 0.9;
  font-family: 'Space Grotesk', sans-serif;
}

.hero_wrap .hero_description_geometric {
  color: var(--tc-primary-800);
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.8;
  line-height: var(--tc-line-height-relaxed);
}

.hero_wrap .hero_geometric_shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.hero_wrap .hero_shape {
  position: absolute;
  opacity: 0.6;
  animation: hero_shape_float 8s ease-in-out infinite;
}

.hero_wrap .hero_triangle_1 {
  top: 10%;
  left: 15%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 50px solid var(--tc-accent-400);
  animation-delay: 0s;
}

.hero_wrap .hero_circle_1 {
  top: 20%;
  right: 20%;
  width: 80px;
  height: 80px;
  border: 4px solid var(--tc-primary-400);
  border-radius: 50%;
  animation-delay: 1s;
}

.hero_wrap .hero_square_1 {
  bottom: 25%;
  left: 10%;
  width: 60px;
  height: 60px;
  background: var(--tc-accent-300);
  transform: rotate(45deg);
  animation-delay: 2s;
}

.hero_wrap .hero_hexagon_1 {
  top: 60%;
  right: 15%;
  width: 70px;
  height: 40px;
  background: var(--tc-primary-300);
  position: relative;
  animation-delay: 3s;
}

.hero_wrap .hero_hexagon_1::before,
.hero_wrap .hero_hexagon_1::after {
  content: '';
  position: absolute;
  width: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}

.hero_wrap .hero_hexagon_1::before {
  bottom: 100%;
  border-bottom: 20px solid var(--tc-primary-300);
}

.hero_wrap .hero_hexagon_1::after {
  top: 100%;
  border-top: 20px solid var(--tc-primary-300);
}

.hero_wrap .hero_diamond_1 {
  bottom: 15%;
  right: 25%;
  width: 50px;
  height: 50px;
  background: var(--tc-accent-500);
  transform: rotate(45deg);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation-delay: 4s;
}

.hero_wrap .hero_triangle_2 {
  top: 70%;
  left: 25%;
  width: 0;
  height: 0;
  border-top: 40px solid var(--tc-primary-500);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  animation-delay: 5s;
}

.hero_wrap .hero_circle_2 {
  bottom: 40%;
  right: 10%;
  width: 40px;
  height: 40px;
  background: var(--tc-accent-400);
  border-radius: 50%;
  animation-delay: 6s;
}

.hero_wrap .hero_polygon_1 {
  top: 40%;
  left: 5%;
  width: 60px;
  height: 60px;
  background: var(--tc-primary-400);
  clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
  animation-delay: 7s;
}

.hero_wrap .hero_geometric_grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero_wrap .hero_grid_line {
  position: absolute;
  background: linear-gradient(90deg, transparent, var(--tc-border-light), transparent);
  opacity: 0.3;
  animation: hero_grid_pulse 6s ease-in-out infinite;
}

.hero_wrap .hero_line_v1 {
  left: 30%;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--tc-border-light), transparent);
  animation-delay: 0s;
}

.hero_wrap .hero_line_v2 {
  right: 30%;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--tc-border-light), transparent);
  animation-delay: 2s;
}

.hero_wrap .hero_line_h1 {
  top: 30%;
  left: 0;
  width: 100%;
  height: 1px;
  animation-delay: 1s;
}

.hero_wrap .hero_line_h2 {
  bottom: 30%;
  left: 0;
  width: 100%;
  height: 1px;
  animation-delay: 3s;
}

@keyframes hero_geometric_rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes hero_shape_float {
  0%, 100% { 
    transform: translateY(0px) rotate(0deg); 
    opacity: 0.6; 
  }
  50% { 
    transform: translateY(-20px) rotate(180deg); 
    opacity: 0.8; 
  }
}

@keyframes hero_grid_pulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.6; }
}

/* Accessibility - Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .hero_wrap .hero_geometric_layer,
  .hero_wrap .hero_shape,
  .hero_wrap .hero_grid_line {
    animation: none;
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero_wrap .hero_title_geometric {
    font-size: var(--tc-font-size-4xl);
  }
  
  .hero_wrap .hero_content_geometric {
    padding: var(--tc-space-6) var(--tc-space-3);
  }
  
  .hero_wrap .hero_polygon_1,
  .hero_wrap .hero_hexagon_1 {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero_wrap {
    min-height: 85vh;
  }
  
  .hero_wrap .hero_title_geometric {
    font-size: var(--tc-font-size-3xl);
    margin-bottom: var(--tc-space-4);
  }
  
  .hero_wrap .hero_subtitle_geometric {
    font-size: var(--tc-font-size-xl);
    margin-bottom: var(--tc-space-6);
  }
  
  .hero_wrap .hero_description_geometric {
    font-size: var(--tc-font-size-base);
  }
  
  .hero_wrap .hero_triangle_2,
  .hero_wrap .hero_circle_2,
  .hero_wrap .hero_diamond_1 {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero_wrap .hero_title_geometric {
    font-size: var(--tc-font-size-2xl);
  }
  
  .hero_wrap .hero_content_geometric {
    margin: var(--tc-space-4);
    clip-path: none;
    border-radius: var(--tc-border-radius-lg);
  }
  
  .hero_wrap .hero_geometric_shapes {
    display: none;
  }
  
  .hero_wrap .hero_geometric_grid {
    display: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .hero_wrap .hero_content_geometric {
    background: var(--tc-bg-primary);
    border: 2px solid var(--tc-border-primary);
  }
  
  .hero_wrap .hero_geometric_layer {
    display: none;
  }
  
  .hero_wrap .hero_grid_line {
    opacity: 0.8;
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* CONTRAST FIX: Adjusted 1 color values for better readability with dark text on light background */

/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.about_wrap {
  position: relative;
  
  background: var(--tc-bg-primary);
  overflow: hidden;

  padding: 80px 0;
}

.about_wrap .about_bg_patterns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.about_wrap .about_pattern_1 {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: conic-gradient(
    from 0deg at 50% 50%,
    var(--tc-primary-100) 0deg,
    var(--tc-primary-200) 120deg,
    var(--tc-primary-100) 240deg,
    var(--tc-primary-200) 360deg
  );
  border-radius: 50%;
  opacity: 0.4;
  filter: blur(60px);
}

.about_wrap .about_pattern_2 {
  position: absolute;
  bottom: -15%;
  left: -10%;
  width: 300px;
  height: 300px;
  background: linear-gradient(
    45deg,
    var(--tc-accent-100) 0%,
    var(--tc-accent-200) 50%,
    var(--tc-accent-100) 100%
  );
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.3;
  filter: blur(40px);
  animation: morph 12s ease-in-out infinite;
}

.about_wrap .about_pattern_3 {
  position: absolute;
  top: 40%;
  left: 20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle at center,
    var(--tc-secondary-200) 0%,
    transparent 70%
  );
  opacity: 0.5;
  filter: blur(30px);
  animation: pulse 8s ease-in-out infinite;
}

@keyframes morph {
  0%, 100% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
  25% { border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%; }
  50% { border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%; }
  75% { border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%; }
}

@keyframes pulse {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.5; }
  50% { transform: scale(1.1) rotate(180deg); opacity: 0.3; }
}

.about_wrap .about_content_main {
  position: relative;
  padding-left: var(--tc-space-8);
}

.about_wrap .about_title {
  font-size: var(--tc-font-size-5xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
  line-height: var(--tc-line-height-tight);
  position: relative;
}

.about_wrap .about_subtitle {
  font-size: var(--tc-font-size-xl);
  color: var(--tc-primary-600);
  margin-bottom: var(--tc-space-6);
  font-weight: var(--tc-font-weight-medium);
}

.about_wrap .about_description {
  font-size: var(--tc-font-size-lg);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  margin-bottom: var(--tc-space-8);
}

.about_wrap .about_visual_accent {
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-accent-500));
  border-radius: var(--tc-border-radius-full);
  margin-top: var(--tc-space-6);
}

.about_wrap .about_features_column {
  display: flex;
  flex-direction: column;
  gap: var(--tc-space-6);
  padding-right: var(--tc-space-4);
}

.about_wrap .about_feature_item {
  position: relative;
  padding: var(--tc-space-6);
  border-radius: var(--tc-border-radius-xl);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  background: var(--tc-bg-surface);
  margin-left: var(--tc-space-8);
}

.about_wrap .about_feature_item::before {
  content: '';
  position: absolute;
  left: calc(-1 * var(--tc-space-8));
  top: 50%;
  transform: translateY(-50%);
  width: var(--tc-space-6);
  height: 2px;
  transition: all 0.3s ease;
}

.about_wrap .about_feature_primary::before {
  background: var(--tc-primary-500);
}

.about_wrap .about_feature_secondary::before {
  background: var(--tc-accent-500);
}

.about_wrap .about_feature_accent::before {
  background: var(--tc-secondary-500);
}

.about_wrap .about_feature_highlight::before {
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-accent-500));
}

.about_wrap .about_feature_item:hover {
  transform: translateX(var(--tc-space-4));
  box-shadow: 0 12px 32px rgba(248, 249, 250, 0.12);
}

.about_wrap .about_feature_primary:hover {
  border-color: var(--tc-primary-200);
  background: linear-gradient(135deg, var(--tc-primary-50), var(--tc-bg-surface));
}

.about_wrap .about_feature_secondary:hover {
  border-color: var(--tc-accent-200);
  background: linear-gradient(135deg, var(--tc-accent-50), var(--tc-bg-surface));
}

.about_wrap .about_feature_accent:hover {
  border-color: var(--tc-secondary-200);
  background: linear-gradient(135deg, var(--tc-secondary-50), var(--tc-bg-surface));
}

.about_wrap .about_feature_highlight:hover {
  border-color: var(--tc-primary-200);
  background: linear-gradient(135deg, var(--tc-primary-50), var(--tc-accent-50));
}

.about_wrap .about_feature_badge {
  position: absolute;
  top: var(--tc-space-4);
  right: var(--tc-space-4);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--tc-primary-500);
  color: var(--tc-text-inverted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tc-font-size-sm);
  font-weight: var(--tc-font-weight-bold);
}

.about_wrap .about_feature_secondary .about_feature_badge {
  background: var(--tc-accent-500);
}

.about_wrap .about_feature_accent .about_feature_badge {
  background: var(--tc-secondary-500);
}

.about_wrap .about_feature_highlight .about_feature_badge {
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-accent-500));
}

.about_wrap .about_feature_title {
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-weight-semibold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
  line-height: var(--tc-line-height-snug);
  padding-right: var(--tc-space-8);
}

.about_wrap .about_feature_desc {
  font-size: var(--tc-font-size-base);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  margin: 0;
}

@media (max-width: 991.98px) {
  .about_wrap .about_content_main {
    padding-left: 0;
    margin-bottom: var(--tc-space-8);
  }

  .about_wrap .about_features_column {
    padding-right: 0;
    gap: var(--tc-space-4);
  }

  .about_wrap .about_feature_item {
    margin-left: 0;
  }

  .about_wrap .about_feature_item::before {
    display: none;
  }

  .about_wrap .about_feature_item:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 575.98px) {
  .about_wrap .about_title {
    font-size: var(--tc-font-size-4xl);
  }

  .about_wrap .about_feature_item {
    padding: var(--tc-space-4);
  }

  .about_wrap .about_feature_title {
    padding-right: var(--tc-space-6);
  }

  .about_wrap .about_pattern_1,
  .about_wrap .about_pattern_2 {
    display: none;
  }
}


/* Features Section v-005 - Professional Blue Theme */
.features_wrap.features_professional {
  position: relative;
  background: var(--tc-surface-primary);
  padding: 100px 0;
  overflow: hidden;
}

.features_bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--tc-primary-50) 0%, var(--tc-surface-secondary) 30%, var(--tc-primary-50) 100%);
  opacity: 0.7;
  z-index: 1;
}

.features_wrap .container {
  position: relative;
  z-index: 2;
}

.features_header {
  margin-bottom: 4rem;
}

.features_title {
  color: var(--tc-text-primary);
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.features_subtitle {
  color: var(--tc-text-accent);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.features_description {
  color: var(--tc-text-secondary);
  font-size: 1.125rem;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

.features_card {
  background: var(--tc-surface-primary);
  border: 2px solid var(--tc-border-light);
  border-radius: var(--tc-radius-lg);
  padding: 2rem;
  height: 100%;
  transition: var(--tc-transition-base);
  box-shadow: var(--tc-shadow-card);
  position: relative;
  overflow: hidden;
}

.features_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--tc-primary-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--tc-transition-base);
}

.features_card:hover {
  transform: translateY(-8px);
  box-shadow: var(--tc-shadow-elevated);
  border-color: var(--tc-primary-300);
}

.features_card:hover::before {
  transform: scaleX(1);
}

.features_card_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.features_icon_wrapper {
  width: 64px;
  height: 64px;
  border-radius: var(--tc-radius-md);
  background: var(--tc-primary-50);
  border: 2px solid var(--tc-primary-200);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.features_icon {
  width: 36px;
  height: 36px;
  border-radius: var(--tc-radius-sm);
  position: relative;
}

.features_icon_analytics {
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
}

.features_icon_integration {
  background: linear-gradient(135deg, var(--tc-primary-400), var(--tc-primary-600));
}

.features_icon_security {
  background: linear-gradient(135deg, var(--tc-primary-600), var(--tc-primary-700));
}

.features_icon_support {
  background: linear-gradient(135deg, var(--tc-primary-300), var(--tc-primary-500));
}

.features_card_badge {
  background: var(--tc-primary-100);
  color: var(--tc-primary-700);
  padding: 0.5rem 1rem;
  border-radius: var(--tc-radius-lg);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid var(--tc-primary-200);
}

.features_card_body {
  margin-bottom: 2rem;
}

.features_item_title {
  color: var(--tc-text-primary);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.features_item_description {
  color: var(--tc-text-secondary);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.features_card_footer {
  padding-top: 1.5rem;
  border-top: 1px solid var(--tc-border-light);
  display: flex;
  justify-content: flex-end;
}

.features_status_indicator {
  width: 12px;
  height: 12px;
  background: var(--tc-primary-500);
  border-radius: 50%;
  position: relative;
}

.features_status_indicator::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: var(--tc-primary-500);
  border-radius: 50%;
  opacity: 0.3;
  animation: statusPulse 2s infinite;
}

@keyframes statusPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

/* Card Variants */
.features_card_primary .features_icon_wrapper {
  background: var(--tc-primary-50);
  border-color: var(--tc-primary-200);
}

.features_card_secondary .features_icon_wrapper {
  background: var(--tc-primary-100);
  border-color: var(--tc-primary-300);
}

.features_card_tertiary .features_icon_wrapper {
  background: var(--tc-primary-50);
  border-color: var(--tc-primary-200);
}

.features_card_quaternary .features_icon_wrapper {
  background: var(--tc-primary-100);
  border-color: var(--tc-primary-300);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .features_wrap.features_professional {
    padding: 80px 0;
  }
  
  .features_title {
    font-size: 2.25rem;
  }
  
  .features_subtitle {
    font-size: 1.125rem;
  }
  
  .features_description {
    font-size: 1rem;
  }
  
  .features_card {
    padding: 1.5rem;
  }
  
  .features_card_header {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  
  .features_icon_wrapper {
    align-self: flex-end;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .features_card {
    border-width: 3px;
    border-color: var(--tc-text-primary);
  }
  
  .features_card_badge {
    border-width: 2px;
  }
}

/* AOS Animations */
[data-aos="slide-up"] {
  transform: translateY(30px);
  opacity: 0;
}

[data-aos="slide-up"].aos-animate {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

[data-aos="fade-up"] {
  transform: translateY(20px);
  opacity: 0;
}

[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}


/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.services_wrap {
  position: relative;
  
  background: var(--tc-bg-primary);
  overflow: hidden;

  padding: 80px 0;
}

.services_wrap .services_bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 25% 25%, var(--tc-primary-100) 2px, transparent 2px),
    radial-gradient(circle at 75% 75%, var(--tc-secondary-100) 2px, transparent 2px);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  opacity: 0.4;
  pointer-events: none;
}

/* Section Headers */
.services_wrap .content_section_title {
  font-size: var(--tc-font-size-3xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
}

.services_wrap .content_section_subtitle {
  font-size: var(--tc-font-size-xl);
  color: var(--tc-text-secondary);
  margin-bottom: var(--tc-space-2);
  font-weight: var(--tc-font-weight-medium);
}

.services_wrap .pro_section_description {
  font-size: var(--tc-font-size-lg);
  color: var(--tc-text-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: var(--tc-line-height-relaxed);
}

/* Service Cards */
.services_wrap .services_card {
  background: var(--tc-bg-secondary);
  border-radius: var(--tc-radius-xl);
  padding: var(--tc-space-6);
  height: 100%;
  border: 1px solid var(--tc-border-light);
  box-shadow: 0 4px 12px var(--tc-shadow-sm);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.services_wrap .services_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px var(--tc-shadow-lg);
  border-color: var(--tc-primary-200);
}

/* Featured Card */
.services_wrap .services_card_featured {
  background: linear-gradient(135deg, var(--tc-primary-50), var(--tc-bg-secondary));
  border-color: var(--tc-primary-300);
  position: relative;
}

.services_wrap .services_card_featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--tc-primary-100), transparent);
  opacity: 0.3;
  pointer-events: none;
}

/* Featured Badge */
.services_wrap .services_card_badge {
  position: absolute;
  top: var(--tc-space-4);
  right: var(--tc-space-4);
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-600));
  color: var(--tc-white);
  padding: var(--tc-space-1) var(--tc-space-3);
  border-radius: var(--tc-radius-full);
  font-size: var(--tc-font-size-sm);
  font-weight: var(--tc-font-weight-semibold);
  z-index: 2;
}

/* Card Header */
.services_wrap .services_card_header {
  text-align: center;
  margin-bottom: var(--tc-space-5);
  position: relative;
  z-index: 1;
}

.services_wrap .services_icon_wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--tc-primary-100), var(--tc-primary-200));
  border-radius: var(--tc-radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--tc-space-4);
  position: relative;
  box-shadow: 0 4px 15px var(--tc-primary-200);
}

.services_wrap .services_icon {
  width: 40px;
  height: 40px;
  background: var(--tc-primary-600);
  border-radius: var(--tc-radius-sm);
}

/* Icon Variations */
.services_wrap .services_icon_1 {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 10V3L4 14h7v7l9-11h-7z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 10V3L4 14h7v7l9-11h-7z'/%3E%3C/svg%3E") no-repeat center;
}

.services_wrap .services_icon_2 {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z'/%3E%3C/svg%3E") no-repeat center;
}

.services_wrap .services_icon_3 {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4'/%3E%3C/svg%3E") no-repeat center;
}

.services_wrap .services_icon_4 {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z'/%3E%3C/svg%3E") no-repeat center;
}

.services_wrap .services_icon_5 {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11 3.055A9.001 9.001 0 1020.945 13H11V3.055z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20.488 9H15V3.512A9.025 9.025 0 0120.488 9z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11 3.055A9.001 9.001 0 1020.945 13H11V3.055z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20.488 9H15V3.512A9.025 9.025 0 0120.488 9z'/%3E%3C/svg%3E") no-repeat center;
}

.services_wrap .services_icon_6 {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z'/%3E%3C/svg%3E") no-repeat center;
}

/* Card Title */
.services_wrap .services_card_title {
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
}

/* Price */
.services_wrap .services_price_wrapper {
  margin-bottom: var(--tc-space-4);
}

.services_wrap .services_price {
  font-size: var(--tc-font-size-2xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-primary-600);
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Card Body */
.services_wrap .services_card_body {
  margin-bottom: var(--tc-space-5);
  position: relative;
  z-index: 1;
}

.services_wrap .services_description {
  font-size: var(--tc-font-size-base);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  margin-bottom: var(--tc-space-4);
}

/* Features */
.services_wrap .services_features_title {
  font-size: var(--tc-font-size-sm);
  font-weight: var(--tc-font-weight-semibold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.services_wrap .services_features_list {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-muted);
  line-height: var(--tc-line-height-relaxed);
}

/* Card Footer */
.services_wrap .services_card_footer {
  margin-top: auto;
}

.services_wrap .services_card_accent {
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-secondary-500));
  border-radius: var(--tc-radius-full);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}

.services_wrap .services_card:hover .services_card_accent {
  transform: scaleX(1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .services_wrap .services_card {
    padding: var(--tc-space-5);
    margin-bottom: var(--tc-space-4);
  }
  
  .services_wrap .services_icon_wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: var(--tc-space-3);
  }
  
  .services_wrap .services_icon {
    width: 30px;
    height: 30px;
  }
  
  .services_wrap .content_section_title {
    font-size: var(--tc-font-size-2xl);
  }
  
  .services_wrap .content_section_subtitle {
    font-size: var(--tc-font-size-lg);
  }
  
  .services_wrap .pro_section_description {
    font-size: var(--tc-font-size-base);
  }
  
  .services_wrap .services_card_title {
    font-size: var(--tc-font-size-lg);
  }
  
  .services_wrap .services_price {
    font-size: var(--tc-font-size-xl);
  }
}

/* Loading Animation */
.services_wrap .services_card {
  animation: servicesCardFadeIn 0.6s ease-out forwards;
  opacity: 0;
}

@keyframes servicesCardFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Featured Card Animation */
.services_wrap .services_card_featured .services_icon_wrapper {
  animation: featuredPulse 2s ease-in-out infinite;
}

@keyframes featuredPulse {
  0%, 100% {
    box-shadow: 0 4px 15px var(--tc-primary-200);
  }
  50% {
    box-shadow: 0 8px 25px var(--tc-primary-300);
  }
}

/* Accessibility */
.services_wrap .services_card:focus {
  outline: 2px solid var(--tc-primary-500);
  outline-offset: 2px;
}

/* Performance Optimizations */
.services_wrap .services_card {
  will-change: transform;
}

.services_wrap .services_card_accent {
  will-change: transform;
}



/* Priceplan Section v-004: Professional Blue Theme */

.priceplan-section {
  background: linear-gradient(135deg, var(--tc-neutral-50) 0%, var(--tc-primary-50) 100%);
  position: relative;
  overflow: hidden;
}

.priceplan-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--tc-primary-500) 0%, var(--tc-primary-700) 100%);
}

/* Section Header */
.priceplan-title {
  color: var(--tc-neutral-900);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.priceplan-subtitle {
  color: var(--tc-primary-600);
  font-weight: 600;
}

.priceplan-desc {
  color: var(--tc-neutral-700);
  font-size: 1.125rem;
  line-height: 1.6;
}

/* Pricing Cards */
.pricing-card {
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-8px);
}

.pricing-card .card {
  border-radius: 16px;
  background: white;
  border: 1px solid var(--tc-neutral-200);
  transition: all 0.3s ease;
}

.pricing-card:hover .card {
  box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
  border-color: var(--tc-primary-300);
}

/* Plan Names */
.plan-name {
  color: var(--tc-neutral-900);
  font-size: 1.5rem;
  font-weight: 700;
}

/* Plan Prices */
.plan-price {
  color: var(--tc-primary-600);
  font-weight: 800;
  position: relative;
}

.plan-price::before {
  content: '$';
  font-size: 1.5rem;
  position: absolute;
  left: -1.2rem;
  top: 0.5rem;
}

/* Plan Descriptions */
.plan-desc {
  color: var(--tc-neutral-600);
  font-size: 1.1rem;
  line-height: 1.5;
}

/* Plan Features */
.plan-features {
  color: var(--tc-neutral-700);
  font-size: 1rem;
  line-height: 1.6;
}

/* Featured Plan */
.featured-plan {
  transform: scale(1.05);
}

.featured-plan .card {
  background: linear-gradient(135deg, var(--tc-primary-600) 0%, var(--tc-primary-700) 100%);
  border: 2px solid var(--tc-primary-500);
}

.featured-plan .plan-name,
.featured-plan .plan-price,
.featured-plan .plan-desc,
.featured-plan .plan-features {
  color: white !important;
}

.featured-plan .plan-price::before {
  color: white;
}

/* Popular Badge */
.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.popular-badge .badge {
  background: linear-gradient(135deg, var(--tc-primary-500) 0%, var(--tc-primary-600) 100%);
  color: white;
  padding: 8px 24px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.875rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Buttons */
.pricing-card .btn {
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 12px 24px;
  transition: all 0.3s ease;
}

.pricing-card .btn-outline-primary {
  border: 2px solid var(--tc-primary-500);
  color: var(--tc-primary-600);
  background: transparent;
}

.pricing-card .btn-outline-primary:hover {
  background: var(--tc-primary-500);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.pricing-card .btn-primary {
  background: linear-gradient(135deg, var(--tc-primary-500) 0%, var(--tc-primary-600) 100%);
  border: 2px solid var(--tc-primary-500);
  color: white;
}

.pricing-card .btn-primary:hover {
  background: linear-gradient(135deg, var(--tc-primary-600) 0%, var(--tc-primary-700) 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--tc-primary-300);
}

.featured-plan .btn-light {
  background: white;
  color: var(--tc-primary-600);
  border: 2px solid white;
  font-weight: 600;
}

.featured-plan .btn-light:hover {
  background: var(--tc-neutral-100);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255,255,255,0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
  .featured-plan {
    transform: none;
    margin-top: 2rem;
  }
  
  .priceplan-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .priceplan-section {
    padding: 3rem 0;
  }
  
  .priceplan-title {
    font-size: 2rem;
  }
  
  .priceplan-subtitle {
    font-size: 1.25rem;
  }
  
  .plan-price {
    font-size: 2.5rem;
  }
  
  .pricing-card .card {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  .pricing-card .card-body {
    padding: 1.5rem;
  }
  
  .plan-price::before {
    left: -0.8rem;
    font-size: 1.2rem;
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}



/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.team_wrap {
  
  background: var(--tc-bg-primary);
  position: relative;
  overflow: hidden;

  padding: 80px 0;
}

.team_wrap .team_particles_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.team_wrap .particle {
  position: absolute;
  background: var(--tc-primary-300);
  border-radius: 50%;
  opacity: 0.1;
  animation: particleFloat 10s infinite ease-in-out;
}

.team_wrap .particle_1 {
  width: 8px;
  height: 8px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.team_wrap .particle_2 {
  width: 12px;
  height: 12px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.team_wrap .particle_3 {
  width: 6px;
  height: 6px;
  bottom: 30%;
  left: 70%;
  animation-delay: 4s;
}

.team_wrap .particle_4 {
  width: 10px;
  height: 10px;
  top: 40%;
  left: 80%;
  animation-delay: 6s;
}

@keyframes particleFloat {
  0%, 100% { 
    transform: translateY(0px) translateX(0px); 
    opacity: 0.1;
  }
  25% { 
    transform: translateY(-20px) translateX(10px); 
    opacity: 0.3;
  }
  50% { 
    transform: translateY(-10px) translateX(-15px); 
    opacity: 0.2;
  }
  75% { 
    transform: translateY(-30px) translateX(5px); 
    opacity: 0.4;
  }
}

.team_wrap .container {
  position: relative;
  z-index: 2;
}

.team_wrap .team_title {
  font-size: var(--tc-font-size-3xl);
  font-weight: var(--tc-font-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
  font-family: var(--tc-font-primary);
}

.team_wrap .team_subtitle {
  font-size: var(--tc-font-size-xl);
  color: var(--tc-text-secondary);
  margin-bottom: var(--tc-space-3);
  font-weight: var(--tc-font-medium);
}

.team_wrap .team_description {
  font-size: var(--tc-font-size-lg);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  margin-bottom: 0;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.team_wrap .team_hover_card {
  height: 100%;
  perspective: 1000px;
}

.team_wrap .hover_card_inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform var(--tc-transition-slow);
  transform-style: preserve-3d;
}

.team_wrap .hover_card_front {
  background: var(--tc-bg-secondary);
  border-radius: var(--tc-radius-lg);
  overflow: hidden;
  box-shadow: var(--tc-shadow-md);
  border: 1px solid var(--tc-border-light);
  position: relative;
  height: 100%;
  backface-visibility: hidden;
  transition: all var(--tc-transition-base);
}

.team_wrap .team_hover_card:hover .hover_card_front {
  transform: rotateY(-5deg) rotateX(5deg);
  box-shadow: var(--tc-shadow-2xl);
}

.team_wrap .team_hover_image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
}

.team_wrap .hover_member_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all var(--tc-transition-slow);
  filter: grayscale(20%);
}

.team_wrap .team_hover_card:hover .hover_member_image {
  transform: scale(1.1) rotate(2deg);
  filter: grayscale(0%) brightness(110%);
}

.team_wrap .hover_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg, 
    transparent 0%, 
    var(--tc-primary-500) 50%, 
    var(--tc-primary-600) 100%
  );
  opacity: 0;
  transition: opacity var(--tc-transition-slow);
  mix-blend-mode: overlay;
}

.team_wrap .team_hover_card:hover .hover_overlay {
  opacity: 0.4;
}

.team_wrap .hover_glow_effect {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle, 
    var(--tc-primary-300) 0%, 
    transparent 70%
  );
  opacity: 0;
  transition: opacity var(--tc-transition-slow);
  pointer-events: none;
}

.team_wrap .team_hover_card:hover .hover_glow_effect {
  opacity: 0.3;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.3; }
  50% { transform: scale(1.1); opacity: 0.5; }
}

.team_wrap .hover_card_content {
  padding: var(--tc-space-5);
  text-align: center;
  position: relative;
  z-index: 3;
}

.team_wrap .hover_member_name {
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-semibold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-2);
  font-family: var(--tc-font-primary);
  transition: color var(--tc-transition-base);
}

.team_wrap .team_hover_card:hover .hover_member_name {
  color: var(--tc-primary-600);
}

.team_wrap .hover_member_role {
  font-size: var(--tc-font-size-base);
  color: var(--tc-text-secondary);
  margin-bottom: 0;
  font-weight: var(--tc-font-medium);
  text-transform: capitalize;
  letter-spacing: var(--tc-tracking-normal);
  transition: all var(--tc-transition-base);
}

.team_wrap .team_hover_card:hover .hover_member_role {
  color: var(--tc-primary-500);
  transform: translateY(-2px);
}

/* Advanced hover animations */
.team_wrap .team_hover_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, var(--tc-primary-400), var(--tc-primary-600));
  opacity: 0;
  z-index: -1;
  border-radius: var(--tc-radius-lg);
  transform: scale(0.8);
  transition: all var(--tc-transition-slow);
}

.team_wrap .team_hover_card:hover::before {
  opacity: 0.1;
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .team_wrap .team_title {
    font-size: var(--tc-font-size-2xl);
  }
  
  .team_wrap .team_subtitle {
    font-size: var(--tc-font-size-lg);
  }
  
  .team_wrap .team_description {
    font-size: var(--tc-font-size-base);
  }
  
  .team_wrap .hover_member_name {
    font-size: var(--tc-font-size-lg);
  }
}

@media (max-width: 768px) {
  .team_wrap .hover_card_content {
    padding: var(--tc-space-4);
  }
  
  .team_wrap .hover_member_name {
    font-size: var(--tc-font-size-base);
  }
  
  .team_wrap .hover_member_role {
    font-size: var(--tc-font-size-sm);
  }
  
  .team_wrap .particle {
    display: none; /* Hide particles on mobile for performance */
  }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
  .team_wrap .hover_card_inner,
  .team_wrap .hover_card_front,
  .team_wrap .hover_member_image,
  .team_wrap .hover_overlay,
  .team_wrap .hover_glow_effect,
  .team_wrap .hover_member_name,
  .team_wrap .hover_member_role,
  .team_wrap .team_hover_card::before,
  .team_wrap .particle {
    transition: none;
    animation: none;
  }
  
  .team_wrap .team_hover_card:hover .hover_card_front {
    transform: none;
  }
  
  .team_wrap .team_hover_card:hover .hover_member_image {
    transform: none;
    filter: grayscale(0%);
  }
  
  .team_wrap .team_hover_card:hover .hover_member_role {
    transform: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .team_wrap .hover_card_front {
    border: 2px solid var(--tc-text-primary);
  }
  
  .team_wrap .hover_member_role {
    color: var(--tc-text-primary);
  }
  
  .team_wrap .particle {
    display: none;
  }
  
  .team_wrap .hover_overlay,
  .team_wrap .hover_glow_effect {
    display: none;
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* CONTRAST FIX: Adjusted 6 color values for better readability with dark text on light background */
/* Reviews Section v-012 - Interactive Cards */
.reviews_wrap {
  position: relative;
  background: linear-gradient(135deg, #f1f5f9 0%, #495057 100%);
  overflow: hidden;
}

.reviews_interactive_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.reviews_morphing_shapes {
  position: relative;
  width: 100%;
  height: 100%;
}

.reviews_morph_1 {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 200px;
  height: 200px;
  background: linear-gradient(45deg, rgba(99, 102, 241, 0.1), rgba(139, 92, 246, 0.1));
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: morph1 8s ease-in-out infinite;
}

.reviews_morph_2 {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 150px;
  height: 150px;
  background: linear-gradient(45deg, rgba(236, 72, 153, 0.1), rgba(251, 146, 60, 0.1));
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph2 6s ease-in-out infinite;
}

@keyframes morph1 {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(0deg) scale(1);
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    transform: rotate(180deg) scale(1.1);
  }
}

@keyframes morph2 {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(0deg) scale(1);
  }
  50% {
    border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
    transform: rotate(-180deg) scale(0.9);
  }
}

.reviews_main_title {
  color: var(--tc-text-primary, #1e293b);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  font-weight: 700;
}

.reviews_subtitle {
  color: var(--tc-text-secondary, #64748b);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
}

.reviews_description {
  color: var(--tc-text-tertiary, #475569);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  line-height: 1.6;
  max-width: 650px;
  margin: 0 auto;
}

.reviews_interactive_card {
  position: relative;
  background: white;
  border-radius: 24px;
  padding: 0;
  box-shadow: 
    0 4px 6px rgba(248, 249, 250, 0.05),
    0 1px 3px rgba(248, 249, 250, 0.1);
  border: 1px solid rgba(226, 232, 240, 0.6);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  cursor: pointer;
  transform-style: preserve-3d;
  height: 100%;
}

.reviews_interactive_card:hover {
  transform: translateY(-15px) rotateX(5deg) rotateY(5deg) scale(1.02);
  box-shadow: 
    0 25px 50px rgba(248, 249, 250, 0.15),
    0 12px 24px rgba(248, 249, 250, 0.1);
  border-color: rgba(99, 102, 241, 0.3);
}

.reviews_card_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(139, 92, 246, 0.1));
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 24px;
}

.reviews_interactive_card:hover .reviews_card_overlay {
  opacity: 1;
}

.reviews_interactive_content {
  padding: 2rem;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.reviews_avatar_interactive {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews_avatar_ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-radius: 50%;
  background: linear-gradient(45deg, #6366f1, #8b5cf6, #ec4899) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  animation: ring-rotate 3s linear infinite;
}

@keyframes ring-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.reviews_avatar_text {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  transition: transform 0.3s ease;
}

.reviews_interactive_card:hover .reviews_avatar_text {
  transform: scale(1.1) rotateY(360deg);
}

.reviews_content_area {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.reviews_interactive_text {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--tc-text-primary, #334155);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  font-style: italic;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  border: none;
  transition: color 0.3s ease;
}

.reviews_interactive_card:hover .reviews_interactive_text {
  color: var(--tc-text-primary, #1e293b);
}

.reviews_interactive_author {
  font-size: 1rem;
  font-weight: 600;
  color: var(--tc-text-primary, #1e293b);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  font-style: normal;
  margin-bottom: 1rem;
  text-align: center;
  transition: color 0.3s ease;
}

.reviews_interactive_card:hover .reviews_interactive_author {
  color: #6366f1;
}

.reviews_interactive_rating {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.reviews_star_button {
  width: 20px;
  height: 20px;
  background: #fbbf24;
  border: none;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.reviews_star_button:hover {
  transform: scale(1.2) rotate(72deg);
  box-shadow: 0 0 15px rgba(251, 191, 36, 0.6);
}

.reviews_hover_effect {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
  pointer-events: none;
}

.reviews_interactive_card:hover .reviews_hover_effect {
  width: 300px;
  height: 300px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .reviews_interactive_card {
    margin-bottom: 1.5rem;
  }
  
  .reviews_interactive_card:hover {
    transform: translateY(-10px) scale(1.02);
  }
}

@media (max-width: 768px) {
  .reviews_wrap {
    padding: 3rem 0;
  }
  
  .reviews_interactive_content {
    padding: 1.5rem;
  }
  
  .reviews_main_title {
    font-size: 2.5rem;
  }
  
  .reviews_interactive_text {
    font-size: 0.95rem;
  }
  
  .reviews_avatar_interactive {
    width: 60px;
    height: 60px;
  }
  
  .reviews_avatar_text {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  
  .reviews_morph_1,
  .reviews_morph_2 {
    opacity: 0.5;
  }
}

@media (max-width: 576px) {
  .reviews_interactive_content {
    padding: 1.25rem;
  }
  
  .reviews_interactive_text {
    font-size: 0.875rem;
  }
  
  .reviews_star_button {
    width: 16px;
    height: 16px;
  }
  
  .reviews_interactive_card:hover {
    transform: translateY(-5px) scale(1.01);
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .reviews_interactive_card {
    border: 2px solid #000;
    box-shadow: none;
  }
  
  .reviews_avatar_text {
    background: var(--bs-light);
  }
  
  .reviews_card_overlay {
    background: rgba(248, 249, 250, 0.1);
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .reviews_interactive_card,
  .reviews_avatar_text,
  .reviews_star_button,
  .reviews_hover_effect {
    transition: none;
  }
  
  .reviews_avatar_ring,
  .reviews_morph_1,
  .reviews_morph_2 {
    animation: none;
  }
  
  .reviews_interactive_card:hover {
    transform: none;
  }
  
  .reviews_star_button:hover {
    transform: scale(1.1);
  }
}

/* Focus styles for accessibility */
.reviews_interactive_card:focus-within {
  outline: 2px solid #6366f1;
  outline-offset: 2px;
}

.reviews_star_button:focus {
  outline: 2px solid #6366f1;
  outline-offset: 2px;
  border-radius: 2px;
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* 
CASESTUDY Section v-013: Modern Green Grid
Theme: modern-green-01
Total topology elements: 9 (EXACT COUNT REQUIRED)
*/

.casestudy-section {
  background: var(--tc-surface-primary);
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

/* Header Styles */
.casestudy-header {
  max-width: 800px;
  margin: 0 auto;
}

.casestudy-badge {
  display: inline-block;
  margin-bottom: 1rem;
}

.badge-text {
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-300));
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.casestudy-main-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--tc-text-primary);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.casestudy-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--tc-text-accent);
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.casestudy-description-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.casestudy-description {
  font-size: 1.125rem;
  color: var(--tc-text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Modern Grid Layout */
.casestudy-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 500px;
}

.casestudy-featured {
  grid-row: span 2;
}

/* Case Study Items */
.casestudy-item {
  background: var(--tc-surface-secondary);
  border-radius: var(--tc-radius-xl);
  padding: 2rem;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--tc-border-light);
  transition: var(--tc-transition-base);
  cursor: pointer;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.casestudy-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--tc-shadow-elevated);
  border-color: var(--tc-primary-300);
}

.casestudy-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 160px;
}

.casestudy-featured .casestudy-content {
  min-height: 320px;
}

.casestudy-number {
  font-size: 3rem;
  font-weight: 900;
  color: var(--tc-primary-300);
  line-height: 1;
  margin-bottom: 1rem;
  opacity: 0.8;
}

.casestudy-featured .casestudy-number {
  font-size: 4rem;
}

.casestudy-info {
  flex: 1;
  margin-bottom: 1.5rem;
}

.casestudy-item-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--tc-text-primary);
  line-height: 1.3;
  margin-bottom: 1rem;
}

.casestudy-featured .casestudy-item-title {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

.casestudy-item-description {
  color: var(--tc-text-secondary);
  line-height: 1.6;
  margin: 0;
}

.casestudy-featured .casestudy-item-description {
  font-size: 1.1rem;
}

.casestudy-action {
  align-self: flex-start;
}

.casestudy-btn {
  width: 50px;
  height: 50px;
  background: var(--tc-primary-500);
  border: none;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--tc-transition-base);
  cursor: pointer;
}

.casestudy-btn:hover {
  background: var(--tc-primary-700);
  transform: scale(1.1);
  box-shadow: var(--tc-shadow-button-hover);
}

.casestudy-btn i {
  font-size: 1.25rem;
  transition: var(--tc-transition-fast);
}

.casestudy-btn:hover i {
  transform: translateX(2px);
}

/* Background Effects */
.casestudy-bg-effect {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, var(--tc-primary-50) 100%);
  opacity: 0;
  transition: var(--tc-transition-base);
  z-index: 1;
}

.casestudy-item:hover .casestudy-bg-effect {
  opacity: 1;
}

/* Section Decorations */
.casestudy-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.decoration-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tc-primary-100), var(--tc-primary-50));
  opacity: 0.6;
}

.decoration-1 {
  width: 150px;
  height: 150px;
  top: 10%;
  right: 10%;
  animation: float 6s ease-in-out infinite;
}

.decoration-2 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 5%;
  animation: float 8s ease-in-out infinite reverse;
}

.decoration-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, transparent 0%, var(--tc-primary-50) 100%);
  opacity: 0.3;
  clip-path: polygon(0% 50%, 100% 30%, 100% 100%, 0% 100%);
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

/* Responsive Design */
@media (max-width: 992px) {
  .casestudy-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }
  
  .casestudy-featured {
    grid-row: span 1;
  }
  
  .casestudy-main-title {
    font-size: 2.5rem;
  }
  
  .casestudy-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .casestudy-main-title {
    font-size: 2rem;
  }
  
  .casestudy-subtitle {
    font-size: 1.1rem;
  }
  
  .casestudy-description {
    font-size: 1rem;
  }
  
  .casestudy-item {
    padding: 1.5rem;
    min-height: 150px;
  }
  
  .casestudy-content {
    min-height: 120px;
  }
  
  .casestudy-featured .casestudy-content {
    min-height: 180px;
  }
  
  .casestudy-number {
    font-size: 2rem;
  }
  
  .casestudy-featured .casestudy-number {
    font-size: 2.5rem;
  }
  
  .casestudy-item-title {
    font-size: 1.1rem;
  }
  
  .casestudy-featured .casestudy-item-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .casestudy-item {
    padding: 1.25rem;
  }
  
  .casestudy-main-title {
    font-size: 1.75rem;
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* CONTRAST FIX: Adjusted 9 color values for better readability with dark text on light background */
/* Process Section v-011 - Minimal Steps */
.process_wrap {
  position: relative;
  padding: var(--tc-space-20, 5rem) 0;
  background: var(--tc-bg-primary, #212529);
  overflow: hidden;
}

.process_minimal_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(99, 102, 241, 0.02) 0%, 
    transparent 50%);
  pointer-events: none;
}

.process_header {
  position: relative;
  z-index: 2;
  margin-bottom: var(--tc-space-16, 4rem);
}

.process_title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: var(--tc-font-weight-light, 300);
  color: var(--tc-text-primary, #1e293b);
  margin-bottom: var(--tc-space-4, 1rem);
  line-height: 1.2;
}

.process_subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.25rem);
  font-weight: var(--tc-font-weight-medium, 500);
  color: var(--tc-primary-500, #6366f1);
  margin-bottom: var(--tc-space-6, 1.5rem);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.process_description {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: var(--tc-text-secondary, #64748b);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  font-weight: var(--tc-font-weight-light, 300);
}

.process_minimal_container {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}

.process_step_minimal {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--tc-space-12, 3rem);
  transition: all 0.3s ease;
}

.process_step_minimal:last-child {
  margin-bottom: 0;
}

.process_step_minimal:hover {
  transform: translateX(8px);
}

.process_step_line {
  position: absolute;
  left: 25px;
  top: 50px;
  bottom: -48px;
  width: 1px;
  background: var(--tc-border-light, #495057);
}

.process_step_minimal:last-child .process_step_line {
  display: none;
}

.process_step_dot {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--tc-bg-primary, #212529);
  border: 2px solid var(--tc-primary-500, #6366f1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--tc-font-weight-medium, 500);
  color: var(--tc-primary-500, #6366f1);
  margin-right: var(--tc-space-6, 1.5rem);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.process_step_minimal:hover .process_step_dot {
  background: var(--tc-primary-500, #6366f1);
  color: var(--tc-bg-primary, #212529);
  transform: scale(1.1);
}

.process_step_content {
  flex: 1;
  padding-top: var(--tc-space-2, 0.5rem);
}

.process_minimal_title {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: var(--tc-font-weight-light, 300);
  color: var(--tc-text-primary, #1e293b);
  margin-bottom: var(--tc-space-3, 0.75rem);
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.process_minimal_desc {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  color: var(--tc-text-secondary, #64748b);
  line-height: 1.6;
  margin: 0;
  font-weight: var(--tc-font-weight-light, 300);
}

@media (max-width: 767px) {
  .process_wrap {
    padding: var(--tc-space-16, 4rem) 0;
  }
  
  .process_step_minimal {
    margin-bottom: var(--tc-space-8, 2rem);
  }
  
  .process_step_minimal:hover {
    transform: translateX(4px);
  }
  
  .process_step_dot {
    width: 40px;
    height: 40px;
    margin-right: var(--tc-space-4, 1rem);
    font-size: 0.9rem;
  }
  
  .process_step_line {
    left: 20px;
    top: 40px;
    bottom: -32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process_step_minimal {
    transition: none;
  }
  
  .process_step_minimal:hover {
    transform: none;
  }
  
  .process_step_dot {
    transition: none;
  }
  
  .process_step_minimal:hover .process_step_dot {
    transform: none;
  }
}

@media (prefers-contrast: high) {
  .process_step_dot {
    border-color: var(--tc-text-primary, #f1f3f4);
    color: var(--tc-text-primary, #f1f3f4);
  }
  
  .process_step_minimal:hover .process_step_dot {
    background: var(--tc-text-primary, #f1f3f4);
    color: var(--tc-bg-primary, #212529);
  }
  
  .process_step_line {
    background: var(--tc-text-primary, #f1f3f4);
  }
}

.process_step_minimal:focus-within {
  outline: 2px solid var(--tc-primary-500, #6366f1);
  outline-offset: 4px;
  border-radius: 4px;
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* Timeline Section v-007: Modern Green Theme */

.timeline-section {
  background: linear-gradient(135deg, var(--tc-neutral-50) 0%, var(--tc-primary-25) 100%);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Background Decorations */
.bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape {
  position: absolute;
  opacity: 0.08;
}

.green-shape-1 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, var(--tc-primary-400), var(--tc-primary-600));
  border-radius: 50% 0 50% 0;
  top: 10%;
  right: 5%;
  animation: float 8s ease-in-out infinite;
}

.green-shape-2 {
  width: 200px;
  height: 200px;
  background: linear-gradient(45deg, var(--tc-primary-300), var(--tc-primary-500));
  border-radius: 0 50% 0 50%;
  bottom: 20%;
  left: 10%;
  animation: float 6s ease-in-out infinite reverse;
}

.green-shape-3 {
  width: 150px;
  height: 150px;
  background: linear-gradient(225deg, var(--tc-primary-200), var(--tc-primary-400));
  border-radius: 50%;
  top: 60%;
  right: 20%;
  animation: float 10s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

/* Section Content */
.timeline-section .container-fluid {
  position: relative;
  z-index: 1;
  width: 100%;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
}

.timeline-title {
  color: var(--tc-neutral-900);
  font-weight: 800;
  letter-spacing: -0.025em;
  background: linear-gradient(135deg, var(--tc-neutral-900) 0%, var(--tc-primary-700) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.timeline-subtitle {
  color: var(--tc-primary-700);
  font-weight: 600;
  font-size: 1.75rem;
}

.timeline-desc {
  color: var(--tc-neutral-600);
  font-size: 1.25rem;
  line-height: 1.7;
  max-width: 700px;
}

/* Timeline Grid */
.timeline-grid-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* Progress Bar */
.timeline-progress-bar {
  position: relative;
  margin-bottom: 4rem;
  height: 6px;
  background: var(--tc-neutral-200);
  border-radius: 3px;
  overflow: hidden;
}

.progress-line {
  height: 100%;
  background: linear-gradient(90deg, var(--tc-primary-500) 0%, var(--tc-primary-600) 50%, var(--tc-primary-700) 100%);
  border-radius: 3px;
  width: 100%;
  animation: progressFill 3s ease-out;
}

@keyframes progressFill {
  0% { width: 0%; }
  100% { width: 100%; }
}

/* Timeline Steps */
.timeline-step {
  text-align: center;
  position: relative;
  height: 100%;
  padding: 2rem 1rem;
  transition: all 0.3s ease;
}

.timeline-step:hover {
  transform: translateY(-10px);
}

/* Step Markers */
.step-marker {
  position: relative;
  margin: 0 auto 2rem;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tc-primary-500) 0%, var(--tc-primary-600) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.timeline-step:hover .step-marker {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}

.step-number {
  color: white;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
}

/* Step Content */
.step-content {
  background: white;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border: 2px solid var(--tc-neutral-100);
  transition: all 0.3s ease;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.timeline-step:hover .step-content {
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-color: var(--tc-primary-300);
}

/* Step Titles */
.step-title {
  color: var(--tc-neutral-900);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

/* Step Descriptions */
.step-desc {
  color: var(--tc-neutral-600);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Progressive Color Variations */
.step-1 .step-marker {
  background: linear-gradient(135deg, var(--tc-primary-400) 0%, var(--tc-primary-500) 100%);
}

.step-2 .step-marker {
  background: linear-gradient(135deg, var(--tc-primary-500) 0%, var(--tc-primary-600) 100%);
}

.step-3 .step-marker {
  background: linear-gradient(135deg, var(--tc-primary-600) 0%, var(--tc-primary-700) 100%);
}

.step-4 .step-marker {
  background: linear-gradient(135deg, var(--tc-primary-700) 0%, var(--tc-primary-800) 100%);
}

.step-5 .step-marker {
  background: linear-gradient(135deg, var(--tc-primary-800) 0%, var(--tc-primary-900) 100%);
}

/* Connection Lines Between Steps */
.timeline-step::after {
  content: '';
  position: absolute;
  top: 120px;
  right: -50%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--tc-primary-300) 0%, var(--tc-primary-500) 100%);
  z-index: -1;
}

.timeline-step:last-child::after {
  display: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .timeline-step::after {
    display: none;
  }
}

@media (max-width: 992px) {
  .timeline-section {
    min-height: auto;
    padding: 4rem 0;
  }
  
  .timeline-title {
    font-size: 3rem;
  }
  
  .timeline-row {
    justify-content: center;
  }
  
  .step-marker {
    width: 70px;
    height: 70px;
  }
  
  .step-number {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .timeline-section {
    padding: 3rem 0;
  }
  
  .timeline-title {
    font-size: 2.5rem;
  }
  
  .timeline-subtitle {
    font-size: 1.5rem;
  }
  
  .timeline-step {
    padding: 1.5rem 0.75rem;
    margin-bottom: 2rem;
  }
  
  .step-content {
    padding: 1.5rem 1.25rem;
    min-height: 180px;
    border-radius: 16px;
  }
  
  .step-marker {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
  }
  
  .step-number {
    font-size: 1.25rem;
  }
  
  .step-title {
    font-size: 1.125rem;
  }
}

@media (max-width: 576px) {
  .bg-decoration .shape {
    display: none;
  }
  
  .timeline-step {
    padding: 1rem 0.5rem;
  }
  
  .step-content {
    padding: 1.25rem 1rem;
    min-height: 160px;
  }
  
  .progress-line {
    animation-duration: 2s;
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}



/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.career_wrap {
  position: relative;
  
  background: var(--tc-bg-primary);
  overflow: hidden;

  padding: 80px 0;
}

.career_grid_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(45deg, var(--tc-primary-50) 25%, transparent 25%), 
    linear-gradient(-45deg, var(--tc-primary-50) 25%, transparent 25%), 
    linear-gradient(45deg, transparent 75%, var(--tc-primary-50) 75%), 
    linear-gradient(-45deg, transparent 75%, var(--tc-primary-50) 75%);
  background-size: 60px 60px;
  background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
  opacity: 0.3;
  z-index: 1;
}

.career_grid_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--tc-accent-50) 0%, transparent 50%, var(--tc-primary-50) 100%);
  opacity: 0.4;
}

.career_wrap .container {
  position: relative;
  z-index: 2;
}

.career_header_section {
  margin-bottom: var(--tc-space-8);
}

.career_header_content {
  text-align: center;
  margin-bottom: var(--tc-space-6);
}

.career_badge {
  display: inline-block;
  background: var(--tc-accent-500);
  color: var(--tc-white);
  padding: var(--tc-space-2) var(--tc-space-4);
  border-radius: var(--tc-radius-full);
  font-size: var(--tc-font-size-sm);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: var(--tc-space-4);
}

.career_title {
  color: var(--tc-text-primary);
  font-family: var(--tc-font-family-primary);
  font-weight: 700;
  margin-bottom: var(--tc-space-3);
}

.career_subtitle {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-lg);
  font-weight: 500;
  margin-bottom: var(--tc-space-4);
}

.career_description {
  color: var(--tc-text-tertiary);
  font-size: var(--tc-font-size-base);
  line-height: var(--tc-line-height-relaxed);
  max-width: 700px;
  margin: 0 auto;
}

.career_grid_container {
  margin-bottom: var(--tc-space-8);
}

.career_grid_item {
  background: var(--tc-bg-secondary);
  border: 1px solid var(--tc-border-light);
  border-radius: var(--tc-radius-lg);
  padding: var(--tc-space-6);
  height: 280px;
  display: flex;
  flex-direction: column;
  transition: var(--tc-transition-normal);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.career_grid_item:hover {
  transform: translateY(-6px);
  box-shadow: var(--tc-shadow-xl);
  border-color: var(--tc-accent-300);
}

.career_grid_item_featured {
  background: linear-gradient(135deg, var(--tc-primary-50), var(--tc-accent-50));
  border-color: var(--tc-primary-300);
}

.career_grid_item_featured:hover {
  border-color: var(--tc-primary-500);
}

.career_grid_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--tc-space-4);
}

.career_grid_icon {
  width: 48px;
  height: 48px;
  border-radius: var(--tc-radius-lg);
  position: relative;
}

.career_grid_icon_dev {
  background: linear-gradient(135deg, var(--tc-primary-400), var(--tc-primary-600));
}

.career_grid_icon_design {
  background: linear-gradient(135deg, var(--tc-accent-400), var(--tc-accent-600));
}

.career_grid_icon_data {
  background: linear-gradient(135deg, var(--tc-success-400), var(--tc-success-600));
}

.career_grid_icon_marketing {
  background: linear-gradient(135deg, var(--tc-warning-400), var(--tc-warning-600));
}

.career_grid_icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: var(--tc-white);
  border-radius: var(--tc-radius-sm);
  opacity: 0.9;
}

.career_grid_meta {
  display: flex;
  flex-direction: column;
  gap: var(--tc-space-1);
  align-items: flex-end;
}

.career_grid_status {
  background: var(--tc-success-100);
  color: var(--tc-success-700);
  padding: var(--tc-space-1) var(--tc-space-2);
  border-radius: var(--tc-radius-sm);
  font-size: var(--tc-font-size-xs);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

.career_grid_item_featured .career_grid_status {
  background: var(--tc-error-100);
  color: var(--tc-error-700);
}

.career_grid_type {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.career_grid_content {
  flex: 1;
  margin-bottom: var(--tc-space-4);
}

.career_grid_title {
  color: var(--tc-text-primary);
  font-size: var(--tc-font-size-lg);
  font-weight: 600;
  margin-bottom: var(--tc-space-2);
  line-height: var(--tc-line-height-tight);
}

.career_grid_role {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-sm);
  font-weight: 500;
  margin-bottom: var(--tc-space-3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.career_grid_desc {
  color: var(--tc-text-tertiary);
  font-size: var(--tc-font-size-sm);
  line-height: var(--tc-line-height-relaxed);
  margin-bottom: 0;
}

.career_grid_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--tc-space-3);
  border-top: 1px solid var(--tc-border-light);
}

.career_grid_location {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-sm);
  font-weight: 500;
}

.career_grid_arrow {
  width: 24px;
  height: 24px;
  background: var(--tc-accent-500);
  border-radius: 50%;
  position: relative;
  transition: var(--tc-transition-fast);
}

.career_grid_arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--tc-white);
  border-right: 2px solid var(--tc-white);
}

.career_grid_item:hover .career_grid_arrow {
  transform: scale(1.1);
  background: var(--tc-accent-600);
}

.career_grid_decoration {
  display: flex;
  justify-content: center;
  margin-top: var(--tc-space-6);
}

.career_decoration_grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: var(--tc-space-2);
  opacity: 0.6;
}

.career_decoration_cell {
  width: 12px;
  height: 12px;
  background: var(--tc-neutral-300);
  border-radius: var(--tc-radius-sm);
}

.career_decoration_cell_active {
  background: var(--tc-accent-400);
  animation: decorationPulse 3s infinite;
}

@keyframes decorationPulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@media (max-width: 1200px) {
  .career_grid_item {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .career_wrap {
    
  
  padding: 80px 0;
}
  
  .career_grid_item {
    height: auto;
    min-height: 240px;
    padding: var(--tc-space-5);
  }
  
  .career_grid_header {
    flex-direction: column;
    gap: var(--tc-space-3);
    align-items: flex-start;
  }
  
  .career_grid_meta {
    align-self: flex-end;
    flex-direction: row;
    gap: var(--tc-space-2);
  }
  
  .career_decoration_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


/* Coreinfo Section v-009 - Modern Green Theme */
.coreinfo-section {
  background: var(--tc-surface-primary);
  position: relative;
  overflow: hidden;
}

.coreinfo-section::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 60%;
  height: 120%;
  background: radial-gradient(circle at 30% 50%, var(--tc-primary-50) 0%, transparent 60%);
  opacity: 0.8;
  z-index: 1;
}

.container {
  position: relative;
  z-index: 2;
}

/* Section Header Styles */
.section-title {
  color: var(--tc-text-primary);
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-primary-300));
  border-radius: var(--tc-radius-sm);
}

.section-subtitle {
  color: var(--tc-text-accent);
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.section-description {
  color: var(--tc-text-secondary);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 500px;
}

/* Info Items */
.info-item {
  transition: var(--tc-transition-base);
  position: relative;
}

.info-item-inner {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  background: var(--tc-surface-secondary);
  border: 1px solid var(--tc-border-light);
  border-radius: var(--tc-radius-lg);
  transition: var(--tc-transition-base);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}

.info-item-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--tc-primary-500), var(--tc-primary-300));
  transform: scaleY(0);
  transform-origin: top;
  transition: var(--tc-transition-base);
}

.info-item:hover .info-item-inner {
  transform: translateX(10px);
  box-shadow: var(--tc-shadow-elevated);
  border-color: var(--tc-primary-300);
}

.info-item:hover .info-item-inner::before {
  transform: scaleY(1);
}

/* Info Icons */
.info-icon-wrapper {
  width: 60px;
  height: 60px;
  background: var(--tc-surface-accent);
  border: 2px solid var(--tc-primary-100);
  border-radius: var(--tc-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--tc-transition-base);
  position: relative;
}

.info-icon-wrapper::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: var(--tc-radius-lg);
  background: var(--tc-primary-100);
  opacity: 0;
  transform: scale(0.8);
  transition: var(--tc-transition-base);
  z-index: -1;
}

.info-icon {
  font-size: 1.5rem;
  color: var(--tc-primary-500);
  transition: var(--tc-transition-base);
}

.info-item:hover .info-icon-wrapper {
  background: var(--tc-primary-500);
  border-color: var(--tc-primary-500);
  transform: scale(1.1) rotate(5deg);
}

.info-item:hover .info-icon-wrapper::after {
  opacity: 1;
  transform: scale(1);
}

.info-item:hover .info-icon {
  color: #ffffff;
  transform: scale(1.1);
}

/* Info Content */
.info-content {
  flex: 1;
  min-width: 0;
}

.info-title {
  color: var(--tc-text-primary);
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  transition: var(--tc-transition-base);
}

.info-description {
  color: var(--tc-text-secondary);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.info-item:hover .info-title {
  color: var(--tc-primary-500);
}

/* Modern spacing and alignment */
.info-item:last-child {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 2.5rem;
  }
  
  .info-item-inner {
    padding: 1.25rem;
    min-height: 110px;
  }
  
  .info-icon-wrapper {
    width: 55px;
    height: 55px;
  }
  
  .info-icon {
    font-size: 1.35rem;
  }
}

@media (max-width: 991.98px) {
  .coreinfo-section::before {
    width: 100%;
    height: 50%;
    background: radial-gradient(circle at 50% 30%, var(--tc-primary-50) 0%, transparent 50%);
  }
  
  .section-title {
    font-size: 2.25rem;
    text-align: center;
  }
  
  .section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .section-subtitle,
  .section-description {
    text-align: center;
  }
  
  .section-description {
    max-width: none;
    margin: 0 auto;
  }
  
  .info-item {
    margin-bottom: 1.5rem;
  }
  
  .info-item-inner {
    min-height: 100px;
  }
}

@media (max-width: 767.98px) {
  .coreinfo-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.1rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .info-item {
    margin-bottom: 1.25rem;
  }
  
  .info-item-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.25rem;
    min-height: auto;
    gap: 1rem;
  }
  
  .info-icon-wrapper {
    width: 50px;
    height: 50px;
  }
  
  .info-icon {
    font-size: 1.25rem;
  }
  
  .info-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  
  .info-description {
    font-size: 0.95rem;
  }
  
  .info-item:hover .info-item-inner {
    transform: translateY(-5px);
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .info-item-inner {
    border-width: 2px;
    border-color: var(--tc-border-medium);
  }
  
  .info-item:hover .info-item-inner {
    border-color: var(--tc-primary-500);
    border-width: 3px;
  }
  
  .info-icon-wrapper {
    border-width: 3px;
  }
  
  .section-title,
  .info-title {
    color: var(--tc-neutral-900);
  }
  
  .section-description,
  .info-description {
    color: var(--tc-neutral-700);
  }
}

/* Animation and Accessibility */
@media (prefers-reduced-motion: reduce) {
  .info-item-inner,
  .info-icon-wrapper,
  .info-icon {
    transition: none;
  }
  
  .info-item:hover .info-item-inner,
  .info-item:hover .info-icon-wrapper {
    transform: none;
  }
  
  .info-icon-wrapper::after {
    transition: none;
  }
}

/* Focus Management for Accessibility */
.info-item:focus-within .info-item-inner {
  outline: 2px solid var(--tc-primary-500);
  outline-offset: 2px;
}

/* Progressive reveal animation */
.info-item:nth-child(1) { animation-delay: 0.1s; }
.info-item:nth-child(2) { animation-delay: 0.2s; }
.info-item:nth-child(3) { animation-delay: 0.3s; }

.col-lg-6:nth-child(2) .info-item:nth-child(1) { animation-delay: 0.4s; }
.col-lg-6:nth-child(2) .info-item:nth-child(2) { animation-delay: 0.5s; }
.col-lg-6:nth-child(2) .info-item:nth-child(3) { animation-delay: 0.6s; }


/* Contact Section v-006: Creative Agency Dynamic */
.contact-section {
  background: var(--tc-surface-primary);
  padding: var(--tc-section-py) 0;
  position: relative;
  overflow: hidden;
}

/* Section Header */
.contact-section .tc-title {
  font-size: var(--tc-font-size-4xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
  text-align: center;
  background: linear-gradient(135deg, var(--tc-text-primary), var(--tc-primary-500));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-section .tc-subtitle {
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-weight-medium);
  color: var(--tc-text-accent);
  margin-bottom: var(--tc-space-4);
  text-align: center;
}

.contact-section .tc-desc {
  font-size: var(--tc-font-size-lg);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--tc-space-16);
}

/* Creative Container */
.contact-section .creative-container {
  position: relative;
  min-height: 800px;
  border-radius: 24px;
  overflow: hidden;
}

/* Background Elements */
.contact-section .creative-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.contact-section .purple-blob {
  position: absolute;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  background: var(--tc-primary-300);
  opacity: 0.1;
  animation: blobMorph 8s ease-in-out infinite;
}

.contact-section .blob-1 {
  width: 300px;
  height: 200px;
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.contact-section .blob-2 {
  width: 250px;
  height: 180px;
  top: 60%;
  right: 10%;
  animation-delay: 3s;
}

.contact-section .blob-3 {
  width: 180px;
  height: 140px;
  bottom: 20%;
  left: 20%;
  animation-delay: 6s;
}

@keyframes blobMorph {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    transform: translate(10px, -10px) rotate(90deg);
  }
  50% {
    border-radius: 40% 30% 60% 50% / 70% 40% 50% 30%;
    transform: translate(-5px, 15px) rotate(180deg);
  }
  75% {
    border-radius: 70% 50% 40% 30% / 30% 70% 40% 60%;
    transform: translate(-10px, -5px) rotate(270deg);
  }
}

/* Geometric Shapes */
.contact-section .geometric-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact-section .shape {
  position: absolute;
  opacity: 0.05;
  animation: shapeFloat 6s ease-in-out infinite;
}

.contact-section .triangle {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 43px solid var(--tc-primary-500);
  top: 15%;
  right: 20%;
  animation-delay: 0s;
}

.contact-section .square {
  width: 40px;
  height: 40px;
  background: var(--tc-primary-500);
  transform: rotate(45deg);
  top: 70%;
  left: 15%;
  animation-delay: 2s;
}

.contact-section .circle {
  width: 35px;
  height: 35px;
  background: var(--tc-primary-500);
  border-radius: 50%;
  top: 30%;
  right: 35%;
  animation-delay: 4s;
}

.contact-section .hexagon {
  width: 40px;
  height: 34.64px;
  background: var(--tc-primary-500);
  position: relative;
  bottom: 30%;
  right: 10%;
  animation-delay: 1s;
}

.contact-section .hexagon:before,
.contact-section .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.contact-section .hexagon:before {
  bottom: 100%;
  border-bottom: 11.55px solid var(--tc-primary-500);
}

.contact-section .hexagon:after {
  top: 100%;
  border-top: 11.55px solid var(--tc-primary-500);
}

@keyframes shapeFloat {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33% { transform: translateY(-15px) rotate(120deg); }
  66% { transform: translateY(-10px) rotate(240deg); }
}

.contact-section .gradient-mesh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(124, 58, 237, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(124, 58, 237, 0.1) 0%, transparent 50%);
}

/* Content Grid */
.contact-section .content-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--tc-space-12);
  position: relative;
  z-index: 2;
  padding: var(--tc-space-8);
}

/* Form Section */
.contact-section .form-section {
  position: relative;
}

.contact-section .form-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: var(--tc-space-8);
  border: 1px solid rgba(124, 58, 237, 0.2);
  box-shadow: 0 20px 60px rgba(124, 58, 237, 0.1);
  position: relative;
  overflow: hidden;
}

.contact-section .form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-primary-300), var(--tc-primary-500));
  animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

/* Card Header */
.contact-section .card-header {
  display: flex;
  align-items: center;
  gap: var(--tc-space-4);
  margin-bottom: var(--tc-space-8);
}

.contact-section .creative-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  color: white;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tc-font-size-xl);
  position: relative;
  overflow: hidden;
}

.contact-section .creative-icon::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: iconShine 2s ease-in-out infinite;
}

@keyframes iconShine {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.contact-section .header-text {
  flex: 1;
}

.contact-section .form-title {
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin: 0 0 var(--tc-space-2);
}

.contact-section .form-description {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-secondary);
  margin: 0;
  line-height: var(--tc-line-height-normal);
}

/* Form Styling */
.contact-section .creative-form {
  width: 100%;
}

.contact-section .input-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--tc-space-6);
  margin-bottom: var(--tc-space-6);
}

.contact-section .input-group {
  position: relative;
}

.contact-section .input-group.full-width {
  grid-column: 1 / -1;
}

.contact-section .input-wrapper {
  position: relative;
  overflow: hidden;
}

.contact-section .creative-input {
  width: 100%;
  padding: var(--tc-space-4) var(--tc-space-4) var(--tc-space-3);
  font-size: var(--tc-font-size-base);
  color: var(--tc-text-primary);
  background: var(--tc-surface-secondary);
  border: 2px solid transparent;
  border-radius: 12px;
  transition: all 0.3s ease;
  outline: none;
  position: relative;
  z-index: 2;
}

.contact-section .creative-input:focus {
  border-color: var(--tc-primary-500);
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.15);
}

.contact-section .creative-input:focus + .floating-label,
.contact-section .creative-input:not(:placeholder-shown) + .floating-label {
  transform: translateY(-24px) scale(0.85);
  color: var(--tc-primary-500);
  background: white;
  padding: 0 var(--tc-space-2);
}

.contact-section .floating-label {
  position: absolute;
  top: var(--tc-space-4);
  left: var(--tc-space-4);
  font-size: var(--tc-font-size-base);
  color: var(--tc-text-secondary);
  pointer-events: none;
  transition: all 0.3s ease;
  transform-origin: left center;
  z-index: 3;
}

.contact-section .input-highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-primary-300));
  transform: scaleX(0);
  transition: transform 0.3s ease;
  border-radius: 1px;
}

.contact-section .creative-input:focus ~ .input-highlight {
  transform: scaleX(1);
}

/* Select Styling */
.contact-section select.creative-input {
  cursor: pointer;
  padding-right: var(--tc-space-8);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%237c3aed' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right var(--tc-space-3) center;
  background-repeat: no-repeat;
  background-size: 20px;
  appearance: none;
}

/* Checkbox Styling */
.contact-section .creative-checkbox-wrapper {
  margin-bottom: var(--tc-space-6);
}

.contact-section .creative-checkbox {
  display: flex;
  align-items: flex-start;
  gap: var(--tc-space-3);
  cursor: pointer;
}

.contact-section .creative-checkbox input[type="checkbox"] {
  display: none;
}

.contact-section .checkbox-design {
  width: 28px;
  height: 28px;
  border: 2px solid var(--tc-border-medium);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: white;
}

.contact-section .creative-checkbox input:checked + .checkbox-design {
  border-color: var(--tc-primary-500);
  background: var(--tc-primary-500);
  transform: scale(1.1);
}

.contact-section .checkbox-inner {
  color: white;
  font-size: var(--tc-font-size-sm);
  opacity: 0;
  transform: scale(0) rotate(45deg);
  transition: all 0.3s ease;
}

.contact-section .creative-checkbox input:checked + .checkbox-design .checkbox-inner {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.contact-section .checkbox-text {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-normal);
}

/* Submit Button */
.contact-section .creative-submit-btn {
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  color: white;
  border: none;
  border-radius: 16px;
  padding: var(--tc-space-5) var(--tc-space-8);
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-weight-semibold);
  cursor: pointer;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--tc-space-3);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.contact-section .creative-submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.contact-section .creative-submit-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 40px rgba(124, 58, 237, 0.4);
}

.contact-section .creative-submit-btn:hover::before {
  left: 100%;
}

.contact-section .btn-effect {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.contact-section .creative-submit-btn:hover .btn-effect {
  transform: rotate(15deg) scale(1.1);
}

/* Info Section */
.contact-section .info-section {
  position: relative;
}

.contact-section .info-card {
  background: linear-gradient(135deg, var(--tc-primary-50), rgba(255, 255, 255, 0.9));
  border-radius: 24px;
  padding: var(--tc-space-8);
  border: 1px solid var(--tc-primary-100);
  position: relative;
  height: 100%;
  backdrop-filter: blur(10px);
}

/* Info Header */
.contact-section .info-header {
  text-align: center;
  margin-bottom: var(--tc-space-8);
}

.contact-section .creative-avatar {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tc-font-size-2xl);
  margin: 0 auto var(--tc-space-4);
  animation: avatarPulse 2s ease-in-out infinite;
}

@keyframes avatarPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(124, 58, 237, 0.4); }
  50% { box-shadow: 0 0 0 20px rgba(124, 58, 237, 0); }
}

.contact-section .info-title {
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin: 0 0 var(--tc-space-2);
}

.contact-section .info-subtitle {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-secondary);
  margin: 0;
  line-height: var(--tc-line-height-normal);
}

/* Contact Options */
.contact-section .contact-options {
  margin-bottom: var(--tc-space-8);
}

.contact-section .contact-option {
  display: flex;
  align-items: flex-start;
  gap: var(--tc-space-4);
  padding: var(--tc-space-4);
  border-radius: 16px;
  margin-bottom: var(--tc-space-4);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(124, 58, 237, 0.1);
  transition: all 0.3s ease;
}

.contact-section .contact-option:hover {
  transform: translateX(8px);
  background: white;
  border-color: var(--tc-primary-300);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.15);
}

.contact-section .option-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tc-font-size-lg);
  flex-shrink: 0;
}

.contact-section .phone-icon {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
}

.contact-section .email-icon {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: white;
}

.contact-section .location-icon {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
}

.contact-section .option-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--tc-space-1);
}

.contact-section .option-label {
  font-size: var(--tc-font-size-xs);
  color: var(--tc-text-secondary);
  font-weight: var(--tc-font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-section .option-value {
  font-size: var(--tc-font-size-base);
  color: var(--tc-text-primary);
  font-weight: var(--tc-font-weight-semibold);
  line-height: var(--tc-line-height-normal);
}

.contact-section .option-note {
  font-size: var(--tc-font-size-xs);
  color: var(--tc-primary-500);
  font-style: italic;
}

/* Creative Metrics */
.contact-section .creative-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--tc-space-3);
}

.contact-section .metric-item {
  display: flex;
  align-items: center;
  gap: var(--tc-space-3);
  padding: var(--tc-space-3);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  border: 1px solid rgba(124, 58, 237, 0.1);
  transition: all 0.3s ease;
}

.contact-section .metric-item:hover {
  background: white;
  transform: scale(1.02);
}

.contact-section .metric-icon {
  font-size: var(--tc-font-size-xl);
}

.contact-section .metric-data {
  display: flex;
  flex-direction: column;
}

.contact-section .metric-number {
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-primary-500);
  line-height: 1;
}

.contact-section .metric-label {
  font-size: var(--tc-font-size-xs);
  color: var(--tc-text-secondary);
  font-weight: var(--tc-font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .contact-section .content-grid {
    grid-template-columns: 1fr;
    gap: var(--tc-space-8);
  }
  
  .contact-section .creative-container {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding: var(--tc-space-12) 0;
  }
  
  .contact-section .tc-title {
    font-size: var(--tc-font-size-3xl);
  }
  
  .contact-section .content-grid {
    padding: var(--tc-space-4);
  }
  
  .contact-section .form-card,
  .contact-section .info-card {
    padding: var(--tc-space-6);
  }
  
  .contact-section .input-grid {
    grid-template-columns: 1fr;
    gap: var(--tc-space-4);
  }
  
  .contact-section .creative-input {
    font-size: 16px; /* Prevent zoom on iOS */
  }
  
  .contact-section .purple-blob {
    display: none; /* Hide complex animations on mobile */
  }
  
  .contact-section .geometric-shapes {
    opacity: 0.3;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .contact-section .form-card,
  .contact-section .info-card {
    border: 2px solid var(--tc-text-primary);
    background: white;
  }
  
  .contact-section .creative-input {
    border: 2px solid var(--tc-text-primary);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .contact-section .purple-blob,
  .contact-section .shape,
  .contact-section .creative-icon::before,
  .contact-section .creative-avatar {
    animation: none;
  }
  
  .contact-section .creative-input:focus,
  .contact-section .creative-submit-btn:hover,
  .contact-section .contact-option:hover {
    transform: none;
  }
}

/* Focus Visible Support */
.contact-section .creative-input:focus-visible,
.contact-section .creative-submit-btn:focus-visible {
  outline: 2px solid var(--tc-primary-500);
  outline-offset: 2px;
}


/* Professional Blue Blog Section - v-007 */
.blog-section {
  position: relative;
  padding: var(--tc-section-py, 4rem) var(--tc-section-px, 1rem);
  background: linear-gradient(135deg, var(--tc-primary-50, #eff6ff) 0%, var(--tc-neutral-50, #f9fafb) 100%);
  overflow: hidden;
}

/* Section Header */
.blog-section .tc-title {
  font-size: var(--tc-font-size-3xl, 2.25rem);
  font-weight: var(--tc-font-weight-bold, 700);
  color: var(--tc-text-primary, #1f2937);
  margin-bottom: var(--tc-space-4, 1rem);
  line-height: var(--tc-line-height-tight, 1.25);
}

.blog-section .tc-subtitle {
  font-size: var(--tc-font-size-xl, 1.25rem);
  font-weight: var(--tc-font-weight-medium, 500);
  color: var(--tc-primary-600, #2563eb);
  margin-bottom: var(--tc-space-4, 1rem);
}

.blog-section .tc-desc {
  font-size: var(--tc-font-size-lg, 1.125rem);
  color: var(--tc-text-secondary, #6b7280);
  margin-bottom: var(--tc-space-8, 2rem);
  line-height: var(--tc-line-height-relaxed, 1.75);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Blog Grid */
.blog-grid {
  position: relative;
  z-index: 2;
}

/* Blog Cards */
.blog-card {
  position: relative;
  background: var(--tc-bg-card, #ffffff);
  border-radius: var(--tc-radius-lg, 1rem);
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all var(--tc-transition-normal, 0.3s ease);
  height: 100%;
  border: 1px solid var(--tc-border-light, #e5e7eb);
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Card Decoration */
.card-decoration {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.professional-accent {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-500, #2563eb), var(--tc-primary-600, #1d4ed8));
  border-radius: 0 var(--tc-radius-lg, 1rem) 0 var(--tc-radius-md, 0.5rem);
}

.corner-element {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 8px;
  height: 8px;
  background: var(--tc-primary-400, #60a5fa);
  border-radius: 50%;
}

/* Blog Card Image */
.blog-card-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--tc-transition-slow, 0.5s ease);
}

.blog-card:hover .blog-image {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--tc-primary-500, #2563eb) 0%, var(--tc-primary-600, #1d4ed8) 100%);
  opacity: 0;
  transition: opacity var(--tc-transition-normal, 0.3s ease);
}

.blog-card:hover .image-overlay {
  opacity: 0.15;
}

/* Blog Card Content */
.blog-card-content {
  padding: var(--tc-space-6, 1.5rem);
  display: flex;
  flex-direction: column;
  height: calc(100% - 220px);
  position: relative;
}

.blog-post-title {
  font-size: var(--tc-font-size-xl, 1.25rem);
  font-weight: var(--tc-font-weight-semibold, 600);
  color: var(--tc-text-primary, #1f2937);
  margin-bottom: var(--tc-space-3, 0.75rem);
  line-height: var(--tc-line-height-snug, 1.375);
}

.blog-post-excerpt {
  font-size: var(--tc-font-size-base, 1rem);
  color: var(--tc-text-secondary, #6b7280);
  margin-bottom: var(--tc-space-4, 1rem);
  line-height: var(--tc-line-height-relaxed, 1.75);
  flex-grow: 1;
}

/* Blog Card Footer */
.blog-card-footer {
  margin-top: auto;
  padding-top: var(--tc-space-4, 1rem);
  border-top: 1px solid var(--tc-border-light, #e5e7eb);
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  font-weight: var(--tc-font-weight-medium, 500);
  color: var(--tc-primary-600, #2563eb);
  text-decoration: none;
  transition: all var(--tc-transition-fast, 0.15s ease);
  font-size: var(--tc-font-size-sm, 0.875rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-read-more:hover {
  color: var(--tc-primary-700, #1d4ed8);
  transform: translateX(4px);
}

.blog-read-more::after {
  content: '→';
  margin-left: var(--tc-space-2, 0.5rem);
  transition: transform var(--tc-transition-fast, 0.15s ease);
  font-size: 1.1em;
}

.blog-read-more:hover::after {
  transform: translateX(4px);
}

/* Section Background Decoration */
.section-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.professional-shape {
  position: absolute;
  background: var(--tc-primary-100, #dbeafe);
  border-radius: 50%;
  opacity: 0.3;
}

.shape-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  right: 5%;
  animation: float 6s ease-in-out infinite;
}

.shape-2 {
  width: 120px;
  height: 120px;
  bottom: 15%;
  left: 8%;
  animation: float 8s ease-in-out infinite reverse;
}

.gradient-mesh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, var(--tc-primary-50, #eff6ff) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, var(--tc-primary-100, #dbeafe) 0%, transparent 50%);
  opacity: 0.4;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-section {
    padding: var(--tc-space-8, 2rem) var(--tc-space-4, 1rem);
  }
  
  .blog-section .tc-title {
    font-size: var(--tc-font-size-2xl, 1.875rem);
  }
  
  .blog-section .tc-subtitle {
    font-size: var(--tc-font-size-lg, 1.125rem);
  }
  
  .blog-section .tc-desc {
    font-size: var(--tc-font-size-base, 1rem);
  }
  
  .blog-card-image {
    height: 180px;
  }
  
  .blog-card-content {
    height: calc(100% - 180px);
  }
  
  .professional-shape {
    display: none;
  }
}

@media (max-width: 576px) {
  .blog-card-content {
    padding: var(--tc-space-4, 1rem);
  }
  
  .blog-post-title {
    font-size: var(--tc-font-size-lg, 1.125rem);
  }
  
  .blog-post-excerpt {
    font-size: var(--tc-font-size-sm, 0.875rem);
  }
}


/* FAQ Section v-014 - Professional Blue Theme - Bootstrap Cards Layout */

.faq-section {
  position: relative;
  background: var(--tc-surface-primary);
  overflow: hidden;
}

/* Section Header Styles */
.faq-section .tc-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--tc-text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.faq-section .tc-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--tc-primary-500);
  line-height: 1.3;
  margin-bottom: 1rem;
}

.faq-section .tc-desc {
  font-size: 1.125rem;
  color: var(--tc-text-secondary);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* FAQ Card Styles */
.faq-card {
  border: 1px solid var(--tc-border-light);
  border-radius: var(--tc-radius-lg);
  box-shadow: var(--tc-shadow-card);
  transition: var(--tc-transition-base);
  background: var(--tc-surface-secondary);
  overflow: hidden;
}

.faq-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--tc-shadow-elevated);
  border-color: var(--tc-primary-300);
}

/* FAQ Card Header */
.faq-card-header {
  background: linear-gradient(135deg, var(--tc-primary-50) 0%, var(--tc-primary-100) 100%);
  border-bottom: 1px solid var(--tc-border-light);
  padding: 1.5rem;
  border-radius: 0;
}

.faq-number {
  width: 40px;
  height: 40px;
  background: var(--tc-primary-500);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  flex-shrink: 0;
}

.faq-question {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--tc-text-primary);
  line-height: 1.4;
  margin: 0;
}

/* FAQ Card Body */
.faq-card-body {
  padding: 1.5rem;
  background: var(--tc-surface-secondary);
}

.faq-answer {
  font-size: 1rem;
  color: var(--tc-text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Background Decorative Elements */
.faq-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.bg-shape {
  position: absolute;
  opacity: 0.05;
  animation: float 6s ease-in-out infinite;
}

.shape-circle-1 {
  width: 200px;
  height: 200px;
  background: var(--tc-primary-500);
  border-radius: 50%;
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}

.shape-circle-2 {
  width: 120px;
  height: 120px;
  background: var(--tc-primary-300);
  border-radius: 50%;
  bottom: 20%;
  left: 8%;
  animation-delay: 2s;
}

.shape-square-1 {
  width: 80px;
  height: 80px;
  background: var(--tc-primary-700);
  transform: rotate(45deg);
  top: 60%;
  right: 15%;
  animation-delay: 4s;
}

.shape-triangle-1 {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 87px solid var(--tc-primary-400);
  top: 25%;
  left: 10%;
  animation-delay: 1s;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .faq-section .tc-title {
    font-size: 2rem;
  }
  
  .faq-section .tc-subtitle {
    font-size: 1.25rem;
  }
  
  .faq-section .tc-desc {
    font-size: 1rem;
  }
  
  .faq-card-header,
  .faq-card-body {
    padding: 1.25rem;
  }
  
  .faq-question {
    font-size: 1rem;
  }
  
  .faq-number {
    width: 35px;
    height: 35px;
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .faq-section .tc-title {
    font-size: 1.75rem;
  }
  
  .faq-section .tc-subtitle {
    font-size: 1.125rem;
  }
  
  .faq-card-header,
  .faq-card-body {
    padding: 1rem;
  }
  
  .faq-number {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }
  
  .faq-question {
    font-size: 0.95rem;
  }
  
  .faq-answer {
    font-size: 0.9rem;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .faq-card {
    border-width: 2px;
    border-color: var(--tc-text-primary);
  }
  
  .faq-card:hover {
    border-color: var(--tc-primary-700);
  }
  
  .faq-number {
    border: 2px solid var(--tc-surface-primary);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .faq-card,
  .bg-shape {
    transition: none;
    animation: none;
  }
  
  .faq-card:hover {
    transform: none;
  }
}


/* GALLERY V-017 - Modern Green Theme */
.gallery_wrap {
  position: relative;
  background: var(--tc-bg-primary);
  overflow: hidden;
  padding: 80px 0;
}

/* Organic Background */
.gallery_wrap .gallery_organic_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse at 20% 30%, var(--tc-primary-100) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, var(--tc-secondary-100) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, var(--tc-primary-50) 0%, transparent 70%);
  opacity: 0.6;
  pointer-events: none;
}

/* Hexagonal Grid Layout */
.gallery_wrap .gallery_hexagon_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--tc-space-6);
  padding: var(--tc-space-4);
  justify-items: center;
}

/* Hexagonal Item Container */
.gallery_wrap .gallery_hex_item {
  width: 200px;
  height: 200px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery_wrap .gallery_hex_item:hover {
  transform: translateY(-12px) scale(1.05);
}

/* Hexagonal Shape */
.gallery_wrap .gallery_hex_inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(30deg);
  border-radius: var(--tc-radius-2xl);
  overflow: hidden;
  background: var(--tc-white);
  box-shadow: 
    0 8px 25px var(--tc-shadow-md),
    0 0 0 2px var(--tc-primary-200);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery_wrap .gallery_hex_item:hover .gallery_hex_inner {
  box-shadow: 
    0 20px 40px var(--tc-shadow-lg),
    0 0 0 3px var(--tc-primary-400);
  border-radius: var(--tc-radius-3xl);
}

/* Hexagonal Content */
.gallery_wrap .gallery_hex_content {
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(-30deg);
  overflow: hidden;
  border-radius: var(--tc-radius-2xl);
}

.gallery_wrap .gallery_hex_item:hover .gallery_hex_content {
  border-radius: var(--tc-radius-3xl);
}

/* Hexagonal Image */
.gallery_wrap .gallery_hex_image {
  width: 120%;
  height: 120%;
  object-fit: cover;
  position: absolute;
  top: -10%;
  left: -10%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(1) saturate(0.9);
}

.gallery_wrap .gallery_hex_item:hover .gallery_hex_image {
  transform: scale(1.1) rotate(2deg);
  filter: brightness(1.1) saturate(1.1);
}

/* Hexagonal Overlay */
.gallery_wrap .gallery_hex_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    var(--tc-primary-500) 0%,
    var(--tc-primary-600) 50%,
    var(--tc-secondary-600) 100%
  );
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--tc-radius-2xl);
}

.gallery_wrap .gallery_hex_item:hover .gallery_hex_overlay {
  opacity: 0.8;
  border-radius: var(--tc-radius-3xl);
}

/* Hexagonal Icon */
.gallery_wrap .gallery_hex_icon {
  width: 50px;
  height: 50px;
  background: var(--tc-white);
  border-radius: var(--tc-radius-full);
  position: relative;
  transform: scale(0) rotate(180deg);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.gallery_wrap .gallery_hex_icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: var(--tc-primary-600);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 12a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 12a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z'/%3E%3C/svg%3E") no-repeat center;
}

.gallery_wrap .gallery_hex_item:hover .gallery_hex_icon {
  transform: scale(1) rotate(0deg);
}

/* Organic Decorative Shapes */
.gallery_wrap .gallery_organic_shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

/* Leaf Shapes */
.gallery_wrap .gallery_leaf {
  position: absolute;
  background: var(--tc-primary-300);
  opacity: 0.15;
  border-radius: 50% 10% 50% 10%;
  animation: galleryLeafFloat 25s infinite ease-in-out;
}

.gallery_wrap .gallery_leaf_1 {
  width: 60px;
  height: 100px;
  top: 15%;
  right: 10%;
  animation-delay: 0s;
  transform: rotate(45deg);
}

.gallery_wrap .gallery_leaf_2 {
  width: 40px;
  height: 70px;
  bottom: 25%;
  left: 8%;
  animation-delay: -8s;
  transform: rotate(-30deg);
}

.gallery_wrap .gallery_leaf_3 {
  width: 50px;
  height: 80px;
  top: 50%;
  right: 15%;
  animation-delay: -16s;
  transform: rotate(120deg);
}

/* Blob Shapes */
.gallery_wrap .gallery_blob {
  position: absolute;
  background: var(--tc-secondary-300);
  opacity: 0.1;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: galleryBlobFloat 30s infinite ease-in-out;
}

.gallery_wrap .gallery_blob_1 {
  width: 150px;
  height: 120px;
  top: 20%;
  left: 5%;
  animation-delay: -5s;
}

.gallery_wrap .gallery_blob_2 {
  width: 100px;
  height: 130px;
  bottom: 15%;
  right: 8%;
  animation-delay: -20s;
}

/* Animations */
@keyframes galleryLeafFloat {
  0%, 100% { 
    transform: translateY(0) rotate(45deg) scale(1); 
    opacity: 0.15;
  }
  25% { 
    transform: translateY(-30px) rotate(60deg) scale(1.1); 
    opacity: 0.25;
  }
  50% { 
    transform: translateY(0) rotate(75deg) scale(1); 
    opacity: 0.15;
  }
  75% { 
    transform: translateY(20px) rotate(30deg) scale(0.9); 
    opacity: 0.1;
  }
}

@keyframes galleryBlobFloat {
  0%, 100% { 
    transform: translateX(0) scale(1);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  25% { 
    transform: translateX(-20px) scale(1.05);
    border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  }
  50% { 
    transform: translateX(0) scale(1);
    border-radius: 70% 30% 40% 60% / 70% 40% 60% 30%;
  }
  75% { 
    transform: translateX(15px) scale(0.95);
    border-radius: 30% 70% 60% 40% / 30% 60% 40% 70%;
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .gallery_wrap .gallery_hexagon_grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: var(--tc-space-5);
  }
  
  .gallery_wrap .gallery_hex_item {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 992px) {
  .gallery_wrap .gallery_hexagon_grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: var(--tc-space-4);
  }
  
  .gallery_wrap .gallery_hex_item {
    width: 160px;
    height: 160px;
  }
  
  .gallery_wrap .gallery_hex_icon {
    width: 45px;
    height: 45px;
  }
  
  .gallery_wrap .gallery_hex_icon::before {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 768px) {
  .gallery_wrap {
    padding: 60px 0;
  }
  
  .gallery_wrap .gallery_hexagon_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--tc-space-3);
    padding: var(--tc-space-2);
  }
  
  .gallery_wrap .gallery_hex_item {
    width: 140px;
    height: 140px;
  }
  
  .gallery_wrap .gallery_hex_item:hover {
    transform: translateY(-8px) scale(1.03);
  }
}

@media (max-width: 576px) {
  .gallery_wrap .gallery_hexagon_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--tc-space-2);
  }
  
  .gallery_wrap .gallery_hex_item {
    width: 120px;
    height: 120px;
  }
  
  .gallery_wrap .gallery_hex_icon {
    width: 40px;
    height: 40px;
  }
  
  .gallery_wrap .gallery_hex_icon::before {
    width: 20px;
    height: 20px;
  }
}

/* Performance Optimizations */
.gallery_wrap .gallery_hex_image {
  will-change: transform, filter;
}

.gallery_wrap .gallery_hex_overlay {
  will-change: opacity, border-radius;
}

.gallery_wrap .gallery_hex_icon {
  will-change: transform;
}

/* Accessibility */
.gallery_wrap .gallery_hex_item:focus {
  outline: 2px solid var(--tc-primary-500);
  outline-offset: 4px;
}

.gallery_wrap .gallery_hex_item:focus:not(:focus-visible) {
  outline: none;
}

/* Loading States */
.gallery_wrap .gallery_hex_image:not([src]) {
  background: linear-gradient(
    45deg,
    var(--tc-primary-100) 25%,
    var(--tc-primary-50) 50%,
    var(--tc-primary-100) 75%
  );
  background-size: 200% 200%;
  animation: galleryHexImageLoading 2s infinite;
}

@keyframes galleryHexImageLoading {
  0% { background-position: 200% 200%; }
  100% { background-position: -200% -200%; }
}



/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.footer_wrapper {
  background: var(--tc-bg-primary);
  
  position: relative;
  overflow: hidden;

  padding: 60px 0 40px 0;
}

.footer_creative_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none; /* Предотвращаем блокировку кликов */
}

.footer_shape_1 {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: linear-gradient(45deg, var(--tc-primary-200), var(--tc-secondary-200));
  border-radius: 50%;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.footer_shape_2 {
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: var(--tc-primary-300);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0.08;
  animation: float 4s ease-in-out infinite reverse;
}

.footer_shape_3 {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 100px;
  height: 100px;
  background: var(--tc-secondary-300);
  border-radius: 20px;
  opacity: 0.06;
  transform: rotate(45deg);
  animation: float 8s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}

.footer_wrapper .container {
  position: relative;
  z-index: 2;
}

.footer_creative_content {
  text-align: center;
}

.footer_creative_sitename {
  font-size: var(--tc-font-size-3xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
  position: relative;
}

.footer_creative_sitename::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-secondary-500));
  border-radius: 2px;
}

.footer_creative_sitedesc {
  font-size: var(--tc-font-size-lg);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  margin-bottom: var(--tc-space-8);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.footer_creative_policies {
  margin: var(--tc-space-8) 0;
}

.footer_creative_policies_title {
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-weight-semibold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-6);
}

.footer_creative_links_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: var(--tc-space-4);
  max-width: 600px;
  margin: 0 auto;
}

.footer_creative_link {
  color: var(--tc-primary-600);
  text-decoration: none;
  font-weight: var(--tc-font-weight-medium);
  padding: var(--tc-space-3);
  border: 2px solid var(--tc-primary-200);
  border-radius: var(--tc-border-radius);
  transition: all 0.3s ease;
  background: var(--tc-primary-50);
  position: relative;
  overflow: hidden;
}

.footer_creative_link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--tc-primary-100), transparent);
  transition: left 0.5s ease;
}

.footer_creative_link:hover {
  color: var(--tc-primary-700);
  border-color: var(--tc-primary-500);
  transform: translateY(-2px);
}

.footer_creative_link:hover::before {
  left: 100%;
}

.footer_creative_contact_title {
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-weight-semibold);
  color: var(--tc-text-primary);
  margin: var(--tc-space-6) 0;
}

.footer_creative_bottom {
  margin-top: var(--tc-space-8);
  padding-top: var(--tc-space-6);
  border-top: 1px solid var(--tc-border-light);
}

.footer_creative_disclaimer {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-muted);
  line-height: var(--tc-line-height-relaxed);
  margin-bottom: var(--tc-space-4);
}

.footer_creative_copyright {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-secondary);
  font-weight: var(--tc-font-weight-semibold);
  margin: 0;
}





/* Live Chat FAQ Widget - Friendly Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 290px !important;
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(255,154,158,0.3) !important;
    z-index: 999999 !important;
    color: #333333 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255,255,255,0.8) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.3) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 20px 20px 0 0 !important;
    background: transparent !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: rgba(255,255,255,0.7) !important;
    border: none !important;
    color: #333333 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    text-decoration: none !important;
    min-width: 30px !important;
    min-height: 30px !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,1) !important;
    transform: scale(1.1) !important;
    color: #333333 !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 16px 20px 20px !important;
    max-height: 370px !important;
    overflow-y: auto !important;
    background: rgba(255,255,255,0.9) !important;
    border-radius: 0 0 20px 20px !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    padding: 10px !important;
    background: rgba(255,255,255,0.8) !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    color: #333333 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #333333 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #555555 !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #555555 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #007bff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section */
.website-google-maps-section {
    padding: 60px 0 !important;
    background: #f8f9fa !important;
    margin: 0 !important;
    border-top: 1px solid #e0e0e0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #666666 !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 400px !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}



/* CTA Section - Minimal Style */
.website-cta-section {
    padding: 40px 0 !important;
    background: #ffffff !important;
    color: #333333 !important;
    text-align: center !important;
    margin: 0 !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 600px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 15px !important;
    margin-bottom: 25px !important;
    color: #666666 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    background: #333333 !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.website-cta-button:hover {
    background: #555555 !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 16px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 30px 0 !important;
    }
}



/* Security Badges */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 25px 0 !important;
    flex-wrap: wrap !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 15px !important;
    background: white !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.website-security-badge:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 16px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 10px !important;
        padding: 20px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }
}



/* Floating Decorative Icons */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 20px !important;
    color: rgba(0,0,0,0.05) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimation 8s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 10% !important;
    right: 5% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 60% !important;
    right: 3% !important;
    animation-delay: 2s !important;
    font-size: 16px !important;
}

.website-floating-icon.variant-3 {
    top: 30% !important;
    left: 3% !important;
    animation-delay: 4s !important;
    font-size: 24px !important;
}

@keyframes websiteFloatAnimation {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    25% {
        transform: translateY(-10px) rotate(5deg) !important;
        opacity: 0.5 !important;
    }
    50% {
        transform: translateY(-20px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: translateY(-10px) rotate(-5deg) !important;
        opacity: 0.5 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Team Social Links - Text Style */
.team-social-links {
    margin-top: 20px;
    padding: 15px 0;
}

.social-text-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social-text-link {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.social-text-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    color: white;
    text-decoration: none;
}

.facebook-text-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.facebook-text-link:hover {
    background: linear-gradient(135deg, #166fe5, #1877f2);
    border-color: rgba(255,255,255,0.3);
}

.linkedin-text-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.linkedin-text-link:hover {
    background: linear-gradient(135deg, #0959aa, #0a66c2);
    border-color: rgba(255,255,255,0.3);
}

.instagram-text-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.instagram-text-link:hover {
    background: linear-gradient(135deg, #d62976, #e4405f, #f77737);
    border-color: rgba(255,255,255,0.3);
}

.x-text-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.x-text-link:hover {
    background: linear-gradient(135deg, #1a1a1a, #000000);
    border-color: rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
    .social-text-links {
        gap: 10px;
    }
    
    .social-text-link {
        font-size: 12px;
        padding: 6px 12px;
    }
}



/* Organization Social Links - Text Style */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-text-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-text-link {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.org-social-text-link:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
    border-color: rgba(255,255,255,0.4);
}

.org-social-text-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.org-social-text-link:hover::before {
    left: 100%;
}

/* Organization Text Social Networks Colors */
.org-facebook-text-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-text-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-text-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-text-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.org-youtube-text-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-text-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-text-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-text-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-text-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-text-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-text-grid {
        gap: 8px;
    }
    
    .org-social-text-link {
        font-size: 12px;
        padding: 8px 14px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Classic Style */
.newsletter-section {
    margin: 30px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.newsletter-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #333333 !important;
    text-align: center !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 14px !important;
    color: #666666 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    line-height: 1.4 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1 !important;
    padding: 12px 15px !important;
    border: 2px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: border-color 0.3s ease !important;
    background: #ffffff !important;
    color: #333333 !important;
}

.newsletter-input:focus {
    border-color: #007bff !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25) !important;
}

.newsletter-button {
    padding: 12px 20px !important;
    background: #007bff !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    width: 100% !important;
}

.newsletter-button:hover {
    background: #0056b3 !important;
    color: #ffffff !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 15px !important;
    padding: 15px !important;
    background: #d4edda !important;
    border: 1px solid #c3e6cb !important;
    border-radius: 5px !important;
    color: #155724 !important;
    text-align: center !important;
    font-size: 14px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        margin: 20px 0;
        padding: 20px 15px;
    }
    
    .newsletter-form {
        max-width: 300px;
    }
}
