/* lib/root/WIN_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/WIN_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/WIN_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 v-004: Modern Green Innovation - Modern Green Theme */

.header_modern {
  position: relative;
  background: linear-gradient(135deg, var(--tc-surface-primary) 0%, var(--tc-surface-secondary) 100%);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--tc-border-light);
  z-index: 1000;
}

.header_modern .header_navbar_modern {
  padding: var(--tc-space-5) 0;
  background: transparent;
}

.header_modern .header_nav_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

/* Modern Brand with Icon */
.header_modern .header_brand_modern_wrapper {
  display: flex;
  align-items: center;
  gap: var(--tc-space-3);
  position: relative;
}

.header_modern .header_brand_icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-300));
  border-radius: var(--tc-radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: var(--tc-shadow-md);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header_modern .header_brand_icon:hover {
  transform: rotate(180deg) scale(1.1);
  box-shadow: var(--tc-shadow-lg);
}

.header_modern .header_eco_icon {
  transition: all 0.3s ease;
}

.header_modern .header_brand_modern {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-lg);
  font-weight: var(--tc-font-bold);
  color: var(--tc-text-primary);
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header_modern .header_brand_modern:hover {
  color: var(--tc-text-accent);
  text-shadow: 0 0 20px rgba(5, 150, 105, 0.3);
}

/* Modern Toggle */
.header_modern .header_modern_toggler {
  border: none;
  background: var(--tc-surface-accent);
  border-radius: var(--tc-radius-lg);
  padding: var(--tc-space-3);
  box-shadow: var(--tc-shadow-sm);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.header_modern .header_modern_toggler:hover {
  background: var(--tc-primary-100);
  box-shadow: var(--tc-shadow-md);
  transform: scale(1.05);
}

.header_modern .header_modern_toggler:focus {
  outline: 2px solid var(--tc-primary-500);
  outline-offset: 2px;
}

.header_modern .header_modern_toggle_bars {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 24px;
  height: 18px;
}

.header_modern .toggle_bar {
  width: 100%;
  height: 2px;
  background: var(--tc-text-primary);
  border-radius: 1px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

.header_modern .header_modern_toggler[aria-expanded="true"] .toggle_bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.header_modern .header_modern_toggler[aria-expanded="true"] .toggle_bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header_modern .header_modern_toggler[aria-expanded="true"] .toggle_bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* Navigation Card */
.header_modern .header_nav_card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border-radius: var(--tc-radius-xl);
  padding: var(--tc-space-2);
  box-shadow: var(--tc-shadow-lg);
  border: 1px solid var(--tc-border-light);
}

.header_modern .header_nav_modern {
  display: flex;
  gap: var(--tc-space-1);
  margin: 0;
  align-items: center;
}

.header_modern .header_modern_item {
  position: relative;
}

.header_modern .header_link_modern {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-base);
  font-weight: var(--tc-font-medium);
  color: var(--tc-text-secondary);
  text-decoration: none;
  padding: var(--tc-space-3) var(--tc-space-4);
  border-radius: var(--tc-radius-lg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--tc-space-2);
  overflow: hidden;
}

.header_modern .header_link_modern::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.6s ease;
}

.header_modern .header_link_modern:hover {
  color: var(--tc-text-accent);
  background: var(--tc-surface-accent);
  transform: translateY(-2px);
  box-shadow: var(--tc-shadow-md);
}

.header_modern .header_link_modern:hover::before {
  left: 100%;
}

.header_modern .header_link_modern:focus {
  outline: 2px solid var(--tc-primary-500);
  outline-offset: 2px;
}

.header_modern .link_indicator {
  width: 4px;
  height: 4px;
  background: var(--tc-primary-500);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header_modern .header_link_modern:hover .link_indicator {
  opacity: 1;
  transform: scale(1);
}

/* Featured Contact Link */
.header_modern .header_link_featured {
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  color: white !important;
  font-weight: var(--tc-font-semibold);
  margin-left: var(--tc-space-2);
  border: 2px solid transparent;
}

.header_modern .header_link_featured::before {
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.2), 
    transparent
  );
}

.header_modern .header_link_featured:hover {
  background: transparent;
  color: var(--tc-primary-500) !important;
  border-color: var(--tc-primary-500);
  transform: translateY(-2px);
  box-shadow: var(--tc-shadow-lg);
}

.header_modern .link_arrow {
  font-size: var(--tc-text-lg);
  transition: transform 0.3s ease;
}

.header_modern .header_link_featured:hover .link_arrow {
  transform: translateX(4px);
}

/* Mobile Responsiveness */
@media (max-width: 991.98px) {
  .header_modern .header_nav_wrapper {
    flex-direction: column;
    gap: var(--tc-space-4);
  }
  
  .header_modern .header_nav_modern_collapse {
    width: 100%;
  }
  
  .header_modern .header_nav_card {
    margin-top: var(--tc-space-4);
    padding: var(--tc-space-4);
  }
  
  .header_modern .header_nav_modern {
    flex-direction: column;
    gap: var(--tc-space-2);
    width: 100%;
  }
  
  .header_modern .header_modern_item {
    width: 100%;
  }
  
  .header_modern .header_link_modern {
    width: 100%;
    justify-content: center;
    padding: var(--tc-space-4);
  }
  
  .header_modern .header_link_featured {
    margin-left: 0;
    margin-top: var(--tc-space-2);
  }
}

@media (max-width: 575.98px) {
  .header_modern .header_navbar_modern {
    padding: var(--tc-space-4) 0;
  }
  
  .header_modern .header_brand_icon {
    width: 40px;
    height: 40px;
  }
  
  .header_modern .header_brand_modern {
    font-size: var(--tc-text-base);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .header_modern .header_brand_icon:hover {
    transform: scale(1.1);
  }
  
  .header_modern .header_link_modern::before {
    display: none;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .header_modern .header_nav_card {
    border-width: 2px;
    border-color: var(--tc-text-primary);
  }
  
  .header_modern .header_link_modern {
    border: 1px solid transparent;
  }
  
  .header_modern .header_link_modern:hover {
    border-color: var(--tc-primary-500);
  }
}


/* Hero Section v-020 - Modern Centered with Grid */
.hero_wrap {
  position: relative;
  background: var(--tc-bg-primary);
  padding: var(--tc-space-12) 0 var(--tc-space-10) 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero_wrap .hero_content {
  position: relative;
  z-index: 3;
  padding: var(--tc-space-6);
}

.hero_wrap .hero_title {
  font-size: var(--tc-font-size-5xl);
  font-weight: 800;
  line-height: var(--tc-line-height-tight);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-5);
  letter-spacing: -0.025em;
  background: linear-gradient(135deg, var(--tc-primary-600) 0%, var(--tc-primary-500) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero_wrap .hero_subtitle {
  font-size: var(--tc-font-size-2xl);
  font-weight: 600;
  color: var(--tc-primary-700);
  margin-bottom: var(--tc-space-6);
  line-height: var(--tc-line-height-snug);
}

.hero_wrap .hero_description {
  font-size: var(--tc-font-size-xl);
  line-height: var(--tc-line-height-relaxed);
  color: var(--tc-text-secondary);
  margin-bottom: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero_wrap .hero_image_section {
  position: relative;
  z-index: 2;
}

.hero_wrap .hero_image_wrapper {
  position: relative;
  border-radius: var(--tc-radius-3xl);
  overflow: hidden;
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, 0.25);
  background: var(--tc-bg-secondary);
  transform: perspective(1000px) rotateX(5deg);
  transition: transform 0.3s ease;
}

.hero_wrap .hero_image_wrapper:hover {
  transform: perspective(1000px) rotateX(0deg) scale(1.02);
}

.hero_wrap .hero_main_image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--tc-radius-3xl);
}

.hero_wrap .hero_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--tc-primary-500) 0%, var(--tc-accent-500) 100%);
  opacity: 0.1;
  border-radius: var(--tc-radius-3xl);
}

.hero_wrap .hero_decorative_elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero_wrap .floating_icon_1,
.hero_wrap .floating_icon_2,
.hero_wrap .floating_icon_3 {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--tc-primary-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tc-font-size-2xl);
  color: var(--tc-primary-600);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.hero_wrap .floating_icon_1 {
  top: 15%;
  left: 10%;
  animation: hero_float_gentle 6s ease-in-out infinite;
}

.hero_wrap .floating_icon_2 {
  top: 25%;
  right: 15%;
  animation: hero_float_gentle 8s ease-in-out infinite reverse;
  animation-delay: -2s;
}

.hero_wrap .floating_icon_3 {
  bottom: 20%;
  left: 8%;
  animation: hero_float_gentle 7s ease-in-out infinite;
  animation-delay: -4s;
}

.hero_wrap .geometric_shape_1 {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 100px;
  height: 100px;
  background: var(--tc-accent-200);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0.4;
  animation: hero_rotate_slow 12s linear infinite;
}

.hero_wrap .geometric_shape_2 {
  position: absolute;
  bottom: 15%;
  right: 10%;
  width: 80px;
  height: 80px;
  background: var(--tc-primary-300);
  border-radius: var(--tc-radius-lg);
  opacity: 0.3;
  animation: hero_pulse 4s ease-in-out infinite;
  transform: rotate(45deg);
}

.hero_wrap .geometric_shape_3 {
  position: absolute;
  top: 50%;
  left: 2%;
  width: 120px;
  height: 120px;
  background: var(--tc-accent-100);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  opacity: 0.5;
  animation: hero_float_gentle 10s ease-in-out infinite reverse;
  transform: translateY(-50%);
}

.hero_wrap .hero_background_grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: 
    linear-gradient(var(--tc-primary-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--tc-primary-100) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.3;
  animation: hero_grid_move 20s linear infinite;
}

@keyframes hero_float_gentle {
  0%, 100% { transform: translateY(0px) scale(1); }
  50% { transform: translateY(-15px) scale(1.05); }
}

@keyframes hero_rotate_slow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes hero_pulse {
  0%, 100% { transform: rotate(45deg) scale(1); opacity: 0.3; }
  50% { transform: rotate(45deg) scale(1.1); opacity: 0.5; }
}

@keyframes hero_grid_move {
  0% { transform: translate(0, 0); }
  100% { transform: translate(40px, 40px); }
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero_wrap {
    padding: var(--tc-space-8) 0 var(--tc-space-6) 0;
    min-height: 90vh;
  }
  
  .hero_wrap .hero_title {
    font-size: var(--tc-font-size-4xl);
  }
  
  .hero_wrap .hero_subtitle {
    font-size: var(--tc-font-size-xl);
  }
  
  .hero_wrap .hero_description {
    font-size: var(--tc-font-size-lg);
  }
  
  .hero_wrap .hero_content {
    padding: var(--tc-space-4);
  }
  
  .hero_wrap .hero_image_wrapper {
    transform: none;
  }
  
  .hero_wrap .hero_image_wrapper:hover {
    transform: scale(1.02);
  }
  
  .hero_wrap .floating_icon_1,
  .hero_wrap .floating_icon_2,
  .hero_wrap .floating_icon_3 {
    width: 50px;
    height: 50px;
    font-size: var(--tc-font-size-xl);
  }
}

@media (max-width: 576px) {
  .hero_wrap .hero_title {
    font-size: var(--tc-font-size-3xl);
  }
  
  .hero_wrap .hero_subtitle {
    font-size: var(--tc-font-size-lg);
  }
  
  .hero_wrap .hero_description {
    font-size: var(--tc-font-size-base);
  }
  
  .hero_wrap .floating_icon_1,
  .hero_wrap .floating_icon_2,
  .hero_wrap .floating_icon_3,
  .hero_wrap .geometric_shape_1,
  .hero_wrap .geometric_shape_2,
  .hero_wrap .geometric_shape_3 {
    display: none;
  }
  
  .hero_wrap .hero_background_grid {
    opacity: 0.1;
  }
}



/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.about_wrap {
  position: relative;
  
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 50%, #bbf7d0 100%);
  overflow: hidden;

  padding: 80px 0;
}

.about_wrap .about_nature_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.about_wrap .about_leaf_1 {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 120px;
  height: 80px;
  background: #22c55e;
  border-radius: 0 100% 0 100%;
  opacity: 0.1;
  transform: rotate(45deg);
  animation: aboutFloat 8s ease-in-out infinite;
}

.about_wrap .about_leaf_2 {
  position: absolute;
  bottom: 20%;
  left: 5%;
  width: 100px;
  height: 60px;
  background: #16a34a;
  border-radius: 100% 0 100% 0;
  opacity: 0.15;
  transform: rotate(-30deg);
  animation: aboutFloat 10s ease-in-out infinite reverse;
}

.about_wrap .about_leaf_3 {
  position: absolute;
  top: 60%;
  right: 70%;
  width: 80px;
  height: 50px;
  background: #15803d;
  border-radius: 50% 0 50% 0;
  opacity: 0.12;
  animation: aboutFloat 12s ease-in-out infinite;
}

.about_wrap .about_organic_shape {
  position: absolute;
  top: 30%;
  left: 15%;
  width: 200px;
  height: 200px;
  background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.1) 0%, transparent 70%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: aboutOrganic 15s ease-in-out infinite;
}

@keyframes aboutFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(10deg); }
}

@keyframes aboutOrganic {
  0%, 100% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.1) rotate(180deg); }
}

.about_wrap .container {
  position: relative;
  z-index: 2;
}

.about_wrap .about_title {
  color: #14532d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
}

.about_wrap .about_subtitle {
  color: #16a34a;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-family: 'Poppins', sans-serif;
}

.about_wrap .about_description {
  color: #374151;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.about_wrap .about_features_nature {
  margin-top: 2rem;
}

.about_wrap .about_nature_feature {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(34, 197, 94, 0.2);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.about_wrap .about_nature_feature:hover {
  border-color: #22c55e;
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(34, 197, 94, 0.2);
}

.about_wrap .about_nature_accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.about_wrap .about_nature_feature:hover .about_nature_accent {
  transform: scaleX(1);
}

.about_wrap .about_nature_icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
  position: relative;
}

.about_wrap .about_nature_icon::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(135deg, #22c55e, #16a34a, #15803d);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.about_wrap .about_nature_feature:hover .about_nature_icon::before {
  opacity: 1;
}

.about_wrap .about_feature_title {
  color: #14532d;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
}

.about_wrap .about_feature_desc {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .about_wrap .about_leaf_1,
  .about_wrap .about_leaf_2,
  .about_wrap .about_leaf_3,
  .about_wrap .about_organic_shape {
    animation: none;
  }
}

@media (max-width: 768px) {
  .about_wrap .about_title {
    font-size: 2.25rem;
  }
  
  .about_wrap .about_subtitle {
    font-size: 1.125rem;
  }
  
  .about_wrap .about_description {
    font-size: 1rem;
  }
  
  .about_wrap .about_nature_feature {
    padding: 2rem 1.5rem;
  }
  
  .about_wrap .about_nature_icon {
    width: 70px;
    height: 70px;
    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 4 color values for better readability with dark text on light background */
/* Features v-009: Alternating Layout - чередующееся расположение */

.features_wrap {
  position: relative;
  padding: 140px 0;
  background: radial-gradient(ellipse at top, #ddd6fe 0%, #f3f4f6 100%);
  overflow: hidden;
}

/* Background Decoration */
.features_decorative_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(135deg, rgba(139, 92, 246, 0.05) 0%, rgba(59, 130, 246, 0.05) 100%),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 60px,
      rgba(139, 92, 246, 0.03) 60px,
      rgba(139, 92, 246, 0.03) 120px
    );
  pointer-events: none;
}

.features_floating_shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.features_shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(59, 130, 246, 0.1));
  animation: float 6s ease-in-out infinite;
}

.features_shape_1 {
  width: 200px;
  height: 200px;
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.features_shape_2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 10%;
  animation-delay: 2s;
}

.features_shape_3 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}

/* Typography */
.features_title {
  font-size: 3.25rem;
  font-weight: 900;
  color: #1e1b4b;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #1e1b4b 0%, #8b5cf6 50%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.features_subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  color: #8b5cf6;
  margin-bottom: 2rem;
  text-transform: capitalize;
}

.features_desc {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #64748b;
  max-width: 750px;
  margin: 0 auto;
}

/* Features Grid */
.features_grid {
  max-width: 1100px;
  margin: 4rem auto 0;
  position: relative;
}

.features_item {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 2;
}

.features_item:last-child {
  margin-bottom: 0;
}

.features_item_left {
  justify-content: flex-start;
}

.features_item_right {
  justify-content: flex-end;
  flex-direction: row-reverse;
}

/* Icon Section */
.features_item_icon {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.3);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.features_item_icon::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(135deg, #8b5cf6, #3b82f6, #06b6d4, #8b5cf6);
  border-radius: 33px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.features_item:hover .features_item_icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 25px 50px rgba(139, 92, 246, 0.4);
}

.features_item:hover .features_item_icon::before {
  opacity: 1;
}

.features_icon {
  font-size: 2.5rem;
  color: #212529;
  transition: all 0.3s ease;
}

.features_item:hover .features_icon {
  transform: scale(1.1);
}

/* Content Section */
.features_item_content {
  flex: 1;
  max-width: 500px;
}

.features_item_title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e1b4b;
  margin-bottom: 1.25rem;
  transition: color 0.3s ease;
}

.features_item:hover .features_item_title {
  color: #8b5cf6;
}

.features_item_text {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
}

/* Connecting Lines */
.features_grid::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: calc(100% - 120px);
  background: linear-gradient(180deg, 
    rgba(139, 92, 246, 0.3) 0%, 
    rgba(59, 130, 246, 0.3) 50%, 
    rgba(139, 92, 246, 0.3) 100%);
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .features_title {
    font-size: 2.75rem;
  }
  
  .features_item_icon {
    width: 100px;
    height: 100px;
    border-radius: 25px;
  }
  
  .features_item_icon::before {
    border-radius: 28px;
  }
  
  .features_icon {
    font-size: 2rem;
  }
  
  .features_item {
    gap: 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .features_wrap {
    padding: 100px 0;
  }
  
  .features_title {
    font-size: 2.5rem;
  }
  
  .features_subtitle {
    font-size: 1.25rem;
  }
  
  .features_desc {
    font-size: 1rem;
  }
  
  .features_item {
    gap: 2rem;
    margin-bottom: 4rem;
  }
  
  .features_item_title {
    font-size: 1.5rem;
  }
  
  .features_item_text {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .features_item,
  .features_item_right {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  
  .features_item_icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    margin: 0 auto;
  }
  
  .features_item_icon::before {
    border-radius: 23px;
  }
  
  .features_icon {
    font-size: 1.75rem;
  }
  
  .features_item_title {
    font-size: 1.375rem;
  }
  
  .features_item_text {
    font-size: 0.9rem;
  }
  
  .features_grid::before {
    display: none;
  }
  
  .features_shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .features_wrap {
    padding: 80px 0;
  }
  
  .features_title {
    font-size: 2rem;
  }
  
  .features_subtitle {
    font-size: 1.125rem;
  }
  
  .features_item {
    margin-bottom: 3rem;
  }
  
  .features_item_icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
  }
  
  .features_item_icon::before {
    border-radius: 21px;
  }
  
  .features_icon {
    font-size: 1.5rem;
  }
}

/* Animation Support */
@media (prefers-reduced-motion: reduce) {
  .features_item_icon,
  .features_icon,
  .features_item_title,
  .features_shape {
    transition: none !important;
    animation: none !important;
  }
  
  .features_item:hover .features_item_icon {
    transform: none !important;
  }
  
  .features_item:hover .features_icon {
    transform: none !important;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .features_item_icon {
    background: #1e1b4b;
    border: 2px solid #f1f3f4;
  }
  
  .features_title {
    -webkit-text-fill-color: #f1f3f4;
  }
  
  .features_item_title {
    color: #f1f3f4;
  }
  
  .features_item_text {
    color: #1e1b4b;
  }
}

/* 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_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--tc-primary-50) 0%, var(--tc-secondary-50) 100%);
  opacity: 0.1;
  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-4);
  font-family: var(--tc-font-primary);
}

.services_wrap .content_section_subtitle {
  font-size: var(--tc-font-size-xl);
  color: var(--tc-text-secondary);
  margin-bottom: var(--tc-space-3);
  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: 700px;
  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-lg);
  padding: var(--tc-space-8);
  border: 1px solid var(--tc-border-light);
  box-shadow: 0 2px 10px var(--tc-shadow-sm);
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
}

.services_wrap .services_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px var(--tc-shadow-lg);
  border-color: var(--tc-primary-200);
}

/* Featured Card */
.services_wrap .services_card_featured {
  border-color: var(--tc-primary-300);
  background: linear-gradient(135deg, var(--tc-primary-25) 0%, var(--tc-bg-secondary) 100%);
  position: relative;
}

.services_wrap .services_card_featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-secondary-500));
  border-radius: var(--tc-radius-lg) var(--tc-radius-lg) 0 0;
}

/* Card Icon */
.services_wrap .services_card_icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-600));
  border-radius: var(--tc-radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--tc-space-6);
  box-shadow: 0 8px 20px var(--tc-primary-200);
}

.services_wrap .services_card_icon i {
  font-size: 2rem;
  color: var(--tc-white);
}

.services_wrap .services_card_featured .services_card_icon {
  background: linear-gradient(135deg, var(--tc-secondary-500), var(--tc-secondary-600));
  box-shadow: 0 8px 20px var(--tc-secondary-200);
}

/* Card Content */
.services_wrap .services_card_content {
  position: relative;
  z-index: 1;
}

.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-4);
  font-family: var(--tc-font-primary);
}

.services_wrap .services_card_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-5);
}

/* Features */
.services_wrap .services_features_wrap {
  margin-bottom: var(--tc-space-6);
  
  background: var(--tc-bg-tertiary);
  border-radius: var(--tc-radius-md);
  border: 1px solid var(--tc-border-light);

  padding: 80px 0;
}

.services_wrap .services_features_text {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-muted);
  line-height: var(--tc-line-height-relaxed);
  margin: 0;
}

/* Price */
.services_wrap .services_price_wrap {
  margin-top: auto;

  padding: 80px 0;
}

.services_wrap .services_price {
  font-size: var(--tc-font-size-2xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-primary-600);
  font-family: var(--tc-font-primary);
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Responsive Design */
@media (max-width: 992px) {
  .services_wrap .services_card {
    padding: var(--tc-space-6);
    margin-bottom: var(--tc-space-4);
  }
  
  .services_wrap .services_card_icon {
    width: 70px;
    height: 70px;
    margin-bottom: var(--tc-space-5);
  }
  
  .services_wrap .services_card_icon i {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .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 {
    padding: var(--tc-space-5);
  }
  
  .services_wrap .services_card_icon {
    width: 60px;
    height: 60px;
    margin-bottom: var(--tc-space-4);
  }
  
  .services_wrap .services_card_icon i {
    font-size: 1.5rem;
  }
  
  .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;
  animation-delay: 0.2s;
}

@keyframes servicesCardFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Accessibility */
.services_wrap .services_card:focus {
  outline: 2px solid var(--tc-primary-500);
  outline-offset: 2px;
}

.services_wrap .services_card:focus-visible {
  outline: 2px solid var(--tc-primary-500);
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .services_wrap .services_card {
    border-width: 2px;
  }
  
  .services_wrap .services_card_icon {
    border: 2px solid var(--tc-text-primary);
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .services_wrap .services_card {
    animation: none;
    opacity: 1;
  }
  
  .services_wrap .services_card:hover {
    transform: none;
  }
}

/* Performance optimizations */
.services_wrap .services_card {
  will-change: transform;
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* 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;
}


/* Team Section v-005 - Professional Blue */

#team {
  background-color: var(--tc-neutral-50);
  position: relative;
}

/* Section Header Styling */
#team #team-title {
  color: var(--tc-primary-900);
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
}

#team #team-subtitle {
  color: var(--tc-primary-700);
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
}

#team #team-desc {
  color: var(--tc-neutral-600);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Team Cards */
.team-card {
  transition: all 0.3s ease;
}

.team-card:hover {
  transform: translateY(-8px);
}

.team-card .card {
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: white;
}

.team-card:hover .card {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

/* Team Image */
.team-image-wrapper {
  height: 280px;
  position: relative;
}

.team-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

/* Team Overlay */
.team-overlay {
  background: linear-gradient(135deg, var(--tc-primary-600) 0%, var(--tc-primary-800) 100%);
  opacity: 0;
  transition: all 0.3s ease;
}

.team-card:hover .team-overlay {
  opacity: 0.9;
}

.team-card:hover .team-image {
  transform: scale(1.1);
}

/* Social Links */
.social-links .btn {
  width: 40px;
  height: 40px;
  border: 2px solid white;
  background: transparent;
  transition: all 0.3s ease;
  transform: translateY(20px);
  opacity: 0;
}

.team-card:hover .social-links .btn {
  transform: translateY(0);
  opacity: 1;
}

.team-card:hover .social-links .btn:nth-child(1) {
  transition-delay: 0.1s;
}

.team-card:hover .social-links .btn:nth-child(2) {
  transition-delay: 0.2s;
}

.team-card:hover .social-links .btn:nth-child(3) {
  transition-delay: 0.3s;
}

.social-links .btn:hover {
  background: white;
  border-color: white;
  transform: scale(1.1);
}

/* Card Body Content */
.team-card .card-body h5 {
  color: var(--tc-primary-800);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.team-card .card-body p {
  color: var(--tc-neutral-600);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 992px) {
  #team #team-title {
    font-size: 2.25rem;
  }
  
  .team-image-wrapper {
    height: 250px;
  }
}

@media (max-width: 768px) {
  #team #team-title {
    font-size: 2rem;
  }
  
  #team #team-subtitle {
    font-size: 1.125rem;
  }
  
  .team-image-wrapper {
    height: 300px;
  }
  
  .team-card .card-body h5 {
    font-size: 1.25rem;
  }
  
  .team-card .card-body p {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  #team #team-title {
    font-size: 1.75rem;
  }
  
  .team-image-wrapper {
    height: 280px;
  }
  
  .team-card .card-body {
    padding: 1.5rem !important;
  }
  
  .team-card .card-body h5 {
    font-size: 1.125rem;
  }
}

/* Animation Support */
[data-aos] {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-aos].aos-animate {
  opacity: 1;
  transform: none;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .team-card .card {
    border: 2px solid var(--tc-primary-600);
  }
  
  .team-card .card-body h5 {
    color: var(--tc-primary-900);
    font-weight: 700;
  }
  
  .team-card .card-body p {
    color: var(--tc-neutral-800);
  }
  
  .team-overlay {
    background: var(--tc-primary-800) !important;
  }
}

/* Focus Styles for Accessibility */
.team-card .card:focus-within {
  outline: 3px solid var(--tc-primary-500);
  outline-offset: 2px;
}

.social-links .btn:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .team-card,
  .team-image,
  .team-overlay,
  .social-links .btn {
    transition: none;
  }
  
  .team-card:hover {
    transform: none;
  }
  
  .team-card:hover .team-image {
    transform: none;
  }
}

/* Print Styles */
@media print {
  .team-overlay,
  .social-links {
    display: none;
  }
  
  .team-card .card {
    box-shadow: none !important;
    border: 1px solid var(--tc-neutral-300);
  }
  
  .team-image {
    transform: none !important;
  }
}

/* Loading State */
.team-image {
  background: var(--tc-neutral-200);
  background-image: linear-gradient(
    90deg,
    var(--tc-neutral-200) 25%,
    var(--tc-neutral-100) 50%,
    var(--tc-neutral-200) 75%
  );
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

.team-image[src] {
  background: none;
  animation: none;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* Hover State Enhancements */
.team-card:hover .card-body h5 {
  color: var(--tc-primary-600);
  transition: color 0.3s ease;
}

/* Grid Layout Optimization */
.row.g-4 {
  margin: 0 -0.75rem;
}

.row.g-4 > * {
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}


/* Reviews Section v-002 - Professional Blue Corporate Cards */
.reviews_wrap {
  position: relative;
  background: var(--tc-surface-primary);
  padding: 80px 0;
  overflow: hidden;
}

.reviews_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--tc-primary-50) 0%, var(--tc-neutral-50) 100%);
  opacity: 0.5;
  z-index: 1;
}

.reviews_wrap .container {
  position: relative;
  z-index: 2;
}

/* Header Styles */
.reviews_title {
  color: var(--tc-text-primary);
  font-weight: 700;
  margin-bottom: 1rem;
}

.reviews_subtitle {
  color: var(--tc-text-accent);
  font-weight: 600;
  margin-bottom: 1rem;
}

.reviews_desc {
  color: var(--tc-text-secondary);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Card Styles */
.reviews_card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: var(--tc-shadow-lg);
  border: 1px solid var(--tc-border-light);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.reviews_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-primary-300));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.reviews_card:hover::before {
  transform: scaleX(1);
}

.reviews_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.15);
  border-color: var(--tc-primary-300);
}

/* Card Header */
.reviews_card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.reviews_stars {
  display: flex;
  gap: 0.25rem;
}

.reviews_stars .bi-star-fill {
  color: var(--tc-primary-500);
  font-size: 1.1rem;
}

.reviews_quote_icon {
  color: var(--tc-primary-300);
  font-size: 2rem;
  opacity: 0.7;
}

/* Text Content */
.reviews_text {
  color: var(--tc-text-secondary);
  font-style: italic;
  line-height: 1.7;
  position: relative;
  padding-left: 1rem;
  border-left: 3px solid var(--tc-primary-100);
  margin-bottom: 1.5rem;
}

/* Author Section */
.reviews_author_section {
  margin-top: auto;
}

.reviews_avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--tc-primary-100);
  flex-shrink: 0;
}

.reviews_avatar_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews_author {
  color: var(--tc-text-primary);
  font-size: 1.1rem;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin-bottom: 0.25rem;
}

.reviews_author_role {
  color: var(--tc-text-secondary);
  font-size: 0.9rem;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .reviews_card {
    padding: 1.75rem;
  }
}

@media (max-width: 768px) {
  .reviews_wrap {
    padding: 60px 0;
  }
  
  .reviews_card {
    padding: 1.5rem;
  }
  
  .reviews_text {
    font-size: 1rem;
    padding-left: 0.75rem;
  }
  
  .reviews_author {
    font-size: 1rem;
  }
  
  .reviews_quote_icon {
    font-size: 1.5rem;
  }
  
  .reviews_avatar {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 576px) {
  .reviews_wrap {
    padding: 40px 0;
  }
  
  .reviews_card {
    padding: 1.25rem;
  }
  
  .reviews_card_header {
    margin-bottom: 1rem;
  }
  
  .reviews_text {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* Creative Purple Case Study Section - v-019 */
.casestudy-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, 
    var(--tc-neutral-50) 0%, 
    var(--tc-primary-50) 25%,
    var(--tc-primary-100) 50%,
    var(--tc-neutral-50) 100%);
  overflow: hidden;
}

/* Creative Background */
.creative-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.purple-blob {
  position: absolute;
  background: linear-gradient(135deg, 
    var(--tc-primary-200), 
    var(--tc-primary-400));
  border-radius: 50%;
  opacity: 0.6;
  filter: blur(2px);
  animation: blob-float 12s ease-in-out infinite;
}

.blob-1 {
  width: 300px;
  height: 200px;
  top: 10%;
  right: 5%;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation-delay: 0s;
}

.blob-2 {
  width: 200px;
  height: 250px;
  bottom: 15%;
  left: 5%;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation-delay: 4s;
}

.blob-3 {
  width: 150px;
  height: 150px;
  top: 45%;
  right: 25%;
  border-radius: 80% 20% 55% 45% / 25% 75% 25% 75%;
  animation-delay: 8s;
}

@keyframes blob-float {
  0%, 100% { 
    transform: translate(0, 0) rotate(0deg) scale(1);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  33% { 
    transform: translate(30px, -30px) rotate(120deg) scale(1.1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  66% { 
    transform: translate(-20px, 20px) rotate(240deg) scale(0.9);
    border-radius: 80% 20% 55% 45% / 25% 75% 25% 75%;
  }
}

.geometric-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shape {
  position: absolute;
  background: linear-gradient(45deg, 
    var(--tc-primary-300), 
    var(--tc-primary-500));
  opacity: 0.3;
  animation: shape-rotate 15s linear infinite;
}

.triangle {
  width: 0;
  height: 0;
  background: transparent;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 43px solid var(--tc-primary-400);
  top: 20%;
  left: 15%;
  animation-delay: 0s;
}

.square {
  width: 40px;
  height: 40px;
  top: 70%;
  right: 30%;
  animation-delay: 3s;
}

.circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  top: 30%;
  left: 80%;
  animation-delay: 6s;
}

.hexagon {
  width: 30px;
  height: 17px;
  background: var(--tc-primary-400);
  position: relative;
  top: 60%;
  left: 10%;
  animation-delay: 9s;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 8.5px solid var(--tc-primary-400);
}

.hexagon:after {
  top: 100%;
  border-top: 8.5px solid var(--tc-primary-400);
}

@keyframes shape-rotate {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.2); }
  100% { transform: rotate(360deg) scale(1); }
}

.gradient-mesh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 30%, var(--tc-primary-200) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, var(--tc-primary-300) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, var(--tc-primary-100) 0%, transparent 70%);
  opacity: 0.4;
}

/* Section Content */
.casestudy-section .container {
  position: relative;
  z-index: 2;
}

.tc-title {
  color: var(--tc-primary-900);
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.tc-subtitle {
  color: var(--tc-primary-700);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.tc-desc {
  color: var(--tc-neutral-700);
  font-size: 1.15rem;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 4rem;
}

/* Creative Grid */
.creative-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.featured-item {
  grid-row: 1 / 3;
}

.medium-item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.medium-item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

/* Creative Cards */
.creative-card {
  position: relative;
  background: var(--tc-neutral-0);
  border-radius: 24px;
  padding: 2.5rem;
  height: 100%;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--tc-primary-100);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.creative-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, 
    var(--tc-primary-500), 
    var(--tc-primary-600), 
    var(--tc-primary-700));
  border-radius: 24px 24px 0 0;
}

.creative-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.15);
  border-color: var(--tc-primary-300);
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    transparent 0%, 
    var(--tc-primary-50) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 24px;
}

.creative-card:hover .card-overlay {
  opacity: 0.7;
}

.card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.content-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, 
    var(--tc-primary-500), 
    var(--tc-primary-700));
  color: var(--tc-neutral-0);
  padding: 0.75rem 1.25rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  position: relative;
}

.featured-item .content-badge::after {
  content: "Creative";
}

.medium-item:nth-child(2) .content-badge::after {
  content: "Innovation";
}

.medium-item:nth-child(3) .content-badge::after {
  content: "Experience";
}

.creative-title {
  color: var(--tc-neutral-900);
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.featured-item .creative-title {
  font-size: 1.8rem;
}

.creative-description {
  color: var(--tc-neutral-700);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  flex-grow: 1;
}

.featured-item .creative-description {
  font-size: 1.1rem;
}

.creative-metrics {
  display: flex;
  gap: 1rem;
  margin-top: auto;
}

.metric-bubble {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, 
    var(--tc-primary-400), 
    var(--tc-primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-neutral-0);
  font-size: 1.3rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.creative-card:hover .metric-bubble {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Card Decorations */
.card-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.deco-element {
  position: absolute;
  background: linear-gradient(45deg, 
    var(--tc-primary-200), 
    var(--tc-primary-400));
  opacity: 0.3;
  border-radius: 50%;
  animation: deco-float 8s ease-in-out infinite;
}

.deco-1 {
  width: 20px;
  height: 20px;
  top: 15%;
  right: 10%;
  animation-delay: 0s;
}

.deco-2 {
  width: 15px;
  height: 15px;
  bottom: 20%;
  left: 15%;
  animation-delay: 2s;
}

.deco-3 {
  width: 25px;
  height: 25px;
  top: 60%;
  right: 20%;
  animation-delay: 4s;
}

.deco-4 {
  width: 18px;
  height: 18px;
  top: 25%;
  left: 20%;
  animation-delay: 1s;
}

.deco-5 {
  width: 22px;
  height: 22px;
  bottom: 30%;
  right: 25%;
  animation-delay: 3s;
}

.deco-6 {
  width: 16px;
  height: 16px;
  top: 20%;
  right: 15%;
  animation-delay: 2s;
}

.deco-7 {
  width: 20px;
  height: 20px;
  bottom: 25%;
  left: 10%;
  animation-delay: 5s;
}

@keyframes deco-float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(180deg); }
}

/* Bottom Elements */
.bottom-elements {
  margin-top: 5rem;
}

.creative-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.divider-shape {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent, 
    var(--tc-primary-400), 
    transparent);
}

.divider-icons {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.divider-icons i {
  font-size: 1.5rem;
  color: var(--tc-primary-500);
  animation: icon-pulse 2s ease-in-out infinite;
}

.divider-icons i:nth-child(2) {
  animation-delay: 0.5s;
}

.divider-icons i:nth-child(3) {
  animation-delay: 1s;
}

@keyframes icon-pulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.2); opacity: 1; }
}

/* Responsive Design */
@media (max-width: 992px) {
  .creative-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  
  .featured-item {
    grid-column: 1 / 3;
    grid-row: 1;
  }
  
  .medium-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  
  .medium-item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 768px) {
  .casestudy-section {
    padding: 80px 0;
  }
  
  .tc-title {
    font-size: 2.5rem;
  }
  
  .tc-subtitle {
    font-size: 1.25rem;
  }
  
  .tc-desc {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
  
  .creative-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .featured-item {
    grid-column: 1;
    grid-row: auto;
  }
  
  .creative-card {
    padding: 2rem;
  }
  
  .creative-title {
    font-size: 1.3rem;
  }
  
  .featured-item .creative-title {
    font-size: 1.5rem;
  }
  
  .creative-description {
    font-size: 0.95rem;
  }
  
  .featured-item .creative-description {
    font-size: 1rem;
  }
  
  .purple-blob {
    opacity: 0.3;
  }
  
  .blob-1 {
    width: 200px;
    height: 150px;
  }
  
  .blob-2 {
    width: 150px;
    height: 180px;
  }
  
  .blob-3 {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 576px) {
  .creative-card {
    padding: 1.5rem;
  }
  
  .creative-title {
    font-size: 1.2rem;
  }
  
  .featured-item .creative-title {
    font-size: 1.3rem;
  }
  
  .creative-metrics {
    gap: 0.75rem;
  }
  
  .metric-bubble {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
  
  .divider-icons {
    gap: 1rem;
  }
  
  .divider-icons i {
    font-size: 1.25rem;
  }
}


/* CONTRAST FIX: Adjusted 3 color values for better readability with dark text on light background */
/* Process Section v-015 - Mobile-Optimized */
.process_wrap.process_mobile_optimized {
  position: relative;
  padding: var(--tc-space-16, 4rem) 0;
  background: var(--tc-bg-primary, #212529);
}

.process_mobile_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 {
  margin-bottom: var(--tc-space-12, 3rem);
}

.process_title {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: var(--tc-font-weight-bold, 700);
  color: var(--tc-text-primary, #1e293b);
  margin-bottom: var(--tc-space-3, 0.75rem);
  text-align: center;
}

.process_subtitle {
  font-size: clamp(1rem, 3vw, 1.2rem);
  color: var(--tc-primary-500, #6366f1);
  margin-bottom: var(--tc-space-4, 1rem);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
}

.process_description {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  color: var(--tc-text-secondary, #64748b);
  line-height: 1.6;
  text-align: center;
  padding: 0 var(--tc-space-4, 1rem);
}

.process_mobile_step {
  background: var(--tc-bg-primary, #212529);
  border-radius: 12px;
  padding: var(--tc-space-5, 1.25rem);
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.1);
  border: 2px solid var(--tc-border-light, #495057);
  margin-bottom: var(--tc-space-4, 1rem);
  transition: all 0.3s ease;
  min-height: 120px;
  display: flex;
  flex-direction: column;
}

.process_mobile_step:hover {
  border-color: var(--tc-primary-400, #818cf8);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.15);
}

.process_mobile_header {
  display: flex;
  align-items: center;
  gap: var(--tc-space-4, 1rem);
  margin-bottom: var(--tc-space-4, 1rem);
}

.process_mobile_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tc-primary-500, #6366f1) 0%, var(--tc-primary-600, #4f46e5) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(99, 102, 241, 0.3);
}

.process_mobile_number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--tc-primary-100, #e0e7ff);
  color: var(--tc-primary-600, #4f46e5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--tc-font-weight-bold, 700);
  font-size: 0.9rem;
  flex-shrink: 0;
}

.process_mobile_body {
  flex: 1;
  margin-bottom: var(--tc-space-3, 0.75rem);
}

.process_mobile_title {
  font-size: clamp(1.1rem, 3vw, 1.3rem);
  font-weight: var(--tc-font-weight-semibold, 600);
  color: var(--tc-text-primary, #1e293b);
  margin-bottom: var(--tc-space-2, 0.5rem);
  line-height: 1.3;
}

.process_mobile_desc {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  color: var(--tc-text-secondary, #64748b);
  line-height: 1.5;
  margin: 0;
}

.process_mobile_indicator {
  height: 4px;
  background: var(--tc-bg-secondary, #f1f5f9);
  border-radius: 2px;
  overflow: hidden;
  margin-top: auto;
}

.process_indicator_bar {
  height: 100%;
  background: linear-gradient(90deg, var(--tc-primary-500, #6366f1) 0%, var(--tc-primary-400, #818cf8) 100%);
  border-radius: 2px;
  transition: width 0.6s ease;
}

/* Touch-friendly sizing for mobile */
@media (max-width: 767px) {
  .process_mobile_step {
    padding: var(--tc-space-6, 1.5rem);
    min-height: 140px;
    margin-bottom: var(--tc-space-5, 1.25rem);
  }
  
  .process_mobile_icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .process_mobile_number {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  
  .process_mobile_header {
    gap: var(--tc-space-5, 1.25rem);
  }
}

/* Large mobile and tablet */
@media (min-width: 768px) {
  .process_mobile_step {
    flex-direction: row;
    align-items: center;
    min-height: 100px;
  }
  
  .process_mobile_header {
    flex-direction: column;
    margin-right: var(--tc-space-6, 1.5rem);
    margin-bottom: 0;
    gap: var(--tc-space-2, 0.5rem);
  }
  
  .process_mobile_indicator {
    width: 100px;
    height: 4px;
    margin-top: 0;
    margin-left: var(--tc-space-4, 1rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .process_mobile_step {
    transition: none;
  }
  
  .process_mobile_step:hover {
    transform: none;
  }
  
  .process_indicator_bar {
    transition: none;
  }
}

/* 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 */
.timeline_wrap {
  
  background: linear-gradient(135deg, var(--tc-bg-primary) 0%, var(--tc-neutral-50) 100%);
  position: relative;
  overflow: hidden;

  padding: 80px 0;
}

.timeline_wrap .timeline_decorative_elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.timeline_wrap .timeline_gradient_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, var(--tc-primary-100) 0%, transparent 70%);
  opacity: 0.3;
}

.timeline_wrap .timeline_floating_dots {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(circle, var(--tc-primary-400) 3px, transparent 3px);
  background-size: 25px 25px;
  opacity: 0.1;
  animation: timelineFloat 15s ease-in-out infinite;
}

@keyframes timelineFloat {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-30px) rotate(180deg); }
}

.timeline_wrap .container {
  position: relative;
  z-index: 2;
}

.timeline_wrap .timeline_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);
}

.timeline_wrap .timeline_subtitle {
  font-size: var(--tc-font-size-xl);
  color: var(--tc-primary-600);
  margin-bottom: var(--tc-space-3);
  font-weight: var(--tc-font-medium);
}

.timeline_wrap .timeline_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: 700px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_wrap .timeline_horizontal_container {
  position: relative;
  padding: var(--tc-space-8) 0;
  overflow-x: auto;
  padding-bottom: var(--tc-space-10);
}

.timeline_wrap .timeline_horizontal_line {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-300), var(--tc-primary-600), var(--tc-primary-300));
  border-radius: var(--tc-radius-full);
}

.timeline_wrap .timeline_horizontal_events {
  display: flex;
  gap: var(--tc-space-12);
  min-width: 100%;
  padding: 0 var(--tc-space-4);
  justify-content: space-between;
}

.timeline_wrap .timeline_horizontal_event {
  position: relative;
  flex: 1;
  min-width: 280px;
  max-width: 320px;
}

.timeline_wrap .timeline_horizontal_marker {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: var(--tc-bg-primary);
  border: 4px solid var(--tc-primary-500);
  border-radius: 50%;
  z-index: 3;
  transition: all var(--tc-transition-base);
}

.timeline_wrap .timeline_horizontal_marker:hover {
  transform: translateX(-50%) scale(1.2);
  border-color: var(--tc-primary-600);
}

.timeline_wrap .timeline_marker_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: var(--tc-primary-600);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.timeline_wrap .timeline_horizontal_card {
  background: var(--tc-bg-secondary);
  border-radius: var(--tc-radius-xl);
  padding: var(--tc-space-6);
  margin-top: calc(40px + var(--tc-space-6));
  box-shadow: var(--tc-shadow-lg);
  border: 1px solid var(--tc-border-light);
  transition: all var(--tc-transition-base);
  position: relative;
}

.timeline_wrap .timeline_horizontal_card::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: 20px solid var(--tc-bg-secondary);
}

.timeline_wrap .timeline_horizontal_card:hover {
  transform: translateY(-10px);
  box-shadow: var(--tc-shadow-2xl);
}

.timeline_wrap .timeline_card_content {
  text-align: center;
}

.timeline_wrap .timeline_horizontal_title {
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
  font-family: var(--tc-font-primary);
}

.timeline_wrap .timeline_horizontal_description {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  margin-bottom: 0;
}

/* Custom scrollbar */
.timeline_wrap .timeline_horizontal_container::-webkit-scrollbar {
  height: 8px;
}

.timeline_wrap .timeline_horizontal_container::-webkit-scrollbar-track {
  background: var(--tc-neutral-200);
  border-radius: var(--tc-radius-full);
}

.timeline_wrap .timeline_horizontal_container::-webkit-scrollbar-thumb {
  background: var(--tc-primary-400);
  border-radius: var(--tc-radius-full);
}

.timeline_wrap .timeline_horizontal_container::-webkit-scrollbar-thumb:hover {
  background: var(--tc-primary-600);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .timeline_wrap .timeline_title {
    font-size: var(--tc-font-size-2xl);
  }
  
  .timeline_wrap .timeline_subtitle {
    font-size: var(--tc-font-size-lg);
  }
  
  .timeline_wrap .timeline_description {
    font-size: var(--tc-font-size-base);
  }
  
  .timeline_wrap .timeline_horizontal_events {
    gap: var(--tc-space-8);
  }
  
  .timeline_wrap .timeline_horizontal_event {
    min-width: 250px;
    max-width: 280px;
  }
  
  .timeline_wrap .timeline_horizontal_card {
    padding: var(--tc-space-4);
  }
}





/* 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_bg_gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--tc-primary-50) 0%, var(--tc-accent-50) 100%);
  opacity: 0.3;
  z-index: 1;
}

.career_decorative_shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

.career_shape_1 {
  position: absolute;
  top: 10%;
  right: -5%;
  width: 200px;
  height: 200px;
  background: var(--tc-accent-200);
  border-radius: 50%;
  opacity: 0.1;
  transform: scale(1.5);
}

.career_shape_2 {
  position: absolute;
  bottom: 15%;
  left: -3%;
  width: 150px;
  height: 150px;
  background: var(--tc-primary-200);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0.1;
}

.career_wrap .container {
  position: relative;
  z-index: 3;
}

.career_header {
  margin-bottom: var(--tc-space-8);
}

.career_title {
  color: var(--tc-text-primary);
  font-family: var(--tc-font-family-primary);
  font-weight: 700;
  margin-bottom: var(--tc-space-4);
}

.career_subtitle {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-lg);
  font-weight: 500;
  margin-bottom: var(--tc-space-3);
}

.career_description {
  color: var(--tc-text-tertiary);
  font-size: var(--tc-font-size-base);
  line-height: var(--tc-line-height-relaxed);
  max-width: 600px;
  margin: 0 auto;
}

.career_card {
  background: var(--tc-bg-secondary);
  border: 1px solid var(--tc-border-light);
  border-radius: var(--tc-radius-lg);
  padding: var(--tc-space-6);
  height: 100%;
  transition: var(--tc-transition-normal);
  box-shadow: var(--tc-shadow-sm);
}

.career_card:hover {
  transform: translateY(-4px);
  box-shadow: var(--tc-shadow-lg);
  border-color: var(--tc-accent-300);
}

.career_card_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--tc-space-4);
}

.career_badge {
  background: var(--tc-accent-100);
  color: var(--tc-accent-700);
  padding: var(--tc-space-1) var(--tc-space-3);
  border-radius: var(--tc-radius-full);
  font-size: var(--tc-font-size-sm);
  font-weight: 500;
  line-height: 1;
}

.career_icon_wrapper {
  width: 48px;
  height: 48px;
  border-radius: var(--tc-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tc-primary-50);
  border: 1px solid var(--tc-primary-200);
}

.career_icon {
  width: 24px;
  height: 24px;
  border-radius: var(--tc-radius-sm);
}

.career_icon_1 {
  background: linear-gradient(135deg, var(--tc-primary-400), var(--tc-primary-600));
}

.career_icon_2 {
  background: linear-gradient(135deg, var(--tc-accent-400), var(--tc-accent-600));
}

.career_icon_3 {
  background: linear-gradient(135deg, var(--tc-success-400), var(--tc-success-600));
}

.career_icon_4 {
  background: linear-gradient(135deg, var(--tc-warning-400), var(--tc-warning-600));
}

.career_card_body {
  margin-bottom: var(--tc-space-5);
}

.career_position_title {
  color: var(--tc-text-primary);
  font-size: var(--tc-font-size-xl);
  font-weight: 600;
  margin-bottom: var(--tc-space-2);
  line-height: var(--tc-line-height-tight);
}

.career_position_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_position_desc {
  color: var(--tc-text-tertiary);
  font-size: var(--tc-font-size-base);
  line-height: var(--tc-line-height-relaxed);
  margin-bottom: 0;
}

.career_card_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--tc-space-4);
  border-top: 1px solid var(--tc-border-light);
}

.career_location {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-sm);
  font-weight: 500;
}

.career_apply_indicator {
  width: 12px;
  height: 12px;
  background: var(--tc-success-500);
  border-radius: 50%;
  position: relative;
}

.career_apply_indicator::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: var(--tc-success-500);
  border-radius: 50%;
  opacity: 0.3;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .career_wrap {
    
  
  padding: 80px 0;
}
  
  .career_card {
    padding: var(--tc-space-5);
  }
  
  .career_card_header {
    flex-direction: column;
    gap: var(--tc-space-3);
    align-items: flex-start;
  }
  
  .career_icon_wrapper {
    align-self: flex-end;
  }
}


/* Creative Purple Theme - v-013 */
.coreinfo-section {
  position: relative;
  padding: 100px 0;
  background: var(--tc-surface-primary);
  overflow: hidden;
}

/* Creative Background Elements */
.creative-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shape {
  position: absolute;
  opacity: 0.04;
  animation: float-rotate 8s ease-in-out infinite;
}

.triangle {
  top: 15%;
  left: 10%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 52px solid var(--tc-primary-500);
  animation-delay: 0s;
}

.circle {
  top: 25%;
  right: 15%;
  width: 80px;
  height: 80px;
  background: var(--tc-primary-300);
  border-radius: 50%;
  animation-delay: 2s;
}

.square {
  bottom: 30%;
  left: 20%;
  width: 60px;
  height: 60px;
  background: var(--tc-primary-500);
  transform: rotate(45deg);
  animation-delay: 4s;
}

.hexagon {
  bottom: 20%;
  right: 10%;
  width: 70px;
  height: 40px;
  background: var(--tc-primary-300);
  position: relative;
  animation-delay: 1s;
}

.hexagon::before,
.hexagon::after {
  content: '';
  position: absolute;
  width: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}

.hexagon::before {
  bottom: 100%;
  border-bottom: 20px solid var(--tc-primary-300);
}

.hexagon::after {
  top: 100%;
  border-top: 20px solid var(--tc-primary-300);
}

.gradient-blobs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blob {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--tc-primary-100), transparent);
  opacity: 0.06;
  animation: pulse-scale 6s ease-in-out infinite;
}

.blob-1 {
  top: 10%;
  right: 5%;
  width: 250px;
  height: 250px;
  animation-delay: 0s;
}

.blob-2 {
  top: 60%;
  left: 5%;
  width: 180px;
  height: 180px;
  animation-delay: 2s;
}

.blob-3 {
  bottom: 15%;
  right: 25%;
  width: 320px;
  height: 320px;
  animation-delay: 4s;
}

.particle-system {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--tc-primary-500);
  border-radius: 50%;
  opacity: 0.3;
  animation: particle-float 10s linear infinite;
}

.particle:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
.particle:nth-child(2) { top: 40%; left: 80%; animation-delay: 2s; }
.particle:nth-child(3) { top: 70%; left: 25%; animation-delay: 4s; }
.particle:nth-child(4) { top: 30%; left: 60%; animation-delay: 6s; }
.particle:nth-child(5) { top: 80%; left: 70%; animation-delay: 8s; }

@keyframes float-rotate {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-30px) rotate(180deg); }
}

@keyframes pulse-scale {
  0%, 100% { transform: scale(1); opacity: 0.06; }
  50% { transform: scale(1.2); opacity: 0.02; }
}

@keyframes particle-float {
  0% { transform: translateY(0px) translateX(0px); opacity: 0; }
  10% { opacity: 0.3; }
  90% { opacity: 0.3; }
  100% { transform: translateY(-100px) translateX(50px); opacity: 0; }
}

/* Section Content */
.coreinfo-section .container {
  position: relative;
  z-index: 2;
}

/* Typography */
.tc-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--tc-text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.tc-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--tc-text-accent);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.tc-desc {
  font-size: 1.1rem;
  color: var(--tc-text-secondary);
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* Creative Grid Layout */
.creative-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(6, 200px);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-item.featured {
  grid-column: span 6;
  grid-row: span 3;
}

.grid-item.medium {
  grid-column: span 6;
  grid-row: span 2;
}

.grid-item.small {
  grid-column: span 3;
  grid-row: span 2;
}

.grid-item.wide {
  grid-column: span 12;
  grid-row: span 1;
}

/* Creative Cards */
.creative-card {
  background: #ffffff;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
  box-shadow: var(--tc-shadow-md);
  border: 1px solid var(--tc-border-light);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}

.creative-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 40px rgba(124, 58, 237, 0.15);
  border-color: var(--tc-primary-300);
}

.card-visual {
  position: relative;
  height: 40%;
  background: linear-gradient(135deg, var(--tc-primary-100), var(--tc-primary-50));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.visual-element {
  width: 80px;
  height: 80px;
  background: var(--tc-primary-500);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: var(--tc-shadow-lg);
  transition: all 0.3s ease;
}

.creative-card:hover .visual-element {
  transform: scale(1.1) rotate(5deg);
}

.visual-element i {
  font-size: 2rem;
  color: #ffffff;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, var(--tc-primary-300), transparent, var(--tc-primary-100));
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.creative-card:hover .gradient-overlay {
  opacity: 0.5;
}

.card-content {
  padding: 1.5rem;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--tc-text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.item-description {
  font-size: 0.95rem;
  color: var(--tc-text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Special styling for different sizes */
.grid-item.featured .visual-element {
  width: 100px;
  height: 100px;
}

.grid-item.featured .visual-element i {
  font-size: 2.5rem;
}

.grid-item.featured .item-title {
  font-size: 1.5rem;
}

.grid-item.small .visual-element {
  width: 60px;
  height: 60px;
}

.grid-item.small .visual-element i {
  font-size: 1.5rem;
}

.grid-item.small .item-title {
  font-size: 1.1rem;
}

.grid-item.small .item-description {
  font-size: 0.9rem;
}

.grid-item.wide .card-visual {
  height: 30%;
}

.grid-item.wide .card-content {
  height: 70%;
  padding: 1rem 1.5rem;
}

/* Responsive Design */
@media (max-width: 992px) {
  .creative-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(8, 180px);
  }
  
  .grid-item.featured {
    grid-column: span 6;
    grid-row: span 2;
  }
  
  .grid-item.medium {
    grid-column: span 3;
    grid-row: span 2;
  }
  
  .grid-item.small {
    grid-column: span 3;
    grid-row: span 2;
  }
  
  .grid-item.wide {
    grid-column: span 6;
    grid-row: span 2;
  }
}

@media (max-width: 768px) {
  .coreinfo-section {
    padding: 60px 0;
  }
  
  .tc-title {
    font-size: 2rem;
  }
  
  .tc-subtitle {
    font-size: 1.1rem;
  }
  
  .tc-desc {
    font-size: 1rem;
  }
  
  .creative-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 300px);
    gap: 1rem;
  }
  
  .grid-item.featured,
  .grid-item.medium,
  .grid-item.small,
  .grid-item.wide {
    grid-column: span 1;
    grid-row: span 1;
  }
  
  .card-visual {
    height: 35% !important;
  }
  
  .card-content {
    height: 65% !important;
    padding: 1.25rem;
  }
}

@media (max-width: 576px) {
  .coreinfo-section {
    padding: 40px 0;
  }
  
  .tc-title {
    font-size: 1.75rem;
  }
  
  .creative-grid {
    grid-template-rows: repeat(6, 280px);
  }
  
  .card-content {
    padding: 1rem;
  }
  
  .item-title {
    font-size: 1.1rem;
  }
  
  .item-description {
    font-size: 0.9rem;
  }
}


/* Contact Section v-004: Professional Business Cards */
.contact-section {
  background: var(--tc-surface-primary);
  padding: var(--tc-section-py) 0;
  position: relative;
}

/* 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;
}

.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);
}

/* Contact Form Card */
.contact-section .contact-card {
  background: white;
  border-radius: 16px;
  padding: var(--tc-space-8);
  box-shadow: var(--tc-shadow-lg);
  border: 1px solid var(--tc-border-light);
  height: 100%;
  transition: all 0.3s ease;
}

.contact-section .contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.15);
}

/* Card Header */
.contact-section .card-header {
  display: flex;
  align-items: center;
  gap: var(--tc-space-4);
  margin-bottom: var(--tc-space-6);
  padding-bottom: var(--tc-space-4);
  border-bottom: 2px solid var(--tc-primary-100);
}

.contact-section .header-icon {
  width: 56px;
  height: 56px;
  background: var(--tc-primary-500);
  color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tc-font-size-xl);
  flex-shrink: 0;
}

.contact-section .header-content {
  flex: 1;
}

.contact-section .card-title {
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-weight-semibold);
  color: var(--tc-text-primary);
  margin: 0 0 var(--tc-space-1);
}

.contact-section .card-subtitle {
  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 .contact-form {
  width: 100%;
}

.contact-section .form-floating > .form-control,
.contact-section .form-floating > .form-select {
  padding: var(--tc-space-4) var(--tc-space-3);
  border: 2px solid var(--tc-border-light);
  border-radius: 8px;
  font-size: var(--tc-font-size-base);
  transition: all 0.3s ease;
  background: var(--tc-surface-secondary);
  min-height: 56px;
}

.contact-section .form-floating > .form-control:focus,
.contact-section .form-floating > .form-select:focus {
  border-color: var(--tc-primary-500);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
  background: white;
  outline: none;
}

.contact-section .form-floating > label {
  color: var(--tc-text-secondary);
  font-weight: var(--tc-font-weight-medium);
  font-size: var(--tc-font-size-sm);
  padding: var(--tc-space-4) var(--tc-space-3);
}

.contact-section .form-floating > .form-control:focus ~ label,
.contact-section .form-floating > .form-control:not(:placeholder-shown) ~ label,
.contact-section .form-floating > .form-select:focus ~ label,
.contact-section .form-floating > .form-select:not([value=""]) ~ label {
  color: var(--tc-primary-500);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* Form Controls */
.contact-section .form-control:valid:not(:placeholder-shown) {
  border-color: var(--tc-primary-300);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23059669' d='m2.3 6.73.94-.94 2.94 2.94-2.94 2.94-.94-.94L4.24 9z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.contact-section .form-control:invalid:not(:placeholder-shown) {
  border-color: #dc2626;
}

/* Checkbox Styling */
.contact-section .form-check {
  padding: var(--tc-space-4) 0;
}

.contact-section .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0.125em;
  border: 2px solid var(--tc-border-medium);
  border-radius: 4px;
}

.contact-section .form-check-input:checked {
  background-color: var(--tc-primary-500);
  border-color: var(--tc-primary-500);
}

.contact-section .form-check-input:focus {
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.contact-section .form-check-label {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-secondary);
  margin-left: var(--tc-space-2);
  line-height: var(--tc-line-height-normal);
}

/* Submit Button */
.contact-section .btn-primary {
  background: var(--tc-button-primary-bg);
  border: none;
  color: var(--tc-button-primary-text);
  font-weight: var(--tc-font-weight-semibold);
  padding: var(--tc-space-4) var(--tc-space-8);
  border-radius: 12px;
  font-size: var(--tc-font-size-base);
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--tc-space-2);
}

.contact-section .btn-primary:hover {
  background: var(--tc-primary-700);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
}

.contact-section .btn-primary:focus {
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.25);
  outline: none;
}

/* Contact Information Card */
.contact-section .contact-info-card {
  background: var(--tc-primary-50);
  border-radius: 16px;
  padding: var(--tc-space-8);
  border: 1px solid var(--tc-primary-100);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact-section .contact-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-primary-300));
}

/* Info Header */
.contact-section .info-header {
  text-align: center;
  margin-bottom: var(--tc-space-6);
}

.contact-section .info-icon {
  width: 48px;
  height: 48px;
  background: var(--tc-primary-500);
  color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tc-font-size-lg);
  margin: 0 auto var(--tc-space-3);
}

.contact-section .info-title {
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-weight-semibold);
  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 Methods */
.contact-section .contact-methods {
  margin-bottom: var(--tc-space-6);
}

.contact-section .contact-method {
  display: flex;
  align-items: flex-start;
  gap: var(--tc-space-3);
  padding: var(--tc-space-4);
  border-radius: 12px;
  margin-bottom: var(--tc-space-3);
  background: white;
  border: 1px solid var(--tc-primary-100);
  transition: all 0.2s ease;
}

.contact-section .contact-method:hover {
  transform: translateX(4px);
  border-color: var(--tc-primary-300);
  box-shadow: var(--tc-shadow-md);
}

.contact-section .method-icon {
  width: 40px;
  height: 40px;
  background: var(--tc-primary-100);
  color: var(--tc-primary-500);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: var(--tc-font-size-base);
}

.contact-section .method-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--tc-space-1);
}

.contact-section .method-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 .method-value {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-primary);
  font-weight: var(--tc-font-weight-medium);
  line-height: var(--tc-line-height-normal);
}

/* Business Hours */
.contact-section .business-hours {
  background: white;
  border-radius: 12px;
  padding: var(--tc-space-4);
  border: 1px solid var(--tc-primary-100);
}

.contact-section .hours-title {
  font-size: var(--tc-font-size-base);
  font-weight: var(--tc-font-weight-semibold);
  color: var(--tc-text-primary);
  margin: 0 0 var(--tc-space-3);
  text-align: center;
}

.contact-section .hours-list {
  display: flex;
  flex-direction: column;
  gap: var(--tc-space-2);
}

.contact-section .hours-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--tc-font-size-xs);
  padding: var(--tc-space-1) 0;
  border-bottom: 1px solid var(--tc-primary-100);
}

.contact-section .hours-item:last-child {
  border-bottom: none;
}

.contact-section .hours-item span:first-child {
  color: var(--tc-text-secondary);
  font-weight: var(--tc-font-weight-medium);
}

.contact-section .hours-item span:last-child {
  color: var(--tc-text-primary);
  font-weight: var(--tc-font-weight-semibold);
}

/* Responsive Design */
@media (max-width: 991px) {
  .contact-section .contact-card,
  .contact-section .contact-info-card {
    margin-bottom: var(--tc-space-6);
  }
}

@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 .contact-card,
  .contact-section .contact-info-card {
    padding: var(--tc-space-6);
  }
  
  .contact-section .card-header {
    flex-direction: column;
    text-align: center;
    gap: var(--tc-space-3);
  }
  
  .contact-section .btn-primary {
    font-size: 16px; /* Prevent zoom on iOS */
  }
  
  .contact-section .form-floating > .form-control,
  .contact-section .form-floating > .form-select {
    font-size: 16px; /* Prevent zoom on iOS */
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .contact-section .contact-card,
  .contact-section .contact-info-card {
    border: 2px solid var(--tc-text-primary);
  }
  
  .contact-section .form-floating > .form-control,
  .contact-section .form-floating > .form-select {
    border: 2px solid var(--tc-text-primary);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .contact-section .contact-card:hover,
  .contact-section .contact-method:hover,
  .contact-section .btn-primary:hover {
    transform: none;
  }
}

/* Focus Visible Support */
.contact-section .form-control:focus-visible,
.contact-section .form-select:focus-visible,
.contact-section .btn:focus-visible {
  outline: 2px solid var(--tc-primary-500);
  outline-offset: 2px;
}


/* CONTRAST FIX: Adjusted 4 color values for better readability with dark text on light background */
.blog_wrap {
  position: relative;
  padding: var(--tc-section-py, 4rem) var(--tc-section-px, 1rem);
  background: var(--tc-bg-primary, #212529);
  overflow: hidden;
}

.blog_wrap .blog_bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--tc-primary-100, #f0f9ff) 0%, var(--tc-neutral-50, #fafafa) 100%);
  opacity: 0.6;
  z-index: 1;
}

.blog_wrap .blog_bg_pattern::before {
  content: '';
  position: absolute;
  top: 20%;
  right: 10%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--tc-primary-200, #bfdbfe) 20%, transparent 70%);
  border-radius: 50%;
}

.blog_wrap .blog_bg_pattern::after {
  content: '';
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, var(--tc-secondary-200, #e9d5ff) 20%, transparent 70%);
  border-radius: 50%;
}

.blog_wrap .container {
  position: relative;
  z-index: 2;
}

.blog_wrap .blog_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_wrap .blog_subtitle {
  font-size: var(--tc-font-size-xl, 1.25rem);
  font-weight: var(--tc-font-weight-medium, 500);
  color: var(--tc-text-secondary, #6b7280);
  margin-bottom: var(--tc-space-4, 1rem);
}

.blog_wrap .blog_description {
  font-size: var(--tc-font-size-lg, 1.125rem);
  color: var(--tc-text-tertiary, #9ca3af);
  margin-bottom: var(--tc-space-8, 2rem);
  line-height: var(--tc-line-height-relaxed, 1.75);
}

.blog_wrap .blog_card {
  background: var(--tc-bg-card, #212529);
  border-radius: var(--tc-radius-lg, 1rem);
  overflow: hidden;
  box-shadow: var(--tc-shadow-lg, 0 10px 15px -3px rgba(248, 249, 250, 0.1));
  transition: all var(--tc-transition-normal, 0.3s ease);
  height: 100%;
  border: 1px solid var(--tc-border-light, #e5e7eb);
}

.blog_wrap .blog_card:hover {
  transform: translateY(-8px);
  box-shadow: var(--tc-shadow-xl, 0 20px 25px -5px rgba(248, 249, 250, 0.1));
}

.blog_wrap .blog_card_image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.blog_wrap .blog_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--tc-transition-slow, 0.5s ease);
}

.blog_wrap .blog_card:hover .blog_image {
  transform: scale(1.05);
}

.blog_wrap .blog_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--tc-primary-500, #3b82f6) 0%, var(--tc-secondary-500, #8b5cf6) 100%);
  opacity: 0;
  transition: opacity var(--tc-transition-normal, 0.3s ease);
}

.blog_wrap .blog_card:hover .blog_overlay {
  opacity: 0.2;
}

.blog_wrap .blog_card_content {
  padding: var(--tc-space-6, 1.5rem);
  display: flex;
  flex-direction: column;
  height: calc(100% - 200px);
}

.blog_wrap .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_wrap .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_wrap .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: color var(--tc-transition-fast, 0.15s ease);
  margin-top: auto;
}

.blog_wrap .blog_read_more:hover {
  color: var(--tc-primary-700, #1d4ed8);
}

.blog_wrap .blog_read_more::after {
  content: '→';
  margin-left: var(--tc-space-2, 0.5rem);
  transition: transform var(--tc-transition-fast, 0.15s ease);
}

.blog_wrap .blog_read_more:hover::after {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .blog_wrap {
    padding: var(--tc-space-8, 2rem) var(--tc-space-4, 1rem);
  }
  
  .blog_wrap .blog_title {
    font-size: var(--tc-font-size-2xl, 1.875rem);
  }
  
  .blog_wrap .blog_subtitle {
    font-size: var(--tc-font-size-lg, 1.125rem);
  }
  
  .blog_wrap .blog_description {
    font-size: var(--tc-font-size-base, 1rem);
  }
}



/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.faq_wrap {
  position: relative;
  
  background: var(--tc-bg-primary);

  padding: 80px 0;
}

.faq_pattern_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 25px 25px, var(--tc-neutral-200) 2px, transparent 0),
    radial-gradient(circle at 75px 75px, var(--tc-primary-200) 1px, transparent 0);
  background-size: 100px 100px;
  opacity: 0.3;
  z-index: 1;
}

.faq_wrap .container {
  position: relative;
  z-index: 2;
}

.faq_header {
  margin-bottom: var(--tc-space-8);
}

.faq_title {
  color: var(--tc-text-primary);
  font-family: var(--tc-font-family-primary);
  font-weight: 700;
  margin-bottom: var(--tc-space-4);
}

.faq_subtitle {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-lg);
  font-weight: 500;
  margin-bottom: var(--tc-space-3);
}

.faq_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;
}

.faq_cards_grid {
  margin-top: var(--tc-space-6);
}

.faq_card {
  background: var(--tc-bg-secondary);
  border: 1px solid var(--tc-border-light);
  border-radius: var(--tc-radius-lg);
  padding: var(--tc-space-6);
  height: 100%;
  transition: var(--tc-transition-normal);
  position: relative;
  overflow: hidden;
  box-shadow: var(--tc-shadow-sm);
}

.faq_card:hover {
  transform: translateY(-4px);
  box-shadow: var(--tc-shadow-xl);
  border-color: var(--tc-primary-300);
}

.faq_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-400), var(--tc-accent-400));
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--tc-transition-normal);
}

.faq_card:hover::before {
  transform: scaleX(1);
}

.faq_card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--tc-space-5);
}

.faq_card_icon {
  width: 48px;
  height: 48px;
  border-radius: var(--tc-radius-lg);
  position: relative;
  background: var(--tc-primary-100);
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq_card_icon::before {
  content: '';
  width: 20px;
  height: 20px;
  background: var(--tc-primary-500);
  border-radius: var(--tc-radius-sm);
}

.faq_icon_1 { background: linear-gradient(135deg, var(--tc-primary-100), var(--tc-primary-200)); }
.faq_icon_2 { background: linear-gradient(135deg, var(--tc-accent-100), var(--tc-accent-200)); }
.faq_icon_3 { background: linear-gradient(135deg, var(--tc-success-100), var(--tc-success-200)); }
.faq_icon_4 { background: linear-gradient(135deg, var(--tc-warning-100), var(--tc-warning-200)); }
.faq_icon_5 { background: linear-gradient(135deg, var(--tc-error-100), var(--tc-error-200)); }
.faq_icon_6 { background: linear-gradient(135deg, var(--tc-primary-100), var(--tc-primary-200)); }
.faq_icon_7 { background: linear-gradient(135deg, var(--tc-accent-100), var(--tc-accent-200)); }
.faq_icon_8 { background: linear-gradient(135deg, var(--tc-success-100), var(--tc-success-200)); }
.faq_icon_9 { background: linear-gradient(135deg, var(--tc-warning-100), var(--tc-warning-200)); }
.faq_icon_10 { background: linear-gradient(135deg, var(--tc-error-100), var(--tc-error-200)); }

.faq_icon_1::before { background: var(--tc-primary-500); }
.faq_icon_2::before { background: var(--tc-accent-500); }
.faq_icon_3::before { background: var(--tc-success-500); }
.faq_icon_4::before { background: var(--tc-warning-500); }
.faq_icon_5::before { background: var(--tc-error-500); }
.faq_icon_6::before { background: var(--tc-primary-500); }
.faq_icon_7::before { background: var(--tc-accent-500); }
.faq_icon_8::before { background: var(--tc-success-500); }
.faq_icon_9::before { background: var(--tc-warning-500); }
.faq_icon_10::before { background: var(--tc-error-500); }

.faq_card_number {
  width: 32px;
  height: 32px;
  background: var(--tc-neutral-100);
  color: var(--tc-neutral-600);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tc-font-size-sm);
  font-weight: 600;
  position: relative;
}

.faq_card:hover .faq_card_number {
  background: var(--tc-primary-500);
  color: var(--tc-white);
  transform: scale(1.1);
}

.faq_card_content {
  margin-top: var(--tc-space-4);
}

.faq_card_question {
  color: var(--tc-text-primary);
  font-size: var(--tc-font-size-lg);
  font-weight: 600;
  margin-bottom: var(--tc-space-3);
  line-height: var(--tc-line-height-tight);
}

.faq_card_answer {
  color: var(--tc-text-tertiary);
  font-size: var(--tc-font-size-base);
  line-height: var(--tc-line-height-relaxed);
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .faq_cards_grid .row .col-lg-6 {
    margin-bottom: var(--tc-space-4);
  }
  
  .faq_cards_grid .row .col-lg-6:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .faq_wrap {
    
  
  padding: 80px 0;
}
  
  .faq_card {
    padding: var(--tc-space-5);
  }
  
  .faq_card_header {
    margin-bottom: var(--tc-space-4);
  }
  
  .faq_card_icon {
    width: 40px;
    height: 40px;
  }
  
  .faq_card_icon::before {
    width: 16px;
    height: 16px;
  }
  
  .faq_card_number {
    width: 28px;
    height: 28px;
    font-size: var(--tc-font-size-xs);
  }
  
  .faq_card_question {
    font-size: var(--tc-font-size-base);
    margin-bottom: var(--tc-space-2);
  }
}

/* CONTRAST FIX: Adjusted 2 color values and effects for light mode compatibility */
.gallery_wrap.gallery_dark_theme {
  position: relative;
  padding: var(--tc-section-py, 5rem) 0;
  background: #0f0f0f;
  color: #212529;
  overflow: hidden;
  min-height: 100vh;
}

/* Dark Constellation */
.gallery_wrap .gallery_dark_constellation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.gallery_wrap .gallery_star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #212529;
  border-radius: 50%;
  opacity: 0.7;
  animation: starTwinkle 3s ease-in-out infinite;
}

.gallery_wrap .gallery_star_1 {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.gallery_wrap .gallery_star_2 {
  top: 25%;
  right: 20%;
  animation-delay: -0.5s;
}

.gallery_wrap .gallery_star_3 {
  bottom: 30%;
  left: 15%;
  animation-delay: -1s;
}

.gallery_wrap .gallery_star_4 {
  top: 60%;
  right: 10%;
  animation-delay: -1.5s;
}

.gallery_wrap .gallery_star_5 {
  bottom: 15%;
  right: 40%;
  animation-delay: -2s;
}

.gallery_wrap .gallery_star_6 {
  top: 40%;
  left: 30%;
  animation-delay: -2.5s;
}

@keyframes starTwinkle {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 0.3; transform: scale(1.5); }
}

/* Dark Grid */
.gallery_wrap .gallery_dark_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--tc-space-4, 1rem);
  position: relative;
  z-index: 2;
}

/* Dark Items */
.gallery_wrap .gallery_dark_item {
  position: relative;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  aspect-ratio: 4/3;
}

.gallery_wrap .gallery_dark_item:hover {
  transform: translateY(-8px) scale(1.02);
}

/* Size Variants */
.gallery_wrap .gallery_dark_featured {
  grid-column: span 2;
  aspect-ratio: 16/9;
}

.gallery_wrap .gallery_dark_tall {
  grid-row: span 2;
  aspect-ratio: 3/4;
}

.gallery_wrap .gallery_dark_wide {
  grid-column: span 2;
  aspect-ratio: 16/9;
}

/* Dark Frame */
.gallery_wrap .gallery_dark_frame {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--tc-radius-lg, 0.75rem);
  overflow: hidden;
  background: #e9ecef;
  
  border: 1px solid #333333;
}

.gallery_wrap .gallery_dark_item:hover .gallery_dark_frame {
  
  border-color: #555555;
}

/* Dark Image */
.gallery_wrap .gallery_dark_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  filter: brightness(0.8) contrast(1.2);
}

.gallery_wrap .gallery_dark_item:hover .gallery_dark_image {
  transform: scale(1.1);
  filter: brightness(1) contrast(1.3);
}

/* Dark Overlay */
.gallery_wrap .gallery_dark_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(30, 30, 30, 0.9) 0%, 
    rgba(60, 60, 60, 0.8) 50%, 
    rgba(90, 90, 90, 0.9) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery_wrap .gallery_dark_item:hover .gallery_dark_overlay {
  opacity: 1;
}

/* Dark Glow */
.gallery_wrap .gallery_dark_glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery_wrap .gallery_dark_item:hover .gallery_dark_glow {
  opacity: 1;
}

/* Dark Content */
.gallery_wrap .gallery_dark_content {
  position: relative;
  text-align: center;
  transform: translateY(20px) scale(0.9);
  transition: all 0.4s ease;
}

.gallery_wrap .gallery_dark_item:hover .gallery_dark_content {
  transform: translateY(0) scale(1);
}

/* Dark Icon */
.gallery_wrap .gallery_dark_icon {
  font-size: 2.5rem;
  color: #212529;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.25rem;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

/* Dark Ripples */
.gallery_wrap .gallery_dark_ripples {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery_wrap .gallery_dark_ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: darkRipple 2s ease-out infinite;
}

.gallery_wrap .gallery_ripple_1 {
  animation-delay: 0s;
}

.gallery_wrap .gallery_ripple_2 {
  animation-delay: 0.7s;
}

.gallery_wrap .gallery_ripple_3 {
  animation-delay: 1.4s;
}

@keyframes darkRipple {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .gallery_wrap.gallery_dark_theme {
    padding: var(--tc-space-16, 4rem) 0;
  }
  
  .gallery_wrap .gallery_dark_grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--tc-space-3, 0.75rem);
  }
  
  .gallery_wrap .gallery_dark_featured,
  .gallery_wrap .gallery_dark_wide {
    grid-column: span 1;
    aspect-ratio: 4/3;
  }
  
  .gallery_wrap .gallery_dark_tall {
    grid-row: span 1;
    aspect-ratio: 4/3;
  }
  
  .gallery_wrap .gallery_star {
    display: none;
  }
}

@media (max-width: 576px) {
  .gallery_wrap .gallery_dark_grid {
    grid-template-columns: 1fr;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .gallery_wrap .gallery_dark_item,
  .gallery_wrap .gallery_dark_image,
  .gallery_wrap .gallery_dark_overlay,
  .gallery_wrap .gallery_dark_content {
    transition: none;
  }
  
  .gallery_wrap .gallery_dark_item:hover {
    transform: none;
  }
  
  .gallery_wrap .gallery_star,
  .gallery_wrap .gallery_dark_ripple {
    animation: none;
  }
}

@media print {
  .gallery_wrap .gallery_dark_constellation,
  .gallery_wrap .gallery_dark_overlay {
    display: none;
  }
}

/* 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 */
.footer_wrapper {
  background: var(--tc-bg-secondary);
  
  border-top: 1px solid var(--tc-border-light);

  padding: 60px 0 40px 0;
}

.footer_brand_left {
  padding-right: var(--tc-space-8);
}

.footer_split_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);
  background: linear-gradient(45deg, var(--tc-primary-600), var(--tc-secondary-600));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer_split_sitedesc {
  font-size: var(--tc-font-size-base);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  margin: 0;
}

.footer_info_right {
  padding-left: var(--tc-space-8);
  border-left: 2px solid var(--tc-border-light);
}

.footer_policies_split {
  margin-bottom: var(--tc-space-6);
}

.footer_split_policies_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-4);
}

.footer_policies_inline {
  display: flex;
  flex-wrap: wrap;
  gap: var(--tc-space-4);
}

.footer_split_policy_link {
  color: var(--tc-primary-600);
  text-decoration: none;
  font-weight: var(--tc-font-weight-medium);
  padding: var(--tc-space-2) var(--tc-space-4);
  border: 1px solid var(--tc-primary-200);
  border-radius: var(--tc-border-radius);
  transition: all 0.3s ease;
  background: var(--tc-primary-50);
}

.footer_split_policy_link:hover {
  color: var(--tc-neutral-100);
  background: var(--tc-primary-600);
  border-color: var(--tc-primary-600);
  transform: translateY(-1px);
}

.footer_contact_split {
  margin-top: var(--tc-space-4);
}

.footer_split_contact_title {
  font-size: var(--tc-font-size-base);
  font-weight: var(--tc-font-weight-semibold);
  color: var(--tc-text-primary);
  margin: 0;
}

.footer_split_bottom {
  margin-top: var(--tc-space-8);
  padding-top: var(--tc-space-6);
  border-top: 1px solid var(--tc-border-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--tc-space-4);
}

.footer_split_disclaimer {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-muted);
  margin: 0;
  flex: 1;
}

.footer_split_copyright {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-secondary);
  font-weight: var(--tc-font-weight-medium);
  margin: 0;
}

@media (max-width: 768px) {
  .footer_brand_left,
  .footer_info_right {
    padding-left: 0;
    padding-right: 0;
    border: none;
    margin-bottom: var(--tc-space-6);
  }
  
  .footer_policies_inline {
    flex-direction: column;
    gap: var(--tc-space-2);
  }
  
  .footer_split_policy_link {
    text-align: center;
  }
  
  .footer_split_bottom {
    flex-direction: column;
    text-align: center;
  }
  
  .footer_split_sitename {
    font-size: var(--tc-font-size-2xl);
  }
}





/* Live Chat FAQ Widget - Corporate Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 310px !important;
    background: #1a1a1a !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3) !important;
    z-index: 999999 !important;
    color: #ffffff !important;
    font-family: 'Arial', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border-left: 4px solid #007bff !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 #333333 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #2a2a2a !important;
    color: #ffffff !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: #ffffff !important;
    background: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !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: none !important;
    border: 1px solid #666666 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: #007bff !important;
    border-color: #007bff !important;
    color: #ffffff !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: #ffffff !important;
    font-size: 14px !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: 380px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !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-bottom: 12px !important;
    border-bottom: 1px solid #333333 !important;
    background: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    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: #ffffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-transform: none !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: #ffffff !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: 13px !important;
    line-height: 1.4 !important;
    color: #cccccc !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: #cccccc !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 - Gradient Style */
.website-cta-section {
    padding: 60px 0 !important;
    background: linear-gradient(45deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%) !important;
    color: #333333 !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 17px !important;
    margin-bottom: 32px !important;
    color: #555555 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 30px !important;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
}

.website-cta-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !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 - Glass Style */
.team-social-links {
    margin-top: 22px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-icons-grid {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.social-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    color: white;
}

.facebook-link {
    background: rgba(24, 119, 242, 0.3);
}

.facebook-link:hover {
    background: rgba(24, 119, 242, 0.5);
}

.linkedin-link {
    background: rgba(10, 102, 194, 0.3);
}

.linkedin-link:hover {
    background: rgba(10, 102, 194, 0.5);
}

.instagram-link {
    background: rgba(228, 64, 95, 0.3);
}

.instagram-link:hover {
    background: rgba(228, 64, 95, 0.5);
}

.x-link {
    background: rgba(0, 0, 0, 0.3);
    position: relative;
}

.x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.x-link:hover {
    background: rgba(0, 0, 0, 0.5);
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 12px;
    }
    
    .social-link {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}



/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Card Style */
.newsletter-section {
    margin: 30px 0;
    padding: 0;
}

.newsletter-card {
    max-width: 450px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.newsletter-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 25px;
    text-align: center;
    color: white;
}

.newsletter-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px;
}

.newsletter-subtitle {
    font-size: 13px;
    color: rgba(255,255,255,0.9);
    line-height: 1.4;
}

.newsletter-body {
    padding: 25px;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter-input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #f0f0f0;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102,126,234,0.1);
}

.newsletter-button {
    padding: 12px 20px;
    background: #667eea;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.newsletter-button:hover {
    background: #5a6fd8;
    transform: translateY(-1px);
}

.newsletter-success {
    display: none;
    margin-top: 20px;
    padding: 15px;
    background: #d1f2eb;
    border: 1px solid #a7f3d0;
    border-radius: 8px;
    color: #065f46;
    text-align: center;
    font-size: 14px;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-header {
        padding: 20px;
    }
    
    .newsletter-body {
        padding: 20px;
    }
    
    .newsletter-form {
        max-width: 100%;
    }
}
