/* lib/root/HOY_css/root.css */
/* 
 * Template Composer - Root CSS Variables and Base Styles
 * Bootstrap 5 Compatible - Additive Only, No Overrides
 * Generated from design tokens in /lib/root/tokens/
 */

/* ===== 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;
  }
}


/* ===== 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/HOY_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/HOY_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: creative-purple-01 */
:root {
  primary_colors: [object Object];
  neutral_colors: [object Object];
  surface_system: [object Object];
  text_system: [object Object];
  interactive_elements: [object Object];
  borders_shadows: [object Object];
}

/* CONTRAST FIX: Adjusted 3 color values for better readability with dark text on light background */
/* Header v-009: Sticky Navigation - Scoped Styles */

.header_wrap {
  position: relative;
  height: 80px; /* Spacer for fixed navbar */
}

.header_wrap .header_navbar {
  background: var(--tc-bg-white);
  padding: var(--tc-space-3) 0;
  transition: all 0.4s ease;
  box-shadow: 0 2px 20px rgba(248, 249, 250, 0.1);
  border-bottom: 1px solid var(--tc-border-light);
  z-index: 1030;
}

.header_wrap .header_navbar.scrolled {
  padding: var(--tc-space-2) 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(248, 249, 250, 0.15);
}

.header_wrap .header_brand {
  font-family: var(--tc-font-brand);
  font-size: var(--tc-font-size-2xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-primary-700);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.header_wrap .header_navbar.scrolled .header_brand {
  font-size: var(--tc-font-size-xl);
  transform: scale(0.9);
}

.header_wrap .header_brand:hover {
  color: var(--tc-primary-600);
  transform: translateY(-1px);
}

.header_wrap .header_brand::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-secondary-500));
  transition: width 0.3s ease;
}

.header_wrap .header_brand:hover::before {
  width: 100%;
}

.header_wrap .header_toggler {
  border: none;
  background: transparent;
  padding: var(--tc-space-2);
  display: flex;
  flex-direction: column;
  gap: 3px;
  transition: all 0.3s ease;
}

.header_wrap .header_burger_line {
  width: 25px;
  height: 3px;
  background: var(--tc-primary-600);
  border-radius: var(--tc-radius-sm);
  transition: all 0.3s ease;
}

.header_wrap .header_toggler:hover .header_burger_line {
  background: var(--tc-primary-700);
}

.header_wrap .header_toggler[aria-expanded="true"] .header_burger_line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.header_wrap .header_toggler[aria-expanded="true"] .header_burger_line:nth-child(2) {
  opacity: 0;
}

.header_wrap .header_toggler[aria-expanded="true"] .header_burger_line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.header_wrap .header_nav {
  gap: var(--tc-space-1);
}

.header_wrap .header_link {
  font-family: var(--tc-font-body);
  font-size: var(--tc-font-size-base);
  font-weight: var(--tc-font-weight-medium);
  color: var(--tc-text-secondary);
  text-decoration: none;
  padding: var(--tc-space-3) var(--tc-space-4);
  border-radius: var(--tc-radius-lg);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.header_wrap .header_link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: var(--tc-primary-100);
  border-radius: 50%;
  transition: all 0.4s ease;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.header_wrap .header_link:hover {
  color: var(--tc-primary-600);
  transform: translateY(-1px);
}

.header_wrap .header_link:hover::before {
  width: 100%;
  height: 100%;
  border-radius: var(--tc-radius-lg);
}

.header_wrap .header_link_sticky {
  background: var(--tc-primary-500);
  color: var(--tc-bg-white);
  font-weight: var(--tc-font-weight-semibold);
  padding: var(--tc-space-3) var(--tc-space-5);
}

.header_wrap .header_link_sticky::before {
  background: var(--tc-primary-600);
}

.header_wrap .header_link_sticky:hover {
  color: var(--tc-bg-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(var(--tc-primary-500-rgb), 0.4);
}

.header_wrap .header_link:focus {
  outline: 2px solid var(--tc-primary-500);
  outline-offset: 2px;
}

/* Mobile responsiveness */
@media (max-width: 991.98px) {
  .header_wrap {
    height: 70px;
  }
  
  .header_wrap .header_navbar {
    padding: var(--tc-space-2) 0;
  }
  
  .header_wrap .navbar-collapse {
    background: var(--tc-bg-white);
    border-radius: var(--tc-radius-xl);
    padding: var(--tc-space-5);
    margin-top: var(--tc-space-4);
    box-shadow: 0 20px 40px rgba(248, 249, 250, 0.1);
    border: 1px solid var(--tc-border-light);
  }
  
  .header_wrap .header_nav {
    flex-direction: column;
    gap: var(--tc-space-2);
  }
  
  .header_wrap .header_link {
    display: block;
    text-align: center;
    margin: var(--tc-space-1) 0;
  }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
  .header_wrap * {
    animation: none !important;
    transition: none !important;
  }
}

/* Sticky behavior with JavaScript */
.header_navbar.sticky-scrolled {
  transform: translateY(-5px);
  animation: stickyBounce 0.6s ease;
}

@keyframes stickyBounce {
  0% { transform: translateY(-100%); }
  60% { transform: translateY(5px); }
  100% { transform: translateY(0); }
}


/* CONTRAST FIX: Adjusted 1 color values for better readability with dark text on light background */
/* Hero Section v-010 - Geometric Shapes Design */
.hero_wrap {
  position: relative;
  background: linear-gradient(135deg, var(--tc-primary-50) 0%, var(--tc-primary-100) 100%);
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero_wrap .hero_geometric_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero_wrap .hero_geometric_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    conic-gradient(from 45deg at 25% 25%, transparent 0deg, var(--tc-primary-200) 45deg, transparent 90deg),
    conic-gradient(from 225deg at 75% 75%, transparent 0deg, var(--tc-accent-200) 45deg, transparent 90deg);
  opacity: 0.3;
  animation: hero_geometric_rotate 30s linear infinite;
}

.hero_wrap .hero_pattern_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 30% 40%, rgba(var(--tc-primary-300-rgb), 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 60%, rgba(var(--tc-accent-300-rgb), 0.1) 0%, transparent 50%);
}

.hero_wrap .container {
  position: relative;
  z-index: 3;
}

.hero_wrap .hero_content_geometric {
  position: relative;
  padding: var(--tc-space-8) var(--tc-space-4);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
  box-shadow: 0 15px 35px rgba(248, 249, 250, 0.1);
}

.hero_wrap .hero_title_geometric {
  font-size: var(--tc-font-size-5xl);
  font-weight: 800;
  line-height: var(--tc-line-height-tight);
  color: var(--tc-primary-900);
  margin-bottom: var(--tc-space-6);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  position: relative;
}

.hero_wrap .hero_title_geometric::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid var(--tc-accent-500);
}

.hero_wrap .hero_subtitle_geometric {
  color: var(--tc-primary-700);
  margin-bottom: var(--tc-space-8);
  opacity: 0.9;
  font-family: 'Space Grotesk', sans-serif;
}

.hero_wrap .hero_description_geometric {
  color: var(--tc-primary-800);
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.8;
  line-height: var(--tc-line-height-relaxed);
}

.hero_wrap .hero_geometric_shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.hero_wrap .hero_shape {
  position: absolute;
  opacity: 0.6;
  animation: hero_shape_float 8s ease-in-out infinite;
}

.hero_wrap .hero_triangle_1 {
  top: 10%;
  left: 15%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 50px solid var(--tc-accent-400);
  animation-delay: 0s;
}

.hero_wrap .hero_circle_1 {
  top: 20%;
  right: 20%;
  width: 80px;
  height: 80px;
  border: 4px solid var(--tc-primary-400);
  border-radius: 50%;
  animation-delay: 1s;
}

.hero_wrap .hero_square_1 {
  bottom: 25%;
  left: 10%;
  width: 60px;
  height: 60px;
  background: var(--tc-accent-300);
  transform: rotate(45deg);
  animation-delay: 2s;
}

.hero_wrap .hero_hexagon_1 {
  top: 60%;
  right: 15%;
  width: 70px;
  height: 40px;
  background: var(--tc-primary-300);
  position: relative;
  animation-delay: 3s;
}

.hero_wrap .hero_hexagon_1::before,
.hero_wrap .hero_hexagon_1::after {
  content: '';
  position: absolute;
  width: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}

.hero_wrap .hero_hexagon_1::before {
  bottom: 100%;
  border-bottom: 20px solid var(--tc-primary-300);
}

.hero_wrap .hero_hexagon_1::after {
  top: 100%;
  border-top: 20px solid var(--tc-primary-300);
}

.hero_wrap .hero_diamond_1 {
  bottom: 15%;
  right: 25%;
  width: 50px;
  height: 50px;
  background: var(--tc-accent-500);
  transform: rotate(45deg);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation-delay: 4s;
}

.hero_wrap .hero_triangle_2 {
  top: 70%;
  left: 25%;
  width: 0;
  height: 0;
  border-top: 40px solid var(--tc-primary-500);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  animation-delay: 5s;
}

.hero_wrap .hero_circle_2 {
  bottom: 40%;
  right: 10%;
  width: 40px;
  height: 40px;
  background: var(--tc-accent-400);
  border-radius: 50%;
  animation-delay: 6s;
}

.hero_wrap .hero_polygon_1 {
  top: 40%;
  left: 5%;
  width: 60px;
  height: 60px;
  background: var(--tc-primary-400);
  clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
  animation-delay: 7s;
}

.hero_wrap .hero_geometric_grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero_wrap .hero_grid_line {
  position: absolute;
  background: linear-gradient(90deg, transparent, var(--tc-border-light), transparent);
  opacity: 0.3;
  animation: hero_grid_pulse 6s ease-in-out infinite;
}

.hero_wrap .hero_line_v1 {
  left: 30%;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--tc-border-light), transparent);
  animation-delay: 0s;
}

.hero_wrap .hero_line_v2 {
  right: 30%;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--tc-border-light), transparent);
  animation-delay: 2s;
}

.hero_wrap .hero_line_h1 {
  top: 30%;
  left: 0;
  width: 100%;
  height: 1px;
  animation-delay: 1s;
}

.hero_wrap .hero_line_h2 {
  bottom: 30%;
  left: 0;
  width: 100%;
  height: 1px;
  animation-delay: 3s;
}

@keyframes hero_geometric_rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes hero_shape_float {
  0%, 100% { 
    transform: translateY(0px) rotate(0deg); 
    opacity: 0.6; 
  }
  50% { 
    transform: translateY(-20px) rotate(180deg); 
    opacity: 0.8; 
  }
}

@keyframes hero_grid_pulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.6; }
}

/* Accessibility - Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .hero_wrap .hero_geometric_layer,
  .hero_wrap .hero_shape,
  .hero_wrap .hero_grid_line {
    animation: none;
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero_wrap .hero_title_geometric {
    font-size: var(--tc-font-size-4xl);
  }
  
  .hero_wrap .hero_content_geometric {
    padding: var(--tc-space-6) var(--tc-space-3);
  }
  
  .hero_wrap .hero_polygon_1,
  .hero_wrap .hero_hexagon_1 {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero_wrap {
    min-height: 85vh;
  }
  
  .hero_wrap .hero_title_geometric {
    font-size: var(--tc-font-size-3xl);
    margin-bottom: var(--tc-space-4);
  }
  
  .hero_wrap .hero_subtitle_geometric {
    font-size: var(--tc-font-size-xl);
    margin-bottom: var(--tc-space-6);
  }
  
  .hero_wrap .hero_description_geometric {
    font-size: var(--tc-font-size-base);
  }
  
  .hero_wrap .hero_triangle_2,
  .hero_wrap .hero_circle_2,
  .hero_wrap .hero_diamond_1 {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero_wrap .hero_title_geometric {
    font-size: var(--tc-font-size-2xl);
  }
  
  .hero_wrap .hero_content_geometric {
    margin: var(--tc-space-4);
    clip-path: none;
    border-radius: var(--tc-border-radius-lg);
  }
  
  .hero_wrap .hero_geometric_shapes {
    display: none;
  }
  
  .hero_wrap .hero_geometric_grid {
    display: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .hero_wrap .hero_content_geometric {
    background: var(--tc-bg-primary);
    border: 2px solid var(--tc-border-primary);
  }
  
  .hero_wrap .hero_geometric_layer {
    display: none;
  }
  
  .hero_wrap .hero_grid_line {
    opacity: 0.8;
  }
}


/* CONTRAST FIX: Adjusted 1 color values for better readability with dark text on light background */

/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.about_wrap {
  position: relative;
  
  background: linear-gradient(135deg, #fefcbf 0%, #fed7aa 50%, #fecaca 100%);
  overflow: hidden;

  padding: 80px 0;
}

.about_wrap .about_title {
  color: #7c2d12;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: 'DM Sans', sans-serif;
}

.about_wrap .about_subtitle {
  color: #a16207;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-family: 'DM Sans', sans-serif;
}

.about_wrap .about_description {
  color: #78716c;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.about_wrap .about_timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.about_wrap .about_timeline_line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #f59e0b 0%, #dc2626 100%);
  border-radius: 2px;
}

.about_wrap .about_timeline_item {
  position: relative;
  margin-bottom: 4rem;
  width: 50%;
}

.about_wrap .about_timeline_left {
  left: 0;
  padding-right: 3rem;
}

.about_wrap .about_timeline_right {
  left: 50%;
  padding-left: 3rem;
}

.about_wrap .about_timeline_marker {
  position: absolute;
  top: 20px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f59e0b 0%, #dc2626 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: 'DM Sans', sans-serif;
  box-shadow: 0 0 0 4px #212529, 0 0 0 8px rgba(245, 158, 11, 0.2);
  z-index: 10;
}

.about_wrap .about_timeline_left .about_timeline_marker {
  right: -30px;
}

.about_wrap .about_timeline_right .about_timeline_marker {
  left: -30px;
}

.about_wrap .about_timeline_card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.about_wrap .about_timeline_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.05) 0%, rgba(220, 38, 38, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.about_wrap .about_timeline_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(245, 158, 11, 0.2);
  border-color: rgba(245, 158, 11, 0.4);
}

.about_wrap .about_timeline_card:hover::before {
  opacity: 1;
}

.about_wrap .about_timeline_icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #fbbf24 0%, #f87171 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 1.75rem;
  position: relative;
  z-index: 2;
}

.about_wrap .about_timeline_title {
  color: #7c2d12;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-family: 'DM Sans', sans-serif;
  position: relative;
  z-index: 2;
}

.about_wrap .about_timeline_desc {
  color: #78716c;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .about_wrap .about_title {
    font-size: 2.25rem;
  }
  
  .about_wrap .about_subtitle {
    font-size: 1.125rem;
  }
  
  .about_wrap .about_description {
    font-size: 1rem;
  }
  
  .about_wrap .about_timeline_line {
    left: 30px;
    transform: none;
  }
  
  .about_wrap .about_timeline_item {
    width: 100%;
    left: 0 !important;
    padding-left: 4rem;
    padding-right: 1rem;
  }
  
  .about_wrap .about_timeline_marker {
    left: 0 !important;
    right: auto !important;
    width: 50px;
    height: 50px;
    font-size: 1.125rem;
  }
  
  .about_wrap .about_timeline_card {
    padding: 2rem 1.5rem;
  }
  
  .about_wrap .about_timeline_icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .about_wrap .about_timeline_title {
    font-size: 1.25rem;
  }
  
  .about_wrap .about_timeline_desc {
    font-size: 0.95rem;
  }
}


/* 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;
  }
}



/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.services_wrap {
  position: relative;
  
  background: var(--tc-bg-primary);
  overflow: hidden;

  padding: 80px 0;
}

.services_wrap .services_table_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, var(--tc-primary-50), transparent 50%),
              radial-gradient(circle at 80% 80%, var(--tc-secondary-50), transparent 50%);
  opacity: 0.4;
  pointer-events: none;
}

/* Section Headers */
.services_wrap .content_section_title {
  font-size: var(--tc-font-size-3xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
  font-family: var(--tc-font-primary);
}

.services_wrap .content_section_subtitle {
  font-size: var(--tc-font-size-xl);
  color: var(--tc-text-secondary);
  margin-bottom: var(--tc-space-3);
  font-weight: var(--tc-font-weight-medium);
}

.services_wrap .pro_section_description {
  font-size: var(--tc-font-size-lg);
  color: var(--tc-text-muted);
  max-width: 700px;
  margin: 0 auto;
  line-height: var(--tc-line-height-relaxed);
}

/* Table Container */
.services_wrap .services_table_container {
  background: var(--tc-bg-secondary);
  border-radius: var(--tc-radius-xl);
  overflow: hidden;
  box-shadow: 0 8px 30px var(--tc-shadow-lg);
  border: 1px solid var(--tc-border-light);
}

.services_wrap .services_table_wrapper {
  overflow-x: auto;
}

/* Table Header */
.services_wrap .services_table_header {
  display: grid;
  grid-template-columns: 2fr 3fr 3fr 1.5fr;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-600));
  color: var(--tc-white);
  font-weight: var(--tc-font-weight-semibold);
  position: sticky;
  top: 0;
  z-index: 10;
}

.services_wrap .services_table_header_cell {
  padding: var(--tc-space-5) var(--tc-space-4);
  font-size: var(--tc-font-size-sm);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.services_wrap .services_table_header_cell:last-child {
  border-right: none;
}

/* Table Rows */
.services_wrap .services_table_row {
  display: grid;
  grid-template-columns: 2fr 3fr 3fr 1.5fr;
  border-bottom: 1px solid var(--tc-border-light);
  transition: all 0.2s ease;
  position: relative;
}

.services_wrap .services_table_row:hover {
  background: var(--tc-bg-tertiary);
  transform: translateX(5px);
  box-shadow: 5px 0 15px var(--tc-shadow-sm);
}

.services_wrap .services_table_row:last-child {
  border-bottom: none;
}

/* Featured Row */
.services_wrap .services_table_row_featured {
  background: linear-gradient(135deg, var(--tc-primary-25), var(--tc-bg-secondary));
  border: 2px solid var(--tc-primary-200);
  border-left: 4px solid var(--tc-primary-500);
}

.services_wrap .services_table_row_featured:hover {
  background: linear-gradient(135deg, var(--tc-primary-50), var(--tc-bg-tertiary));
  box-shadow: 5px 0 20px var(--tc-primary-200);
}

/* Table Cells */
.services_wrap .services_table_cell {
  padding: var(--tc-space-5) var(--tc-space-4);
  border-right: 1px solid var(--tc-border-light);
  display: flex;
  align-items: center;
}

.services_wrap .services_table_cell:last-child {
  border-right: none;
}

/* Name Cell */
.services_wrap .services_table_name_cell {
  gap: var(--tc-space-3);
}

.services_wrap .services_table_icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-600));
  border-radius: var(--tc-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px var(--tc-primary-200);
}

.services_wrap .services_table_icon_featured {
  background: linear-gradient(135deg, var(--tc-secondary-500), var(--tc-secondary-600));
  box-shadow: 0 4px 12px var(--tc-secondary-200);
}

.services_wrap .services_table_icon i {
  font-size: 1.2rem;
  color: var(--tc-white);
}

.services_wrap .services_table_name {
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin: 0;
  line-height: var(--tc-line-height-tight);
  font-family: var(--tc-font-primary);
}

/* Description Cell */
.services_wrap .services_table_desc_cell {
  align-items: flex-start;
}

.services_wrap .services_table_desc {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  margin: 0;
}

/* Features Cell */
.services_wrap .services_table_features_cell {
  align-items: flex-start;
}

.services_wrap .services_table_features {
  font-size: var(--tc-font-size-xs);
  color: var(--tc-text-muted);
  line-height: var(--tc-line-height-relaxed);
  background: var(--tc-bg-tertiary);
  padding: var(--tc-space-2) var(--tc-space-3);
  border-radius: var(--tc-radius-md);
  border-left: 3px solid var(--tc-primary-400);
}

/* Price Cell */
.services_wrap .services_table_price_cell {
  justify-content: center;
}

.services_wrap .services_table_price {
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-primary-600);
  font-family: var(--tc-font-primary);
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-secondary-500));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .services_wrap .services_table_header,
  .services_wrap .services_table_row {
    grid-template-columns: 1.8fr 2.5fr 2.5fr 1.2fr;
  }
  
  .services_wrap .services_table_wrapper {
    min-width: 800px;
  }
}

@media (max-width: 992px) {
  .services_wrap .services_table_wrapper {
    min-width: 700px;
  }
  
  .services_wrap .services_table_cell {
    padding: var(--tc-space-4) var(--tc-space-3);
  }
  
  .services_wrap .services_table_icon {
    width: 40px;
    height: 40px;
  }
  
  .services_wrap .services_table_icon i {
    font-size: 1rem;
  }
  
  .services_wrap .services_table_name {
    font-size: var(--tc-font-size-base);
  }
}

@media (max-width: 768px) {
  .services_wrap .content_section_title {
    font-size: var(--tc-font-size-2xl);
  }
  
  .services_wrap .content_section_subtitle {
    font-size: var(--tc-font-size-lg);
  }
  
  .services_wrap .pro_section_description {
    font-size: var(--tc-font-size-base);
  }
  
  .services_wrap .services_table_wrapper {
    min-width: 600px;
  }
  
  .services_wrap .services_table_header,
  .services_wrap .services_table_row {
    grid-template-columns: 1fr 2fr 2fr 1fr;
  }
  
  .services_wrap .services_table_cell {
    padding: var(--tc-space-3) var(--tc-space-2);
  }
  
  .services_wrap .services_table_header_cell {
    padding: var(--tc-space-4) var(--tc-space-2);
    font-size: var(--tc-font-size-xs);
  }
  
  .services_wrap .services_table_name {
    font-size: var(--tc-font-size-sm);
  }
  
  .services_wrap .services_table_desc {
    font-size: var(--tc-font-size-xs);
  }
  
  .services_wrap .services_table_features {
    font-size: var(--tc-font-size-xs);
    padding: var(--tc-space-1) var(--tc-space-2);
  }
  
  .services_wrap .services_table_price {
    font-size: var(--tc-font-size-lg);
  }
}

/* Loading Animation */
.services_wrap .services_table_row {
  animation: tableRowSlideIn 0.6s ease-out forwards;
  opacity: 0;
  transform: translateX(-30px);
}

.services_wrap .services_table_row:nth-child(1) { animation-delay: 0.1s; }
.services_wrap .services_table_row:nth-child(2) { animation-delay: 0.2s; }
.services_wrap .services_table_row:nth-child(3) { animation-delay: 0.3s; }
.services_wrap .services_table_row:nth-child(4) { animation-delay: 0.4s; }
.services_wrap .services_table_row:nth-child(5) { animation-delay: 0.5s; }
.services_wrap .services_table_row:nth-child(6) { animation-delay: 0.6s; }

@keyframes tableRowSlideIn {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Accessibility */
.services_wrap .services_table_row:focus {
  outline: 2px solid var(--tc-primary-500);
  outline-offset: 2px;
}

.services_wrap .services_table_row:focus-visible {
  outline: 2px solid var(--tc-primary-500);
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .services_wrap .services_table_row {
    border-width: 2px;
  }
  
  .services_wrap .services_table_icon {
    border: 2px solid var(--tc-text-primary);
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .services_wrap .services_table_row {
    animation: none;
    opacity: 1;
    transform: translateX(0);
  }
  
  .services_wrap .services_table_row:hover {
    transform: none;
  }
}

/* Performance optimizations */
.services_wrap .services_table_row {
  will-change: transform;
}

/* Print styles */
@media print {
  .services_wrap .services_table_bg {
    display: none;
  }
  
  .services_wrap .services_table_container {
    box-shadow: none;
    border: 1px solid #000;
  }
  
  .services_wrap .services_table_header {
    background: #f0f0f0 !important;
    color: #000 !important;
  }
}


/* CONTRAST FIX: Adjusted 7 color values and effects for light mode compatibility */

/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.priceplan_wrap {
  --priceplan-dark-bg: #f8f9fa;
  --priceplan-dark-card: #e9ecef;
  --priceplan-accent: #00d4ff;
  --priceplan-accent-glow: rgba(0, 212, 255, 0.3);
  --priceplan-text-primary: #212529;
  --priceplan-text-muted: #6c757d;
  --priceplan-border: #333333;
  
  position: relative;
  background: var(--priceplan-dark-bg);
  color: var(--priceplan-text-primary);
  overflow: hidden;

  padding: 80px 0;
}

.priceplan_dark_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
}

.priceplan_dark_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, rgba(255, 0, 150, 0.08) 0%, transparent 50%);
}

.priceplan_glow_effects {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.priceplan_glow_1,
.priceplan_glow_2,
.priceplan_glow_3 {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
}

.priceplan_glow_1 {
  width: 300px;
  height: 300px;
  background: var(--priceplan-accent-glow);
  top: 10%;
  left: 10%;
  
}

.priceplan_glow_2 {
  width: 200px;
  height: 200px;
  background: rgba(255, 0, 150, 0.2);
  top: 60%;
  right: 20%;
  
}

.priceplan_glow_3 {
  width: 250px;
  height: 250px;
  background: rgba(100, 255, 100, 0.15);
  bottom: 20%;
  left: 50%;
  
}

@keyframes glow-pulse {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.1); }
}

.priceplan_header {
  position: relative;
  z-index: 10;
}

.priceplan_title {
  color: var(--priceplan-text-primary);
  font-weight: 700;
  text-shadow: 0 0 20px rgba(0, 212, 255, 0.3);
}

.priceplan_subtitle {
  color: var(--priceplan-accent);
  font-weight: 600;
}

.priceplan_description {
  color: var(--priceplan-text-muted);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

.priceplan_dark_card {
  position: relative;
  background: var(--priceplan-dark-card);
  border: 1px solid var(--priceplan-border);
  border-radius: 16px;
  transition: all 0.4s ease;
  z-index: 5;
  backdrop-filter: blur(10px);
}

.priceplan_dark_card:hover {
  transform: translateY(-8px);
  border-color: var(--priceplan-accent);
  
}

.priceplan_card_glow {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, var(--priceplan-accent), transparent, var(--priceplan-accent));
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.priceplan_dark_card:hover .priceplan_card_glow {
  opacity: 0.8;
}

.priceplan_dark_featured {
  border: 2px solid var(--priceplan-accent);
  background: linear-gradient(135deg, var(--priceplan-dark-card) 0%, rgba(0, 212, 255, 0.05) 100%);
  transform: scale(1.05);
}

.priceplan_dark_featured:hover {
  transform: scale(1.05) translateY(-8px);
}

.priceplan_featured_glow {
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(45deg, var(--priceplan-accent), rgba(255, 0, 150, 0.5), var(--priceplan-accent));
  border-radius: 16px;
  opacity: 0.6;
  z-index: -1;
  filter: blur(8px);
}

.priceplan_featured_badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--priceplan-accent);
  color: var(--priceplan-dark-bg);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 0 20px var(--priceplan-accent-glow);
}

.priceplan_card_content {
  position: relative;
  z-index: 2;
}

.priceplan_plan_name {
  color: var(--priceplan-text-primary);
  font-weight: 700;
}

.priceplan_plan_desc {
  color: var(--priceplan-text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.priceplan_price {
  color: var(--priceplan-accent);
  font-weight: 800;
  text-shadow: 0 0 10px var(--priceplan-accent-glow);
}

.priceplan_features_list {
  color: var(--priceplan-text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .priceplan_dark_featured {
    transform: none;
    margin-top: 0;
  }
  
  .priceplan_dark_featured:hover {
    transform: translateY(-8px);
  }
  
  .priceplan_glow_1,
  .priceplan_glow_2,
  .priceplan_glow_3 {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 767.98px) {
  .priceplan_title {
    font-size: 2rem;
  }
  
  .priceplan_price {
    font-size: 2.5rem;
  }
  
  .priceplan_glow_effects {
    display: none;
  }
}

/* Animation accessibility */
@media (prefers-reduced-motion: reduce) {
  .priceplan_dark_card {
    transition: none;
  }
  
  .priceplan_dark_card:hover {
    transform: none;
  }
  
  .priceplan_glow_1,
  .priceplan_glow_2,
  .priceplan_glow_3 {
    animation: none;
  }
}


/* CONTRAST FIX: Adjusted 3 color values for better readability with dark text on light background */

/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.team_wrap {
  
  background: var(--tc-bg-primary);
  position: relative;
  overflow: hidden;

  padding: 80px 0;
}

.team_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 70%, var(--tc-primary-100) 0%, transparent 50%),
              radial-gradient(circle at 70% 30%, var(--tc-neutral-800) 0%, transparent 50%);
  opacity: 0.4;
  pointer-events: none;
}

.team_wrap .container {
  position: relative;
  z-index: 2;
}

.team_wrap .team_title {
  font-size: var(--tc-font-size-3xl);
  font-weight: var(--tc-font-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
  font-family: var(--tc-font-primary);
}

.team_wrap .team_subtitle {
  font-size: var(--tc-font-size-xl);
  color: var(--tc-text-secondary);
  margin-bottom: var(--tc-space-3);
  font-weight: var(--tc-font-medium);
}

.team_wrap .team_description {
  font-size: var(--tc-font-size-lg);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  margin-bottom: 0;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.team_wrap .team_overlap_container {
  display: flex;
  justify-content: center;
  position: relative;
  height: 500px;
  margin-top: var(--tc-space-8);
}

.team_wrap .overlap_card_stack {
  position: relative;
  width: 100%;
  max-width: 800px;
}

.team_wrap .overlap_card {
  position: absolute;
  width: 280px;
  height: 350px;
  background: var(--tc-bg-secondary);
  border-radius: var(--tc-radius-xl);
  overflow: hidden;
  box-shadow: var(--tc-shadow-lg);
  border: 1px solid var(--tc-border-light);
  transition: all var(--tc-transition-slow);
  cursor: pointer;
}

.team_wrap .overlap_card:hover {
  transform: translateY(-20px) scale(1.05);
  z-index: 10;
  box-shadow: var(--tc-shadow-2xl);
}

.team_wrap .overlap_card_1 {
  top: 0;
  left: 0;
  z-index: 5;
  transform: rotate(-5deg);
}

.team_wrap .overlap_card_2 {
  top: 40px;
  left: 180px;
  z-index: 4;
  transform: rotate(3deg);
}

.team_wrap .overlap_card_3 {
  top: 80px;
  left: 360px;
  z-index: 3;
  transform: rotate(-2deg);
}

.team_wrap .overlap_card_4 {
  top: 120px;
  left: 540px;
  z-index: 2;
  transform: rotate(4deg);
}

.team_wrap .overlap_card_5 {
  top: 160px;
  left: 260px;
  z-index: 1;
  transform: rotate(-3deg);
}

.team_wrap .overlap_card:hover {
  transform: translateY(-20px) scale(1.05) rotate(0deg);
}

.team_wrap .overlap_image_wrapper {
  position: relative;
  height: 70%;
  overflow: hidden;
}

.team_wrap .overlap_member_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--tc-transition-base);
}

.team_wrap .overlap_card:hover .overlap_member_image {
  transform: scale(1.1);
}

.team_wrap .overlap_gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(
    transparent 0%,
    rgba(248, 249, 250, 0.7) 100%
  );
}

.team_wrap .overlap_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--tc-space-5);
  color: white;
  text-align: center;
}

.team_wrap .overlap_member_name {
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-semibold);
  margin-bottom: var(--tc-space-2);
  font-family: var(--tc-font-primary);
  color: white;
}

.team_wrap .overlap_member_role {
  font-size: var(--tc-font-size-sm);
  margin-bottom: 0;
  font-weight: var(--tc-font-medium);
  color: var(--tc-primary-200);
  text-transform: uppercase;
  letter-spacing: var(--tc-tracking-wide);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .team_wrap .team_title {
    font-size: var(--tc-font-size-2xl);
  }
  
  .team_wrap .team_subtitle {
    font-size: var(--tc-font-size-lg);
  }
  
  .team_wrap .team_description {
    font-size: var(--tc-font-size-base);
  }
  
  .team_wrap .team_overlap_container {
    height: 400px;
  }
  
  .team_wrap .overlap_card {
    width: 220px;
    height: 280px;
  }
  
  .team_wrap .overlap_card_2 {
    left: 140px;
  }
  
  .team_wrap .overlap_card_3 {
    left: 280px;
  }
  
  .team_wrap .overlap_card_4 {
    left: 420px;
  }
  
  .team_wrap .overlap_card_5 {
    left: 200px;
  }
}

@media (max-width: 768px) {
  .team_wrap .team_overlap_container {
    height: auto;
  }
  
  .team_wrap .overlap_card_stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--tc-space-4);
  }
  
  .team_wrap .overlap_card {
    position: relative;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    z-index: auto !important;
    width: 280px;
    height: 350px;
  }
  
  .team_wrap .overlap_card:hover {
    transform: translateY(-10px) scale(1.02) !important;
  }
}

@media (max-width: 576px) {
  .team_wrap .overlap_card {
    width: 250px;
    height: 300px;
  }
  
  .team_wrap .overlap_content {
    padding: var(--tc-space-4);
  }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
  .team_wrap .overlap_card,
  .team_wrap .overlap_member_image {
    transition: none;
  }
  
  .team_wrap .overlap_card:hover {
    transform: none;
  }
  
  .team_wrap .overlap_card:hover .overlap_member_image {
    transform: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .team_wrap .overlap_card {
    border: 2px solid var(--tc-text-primary);
  }
  
  .team_wrap .overlap_member_name,
  .team_wrap .overlap_member_role {
    color: white;
    text-shadow: 1px 1px 2px rgba(248, 249, 250, 0.8);
  }
}


/* 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 */
/* Reviews Section v-001 - Testimonial Card Grid Layout */
.reviews_wrap {
  position: relative;
  
  background: var(--tc-bg-primary);
  overflow: hidden;

  padding: 80px 0;
}

.reviews_bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 25% 25%, var(--tc-primary-100) 0%, transparent 50%),
              radial-gradient(circle at 75% 75%, var(--tc-secondary-100) 0%, transparent 50%);
  opacity: 0.6;
  z-index: 1;
}

.reviews_decorative_shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}

.reviews_shape_1 {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 100px;
  height: 100px;
  background: var(--tc-primary-200);
  border-radius: 50%;
  opacity: 0.3;
  transform: rotate(45deg);
}

.reviews_shape_2 {
  position: absolute;
  bottom: 25%;
  left: 8%;
  width: 80px;
  height: 80px;
  background: var(--tc-secondary-200);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.4;
}

.reviews_wrap .container {
  position: relative;
  z-index: 3;
}

.reviews_title {
  color: var(--tc-text-primary);
  font-size: var(--tc-font-size-3xl);
  font-weight: var(--tc-font-weight-bold);
  line-height: var(--tc-line-height-tight);
  margin-bottom: var(--tc-space-4);
}

.reviews_subtitle {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-weight-medium);
  margin-bottom: var(--tc-space-3);
}

.reviews_desc {
  color: var(--tc-text-tertiary);
  font-size: var(--tc-font-size-lg);
  line-height: var(--tc-line-height-relaxed);
  max-width: 650px;
  margin: 0 auto var(--tc-space-6);
}

.reviews_card {
  background: var(--tc-bg-surface);
  border-radius: var(--tc-radius-lg);
  padding: var(--tc-space-8);
  box-shadow: 0 6px 25px rgba(248, 249, 250, 0.08);
  border: 1px solid var(--tc-border-light);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.reviews_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-500) 0%, var(--tc-secondary-500) 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.reviews_card:hover::before {
  transform: scaleX(1);
}

.reviews_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(248, 249, 250, 0.15);
}

.reviews_stars {
  display: flex;
  gap: var(--tc-space-1);
  margin-bottom: var(--tc-space-4);
}

.reviews_star_icon {
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, var(--tc-primary-500) 0%, var(--tc-secondary-500) 100%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.reviews_text {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-lg);
  line-height: var(--tc-line-height-relaxed);
  font-style: italic;
  margin-bottom: var(--tc-space-6);
  position: relative;
  padding-left: var(--tc-space-4);
  border-left: 3px solid var(--tc-primary-200);
}

.reviews_text::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: -20px;
  font-size: var(--tc-font-size-4xl);
  color: var(--tc-primary-300);
  line-height: 1;
  font-weight: var(--tc-font-weight-bold);
}

.reviews_author_section {
  display: flex;
  align-items: center;
  gap: var(--tc-space-4);
}

.reviews_avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--tc-primary-200);
  flex-shrink: 0;
}

.reviews_avatar_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews_author_info {
  flex-grow: 1;
}

.reviews_author {
  color: var(--tc-text-primary);
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-weight-semibold);
  line-height: var(--tc-line-height-tight);
  display: block;
  margin-bottom: var(--tc-space-1);
  font-style: normal;
}

.reviews_author_meta {
  color: var(--tc-text-tertiary);
  font-size: var(--tc-font-size-sm);
  font-weight: var(--tc-font-weight-medium);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .reviews_title {
    font-size: var(--tc-font-size-2xl);
  }
  
  .reviews_subtitle {
    font-size: var(--tc-font-size-lg);
  }
  
  .reviews_card {
    padding: var(--tc-space-6);
  }
  
  .reviews_text {
    font-size: var(--tc-font-size-base);
  }
  
  .reviews_avatar {
    width: 50px;
    height: 50px;
  }
  
  .reviews_author {
    font-size: var(--tc-font-size-base);
  }
  
  .reviews_decorative_shapes {
    display: none;
  }
}



/* CONTRAST FIX: Adjusted 2 color values for better readability with dark text on light background */
/* Case Study Section v-012 - Split Screen */
.casestudy_wrap {
  padding: var(--tc-space-24) 0;
  background: var(--tc-bg-primary);
  position: relative;
}

.casestudy_title {
  color: var(--tc-text-primary);
  font-size: var(--tc-font-size-3xl);
  font-weight: var(--tc-font-weight-bold);
  line-height: var(--tc-line-height-tight);
  margin-bottom: var(--tc-space-4);
  font-family: var(--tc-font-primary);
}

.casestudy_subtitle {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-weight-medium);
  margin-bottom: var(--tc-space-3);
  font-family: var(--tc-font-primary);
}

.casestudy_desc {
  color: var(--tc-text-tertiary);
  font-size: var(--tc-font-size-lg);
  line-height: var(--tc-line-height-relaxed);
  max-width: 700px;
  margin: 0 auto var(--tc-space-12);
  font-family: var(--tc-font-primary);
}

.casestudy_split_container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--tc-space-8);
}

.casestudy_split_item {
  display: flex;
  min-height: 300px;
  border-radius: var(--tc-radius-2xl);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(248, 249, 250, 0.1);
  transition: all 0.3s ease;
}

.casestudy_split_item:hover {
  transform: scale(1.02);
  box-shadow: 0 16px 48px rgba(248, 249, 250, 0.15);
}

.casestudy_split_left,
.casestudy_split_right {
  flex: 1;
  padding: var(--tc-space-8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.casestudy_split_left {
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-600));
  color: white;
}

.casestudy_split_right {
  background: var(--tc-bg-surface);
  border-left: 4px solid var(--tc-primary-500);
}

.casestudy_split_content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.casestudy_split_number {
  font-size: var(--tc-font-size-6xl);
  font-weight: var(--tc-font-weight-light);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  margin-bottom: var(--tc-space-4);
  font-family: var(--tc-font-primary);
}

.casestudy_item_title {
  color: white;
  font-size: var(--tc-font-size-2xl);
  font-weight: var(--tc-font-weight-semibold);
  line-height: var(--tc-line-height-tight);
  font-family: var(--tc-font-primary);
}

.casestudy_split_right .casestudy_item_title {
  color: var(--tc-text-primary);
}

.casestudy_item_desc {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-lg);
  line-height: var(--tc-line-height-relaxed);
  font-family: var(--tc-font-primary);
  margin-bottom: var(--tc-space-4);
}

.casestudy_split_indicator {
  width: 60px;
  height: 4px;
  background: var(--tc-primary-500);
  margin: 0 auto;
  border-radius: 2px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .casestudy_split_item {
    flex-direction: column;
    min-height: auto;
  }
  
  .casestudy_split_left,
  .casestudy_split_right {
    padding: var(--tc-space-6);
  }
  
  .casestudy_split_right {
    border-left: none;
    border-top: 4px solid var(--tc-primary-500);
  }
}

@media (max-width: 768px) {
  .casestudy_wrap {
    padding: var(--tc-space-16) 0;
  }
  
  .casestudy_title {
    font-size: var(--tc-font-size-2xl);
  }
  
  .casestudy_subtitle {
    font-size: var(--tc-font-size-lg);
  }
  
  .casestudy_desc {
    font-size: var(--tc-font-size-base);
    margin-bottom: var(--tc-space-8);
  }
  
  .casestudy_split_container {
    gap: var(--tc-space-6);
  }
  
  .casestudy_split_left,
  .casestudy_split_right {
    padding: var(--tc-space-5);
  }
  
  .casestudy_split_number {
    font-size: var(--tc-font-size-4xl);
  }
  
  .casestudy_item_title {
    font-size: var(--tc-font-size-xl);
  }
  
  .casestudy_item_desc {
    font-size: var(--tc-font-size-base);
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .casestudy_split_item {
    transition: none;
  }
  
  .casestudy_split_item:hover {
    transform: none;
  }
}



/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.process_wrap {
  position: relative;
  
  background: var(--tc-bg-primary);
  overflow: hidden;

  padding: 80px 0;
}

.process_wave_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse at 20% 30%, var(--tc-primary-100) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, var(--tc-accent-100) 0%, transparent 50%);
  z-index: 1;
}

.process_wave_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(135deg, transparent 30%, var(--tc-primary-50) 50%, transparent 70%);
  opacity: 0.4;
}

.process_wrap .container {
  position: relative;
  z-index: 2;
}

.process_header {
  margin-bottom: var(--tc-space-8);
}

.process_title {
  color: var(--tc-text-primary);
  font-family: var(--tc-font-family-primary);
  font-weight: 700;
  margin-bottom: var(--tc-space-4);
}

.process_subtitle {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-lg);
  font-weight: 500;
  margin-bottom: var(--tc-space-3);
}

.process_description {
  color: var(--tc-text-tertiary);
  font-size: var(--tc-font-size-base);
  line-height: var(--tc-line-height-relaxed);
  max-width: 800px;
  margin: 0 auto;
}

.process_flow_container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--tc-space-6);
  padding: var(--tc-space-6) 0;
}

.process_flow_line {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--tc-primary-300), var(--tc-accent-300));
  z-index: 1;
}

.process_flow_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: var(--tc-space-5);
  z-index: 2;
}

.process_flow_connector {
  position: relative;
  flex-shrink: 0;
}

.process_flow_dot {
  width: 60px;
  height: 60px;
  background: var(--tc-bg-secondary);
  border: 3px solid var(--tc-primary-400);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--tc-shadow-md);
  position: relative;
}

.process_flow_dot::before {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--tc-primary-500);
  border-radius: 50%;
}

.process_flow_content {
  background: var(--tc-bg-secondary);
  border: 1px solid var(--tc-border-light);
  border-radius: var(--tc-radius-lg);
  padding: var(--tc-space-6);
  flex: 1;
  max-width: 500px;
  box-shadow: var(--tc-shadow-sm);
  transition: var(--tc-transition-normal);
  position: relative;
}

.process_flow_content::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 24px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid var(--tc-border-light);
}

.process_flow_content::after {
  content: '';
  position: absolute;
  left: -7px;
  top: 24px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid var(--tc-bg-secondary);
}

.process_flow_item:hover .process_flow_content {
  transform: translateX(6px);
  box-shadow: var(--tc-shadow-lg);
  border-color: var(--tc-primary-300);
}

.process_flow_number {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 32px;
  height: 32px;
  background: var(--tc-accent-500);
  color: var(--tc-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tc-font-size-sm);
  font-weight: 700;
  box-shadow: var(--tc-shadow-md);
}

.process_flow_title {
  color: var(--tc-text-primary);
  font-size: var(--tc-font-size-lg);
  font-weight: 600;
  margin-bottom: var(--tc-space-3);
  line-height: var(--tc-line-height-tight);
}

.process_flow_desc {
  color: var(--tc-text-tertiary);
  font-size: var(--tc-font-size-base);
  line-height: var(--tc-line-height-relaxed);
  margin-bottom: 0;
}

.process_summary {
  margin-top: var(--tc-space-8);
}

.process_summary_content {
  background: var(--tc-bg-secondary);
  border: 1px solid var(--tc-border-light);
  border-radius: var(--tc-radius-lg);
  padding: var(--tc-space-6);
  box-shadow: var(--tc-shadow-md);
}

.process_summary_grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--tc-space-6);
}

.process_summary_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--tc-space-2);
}

.process_summary_icon {
  width: 48px;
  height: 48px;
  border-radius: var(--tc-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.process_summary_icon::before {
  content: '';
  width: 20px;
  height: 20px;
  background: var(--tc-white);
  border-radius: var(--tc-radius-sm);
  opacity: 0.9;
}

.process_summary_icon_time {
  background: linear-gradient(135deg, var(--tc-primary-400), var(--tc-primary-600));
}

.process_summary_icon_quality {
  background: linear-gradient(135deg, var(--tc-success-400), var(--tc-success-600));
}

.process_summary_icon_support {
  background: linear-gradient(135deg, var(--tc-accent-400), var(--tc-accent-600));
}

.process_summary_text {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-sm);
  font-weight: 500;
  text-align: center;
}

.process_summary_divider {
  width: 2px;
  height: 40px;
  background: var(--tc-border-light);
  border-radius: var(--tc-radius-full);
}

@media (max-width: 768px) {
  .process_wrap {
    
  
  padding: 80px 0;
}
  
  .process_flow_container {
    gap: var(--tc-space-5);
  }
  
  .process_flow_line {
    left: 20px;
  }
  
  .process_flow_item {
    gap: var(--tc-space-4);
  }
  
  .process_flow_dot {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }
  
  .process_flow_dot::before {
    width: 8px;
    height: 8px;
  }
  
  .process_flow_content {
    padding: var(--tc-space-5);
  }
  
  .process_flow_content::before,
  .process_flow_content::after {
    left: -6px;
    border-width: 6px;
  }
  
  .process_flow_number {
    width: 28px;
    height: 28px;
    font-size: var(--tc-font-size-xs);
  }
  
  .process_summary_grid {
    flex-direction: column;
    gap: var(--tc-space-4);
  }
  
  .process_summary_divider {
    width: 60px;
    height: 2px;
  }
}


/* CONTRAST FIX: Adjusted 2 color values for better readability with dark text on light background */
/* Timeline v-006 - Vertical Timeline with Left Line */
.timeline_wrap {
  position: relative;
  background: linear-gradient(135deg, var(--bs-light) 0%, var(--bs-white) 100%);
  overflow: hidden;
}

.timeline_background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.timeline_bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(var(--bs-primary-rgb), 0.05) 0%, transparent 50%),
                    radial-gradient(circle at 80% 20%, rgba(var(--bs-info-rgb), 0.05) 0%, transparent 50%),
                    radial-gradient(circle at 40% 80%, rgba(var(--bs-success-rgb), 0.05) 0%, transparent 50%);
}

.timeline_wrap .container {
  position: relative;
  z-index: 2;
}

.timeline_title {
  color: var(--bs-dark);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.timeline_subtitle {
  color: var(--bs-primary);
  font-weight: 500;
}

.timeline_description {
  color: var(--bs-secondary);
  max-width: 600px;
  margin: 0 auto;
}

/* Timeline Container */
.timeline_container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 2rem;
}

/* Timeline Line */
.timeline_line {
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, 
    var(--bs-primary) 0%, 
    var(--bs-info) 50%, 
    var(--bs-success) 100%);
  border-radius: 2px;
}

.timeline_line::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -6px;
  width: 16px;
  height: 16px;
  background: var(--bs-primary);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--bs-white), 0 0 20px rgba(var(--bs-primary-rgb), 0.3);
}

.timeline_line::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: -6px;
  width: 16px;
  height: 16px;
  background: var(--bs-success);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--bs-white), 0 0 20px rgba(var(--bs-success-rgb), 0.3);
}

/* Timeline Items */
.timeline_items {
  padding: 2rem 0;
}

.timeline_item {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 2rem;
}

.timeline_item:last-child {
  margin-bottom: 0;
}

/* Timeline Marker */
.timeline_marker {
  position: absolute;
  left: -2rem;
  top: 0.5rem;
  width: 24px;
  height: 24px;
  background: var(--bs-white);
  border: 4px solid var(--bs-primary);
  border-radius: 50%;
  z-index: 3;
  transition: all 0.3s ease;
}

.timeline_marker_inner {
  width: 8px;
  height: 8px;
  background: var(--bs-primary);
  border-radius: 50%;
  margin: 4px;
  transition: all 0.3s ease;
}

/* Timeline Content */
.timeline_content {
  background: var(--bs-white);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(248, 249, 250, 0.1);
  border: 1px solid rgba(var(--bs-primary-rgb), 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.timeline_content::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 1.5rem;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid var(--bs-white);
}

.timeline_item_title {
  color: var(--bs-dark);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.timeline_item_desc {
  color: var(--bs-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Hover Effects */
.timeline_item:hover .timeline_marker {
  transform: scale(1.2);
  border-color: var(--bs-info);
  box-shadow: 0 0 20px rgba(var(--bs-info-rgb), 0.4);
}

.timeline_item:hover .timeline_marker_inner {
  background: var(--bs-info);
}

.timeline_item:hover .timeline_content {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(248, 249, 250, 0.15);
  border-color: rgba(var(--bs-info-rgb), 0.3);
}

/* Progressive Color System */
.timeline_item:nth-child(1) .timeline_marker {
  border-color: var(--bs-primary);
}
.timeline_item:nth-child(1) .timeline_marker_inner {
  background: var(--bs-primary);
}

.timeline_item:nth-child(2) .timeline_marker {
  border-color: var(--bs-info);
}
.timeline_item:nth-child(2) .timeline_marker_inner {
  background: var(--bs-info);
}

.timeline_item:nth-child(3) .timeline_marker {
  border-color: var(--bs-warning);
}
.timeline_item:nth-child(3) .timeline_marker_inner {
  background: var(--bs-warning);
}

.timeline_item:nth-child(4) .timeline_marker {
  border-color: var(--bs-success);
}
.timeline_item:nth-child(4) .timeline_marker_inner {
  background: var(--bs-success);
}

.timeline_item:nth-child(5) .timeline_marker {
  border-color: var(--bs-danger);
}
.timeline_item:nth-child(5) .timeline_marker_inner {
  background: var(--bs-danger);
}

/* Responsive Design */
@media (max-width: 767.98px) {
  .timeline_container {
    padding-left: 1.5rem;
  }
  
  .timeline_line {
    left: 0.75rem;
  }
  
  .timeline_item {
    padding-left: 1.5rem;
  }
  
  .timeline_marker {
    left: -1.5rem;
    width: 20px;
    height: 20px;
    border-width: 3px;
  }
  
  .timeline_marker_inner {
    width: 6px;
    height: 6px;
    margin: 3px;
  }
  
  .timeline_content {
    padding: 1.5rem;
  }
  
  .timeline_content::before {
    left: -9px;
    top: 1.25rem;
    border-right-width: 9px;
    border-top-width: 9px;
    border-bottom-width: 9px;
  }
  
  .timeline_item_title {
    font-size: 1.25rem;
  }
  
  .timeline_item:hover .timeline_content {
    transform: translateX(4px);
  }
}

@media (max-width: 575.98px) {
  .timeline_wrap {
    padding: 3rem 0;
  }
  
  .timeline_title {
    font-size: 2rem;
  }
  
  .timeline_content {
    padding: 1.25rem;
  }
  
  .timeline_item_title {
    font-size: 1.125rem;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .timeline_marker,
  .timeline_content,
  .timeline_marker_inner {
    transition: none;
  }
  
  .timeline_item:hover .timeline_content {
    transform: none;
  }
  
  .timeline_item:hover .timeline_marker {
    transform: none;
  }
}

/* Print Styles */
@media print {
  .timeline_wrap {
    background: white;
  }
  
  .timeline_bg_pattern {
    display: none;
  }
  
  .timeline_content {
    box-shadow: none;
    border: 1px solid #ddd;
  }
}



/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.career_wrap {
  position: relative;
  
  background: var(--tc-bg-primary);
  overflow: hidden;

  padding: 80px 0;
}

.career_creative_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.career_bg_shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
}

.career_bg_shape_1 {
  width: 300px;
  height: 300px;
  background: var(--tc-primary-400);
  top: 10%;
  right: -5%;
  transform: rotate(45deg);
}

.career_bg_shape_2 {
  width: 150px;
  height: 150px;
  background: var(--tc-accent-400);
  bottom: 20%;
  left: -3%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.career_bg_shape_3 {
  width: 200px;
  height: 200px;
  background: var(--tc-success-400);
  top: 60%;
  right: 20%;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.career_wrap .container {
  position: relative;
  z-index: 2;
}

.career_content_area {
  padding-right: var(--tc-space-6);
}

.career_intro_badge {
  display: inline-block;
  background: var(--tc-accent-500);
  color: var(--tc-white);
  padding: var(--tc-space-2) var(--tc-space-4);
  border-radius: var(--tc-radius-full);
  font-size: var(--tc-font-size-sm);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: var(--tc-space-4);
}

.career_title {
  color: var(--tc-text-primary);
  font-family: var(--tc-font-family-primary);
  font-weight: 700;
  margin-bottom: var(--tc-space-3);
  line-height: var(--tc-line-height-tight);
}

.career_subtitle {
  color: var(--tc-accent-600);
  font-size: var(--tc-font-size-lg);
  font-weight: 500;
  margin-bottom: var(--tc-space-4);
  font-style: italic;
}

.career_description {
  color: var(--tc-text-tertiary);
  font-size: var(--tc-font-size-base);
  line-height: var(--tc-line-height-relaxed);
  margin-bottom: var(--tc-space-8);
}

.career_highlight_stats {
  display: flex;
  align-items: center;
  gap: var(--tc-space-6);
}

.career_stat_showcase {
  display: flex;
  align-items: center;
  gap: var(--tc-space-4);
}

.career_stat_visual {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career_stat_circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid var(--tc-primary-200);
  border-radius: 50%;
  border-top-color: var(--tc-primary-500);
  animation: statRotate 3s linear infinite;
}

.career_stat_value {
  font-size: var(--tc-font-size-xl);
  font-weight: 700;
  color: var(--tc-primary-600);
}

.career_stat_info {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-sm);
  font-weight: 500;
  max-width: 100px;
}

@keyframes statRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.career_creative_divider {
  display: flex;
  align-items: center;
  gap: var(--tc-space-2);
  flex: 1;
}

.career_divider_line {
  height: 2px;
  background: var(--tc-neutral-300);
  flex: 1;
}

.career_divider_dot {
  width: 8px;
  height: 8px;
  background: var(--tc-accent-500);
  border-radius: 50%;
}

.career_positions_showcase {
  position: relative;
}

.career_showcase_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: var(--tc-space-4);
  grid-template-areas:
    "large large"
    "medium1 medium2"
    "small small";
}

.career_showcase_large {
  grid-area: large;
}

.career_showcase_medium:nth-of-type(2) {
  grid-area: medium1;
}

.career_showcase_medium:nth-of-type(3) {
  grid-area: medium2;
}

.career_showcase_small {
  grid-area: small;
}

.career_showcase_item {
  background: var(--tc-bg-secondary);
  border: 1px solid var(--tc-border-light);
  border-radius: var(--tc-radius-lg);
  padding: var(--tc-space-5);
  transition: var(--tc-transition-normal);
  position: relative;
  overflow: hidden;
}

.career_showcase_item:hover {
  transform: scale(1.02);
  box-shadow: var(--tc-shadow-lg);
  border-color: var(--tc-accent-300);
}

.career_showcase_large {
  padding: var(--tc-space-6);
  background: linear-gradient(135deg, var(--tc-primary-50), var(--tc-accent-50));
}

.career_showcase_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--tc-space-4);
}

.career_showcase_icon {
  width: 40px;
  height: 40px;
  border-radius: var(--tc-radius-lg);
  position: relative;
}

.career_showcase_icon_primary {
  background: linear-gradient(135deg, var(--tc-primary-400), var(--tc-primary-600));
}

.career_showcase_icon_accent {
  background: linear-gradient(135deg, var(--tc-accent-400), var(--tc-accent-600));
}

.career_showcase_icon_success {
  background: linear-gradient(135deg, var(--tc-success-400), var(--tc-success-600));
}

.career_showcase_icon_warning {
  background: linear-gradient(135deg, var(--tc-warning-400), var(--tc-warning-600));
}

.career_showcase_icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: var(--tc-white);
  border-radius: var(--tc-radius-sm);
  opacity: 0.9;
}

.career_showcase_priority {
  background: var(--tc-error-100);
  color: var(--tc-error-700);
  padding: var(--tc-space-1) var(--tc-space-3);
  border-radius: var(--tc-radius-full);
  font-size: var(--tc-font-size-xs);
  font-weight: 600;
  text-transform: uppercase;
}

.career_showcase_content {
  margin-bottom: var(--tc-space-4);
}

.career_showcase_title {
  color: var(--tc-text-primary);
  font-size: var(--tc-font-size-lg);
  font-weight: 600;
  margin-bottom: var(--tc-space-2);
  line-height: var(--tc-line-height-tight);
}

.career_showcase_large .career_showcase_title {
  font-size: var(--tc-font-size-xl);
}

.career_showcase_role {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-sm);
  font-weight: 500;
  margin-bottom: var(--tc-space-3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.career_showcase_desc {
  color: var(--tc-text-tertiary);
  font-size: var(--tc-font-size-sm);
  line-height: var(--tc-line-height-relaxed);
  margin-bottom: 0;
}

.career_showcase_large .career_showcase_desc {
  font-size: var(--tc-font-size-base);
}

.career_showcase_footer {
  display: flex;
  justify-content: flex-end;
}

.career_showcase_location {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-sm);
  font-weight: 500;
}

.career_showcase_decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

.career_floating_element {
  position: absolute;
  background: var(--tc-accent-200);
  border-radius: 50%;
  opacity: 0.3;
  animation: float 6s ease-in-out infinite;
}

.career_floating_1 {
  width: 60px;
  height: 60px;
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}

.career_floating_2 {
  width: 40px;
  height: 40px;
  bottom: 15%;
  left: 8%;
  animation-delay: 3s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

@media (max-width: 992px) {
  .career_content_area {
    padding-right: 0;
    margin-bottom: var(--tc-space-8);
  }
  
  .career_highlight_stats {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .career_wrap {
    
  
  padding: 80px 0;
}
  
  .career_showcase_grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "large"
      "medium1"
      "medium2"
      "small";
  }
  
  .career_showcase_item {
    padding: var(--tc-space-4);
  }
  
  .career_highlight_stats {
    flex-direction: column;
    gap: var(--tc-space-4);
    text-align: center;
  }
  
  .career_creative_divider {
    width: 100px;
  }
}


/* CONTRAST FIX: Adjusted 5 color values for better readability with dark text on light background */
.blog_wrap {
  position: relative;
  padding: var(--tc-section-py, 4rem) var(--tc-section-px, 1rem);
  background: linear-gradient(135deg, var(--tc-bg-primary, #212529) 0%, var(--tc-neutral-50, #fafafa) 100%);
  overflow: hidden;
}

.blog_wrap .blog_masonry_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.blog_wrap .blog_floating_element {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
}

.blog_wrap .blog_element_1 {
  top: 15%;
  left: 10%;
  width: 80px;
  height: 80px;
  background: var(--tc-primary-500, #3b82f6);
  animation: float 6s ease-in-out infinite;
}

.blog_wrap .blog_element_2 {
  top: 60%;
  right: 15%;
  width: 120px;
  height: 120px;
  background: var(--tc-secondary-500, #8b5cf6);
  animation: float 8s ease-in-out infinite reverse;
}

.blog_wrap .blog_element_3 {
  bottom: 20%;
  left: 60%;
  width: 60px;
  height: 60px;
  background: var(--tc-accent-500, #f59e0b);
  animation: float 7s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

.blog_wrap .container {
  position: relative;
  z-index: 2;
}

.blog_wrap .blog_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);
}

.blog_wrap .blog_subtitle {
  font-size: var(--tc-font-size-xl, 1.25rem);
  font-weight: var(--tc-font-weight-medium, 500);
  color: var(--tc-text-secondary, #6b7280);
  margin-bottom: var(--tc-space-4, 1rem);
}

.blog_wrap .blog_description {
  font-size: var(--tc-font-size-lg, 1.125rem);
  color: var(--tc-text-tertiary, #9ca3af);
  margin-bottom: var(--tc-space-10, 2.5rem);
  line-height: var(--tc-line-height-relaxed, 1.75);
}

.blog_wrap .blog_masonry_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 200px);
  gap: var(--tc-space-6, 1.5rem);
  height: 860px;
}

.blog_wrap .blog_item_large {
  grid-column: span 2;
  grid-row: span 2;
}

.blog_wrap .blog_item_medium {
  grid-column: span 2;
  grid-row: span 1;
}

.blog_wrap .blog_item_tall {
  grid-column: span 2;
  grid-row: span 2;
}

.blog_wrap .blog_masonry_item {
  position: relative;
  border-radius: var(--tc-radius-xl, 1.5rem);
  overflow: hidden;
  transition: all var(--tc-transition-normal, 0.3s ease);
  cursor: pointer;
}

.blog_wrap .blog_masonry_item:hover {
  transform: scale(1.02);
}

.blog_wrap .blog_masonry_content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog_wrap .blog_masonry_image_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.blog_wrap .blog_masonry_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--tc-transition-slow, 0.5s ease);
}

.blog_wrap .blog_masonry_item:hover .blog_masonry_image {
  transform: scale(1.1);
}

.blog_wrap .blog_masonry_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(59, 130, 246, 0.8) 0%, 
    rgba(139, 92, 246, 0.8) 50%, 
    rgba(16, 185, 129, 0.8) 100%);
  z-index: 2;
}

.blog_wrap .blog_masonry_text {
  position: relative;
  z-index: 3;
  padding: var(--tc-space-6, 1.5rem);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--tc-text-on-primary, #212529);
}

.blog_wrap .blog_category_tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: var(--tc-space-2, 0.5rem) var(--tc-space-3, 0.75rem);
  border-radius: var(--tc-radius-full, 9999px);
  font-size: var(--tc-font-size-sm, 0.875rem);
  font-weight: var(--tc-font-weight-medium, 500);
  margin-bottom: var(--tc-space-3, 0.75rem);
  width: fit-content;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog_wrap .blog_masonry_title {
  font-size: var(--tc-font-size-xl, 1.25rem);
  font-weight: var(--tc-font-weight-bold, 700);
  color: var(--tc-text-on-primary, #212529);
  margin-bottom: var(--tc-space-3, 0.75rem);
  line-height: var(--tc-line-height-snug, 1.375);
}

.blog_wrap .blog_item_large .blog_masonry_title {
  font-size: var(--tc-font-size-2xl, 1.875rem);
  margin-bottom: var(--tc-space-4, 1rem);
}

.blog_wrap .blog_masonry_excerpt {
  font-size: var(--tc-font-size-base, 1rem);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: var(--tc-space-4, 1rem);
  line-height: var(--tc-line-height-relaxed, 1.75);
}

.blog_wrap .blog_item_large .blog_masonry_excerpt {
  font-size: var(--tc-font-size-lg, 1.125rem);
}

.blog_wrap .blog_masonry_link {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: var(--tc-space-3, 0.75rem) var(--tc-space-4, 1rem);
  border-radius: var(--tc-radius-lg, 1rem);
  color: var(--tc-text-on-primary, #212529);
  text-decoration: none;
  font-weight: var(--tc-font-weight-medium, 500);
  transition: all var(--tc-transition-fast, 0.15s ease);
  width: fit-content;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog_wrap .blog_masonry_link:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  color: var(--tc-text-on-primary, #212529);
}

.blog_wrap .blog_link_arrow {
  width: 16px;
  height: 16px;
  margin-left: var(--tc-space-2, 0.5rem);
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
  transition: transform var(--tc-transition-fast, 0.15s ease);
}

.blog_wrap .blog_masonry_link:hover .blog_link_arrow {
  transform: translateX(4px);
}

@media (max-width: 1200px) {
  .blog_wrap .blog_masonry_grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 280px);
    height: auto;
  }
  
  .blog_wrap .blog_item_large {
    grid-column: span 2;
    grid-row: span 1;
  }
  
  .blog_wrap .blog_item_medium {
    grid-column: span 1;
    grid-row: span 1;
  }
  
  .blog_wrap .blog_item_tall {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 768px) {
  .blog_wrap {
    padding: var(--tc-space-8, 2rem) var(--tc-space-4, 1rem);
  }
  
  .blog_wrap .blog_title {
    font-size: var(--tc-font-size-3xl, 2.25rem);
  }
  
  .blog_wrap .blog_masonry_grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 300px);
  }
  
  .blog_wrap .blog_item_large,
  .blog_wrap .blog_item_medium,
  .blog_wrap .blog_item_tall {
    grid-column: span 1;
    grid-row: span 1;
  }
  
  .blog_wrap .blog_masonry_title {
    font-size: var(--tc-font-size-lg, 1.125rem);
  }
  
  .blog_wrap .blog_item_large .blog_masonry_title {
    font-size: var(--tc-font-size-xl, 1.25rem);
  }
}


/* CONTRAST FIX: Adjusted 7 color values for better readability with dark text on light background */
/* FAQ Section v-006: Bootstrap Accordion */
.faq_wrap {
  background: var(--tc-bg-primary, #212529);
  position: relative;
}

.faq_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(135deg, var(--tc-primary-50, #f8fafc) 0%, var(--tc-primary-100, #f1f5f9) 100%);
  z-index: -1;
}

/* FAQ Header Styling */
.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);
}

/* Accordion Styling */
.faq_wrap .accordion-item {
  background: var(--tc-bg-secondary, #212529);
  border: 1px solid var(--tc-border-light, #495057);
  transition: all 0.3s ease;
}

.faq_wrap .accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(248, 249, 250, 0.1) !important;
}

.faq_wrap .accordion-button {
  background: transparent;
  border: none;
  color: var(--tc-text-primary, #1e293b);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  font-size: var(--tc-font-size-base, 1rem);
  padding: var(--tc-space-4, 1rem) var(--tc-space-5, 1.25rem);
  transition: all 0.3s ease;
  box-shadow: none;
}

.faq_wrap .accordion-button:not(.collapsed) {
  background: var(--tc-primary-50, #f8fafc);
  color: var(--tc-primary-600, #2563eb);
  border-bottom: 1px solid var(--tc-border-light, #495057);
}

.faq_wrap .accordion-button:focus {
  border: none;
  box-shadow: 0 0 0 3px var(--tc-primary-200, #dbeafe);
  outline: none;
}

.faq_wrap .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23334155'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.3s ease;
}

.faq_wrap .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232563eb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.faq_wrap .accordion-body {
  background: var(--tc-bg-secondary, #212529);
  color: var(--tc-text-secondary, #64748b);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  font-size: var(--tc-font-size-sm, 0.875rem);
  line-height: var(--tc-line-height-relaxed, 1.625);
  padding: var(--tc-space-4, 1rem) var(--tc-space-5, 1.25rem);
}

/* Animation Optimization */
@media (prefers-reduced-motion: reduce) {
  .faq_wrap .accordion-item,
  .faq_wrap .accordion-button,
  .faq_wrap .accordion-button::after {
    transition: none;
  }
  
  .faq_wrap .accordion-item:hover {
    transform: none;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq_wrap .accordion-button {
    font-size: var(--tc-font-size-sm, 0.875rem);
    padding: var(--tc-space-3, 0.75rem) var(--tc-space-4, 1rem);
  }
  
  .faq_wrap .accordion-body {
    padding: var(--tc-space-3, 0.75rem) var(--tc-space-4, 1rem);
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .faq_wrap .accordion-item {
    border: 2px solid var(--tc-text-primary, #1e293b);
  }
  
  .faq_wrap .accordion-button:focus {
    box-shadow: 0 0 0 3px var(--tc-text-primary, #1e293b);
  }
}


/* CONTRAST FIX: Adjusted 2 color values and effects for light mode compatibility */
.gallery_wrap.gallery_dark_theme {
  position: relative;
  padding: var(--tc-section-py, 5rem) 0;
  background: #0f0f0f;
  color: #212529;
  overflow: hidden;
  min-height: 100vh;
}

/* Dark Constellation */
.gallery_wrap .gallery_dark_constellation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.gallery_wrap .gallery_star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #212529;
  border-radius: 50%;
  opacity: 0.7;
  animation: starTwinkle 3s ease-in-out infinite;
}

.gallery_wrap .gallery_star_1 {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.gallery_wrap .gallery_star_2 {
  top: 25%;
  right: 20%;
  animation-delay: -0.5s;
}

.gallery_wrap .gallery_star_3 {
  bottom: 30%;
  left: 15%;
  animation-delay: -1s;
}

.gallery_wrap .gallery_star_4 {
  top: 60%;
  right: 10%;
  animation-delay: -1.5s;
}

.gallery_wrap .gallery_star_5 {
  bottom: 15%;
  right: 40%;
  animation-delay: -2s;
}

.gallery_wrap .gallery_star_6 {
  top: 40%;
  left: 30%;
  animation-delay: -2.5s;
}

@keyframes starTwinkle {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 0.3; transform: scale(1.5); }
}

/* Dark Grid */
.gallery_wrap .gallery_dark_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--tc-space-4, 1rem);
  position: relative;
  z-index: 2;
}

/* Dark Items */
.gallery_wrap .gallery_dark_item {
  position: relative;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  aspect-ratio: 4/3;
}

.gallery_wrap .gallery_dark_item:hover {
  transform: translateY(-8px) scale(1.02);
}

/* Size Variants */
.gallery_wrap .gallery_dark_featured {
  grid-column: span 2;
  aspect-ratio: 16/9;
}

.gallery_wrap .gallery_dark_tall {
  grid-row: span 2;
  aspect-ratio: 3/4;
}

.gallery_wrap .gallery_dark_wide {
  grid-column: span 2;
  aspect-ratio: 16/9;
}

/* Dark Frame */
.gallery_wrap .gallery_dark_frame {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--tc-radius-lg, 0.75rem);
  overflow: hidden;
  background: #e9ecef;
  
  border: 1px solid #333333;
}

.gallery_wrap .gallery_dark_item:hover .gallery_dark_frame {
  
  border-color: #555555;
}

/* Dark Image */
.gallery_wrap .gallery_dark_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  filter: brightness(0.8) contrast(1.2);
}

.gallery_wrap .gallery_dark_item:hover .gallery_dark_image {
  transform: scale(1.1);
  filter: brightness(1) contrast(1.3);
}

/* Dark Overlay */
.gallery_wrap .gallery_dark_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(30, 30, 30, 0.9) 0%, 
    rgba(60, 60, 60, 0.8) 50%, 
    rgba(90, 90, 90, 0.9) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery_wrap .gallery_dark_item:hover .gallery_dark_overlay {
  opacity: 1;
}

/* Dark Glow */
.gallery_wrap .gallery_dark_glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery_wrap .gallery_dark_item:hover .gallery_dark_glow {
  opacity: 1;
}

/* Dark Content */
.gallery_wrap .gallery_dark_content {
  position: relative;
  text-align: center;
  transform: translateY(20px) scale(0.9);
  transition: all 0.4s ease;
}

.gallery_wrap .gallery_dark_item:hover .gallery_dark_content {
  transform: translateY(0) scale(1);
}

/* Dark Icon */
.gallery_wrap .gallery_dark_icon {
  font-size: 2.5rem;
  color: #212529;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.25rem;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

/* Dark Ripples */
.gallery_wrap .gallery_dark_ripples {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery_wrap .gallery_dark_ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: darkRipple 2s ease-out infinite;
}

.gallery_wrap .gallery_ripple_1 {
  animation-delay: 0s;
}

.gallery_wrap .gallery_ripple_2 {
  animation-delay: 0.7s;
}

.gallery_wrap .gallery_ripple_3 {
  animation-delay: 1.4s;
}

@keyframes darkRipple {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .gallery_wrap.gallery_dark_theme {
    padding: var(--tc-space-16, 4rem) 0;
  }
  
  .gallery_wrap .gallery_dark_grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--tc-space-3, 0.75rem);
  }
  
  .gallery_wrap .gallery_dark_featured,
  .gallery_wrap .gallery_dark_wide {
    grid-column: span 1;
    aspect-ratio: 4/3;
  }
  
  .gallery_wrap .gallery_dark_tall {
    grid-row: span 1;
    aspect-ratio: 4/3;
  }
  
  .gallery_wrap .gallery_star {
    display: none;
  }
}

@media (max-width: 576px) {
  .gallery_wrap .gallery_dark_grid {
    grid-template-columns: 1fr;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .gallery_wrap .gallery_dark_item,
  .gallery_wrap .gallery_dark_image,
  .gallery_wrap .gallery_dark_overlay,
  .gallery_wrap .gallery_dark_content {
    transition: none;
  }
  
  .gallery_wrap .gallery_dark_item:hover {
    transform: none;
  }
  
  .gallery_wrap .gallery_star,
  .gallery_wrap .gallery_dark_ripple {
    animation: none;
  }
}

@media print {
  .gallery_wrap .gallery_dark_constellation,
  .gallery_wrap .gallery_dark_overlay {
    display: none;
  }
}



/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.footer_wrap {
  background: var(--tc-bg-primary);
  
  text-align: center;

  padding: 60px 0 40px 0;
}

.footer_wrap h2 {
  font-size: var(--tc-font-size-2xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
}

.footer_wrap p {
  font-size: var(--tc-font-size-base);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  margin-bottom: var(--tc-space-4);
}

.footer_wrap h3 {
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-weight-semibold);
  color: var(--tc-text-primary);
  margin: var(--tc-space-6) 0 var(--tc-space-4) 0;
}

.footer_wrap h4 {
  font-size: var(--tc-font-size-base);
  font-weight: var(--tc-font-weight-semibold);
  color: var(--tc-text-primary);
  margin: var(--tc-space-4) 0;
}

.footer_wrap a {
  color: var(--tc-primary-600);
  text-decoration: none;
  font-weight: var(--tc-font-weight-medium);
  padding: var(--tc-space-2) var(--tc-space-3);
  margin: var(--tc-space-1);
  border-radius: var(--tc-border-radius);
  display: inline-block;
  transition: all 0.3s ease;
}

.footer_wrap a:hover {
  color: var(--tc-primary-700);
  background: var(--tc-primary-50);
}

.footer_wrap [id*="disclaimer"] {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-muted);
  margin-top: var(--tc-space-6);
  padding-top: var(--tc-space-4);
  border-top: 1px solid var(--tc-border-light);
}

.footer_wrap [id*="copyright"] {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-secondary);
  font-weight: var(--tc-font-weight-medium);
  margin-top: var(--tc-space-2);
}






div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 12px 18px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #f8f9fa !important;
    border-radius: 8px 8px 0 0 !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #666666 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 4px !important;
    border-radius: 3px !important;
    transition: color 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    color: #333333 !important;
    background: transparent !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: #666666 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 18px 18px !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 10px !important;
    background: transparent !important;
    color: #333333 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    color: #333333 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666666 !important;
    display: none !important;
    padding-top: 5px !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: #666666 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 11px !important;
    color: #999999 !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: #999999 !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !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;
    }
}




.website-cta-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: white !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 18px !important;
    margin-bottom: 30px !important;
    color: rgba(255,255,255,0.9) !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 18px 35px !important;
    background: rgba(255,255,255,0.2) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    backdrop-filter: blur(10px) !important;
}

.website-cta-button:hover {
    background: rgba(255,255,255,0.3) !important;
    border-color: rgba(255,255,255,0.5) !important;
    transform: translateY(-2px) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 40px 0 !important;
    }
    
    .website-cta-title {
        font-size: 26px !important;
    }
    
    .website-cta-subtitle {
        font-size: 16px !important;
    }
    
    .website-cta-button {
        font-size: 16px !important;
        padding: 16px 30px !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;
    }
}




.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;
    }
}



/* Live Chat FAQ Widget - Minimal Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 280px !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15) !important;
    z-index: 999999 !important;
    color: #333333 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 1px solid #e0e0e0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 12px 18px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #f8f9fa !important;
    border-radius: 8px 8px 0 0 !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #666666 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 4px !important;
    border-radius: 3px !important;
    transition: color 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    color: #333333 !important;
    background: transparent !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: #666666 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 18px 18px !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 10px !important;
    background: transparent !important;
    color: #333333 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    color: #333333 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666666 !important;
    display: none !important;
    padding-top: 5px !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: #666666 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 11px !important;
    color: #999999 !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: #999999 !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 - Bold Style */
.website-cta-section {
    padding: 50px 0 !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: white !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 18px !important;
    margin-bottom: 30px !important;
    color: rgba(255,255,255,0.9) !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 18px 35px !important;
    background: rgba(255,255,255,0.2) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    backdrop-filter: blur(10px) !important;
}

.website-cta-button:hover {
    background: rgba(255,255,255,0.3) !important;
    border-color: rgba(255,255,255,0.5) !important;
    transform: translateY(-2px) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 40px 0 !important;
    }
    
    .website-cta-title {
        font-size: 26px !important;
    }
    
    .website-cta-subtitle {
        font-size: 16px !important;
    }
    
    .website-cta-button {
        font-size: 16px !important;
        padding: 16px 30px !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 - Colorful Style */
.team-social-links {
    margin-top: 22px;
    padding: 16px 0;
}

.social-icons-grid {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 19px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    transition: all 0.4s ease;
    transform: translate(-50%, -50%);
}

.social-link:hover::before {
    width: 100px;
    height: 100px;
}

.social-link:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    color: white;
}

.facebook-link {
    background: linear-gradient(45deg, #1877f2, #42a5f5, #64b5f6);
}

.linkedin-link {
    background: linear-gradient(45deg, #0a66c2, #2196f3, #42a5f5);
}

.instagram-link {
    background: linear-gradient(45deg, #e4405f, #f77737, #fcaf45, #ffdc80);
}

.x-link {
    background: linear-gradient(45deg, #000000, #424242, #666666);
    position: relative;
}

.x-link::after {
    content: '✕';
    font-weight: 900;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 10px;
    }
    
    .social-link {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}



/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Card Style */
.newsletter-section {
    margin: 30px 0;
    padding: 0;
}

.newsletter-card {
    max-width: 450px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.newsletter-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 25px;
    text-align: center;
    color: white;
}

.newsletter-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px;
}

.newsletter-subtitle {
    font-size: 13px;
    color: rgba(255,255,255,0.9);
    line-height: 1.4;
}

.newsletter-body {
    padding: 25px;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter-input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #f0f0f0;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102,126,234,0.1);
}

.newsletter-button {
    padding: 12px 20px;
    background: #667eea;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.newsletter-button:hover {
    background: #5a6fd8;
    transform: translateY(-1px);
}

.newsletter-success {
    display: none;
    margin-top: 20px;
    padding: 15px;
    background: #d1f2eb;
    border: 1px solid #a7f3d0;
    border-radius: 8px;
    color: #065f46;
    text-align: center;
    font-size: 14px;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-header {
        padding: 20px;
    }
    
    .newsletter-body {
        padding: 20px;
    }
    
    .newsletter-form {
        max-width: 100%;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: glass
 * Toggle: 4
 * Содержит только стили для выбранной темы
 * Сгенерировано автоматически - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
 */

/**
 * OptimizedCookieManager Styles
 * Уникальные классы с префиксом ocm- для избежания конфликтов
 * Все стили с !important для гарантированного применения
 */

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.ocm-banner {
    position: fixed !important;
    z-index: 999999 !important;
    max-width: 400px !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
}

.ocm-banner.ocm-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ ===== */
.ocm-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-position-bottom-center {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(100px) !important;
}

.ocm-position-bottom-center.ocm-show {
    transform: translateX(-50%) translateY(0) !important;
}

.ocm-position-top-right {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(-100px) !important;
}

.ocm-position-top-right.ocm-show {
    transform: translateY(0) !important;
}

/* ===== СОДЕРЖИМОЕ БАННЕРА ===== */
.ocm-banner-content,
.ocm-settings {
    padding: 24px !important;
}

.ocm-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.ocm-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.ocm-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #666666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.ocm-close:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.ocm-description {
    margin: 0 0 20px 0 !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

.ocm-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ocm-btn {
    padding: 12px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-family: inherit !important;
}

.ocm-btn-accept {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-accept:hover {
    background: #0056b3 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-reject {
    background: #6c757d !important;
    color: #ffffff !important;
}

.ocm-btn-reject:hover {
    background: #545b62 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-customize {
    background: transparent !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
}

.ocm-btn-customize:hover {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-save {
    background: #28a745 !important;
    color: #ffffff !important;
}

.ocm-btn-save:hover {
    background: #1e7e34 !important;
    transform: translateY(-1px) !important;
}

.ocm-back {
    background: none !important;
    border: none !important;
    color: #007bff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
}

.ocm-back:hover {
    background: #f8f9fa !important;
}

/* ===== НАСТРОЙКИ COOKIE ===== */
.ocm-category {
    margin-bottom: 20px !important;
    padding: 16px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
}

.ocm-category-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* ===== TOGGLE СТИЛЬ 4: МИНИМАЛИСТИЧНЫЙ ===== */
.ocm-toggle.ocm-toggle-style-4 {
    border-radius: 8px !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    width: 45px !important;
    height: 45px !important;
    font-size: 18px !important;
}

.ocm-toggle.ocm-toggle-style-4:hover {
    background: rgba(0, 0, 0, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    transform: translateY(-2px) !important;
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ ===== */
.ocm-settings-buttons {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 20px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.ocm-policy-link {
    color: #007bff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    border-bottom: 1px solid transparent !important;
    transition: border-color 0.2s ease !important;
}

.ocm-policy-link:hover {
    border-bottom-color: #007bff !important;
}

/* ===== ТЕМА: GLASS ===== */
.ocm-theme-glass {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 20px !important;
}

.ocm-theme-glass .ocm-btn {
    backdrop-filter: blur(10px) !important;
    border-radius: 10px !important;
}

.ocm-theme-glass .ocm-btn-accept {
    background: rgba(0, 123, 255, 0.9) !important;
}

.ocm-theme-glass .ocm-category {
    background: rgba(248, 249, 250, 0.6) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 480px) {
    .ocm-banner {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-buttons {
        flex-direction: column !important;
    }
    
    .ocm-settings-buttons {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .ocm-category-header {
        flex-wrap: wrap !important;
    }
}

/* ===== АНИМАЦИИ ===== */
@keyframes ocm-slideUp {
    from {
        transform: translateY(100%) !important;
        opacity: 0 !important;
    }
    to {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
}

@keyframes ocm-fadeIn {
    from {
        opacity: 0 !important;
    }
    to {
        opacity: 1 !important;
    }
}

/* ===== ТЕМНАЯ ТЕМА (медиазапрос) ===== */
@media (prefers-color-scheme: dark) {
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
}


/* Contact Form Styles */
/* Contact Form Section Styles */
.contact_form_section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.contact_form_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23000" opacity="0.02"/><circle cx="75" cy="75" r="1" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.5;
    pointer-events: none;
}

.contact_form_wrapper {
    position: relative;
    z-index: 2;
}

/* Header Styles */
.contact_form_header {
    margin-bottom: 50px;
}

.contact_form_title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.contact_form_subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 20px;
}

.contact_form_description {
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Form Card Styles */
.contact_form_card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.contact_form_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #6f42c1, #e83e8c);
}

/* Form Elements */
.contact_form .form-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.contact_form .form-control {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #ffffff;
}

.contact_form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.15);
    background-color: #ffffff;
}

.contact_form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* Checkbox Styles */
.contact_form .form-check {
    padding-left: 1.5rem;
}

.contact_form .form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.1rem;
    border: 2px solid #dee2e6;
}

.contact_form .form-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.contact_form .form-check-label {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #6c757d;
}

.contact_form .form-check-label a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.contact_form .form-check-label a:hover {
    text-decoration: underline;
}

/* Submit Button */
.contact_form_submit {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border: none;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact_form_submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 123, 255, 0.4);
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
}

.contact_form_submit:active {
    transform: translateY(0);
}

/* Contact Info Card */
.contact_info_card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.05);
    height: fit-content;
    position: sticky;
    top: 100px;
}

.contact_info_title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: center;
}

/* Contact Info Items */
.contact_info_items {
    margin-bottom: 30px;
}

.contact_info_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 12px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.contact_info_item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.contact_info_icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #007bff, #6f42c1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact_info_icon i {
    color: #ffffff;
    font-size: 1.2rem;
}

.contact_info_details h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.contact_info_details p {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.4;
}

.contact_info_details a {
    color: #007bff;
    text-decoration: none;
}

.contact_info_details a:hover {
    text-decoration: underline;
}

/* Contact Info Note */
.contact_info_note {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border-left: 4px solid #007bff;
}

.contact_info_note p {
    margin: 0;
    font-size: 0.9rem;
    color: #2c3e50;
    line-height: 1.6;
}

.contact_info_note strong {
    color: #007bff;
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact_form_section {
        padding: 60px 0;
    }
    
    .contact_form_card,
    .contact_info_card {
        padding: 30px 20px;
    }
    
    .contact_info_card {
        position: static;
        margin-top: 30px;
    }
    
    .contact_form_title {
        font-size: 2rem;
    }
    
    .contact_form_subtitle {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .contact_form_section {
        padding: 40px 0;
    }
    
    .contact_form_card,
    .contact_info_card {
        padding: 25px 15px;
    }
    
    .contact_form_title {
        font-size: 1.75rem;
    }
    
    .contact_info_item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact_info_icon {
        margin: 0 auto 15px auto;
    }
}

@media (max-width: 576px) {
    .contact_form_header {
        margin-bottom: 30px;
    }
    
    .contact_form_title {
        font-size: 1.5rem;
    }
    
    .contact_form_subtitle {
        font-size: 1.1rem;
    }
    
    .contact_form_description {
        font-size: 1rem;
    }
    
    .contact_form_submit {
        width: 100%;
        padding: 12px 30px;
    }
}

/* Animation Classes */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.contact_form_wrapper {
    animation: slideInUp 0.8s ease-out;
}

.contact_info_item {
    animation: fadeIn 1s ease-out;
}

.contact_info_item:nth-child(1) { animation-delay: 0.1s; }
.contact_info_item:nth-child(2) { animation-delay: 0.2s; }
.contact_info_item:nth-child(3) { animation-delay: 0.3s; }

/* Form Validation States */
.contact_form .form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.15);
}

.contact_form .form-control.is-valid {
    border-color: #28a745;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.15);
}

/* Loading State */
.contact_form_submit.loading {
    pointer-events: none;
    opacity: 0.7;
}

.contact_form_submit.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
