/* lib/root/ZYP_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/ZYP_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/ZYP_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: vintage-01 */
:root {
  --tc-primary: #8b4513;
  --tc-secondary: #d2b48c;
  --tc-accent: #cd853f;
  --tc-bg-primary: #faf5f0;
  --tc-bg-secondary: #f5f5dc;
  --tc-bg-white: #ffffff;
  --tc-text-primary: #3e2723;
  --tc-text-secondary: #5d4037;
  --tc-text-muted: #8d6e63;
  --tc-text-light: #faf5f0;
  --tc-border-light: rgba(139, 69, 19, 0.1);
  --tc-shadow: 0 4px 8px rgba(62, 39, 35, 0.15);
  --tc-gradient: linear-gradient(135deg, #faf5f0 0%, #f5f5dc 50%, #fff8e1 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 Creative Purple v-009 */
.header_creative_purple {
  background: radial-gradient(ellipse at top, var(--tc-surface-accent) 0%, var(--tc-surface-primary) 70%);
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--tc-primary-300), var(--tc-primary-500), var(--tc-primary-300)) 1;
  position: relative;
  z-index: 1000;
  overflow: hidden;
}

.header_creative_purple .header_navbar {
  padding: 1.5rem 0;
  background: transparent;
}

.header_creative_purple .header_brand {
  font-size: 2rem;
  font-weight: 900;
  color: var(--tc-text-primary);
  text-decoration: none;
  letter-spacing: -0.075em;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  text-transform: uppercase;
}

.header_creative_purple .header_brand::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-primary-300));
  border-radius: 2px;
  transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_creative_purple .header_brand:hover::after {
  width: 100%;
}

.header_creative_purple .header_brand:hover {
  color: var(--tc-text-accent);
  transform: scale(1.05) rotate(-1deg);
  text-shadow: 0 0 20px rgba(124, 58, 237, 0.3);
}

/* Creative SVG Hamburger Menu */
.header_creative_purple .header_toggler {
  border: none;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  border: 2px solid var(--tc-primary-300);
  transition: all 0.4s ease;
}

.header_creative_purple .header_toggler:hover {
  background: var(--tc-primary-100);
  border-color: var(--tc-primary-500);
  transform: rotate(90deg) scale(1.1);
}

.header_creative_purple .creative_hamburger {
  width: 24px;
  height: 24px;
}

.header_creative_purple .hamburger_svg {
  width: 100%;
  height: 100%;
  color: var(--tc-text-primary);
  transition: all 0.4s ease;
}

.header_creative_purple .hamburger_path {
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

/* Creative SVG Hamburger Animation */
.header_creative_purple .header_toggler[aria-expanded="true"] .hamburger_svg {
  transform: rotate(180deg);
}

.header_creative_purple .header_toggler[aria-expanded="true"] .hamburger_path_top {
  transform: rotate(45deg) translate(6px, 6px);
}

.header_creative_purple .header_toggler[aria-expanded="true"] .hamburger_path_middle {
  opacity: 0;
  transform: scale(0);
}

.header_creative_purple .header_toggler[aria-expanded="true"] .hamburger_path_bottom {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Navigation Links */
.header_creative_purple .header_nav {
  gap: 1rem;
}

.header_creative_purple .header_link {
  color: var(--tc-text-secondary);
  font-weight: 700;
  padding: 1rem 1.5rem;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  overflow: hidden;
}

.header_creative_purple .header_link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, var(--tc-primary-300), var(--tc-primary-100));
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.header_creative_purple .header_link:hover::before {
  width: 200%;
  height: 200%;
}

.header_creative_purple .header_link:hover {
  color: var(--tc-text-accent);
  transform: translateY(-5px) rotate(2deg) scale(1.1);
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.3);
}

/* Creative CTA Button */
.header_creative_purple .header_creative_cta {
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  color: var(--tc-button-primary-text) !important;
  border-radius: 30px;
  font-weight: 800;
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.4);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.header_creative_purple .header_creative_cta::before {
  background: linear-gradient(45deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: shimmer 2s infinite;
}

.header_creative_purple .header_creative_cta:hover {
  background: linear-gradient(135deg, var(--tc-primary-700), var(--tc-primary-500));
  color: var(--tc-button-primary-text) !important;
  transform: translateY(-6px) rotate(-2deg) scale(1.15);
  box-shadow: 0 15px 35px rgba(124, 58, 237, 0.6);
  border-color: var(--tc-primary-300);
}

@keyframes shimmer {
  0% { transform: translateX(-100%) translateY(-50%); }
  100% { transform: translateX(200%) translateY(-50%); }
}

/* Creative Artistic Elements */
.header_creative_purple .creative_elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.header_creative_purple .creative_orb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--tc-primary-300), var(--tc-primary-500));
  opacity: 0.6;
  filter: blur(1px);
}

.header_creative_purple .creative_orb_1 {
  width: 80px;
  height: 80px;
  top: -40px;
  right: 15%;
  animation: creativeFloat 5s ease-in-out infinite;
}

.header_creative_purple .creative_orb_2 {
  width: 60px;
  height: 60px;
  bottom: -30px;
  right: 30%;
  animation: creativeFloat 5s ease-in-out infinite 2.5s;
}

.header_creative_purple .creative_triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 43px solid var(--tc-primary-300);
  top: 20%;
  left: 10%;
  opacity: 0.4;
  animation: creativeRotate 8s linear infinite;
}

.header_creative_purple .creative_wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--tc-primary-100) 25%, 
    var(--tc-primary-300) 50%, 
    var(--tc-primary-100) 75%, 
    transparent 100%);
  opacity: 0.3;
  animation: waveMove 4s ease-in-out infinite;
}

@keyframes creativeFloat {
  0%, 100% { 
    transform: translateY(0) rotate(0deg) scale(1); 
  }
  33% { 
    transform: translateY(-20px) rotate(120deg) scale(1.1); 
  }
  66% { 
    transform: translateY(10px) rotate(240deg) scale(0.9); 
  }
}

@keyframes creativeRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes waveMove {
  0%, 100% { transform: translateX(0) scaleX(1); }
  50% { transform: translateX(20px) scaleX(1.1); }
}

/* Mobile Menu Animation */
.header_creative_purple .navbar-collapse {
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_creative_purple .navbar-collapse.show {
  animation: creativeSlideIn 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes creativeSlideIn {
  from {
    opacity: 0;
    transform: translateY(-40px) scale(0.8) rotate(-5deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .header_creative_purple .header_nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 2rem;
    margin-top: 1rem;
    box-shadow: 0 20px 40px rgba(124, 58, 237, 0.3);
    border: 2px solid var(--tc-primary-100);
  }
  
  .header_creative_purple .header_link {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
  
  .header_creative_purple .header_creative_cta {
    margin-top: 1rem;
  }
  
  .header_creative_purple .creative_elements {
    opacity: 0.7;
  }
}

@media (max-width: 576px) {
  .header_creative_purple .header_brand {
    font-size: 1.5rem;
  }
  
  .header_creative_purple .header_navbar {
    padding: 1rem 0;
  }
  
  .header_creative_purple .creative_orb_1,
  .header_creative_purple .creative_orb_2 {
    display: none;
  }
  
  .header_creative_purple .creative_triangle {
    opacity: 0.2;
  }
}


/* Hero Section v-018 - Creative Purple Theme */
.hero_creative_wrap {
  position: relative;
  background: var(--tc-bg-primary);
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: var(--tc-space-8) 0;
}

.hero_creative_wrap .hero_creative_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero_creative_wrap .hero_creative_gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse at center,
    var(--tc-primary-100) 0%,
    var(--tc-accent-100) 40%,
    var(--tc-primary-200) 100%
  );
  opacity: 0.8;
  animation: hero_creative_gradient_shift 15s ease-in-out infinite;
}

.hero_creative_wrap .hero_creative_mesh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    conic-gradient(from 0deg at 50% 50%, 
      transparent 0deg, 
      rgba(var(--tc-accent-400-rgb), 0.1) 60deg, 
      transparent 120deg,
      rgba(var(--tc-primary-400-rgb), 0.1) 180deg,
      transparent 240deg,
      rgba(var(--tc-accent-300-rgb), 0.1) 300deg,
      transparent 360deg
    );
  background-size: 200px 200px;
  opacity: 0.5;
  animation: hero_creative_mesh_rotate 40s linear infinite;
}

.hero_creative_wrap .container {
  position: relative;
  z-index: 3;
}

.hero_creative_wrap .hero_creative_stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

.hero_creative_wrap .hero_creative_spotlight {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0.05) 50%,
    transparent 100%
  );
  border-radius: 50%;
  animation: hero_creative_spotlight_pulse 8s ease-in-out infinite;
}

.hero_creative_wrap .hero_creative_content_wrapper {
  position: relative;
  z-index: 2;
  max-width: 900px;
  width: 100%;
}

.hero_creative_wrap .hero_creative_artistic_frame {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(25px);
  border-radius: var(--tc-border-radius-3xl);
  border: 2px solid rgba(var(--tc-accent-400-rgb), 0.3);
  box-shadow: 
    0 40px 80px rgba(var(--tc-primary-900-rgb), 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: var(--tc-space-12) var(--tc-space-10);
  overflow: hidden;
}

.hero_creative_wrap .hero_creative_corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid var(--tc-accent-500);
  opacity: 0.7;
  animation: hero_creative_corner_glow 3s ease-in-out infinite;
}

.hero_creative_wrap .hero_corner_tl {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: var(--tc-border-radius-3xl);
}

.hero_creative_wrap .hero_corner_tr {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: var(--tc-border-radius-3xl);
}

.hero_creative_wrap .hero_corner_bl {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
  border-bottom-left-radius: var(--tc-border-radius-3xl);
}

.hero_creative_wrap .hero_corner_br {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: var(--tc-border-radius-3xl);
}

.hero_creative_wrap .hero_creative_content {
  position: relative;
  z-index: 2;
}

.hero_creative_wrap .hero_creative_header_section {
  margin-bottom: var(--tc-space-10);
}

.hero_creative_wrap .hero_creative_icon_burst {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--tc-accent-500), var(--tc-primary-500));
  border-radius: 50%;
  margin-bottom: var(--tc-space-8);
  position: relative;
  animation: hero_creative_icon_spin 10s linear infinite;
}

.hero_creative_wrap .hero_creative_icon_burst::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: conic-gradient(
    from 0deg,
    var(--tc-accent-400),
    var(--tc-primary-400),
    var(--tc-accent-400)
  );
  border-radius: 50%;
  z-index: -1;
  opacity: 0.6;
  animation: hero_creative_icon_halo 8s linear infinite reverse;
}

.hero_creative_wrap .hero_creative_icon_burst i {
  font-size: 40px;
  color: var(--tc-text-on-primary);
}

.hero_creative_wrap .hero_creative_title {
  font-size: var(--tc-font-size-4xl);
  font-weight: 900;
  line-height: var(--tc-line-height-tight);
  color: var(--tc-primary-900);
  margin-bottom: var(--tc-space-6);
  background: linear-gradient(135deg, var(--tc-primary-900), var(--tc-accent-700));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero_creative_wrap .hero_creative_subtitle {
  font-size: var(--tc-font-size-xl);
  font-weight: 600;
  color: var(--tc-accent-700);
  margin-bottom: 0;
  font-style: italic;
}

.hero_creative_wrap .hero_creative_description_section {
  margin-bottom: var(--tc-space-10);
}

.hero_creative_wrap .hero_creative_description {
  font-size: var(--tc-font-size-lg);
  line-height: var(--tc-line-height-relaxed);
  color: var(--tc-primary-800);
  margin-bottom: 0;
  max-width: 700px;
  margin: 0 auto;
}

.hero_creative_wrap .hero_creative_tools_showcase {
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_creative_wrap .hero_creative_tool_orbit {
  position: relative;
  width: 180px;
  height: 180px;
}

.hero_creative_wrap .hero_creative_tool_item {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--tc-accent-100);
  border: 2px solid var(--tc-accent-400);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  animation: hero_creative_tool_orbit 20s linear infinite;
}

.hero_creative_wrap .hero_tool_1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 0s;
}

.hero_creative_wrap .hero_tool_2 {
  top: 25%;
  right: 0;
  animation-delay: -3.33s;
}

.hero_creative_wrap .hero_tool_3 {
  bottom: 25%;
  right: 0;
  animation-delay: -6.66s;
}

.hero_creative_wrap .hero_tool_4 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: -10s;
}

.hero_creative_wrap .hero_tool_5 {
  bottom: 25%;
  left: 0;
  animation-delay: -13.33s;
}

.hero_creative_wrap .hero_tool_6 {
  top: 25%;
  left: 0;
  animation-delay: -16.66s;
}

.hero_creative_wrap .hero_creative_tool_item i {
  font-size: 20px;
  color: var(--tc-accent-600);
}

.hero_creative_wrap .hero_creative_tool_item:hover {
  background: var(--tc-accent-200);
  border-color: var(--tc-accent-600);
  transform: scale(1.1);
}

.hero_creative_wrap .hero_creative_ambient_elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.hero_creative_wrap .hero_creative_spark {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--tc-accent-500);
  border-radius: 50%;
  opacity: 0.8;
  animation: hero_creative_spark_twinkle 3s ease-in-out infinite;
}

.hero_creative_wrap .hero_spark_1 {
  top: 15%;
  left: 20%;
  animation-delay: 0s;
}

.hero_creative_wrap .hero_spark_2 {
  top: 25%;
  right: 15%;
  animation-delay: 0.6s;
}

.hero_creative_wrap .hero_spark_3 {
  bottom: 30%;
  left: 10%;
  animation-delay: 1.2s;
}

.hero_creative_wrap .hero_spark_4 {
  bottom: 20%;
  right: 25%;
  animation-delay: 1.8s;
}

.hero_creative_wrap .hero_spark_5 {
  top: 40%;
  left: 5%;
  animation-delay: 2.4s;
}

.hero_creative_wrap .hero_creative_blob {
  position: absolute;
  background: linear-gradient(45deg, var(--tc-primary-200), var(--tc-accent-200));
  border-radius: 50% 40% 60% 30%;
  opacity: 0.3;
  animation: hero_creative_blob_morph 12s ease-in-out infinite;
}

.hero_creative_wrap .hero_blob_1 {
  top: 10%;
  right: 10%;
  width: 120px;
  height: 100px;
  animation-delay: 0s;
}

.hero_creative_wrap .hero_blob_2 {
  bottom: 15%;
  left: 8%;
  width: 80px;
  height: 90px;
  animation-delay: 6s;
}

@keyframes hero_creative_gradient_shift {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1) rotate(180deg);
    opacity: 0.6;
  }
}

@keyframes hero_creative_mesh_rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes hero_creative_spotlight_pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.15;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.25;
  }
}

@keyframes hero_creative_corner_glow {
  0%, 100% {
    opacity: 0.7;
    border-color: var(--tc-accent-500);
  }
  50% {
    opacity: 1;
    border-color: var(--tc-primary-500);
  }
}

@keyframes hero_creative_icon_spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes hero_creative_icon_halo {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes hero_creative_tool_orbit {
  0% { transform: rotate(0deg) translateX(90px) rotate(0deg); }
  100% { transform: rotate(360deg) translateX(90px) rotate(-360deg); }
}

@keyframes hero_creative_spark_twinkle {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
}

@keyframes hero_creative_blob_morph {
  0%, 100% {
    border-radius: 50% 40% 60% 30%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 30% 60% 40% 50%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 60% 30% 50% 40%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 40% 50% 30% 60%;
    transform: rotate(270deg);
  }
}

/* Mobile Optimizations */
@media (max-width: 576px) {
  .hero_creative_wrap {
    padding: var(--tc-space-4) 0;
  }
  
  .hero_creative_wrap .hero_creative_artistic_frame {
    padding: var(--tc-space-8) var(--tc-space-4);
    margin: var(--tc-space-3);
  }
  
  .hero_creative_wrap .hero_creative_title {
    font-size: var(--tc-font-size-2xl);
  }
  
  .hero_creative_wrap .hero_creative_subtitle {
    font-size: var(--tc-font-size-lg);
  }
  
  .hero_creative_wrap .hero_creative_description {
    font-size: var(--tc-font-size-base);
  }
  
  .hero_creative_wrap .hero_creative_icon_burst {
    width: 70px;
    height: 70px;
    margin-bottom: var(--tc-space-6);
  }
  
  .hero_creative_wrap .hero_creative_icon_burst i {
    font-size: 28px;
  }
  
  .hero_creative_wrap .hero_creative_tools_showcase {
    height: 150px;
  }
  
  .hero_creative_wrap .hero_creative_tool_orbit {
    width: 120px;
    height: 120px;
  }
  
  .hero_creative_wrap .hero_creative_tool_item {
    width: 35px;
    height: 35px;
  }
  
  .hero_creative_wrap .hero_creative_tool_item i {
    font-size: 16px;
  }
  
  .hero_creative_wrap .hero_creative_corner {
    width: 25px;
    height: 25px;
  }
}

/* Tablet Optimizations */
@media (min-width: 577px) and (max-width: 768px) {
  .hero_creative_wrap .hero_creative_title {
    font-size: var(--tc-font-size-3xl);
  }
  
  .hero_creative_wrap .hero_creative_artistic_frame {
    padding: var(--tc-space-10) var(--tc-space-6);
  }
}

/* Desktop Enhancements */
@media (min-width: 992px) {
  .hero_creative_wrap .hero_creative_title {
    font-size: var(--tc-font-size-5xl);
  }
  
  .hero_creative_wrap .hero_creative_subtitle {
    font-size: var(--tc-font-size-2xl);
  }
  
  .hero_creative_wrap .hero_creative_description {
    font-size: var(--tc-font-size-xl);
  }
  
  .hero_creative_wrap .hero_creative_artistic_frame {
    padding: var(--tc-space-16) var(--tc-space-12);
  }
  
  .hero_creative_wrap .hero_creative_icon_burst {
    width: 120px;
    height: 120px;
  }
  
  .hero_creative_wrap .hero_creative_icon_burst i {
    font-size: 50px;
  }
  
  .hero_creative_wrap .hero_creative_tools_showcase {
    height: 250px;
  }
  
  .hero_creative_wrap .hero_creative_tool_orbit {
    width: 220px;
    height: 220px;
  }
  
  .hero_creative_wrap .hero_creative_tool_item {
    width: 60px;
    height: 60px;
  }
  
  .hero_creative_wrap .hero_creative_tool_item i {
    font-size: 24px;
  }
}

/* Accessibility - Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .hero_creative_wrap .hero_creative_gradient,
  .hero_creative_wrap .hero_creative_mesh,
  .hero_creative_wrap .hero_creative_spotlight,
  .hero_creative_wrap .hero_creative_corner,
  .hero_creative_wrap .hero_creative_icon_burst,
  .hero_creative_wrap .hero_creative_icon_burst::before,
  .hero_creative_wrap .hero_creative_tool_item,
  .hero_creative_wrap .hero_creative_spark,
  .hero_creative_wrap .hero_creative_blob {
    animation: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .hero_creative_wrap .hero_creative_artistic_frame {
    background: rgba(255, 255, 255, 0.98);
    border: 3px solid var(--tc-border-primary);
  }
  
  .hero_creative_wrap .hero_creative_mesh {
    display: none;
  }
  
  .hero_creative_wrap .hero_creative_title {
    -webkit-text-fill-color: var(--tc-primary-900);
    color: var(--tc-primary-900);
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}


/* About Section v-002: Timeline/Process Layout */

.about-section {
  padding: var(--tc-section-py) var(--tc-section-px);
  background: var(--tc-surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.about-header {
  margin-bottom: var(--tc-space-12);
}

.tc-title {
  font-size: var(--tc-font-size-3xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
  text-align: center;
}

.tc-subtitle {
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-weight-medium);
  color: var(--tc-text-accent);
  margin-bottom: var(--tc-space-4);
  text-align: center;
}

.tc-desc {
  font-size: var(--tc-font-size-base);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

/* Timeline Structure */
.about-timeline {
  position: relative;
  padding: var(--tc-space-8) 0;
}

.about-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--tc-primary-300), var(--tc-primary-500));
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin-bottom: var(--tc-space-8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

/* Timeline Markers */
.timeline-marker {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  background: var(--tc-surface-secondary);
  border: 4px solid var(--tc-primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--tc-shadow-md);
  flex-shrink: 0;
}

.step-number {
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-primary-500);
}

/* Timeline Content */
.timeline-content {
  background: var(--tc-surface-secondary);
  padding: var(--tc-space-6);
  border-radius: 12px;
  box-shadow: var(--tc-shadow-sm);
  border: 1px solid var(--tc-border-light);
  max-width: 400px;
  position: relative;
  margin-left: var(--tc-space-6);
  transition: all var(--tc-transition-base, 0.3s ease);
}

.timeline-content:hover {
  transform: translateX(8px);
  box-shadow: var(--tc-shadow-md);
}

.timeline-content::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid var(--tc-surface-secondary);
}

.tc-item-title {
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-weight-semibold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
}

.tc-item-desc {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-normal);
}

/* Alternating Layout */
.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-item:nth-child(even) .timeline-content {
  margin-left: 0;
  margin-right: var(--tc-space-6);
}

.timeline-item:nth-child(even) .timeline-content::before {
  left: auto;
  right: -12px;
  border-right: none;
  border-left: 12px solid var(--tc-surface-secondary);
}

.timeline-item:nth-child(even) .timeline-content:hover {
  transform: translateX(-8px);
}

/* Floating Decorations */
.timeline-decorations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

.floating-element {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tc-primary-100), var(--tc-primary-300));
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.floating-element.element-1 {
  width: 120px;
  height: 120px;
  top: 15%;
  right: 10%;
  animation-delay: 0s;
}

.floating-element.element-2 {
  width: 80px;
  height: 80px;
  bottom: 25%;
  left: 15%;
  animation-delay: 3s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .about-timeline::before {
    left: 40px;
  }
  
  .timeline-item {
    flex-direction: row !important;
    justify-content: flex-start;
  }
  
  .timeline-marker {
    width: 60px;
    height: 60px;
    margin-left: var(--tc-space-2);
  }
  
  .step-number {
    font-size: var(--tc-font-size-base);
  }
  
  .timeline-content {
    margin-left: var(--tc-space-4) !important;
    margin-right: 0 !important;
    max-width: none;
    flex: 1;
  }
  
  .timeline-content::before {
    left: -12px !important;
    right: auto !important;
    border-right: 12px solid var(--tc-surface-secondary) !important;
    border-left: none !important;
  }
  
  .timeline-content:hover {
    transform: translateX(4px) !important;
  }
}

@media (max-width: 576px) {
  .about-section {
    padding: var(--tc-space-12) var(--tc-space-4);
  }
  
  .tc-title {
    font-size: var(--tc-font-size-2xl);
  }
  
  .about-header {
    margin-bottom: var(--tc-space-8);
  }
  
  .about-timeline {
    padding: var(--tc-space-6) 0;
  }
  
  .about-timeline::before {
    left: 30px;
  }
  
  .timeline-marker {
    width: 50px;
    height: 50px;
    margin-left: var(--tc-space-1);
  }
  
  .timeline-content {
    padding: var(--tc-space-4);
    margin-left: var(--tc-space-3) !important;
  }
  
  .step-number {
    font-size: var(--tc-font-size-sm);
  }
}

/* Accessibility Enhancements */
@media (prefers-reduced-motion: reduce) {
  .floating-element {
    animation: none;
  }
  
  .timeline-content {
    transition: none;
  }
  
  .timeline-content:hover {
    transform: none;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .timeline-marker {
    border-width: 6px;
  }
  
  .timeline-content {
    border: 2px solid var(--tc-text-primary);
  }
}

/* CONTRAST FIX: Adjusted 5 color values for better readability with dark text on light background */
/* Features v-014: Mobile-First - оптимизация для мобильных */

.features_wrap {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(180deg, #f7fafc 0%, #edf2f7 100%);
}

.features_title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.75rem;
}

.features_subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: #4299e1;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.features_desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 2rem;
}

.features_mobile_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 400px;
  margin: 0 auto;
}

.features_mobile_item {
  background: #212529;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(248, 249, 250, 0.1);
  border: 1px solid #495057;
  transition: all 0.3s ease;
}

.features_mobile_item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(248, 249, 250, 0.15);
  border-color: #4299e1;
}

.features_mobile_icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #4299e1, #3182ce);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: transform 0.3s ease;
}

.features_mobile_item:hover .features_mobile_icon {
  transform: scale(1.1);
}

.features_icon {
  font-size: 1.25rem;
  color: #212529;
}

.features_mobile_title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.features_mobile_item:hover .features_mobile_title {
  color: #4299e1;
}

.features_mobile_text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #718096;
  margin: 0;
}

/* Tablet and larger screens */
@media (min-width: 768px) {
  .features_wrap {
    padding: 100px 0;
  }
  
  .features_mobile_grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    gap: 2rem;
  }
  
  .features_title {
    font-size: 2.5rem;
  }
  
  .features_subtitle {
    font-size: 1.125rem;
  }
  
  .features_desc {
    font-size: 1.125rem;
  }
  
  .features_mobile_item {
    padding: 2rem;
  }
}

/* Desktop screens */
@media (min-width: 992px) {
  .features_wrap {
    padding: 120px 0;
  }
  
  .features_mobile_grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000px;
    gap: 2rem;
  }
  
  .features_title {
    font-size: 3rem;
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* Services Section v-011 - Modern Green Growth Theme */
.services_wrap {
  background: linear-gradient(135deg, var(--tc-surface-primary) 0%, var(--tc-primary-50) 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* Modern Background */
.services_modern_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.services_bg_shapes {
  position: absolute;
  width: 100%;
  height: 100%;
}

.services_shape_1 {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--tc-primary-200) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0.6;
  animation: float 20s infinite ease-in-out;
}

.services_shape_2 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 150px;
  height: 150px;
  background: linear-gradient(45deg, var(--tc-primary-300), transparent);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  opacity: 0.4;
  animation: float 25s infinite ease-in-out reverse;
}

.services_shape_3 {
  position: absolute;
  top: 50%;
  left: -100px;
  width: 300px;
  height: 300px;
  background: conic-gradient(from 0deg, var(--tc-primary-100), transparent, var(--tc-primary-200));
  border-radius: 50%;
  opacity: 0.3;
  animation: rotate 30s infinite linear;
}

@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.1); }
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.services_wrap .container {
  position: relative;
  z-index: 2;
}

/* Header Styles */
.services_header_modern {
  position: relative;
}

.services_tag {
  display: inline-block;
  background: var(--tc-primary-100);
  color: var(--tc-primary-700);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  border: 2px solid var(--tc-primary-300);
}

.services_title {
  color: var(--tc-text-primary);
  font-weight: 800;
  margin-bottom: 1rem;
}

.services_subtitle {
  color: var(--tc-text-accent);
  font-weight: 600;
  margin-bottom: 1rem;
}

.services_desc {
  color: var(--tc-text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Modern Grid */
.services_modern_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Modern Cards */
.services_modern_item {
  position: relative;
}

.services_modern_card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 2px solid var(--tc-primary-200);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services_modern_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;
}

.services_modern_card:hover::before {
  transform: scaleX(1);
}

.services_modern_card:hover {
  transform: translateY(-12px);
  border-color: var(--tc-primary-500);
  box-shadow: 0 25px 50px rgba(5, 150, 105, 0.2);
}

/* Popular Card */
.services_modern_card_popular {
  border-color: var(--tc-primary-500);
  box-shadow: 0 15px 35px rgba(5, 150, 105, 0.15);
}

.services_modern_card_popular::before {
  transform: scaleX(1);
}

.services_popular_tag {
  position: absolute;
  top: -1px;
  right: 20px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 0 0 12px 12px;
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

/* Card Header */
.services_modern_header {
  padding: 2rem 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.services_modern_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(5, 150, 105, 0.3);
  transition: transform 0.3s ease;
}

.services_modern_card:hover .services_modern_icon {
  transform: scale(1.1) rotate(5deg);
}

.services_modern_icon i {
  color: white;
  font-size: 1.5rem;
}

.services_modern_badge {
  background: var(--tc-primary-100);
  color: var(--tc-primary-700);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid var(--tc-primary-300);
}

/* Card Content */
.services_modern_content {
  padding: 0 2rem 1.5rem;
  flex-grow: 1;
}

.services_modern_title {
  color: var(--tc-text-primary);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.services_modern_desc {
  color: var(--tc-text-secondary);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.services_modern_features {
  background: var(--tc-primary-50);
  border-radius: 12px;
  padding: 1.25rem;
  border-left: 4px solid var(--tc-primary-300);
}

.services_features_label {
  color: var(--tc-primary-700);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}

.services_modern_features_text {
  color: var(--tc-text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Card Footer */
.services_modern_footer {
  padding: 1.5rem 2rem 2rem;
  border-top: 1px solid var(--tc-primary-100);
  margin-top: auto;
}

.services_modern_price {
  text-align: center;
  margin-bottom: 1.5rem;
}

.services_price_value {
  color: var(--tc-primary-700);
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services_modern_btn {
  width: 100%;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  border: none;
  border-radius: 12px;
  padding: 1rem;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.services_modern_btn::before {
  content: 'Get Started';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.3s ease;
}

.services_modern_btn:hover::before {
  content: 'Choose Plan →';
}

.services_modern_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(5, 150, 105, 0.4);
}

.services_modern_card_popular .services_modern_btn {
  background: linear-gradient(135deg, var(--tc-primary-700), #047857);
  box-shadow: 0 6px 20px rgba(5, 150, 105, 0.3);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .services_modern_grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
  }
  
  .services_modern_header {
    padding: 1.75rem 1.75rem 1rem;
  }
  
  .services_modern_content {
    padding: 0 1.75rem 1.25rem;
  }
  
  .services_modern_footer {
    padding: 1.25rem 1.75rem 1.75rem;
  }
}

@media (max-width: 768px) {
  .services_wrap {
    padding: 60px 0;
  }
  
  .services_modern_grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .services_modern_header {
    padding: 1.5rem 1.5rem 1rem;
  }
  
  .services_modern_content {
    padding: 0 1.5rem 1rem;
  }
  
  .services_modern_footer {
    padding: 1rem 1.5rem 1.5rem;
  }
  
  .services_modern_icon {
    width: 50px;
    height: 50px;
  }
  
  .services_modern_icon i {
    font-size: 1.25rem;
  }
  
  .services_modern_title {
    font-size: 1.3rem;
  }
  
  .services_price_value {
    font-size: 1.75rem;
  }
  
  .services_bg_shapes {
    display: none;
  }
}

@media (max-width: 576px) {
  .services_modern_grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  
  .services_modern_header {
    padding: 1.25rem 1.25rem 0.75rem;
  }
  
  .services_modern_content {
    padding: 0 1.25rem 0.75rem;
  }
  
  .services_modern_footer {
    padding: 0.75rem 1.25rem 1.25rem;
  }
  
  .services_popular_tag {
    font-size: 0.8rem;
    padding: 0.4rem 1.2rem;
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* Priceplan Section v-005: Modern Green Theme */

.priceplan-section {
  background: linear-gradient(135deg, var(--tc-neutral-50) 0%, var(--tc-primary-25) 100%);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Background Decorations */
.bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tc-primary-200), var(--tc-primary-300));
  opacity: 0.1;
}

.shape-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -5%;
  animation: float 6s ease-in-out infinite;
}

.shape-2 {
  width: 200px;
  height: 200px;
  top: 70%;
  right: -3%;
  animation: float 8s ease-in-out infinite reverse;
}

.shape-3 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 20%;
  animation: float 10s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

/* Section Content */
.priceplan-section .container {
  position: relative;
  z-index: 1;
}

/* Section Header */
.section-header {
  max-width: 800px;
  margin: 0 auto;
}

.priceplan-title {
  color: var(--tc-neutral-900);
  font-weight: 800;
  letter-spacing: -0.025em;
  background: linear-gradient(135deg, var(--tc-neutral-900) 0%, var(--tc-primary-700) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.priceplan-subtitle {
  color: var(--tc-primary-700);
  font-weight: 600;
  font-size: 1.75rem;
}

.priceplan-desc {
  color: var(--tc-neutral-600);
  font-size: 1.25rem;
  line-height: 1.7;
  max-width: 600px;
}

/* Pricing Table */
.pricing-table-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.pricing-column {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 2px solid var(--tc-neutral-200);
  height: 100%;
}

.pricing-column:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.1);
  border-color: var(--tc-primary-300);
}

/* Featured Plan */
.featured {
  transform: scale(1.08);
  z-index: 2;
  border: 2px solid var(--tc-primary-500);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.featured:hover {
  transform: scale(1.08) translateY(-8px);
}

/* Recommended Badge */
.recommended-badge {
  background: linear-gradient(135deg, var(--tc-primary-500) 0%, var(--tc-primary-600) 100%);
  color: white;
  text-align: center;
  padding: 12px 0;
  font-weight: 600;
  font-size: 0.9rem;
  position: relative;
}

.recommended-badge i {
  margin-right: 8px;
  color: var(--tc-primary-200);
}

/* Plan Headers */
.plan-header {
  padding: 2.5rem 2rem 1.5rem;
  text-align: center;
  position: relative;
}

.basic-plan .plan-header {
  background: linear-gradient(135deg, var(--tc-neutral-50) 0%, var(--tc-neutral-100) 100%);
}

.pro-plan .plan-header {
  background: linear-gradient(135deg, var(--tc-primary-500) 0%, var(--tc-primary-600) 100%);
}

.enterprise-plan .plan-header {
  background: linear-gradient(135deg, var(--tc-primary-700) 0%, var(--tc-primary-800) 100%);
}

/* Plan Names */
.plan-name {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.basic-plan .plan-name {
  color: var(--tc-neutral-900);
}

.pro-plan .plan-name,
.enterprise-plan .plan-name {
  color: white;
}

/* Price Display */
.price-display {
  position: relative;
}

.plan-price {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

.basic-plan .plan-price {
  color: var(--tc-primary-600);
}

.pro-plan .plan-price,
.enterprise-plan .plan-price {
  color: white;
}

.plan-price::before {
  content: '$';
  font-size: 1.5rem;
  position: absolute;
  left: -1.5rem;
  top: 0.5rem;
  font-weight: 600;
}

/* Plan Body */
.plan-body {
  padding: 2rem;
}

/* Plan Descriptions */
.plan-desc {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: var(--tc-neutral-600);
}

/* Plan Features */
.plan-features {
  margin-bottom: 2.5rem;
  color: var(--tc-neutral-700);
  font-size: 1rem;
  line-height: 1.8;
}

/* Plan Buttons */
.plan-btn {
  width: 100%;
  padding: 16px 24px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: none;
}

.basic-plan .plan-btn {
  background: linear-gradient(135deg, var(--tc-primary-500) 0%, var(--tc-primary-600) 100%);
  color: white;
}

.basic-plan .plan-btn: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);
}

.pro-plan .plan-btn {
  background: white;
  color: var(--tc-primary-600);
  border: 2px solid white;
}

.pro-plan .plan-btn:hover {
  background: var(--tc-primary-50);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255,255,255,0.3);
}

.enterprise-plan .plan-btn {
  background: linear-gradient(135deg, var(--tc-primary-600) 0%, var(--tc-primary-700) 100%);
  color: white;
}

.enterprise-plan .plan-btn:hover {
  background: linear-gradient(135deg, var(--tc-primary-700) 0%, var(--tc-primary-800) 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--tc-primary-400);
}

/* Responsive Design */
@media (max-width: 992px) {
  .priceplan-section {
    min-height: auto;
    padding: 4rem 0;
  }
  
  .featured {
    transform: none;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .featured:hover {
    transform: translateY(-8px);
  }
  
  .priceplan-title {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .priceplan-section {
    padding: 3rem 0;
  }
  
  .priceplan-title {
    font-size: 2.5rem;
  }
  
  .priceplan-subtitle {
    font-size: 1.5rem;
  }
  
  .plan-price {
    font-size: 3rem;
  }
  
  .pricing-column {
    margin-bottom: 2rem;
    border-radius: 16px;
  }
  
  .plan-header {
    padding: 2rem 1.5rem 1rem;
  }
  
  .plan-body {
    padding: 1.5rem;
  }
}

@media (max-width: 576px) {
  .shape {
    display: none;
  }
  
  .pricing-column {
    border-radius: 12px;
  }
  
  .plan-price::before {
    left: -1rem;
    font-size: 1.2rem;
  }
  
  .recommended-badge {
    padding: 10px 0;
    font-size: 0.85rem;
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}



/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.team_wrap {
  position: relative;
  overflow: hidden;
  background: linear-gradient(45deg, var(--tc-bg-primary) 0%, var(--tc-neutral-100) 100%);

  padding: 80px 0;
}

.team_wrap .team_split_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.team_wrap .team_left_pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, var(--tc-primary-50) 0%, transparent 100%);
  opacity: 0.5;
}

.team_wrap .team_right_shapes {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.team_wrap .team_floating_shape_1 {
  position: absolute;
  top: 15%;
  right: 10%;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, var(--tc-secondary-200), var(--tc-secondary-400));
  border-radius: 50%;
  opacity: 0.2;
  animation: teamFloat1 6s ease-in-out infinite;
}

.team_wrap .team_floating_shape_2 {
  position: absolute;
  bottom: 20%;
  right: 20%;
  width: 120px;
  height: 120px;
  background: linear-gradient(45deg, var(--tc-primary-300), var(--tc-primary-500));
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.15;
  animation: teamFloat2 8s ease-in-out infinite;
}

@keyframes teamFloat1 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

@keyframes teamFloat2 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(15px) rotate(-180deg); }
}

.team_wrap .container-fluid {
  position: relative;
  z-index: 2;
}

.team_wrap .team_content_side {
  padding: var(--tc-section-py) var(--tc-space-8);
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.team_wrap .team_content_wrapper {
  width: 100%;
  max-width: 500px;
}

.team_wrap .team_header_section {
  margin-bottom: var(--tc-space-8);
}

.team_wrap .team_main_title {
  font-size: var(--tc-font-size-4xl);
  font-weight: var(--tc-font-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
  font-family: var(--tc-font-primary);
  line-height: var(--tc-line-height-tight);
}

.team_wrap .team_main_subtitle {
  font-size: var(--tc-font-size-xl);
  color: var(--tc-primary-600);
  margin-bottom: var(--tc-space-4);
  font-weight: var(--tc-font-semibold);
}

.team_wrap .team_main_description {
  font-size: var(--tc-font-size-lg);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  margin-bottom: 0;
}

.team_wrap .team_members_list {
  space-y: var(--tc-space-4);
}

.team_wrap .team_member_item {
  display: flex;
  align-items: center;
  padding: var(--tc-space-4);
  background: var(--tc-bg-secondary);
  border-radius: var(--tc-radius-lg);
  border-left: 4px solid var(--tc-primary-500);
  box-shadow: var(--tc-shadow-sm);
  margin-bottom: var(--tc-space-4);
  transition: all var(--tc-transition-base);
}

.team_wrap .team_member_item:hover {
  transform: translateX(10px);
  box-shadow: var(--tc-shadow-lg);
  border-left-color: var(--tc-primary-600);
}

.team_wrap .team_member_info {
  flex: 1;
}

.team_wrap .team_member_title {
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-1);
  font-family: var(--tc-font-primary);
}

.team_wrap .team_member_subtitle {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-primary-600);
  margin-bottom: 0;
  font-weight: var(--tc-font-medium);
  text-transform: uppercase;
  letter-spacing: var(--tc-tracking-wide);
}

.team_wrap .team_visual_side {
  padding: var(--tc-space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: linear-gradient(135deg, var(--tc-neutral-50) 0%, var(--tc-primary-50) 100%);
}

.team_wrap .team_images_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: var(--tc-space-4);
  width: 100%;
  max-width: 500px;
  height: 500px;
}

.team_wrap .team_image_item {
  position: relative;
  border-radius: var(--tc-radius-lg);
  overflow: hidden;
  box-shadow: var(--tc-shadow-lg);
  transition: transform var(--tc-transition-base);
}

.team_wrap .team_image_item:hover {
  transform: scale(1.05);
}

.team_wrap .team_image_large {
  grid-column: span 2;
  grid-row: span 2;
}

.team_wrap .team_image_medium {
  grid-column: span 1;
  grid-row: span 2;
}

.team_wrap .team_image_small {
  grid-column: span 1;
  grid-row: span 1;
}

.team_wrap .team_grid_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--tc-transition-base);
}

.team_wrap .team_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--tc-primary-600), var(--tc-primary-800));
  opacity: 0;
  transition: opacity var(--tc-transition-base);
}

.team_wrap .team_image_item:hover .team_image_overlay {
  opacity: 0.3;
}

.team_wrap .team_image_item:hover .team_grid_image {
  transform: scale(1.1);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .team_wrap .team_content_side,
  .team_wrap .team_visual_side {
    min-height: auto;
    padding: var(--tc-space-8) var(--tc-space-4);
  }
  
  .team_wrap .team_main_title {
    font-size: var(--tc-font-size-3xl);
  }
  
  .team_wrap .team_images_grid {
    height: 400px;
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .team_wrap .team_main_title {
    font-size: var(--tc-font-size-2xl);
  }
  
  .team_wrap .team_main_subtitle {
    font-size: var(--tc-font-size-lg);
  }
  
  .team_wrap .team_main_description {
    font-size: var(--tc-font-size-base);
  }
  
  .team_wrap .team_images_grid {
    height: 300px;
    max-width: 300px;
  }
  
  .team_wrap .team_content_side {
    padding: var(--tc-space-6) var(--tc-space-4);
  }
}




/* CONTRAST FIX: Adjusted 3 color values for better readability with dark text on light background */
/* Reviews Section v-008 - Speech Bubbles */
.reviews_wrap {
  position: relative;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.reviews_speech_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.reviews_chat_dots {
  position: absolute;
  top: 10%;
  right: 5%;
  display: flex;
  gap: 8px;
}

.reviews_dot_1,
.reviews_dot_2,
.reviews_dot_3 {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.reviews_dot_2 {
  animation-delay: 0.3s;
}

.reviews_dot_3 {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% { 
    transform: scale(1); 
    opacity: 0.6;
  }
  50% { 
    transform: scale(1.3); 
    opacity: 1;
  }
}

.reviews_main_title {
  color: white;
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(248, 249, 250, 0.3);
}

.reviews_subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
}

.reviews_description {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.reviews_conversation_flow {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0;
}

.reviews_message_group {
  margin-bottom: 3rem;
  position: relative;
}

.reviews_message_group.reviews_left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.reviews_message_group.reviews_right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.reviews_message_group.reviews_center {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.reviews_speech_bubble {
  position: relative;
  max-width: 70%;
  padding: 1.5rem 2rem;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(248, 249, 250, 0.15);
}

.reviews_bubble_left {
  background: white;
  margin-right: 1rem;
  border-bottom-left-radius: 8px;
}

.reviews_bubble_right {
  background: rgba(255, 255, 255, 0.95);
  margin-left: 1rem;
  border-bottom-right-radius: 8px;
}

.reviews_bubble_featured {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
  max-width: 90%;
  padding: 2rem;
  border-radius: 24px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}

.reviews_bubble_text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--tc-text-primary, #334155);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  font-style: normal;
  border: none;
}

.reviews_featured_text {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1rem;
}

.reviews_bubble_tail {
  position: absolute;
  bottom: 8px;
  width: 0;
  height: 0;
}

.reviews_tail_left {
  left: -8px;
  border-top: 10px solid white;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.reviews_tail_right {
  right: -8px;
  border-top: 10px solid rgba(255, 255, 255, 0.95);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.reviews_tail_featured {
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 12px solid rgba(255, 255, 255, 0.95);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.reviews_speaker_info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.reviews_speaker_left {
  flex-direction: row;
}

.reviews_speaker_right {
  flex-direction: row-reverse;
}

.reviews_avatar_bubble {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.reviews_avatar_featured {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
}

.reviews_avatar_letter {
  color: white;
  font-weight: 600;
  font-size: 1.125rem;
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
}

.reviews_speaker_name {
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  font-style: normal;
  text-shadow: 0 1px 2px rgba(248, 249, 250, 0.3);
}

.reviews_featured_name {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.reviews_featured_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .reviews_wrap {
    min-height: auto;
    padding: 3rem 0;
  }
  
  .reviews_conversation_flow {
    padding: 1rem 0;
  }
  
  .reviews_message_group {
    margin-bottom: 2rem;
  }
  
  .reviews_speech_bubble {
    max-width: 85%;
    padding: 1.25rem 1.5rem;
  }
  
  .reviews_bubble_featured {
    max-width: 95%;
    padding: 1.5rem;
  }
  
  .reviews_main_title {
    font-size: 2.5rem;
  }
  
  .reviews_bubble_text {
    font-size: 0.95rem;
  }
  
  .reviews_featured_text {
    font-size: 1rem;
  }
  
  .reviews_avatar_bubble {
    width: 40px;
    height: 40px;
  }
  
  .reviews_avatar_featured {
    width: 48px;
    height: 48px;
  }
  
  .reviews_avatar_letter {
    font-size: 1rem;
  }
  
  .reviews_speaker_name {
    font-size: 0.875rem;
  }
}

@media (max-width: 576px) {
  .reviews_speech_bubble {
    max-width: 90%;
    padding: 1rem 1.25rem;
  }
  
  .reviews_bubble_featured {
    padding: 1.25rem;
  }
  
  .reviews_bubble_text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  
  .reviews_featured_text {
    font-size: 0.95rem;
  }
  
  .reviews_avatar_bubble {
    width: 36px;
    height: 36px;
  }
  
  .reviews_avatar_featured {
    width: 44px;
    height: 44px;
  }
  
  .reviews_avatar_letter {
    font-size: 0.9rem;
  }
  
  .reviews_speaker_name {
    font-size: 0.8rem;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .reviews_wrap {
    background: var(--bs-light);
  }
  
  .reviews_speech_bubble {
    background: #fff;
    border: 2px solid #000;
  }
  
  .reviews_bubble_left,
  .reviews_bubble_right,
  .reviews_bubble_featured {
    background: #fff;
  }
  
  .reviews_avatar_bubble {
    background: var(--bs-light);
    border-color: #fff;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .reviews_chat_dots .reviews_dot_1,
  .reviews_chat_dots .reviews_dot_2,
  .reviews_chat_dots .reviews_dot_3 {
    animation: none;
  }
}

/* Focus styles for accessibility */
.reviews_speech_bubble:focus-within {
  outline: 2px solid white;
  outline-offset: 2px;
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* Modern Green Case Study Section - v-018 */
.casestudy-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, 
    var(--tc-neutral-50) 0%, 
    var(--tc-primary-25) 50%,
    var(--tc-neutral-50) 100%);
  overflow: hidden;
}

/* Background Elements */
.bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.organic-shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, 
    var(--tc-primary-100), 
    var(--tc-primary-200));
  opacity: 0.4;
  filter: blur(1px);
}

.shape-1 {
  width: 200px;
  height: 150px;
  top: 15%;
  right: 10%;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morphing 8s ease-in-out infinite;
}

.shape-2 {
  width: 150px;
  height: 120px;
  bottom: 25%;
  left: 8%;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: morphing 10s ease-in-out infinite reverse;
}

.shape-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 20%;
  border-radius: 80% 20% 55% 45% / 25% 75% 25% 75%;
  animation: morphing 6s ease-in-out infinite;
  animation-delay: 2s;
}

.grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--tc-primary-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--tc-primary-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.1;
}

@keyframes morphing {
  0%, 100% { 
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(0deg) scale(1);
  }
  25% { 
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(90deg) scale(1.1);
  }
  50% { 
    border-radius: 80% 20% 55% 45% / 25% 75% 25% 75%;
    transform: rotate(180deg) scale(0.9);
  }
  75% { 
    border-radius: 40% 60% 40% 60% / 70% 30% 70% 30%;
    transform: rotate(270deg) scale(1.05);
  }
}

/* Section Content */
.casestudy-section .container {
  position: relative;
  z-index: 2;
}

.tc-title {
  color: var(--tc-primary-900);
  font-weight: 800;
  font-size: 2.75rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-align: center;
}

.tc-subtitle {
  color: var(--tc-primary-700);
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  text-align: center;
}

.tc-desc {
  color: var(--tc-neutral-700);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto 4rem;
  text-align: center;
}

/* Timeline */
.timeline-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, 
    var(--tc-primary-300), 
    var(--tc-primary-500), 
    var(--tc-primary-300));
  transform: translateX(-50%);
  border-radius: 2px;
}

.timeline-item {
  position: relative;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
}

.timeline-item-reverse {
  flex-direction: row-reverse;
}

.timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 80px;
  height: 80px;
  background: var(--tc-neutral-0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 4px solid var(--tc-primary-200);
}

.marker-inner {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, 
    var(--tc-primary-500), 
    var(--tc-primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-neutral-0);
  font-size: 1.5rem;
}

.timeline-content {
  width: calc(50% - 60px);
  padding: 0 2rem;
}

.timeline-item-reverse .timeline-content {
  text-align: right;
}

.content-card {
  background: var(--tc-neutral-0);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--tc-primary-100);
  position: relative;
  transition: all 0.3s ease;
}

.content-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--tc-primary-400), 
    var(--tc-primary-600));
  border-radius: 20px 20px 0 0;
}

.content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.card-badge {
  display: inline-block;
  background: linear-gradient(135deg, 
    var(--tc-primary-500), 
    var(--tc-primary-600));
  color: var(--tc-neutral-0);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

.timeline-item:nth-child(2) .card-badge::before {
  content: "Innovation";
}

.timeline-item:nth-child(3) .card-badge::before {
  content: "Growth";
}

.timeline-item:nth-child(4) .card-badge::before {
  content: "Technology";
}

.content-title {
  color: var(--tc-neutral-900);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.content-description {
  color: var(--tc-neutral-700);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.impact-indicators {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
}

.timeline-item-reverse .impact-indicators {
  justify-content: flex-end;
}

.indicator {
  width: 45px;
  height: 45px;
  background: var(--tc-primary-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-primary-600);
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.content-card:hover .indicator {
  background: var(--tc-primary-500);
  color: var(--tc-neutral-0);
  transform: scale(1.1);
}

/* Bottom Stats */
.stats-section {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 2px solid var(--tc-primary-200);
}

.stats-grid {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
}

.stat-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    var(--tc-primary-500), 
    var(--tc-primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-neutral-0);
  font-size: 1.5rem;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.stat-icon:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media (max-width: 768px) {
  .casestudy-section {
    padding: 80px 0;
  }
  
  .tc-title {
    font-size: 2.25rem;
  }
  
  .tc-subtitle {
    font-size: 1.2rem;
  }
  
  .tc-desc {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
  
  .timeline-line {
    left: 30px;
    transform: none;
  }
  
  .timeline-marker {
    left: 30px;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
  }
  
  .marker-inner {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  
  .timeline-content {
    width: calc(100% - 80px);
    margin-left: 80px;
    padding: 0;
  }
  
  .timeline-item-reverse .timeline-content {
    text-align: left;
    margin-left: 80px;
  }
  
  .content-card {
    padding: 2rem;
  }
  
  .impact-indicators {
    justify-content: flex-start;
  }
  
  .timeline-item-reverse .impact-indicators {
    justify-content: flex-start;
  }
  
  .stats-grid {
    gap: 2rem;
  }
  
  .organic-shape {
    opacity: 0.2;
  }
  
  .shape-1 {
    width: 120px;
    height: 100px;
  }
  
  .shape-2 {
    width: 100px;
    height: 80px;
  }
  
  .shape-3 {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 576px) {
  .content-card {
    padding: 1.5rem;
  }
  
  .content-title {
    font-size: 1.2rem;
  }
  
  .content-description {
    font-size: 0.95rem;
  }
  
  .stats-grid {
    gap: 1.5rem;
  }
  
  .stat-icon {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}


/* CONTRAST FIX: Adjusted 9 color values for better readability with dark text on light background */
/* Process Section v-011 - Minimal Steps */
.process_wrap {
  position: relative;
  padding: var(--tc-space-20, 5rem) 0;
  background: var(--tc-bg-primary, #212529);
  overflow: hidden;
}

.process_minimal_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(99, 102, 241, 0.02) 0%, 
    transparent 50%);
  pointer-events: none;
}

.process_header {
  position: relative;
  z-index: 2;
  margin-bottom: var(--tc-space-16, 4rem);
}

.process_title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: var(--tc-font-weight-light, 300);
  color: var(--tc-text-primary, #1e293b);
  margin-bottom: var(--tc-space-4, 1rem);
  line-height: 1.2;
}

.process_subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.25rem);
  font-weight: var(--tc-font-weight-medium, 500);
  color: var(--tc-primary-500, #6366f1);
  margin-bottom: var(--tc-space-6, 1.5rem);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.process_description {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: var(--tc-text-secondary, #64748b);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  font-weight: var(--tc-font-weight-light, 300);
}

.process_minimal_container {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}

.process_step_minimal {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--tc-space-12, 3rem);
  transition: all 0.3s ease;
}

.process_step_minimal:last-child {
  margin-bottom: 0;
}

.process_step_minimal:hover {
  transform: translateX(8px);
}

.process_step_line {
  position: absolute;
  left: 25px;
  top: 50px;
  bottom: -48px;
  width: 1px;
  background: var(--tc-border-light, #495057);
}

.process_step_minimal:last-child .process_step_line {
  display: none;
}

.process_step_dot {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--tc-bg-primary, #212529);
  border: 2px solid var(--tc-primary-500, #6366f1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--tc-font-weight-medium, 500);
  color: var(--tc-primary-500, #6366f1);
  margin-right: var(--tc-space-6, 1.5rem);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.process_step_minimal:hover .process_step_dot {
  background: var(--tc-primary-500, #6366f1);
  color: var(--tc-bg-primary, #212529);
  transform: scale(1.1);
}

.process_step_content {
  flex: 1;
  padding-top: var(--tc-space-2, 0.5rem);
}

.process_minimal_title {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: var(--tc-font-weight-light, 300);
  color: var(--tc-text-primary, #1e293b);
  margin-bottom: var(--tc-space-3, 0.75rem);
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.process_minimal_desc {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  color: var(--tc-text-secondary, #64748b);
  line-height: 1.6;
  margin: 0;
  font-weight: var(--tc-font-weight-light, 300);
}

@media (max-width: 767px) {
  .process_wrap {
    padding: var(--tc-space-16, 4rem) 0;
  }
  
  .process_step_minimal {
    margin-bottom: var(--tc-space-8, 2rem);
  }
  
  .process_step_minimal:hover {
    transform: translateX(4px);
  }
  
  .process_step_dot {
    width: 40px;
    height: 40px;
    margin-right: var(--tc-space-4, 1rem);
    font-size: 0.9rem;
  }
  
  .process_step_line {
    left: 20px;
    top: 40px;
    bottom: -32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process_step_minimal {
    transition: none;
  }
  
  .process_step_minimal:hover {
    transform: none;
  }
  
  .process_step_dot {
    transition: none;
  }
  
  .process_step_minimal:hover .process_step_dot {
    transform: none;
  }
}

@media (prefers-contrast: high) {
  .process_step_dot {
    border-color: var(--tc-text-primary, #f1f3f4);
    color: var(--tc-text-primary, #f1f3f4);
  }
  
  .process_step_minimal:hover .process_step_dot {
    background: var(--tc-text-primary, #f1f3f4);
    color: var(--tc-bg-primary, #212529);
  }
  
  .process_step_line {
    background: var(--tc-text-primary, #f1f3f4);
  }
}

.process_step_minimal:focus-within {
  outline: 2px solid var(--tc-primary-500, #6366f1);
  outline-offset: 4px;
  border-radius: 4px;
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* CONTRAST FIX: Adjusted 4 color values for better readability with dark text on light background */
/* Timeline v-014 - Mobile-Optimized */
.timeline_wrap {
  position: relative;
  background: linear-gradient(180deg, #343a40 0%, #212529 100%);
  overflow: hidden;
  padding: 2rem 0;
}

.timeline_mobile_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.timeline_mobile_waves {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 20%, rgba(var(--bs-primary-rgb), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(var(--bs-info-rgb), 0.06) 0%, transparent 50%);
}

.timeline_wrap .container-fluid {
  position: relative;
  z-index: 2;
}

.timeline_title {
  color: var(--bs-secondary);
  font-weight: 700;
  font-size: 1.75rem;
}

.timeline_subtitle {
  color: var(--bs-primary);
  font-weight: 500;
  font-size: 1rem;
}

.timeline_description {
  color: var(--bs-secondary);
  font-size: 0.875rem;
  max-width: 100%;
  margin: 0 auto;
}

/* Mobile Timeline Container */
.timeline_mobile_container {
  position: relative;
  max-width: 100%;
  margin: 2rem auto 0;
  padding: 0 1rem;
}

.timeline_mobile_line {
  position: absolute;
  left: 2rem;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    var(--bs-primary) 0%, 
    var(--bs-info) 25%, 
    var(--bs-warning) 50%, 
    var(--bs-success) 75%, 
    var(--bs-danger) 100%);
  border-radius: 1.5px;
}

/* Mobile Items */
.timeline_mobile_items {
  padding: 1rem 0;
}

.timeline_mobile_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-left: 4.5rem;
}

.timeline_mobile_item:last-child {
  margin-bottom: 0;
}

/* Mobile Markers */
.timeline_mobile_marker {
  position: absolute;
  left: 1.25rem;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--bs-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 3px 10px rgba(var(--bs-primary-rgb), 0.3);
  transition: all 0.2s ease;
}

.timeline_marker_number {
  color: var(--bs-white);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
}

/* Mobile Cards */
.timeline_mobile_card {
  background: var(--bs-white);
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 3px 15px rgba(248, 249, 250, 0.08);
  border: 1px solid rgba(var(--bs-primary-rgb), 0.1);
  transition: all 0.2s ease;
  flex: 1;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.timeline_mobile_title {
  color: var(--bs-secondary);
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.timeline_mobile_desc {
  color: var(--bs-secondary);
  line-height: 1.5;
  margin: 0;
  font-size: 0.875rem;
}

/* Progressive Colors for Mobile */
.timeline_mobile_item:nth-child(1) .timeline_mobile_marker {
  background: var(--bs-primary);
}

.timeline_mobile_item:nth-child(2) .timeline_mobile_marker {
  background: var(--bs-info);
}

.timeline_mobile_item:nth-child(3) .timeline_mobile_marker {
  background: var(--bs-warning);
}

.timeline_mobile_item:nth-child(4) .timeline_mobile_marker {
  background: var(--bs-success);
}

.timeline_mobile_item:nth-child(5) .timeline_mobile_marker {
  background: var(--bs-danger);
}

/* Touch-Friendly Hover Effects */
.timeline_mobile_item:hover .timeline_mobile_marker,
.timeline_mobile_item:active .timeline_mobile_marker {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
}

.timeline_mobile_item:hover .timeline_mobile_card,
.timeline_mobile_item:active .timeline_mobile_card {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(248, 249, 250, 0.12);
  border-color: rgba(var(--bs-primary-rgb), 0.2);
}

/* Extra Small Devices */
@media (max-width: 575.98px) {
  .timeline_wrap {
    padding: 1.5rem 0;
  }
  
  .timeline_title {
    font-size: 1.5rem;
  }
  
  .timeline_subtitle {
    font-size: 0.9rem;
  }
  
  .timeline_description {
    font-size: 0.8rem;
  }
  
  .timeline_mobile_container {
    margin-top: 1.5rem;
    padding: 0 0.75rem;
  }
  
  .timeline_mobile_line {
    left: 1.5rem;
    width: 2px;
  }
  
  .timeline_mobile_item {
    margin-bottom: 1.5rem;
    padding-left: 3.75rem;
  }
  
  .timeline_mobile_marker {
    left: 1rem;
    width: 2rem;
    height: 2rem;
  }
  
  .timeline_marker_number {
    font-size: 0.75rem;
  }
  
  .timeline_mobile_card {
    padding: 1rem;
    min-height: 70px;
  }
  
  .timeline_mobile_title {
    font-size: 1rem;
    margin-bottom: 0.4rem;
  }
  
  .timeline_mobile_desc {
    font-size: 0.8rem;
  }
}

/* Large Mobile Devices */
@media (min-width: 576px) and (max-width: 767.98px) {
  .timeline_mobile_container {
    max-width: 500px;
  }
  
  .timeline_mobile_card {
    padding: 1.5rem;
  }
  
  .timeline_mobile_title {
    font-size: 1.25rem;
  }
  
  .timeline_mobile_desc {
    font-size: 0.9rem;
  }
}

/* Tablet Landscape */
@media (min-width: 768px) and (max-width: 991.98px) {
  .timeline_wrap {
    padding: 3rem 0;
  }
  
  .timeline_title {
    font-size: 2rem;
  }
  
  .timeline_subtitle {
    font-size: 1.125rem;
  }
  
  .timeline_description {
    font-size: 0.95rem;
  }
  
  .timeline_mobile_container {
    max-width: 600px;
    margin-top: 2.5rem;
  }
  
  .timeline_mobile_item {
    margin-bottom: 2.5rem;
  }
  
  .timeline_mobile_card {
    padding: 1.75rem;
  }
}

/* Desktop Adjustments */
@media (min-width: 992px) {
  .timeline_wrap {
    padding: 4rem 0;
  }
  
  .timeline_title {
    font-size: 2.25rem;
  }
  
  .timeline_subtitle {
    font-size: 1.25rem;
  }
  
  .timeline_description {
    font-size: 1rem;
    max-width: 600px;
  }
  
  .timeline_mobile_container {
    max-width: 700px;
    margin-top: 3rem;
  }
  
  .timeline_mobile_item {
    margin-bottom: 3rem;
  }
  
  .timeline_mobile_card {
    padding: 2rem;
  }
  
  .timeline_mobile_title {
    font-size: 1.375rem;
  }
  
  .timeline_mobile_desc {
    font-size: 1rem;
  }
}

/* Touch Device Optimizations */
@media (pointer: coarse) {
  .timeline_mobile_marker {
    width: 3rem;
    height: 3rem;
  }
  
  .timeline_marker_number {
    font-size: 1rem;
  }
  
  .timeline_mobile_card {
    padding: 1.5rem;
    min-height: 90px;
  }
  
  .timeline_mobile_item {
    margin-bottom: 2.5rem;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .timeline_mobile_line {
    width: 2px;
  }
  
  .timeline_mobile_card {
    border-width: 0.5px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .timeline_mobile_marker,
  .timeline_mobile_card {
    transition: none;
  }
  
  .timeline_mobile_item:hover .timeline_mobile_marker,
  .timeline_mobile_item:active .timeline_mobile_marker {
    transform: none;
  }
  
  .timeline_mobile_item:hover .timeline_mobile_card,
  .timeline_mobile_item:active .timeline_mobile_card {
    transform: none;
  }
}

/* Print Optimizations */
@media print {
  .timeline_wrap {
    background: white;
    padding: 1rem 0;
  }
  
  .timeline_mobile_bg {
    display: none;
  }
  
  .timeline_mobile_card {
    box-shadow: none;
    border: 1px solid #ddd;
    break-inside: avoid;
  }
  
  .timeline_mobile_item {
    margin-bottom: 1rem;
  }
  
  .timeline_mobile_line {
    background: #333;
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* Career Section v-007 - Creative Purple Theme */
.career_wrap.career_creative {
  position: relative;
  background: var(--tc-surface-primary);
  padding: 120px 0;
  overflow: hidden;
}

.career_background_art {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.career_art_element {
  position: absolute;
  opacity: 0.1;
}

.career_art_1 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, var(--tc-primary-400), var(--tc-primary-600));
  clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
  top: 5%;
  right: 5%;
  animation: artFloat 12s ease-in-out infinite;
}

.career_art_2 {
  width: 200px;
  height: 200px;
  background: linear-gradient(45deg, var(--tc-primary-300), var(--tc-primary-500));
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: 40%;
  left: -5%;
  animation: artFloat 10s ease-in-out infinite reverse;
}

.career_art_3 {
  width: 150px;
  height: 150px;
  background: linear-gradient(225deg, var(--tc-primary-500), var(--tc-primary-700));
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  bottom: 10%;
  right: 15%;
  animation: artRotate 15s linear infinite;
}

.career_art_4 {
  width: 100px;
  height: 100px;
  background: linear-gradient(315deg, var(--tc-primary-200), var(--tc-primary-400));
  border-radius: 50%;
  bottom: 40%;
  left: 10%;
  animation: artPulse 8s ease-in-out infinite;
}

@keyframes artFloat {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33% { transform: translateY(-30px) rotate(120deg); }
  66% { transform: translateY(-15px) rotate(240deg); }
}

@keyframes artRotate {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.2); }
  100% { transform: rotate(360deg) scale(1); }
}

@keyframes artPulse {
  0%, 100% { transform: scale(1); opacity: 0.1; }
  50% { transform: scale(1.5); opacity: 0.05; }
}

.career_wrap .container {
  position: relative;
  z-index: 2;
}

.career_intro_section {
  text-align: center;
  margin-bottom: 6rem;
  position: relative;
}

.career_title {
  color: var(--tc-text-primary);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, var(--tc-text-primary), var(--tc-primary-600));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.career_subtitle {
  color: var(--tc-text-accent);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}

.career_subtitle::before,
.career_subtitle::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--tc-primary-400), transparent);
}

.career_subtitle::before {
  left: -4rem;
}

.career_subtitle::after {
  right: -4rem;
}

.career_description {
  color: var(--tc-text-secondary);
  font-size: 1.25rem;
  line-height: 1.7;
  max-width: 650px;
  margin: 0 auto;
}

.career_timeline_container {
  position: relative;
  padding: 2rem 0;
}

.career_timeline_line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, 
    var(--tc-primary-200) 0%, 
    var(--tc-primary-500) 25%, 
    var(--tc-primary-600) 75%, 
    var(--tc-primary-200) 100%);
  border-radius: 2px;
  transform: translateX(-50%);
}

.career_timeline_item {
  position: relative;
  margin-bottom: 4rem;
  width: 100%;
}

.career_timeline_item:last-child {
  margin-bottom: 0;
}

.career_timeline_content {
  display: flex;
  align-items: center;
  position: relative;
}

.career_timeline_left .career_timeline_content {
  justify-content: flex-end;
  padding-right: 3rem;
}

.career_timeline_right .career_timeline_content {
  justify-content: flex-start;
  padding-left: 3rem;
}

.career_timeline_marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: var(--tc-surface-primary);
  border: 4px solid var(--tc-primary-500);
  border-radius: 50%;
  z-index: 3;
}

.career_marker_inner {
  width: 100%;
  height: 100%;
  background: var(--tc-primary-500);
  border-radius: 50%;
  animation: markerPulse 3s ease-in-out infinite;
}

@keyframes markerPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.7; }
}

.career_timeline_card {
  background: var(--tc-surface-primary);
  border: 1px solid var(--tc-border-light);
  border-radius: var(--tc-radius-xl);
  padding: 2.5rem;
  max-width: 400px;
  position: relative;
  box-shadow: var(--tc-shadow-card);
  transition: var(--tc-transition-base);
}

.career_timeline_card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, var(--tc-primary-300), var(--tc-primary-500), var(--tc-primary-700));
  border-radius: var(--tc-radius-xl);
  z-index: -1;
  opacity: 0;
  transition: var(--tc-transition-base);
}

.career_timeline_card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: var(--tc-shadow-elevated);
}

.career_timeline_card:hover::before {
  opacity: 1;
}

.career_timeline_left .career_timeline_card::after {
  content: '';
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left-color: var(--tc-surface-primary);
}

.career_timeline_right .career_timeline_card::after {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right-color: var(--tc-surface-primary);
}

.career_timeline_header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
}

.career_timeline_badge {
  background: linear-gradient(135deg, var(--tc-primary-100), var(--tc-primary-200));
  color: var(--tc-primary-700);
  padding: 0.6rem 1.2rem;
  border-radius: var(--tc-radius-xl);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border: 2px solid var(--tc-primary-300);
  position: relative;
  overflow: hidden;
}

.career_timeline_badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: left 0.6s;
}

.career_timeline_card:hover .career_timeline_badge::before {
  left: 100%;
}

.career_timeline_title {
  color: var(--tc-text-primary);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.career_timeline_role {
  color: var(--tc-text-accent);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.career_timeline_desc {
  color: var(--tc-text-secondary);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .career_wrap.career_creative {
    padding: 80px 0;
  }
  
  .career_timeline_line {
    left: 30px;
  }
  
  .career_timeline_item {
    margin-bottom: 3rem;
  }
  
  .career_timeline_left .career_timeline_content,
  .career_timeline_right .career_timeline_content {
    justify-content: flex-start;
    padding-left: 4rem;
    padding-right: 0;
  }
  
  .career_timeline_marker {
    left: 30px;
    transform: translateX(-50%);
  }
  
  .career_timeline_card {
    max-width: none;
  }
  
  .career_timeline_left .career_timeline_card::after,
  .career_timeline_right .career_timeline_card::after {
    left: -15px;
    right: auto;
    border: 15px solid transparent;
    border-right-color: var(--tc-surface-primary);
    border-left-color: transparent;
  }
}

@media (max-width: 768px) {
  .career_title {
    font-size: 2.75rem;
  }
  
  .career_subtitle {
    font-size: 1.25rem;
  }
  
  .career_subtitle::before,
  .career_subtitle::after {
    display: none;
  }
  
  .career_description {
    font-size: 1.125rem;
  }
  
  .career_intro_section {
    margin-bottom: 4rem;
  }
  
  .career_timeline_card {
    padding: 2rem;
  }
  
  .career_timeline_content {
    padding-left: 3rem;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .career_timeline_card {
    border-width: 3px;
    border-color: var(--tc-text-primary);
  }
  
  .career_timeline_badge {
    border-width: 3px;
  }
  
  .career_timeline_marker {
    border-width: 5px;
  }
}

/* AOS Animations */
[data-aos="zoom-in"] {
  transform: scale(0.8);
  opacity: 0;
}

[data-aos="zoom-in"].aos-animate {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

[data-aos="fade-right"] {
  transform: translateX(-50px);
  opacity: 0;
}

[data-aos="fade-right"].aos-animate {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

[data-aos="fade-left"] {
  transform: translateX(50px);
  opacity: 0;
}

[data-aos="fade-left"].aos-animate {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}


/* CONTRAST FIX: Adjusted 2 color values for better readability with dark text on light background */

/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.coreinfo_wrap {
  position: relative;
  
  overflow: hidden;

  padding: 80px 0;
}

.coreinfo_bg_gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--tc-bg-primary) 0%, var(--tc-bg-secondary) 100%);
  opacity: 0.03;
}

.coreinfo_decorative_shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.coreinfo_decorative_shapes .coreinfo_shape_1 {
  position: absolute;
  top: 10%;
  right: -5%;
  width: 200px;
  height: 200px;
  background: linear-gradient(45deg, var(--tc-primary-200), var(--tc-primary-300));
  border-radius: 50%;
  opacity: 0.1;
}

.coreinfo_decorative_shapes .coreinfo_shape_2 {
  position: absolute;
  bottom: 20%;
  left: -10%;
  width: 300px;
  height: 300px;
  background: linear-gradient(-45deg, var(--tc-secondary-200), var(--tc-secondary-300));
  border-radius: 30%;
  opacity: 0.08;
}

.coreinfo_wrap .coreinfo_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);
  line-height: var(--tc-line-height-tight);
}

.coreinfo_wrap .coreinfo_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);
}

.coreinfo_wrap .coreinfo_desc {
  font-size: var(--tc-font-size-lg);
  color: var(--tc-text-tertiary);
  line-height: var(--tc-line-height-relaxed);
  max-width: 600px;
  margin: 0 auto;
}

.coreinfo_wrap .coreinfo_card {
  height: 100%;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.coreinfo_wrap .coreinfo_card:hover {
  transform: translateY(-8px);
}

.coreinfo_wrap .coreinfo_card_inner {
  background: var(--tc-bg-surface);
  border: 1px solid var(--tc-border-light);
  border-radius: var(--tc-radius-lg);
  padding: var(--tc-space-6);
  height: 100%;
  position: relative;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(248, 249, 250, 0.08);
  transition: all 0.3s ease;
}

.coreinfo_wrap .coreinfo_card:hover .coreinfo_card_inner {
  box-shadow: 0 8px 30px rgba(248, 249, 250, 0.12);
  border-color: var(--tc-primary-200);
}

.coreinfo_wrap .coreinfo_card_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-600));
  border-radius: var(--tc-radius-md);
  margin-bottom: var(--tc-space-4);
  position: relative;
}

.coreinfo_wrap .coreinfo_card_icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: var(--tc-text-inverse);
  border-radius: 50%;
}

.coreinfo_wrap .coreinfo_card_title {
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-weight-semibold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
  line-height: var(--tc-line-height-tight);
}

.coreinfo_wrap .coreinfo_card_desc {
  font-size: var(--tc-font-size-base);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  margin: 0;
}

@media (max-width: 768px) {
  .coreinfo_wrap .coreinfo_title {
    font-size: var(--tc-font-size-2xl);
  }
  
  .coreinfo_wrap .coreinfo_subtitle {
    font-size: var(--tc-font-size-lg);
  }
  
  .coreinfo_wrap .coreinfo_card_inner {
    padding: var(--tc-space-5);
  }
}


/* Contact Section v-006: Creative Agency Dynamic */
.contact-section {
  background: var(--tc-surface-primary);
  padding: var(--tc-section-py) 0;
  position: relative;
  overflow: hidden;
}

/* Section Header */
.contact-section .tc-title {
  font-size: var(--tc-font-size-4xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
  text-align: center;
  background: linear-gradient(135deg, var(--tc-text-primary), var(--tc-primary-500));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-section .tc-subtitle {
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-weight-medium);
  color: var(--tc-text-accent);
  margin-bottom: var(--tc-space-4);
  text-align: center;
}

.contact-section .tc-desc {
  font-size: var(--tc-font-size-lg);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--tc-space-16);
}

/* Creative Container */
.contact-section .creative-container {
  position: relative;
  min-height: 800px;
  border-radius: 24px;
  overflow: hidden;
}

/* Background Elements */
.contact-section .creative-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.contact-section .purple-blob {
  position: absolute;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  background: var(--tc-primary-300);
  opacity: 0.1;
  animation: blobMorph 8s ease-in-out infinite;
}

.contact-section .blob-1 {
  width: 300px;
  height: 200px;
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.contact-section .blob-2 {
  width: 250px;
  height: 180px;
  top: 60%;
  right: 10%;
  animation-delay: 3s;
}

.contact-section .blob-3 {
  width: 180px;
  height: 140px;
  bottom: 20%;
  left: 20%;
  animation-delay: 6s;
}

@keyframes blobMorph {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    transform: translate(10px, -10px) rotate(90deg);
  }
  50% {
    border-radius: 40% 30% 60% 50% / 70% 40% 50% 30%;
    transform: translate(-5px, 15px) rotate(180deg);
  }
  75% {
    border-radius: 70% 50% 40% 30% / 30% 70% 40% 60%;
    transform: translate(-10px, -5px) rotate(270deg);
  }
}

/* Geometric Shapes */
.contact-section .geometric-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact-section .shape {
  position: absolute;
  opacity: 0.05;
  animation: shapeFloat 6s ease-in-out infinite;
}

.contact-section .triangle {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 43px solid var(--tc-primary-500);
  top: 15%;
  right: 20%;
  animation-delay: 0s;
}

.contact-section .square {
  width: 40px;
  height: 40px;
  background: var(--tc-primary-500);
  transform: rotate(45deg);
  top: 70%;
  left: 15%;
  animation-delay: 2s;
}

.contact-section .circle {
  width: 35px;
  height: 35px;
  background: var(--tc-primary-500);
  border-radius: 50%;
  top: 30%;
  right: 35%;
  animation-delay: 4s;
}

.contact-section .hexagon {
  width: 40px;
  height: 34.64px;
  background: var(--tc-primary-500);
  position: relative;
  bottom: 30%;
  right: 10%;
  animation-delay: 1s;
}

.contact-section .hexagon:before,
.contact-section .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.contact-section .hexagon:before {
  bottom: 100%;
  border-bottom: 11.55px solid var(--tc-primary-500);
}

.contact-section .hexagon:after {
  top: 100%;
  border-top: 11.55px solid var(--tc-primary-500);
}

@keyframes shapeFloat {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33% { transform: translateY(-15px) rotate(120deg); }
  66% { transform: translateY(-10px) rotate(240deg); }
}

.contact-section .gradient-mesh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(124, 58, 237, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(124, 58, 237, 0.1) 0%, transparent 50%);
}

/* Content Grid */
.contact-section .content-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--tc-space-12);
  position: relative;
  z-index: 2;
  padding: var(--tc-space-8);
}

/* Form Section */
.contact-section .form-section {
  position: relative;
}

.contact-section .form-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: var(--tc-space-8);
  border: 1px solid rgba(124, 58, 237, 0.2);
  box-shadow: 0 20px 60px rgba(124, 58, 237, 0.1);
  position: relative;
  overflow: hidden;
}

.contact-section .form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-primary-300), var(--tc-primary-500));
  animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

/* Card Header */
.contact-section .card-header {
  display: flex;
  align-items: center;
  gap: var(--tc-space-4);
  margin-bottom: var(--tc-space-8);
}

.contact-section .creative-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  color: white;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tc-font-size-xl);
  position: relative;
  overflow: hidden;
}

.contact-section .creative-icon::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: iconShine 2s ease-in-out infinite;
}

@keyframes iconShine {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.contact-section .header-text {
  flex: 1;
}

.contact-section .form-title {
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin: 0 0 var(--tc-space-2);
}

.contact-section .form-description {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-secondary);
  margin: 0;
  line-height: var(--tc-line-height-normal);
}

/* Form Styling */
.contact-section .creative-form {
  width: 100%;
}

.contact-section .input-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--tc-space-6);
  margin-bottom: var(--tc-space-6);
}

.contact-section .input-group {
  position: relative;
}

.contact-section .input-group.full-width {
  grid-column: 1 / -1;
}

.contact-section .input-wrapper {
  position: relative;
  overflow: hidden;
}

.contact-section .creative-input {
  width: 100%;
  padding: var(--tc-space-4) var(--tc-space-4) var(--tc-space-3);
  font-size: var(--tc-font-size-base);
  color: var(--tc-text-primary);
  background: var(--tc-surface-secondary);
  border: 2px solid transparent;
  border-radius: 12px;
  transition: all 0.3s ease;
  outline: none;
  position: relative;
  z-index: 2;
}

.contact-section .creative-input:focus {
  border-color: var(--tc-primary-500);
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.15);
}

.contact-section .creative-input:focus + .floating-label,
.contact-section .creative-input:not(:placeholder-shown) + .floating-label {
  transform: translateY(-24px) scale(0.85);
  color: var(--tc-primary-500);
  background: white;
  padding: 0 var(--tc-space-2);
}

.contact-section .floating-label {
  position: absolute;
  top: var(--tc-space-4);
  left: var(--tc-space-4);
  font-size: var(--tc-font-size-base);
  color: var(--tc-text-secondary);
  pointer-events: none;
  transition: all 0.3s ease;
  transform-origin: left center;
  z-index: 3;
}

.contact-section .input-highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-primary-300));
  transform: scaleX(0);
  transition: transform 0.3s ease;
  border-radius: 1px;
}

.contact-section .creative-input:focus ~ .input-highlight {
  transform: scaleX(1);
}

/* Select Styling */
.contact-section select.creative-input {
  cursor: pointer;
  padding-right: var(--tc-space-8);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%237c3aed' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right var(--tc-space-3) center;
  background-repeat: no-repeat;
  background-size: 20px;
  appearance: none;
}

/* Checkbox Styling */
.contact-section .creative-checkbox-wrapper {
  margin-bottom: var(--tc-space-6);
}

.contact-section .creative-checkbox {
  display: flex;
  align-items: flex-start;
  gap: var(--tc-space-3);
  cursor: pointer;
}

.contact-section .creative-checkbox input[type="checkbox"] {
  display: none;
}

.contact-section .checkbox-design {
  width: 28px;
  height: 28px;
  border: 2px solid var(--tc-border-medium);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: white;
}

.contact-section .creative-checkbox input:checked + .checkbox-design {
  border-color: var(--tc-primary-500);
  background: var(--tc-primary-500);
  transform: scale(1.1);
}

.contact-section .checkbox-inner {
  color: white;
  font-size: var(--tc-font-size-sm);
  opacity: 0;
  transform: scale(0) rotate(45deg);
  transition: all 0.3s ease;
}

.contact-section .creative-checkbox input:checked + .checkbox-design .checkbox-inner {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.contact-section .checkbox-text {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-normal);
}

/* Submit Button */
.contact-section .creative-submit-btn {
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  color: white;
  border: none;
  border-radius: 16px;
  padding: var(--tc-space-5) var(--tc-space-8);
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-weight-semibold);
  cursor: pointer;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--tc-space-3);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.contact-section .creative-submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.contact-section .creative-submit-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 40px rgba(124, 58, 237, 0.4);
}

.contact-section .creative-submit-btn:hover::before {
  left: 100%;
}

.contact-section .btn-effect {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.contact-section .creative-submit-btn:hover .btn-effect {
  transform: rotate(15deg) scale(1.1);
}

/* Info Section */
.contact-section .info-section {
  position: relative;
}

.contact-section .info-card {
  background: linear-gradient(135deg, var(--tc-primary-50), rgba(255, 255, 255, 0.9));
  border-radius: 24px;
  padding: var(--tc-space-8);
  border: 1px solid var(--tc-primary-100);
  position: relative;
  height: 100%;
  backdrop-filter: blur(10px);
}

/* Info Header */
.contact-section .info-header {
  text-align: center;
  margin-bottom: var(--tc-space-8);
}

.contact-section .creative-avatar {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tc-font-size-2xl);
  margin: 0 auto var(--tc-space-4);
  animation: avatarPulse 2s ease-in-out infinite;
}

@keyframes avatarPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(124, 58, 237, 0.4); }
  50% { box-shadow: 0 0 0 20px rgba(124, 58, 237, 0); }
}

.contact-section .info-title {
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin: 0 0 var(--tc-space-2);
}

.contact-section .info-subtitle {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-secondary);
  margin: 0;
  line-height: var(--tc-line-height-normal);
}

/* Contact Options */
.contact-section .contact-options {
  margin-bottom: var(--tc-space-8);
}

.contact-section .contact-option {
  display: flex;
  align-items: flex-start;
  gap: var(--tc-space-4);
  padding: var(--tc-space-4);
  border-radius: 16px;
  margin-bottom: var(--tc-space-4);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(124, 58, 237, 0.1);
  transition: all 0.3s ease;
}

.contact-section .contact-option:hover {
  transform: translateX(8px);
  background: white;
  border-color: var(--tc-primary-300);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.15);
}

.contact-section .option-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tc-font-size-lg);
  flex-shrink: 0;
}

.contact-section .phone-icon {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
}

.contact-section .email-icon {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: white;
}

.contact-section .location-icon {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
}

.contact-section .option-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--tc-space-1);
}

.contact-section .option-label {
  font-size: var(--tc-font-size-xs);
  color: var(--tc-text-secondary);
  font-weight: var(--tc-font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-section .option-value {
  font-size: var(--tc-font-size-base);
  color: var(--tc-text-primary);
  font-weight: var(--tc-font-weight-semibold);
  line-height: var(--tc-line-height-normal);
}

.contact-section .option-note {
  font-size: var(--tc-font-size-xs);
  color: var(--tc-primary-500);
  font-style: italic;
}

/* Creative Metrics */
.contact-section .creative-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--tc-space-3);
}

.contact-section .metric-item {
  display: flex;
  align-items: center;
  gap: var(--tc-space-3);
  padding: var(--tc-space-3);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  border: 1px solid rgba(124, 58, 237, 0.1);
  transition: all 0.3s ease;
}

.contact-section .metric-item:hover {
  background: white;
  transform: scale(1.02);
}

.contact-section .metric-icon {
  font-size: var(--tc-font-size-xl);
}

.contact-section .metric-data {
  display: flex;
  flex-direction: column;
}

.contact-section .metric-number {
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-primary-500);
  line-height: 1;
}

.contact-section .metric-label {
  font-size: var(--tc-font-size-xs);
  color: var(--tc-text-secondary);
  font-weight: var(--tc-font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .contact-section .content-grid {
    grid-template-columns: 1fr;
    gap: var(--tc-space-8);
  }
  
  .contact-section .creative-container {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding: var(--tc-space-12) 0;
  }
  
  .contact-section .tc-title {
    font-size: var(--tc-font-size-3xl);
  }
  
  .contact-section .content-grid {
    padding: var(--tc-space-4);
  }
  
  .contact-section .form-card,
  .contact-section .info-card {
    padding: var(--tc-space-6);
  }
  
  .contact-section .input-grid {
    grid-template-columns: 1fr;
    gap: var(--tc-space-4);
  }
  
  .contact-section .creative-input {
    font-size: 16px; /* Prevent zoom on iOS */
  }
  
  .contact-section .purple-blob {
    display: none; /* Hide complex animations on mobile */
  }
  
  .contact-section .geometric-shapes {
    opacity: 0.3;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .contact-section .form-card,
  .contact-section .info-card {
    border: 2px solid var(--tc-text-primary);
    background: white;
  }
  
  .contact-section .creative-input {
    border: 2px solid var(--tc-text-primary);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .contact-section .purple-blob,
  .contact-section .shape,
  .contact-section .creative-icon::before,
  .contact-section .creative-avatar {
    animation: none;
  }
  
  .contact-section .creative-input:focus,
  .contact-section .creative-submit-btn:hover,
  .contact-section .contact-option:hover {
    transform: none;
  }
}

/* Focus Visible Support */
.contact-section .creative-input:focus-visible,
.contact-section .creative-submit-btn:focus-visible {
  outline: 2px solid var(--tc-primary-500);
  outline-offset: 2px;
}


/* Creative Purple Blog Section - v-009 */
.blog-section {
  position: relative;
  padding: var(--tc-section-py, 5rem) 0;
  background: linear-gradient(135deg, var(--tc-primary-50, #f5f3ff) 0%, var(--tc-neutral-50, #f9fafb) 30%, var(--tc-primary-100, #ede9fe) 100%);
  overflow: hidden;
}

/* Section Header */
.blog-section .tc-title {
  font-size: var(--tc-font-size-4xl, 2.5rem);
  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);
  background: linear-gradient(135deg, var(--tc-primary-600, #7c3aed), var(--tc-primary-500, #8b5cf6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blog-section .tc-subtitle {
  font-size: var(--tc-font-size-xl, 1.25rem);
  font-weight: var(--tc-font-weight-medium, 500);
  color: var(--tc-primary-600, #7c3aed);
  margin-bottom: var(--tc-space-4, 1rem);
}

.blog-section .tc-desc {
  font-size: var(--tc-font-size-lg, 1.125rem);
  color: var(--tc-text-secondary, #6b7280);
  margin-bottom: var(--tc-space-12, 3rem);
  line-height: var(--tc-line-height-relaxed, 1.75);
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* Creative Blog Grid */
.creative-blog-grid {
  position: relative;
  z-index: 2;
  padding: var(--tc-space-8, 2rem) 0;
}

/* Blog Cards */
.blog-card {
  position: relative;
  background: var(--tc-bg-card, #ffffff);
  border-radius: var(--tc-radius-2xl, 2rem);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.1);
  transition: all var(--tc-transition-normal, 0.3s ease);
  border: 1px solid var(--tc-primary-100, #ede9fe);
}

.blog-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(124, 58, 237, 0.2);
}

/* Featured Card */
.blog-card-featured {
  height: 400px;
  background: linear-gradient(135deg, var(--tc-bg-card, #ffffff) 0%, var(--tc-primary-50, #f5f3ff) 100%);
}

/* Compact Cards */
.blog-card-compact {
  height: 180px;
  background: var(--tc-bg-card, #ffffff);
}

/* Creative Decoration */
.creative-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.creative-decoration * {
  pointer-events: none;
}

.purple-blob {
  position: absolute;
  background: var(--tc-primary-300, #c4b5fd);
  border-radius: 50% 30% 70% 40%;
  opacity: 0.1;
}

.blob-1 {
  width: 120px;
  height: 80px;
  top: 20px;
  right: 30px;
  animation: blob-morph 8s ease-in-out infinite;
}

.blob-2 {
  width: 80px;
  height: 60px;
  bottom: 30px;
  right: 50px;
  animation: blob-morph 10s ease-in-out infinite reverse;
}

.geometric-shapes {
  position: absolute;
  top: 20px;
  left: 20px;
}

.shape {
  position: absolute;
  opacity: 0.15;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid var(--tc-primary-400, #a78bfa);
  top: 0;
  left: 0;
}

.square {
  width: 12px;
  height: 12px;
  background: var(--tc-primary-500, #8b5cf6);
  transform: rotate(45deg);
  top: 20px;
  left: 15px;
}

.circle {
  width: 10px;
  height: 10px;
  background: var(--tc-primary-300, #c4b5fd);
  border-radius: 50%;
  top: 10px;
  left: 30px;
}

.gradient-mesh {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--tc-primary-200, #ddd6fe) 0%, transparent 70%);
  opacity: 0.3;
}

/* Small Creative Decoration */
.creative-decoration-small {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  pointer-events: none;
}

.creative-decoration-small * {
  pointer-events: none;
}

.mini-blob {
  width: 30px;
  height: 20px;
  background: var(--tc-primary-300, #c4b5fd);
  border-radius: 50% 30% 70% 40%;
  opacity: 0.2;
}

.creative-accent {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 6px;
  height: 6px;
  background: var(--tc-primary-500, #8b5cf6);
  border-radius: 50%;
}

/* Blog Card Images */
.blog-card-image {
  height: 400px;
  overflow: hidden;
  position: relative;
}

.blog-card-image-small {
  height: 120px;
  overflow: hidden;
  position: relative;
}

.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--tc-transition-slow, 0.5s ease);
}

.blog-card:hover .blog-image {
  transform: scale(1.1) rotate(2deg);
}

.purple-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--tc-primary-600, #7c3aed) 0%, var(--tc-primary-500, #8b5cf6) 100%);
  opacity: 0;
  transition: opacity var(--tc-transition-normal, 0.3s ease);
}

.blog-card:hover .purple-overlay {
  opacity: 0.25;
}

/* Blog Card Content */
.blog-card-content {
  padding: var(--tc-space-8, 2rem);
  display: flex;
  flex-direction: column;
  height: 400px;
  position: relative;
  z-index: 10;
}

.blog-card-content-compact {
  padding: var(--tc-space-4, 1rem);
  display: flex;
  flex-direction: column;
  height: 180px;
  position: relative;
  z-index: 10;
}

.blog-post-title {
  font-size: var(--tc-font-size-2xl, 1.875rem);
  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-post-title-compact {
  font-size: var(--tc-font-size-lg, 1.125rem);
  font-weight: var(--tc-font-weight-semibold, 600);
  color: var(--tc-text-primary, #1f2937);
  margin-bottom: var(--tc-space-2, 0.5rem);
  line-height: var(--tc-line-height-snug, 1.375);
}

.blog-post-excerpt {
  font-size: var(--tc-font-size-base, 1rem);
  color: var(--tc-text-secondary, #6b7280);
  margin-bottom: var(--tc-space-6, 1.5rem);
  line-height: var(--tc-line-height-relaxed, 1.75);
  flex-grow: 1;
}

.blog-post-excerpt-compact {
  font-size: var(--tc-font-size-sm, 0.875rem);
  color: var(--tc-text-secondary, #6b7280);
  margin-bottom: var(--tc-space-3, 0.75rem);
  line-height: var(--tc-line-height-relaxed, 1.75);
  flex-grow: 1;
}

/* Blog Card Footer */
.blog-card-footer,
.blog-card-footer-compact {
  margin-top: auto;
  position: relative;
  z-index: 15;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  font-weight: var(--tc-font-weight-medium, 500);
  color: var(--tc-bg-card, #ffffff);
  text-decoration: none;
  transition: all var(--tc-transition-fast, 0.15s ease);
  font-size: var(--tc-font-size-sm, 0.875rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: var(--tc-space-3, 0.75rem) var(--tc-space-6, 1.5rem);
  background: linear-gradient(135deg, var(--tc-primary-600, #7c3aed), var(--tc-primary-500, #8b5cf6));
  border-radius: var(--tc-radius-full, 9999px);
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
  position: relative;
  z-index: 25;
  cursor: pointer;
}

.blog-read-more-compact {
  display: inline-flex;
  align-items: center;
  font-weight: var(--tc-font-weight-medium, 500);
  color: var(--tc-primary-600, #7c3aed);
  text-decoration: none;
  transition: all var(--tc-transition-fast, 0.15s ease);
  font-size: var(--tc-font-size-xs, 0.75rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: var(--tc-space-2, 0.5rem) var(--tc-space-4, 1rem);
  border: 2px solid var(--tc-primary-300, #c4b5fd);
  border-radius: var(--tc-radius-full, 9999px);
  background: var(--tc-primary-50, #f5f3ff);
  position: relative;
  z-index: 25;
  cursor: pointer;
}

.blog-read-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.4);
}

.blog-read-more-compact:hover {
  color: var(--tc-bg-card, #ffffff);
  background: var(--tc-primary-600, #7c3aed);
  border-color: var(--tc-primary-600, #7c3aed);
  transform: translateY(-2px);
}

.blog-read-more::after,
.blog-read-more-compact::after {
  content: '✨';
  margin-left: var(--tc-space-2, 0.5rem);
  transition: transform var(--tc-transition-fast, 0.15s ease);
}

.blog-read-more:hover::after,
.blog-read-more-compact:hover::after {
  transform: scale(1.3) rotate(15deg);
}

/* Section Background Creative */
.section-creative-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

.floating-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
}

.floating-shape {
  position: absolute;
  background: var(--tc-primary-200, #ddd6fe);
  opacity: 0.1;
}

.shape-1 {
  width: 60px;
  height: 60px;
  border-radius: 30% 70% 70% 30%;
  top: 10%;
  left: 5%;
  animation: creative-float 12s ease-in-out infinite;
}

.shape-2 {
  width: 40px;
  height: 80px;
  border-radius: 50% 20% 80% 40%;
  top: 30%;
  right: 10%;
  animation: creative-float 15s ease-in-out infinite reverse;
}

.shape-3 {
  width: 80px;
  height: 40px;
  border-radius: 70% 30% 30% 70%;
  bottom: 20%;
  left: 15%;
  animation: creative-float 18s ease-in-out infinite;
}

.shape-4 {
  width: 50px;
  height: 50px;
  border-radius: 40% 60% 60% 40%;
  bottom: 40%;
  right: 20%;
  animation: creative-float 20s ease-in-out infinite reverse;
}

.creative-particles {
  position: absolute;
  width: 100%;
  height: 100%;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--tc-primary-400, #a78bfa);
  border-radius: 50%;
  opacity: 0.3;
}

.particle-1 {
  top: 15%;
  left: 20%;
  animation: particle-float 8s ease-in-out infinite;
}

.particle-2 {
  top: 25%;
  right: 25%;
  animation: particle-float 10s ease-in-out infinite reverse;
}

.particle-3 {
  bottom: 30%;
  left: 30%;
  animation: particle-float 12s ease-in-out infinite;
}

.particle-4 {
  bottom: 15%;
  right: 15%;
  animation: particle-float 14s ease-in-out infinite reverse;
}

.particle-5 {
  top: 50%;
  left: 50%;
  animation: particle-float 16s ease-in-out infinite;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 70%, var(--tc-primary-100, #ede9fe) 0%, transparent 50%),
              radial-gradient(circle at 70% 30%, var(--tc-primary-50, #f5f3ff) 0%, transparent 50%);
  opacity: 0.3;
}

/* Animations */
@keyframes blob-morph {
  0%, 100% {
    border-radius: 50% 30% 70% 40%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 30% 70% 40% 50%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 70% 40% 50% 30%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 40% 50% 30% 70%;
    transform: rotate(270deg);
  }
}

@keyframes creative-float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-20px) rotate(120deg);
  }
  66% {
    transform: translateY(10px) rotate(240deg);
  }
}

@keyframes particle-float {
  0%, 100% {
    transform: translateY(0px) translateX(0px);
    opacity: 0.3;
  }
  50% {
    transform: translateY(-30px) translateX(15px);
    opacity: 0.8;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-section {
    padding: var(--tc-space-8, 2rem) 0;
  }
  
  .blog-section .tc-title {
    font-size: var(--tc-font-size-3xl, 2.25rem);
  }
  
  .blog-section .tc-subtitle {
    font-size: var(--tc-font-size-lg, 1.125rem);
  }
  
  .blog-section .tc-desc {
    font-size: var(--tc-font-size-base, 1rem);
  }
  
  .blog-card-featured {
    height: auto;
  }
  
  .blog-card-content {
    height: auto;
    min-height: 250px;
  }
  
  .blog-card-image {
    height: 200px;
  }
  
  .blog-card-compact {
    height: auto;
    margin-bottom: var(--tc-space-4, 1rem) !important;
  }
  
  .blog-card-content-compact {
    height: auto;
    min-height: 150px;
  }
  
  .floating-shapes,
  .creative-particles {
    display: none;
  }
}

@media (max-width: 576px) {
  .blog-card-content,
  .blog-card-content-compact {
    padding: var(--tc-space-4, 1rem);
  }
  
  .blog-post-title {
    font-size: var(--tc-font-size-xl, 1.25rem);
  }
  
  .blog-post-title-compact {
    font-size: var(--tc-font-size-base, 1rem);
  }
  
  .blog-post-excerpt,
  .blog-post-excerpt-compact {
    font-size: var(--tc-font-size-sm, 0.875rem);
  }
}


/* CONTRAST FIX: Adjusted 3 color values for better readability with dark text on light background */
/* FAQ Section v-012: Interactive Icons */
.faq_wrap {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
}

.faq_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1;
}

.faq_wrap > .container {
  position: relative;
  z-index: 2;
}

.faq_wrap h2 {
  color: var(--tc-text-primary, #1e293b);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  font-weight: var(--tc-font-weight-bold, 700);
}

.faq_wrap .lead {
  color: var(--tc-text-secondary, #64748b);
  font-size: var(--tc-font-size-lg, 1.125rem);
  line-height: var(--tc-line-height-relaxed, 1.625);
}

.faq_wrap .fs-6 {
  color: var(--tc-text-muted, #6c757d);
  line-height: var(--tc-line-height-relaxed, 1.625);
}

.faq_wrap .faq-interactive-item {
  position: relative;
}

.faq_wrap .card {
  background: var(--tc-bg-secondary, #212529);
  border-radius: var(--tc-radius-xl, 16px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.faq_wrap .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(248, 249, 250, 0.15);
}

.faq_wrap .card-header {
  padding: var(--tc-space-5, 1.25rem) var(--tc-space-6, 1.5rem);
}

.faq_wrap .faq-btn {
  border: none;
  background: none;
  color: var(--tc-text-primary, #1e293b);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  transition: all 0.3s ease;
}

.faq_wrap .faq-btn:hover {
  color: var(--tc-primary-600, #2563eb);
}

.faq_wrap .faq-btn:focus {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
  outline: none;
}

.faq_wrap .faq-icon-wrapper {
  width: 60px;
  height: 60px;
  position: relative;
  flex-shrink: 0;
}

.faq_wrap .faq-icon-bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--tc-primary-500, #3b82f6), var(--tc-primary-600, #2563eb));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.faq_wrap .faq-icon-wrapper:hover .faq-icon-bg {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.4);
}

.faq_wrap .faq-plus-icon,
.faq_wrap .faq-minus-icon {
  position: absolute;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq_wrap .faq-plus-icon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.faq_wrap .faq-minus-icon {
  opacity: 0;
  transform: scale(0.8) rotate(-90deg);
}

.faq_wrap .faq-icon-wrapper.active .faq-plus-icon {
  opacity: 0;
  transform: scale(0.8) rotate(90deg);
}

.faq_wrap .faq-icon-wrapper.active .faq-minus-icon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.faq_wrap .faq-icon-wrapper.active .faq-icon-bg {
  background: linear-gradient(135deg, var(--tc-success-500, #10b981), var(--tc-success-600, #059669));
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.faq_wrap h3 {
  color: var(--tc-text-primary, #1e293b);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  font-weight: var(--tc-font-weight-semibold, 600);
  line-height: var(--tc-line-height-tight, 1.25);
}

.faq_wrap .card-body {
  padding: 0 var(--tc-space-6, 1.5rem) var(--tc-space-5, 1.25rem);
}

.faq_wrap .collapse p {
  color: var(--tc-text-secondary, #64748b);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  font-size: var(--tc-font-size-base, 1rem);
  line-height: var(--tc-line-height-relaxed, 1.625);
  position: relative;
}

.faq_wrap .collapse p::before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 0.5rem;
  width: 3px;
  height: calc(100% - 1rem);
  background: linear-gradient(180deg, var(--tc-primary-500, #3b82f6), var(--tc-success-500, #10b981));
  border-radius: 2px;
}

@media (max-width: 768px) {
  .faq_wrap .faq-icon-wrapper {
    width: 48px;
    height: 48px;
  }
  
  .faq_wrap .faq-plus-icon,
  .faq_wrap .faq-minus-icon {
    font-size: 1rem;
  }
  
  .faq_wrap .card-header {
    padding: var(--tc-space-4, 1rem) var(--tc-space-5, 1.25rem);
  }
  
  .faq_wrap .card-body {
    padding: 0 var(--tc-space-5, 1.25rem) var(--tc-space-4, 1rem);
  }
  
  .faq_wrap h3 {
    font-size: var(--tc-font-size-base, 1rem);
  }
  
  .faq_wrap .collapse p::before {
    left: -1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq_wrap .card,
  .faq_wrap .faq-icon-bg,
  .faq_wrap .faq-plus-icon,
  .faq_wrap .faq-minus-icon {
    transition: none;
  }
  
  .faq_wrap .card:hover,
  .faq_wrap .faq-icon-wrapper:hover .faq-icon-bg {
    transform: none;
  }
}

@media (prefers-contrast: high) {
  .faq_wrap .card {
    border: 2px solid var(--tc-text-primary, #1e293b);
  }
  
  .faq_wrap .faq-icon-bg {
    background: var(--tc-text-primary, #1e293b);
  }
  
  .faq_wrap .faq-btn:focus {
    box-shadow: 0 0 0 3px var(--tc-text-primary, #1e293b);
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* Gallery Section v-011: Modern Eco Masonry */
.gallery-section {
  background: linear-gradient(135deg, var(--tc-surface-primary), var(--tc-primary-50));
  padding: var(--tc-section-py) 0;
  position: relative;
  overflow: hidden;
}

/* Eco Background Elements */
.gallery-section .eco-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.1;
}

.gallery-section .leaf-shape {
  position: absolute;
  width: 80px;
  height: 100px;
  background: var(--tc-primary-300);
  border-radius: 0 100% 0 100%;
  animation: leafFloat 6s ease-in-out infinite;
}

.gallery-section .leaf-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
  transform: rotate(15deg);
}

.gallery-section .leaf-2 {
  top: 60%;
  right: 10%;
  animation-delay: 2s;
  transform: rotate(-30deg);
}

.gallery-section .leaf-3 {
  bottom: 20%;
  left: 50%;
  animation-delay: 4s;
  transform: rotate(45deg);
}

.gallery-section .eco-circle {
  position: absolute;
  border-radius: 50%;
  border: 3px solid var(--tc-primary-300);
  animation: circleGrow 8s ease-in-out infinite;
}

.gallery-section .circle-1 {
  width: 150px;
  height: 150px;
  top: 30%;
  right: 20%;
  animation-delay: 1s;
}

.gallery-section .circle-2 {
  width: 100px;
  height: 100px;
  bottom: 40%;
  left: 20%;
  animation-delay: 3s;
}

@keyframes leafFloat {
  0%, 100% { 
    transform: translateY(0px) rotate(var(--rotation, 0deg)); 
  }
  50% { 
    transform: translateY(-20px) rotate(var(--rotation, 0deg)); 
  }
}

@keyframes circleGrow {
  0%, 100% { 
    transform: scale(1); 
    opacity: 0.1; 
  }
  50% { 
    transform: scale(1.2); 
    opacity: 0.05; 
  }
}

/* Gallery Masonry Container */
.gallery-section .gallery-masonry {
  position: relative;
  z-index: 2;
  margin-bottom: var(--tc-space-12);
}

/* Masonry Grid */
.gallery-section .masonry-grid {
  columns: 4;
  column-gap: var(--tc-space-4);
  padding: 0 var(--tc-space-4);
}

.gallery-section .masonry-item {
  break-inside: avoid;
  margin-bottom: var(--tc-space-4);
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: white;
  box-shadow: var(--tc-shadow-md);
  border: 1px solid var(--tc-primary-100);
  transition: all 0.4s ease;
}

.gallery-section .masonry-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(5, 150, 105, 0.2);
  border-color: var(--tc-primary-300);
}

/* Masonry Item Sizes */
.gallery-section .masonry-item.short {
  height: 250px;
}

.gallery-section .masonry-item.medium {
  height: 320px;
}

.gallery-section .masonry-item.tall {
  height: 420px;
}

/* Masonry Wrapper */
.gallery-section .masonry-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-section .masonry-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-section .masonry-item:hover .masonry-image {
  transform: scale(1.1);
}

/* Eco Overlay */
.gallery-section .eco-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(5, 150, 105, 0.85), 
    rgba(16, 185, 129, 0.75)
  );
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-section .masonry-item:hover .eco-overlay {
  opacity: 1;
}

.gallery-section .overlay-content {
  text-align: center;
  transform: translateY(30px);
  transition: transform 0.4s ease;
}

.gallery-section .masonry-item:hover .overlay-content {
  transform: translateY(0);
}

/* Eco Action Button */
.gallery-section .eco-action-btn {
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--tc-primary-500);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tc-font-size-xl);
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 auto var(--tc-space-3);
  backdrop-filter: blur(10px);
}

.gallery-section .eco-action-btn:hover {
  transform: scale(1.15);
  background: white;
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
}

.gallery-section .eco-action-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.3);
}

/* Eco Indicator */
.gallery-section .eco-indicator {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--tc-primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tc-font-size-base);
  margin: 0 auto;
  backdrop-filter: blur(5px);
}

/* Eco Action Bar */
.gallery-section .eco-action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--tc-space-6);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  border: 1px solid var(--tc-primary-100);
  box-shadow: var(--tc-shadow-lg);
  backdrop-filter: blur(10px);
  margin: 0 var(--tc-space-4);
  gap: var(--tc-space-6);
}

/* Action Group */
.gallery-section .action-group {
  display: flex;
  align-items: center;
  gap: var(--tc-space-2);
}

.gallery-section .eco-filter-btn {
  width: 48px;
  height: 48px;
  background: var(--tc-primary-50);
  color: var(--tc-primary-500);
  border: 1px solid var(--tc-primary-200);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tc-font-size-base);
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-section .eco-filter-btn.active {
  background: var(--tc-primary-500);
  color: white;
  border-color: var(--tc-primary-500);
}

.gallery-section .eco-filter-btn:hover {
  background: var(--tc-primary-500);
  color: white;
  transform: translateY(-2px);
  box-shadow: var(--tc-shadow-md);
}

.gallery-section .eco-filter-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.2);
}

/* Eco Stats */
.gallery-section .eco-stats {
  display: flex;
  align-items: center;
  gap: var(--tc-space-3);
}

.gallery-section .stat-badge {
  display: flex;
  align-items: center;
  gap: var(--tc-space-2);
  padding: var(--tc-space-2) var(--tc-space-3);
  background: var(--tc-primary-50);
  border-radius: 20px;
  border: 1px solid var(--tc-primary-200);
}

.gallery-section .stat-icon {
  font-size: var(--tc-font-size-base);
}

.gallery-section .stat-text {
  font-size: var(--tc-font-size-sm);
  font-weight: var(--tc-font-weight-medium);
  color: var(--tc-primary-700);
}

/* View Options */
.gallery-section .view-options {
  display: flex;
  align-items: center;
  gap: var(--tc-space-2);
}

.gallery-section .view-btn {
  width: 44px;
  height: 44px;
  background: var(--tc-surface-secondary);
  color: var(--tc-text-secondary);
  border: 1px solid var(--tc-border-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tc-font-size-sm);
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-section .view-btn.active {
  background: var(--tc-primary-500);
  color: white;
  border-color: var(--tc-primary-500);
}

.gallery-section .view-btn:hover {
  background: var(--tc-primary-100);
  color: var(--tc-primary-500);
  border-color: var(--tc-primary-300);
}

.gallery-section .view-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(5, 150, 105, 0.2);
}

/* Responsive Design */
@media (max-width: 1199px) {
  .gallery-section .masonry-grid {
    columns: 3;
    column-gap: var(--tc-space-3);
    padding: 0 var(--tc-space-3);
  }
  
  .gallery-section .masonry-item {
    margin-bottom: var(--tc-space-3);
  }
  
  .gallery-section .eco-action-bar {
    flex-direction: column;
    gap: var(--tc-space-4);
    padding: var(--tc-space-4);
  }
  
  .gallery-section .eco-stats {
    order: -1;
  }
}

@media (max-width: 991px) {
  .gallery-section .masonry-grid {
    columns: 2;
  }
  
  .gallery-section .masonry-item.short {
    height: 220px;
  }
  
  .gallery-section .masonry-item.medium {
    height: 280px;
  }
  
  .gallery-section .masonry-item.tall {
    height: 360px;
  }
  
  .gallery-section .eco-action-bar {
    margin: 0 var(--tc-space-2);
  }
}

@media (max-width: 767px) {
  .gallery-section {
    padding: var(--tc-space-12) 0;
  }
  
  .gallery-section .masonry-grid {
    columns: 1;
    column-gap: 0;
    padding: 0 var(--tc-space-2);
  }
  
  .gallery-section .masonry-item {
    margin-bottom: var(--tc-space-4);
  }
  
  .gallery-section .masonry-item.short,
  .gallery-section .masonry-item.medium,
  .gallery-section .masonry-item.tall {
    height: 280px;
  }
  
  .gallery-section .eco-action-bar {
    padding: var(--tc-space-4);
    margin: 0 var(--tc-space-2);
  }
  
  .gallery-section .action-group {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .gallery-section .eco-filter-btn {
    width: 44px;
    height: 44px;
    font-size: var(--tc-font-size-sm);
  }
  
  .gallery-section .eco-action-btn {
    width: 56px;
    height: 56px;
    font-size: var(--tc-font-size-lg);
  }
  
  .gallery-section .eco-stats {
    flex-direction: column;
    gap: var(--tc-space-2);
  }
  
  .gallery-section .leaf-shape,
  .gallery-section .eco-circle {
    display: none; /* Hide decorative elements on mobile */
  }
}

@media (max-width: 479px) {
  .gallery-section .eco-action-bar {
    gap: var(--tc-space-3);
  }
  
  .gallery-section .stat-badge {
    padding: var(--tc-space-1) var(--tc-space-2);
  }
  
  .gallery-section .stat-text {
    font-size: var(--tc-font-size-xs);
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .gallery-section .masonry-item {
    border: 2px solid var(--tc-text-primary);
  }
  
  .gallery-section .eco-overlay {
    background: rgba(0, 0, 0, 0.8);
  }
  
  .gallery-section .eco-action-bar {
    border: 2px solid var(--tc-text-primary);
    background: white;
  }
  
  .gallery-section .eco-action-btn {
    background: white;
    border: 2px solid var(--tc-text-primary);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .gallery-section .leaf-shape,
  .gallery-section .eco-circle {
    animation: none;
  }
  
  .gallery-section .masonry-item:hover {
    transform: none;
  }
  
  .gallery-section .masonry-image {
    transition: none;
  }
  
  .gallery-section .masonry-item:hover .masonry-image {
    transform: none;
  }
  
  .gallery-section .overlay-content {
    transform: none;
  }
  
  .gallery-section .masonry-item:hover .overlay-content {
    transform: none;
  }
  
  .gallery-section .eco-action-btn:hover {
    transform: none;
  }
  
  .gallery-section .eco-filter-btn:hover {
    transform: none;
  }
}

/* Focus Visible Support */
.gallery-section .eco-action-btn:focus-visible,
.gallery-section .eco-filter-btn:focus-visible,
.gallery-section .view-btn:focus-visible {
  outline: 2px solid var(--tc-primary-500);
  outline-offset: 2px;
}

/* Print Styles */
@media print {
  .gallery-section .eco-background,
  .gallery-section .eco-action-bar {
    display: none;
  }
  
  .gallery-section .masonry-grid {
    columns: 2;
    column-gap: 1cm;
  }
  
  .gallery-section .masonry-item {
    break-inside: avoid;
    margin-bottom: 0.5cm;
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* Footer v-005 - Modern Green Theme */

.footer_wrapper {
  position: relative;
  background: linear-gradient(135deg, rgba(var(--tc-primary-50-rgb), 0.92) 0%, rgba(var(--tc-primary-100-rgb), 0.88) 100%), url('ZYP_assets/ZYP_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--tc-text-primary);
  overflow: hidden;
  padding: 100px 0 50px 0;
  min-height: 600px;
}

.footer_bg_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(var(--tc-primary-50-rgb), 0.92) 0%, rgba(var(--tc-primary-100-rgb), 0.88) 100%);
  z-index: 1;
}

.footer_decorative_nature {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

.footer_leaf_pattern {
  position: absolute;
  top: 20px;
  right: 50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(ellipse, rgba(var(--tc-primary-300-rgb), 0.15) 30%, transparent 70%);
  border-radius: 50% 80% 50% 80%;
  animation: sway 8s ease-in-out infinite;
}

.footer_organic_shape_1 {
  position: absolute;
  bottom: 100px;
  left: -80px;
  width: 200px;
  height: 300px;
  background: rgba(var(--tc-primary-400-rgb), 0.08);
  border-radius: 60% 40% 70% 30%;
  transform: rotate(-15deg);
  animation: float 10s ease-in-out infinite;
}

.footer_organic_shape_2 {
  position: absolute;
  top: 50%;
  right: -100px;
  width: 250px;
  height: 200px;
  background: rgba(var(--tc-secondary-300-rgb), 0.06);
  border-radius: 40% 60% 30% 70%;
  transform: rotate(25deg);
  animation: float 12s ease-in-out infinite reverse;
}

.footer_wave_pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(var(--tc-primary-300-rgb), 0.1) 25%, 
    rgba(var(--tc-primary-400-rgb), 0.15) 50%, 
    rgba(var(--tc-primary-300-rgb), 0.1) 75%, 
    transparent 100%
  );
  clip-path: polygon(0 50%, 100% 80%, 100% 100%, 0% 100%);
}

.footer_wrapper .container {
  position: relative;
  z-index: 3;
}

/* Brand Card */
.footer_brand_card {
  background: rgba(var(--tc-neutral-50-rgb), 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(var(--tc-primary-300-rgb), 0.3);
  border-radius: var(--tc-border-radius-2xl);
  padding: var(--tc-space-8);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.footer_brand_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-400), var(--tc-secondary-400), var(--tc-primary-400));
  border-radius: var(--tc-border-radius-2xl) var(--tc-border-radius-2xl) 0 0;
}

.footer_brand_name {
  font-size: var(--tc-font-size-4xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
  line-height: var(--tc-line-height-tight);
  background: linear-gradient(135deg, var(--tc-primary-200), var(--tc-secondary-200));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer_brand_story {
  font-size: var(--tc-font-size-lg);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  margin: 0;
  font-weight: var(--tc-font-weight-normal);
}

/* Card Styles */
.footer_policies_card,
.footer_contact_card {
  background: rgba(var(--tc-neutral-100-rgb), 0.9);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(var(--tc-primary-400-rgb), 0.2);
  border-radius: var(--tc-border-radius-xl);
  padding: var(--tc-space-6);
  height: 100%;
  transition: all 0.3s ease;
}

.footer_policies_card:hover,
.footer_contact_card:hover {
  background: rgba(var(--tc-neutral-50-rgb), 0.95);
  border-color: rgba(var(--tc-primary-300-rgb), 0.4);
  transform: translateY(-5px);
}

.footer_card_title {
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-weight-semibold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-5);
  position: relative;
  padding-bottom: var(--tc-space-2);
}

.footer_card_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, var(--tc-primary-400), var(--tc-secondary-400));
  border-radius: 1px;
}

/* Policies List */
.footer_policies_list {
  display: flex;
  flex-direction: column;
  gap: var(--tc-space-3);
}

.footer_policy_link {
  display: flex;
  align-items: center;
  gap: var(--tc-space-3);
  color: var(--tc-text-secondary);
  text-decoration: none;
  padding: var(--tc-space-3);
  border-radius: var(--tc-border-radius-lg);
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.footer_policy_link:hover {
  color: var(--tc-primary-200);
  background: rgba(var(--tc-primary-600-rgb), 0.2);
  border-color: rgba(var(--tc-primary-400-rgb), 0.3);
  transform: translateX(8px);
}

.footer_policy_link i {
  font-size: var(--tc-font-size-lg);
  color: var(--tc-primary-300);
  width: 20px;
  text-align: center;
}

/* Contact Methods */
.footer_contact_methods {
  display: flex;
  flex-direction: column;
  gap: var(--tc-space-4);
}

.footer_contact_method {
  display: flex;
  align-items: flex-start;
  gap: var(--tc-space-3);
  padding: var(--tc-space-3);
  background: rgba(var(--tc-primary-100-rgb), 0.8);
  border-radius: var(--tc-border-radius-lg);
  border: 1px solid rgba(var(--tc-primary-400-rgb), 0.2);
  transition: all 0.3s ease;
}

.footer_contact_method:hover {
  background: rgba(var(--tc-primary-50-rgb), 0.9);
  border-color: rgba(var(--tc-primary-300-rgb), 0.4);
  transform: scale(1.02);
}

.footer_contact_icon_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-secondary-500));
  border-radius: var(--tc-border-radius-full);
  color: var(--tc-text-inverse);
  font-size: var(--tc-font-size-lg);
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(var(--tc-primary-500-rgb), 0.3);
}

.footer_contact_value {
  color: var(--tc-text-secondary);
  font-weight: var(--tc-font-weight-medium);
  line-height: var(--tc-line-height-relaxed);
  word-break: break-word;
}

/* Bottom Section */
.footer_bottom_section {
  margin-top: var(--tc-space-12);
  padding-top: var(--tc-space-8);
  border-top: 2px solid rgba(var(--tc-primary-400-rgb), 0.3);
  text-align: center;
}

.footer_disclaimer_wrapper {
  margin-bottom: var(--tc-space-6);
}

.footer_disclaimer_content {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-muted);
  line-height: var(--tc-line-height-relaxed);
  max-width: 900px;
  margin: 0 auto;
  padding: var(--tc-space-4);
  background: rgba(var(--tc-neutral-100-rgb), 0.8);
  border-radius: var(--tc-border-radius-lg);
  border: 1px solid rgba(var(--tc-primary-400-rgb), 0.2);
}

.footer_copyright_wrapper {
  padding: var(--tc-space-4);
  background: linear-gradient(135deg, rgba(var(--tc-primary-100-rgb), 0.9), rgba(var(--tc-secondary-100-rgb), 0.9));
  border-radius: var(--tc-border-radius-xl);
  border: 1px solid rgba(var(--tc-primary-300-rgb), 0.3);
}

.footer_copyright_notice {
  color: var(--tc-text-secondary);
  font-weight: var(--tc-font-weight-semibold);
  margin: 0;
  font-size: var(--tc-font-size-sm);
}

/* Animations */
@keyframes sway {
  0%, 100% { transform: rotate(-5deg) scale(1); }
  50% { transform: rotate(5deg) scale(1.05); }
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(-15deg); }
  50% { transform: translateY(-15px) rotate(-10deg); }
}

/* Responsive Design */
@media (max-width: 992px) {
  .footer_wrapper {
    padding: 80px 0 40px 0;
  }
  
  .footer_brand_card {
    margin-bottom: var(--tc-space-6);
  }
}

@media (max-width: 768px) {
  .footer_wrapper {
    padding: 60px 0 30px 0;
    background-attachment: scroll;
  }
  
  .footer_brand_name {
    font-size: var(--tc-font-size-3xl);
  }
  
  .footer_brand_card,
  .footer_policies_card,
  .footer_contact_card {
    padding: var(--tc-space-5);
  }
  
  .footer_contact_method {
    flex-direction: column;
    text-align: center;
    gap: var(--tc-space-2);
  }
  
  .footer_contact_icon_wrapper {
    align-self: center;
  }
  
  .footer_organic_shape_1,
  .footer_organic_shape_2 {
    display: none;
  }
}

@media (max-width: 576px) {
  .footer_policies_list {
    gap: var(--tc-space-2);
  }
  
  .footer_policy_link {
    padding: var(--tc-space-2);
    font-size: var(--tc-font-size-sm);
  }
  
  .footer_contact_methods {
    gap: var(--tc-space-3);
  }
  
  .footer_disclaimer_content {
    font-size: var(--tc-font-size-xs);
    padding: var(--tc-space-3);
  }
  
  .footer_bottom_section {
    margin-top: var(--tc-space-8);
  }
}





/* Live Chat FAQ Widget - Rounded Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 320px !important;
    background: #2c3e50 !important;
    border-radius: 25px !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.2) !important;
    z-index: 999999 !important;
    color: #ffffff !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255,255,255,0.1) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 18px 22px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 25px 25px 0 0 !important;
    background: transparent !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: 17px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 20px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 8px !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    text-decoration: none !important;
    min-width: 36px !important;
    min-height: 36px !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    transform: scale(1.1) !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: 20px !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: 18px 22px 22px !important;
    max-height: 420px !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: 8px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding: 12px !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,0.05) !important;
    color: #ffffff !important;
    padding-bottom: 14px !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !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;
    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: #74b9ff !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: 15px !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.5 !important;
    color: rgba(255,255,255,0.85) !important;
    display: none !important;
    padding-top: 8px !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: rgba(255,255,255,0.85) !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 14px !important;
    color: #74b9ff !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: #74b9ff !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 - Elegant Style */
.website-cta-section {
    padding: 55px 0 !important;
    background: #2c3e50 !important;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.03) 50%, transparent 100%) !important;
}

.website-cta-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.website-cta-title {
    font-size: 30px !important;
    font-weight: 300 !important;
    margin-bottom: 12px !important;
    color: white !important;
    font-family: inherit !important;
    letter-spacing: 1px !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 35px !important;
    color: rgba(255,255,255,0.8) !important;
    font-family: inherit !important;
    font-weight: 300 !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: transparent !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    border: 2px solid white !important;
    letter-spacing: 0.5px !important;
}

.website-cta-button:hover {
    background: white !important;
    color: #2c3e50 !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 40px 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 - Modern Style */
.team-social-links {
    margin-top: 25px;
    padding: 20px 0;
}

.social-icons-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    transform: scale(0);
    border-radius: inherit;
    transition: transform 0.5s ease;
}

.social-link:hover::before {
    transform: scale(1.2);
}

.social-link:hover {
    transform: translateY(-8px) rotate(10deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    color: white;
}

.facebook-link {
    background: linear-gradient(45deg, #1877f2, #00c6ff);
}

.linkedin-link {
    background: linear-gradient(45deg, #0a66c2, #0099cc);
}

.instagram-link {
    background: linear-gradient(45deg, #e4405f, #f093fb, #f5576c);
}

.x-link {
    background: linear-gradient(45deg, #000000, #434343);
    position: relative;
}

.x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 24px;
    z-index: 2;
    position: relative;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 15px;
    }
    
    .social-link {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
}



/* 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 - Modern Style */
.newsletter-section {
    margin: 35px 0;
    padding: 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    color: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.newsletter-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
    text-align: center;
}

.newsletter-subtitle {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.5;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 450px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 14px 18px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
    background: rgba(255,255,255,0.9);
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    background: white;
    box-shadow: 0 0 20px rgba(255,255,255,0.3);
}

.newsletter-input::placeholder {
    color: #999;
}

.newsletter-button {
    padding: 14px 25px;
    background: rgba(255,255,255,0.2);
    color: white;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    width: 100%;
}

.newsletter-button:hover {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
    transform: translateY(-1px);
}

.newsletter-success {
    display: none;
    margin-top: 20px;
    padding: 18px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 10px;
    color: white;
    text-align: center;
    font-size: 14px;
    backdrop-filter: blur(10px);
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        margin: 25px 0;
        padding: 25px 20px;
    }
    
    .newsletter-form {
        max-width: 320px;
    }
}
