:root {
  --primary-50: #faf5ff;
  --primary-50-rgb: 250, 245, 255;
  --primary-100: #f3e8ff;
  --primary-100-rgb: 243, 232, 255;
  --primary-300: #d8b4fe;
  --primary-300-rgb: 216, 180, 254;
  --primary-500: #9333ea;
  --primary-500-rgb: 147, 51, 234;
  --primary-700: #7e22ce;
  --primary-700-rgb: 126, 34, 206;
  --primary-200: #e6ceff;
  --primary-200-rgb: 230, 206, 255;
  --primary-400: #b674f4;
  --primary-400-rgb: 182, 116, 244;
  --primary-600: #892bdc;
  --primary-600-rgb: 137, 43, 220;
  --primary-800: #651ba5;
  --primary-800-rgb: 101, 27, 165;
  --primary-900: #56178c;
  --primary-900-rgb: 86, 23, 140;
  --primary-950: #3c1062;
  --primary-950-rgb: 60, 16, 98;
  --primary-rgb: 147, 51, 234;
  --neutral-50: #fafafa;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-100: #f4f4f5;
  --neutral-100-rgb: 244, 244, 245;
  --neutral-300: #d4d4d8;
  --neutral-300-rgb: 212, 212, 216;
  --neutral-500: #71717a;
  --neutral-500-rgb: 113, 113, 122;
  --neutral-700: #3f3f46;
  --neutral-700-rgb: 63, 63, 70;
  --neutral-900: #2b2b30;
  --neutral-900-rgb: 43, 43, 48;
  --neutral-200: #e4e4e7;
  --neutral-200-rgb: 228, 228, 231;
  --neutral-400: #a3a3a9;
  --neutral-400-rgb: 163, 163, 169;
  --neutral-600: #585860;
  --neutral-600-rgb: 88, 88, 96;
  --neutral-800: #323238;
  --neutral-800-rgb: 50, 50, 56;
  --neutral-950: #1e1e22;
  --neutral-950-rgb: 30, 30, 34;
  --surface-primary: var(--neutral-50);
  --surface-secondary: var(--neutral-100);
  --surface-accent: var(--primary-50);
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-accent: var(--primary-500);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #000000;
  --button-secondary-bg: var(--neutral-100);
  --button-secondary-text: var(--neutral-900);
  --border-light: var(--neutral-300);
  --border-medium: var(--neutral-500);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --accent-50: #fcf7e8;
  --accent-50-rgb: 252, 247, 232;
  --accent-100: #f7ebe8;
  --accent-100-rgb: 247, 235, 232;
  --accent-200: #eed5e8;
  --accent-200-rgb: 238, 213, 232;
  --accent-300: #e4bfe7;
  --accent-300-rgb: 228, 191, 231;
  --accent-400: #cc89de;
  --accent-400-rgb: 204, 137, 222;
  --accent-500: #b352d5;
  --accent-500-rgb: 179, 82, 213;
  --accent-600: #ac4bc8;
  --accent-600-rgb: 172, 75, 200;
  --accent-700: #a543bb;
  --accent-700-rgb: 165, 67, 187;
  --accent-800: #933d96;
  --accent-800-rgb: 147, 61, 150;
  --accent-900: #893a7f;
  --accent-900-rgb: 137, 58, 127;
  --accent-950: #773459;
  --accent-950-rgb: 119, 52, 89;
  --accent-rgb: 179, 82, 213;
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
  --text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
  --text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
  --text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
  --text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
  --text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --leading-extra_loose: 2.5;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --text-body: var(--text-primary);
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-11: 2.75rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-36: 9rem;
  --space-40: 10rem;
  --space-44: 11rem;
  --space-48: 12rem;
  --space-52: 13rem;
  --space-56: 14rem;
  --space-60: 15rem;
  --space-64: 16rem;
  --space-72: 18rem;
  --space-80: 20rem;
  --space-96: 24rem;
  --space-px: 1px;
  --space-0.5: 0.125rem;
  --space-1.5: 0.375rem;
  --space-2.5: 0.625rem;
  --space-3.5: 0.875rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  --space-6xl: 16rem;
  --section-py: clamp(3rem, 5vw, 5rem);
  --section-y-mobile: 3rem;
  --section-y-tablet: 4rem;
  --section-y-desktop: 5rem;
  --section-y-hero: clamp(4rem, 10vw, 8rem);
  --section-x: clamp(1rem, 3vw, 2rem);
  --section-gap: clamp(1.5rem, 3vw, 2.5rem);
  --card-padding: 1.5rem;
  --card-gap: 1rem;
  --button-padding-x: 1.5rem;
  --button-padding-y: 0.75rem;
  --form-gap: 1rem;
}



/* ===== EFFECTS & ELEVATION (Theme-Independent) ===== */
:root {
  /* Shadows */
  --shadow-none: none;
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  
  /* Border Radius */
  --radius-none: 0;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --transition-all: all 0.3s ease;
  
  /* Opacity */
  --opacity-disabled: 0.5;
  --opacity-loading: 0.7;
  --opacity-overlay: 0.8;
}

/* ===== SECTION BASE STYLES ===== */
section {
  padding-top: var(--section-y-mobile);
  padding-bottom: var(--section-y-mobile);
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}

@media (min-width: 768px) {
  section {
    padding-top: var(--section-y-tablet);
    padding-bottom: var(--section-y-tablet);
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--section-y-desktop);
    padding-bottom: var(--section-y-desktop);
  }
}

/* Hero section special spacing */
section[id="hero"] {
  padding-top: var(--section-y-hero);
  padding-bottom: var(--section-y-hero);
}

/* ===== RESPONSIVE BEHAVIOR ===== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {
  :root {
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  :root {
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-xl: none;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    break-inside: avoid;
  }
}

/* ===== BASE STYLES - ADDITIVE TO BOOTSTRAP ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  overflow-x: hidden;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
*:focus {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
}







/* ===== FONT FAMILY UTILITIES ===== */
.agency_font_primary {
  font-family: var(--font-primary);
}

.layout_font_secondary {
  font-family: var(--font-secondary);
}

.dark_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.site_display_1 {
  font-family: var(--font-secondary);
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-none);
  letter-spacing: var(--tracking-tighter);
}

.studio_display_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-5xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.core_display_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

/* Heading Styles - For section titles and content hierarchy */
.brand_heading_1 {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.modern_heading_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.style_heading_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
}

.premium_heading_4 {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
}

.custom_heading_5 {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

.company_heading_6 {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Body Text Styles */
.business_body_large {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
}

.container_body_base {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
}

.bright_body_small {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Utility Text Styles */
.design_caption {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-wide);
  color: var(--text-muted);
}

.base_overline {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Code Styles */
.web_code_inline {
  font-family: var(--font-mono);
  font-size: 0.875em;
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  background-color: var(--bg-muted);
  color: var(--text-primary);
  padding: 0.125rem 0.25rem;
  border-radius: var(--radius-sm);
}

.pro_code_block {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  background-color: var(--bg-muted);
  color: var(--text-primary);
  padding: var(--space-4);
  border-radius: var(--radius-md);
  overflow-x: auto;
}

/* ===== SECTION-SPECIFIC TYPOGRAPHY ===== */

/* Hero Section Typography */
.section_hero_title {
  font-family: var(--font-secondary);
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tighter);
  color: var(--text-primary);
  margin-bottom: var(--space-6);
}

.main_hero_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-8);
}

/* Section Typography */
.elite_section_title {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.creative_section_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-3);
}

.fresh_section_description {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  margin-bottom: var(--space-8);
  max-width: 65ch; /* Optimal reading width */
}

/* Card Typography */
.app_card_title {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
}

.best_card_text {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
}

/* Navigation Typography */
.ui_nav_link {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.ui_nav_link:hover,
.ui_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.unique_button_text {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Footer Typography */
.smart_footer_text {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-muted);
}

/* ===== RESPONSIVE TYPOGRAPHY ===== */
@media (max-width: 768px) {
  .section_hero_title {
    font-size: var(--text-4xl);
  }
  
  .elite_section_title {
    font-size: var(--text-3xl);
  }
  
  .site_display_1 {
    font-size: var(--text-5xl);
  }
  
  .studio_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .section_hero_title {
    font-size: var(--text-3xl);
  }
  
  .elite_section_title {
    font-size: var(--text-2xl);
  }
  
  .site_display_1 {
    font-size: var(--text-4xl);
  }
}

/* ===== LINK STYLES - ADDITIVE TO BOOTSTRAP ===== */
a:not([class]) {
  color: var(--text-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: all var(--transition-fast);
}

a:not([class]):hover,
a:not([class]):focus {
  color: var(--text-link-hover);
  text-decoration-thickness: 2px;
}

a:not([class]):visited {
  color: var(--text-link);
}

/* ===== TEXT UTILITIES ===== */
.bold_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.new_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.content_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.minimal_text_balance {
  text-wrap: balance;
}

.theme_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .ui_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .design_caption,
  .base_overline,
  .smart_footer_text {
    color: var(--text-secondary);
  }
  
  .main_hero_subtitle,
  .creative_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .section_hero_title,
  .elite_section_title,
  .brand_heading_1,
  .modern_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .bold_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.digital_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.top_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prime_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.light_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.clean_stack {
  display: flex;
  flex-direction: column;
}

.brand29_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.design64_full_height {
  min-height: 100vh;
}

.best41_section_height {
  min-height: 80vh;
}

.smart43_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.custom47_m_0 { margin: 0; }
.fresh65_m_1 { margin: var(--space-1); }
.elite72_m_2 { margin: var(--space-2); }
.web32_m_3 { margin: var(--space-3); }
.custom40_m_4 { margin: var(--space-4); }
.custom4_m_6 { margin: var(--space-6); }
.main64_m_8 { margin: var(--space-8); }
.top35_m_12 { margin: var(--space-12); }
.bold15_m_16 { margin: var(--space-16); }

.design4_mx_auto { margin-left: auto; margin-right: auto; }
.digital43_my_auto { margin-top: auto; margin-bottom: auto; }

.bright90_mt_0 { margin-top: 0; }
.pro10_mt_4 { margin-top: var(--space-4); }
.elite94_mt_8 { margin-top: var(--space-8); }
.main35_mt_12 { margin-top: var(--space-12); }

.ui44_mb_0 { margin-bottom: 0; }
.design45_mb_4 { margin-bottom: var(--space-4); }
.digital79_mb_8 { margin-bottom: var(--space-8); }
.main26_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.top70_p_0 { padding: 0; }
.business77_p_1 { padding: var(--space-1); }
.core5_p_2 { padding: var(--space-2); }
.base75_p_3 { padding: var(--space-3); }
.business12_p_4 { padding: var(--space-4); }
.creative39_p_6 { padding: var(--space-6); }
.prime13_p_8 { padding: var(--space-8); }

.premium39_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.core60_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.theme34_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.design0_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.premium81_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.clean57_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.style28_gap_1 { gap: var(--space-1); }
.elite50_gap_2 { gap: var(--space-2); }
.bold22_gap_3 { gap: var(--space-3); }
.bold16_gap_4 { gap: var(--space-4); }
.bold89_gap_6 { gap: var(--space-6); }
.dark87_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.page27_shadow_none { box-shadow: var(--shadow-none); }
.minimal51_shadow_xs { box-shadow: var(--shadow-xs); }
.unique40_shadow_sm { box-shadow: var(--shadow-sm); }
.minimal61_shadow_md { box-shadow: var(--shadow-md); }
.modern48_shadow_lg { box-shadow: var(--shadow-lg); }
.web17_shadow_xl { box-shadow: var(--shadow-xl); }
.style87_shadow_2xl { box-shadow: var(--shadow-2xl); }
.section74_shadow_inner { box-shadow: var(--shadow-inner); }
.fresh30_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.new20_radius_none { border-radius: var(--radius-none); }
.ui11_radius_xs { border-radius: var(--radius-xs); }
.main17_radius_sm { border-radius: var(--radius-sm); }
.layout39_radius_md { border-radius: var(--radius-md); }
.light23_radius_lg { border-radius: var(--radius-lg); }
.pro54_radius_xl { border-radius: var(--radius-xl); }
.page84_radius_2xl { border-radius: var(--radius-2xl); }
.bright79_radius_3xl { border-radius: var(--radius-3xl); }
.company10_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.app5_gradient_primary {
  background: var(--gradient-primary);
}

.custom46_gradient_secondary {
  background: var(--gradient-secondary);
}

.layout54_gradient_hero {
  background: var(--gradient-hero);
}

.light41_gradient_card {
  background: var(--gradient-card);
}

.prime64_gradient_overlay {
  position: relative;
}

.prime64_gradient_overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-overlay-dark);
  pointer-events: none;
  z-index: 1;
}

.prime64_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.prime10_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.prime10_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.base98_hover_scale {
  transition: transform var(--transition-normal);
}

.base98_hover_scale:hover {
  transform: scale(1.02);
}

.bright30_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.bright30_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.custom7_hover_fade {
  transition: opacity var(--transition-normal);
}

.custom7_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.design5_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.design5_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.design29_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main35_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.content15_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.main90_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.business21_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.style89_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.fresh80_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.modern30_timeline {
  position: relative;
}

.modern30_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.modern11_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.modern11_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.modern11_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.bright87_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.app5_slide_up {
  transform: translateY(20px);
  opacity: 0;
  animation: tc-slideUp var(--transition-slow) ease-out forwards;
}

@keyframes tc-slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.page58_slide_in_left {
  transform: translateX(-20px);
  opacity: 0;
  animation: tc-slideInLeft var(--transition-slow) ease-out forwards;
}

@keyframes tc-slideInLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.site88_scale_in {
  transform: scale(0.95);
  opacity: 0;
  animation: tc-scaleIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-scaleIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Transition utilities */
.brand71_transition_all {
  transition: var(--transition-all);
}

.style0_transition_fast {
  transition: all var(--transition-fast);
}

.design75_transition_normal {
  transition: all var(--transition-normal);
}

.best79_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.bright70_bg_primary { background-color: var(--bg-primary); }
.fresh59_bg_secondary { background-color: var(--bg-secondary); }
.page50_bg_muted { background-color: var(--bg-muted); }
.site2_bg_glass { background-color: var(--bg-glass); }

.dark28_text_primary { color: var(--text-primary); }
.main32_text_secondary { color: var(--text-secondary); }
.digital82_text_muted { color: var(--text-muted); }
.prime74_text_inverse { color: var(--text-inverse); }
.section82_text_link { color: var(--text-link); }

.ui95_border_light { border-color: var(--border-light); }
.base96_border_medium { border-color: var(--border-medium); }
.core36_border_strong { border-color: var(--border-strong); }
.dark34_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .content15_services_grid,
  .business21_features_grid,
  .main90_team_grid,
  .fresh80_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .style89_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .modern30_timeline::before {
    left: 30px;
  }
  
  .modern11_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .best41_section_height {
    min-height: 60vh;
  }
  
  .smart43_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .style89_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .modern11_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.theme86_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;
}

.agency71_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.container88_skip_link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--bg-inverse);
  color: var(--text-inverse);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-md);
  text-decoration: none;
  z-index: 9999;
  transition: top var(--transition-fast);
}

.container88_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .light13_no_print {
    display: none !important;
  }
  
  .bright32_print_only {
    display: block !important;
  }
  
  .minimal51_shadow_xs,
  .unique40_shadow_sm,
  .minimal61_shadow_md,
  .modern48_shadow_lg,
  .web17_shadow_xl,
  .style87_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .bright87_fade_in,
  .app5_slide_up,
  .page58_slide_in_left,
  .site88_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .prime10_hover_lift,
  .base98_hover_scale,
  .bright30_hover_shadow,
  .custom7_hover_fade,
  .brand71_transition_all,
  .style0_transition_fast,
  .design75_transition_normal,
  .best79_transition_slow {
    transition: none;
  }
}

.header-modern {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--surface-primary);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.4s ease;
  overflow: hidden;
}

.header-modern::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    color-mix(in srgb, var(--primary-500) 50%, transparent) 50%,
    transparent 100%
  );
}

.header-modern .navbar {
  padding: 1.5rem 0;
  position: relative;
}

.header-modern .navbar-brand {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--primary-700);
  text-decoration: none;
  letter-spacing: -0.2px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10002;
  display: inline-block;
}

.header-modern .navbar-brand::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 0;
  background: var(--primary-500);
  transition: all 0.3s ease;
}

.header-modern .navbar-brand:hover {
  color: var(--primary-500);
  padding-left: 20px;
}

.header-modern .navbar-brand:hover::before {
  height: 100%;
}

.header-modern .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  margin: 0;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.header-modern .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: var(--primary-500);
  transition: height 0.3s ease;
}

.header-modern .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 0;
  background: var(--primary-500);
  transition: height 0.3s ease;
}

.header-modern .nav-link:hover {
  color: var(--primary-700);
  background: color-mix(in srgb, var(--primary-100) 25%, transparent);
}

.header-modern .nav-link:hover::before,
.header-modern .nav-link:hover::after {
  height: 100%;
}

/* Custom Minimal Hamburger Toggle */
.header-modern .menu-toggle-input {
  display: none;
}

.header-modern .hamburger-toggle {
  display: none;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
  padding: 8px 10px;
  z-index: 10003;
  position: relative;
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--primary-500) 30%, transparent);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.header-modern .hamburger-toggle:hover {
  background: color-mix(in srgb, var(--primary-100) 25%, transparent);
  border-color: var(--primary-500);
  transform: scale(1.05);
}

.header-modern .bar-minimal {
  width: 26px;
  height: 2px;
  background: #334155;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform-origin: center;
}

/* Minimal Hamburger Animation */
.header-modern .menu-toggle-input:checked ~ .hamburger-toggle {
  background: color-mix(in srgb, var(--primary-300) 35%, transparent);
  border-color: var(--primary-700);
}

.header-modern .menu-toggle-input:checked ~ .hamburger-toggle .bar-minimal:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  background: var(--primary-700);
}

.header-modern .menu-toggle-input:checked ~ .hamburger-toggle .bar-minimal:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-modern .menu-toggle-input:checked ~ .hamburger-toggle .bar-minimal:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  background: var(--primary-700);
}

/* Minimal Elegant Decorative Elements */
.header-modern .minimal-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.header-modern .minimal-decorations i {
  position: absolute;
  font-size: 1.2rem;
  color: color-mix(in srgb, var(--primary-500) 20%, transparent);
  animation: minimalFloat 10s ease-in-out infinite;
}

.header-modern .minimal-decorations .bi-diamond {
  top: 20px;
  right: 15%;
  animation-delay: 0s;
}

.header-modern .minimal-decorations .bi-circle {
  bottom: 25px;
  left: 18%;
  font-size: 1rem;
  animation-delay: 2s;
}

.header-modern .minimal-decorations .bi-square {
  top: 50%;
  left: 10%;
  font-size: 1.1rem;
  animation-delay: 4s;
  transform: translateY(-50%);
}

.header-modern .minimal-line {
  position: absolute;
  background: color-mix(in srgb, var(--primary-300) 25%, transparent);
  animation: minimalLineGrow 6s ease-in-out infinite;
}

.header-modern .line-1 {
  top: 30%;
  right: 8%;
  width: 1px;
  height: 40px;
  animation-delay: 0s;
}

.header-modern .line-2 {
  bottom: 20px;
  left: 25%;
  width: 50px;
  height: 1px;
  animation-delay: 3s;
}

.header-modern .minimal-dot {
  position: absolute;
  width: 4px;
  height: 4px;
  background: color-mix(in srgb, var(--primary-500) 35%, transparent);
  border-radius: 50%;
  animation: minimalPulse 4s ease-in-out infinite;
}

.header-modern .dot-1 {
  top: 15px;
  left: 22%;
  animation-delay: 0s;
}

.header-modern .dot-2 {
  bottom: 18px;
  right: 20%;
  animation-delay: 2s;
}

@keyframes minimalFloat {
  0%, 100% {
    transform: translate(0, 0);
    opacity: 0.2;
  }
  50% {
    transform: translate(5px, -5px);
    opacity: 0.35;
  }
}

@keyframes minimalLineGrow {
  0%, 100% {
    transform: scale(1);
    opacity: 0.25;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.4;
  }
}

@keyframes minimalPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.6;
  }
}

/* Mobile Styles */
@media (max-width: 991.98px) {
  .header-modern .hamburger-toggle {
    display: flex;
  }

  .header-modern .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: var(--surface-primary);
    padding: 5.5rem 2rem 2rem;
    transition: right 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: 10;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.08);
  }

  .header-modern .menu-toggle-input:checked ~ .navbar-collapse {
    right: 0;
  }

  .header-modern .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: color-mix(in srgb, var(--primary-700) 30%, transparent);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: -1;
    backdrop-filter: blur(6px);
  }

  .header-modern .menu-toggle-input:checked ~ .navbar-collapse .backdrop {
    opacity: 1;
    visibility: visible;
  }

  .header-modern .navbar-nav {
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
    z-index: 1;
  }

  .header-modern .nav-link {
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .header-modern .navbar-nav {
    flex-direction: row;
    gap: 0.5rem;
  }

  .header-modern .backdrop {
    display: none;
  }
}





/* Hero section */
.hero-alt {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
  padding: 80px 0;
}

.hero-alt .container {
  position: relative;
  z-index: 2;
}

/* Text Content Styles */
.hero-alt .hero-text-block {
  padding: 40px 30px;
}

.hero-alt .hero-title {
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.hero-alt .hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-500);
  margin-bottom: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hero-alt .hero-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin: 0;
}

/* Image Grid Styles */
.hero-alt .hero-image-grid {
  position: relative;
  padding: 50px 30px;
}

.hero-alt .grid-main-image {
  position: relative;
  z-index: 2;
}

.hero-alt .main-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 20px 60px color-mix(in srgb, var(--neutral-900) 25%, transparent);
}

.hero-alt .image-frame {
  position: absolute;
  top: -15px;
  left: -15px;
  right: 15px;
  bottom: 15px;
  border: 4px solid var(--primary-500);
  border-radius: 8px;
  z-index: -1;
  pointer-events: none;
}

/* Grid Pattern Overlay */
.hero-alt .grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero-alt .pattern-line {
  position: absolute;
  background: var(--primary-300);
  opacity: 0.3;
}

.hero-alt .line-h {
  width: 100%;
  height: 2px;
}

.hero-alt .line-v {
  width: 2px;
  height: 100%;
}

.hero-alt .line-1 {
  top: 30%;
}

.hero-alt .line-2 {
  bottom: 30%;
}

.hero-alt .line-3 {
  left: 25%;
}

.hero-alt .line-4 {
  right: 25%;
}

/* Technical Badges */
.hero-alt .technical-badges {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.hero-alt .tech-badge {
  position: absolute;
  width: 75px;
  height: 75px;
  background: var(--surface-primary);
  border: 4px solid var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px color-mix(in srgb, var(--neutral-900) 20%, transparent);
  transition: transform 0.3s ease;
}

.hero-alt .tech-badge:hover {
  transform: scale(1.1);
}

.hero-alt .tech-badge i {
  font-size: 32px;
  color: var(--primary-700);
}

.hero-alt .badge-tl {
  top: 30px;
  left: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}

.hero-alt .badge-tr {
  top: 30px;
  right: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
}

.hero-alt .badge-bl {
  bottom: 30px;
  left: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}

.hero-alt .badge-br {
  bottom: 30px;
  right: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
}

/* Industrial Background */
.hero-alt .industrial-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.hero-alt .bg-grid-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--neutral-300) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-300) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.05;
}

.hero-alt .bg-corner {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 4px solid var(--primary-300);
  opacity: 0.3;
}

.hero-alt .corner-tl {
  top: 20px;
  left: 20px;
  border-right: none;
  border-bottom: none;
}

.hero-alt .corner-br {
  bottom: 20px;
  right: 20px;
  border-left: none;
  border-top: none;
}

/* Accessibility - Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-alt .tech-badge {
    transition: none;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .hero-alt {
    padding: 60px 0;
  }
  
  .hero-alt .hero-title {
    font-size: 2.75rem;
  }
  
  .hero-alt .hero-subtitle {
    font-size: 1.35rem;
  }
  
  .hero-alt .hero-description {
    font-size: 1.05rem;
  }
  
  .hero-alt .hero-text-block {
    padding: 30px 20px;
  }
  
  .hero-alt .hero-image-grid {
    padding: 40px 20px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .hero-alt .hero-title {
    font-size: 2.25rem;
  }
  
  .hero-alt .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .hero-alt .hero-description {
    font-size: 1rem;
  }
  
  .hero-alt .tech-badge {
    width: 65px;
    height: 65px;
  }
  
  .hero-alt .tech-badge i {
    font-size: 28px;
  }
  
  .hero-alt .badge-bl,
  .hero-alt .badge-br {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero-alt .hero-title {
    font-size: 1.875rem;
  }
  
  .hero-alt .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-alt .hero-text-block {
    padding: 20px 15px;
  }
  
  .hero-alt .hero-image-grid {
    padding: 30px 15px;
  }
  
  .hero-alt .tech-badge {
    width: 55px;
    height: 55px;
  }
  
  .hero-alt .tech-badge i {
    font-size: 24px;
  }
  
  .hero-alt .badge-tl {
    left: 15px;
    top: 15px;
  }
  
  .hero-alt .badge-tr {
    right: 15px;
    top: 15px;
  }
  
  .hero-alt .pattern-line {
    display: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .hero-alt .image-frame {
    border-width: 5px;
    opacity: 1;
  }
  
  .hero-alt .tech-badge {
    border-width: 5px;
  }
  
  .hero-alt .bg-grid-lines {
    opacity: 0.08;
  }
}





.about-section-variant {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(180deg, var(--surface-primary), var(--neutral-50));
  overflow: hidden;
}

/* Background Elements */
.about-section-variant .grid-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(var(--neutral-300) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-300) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.about-section-variant .metal-texture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 48%, color-mix(in srgb, var(--neutral-700) 3%, transparent) 50%, transparent 52%);
  background-size: 4px 4px;
  pointer-events: none;
  z-index: 0;
}

/* Section Header */
.about-section-variant .section-header {
  position: relative;
  z-index: 1;
}

.about-section-variant .header-line {
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
  margin: 0 auto 1.5rem;
}

.about-section-variant #about-title {
  color: var(--text-primary);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.about-section-variant #about-subtitle {
  color: var(--text-secondary);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
}

.about-section-variant #about-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Masonry Grid */
.about-section-variant .masonry-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  grid-auto-flow: dense;
  z-index: 1;
}

.about-section-variant .masonry-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.about-section-variant .masonry-item.medium {
  grid-column: span 1;
  grid-row: span 1;
}

.about-section-variant .masonry-item.small {
  grid-column: span 1;
  grid-row: span 1;
}

/* Industrial Cards */
.about-section-variant .industrial-card {
  background: var(--light);
  border: 2px solid var(--neutral-300);
  border-radius: 4px;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 
    inset 0 1px 0 color-mix(in srgb, var(--light) 80%, var(--neutral-100)),
    0 8px 20px rgba(0, 0, 0, 0.08);
  position: relative;
}

.about-section-variant .industrial-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-500);
  box-shadow: 
    inset 0 1px 0 color-mix(in srgb, var(--light) 80%, var(--neutral-100)),
    0 12px 30px rgba(0, 0, 0, 0.12);
}

.about-section-variant .industrial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.about-section-variant .industrial-card:hover::before {
  opacity: 1;
}

/* Card with Image Block */
.about-section-variant .card-image-block {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.about-section-variant .card-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-section-variant .industrial-card:hover .card-image-block img {
  transform: scale(1.05);
}

.about-section-variant .metal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 50%, color-mix(in srgb, var(--neutral-900) 60%, transparent));
  pointer-events: none;
}

.about-section-variant .card-content-block {
  padding: 2rem;
}

.about-section-variant .bolt-decoration {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.about-section-variant .bolt {
  width: 10px;
  height: 10px;
  background: var(--neutral-500);
  border-radius: 50%;
  box-shadow: 
    inset 0 1px 2px rgba(0, 0, 0, 0.3),
    0 1px 1px rgba(255, 255, 255, 0.5);
  position: relative;
}

.about-section-variant .bolt::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 2px;
  background: var(--neutral-700);
}

.about-section-variant .card-content-block h4,
.about-section-variant .industrial-card h4 {
  color: var(--text-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about-section-variant .card-content-block p,
.about-section-variant .industrial-card p {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Metal Frame Cards */
.about-section-variant .industrial-card .metal-frame {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--neutral-300), var(--neutral-100));
  border: 3px solid var(--neutral-500);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 1.5rem;
  position: relative;
  box-shadow: 
    inset 0 2px 4px rgba(0, 0, 0, 0.1),
    0 4px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.about-section-variant .industrial-card:hover .metal-frame {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-color: var(--primary-700);
  transform: scale(1.1);
}

.about-section-variant .metal-frame::before,
.about-section-variant .metal-frame::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--neutral-700);
  border-radius: 50%;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.about-section-variant .metal-frame::before {
  top: 5px;
  left: 5px;
}

.about-section-variant .metal-frame::after {
  bottom: 5px;
  right: 5px;
}

.about-section-variant .metal-frame i {
  font-size: 2rem;
  color: var(--neutral-700);
  transition: color 0.3s ease;
}

.about-section-variant .industrial-card:hover .metal-frame i {
  color: var(--light);
}

.about-section-variant .industrial-card:not(.image-only) {
  padding: 1.5rem;
  text-align: center;
}

/* Image Only Cards */
.about-section-variant .industrial-card.image-only {
  padding: 0;
  position: relative;
}

.about-section-variant .industrial-card.image-only img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.about-section-variant .industrial-card.image-only:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

.about-section-variant .rivet-corner {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--neutral-500);
  border-radius: 50%;
  box-shadow: 
    inset 0 1px 2px rgba(0, 0, 0, 0.4),
    0 1px 2px rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.about-section-variant .rivet-corner.top-left {
  top: 10px;
  left: 10px;
}

.about-section-variant .rivet-corner.top-right {
  top: 10px;
  right: 10px;
}

.about-section-variant .rivet-corner.bottom-left {
  bottom: 10px;
  left: 10px;
}

.about-section-variant .rivet-corner.bottom-right {
  bottom: 10px;
  right: 10px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .about-section-variant {
    padding: 80px 0;
  }

  .about-section-variant #about-title {
    font-size: 2.5rem;
  }

  .about-section-variant .masonry-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .about-section-variant .masonry-item.large {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 767.98px) {
  .about-section-variant {
    padding: 60px 0;
  }

  .about-section-variant #about-title {
    font-size: 2rem;
  }

  .about-section-variant .masonry-grid {
    grid-template-columns: 1fr;
  }

  .about-section-variant .card-content-block {
    padding: 1.5rem;
  }

  .about-section-variant .industrial-card:not(.image-only) {
    padding: 1.25rem;
  }
}





.features-secondary {
  position: relative;
  background: linear-gradient(180deg, 
    var(--surface-primary), 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary)));
  overflow: hidden;
}

/* Organic Badge */
.features-secondary .organic-badge {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-300), 
    var(--primary-500));
  border-radius: 50% 40% 50% 40%;
  margin-bottom: 1.5rem;
  animation: organicPulse 4s ease-in-out infinite;
}

@keyframes organicPulse {
  0%, 100% {
    border-radius: 50% 40% 50% 40%;
    transform: scale(1);
  }
  50% {
    border-radius: 40% 50% 40% 50%;
    transform: scale(1.05);
  }
}

.features-secondary .organic-badge i {
  font-size: 2rem;
  color: var(--light);
}

/* Header */
.features-secondary .display-5 {
  color: var(--text-primary);
}

.features-secondary .text-muted {
  color: var(--text-secondary) !important;
}

.features-secondary .lead {
  color: var(--text-secondary);
  line-height: 1.75;
}

/* Organic Features Wrapper */
.features-secondary .organic-features-wrapper {
  position: relative;
  z-index: 1;
}

/* Organic Feature Card */
.features-secondary .organic-feature-card {
  position: relative;
  height: 100%;
  padding: 2.5rem;
  background: var(--surface-secondary);
  border-radius: 30px 10px 30px 10px;
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
  transition: all 0.4s ease;
  overflow: hidden;
}

.features-secondary .organic-feature-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-100) 40%, transparent), 
    transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.features-secondary .organic-feature-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-500);
  box-shadow: 0 20px 50px color-mix(in srgb, var(--primary-300) 20%, transparent);
}

.features-secondary .organic-feature-card:hover::before {
  opacity: 1;
}

/* Organic Icon Leaf */
.features-secondary .organic-icon-leaf {
  position: relative;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-100), 
    var(--primary-300));
  border-radius: 50% 0 50% 50%;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
  z-index: 1;
}

.features-secondary .organic-feature-card:hover .organic-icon-leaf {
  transform: rotate(15deg) scale(1.1);
  background: linear-gradient(135deg, 
    var(--primary-300), 
    var(--primary-500));
}

.features-secondary .organic-icon-leaf i {
  font-size: 1.875rem;
  color: var(--primary-700);
  transition: color 0.4s ease;
}

.features-secondary .organic-feature-card:hover .organic-icon-leaf i {
  color: var(--light);
}

/* Organic Content */
.features-secondary .organic-content {
  position: relative;
  z-index: 1;
}

.features-secondary .organic-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.features-secondary .organic-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Organic Waves */
.features-secondary .organic-wave {
  position: absolute;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 15%, transparent), 
    transparent);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.6;
}

.features-secondary .wave-top {
  top: -40px;
  right: -40px;
}

.features-secondary .wave-bottom {
  bottom: -40px;
  left: -40px;
}

.features-secondary .wave-left {
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}

.features-secondary .wave-right {
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}

/* Nature Elements */
.features-secondary .nature-element {
  position: absolute;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent), 
    transparent);
  border-radius: 60% 40% 60% 40%;
  pointer-events: none;
  z-index: 0;
  animation: gentleFloat 8s ease-in-out infinite;
}

.features-secondary .leaf-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.features-secondary .leaf-2 {
  top: 60%;
  right: 8%;
  animation-delay: 2s;
}

.features-secondary .leaf-3 {
  bottom: 15%;
  left: 15%;
  animation-delay: 4s;
  width: 100px;
  height: 100px;
}

@keyframes gentleFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* Responsive */
@media (max-width: 767.98px) {
  .features-secondary .display-5 {
    font-size: 2rem;
  }
  
  .features-secondary .organic-feature-card {
    padding: 2rem;
    border-radius: 25px 8px 25px 8px;
  }
  
  .features-secondary .organic-icon-leaf {
    width: 60px;
    height: 60px;
  }
  
  .features-secondary .organic-icon-leaf i {
    font-size: 1.5rem;
  }
  
  .features-secondary .nature-element {
    width: 100px;
    height: 100px;
  }
}





.services-section {
  position: relative;
  overflow: hidden;
  background: var(--surface-primary);
  color: var(--text-primary);
}

.services-section .service-card {
  position: relative;
  background: var(--light);
  border: 2px solid var(--neutral-100);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.services-section .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-500);
}

.services-section .service-icon {
  width: 70px;
  height: 70px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.services-section .service-card:hover .service-icon {
  background: var(--primary-500);
  transform: scale(1.1);
}

.services-section .service-icon i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.services-section .service-card:hover .service-icon i {
  color: var(--light);
}

.services-section .service-name {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.25rem;
}

.services-section .service-desc {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

.services-section .service-features {
  color: var(--text-secondary);
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 1rem;
  background: var(--surface-secondary);
  border-radius: 8px;
  border-left: 3px solid var(--primary-500);
}

.services-section .service-price {
  color: var(--primary-700);
  font-size: 1.25rem;
}

.services-section .service-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
  border-radius: 50%;
  pointer-events: none;
  transition: all 0.3s ease;
}

.services-section .service-card:hover .service-decoration {
  transform: scale(1.5);
  opacity: 0.5;
}

/* Decorative blobs */
.services-section .decorative-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.4;
  z-index: 0;
}

.services-section .blob-1 {
  width: 400px;
  height: 400px;
  background: color-mix(in srgb, var(--primary-300) 20%, transparent);
  top: -200px;
  left: -100px;
  filter: blur(80px);
}

.services-section .blob-2 {
  width: 350px;
  height: 350px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  bottom: -150px;
  right: -100px;
  filter: blur(80px);
}

.services-section .container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .services-section .service-card {
    padding: 1.5rem;
  }

  .services-section .service-icon {
    width: 60px;
    height: 60px;
  }

  .services-section .service-icon i {
    font-size: 1.75rem;
  }
}


/* ========================================
   PRICEPLAN V-049 - INDUSTRIAL
   Theme: industrial-01
   ======================================== */

.priceplan_industrial_section {
  position: relative;
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--surface-primary) 50%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Industrial Grid Background */
.priceplan_grid_overlay {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

/* Industrial Header */
.priceplan_industrial_header {
  position: relative;
  z-index: 1;
}

.priceplan_blueprint_lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.1;
}

.priceplan_line {
  position: absolute;
  background: var(--primary-500);
}

.priceplan_line_horizontal {
  width: 100%;
  height: 2px;
  top: 50%;
}

.priceplan_line_vertical {
  width: 2px;
  height: 100%;
  left: 50%;
}

.priceplan_industrial_badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: var(--neutral-900);
  color: var(--light);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  border-left: 4px solid var(--primary-500);
}

.priceplan_industrial_title {
  color: var(--text-primary);
  letter-spacing: -1px;
  font-weight: 900;
  text-transform: uppercase;
}

.priceplan_industrial_subtitle {
  color: var(--primary-700);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.priceplan_industrial_description {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.7;
  border-left: 3px solid var(--primary-300);
  padding-left: 1.25rem;
  margin-bottom: 0;
}

/* Industrial Grid & Steel Boxes */
.priceplan_industrial_grid {
  position: relative;
  z-index: 1;
}

.priceplan_steel_box {
  position: relative;
  background: var(--surface-primary);
  border: 3px solid var(--neutral-300);
  border-right-width: 2px;
  min-height: 600px;
  transition: all 0.4s ease;
  overflow: hidden;
}

.priceplan_steel_box:first-child {
  border-right-width: 2px;
}

.priceplan_steel_box:last-child {
  border-left-width: 2px;
  border-right-width: 3px;
}

.priceplan_steel_box:hover {
  background: color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%);
  border-color: var(--primary-500);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--neutral-900) 15%, transparent);
  z-index: 2;
}

/* Premium Steel Box */
.priceplan_premium_steel {
  background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, transparent) 100%);
  border-color: var(--primary-500);
  border-width: 4px;
  z-index: 1;
}

.priceplan_premium_plate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, var(--neutral-900), var(--neutral-700));
  color: var(--light);
  padding: 10px;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-bottom: 2px solid var(--primary-500);
  z-index: 3;
}

/* Rivets */
.priceplan_rivet {
  position: absolute;
  width: 12px;
  height: 12px;
  background: radial-gradient(circle, var(--neutral-500), var(--neutral-700));
  border-radius: 50%;
  border: 2px solid var(--neutral-300);
  z-index: 3;
}

.priceplan_rivet_tl { top: 10px; left: 10px; }
.priceplan_rivet_tr { top: 10px; right: 10px; }
.priceplan_rivet_bl { bottom: 10px; left: 10px; }
.priceplan_rivet_br { bottom: 10px; right: 10px; }

/* Box Inner Content */
.priceplan_box_inner {
  padding: 3rem 2rem;
  position: relative;
  z-index: 2;
}

.priceplan_premium_steel .priceplan_box_inner {
  padding-top: 3.5rem;
}

/* Plan Header */
.priceplan_plan_header {
  text-align: center;
  margin-bottom: 2rem;
}

.priceplan_mechanical_icon {
  width: 70px;
  height: 70px;
  background: var(--neutral-100);
  border: 3px solid var(--neutral-300);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-700);
  font-size: 2rem;
  margin-bottom: 1.25rem;
  transition: all 0.4s ease;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.priceplan_icon_premium {
  background: var(--neutral-900);
  border-color: var(--primary-500);
  color: var(--primary-500);
}

.priceplan_steel_box:hover .priceplan_mechanical_icon {
  transform: rotate(45deg) scale(1.1);
  background: var(--primary-500);
  border-color: var(--primary-700);
  color: var(--light);
}

.priceplan_plan_name {
  color: var(--text-primary);
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
}

.priceplan_plan_specs {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Metrics Panel */
.priceplan_metrics_panel {
  background: color-mix(in srgb, var(--neutral-100) 50%, transparent);
  border: 2px solid var(--neutral-300);
  padding: 1.5rem;
  margin: 2rem 0;
  text-align: center;
}

.priceplan_price_label {
  color: var(--text-secondary);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
}

.priceplan_price_value {
  color: var(--primary-700);
  line-height: 1;
  font-weight: 900;
  margin: 0.5rem 0;
}

.priceplan_price_unit {
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Spec Divider */
.priceplan_spec_divider {
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--neutral-300) 0px, var(--neutral-300) 10px, transparent 10px, transparent 20px);
  margin: 2rem 0;
}

/* Specifications */
.priceplan_specifications {
  text-align: center;
}

.priceplan_spec_label {
  color: var(--text-primary);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--primary-300);
}

.priceplan_spec_details {
  color: var(--text-secondary);
  font-size: 0.85rem;
  line-height: 2;
  font-family: 'Courier New', monospace;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .priceplan_industrial_title {
    font-size: 2.5rem;
  }
  
  .priceplan_steel_box {
    border-right-width: 3px !important;
    border-left-width: 3px !important;
    margin-bottom: 2rem;
    min-height: auto;
  }
  
  .priceplan_premium_steel {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .priceplan_industrial_title {
    font-size: 1.75rem;
  }
  
  .priceplan_industrial_subtitle {
    font-size: 1.1rem;
  }
  
  .priceplan_price_value {
    font-size: 3rem;
  }
  
  .priceplan_box_inner {
    padding: 2rem 1.5rem;
  }
  
  .priceplan_grid_overlay {
    background-size: 30px 30px;
  }
}


.team-section-style {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Decoration */
.team-section-style .header-decoration {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
}

.team-section-style .deco-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 20px var(--primary-500);
}

.team-section-style .deco-line-short {
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

/* Section Header */
.team-section-style #team-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
}

.team-section-style #team-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.team-section-style #team-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Creative Card */
.team-section-style .team-creative-card {
  position: relative;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.team-section-style .team-creative-card:hover {
  transform: translateY(-10px);
}

/* Image Frame */
.team-section-style .creative-image-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  aspect-ratio: 3 / 4;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.team-section-style .team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.team-section-style .team-creative-card:hover .team-member-photo {
  transform: scale(1.1);
  filter: brightness(1.1);
}

/* Frame Decoration */
.team-section-style .frame-decoration {
  position: absolute;
  inset: 10px;
  border: 2px solid var(--light);
  border-radius: 20px;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.team-section-style .team-creative-card:hover .frame-decoration {
  opacity: 0.8;
}

/* Accent Corners */
.team-section-style .accent-corner {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 3;
  transition: all 0.4s ease;
}

.team-section-style .accent-corner.top-left {
  top: 0;
  left: 0;
  border-top: 3px solid var(--primary-500);
  border-left: 3px solid var(--primary-500);
  border-top-left-radius: 24px;
}

.team-section-style .accent-corner.bottom-right {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid var(--primary-500);
  border-right: 3px solid var(--primary-500);
  border-bottom-right-radius: 24px;
}

.team-section-style .team-creative-card:hover .accent-corner {
  width: 50px;
  height: 50px;
}

/* Card Styles Variations */
.team-section-style .style-1 .creative-image-frame {
  transform: rotate(-2deg);
}

.team-section-style .style-2 .creative-image-frame {
  transform: rotate(2deg);
}

.team-section-style .style-3 .creative-image-frame {
  transform: rotate(-1deg);
}

.team-section-style .style-4 .creative-image-frame {
  transform: rotate(1deg);
}

.team-section-style .team-creative-card:hover .creative-image-frame {
  transform: rotate(0deg);
}

/* Featured Card */
.team-section-style .style-featured .creative-image-frame {
  aspect-ratio: 16 / 9;
  transform: rotate(0deg);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.team-section-style .featured-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 4;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Creative Info */
.team-section-style .creative-info {
  text-align: center;
  padding: 0 0.5rem;
}

.team-section-style .creative-info h3 {
  color: var(--text-primary);
  font-weight: 600;
}

.team-section-style .creative-info p {
  color: var(--text-secondary);
}

.team-section-style .style-featured .creative-info h3 {
  font-size: 1.5rem;
  color: var(--primary-700);
}

.team-section-style .style-featured .creative-info p {
  font-size: 1.1rem;
  color: var(--primary-500);
  font-weight: 500;
}

/* Decorative Icon Circle */
.team-section-style .decorative-icon-circle {
  width: 200px;
  height: 200px;
  background: var(--surface-secondary);
  border: 3px dashed var(--primary-300);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-500);
}

/* Background Blobs */
.team-section-style .bg-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  pointer-events: none;
}

.team-section-style .blob-1 {
  top: 5%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  filter: blur(80px);
}

.team-section-style .blob-2 {
  top: 40%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  filter: blur(100px);
}

.team-section-style .blob-3 {
  bottom: 0;
  left: 30%;
  width: 350px;
  height: 350px;
  background: var(--primary-100);
  filter: blur(60px);
}

/* Responsive */
@media (max-width: 991.98px) {
  .team-section-style #team-title {
    font-size: 2.5rem;
  }
  
  .team-section-style .style-featured .creative-image-frame {
    aspect-ratio: 3 / 4;
  }
}

@media (max-width: 767.98px) {
  .team-section-style #team-title {
    font-size: 2rem;
  }
  
  .team-section-style .creative-image-frame {
    aspect-ratio: 4 / 5;
  }
}





.reviews-section-alt {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary), var(--surface-secondary));
  overflow: hidden;
}

/* Header Styles */
.reviews-section-alt .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.reviews-section-alt .section-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 0;
}

.reviews-section-alt .section-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  height: 100%;
}

/* Testimonial Box Modern */
.reviews-section-alt .testimonial-box-modern {
  background: var(--light);
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.reviews-section-alt .testimonial-box-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.reviews-section-alt .testimonial-box-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.reviews-section-alt .testimonial-box-modern:hover::before {
  transform: scaleX(1);
}

/* Box Top */
.reviews-section-alt .box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.reviews-section-alt .avatar-modern {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.reviews-section-alt .quote-badge {
  font-size: 1.8rem;
  color: var(--primary-300);
  opacity: 0.6;
}

/* Testimonial Statement */
.reviews-section-alt .testimonial-statement {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

/* Client Details */
.reviews-section-alt .client-details {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid var(--neutral-100);
  line-height: 1.5;
}

/* Featured Testimonial */
.reviews-section-alt .featured-testimonial {
  background: linear-gradient(135deg, var(--light), var(--primary-50));
  border: 2px solid var(--primary-300);
}

.reviews-section-alt .featured-testimonial::before {
  height: 6px;
}

/* Floating Elements */
.reviews-section-alt .floating-element {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-300);
  opacity: 0.05;
  pointer-events: none;
  animation: floatAround 15s ease-in-out infinite;
}

.reviews-section-alt .elem-1 {
  width: 150px;
  height: 150px;
  top: 10%;
  right: 8%;
  animation-delay: 0s;
}

.reviews-section-alt .elem-2 {
  width: 100px;
  height: 100px;
  bottom: 25%;
  left: 5%;
  animation-delay: 5s;
}

.reviews-section-alt .elem-3 {
  width: 80px;
  height: 80px;
  top: 60%;
  right: 15%;
  animation-delay: 10s;
}

@keyframes floatAround {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(20px, -30px);
  }
  66% {
    transform: translate(-20px, 20px);
  }
}

/* Accent Icons */
.reviews-section-alt .accent-icon {
  position: absolute;
  font-size: 3.5rem;
  color: var(--primary-500);
  opacity: 0.08;
  pointer-events: none;
}

.reviews-section-alt .icon-badge {
  top: 15%;
  left: 6%;
  animation: pulse 4s ease-in-out infinite;
}

.reviews-section-alt .icon-sparkle {
  bottom: 18%;
  right: 8%;
  animation: pulse 4s ease-in-out infinite 2s;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.08;
    transform: scale(1);
  }
  50% {
    opacity: 0.12;
    transform: scale(1.1);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .reviews-section-alt {
    padding: 70px 0;
  }

  .reviews-section-alt .section-title {
    font-size: 2.3rem;
  }

  .reviews-section-alt .section-subtitle {
    font-size: 1.15rem;
    margin-bottom: 1rem;
  }

  .reviews-section-alt .section-description {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .reviews-section-alt {
    padding: 50px 0;
  }

  .reviews-section-alt .section-title {
    font-size: 1.95rem;
  }

  .reviews-section-alt .section-subtitle {
    font-size: 1.05rem;
  }

  .reviews-section-alt .testimonial-box-modern {
    padding: 1.75rem;
  }

  .reviews-section-alt .avatar-modern {
    width: 50px;
    height: 50px;
  }

  .reviews-section-alt .quote-badge {
    font-size: 1.5rem;
  }

  .reviews-section-alt .testimonial-statement {
    font-size: 1rem;
  }

  .reviews-section-alt .accent-icon {
    font-size: 2.5rem;
  }
}





/* Casestudy section */

.casestudy-section-variant {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.casestudy-section-variant .header-modern {
  position: relative;
  z-index: 2;
}

.casestudy-section-variant .header-badge-wrapper {
  margin-bottom: 1.5rem;
}

.casestudy-section-variant .badge-modern {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 35%, transparent);
  animation: badgePulse 4s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 35%, transparent);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 16px 40px color-mix(in srgb, var(--primary-500) 45%, transparent);
  }
}

.casestudy-section-variant .badge-modern i {
  font-size: 2rem;
  color: var(--light);
}

.casestudy-section-variant .section-subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-700);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 1rem;
}

.casestudy-section-variant .section-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.15;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

.casestudy-section-variant .title-separator {
  width: 80px;
  height: 4px;
  background: var(--primary-500);
  margin: 0 auto 2rem;
  border-radius: 2px;
}

.casestudy-section-variant .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.9;
  max-width: 750px;
}

/* Cases Modern Wrapper */
.casestudy-section-variant .cases-modern-wrapper {
  position: relative;
  z-index: 1;
}

/* Case Modern */
.casestudy-section-variant .case-modern {
  background: var(--light);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.casestudy-section-variant .case-modern:hover {
  transform: translateY(-12px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.16);
}

/* Case Image Container */
.casestudy-section-variant .case-image-container {
  position: relative;
  overflow: hidden;
  background: var(--neutral-50);
}

.casestudy-section-variant .case-large .case-image-container {
  min-height: 500px;
}

.casestudy-section-variant .case-medium .case-image-container {
  height: 320px;
}

.casestudy-section-variant .image-fill {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    var(--primary-50) 0%, 
    var(--primary-100) 50%,
    var(--primary-300) 100%
  );
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.casestudy-section-variant .case-modern:hover .image-fill {
  transform: scale(1.1) rotate(2deg);
}

.casestudy-section-variant .image-corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, transparent 50%, var(--primary-500) 50%);
  opacity: 0.15;
}

.casestudy-section-variant .floating-icon {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 64px;
  height: 64px;
  background: var(--light);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}

.casestudy-section-variant .case-modern:hover .floating-icon {
  transform: scale(1.15) rotate(10deg);
  background: var(--primary-500);
}

.casestudy-section-variant .floating-icon i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: color 0.5s ease;
}

.casestudy-section-variant .case-modern:hover .floating-icon i {
  color: var(--light);
}

/* Case Content Area */
.casestudy-section-variant .case-content-area {
  display: flex;
  align-items: center;
  background: var(--light);
}

.casestudy-section-variant .content-inner {
  padding: 3rem;
  width: 100%;
}

.casestudy-section-variant .case-medium .content-inner {
  padding: 2.5rem;
}

.casestudy-section-variant .case-meta-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.casestudy-section-variant .meta-badge {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary-700);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0.5rem 1rem;
  background: var(--primary-50);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.casestudy-section-variant .case-modern:hover .meta-badge {
  background: var(--primary-100);
  color: var(--primary-700);
}

.casestudy-section-variant .meta-dots {
  display: flex;
  gap: 0.375rem;
}

.casestudy-section-variant .meta-dots span {
  width: 6px;
  height: 6px;
  background: var(--neutral-300);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.casestudy-section-variant .case-modern:hover .meta-dots span {
  background: var(--primary-500);
}

.casestudy-section-variant .meta-dots span:nth-child(1) {
  transition-delay: 0s;
}

.casestudy-section-variant .meta-dots span:nth-child(2) {
  transition-delay: 0.1s;
}

.casestudy-section-variant .meta-dots span:nth-child(3) {
  transition-delay: 0.2s;
}

.casestudy-section-variant .case-modern-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 1.25rem;
  transition: color 0.3s ease;
}

.casestudy-section-variant .case-modern:hover .case-modern-title {
  color: var(--primary-700);
}

.casestudy-section-variant .case-modern-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 2rem;
}

.casestudy-section-variant .case-features-list {
  display: flex;
  gap: 0.75rem;
}

.casestudy-section-variant .feature-pill {
  width: 44px;
  height: 44px;
  background: var(--surface-secondary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.casestudy-section-variant .case-modern:hover .feature-pill {
  background: var(--primary-50);
  border-color: var(--primary-300);
  transform: translateY(-4px);
}

.casestudy-section-variant .feature-pill:nth-child(2) {
  transition-delay: 0.1s;
}

.casestudy-section-variant .feature-pill:nth-child(3) {
  transition-delay: 0.2s;
}

.casestudy-section-variant .feature-pill i {
  font-size: 1.125rem;
  color: var(--primary-500);
}

/* Ambient Background */
.casestudy-section-variant .ambient-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.casestudy-section-variant .ambient-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-300) 20%, transparent) 0%,
    transparent 70%
  );
  animation: ambientFloat 20s infinite ease-in-out;
}

.casestudy-section-variant .ambient-1 {
  width: 500px;
  height: 500px;
  top: -200px;
  right: -150px;
  animation-delay: 0s;
}

.casestudy-section-variant .ambient-2 {
  width: 400px;
  height: 400px;
  bottom: -150px;
  left: -100px;
  animation-delay: 7s;
}

.casestudy-section-variant .ambient-line {
  position: absolute;
  width: 2px;
  height: 300px;
  background: linear-gradient(180deg, 
    transparent 0%, 
    var(--primary-300) 50%,
    transparent 100%
  );
  top: 20%;
  left: 15%;
  opacity: 0.2;
  transform: rotate(25deg);
}

@keyframes ambientFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(50px, -50px) scale(1.1);
  }
  66% {
    transform: translate(-30px, 30px) scale(0.95);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .casestudy-section-variant .case-large .case-image-container {
    min-height: 350px;
  }
  
  .casestudy-section-variant .case-medium .case-image-container {
    height: 280px;
  }
  
  .casestudy-section-variant .content-inner {
    padding: 2.5rem;
  }
  
  .casestudy-section-variant .case-medium .content-inner {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .casestudy-section-variant .case-large .case-image-container {
    min-height: 300px;
  }
  
  .casestudy-section-variant .case-medium .case-image-container {
    height: 250px;
  }
  
  .casestudy-section-variant .content-inner {
    padding: 2rem;
  }
  
  .casestudy-section-variant .case-medium .content-inner {
    padding: 1.75rem;
  }
  
  .casestudy-section-variant .floating-icon {
    width: 56px;
    height: 56px;
    bottom: 1.5rem;
    left: 1.5rem;
  }
  
  .casestudy-section-variant .floating-icon i {
    font-size: 1.5rem;
  }
}





/* Process section */

.process-section-standard {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

/* Header Badge */
.header-badge-container {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.rotating-border {
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-top-color: var(--primary-500);
  border-right-color: var(--primary-300);
  border-radius: 50%;
  animation: rotate 3s linear infinite;
}

.badge-content {
  position: absolute;
  inset: 8px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-200);
}

.badge-content i {
  font-size: 2.5rem;
  color: var(--primary-600);
}

/* Header Text */
.process-section-standard #process-title {
  color: var(--neutral-900);
  font-weight: 700;
  letter-spacing: -1px;
}

.process-section-standard #process-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.process-section-standard #process-desc {
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Diagonal Process Container */
.diagonal-process-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 0;
}

.diagonal-line {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 2px;
  height: calc(100% - 160px);
  background: linear-gradient(180deg, 
    transparent 0%, 
    var(--primary-300) 10%, 
    var(--primary-500) 50%,
    var(--primary-300) 90%,
    transparent 100%);
  transform: translateX(-50%) rotate(2deg);
  z-index: 0;
}

/* Process Step Wrapper */
.process-step-wrapper {
  position: relative;
  margin-bottom: 3rem;
  z-index: 2;
}

.process-step-wrapper:last-child {
  margin-bottom: 0;
}

/* Step Connectors */
.step-connector {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  background: #ffffff;
  z-index: 1;
}

.step-1 .step-connector {
  top: 30px;
  left: calc(25% - 30px);
}

.step-2 .step-connector {
  top: 30px;
  right: calc(25% - 30px);
}

.step-3 .step-connector {
  top: 30px;
  left: calc(30% - 30px);
}

.step-4 .step-connector {
  top: 30px;
  right: calc(30% - 30px);
}

.step-5 .step-connector {
  top: 30px;
  left: calc(35% - 30px);
}

/* Process Step Cards */
.process-step-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-200);
  display: flex;
  gap: 2rem;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.process-step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease;
}

.process-step-card:hover {
  transform: translateX(10px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-400);
}

.process-step-card:hover::before {
  transform: scaleY(1);
}

/* Step Positioning */
.step-1 .process-step-card {
  margin-left: 0;
  margin-right: auto;
  max-width: 700px;
}

.step-2 .process-step-card {
  margin-left: auto;
  margin-right: 0;
  max-width: 700px;
  flex-direction: row-reverse;
}

.step-3 .process-step-card {
  margin-left: 5%;
  margin-right: auto;
  max-width: 700px;
}

.step-4 .process-step-card {
  margin-left: auto;
  margin-right: 5%;
  max-width: 700px;
  flex-direction: row-reverse;
}

.step-5 .process-step-card {
  margin-left: 10%;
  margin-right: auto;
  max-width: 700px;
}

/* Step Visual Side */
.step-visual-side {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.step-number-circle {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  position: relative;
}

.step-number-circle::after {
  content: '';
  position: absolute;
  inset: -5px;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  opacity: 0;
  animation: pulse 2s ease-in-out infinite;
}

.step-num {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 800;
}

.icon-container {
  width: 80px;
  height: 80px;
  background: var(--primary-50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-200);
  transition: all 0.3s ease;
}

.process-step-card:hover .icon-container {
  transform: scale(1.1);
  border-color: var(--primary-400);
}

.icon-container i {
  font-size: 2.5rem;
  color: var(--primary-600);
}

/* Visual Dots */
.visual-dots {
  display: flex;
  gap: 6px;
}

.visual-dots .dot {
  width: 8px;
  height: 8px;
  background: var(--primary-400);
  border-radius: 50%;
  display: block;
}

/* Step Content Side */
.step-content-side {
  flex: 1;
}

.step-content-side h4 {
  color: var(--neutral-900);
  font-weight: 700;
  margin-bottom: 1rem;
}

.step-content-side p {
  color: var(--neutral-700);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Background Grid */
.background-grid {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(var(--neutral-200) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-200) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  z-index: 0;
}

/* Floating Geometric Shapes */
.floating-geometric {
  position: absolute;
  opacity: 0.1;
  z-index: 0;
}

.geo-1 {
  width: 150px;
  height: 150px;
  background: var(--primary-400);
  top: 10%;
  right: 5%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation: float 6s ease-in-out infinite;
}

.geo-2 {
  width: 120px;
  height: 120px;
  background: var(--primary-500);
  bottom: 20%;
  left: 8%;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  animation: float 7s ease-in-out infinite reverse;
}

.geo-3 {
  width: 100px;
  height: 100px;
  background: var(--primary-300);
  top: 50%;
  right: 10%;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: float 8s ease-in-out infinite;
  animation-delay: 2s;
}

/* Animations */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}

/* Responsive Design */
@media (max-width: 767px) {
  .diagonal-line {
    display: none;
  }

  .step-connector {
    display: none;
  }

  .process-step-card {
    flex-direction: column !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding: 1.5rem;
  }

  .step-visual-side {
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
  }

  .step-number-circle {
    width: 60px;
    height: 60px;
  }

  .step-num {
    font-size: 1.5rem;
  }

  .icon-container {
    width: 60px;
    height: 60px;
  }

  .icon-container i {
    font-size: 2rem;
  }

  .floating-geometric {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .process-step-card {
    max-width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
  }

  .step-2 .process-step-card,
  .step-4 .process-step-card {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .diagonal-process-container {
    padding: 4rem 0;
  }
}







/* Timeline section */

.timeline-section-variant {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.timeline-section-variant #timeline-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.timeline-section-variant #timeline-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.timeline-section-variant #timeline-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 1.1rem;
}

/* Timeline Vertical Container */
.timeline-vertical {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
}

/* Vertical Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--primary-300) 10%,
    var(--primary-300) 90%,
    transparent
  );
  transform: translateX(-50%);
  z-index: 0;
}

/* Timeline Item Wrapper */
.timeline-item-wrapper {
  margin-bottom: 4rem;
  position: relative;
}

.timeline-item-wrapper:last-child {
  margin-bottom: 0;
}

/* Timeline Dot Container */
.timeline-dot-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 120px;
}

.timeline-dot {
  width: 24px;
  height: 24px;
  background: var(--primary-500);
  border: 4px solid var(--surface-primary);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--primary-300);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.timeline-dot:hover {
  transform: scale(1.3);
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-300) 40%, transparent);
}

/* Timeline Cards */
.timeline-card {
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
  border-radius: 12px;
  padding: 2rem;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-500);
}

/* Timeline Content Positioning */
.timeline-content-left .timeline-card {
  margin-right: 2rem;
}

.timeline-content-right .timeline-card {
  margin-left: 2rem;
}

/* Timeline Marker Icon */
.timeline-marker {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 50px;
  height: 50px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.3rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

.timeline-content-right .timeline-marker {
  right: auto;
  left: -15px;
}

/* Timeline Item Titles */
.timeline-card h4[id^="timeline-item-"] {
  color: var(--text-primary);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* Timeline Item Descriptions */
.timeline-card p[id^="timeline-item-"] {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Shapes */
.decorative-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.shape-circle-1 {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent),
    transparent 70%
  );
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

.shape-circle-2 {
  position: absolute;
  bottom: 15%;
  left: 5%;
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 10%, transparent),
    transparent 70%
  );
  border-radius: 50%;
  animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
}

/* Responsive Design */
@media (max-width: 767px) {
  .timeline-line {
    left: 20px;
  }

  .timeline-dot-container {
    position: absolute;
    left: 0;
    top: 0;
    min-height: auto;
  }

  .timeline-dot {
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 3px var(--primary-300);
  }

  .timeline-content-left .timeline-card,
  .timeline-content-right .timeline-card {
    margin-left: 60px;
    margin-right: 0;
  }

  .timeline-marker {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    top: -10px;
    right: -10px;
  }

  .timeline-content-right .timeline-marker {
    right: -10px;
    left: auto;
  }

  .timeline-item-wrapper {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline-content-left .timeline-card {
    margin-right: 1rem;
  }

  .timeline-content-right .timeline-card {
    margin-left: 1rem;
  }
}





.career-section {
  padding: 80px 0;
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Leaves */
.decorative-leaf {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--primary-50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}

.decorative-leaf i {
  font-size: 1.75rem;
  color: var(--primary-500);
}

.leaf-left {
  top: -20px;
  left: -10px;
  transform: rotate(-15deg);
}

.leaf-right {
  top: -10px;
  right: -20px;
  transform: rotate(15deg);
}

/* Section Header */
.section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
  position: relative;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
  position: relative;
}

/* Horizontal Scroll Container */
.scroll-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 20px 0 40px 0;
  margin: 0 -15px;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-300) var(--neutral-100);
}

.scroll-container::-webkit-scrollbar {
  height: 8px;
}

.scroll-container::-webkit-scrollbar-track {
  background: var(--neutral-100);
  border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: var(--primary-300);
  border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
  background: var(--primary-500);
}

.scroll-wrapper {
  display: flex;
  gap: 30px;
  padding: 0 15px;
  width: max-content;
}

/* Career Cards */
.career-card {
  width: 380px;
  background: var(--light);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid var(--neutral-100);
  flex-shrink: 0;
}

.career-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

.card-header-visual {
  height: 160px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255,255,255,0.05) 10px, rgba(255,255,255,0.05) 20px);
}

.pattern-alt {
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.1) 0%, transparent 50%);
}

.visual-icon {
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.visual-icon i {
  font-size: 2.5rem;
  color: var(--light);
}

.career-card:hover .visual-icon {
  transform: scale(1.15) rotate(10deg);
}

.card-content {
  padding: 2rem;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-role-wrapper {
  margin-bottom: 1.25rem;
}

.role-label {
  display: inline-block;
  padding: 0.5rem 1.125rem;
  background: var(--primary-50);
  color: var(--primary-700);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
}

.card-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 60px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce-horizontal 2s ease-in-out infinite;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.scroll-indicator i {
  font-size: 1.5rem;
  color: var(--light);
}

@keyframes bounce-horizontal {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(10px); }
}

/* Responsive */
@media (max-width: 991px) {
  .section-title {
    font-size: 2.25rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .career-card {
    width: 340px;
  }

  .scroll-indicator {
    bottom: 40px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .career-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.875rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .career-card {
    width: 300px;
  }

  .card-content {
    padding: 1.5rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .card-header-visual {
    height: 140px;
  }

  .decorative-leaf {
    width: 40px;
    height: 40px;
  }

  .decorative-leaf i {
    font-size: 1.25rem;
  }
}





/* ========================================
   Coreinfo Section v-049 - Modern Green
   Theme: modern-green-01
   ======================================== */

.coreinfo-style {
  position: relative;
  padding: 7rem 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Wave Background */
.coreinfo-style .wave-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 320px;
  z-index: 0;
  opacity: 0.15;
}

.coreinfo-style .wave-background svg {
  width: 100%;
  height: 100%;
  fill: var(--primary-300);
}

/* Header Styles */
.coreinfo-style .header-wrapper {
  position: relative;
  z-index: 2;
}

.coreinfo-style .nature-icons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.coreinfo-style .nature-icons i {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primary-500);
  background: linear-gradient(135deg, 
    var(--primary-100), 
    var(--primary-50));
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  animation: pulse 3s ease-in-out infinite;
}

.coreinfo-style .nature-icons i:nth-child(2) {
  animation-delay: 0.5s;
}

.coreinfo-style .nature-icons i:nth-child(3) {
  animation-delay: 1s;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-300) 40%, transparent);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px transparent;
  }
}

.coreinfo-style .section-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.coreinfo-style .section-subtitle {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.coreinfo-style .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Wave Flow Layout */
.coreinfo-style .wave-flow-container {
  position: relative;
  margin-top: 5rem;
  z-index: 2;
}

.coreinfo-style .flow-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.coreinfo-style .flow-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, 
    var(--primary-300), 
    var(--primary-700));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.coreinfo-style .flow-card:hover {
  border-color: var(--primary-100);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.1);
  transform: translateY(-8px);
}

.coreinfo-style .flow-card:hover::before {
  opacity: 1;
}

.coreinfo-style .card-decoration {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 90%, white),
    var(--primary-500));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 20%, transparent);
  transition: all 0.4s ease;
}

.coreinfo-style .flow-card:hover .card-decoration {
  transform: rotate(10deg) scale(1.1);
}

.coreinfo-style .card-decoration i {
  font-size: 2rem;
  color: #ffffff;
}

.coreinfo-style .flow-title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.coreinfo-style .flow-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Floating Leaves */
.coreinfo-style .floating-leaf {
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--primary-100);
  border-radius: 0 100% 0 100%;
  opacity: 0.2;
  z-index: 1;
  animation: float 6s ease-in-out infinite;
}

.coreinfo-style .floating-leaf.leaf-1 {
  top: 20%;
  right: 10%;
  animation-delay: 0s;
}

.coreinfo-style .floating-leaf.leaf-2 {
  top: 50%;
  left: 5%;
  animation-delay: 2s;
  transform: rotate(90deg);
}

.coreinfo-style .floating-leaf.leaf-3 {
  bottom: 15%;
  right: 8%;
  animation-delay: 4s;
  transform: rotate(180deg);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
  }
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .coreinfo-style {
    padding: 5rem 0;
  }

  .coreinfo-style .section-title {
    font-size: 2.5rem;
  }

  .coreinfo-style .section-subtitle {
    font-size: 1.375rem;
  }

  .coreinfo-style .wave-flow-container {
    margin-top: 4rem;
  }

  .coreinfo-style .flow-card {
    padding: 2rem;
  }

  .coreinfo-style .card-decoration {
    width: 64px;
    height: 64px;
  }

  .coreinfo-style .card-decoration i {
    font-size: 1.75rem;
  }

  .coreinfo-style .flow-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .coreinfo-style {
    padding: 4rem 0;
  }

  .coreinfo-style .section-title {
    font-size: 2rem;
  }

  .coreinfo-style .section-subtitle {
    font-size: 1.25rem;
  }

  .coreinfo-style .section-description {
    font-size: 1rem;
  }

  .coreinfo-style .nature-icons {
    gap: 1.5rem;
  }

  .coreinfo-style .nature-icons i {
    width: 56px;
    height: 56px;
    font-size: 1.75rem;
  }

  .coreinfo-style .flow-card {
    padding: 1.75rem;
  }

  .coreinfo-style .flow-title {
    font-size: 1.375rem;
  }

  .coreinfo-style .flow-description {
    font-size: 1rem;
  }

  .coreinfo-style .floating-leaf {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .coreinfo-style {
    padding: 3rem 0;
  }

  .coreinfo-style .section-title {
    font-size: 1.75rem;
  }

  .coreinfo-style .section-subtitle {
    font-size: 1.125rem;
  }

  .coreinfo-style .nature-icons {
    gap: 1rem;
  }

  .coreinfo-style .nature-icons i {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }

  .coreinfo-style .wave-flow-container {
    margin-top: 3rem;
  }

  .coreinfo-style .flow-title {
    font-size: 1.25rem;
  }
}


.contact-section-secondary {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  overflow: hidden;
}

.contact-section-secondary .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.contact-section-secondary .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.25rem;
}

.contact-section-secondary .section-description {
  font-size: 1.15rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Contact Cards */
.contact-section-secondary .contact-card {
  background: var(--light);
  padding: 2.5rem 2rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact-section-secondary .contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.contact-section-secondary .contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.contact-section-secondary .contact-card:hover::before {
  transform: scaleX(1);
}

.contact-section-secondary .card-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.contact-section-secondary .contact-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.contact-section-secondary .card-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.contact-section-secondary .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.contact-section-secondary .decorative-line {
  width: 60px;
  height: 3px;
  background: var(--primary-500);
  margin: 0 auto;
  border-radius: 2px;
}

/* Form Container */
.contact-section-secondary .form-container {
  background: var(--light);
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.contact-section-secondary .form-floating > .form-control {
  border: 2px solid var(--neutral-100);
  border-radius: 12px;
  padding: 1.25rem 1rem;
  font-size: 1rem;
  background: var(--surface-primary);
  transition: all 0.3s ease;
}

.contact-section-secondary .form-floating > label {
  padding: 1.25rem 1rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.contact-section-secondary .form-floating > .form-control:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, transparent);
  background: var(--light);
}

.contact-section-secondary .form-floating > .form-control:focus ~ label {
  color: var(--primary-500);
}

.contact-section-secondary .form-check-wrapper {
  background: var(--surface-primary);
  padding: 1.5rem;
  border-radius: 12px;
  border: 2px solid var(--neutral-100);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-section-secondary .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
}

.contact-section-secondary .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-secondary .form-check-label {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
  cursor: pointer;
}

/* Submit Button - CRITICAL: Protected styles with !important */
.contact-section-secondary .btn-submit {
  background: linear-gradient(135deg, #059669, #10b981) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 1.125rem 3rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.contact-section-secondary .btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(5, 150, 105, 0.4);
}

.contact-section-secondary .btn-submit i {
  transition: transform 0.3s ease;
}

.contact-section-secondary .btn-submit:hover i {
  transform: translateX(4px);
}

/* Floating Shapes */
.contact-section-secondary .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}

.contact-section-secondary .shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: 10%;
  left: -150px;
}

.contact-section-secondary .shape-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  bottom: 15%;
  right: -100px;
}

.contact-section-secondary .shape-3 {
  width: 150px;
  height: 150px;
  background: var(--primary-300);
  top: 50%;
  right: 5%;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-section-secondary {
    padding: 80px 0;
  }
  
  .contact-section-secondary .section-title {
    font-size: 2.25rem;
  }
  
  .contact-section-secondary .form-container {
    padding: 2.5rem;
  }
}

@media (max-width: 767px) {
  .contact-section-secondary {
    padding: 60px 0;
  }
  
  .contact-section-secondary .section-title {
    font-size: 1.875rem;
  }
  
  .contact-section-secondary .section-subtitle {
    font-size: 1.25rem;
  }
  
  .contact-section-secondary .form-container {
    padding: 2rem 1.5rem;
  }
  
  .contact-section-secondary .contact-card {
    padding: 2rem 1.5rem;
  }
  
  .contact-section-secondary .btn-submit {
    width: 100%;
  }
}


.blog-section-clean {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 50%, var(--surface-primary) 100%);
  overflow: hidden;
}

/* Section Header */
.blog-section-clean .floating-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 20px;
  font-size: 2rem;
  color: var(--light);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent);
  animation: float-badge 3s ease-in-out infinite;
}

@keyframes float-badge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.blog-section-clean .section-title {
  font-size: 2.875rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--text-primary) 0%, var(--primary-500) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.blog-section-clean .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.blog-section-clean .section-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
}

/* Blog Card */
.blog-section-clean .blog-card {
  background: var(--surface-secondary);
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
}

.blog-section-clean .blog-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700), var(--primary-300));
  border-radius: 18px;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.blog-section-clean .blog-card:hover::before {
  opacity: 1;
}

.blog-section-clean .blog-card:hover {
  transform: translateY(-16px) scale(1.03);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.blog-section-clean .gradient-top-bar {
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-700) 50%, var(--primary-300) 100%);
  background-size: 200% 100%;
  animation: gradient-flow 3s linear infinite;
}

@keyframes gradient-flow {
  0% { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}

/* Blog Image */
.blog-section-clean .blog-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.blog-section-clean .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.blog-section-clean .blog-card:hover .blog-image {
  transform: scale(1.15);
}

.blog-section-clean .gradient-overlay-effect {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.blog-section-clean .blog-card:hover .gradient-overlay-effect {
  opacity: 1;
}

.blog-section-clean .floating-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--light);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 50%, transparent);
}

.blog-section-clean .blog-card:hover .floating-icon {
  transform: translate(-50%, -50%) scale(1);
}

/* Blog Content Area */
.blog-section-clean .blog-content-area {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-section-clean .meta-gradient-badges {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.blog-section-clean .gradient-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 15%, transparent), color-mix(in srgb, var(--primary-700) 15%, transparent));
  border-radius: 25px;
  font-size: 0.875rem;
  color: var(--primary-700);
  border: 1px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.blog-section-clean .gradient-badge i {
  font-size: 1rem;
  color: var(--primary-500);
}

.blog-section-clean .blog-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.4;
  transition: all 0.3s ease;
}

.blog-section-clean .blog-card:hover .blog-title {
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blog-section-clean .blog-excerpt {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  flex: 1;
}

.blog-section-clean .gradient-link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1.75rem;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  color: var(--light);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  border-radius: 30px;
  transition: all 0.4s ease;
  box-shadow: 0 6px 18px color-mix(in srgb, var(--primary-500) 35%, transparent);
  align-self: flex-start;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.blog-section-clean .gradient-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-500) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-section-clean .gradient-link:hover::before {
  opacity: 1;
}

.blog-section-clean .gradient-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--primary-500) 50%, transparent);
}

.blog-section-clean .gradient-link i {
  font-size: 1.25rem;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 1;
}

.blog-section-clean .gradient-link span,
.blog-section-clean .gradient-link:not(i) {
  position: relative;
  z-index: 1;
}

.blog-section-clean .gradient-link:hover i {
  transform: translateX(6px) scale(1.1);
}

/* Gradient Background Spheres */
.blog-section-clean .gradient-sphere {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
  filter: blur(60px);
}

.blog-section-clean .sphere-1 {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
  top: -10%;
  right: -5%;
  animation: float-sphere 12s ease-in-out infinite;
}

.blog-section-clean .sphere-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--primary-700) 0%, transparent 70%);
  bottom: -10%;
  left: -5%;
  animation: float-sphere 15s ease-in-out infinite reverse;
}

.blog-section-clean .sphere-3 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  animation: float-sphere 18s ease-in-out infinite;
}

@keyframes float-sphere {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(20px, -30px); }
}

.blog-section-clean .container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991.98px) {
  .blog-section-clean .section-title {
    font-size: 2.25rem;
  }
  
  .blog-section-clean .section-subtitle {
    font-size: 1.25rem;
  }
  
  .blog-section-clean .blog-content-area {
    padding: 1.5rem;
  }
  
  .blog-section-clean .floating-badge {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .blog-section-clean .section-title {
    font-size: 1.875rem;
  }
  
  .blog-section-clean .blog-image-wrapper {
    height: 200px;
  }
  
  .blog-section-clean .blog-title {
    font-size: 1.125rem;
  }
  
  .blog-section-clean .floating-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
  
  .blog-section-clean .gradient-sphere {
    display: none;
  }
}





/* Faq section */

.faq-section-modern {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fc 100%);
  overflow: hidden;
}

/* Section Header */
.faq-section-modern .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-700);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.faq-section-modern .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  margin-bottom: 1rem;
  line-height: 1.4;
}

.faq-section-modern .section-description {
  font-size: 1.125rem;
  color: var(--neutral-600);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* FAQ Cards */
.faq-section-modern .faq-card {
  border: 2px solid var(--neutral-200);
  border-radius: 12px;
  transition: all 0.3s ease;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-section-modern .faq-card:hover {
  border-color: var(--primary-400);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.faq-section-modern .faq-card .card-header {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
  border-bottom: 2px solid var(--primary-200);
  padding: 1.5rem;
  border-radius: 10px 10px 0 0;
}

.faq-section-modern .faq-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-500);
  color: #ffffff;
  border-radius: 8px;
  font-size: 1.25rem;
}

.faq-section-modern .faq-question {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.4;
}

.faq-section-modern .faq-card .card-body {
  padding: 1.5rem;
}

.faq-section-modern .faq-answer {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
}

/* Decorative Shapes */
.faq-section-modern .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.faq-section-modern .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
}

.faq-section-modern .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
}

.faq-section-modern .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-600);
  bottom: -80px;
  left: -80px;
}

.faq-section-modern .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .faq-section-modern .section-title {
    font-size: 2rem;
  }

  .faq-section-modern .section-subtitle {
    font-size: 1.25rem;
  }

  .faq-section-modern .faq-question {
    font-size: 1rem;
  }

  .faq-section-modern .faq-icon {
    width: 36px;
    height: 36px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .faq-section-modern .section-title {
    font-size: 1.75rem;
  }

  .faq-section-modern .section-subtitle {
    font-size: 1.125rem;
  }

  .faq-section-modern .section-description {
    font-size: 1rem;
  }

  .faq-section-modern .faq-card .card-header,
  .faq-section-modern .faq-card .card-body {
    padding: 1.25rem;
  }

  .faq-section-modern .faq-icon {
    width: 32px;
    height: 32px;
    font-size: 1rem;
    margin-right: 0.75rem !important;
  }
}

@media (max-width: 575.98px) {
  .faq-section-modern .section-title {
    font-size: 1.5rem;
  }

  .faq-section-modern .faq-card .card-header,
  .faq-section-modern .faq-card .card-body {
    padding: 1rem;
  }
}



.gallery-section-custom {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--surface-secondary) 80%, var(--primary-50) 20%) 100%);
  position: relative;
  overflow: hidden;
}

.gallery-featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.featured-hero {
  position: relative;
}

.hero-image-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.hero-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-700) 90%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 90%, transparent) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.overlay-icon {
  width: 80px;
  height: 80px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.5);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.overlay-icon i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

.hero-frame-accent {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 3px solid var(--light);
  border-radius: 16px;
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.5s ease;
}

.featured-hero:hover .hero-image-container img {
  transform: scale(1.1);
}

.featured-hero:hover .hero-overlay {
  opacity: 1;
}

.featured-hero:hover .overlay-icon {
  transform: scale(1);
}

.featured-hero:hover .hero-frame-accent {
  opacity: 0.8;
  transform: scale(1);
}

.gallery-grid-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.grid-item,
.bottom-item {
  position: relative;
  cursor: pointer;
}

.grid-image-container,
.bottom-image-container {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1/1;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.grid-image-container img,
.bottom-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  filter: brightness(0.95);
}

.grid-overlay,
.bottom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: color-mix(in srgb, var(--primary-500) 85%, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.grid-item:hover,
.bottom-item:hover {
  transform: translateY(-8px);
}

.grid-item:hover .grid-image-container,
.bottom-item:hover .bottom-image-container {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.grid-item:hover .grid-image-container img,
.bottom-item:hover .bottom-image-container img {
  transform: scale(1.15);
  filter: brightness(1);
}

.grid-item:hover .grid-overlay,
.bottom-item:hover .bottom-overlay {
  opacity: 0.4;
}

.gallery-bottom-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bottom-image-container {
  aspect-ratio: 3/2;
}

.texture-pattern {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.03;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    45deg,
    var(--primary-500) 0px,
    var(--primary-500) 2px,
    transparent 2px,
    transparent 12px
  );
}

.pattern-1 {
  top: -50px;
  right: -50px;
  transform: rotate(15deg);
}

.pattern-2 {
  bottom: -50px;
  left: -50px;
  transform: rotate(-15deg);
}

@media (max-width: 992px) {
  .gallery-featured-grid {
    grid-template-columns: 1fr;
  }
  
  .gallery-grid-items {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .hero-image-container {
    aspect-ratio: 16/9;
  }
}

@media (max-width: 768px) {
  .gallery-featured-grid,
  .gallery-grid-items,
  .gallery-bottom-row {
    gap: 16px;
  }
  
  .gallery-grid-items {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .gallery-bottom-row {
    grid-template-columns: 1fr;
  }
  
  .overlay-icon {
    width: 60px;
    height: 60px;
  }
  
  .overlay-icon i {
    font-size: 2rem;
  }
}





﻿/* Footer section */

.footer-featured {
  position: relative;
  color: var(--text-inverse);
  overflow: hidden;
}

/* Decorative Wave Header */
.footer-featured .footer-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  overflow: hidden;
}

.footer-featured .footer-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Main Footer Content */
.footer-featured .footer-main {
  position: relative;
  z-index: 2;
  padding-top: 4rem;
}

/* Brand Showcase */
.footer-featured .brand-showcase {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.footer-featured .brand-visual {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}

.footer-featured .visual-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-featured .ring {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-featured .ring-1 {
  width: 100px;
  height: 100px;
  animation: pulseRing 3s ease-in-out infinite;
}

.footer-featured .ring-2 {
  width: 130px;
  height: 130px;
  animation: pulseRing 3s ease-in-out infinite 0.5s;
}

.footer-featured .ring-3 {
  width: 160px;
  height: 160px;
  animation: pulseRing 3s ease-in-out infinite 1s;
}

.footer-featured .brand-icon-large {
  position: relative;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.footer-featured .brand-icon-large i {
  font-size: 38px;
  color: var(--text-inverse);
}

.footer-featured .brand-content {
  max-width: 750px;
  margin: 0 auto;
}

.footer-featured .brand-name-large {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--text-inverse);
  margin-bottom: 1.25rem;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.footer-featured .brand-description-large {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

/* Information Panels */
.footer-featured .info-panel {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  height: 100%;
  transition: all 0.4s ease;
}

.footer-featured .info-panel:hover {
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.footer-featured .panel-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.footer-featured .header-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-featured .header-icon i {
  font-size: 1.4rem;
  color: var(--text-inverse);
}

.footer-featured .panel-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-inverse);
  margin: 0;
}

/* Policies Grid */
.footer-featured .policies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.footer-featured .policy-item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-featured .policy-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateX(5px);
}

.footer-featured .item-icon {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.footer-featured .policy-item:hover .item-icon {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.footer-featured .item-icon i {
  font-size: 1rem;
  color: var(--text-inverse);
}

.footer-featured .item-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  font-weight: 500;
}

.footer-featured .policy-item:hover .item-text {
  color: var(--text-inverse);
}

/* Contact Items Vertical */
.footer-featured .contact-items-vertical {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.footer-featured .contact-block {
  display: flex;
  align-items: flex-start;
  gap: 1.125rem;
  padding: 1.125rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.footer-featured .contact-block:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateX(5px);
}

.footer-featured .block-icon-wrapper {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.footer-featured .contact-block:hover .block-icon-wrapper {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.footer-featured .block-icon-wrapper i {
  font-size: 1.2rem;
  color: var(--text-inverse);
}

.footer-featured .block-content {
  flex: 1;
  padding-top: 0.5rem;
}

.footer-featured .block-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.7;
  display: block;
}

/* Icon Separator */
.footer-featured .icon-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 3rem 0;
}

.footer-featured .separator-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.footer-featured .separator-icons {
  display: flex;
  gap: 1rem;
}

.footer-featured .sep-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  animation: rotateSepIcon 6s linear infinite;
}

.footer-featured .sep-icon:nth-child(2) {
  animation-delay: 2s;
}

.footer-featured .sep-icon:nth-child(3) {
  animation-delay: 4s;
}

.footer-featured .sep-icon i {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Footer Bottom Section */
.footer-featured .footer-bottom-section {
  position: relative;
  z-index: 2;
}

.footer-featured .disclaimer-box {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-featured .disclaimer-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-featured .disclaimer-icon i {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
}

.footer-featured .disclaimer-content {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  line-height: 1.7;
  margin: 0;
  padding-top: 0.25rem;
}

.footer-featured .copyright-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  height: 100%;
  text-align: center;
}

.footer-featured .copyright-badge {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.875rem;
}

.footer-featured .copyright-badge i {
  font-size: 1.3rem;
  color: var(--text-inverse);
}

.footer-featured .copyright-content {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.6;
}

/* Animated Background Effects */
.footer-featured .footer-background-effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.footer-featured .gradient-orb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  filter: blur(60px);
}

.footer-featured .orb-1 {
  width: 500px;
  height: 500px;
  top: -100px;
  right: -100px;
  animation: floatOrb 20s ease-in-out infinite;
}

.footer-featured .orb-2 {
  width: 400px;
  height: 400px;
  bottom: -80px;
  left: -80px;
  animation: floatOrb 25s ease-in-out infinite reverse;
}

.footer-featured .orb-3 {
  width: 350px;
  height: 350px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: floatOrb 30s ease-in-out infinite;
}

.footer-featured .grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
}

.footer-featured .floating-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-featured .particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  animation: floatParticle 15s linear infinite;
}

.footer-featured .particle:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.footer-featured .particle:nth-child(2) {
  top: 40%;
  left: 30%;
  animation-delay: 3s;
}

.footer-featured .particle:nth-child(3) {
  top: 60%;
  left: 50%;
  animation-delay: 6s;
}

.footer-featured .particle:nth-child(4) {
  top: 80%;
  left: 70%;
  animation-delay: 9s;
}

.footer-featured .particle:nth-child(5) {
  top: 30%;
  left: 80%;
  animation-delay: 12s;
}

.footer-featured .particle:nth-child(6) {
  top: 70%;
  left: 20%;
  animation-delay: 15s;
}

/* Animations */
@keyframes pulseRing {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.8;
  }
}

@keyframes rotateSepIcon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes floatOrb {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(40px, -40px) scale(1.1);
  }
  66% {
    transform: translate(-30px, 30px) scale(0.95);
  }
}

@keyframes floatParticle {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) translateX(50px);
    opacity: 0;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .footer-featured .brand-name-large {
    font-size: 2rem;
  }
  
  .footer-featured .policies-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-featured .panel-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .footer-featured {
    background-attachment: scroll !important;
  }
  
  .footer-featured .brand-name-large {
    font-size: 1.75rem;
  }
  
  .footer-featured .brand-description-large {
    font-size: 0.95rem;
  }
  
  .footer-featured .info-panel {
    padding: 1.5rem;
  }
  
  .footer-featured .copyright-box {
    margin-top: 1rem;
  }
}

@media (max-width: 575.98px) {
  .footer-featured .footer-main {
    padding-top: 3rem;
  }
  
  .footer-featured .brand-name-large {
    font-size: 1.5rem;
  }
  
  .footer-featured .brand-icon-large {
    width: 65px;
    height: 65px;
  }
  
  .footer-featured .brand-icon-large i {
    font-size: 32px;
  }
  
  .footer-featured .ring-1 {
    width: 80px;
    height: 80px;
  }
  
  .footer-featured .ring-2 {
    width: 105px;
    height: 105px;
  }
  
  .footer-featured .ring-3 {
    width: 130px;
    height: 130px;
  }
  
  .footer-featured .panel-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  
  .footer-featured .disclaimer-box {
    flex-direction: column;
  }
  
  .footer-featured .disclaimer-content,
  .footer-featured .copyright-content {
    font-size: 0.8rem;
  }
}







/* Universal section */

.additional-universal-section.v-063 {
  padding: 100px 0;
  background: linear-gradient(180deg, 
    var(--surface-primary), 
    color-mix(in srgb, var(--primary-300) 3%, var(--surface-primary)));
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-063 .section-header {
  max-width: 800px;
  margin: 0 auto 80px;
}

.v-063 .header-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.v-063 .accent-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-500);
  animation: dotPulse 2s ease-in-out infinite;
}

.v-063 .accent-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
}

.v-063 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-063 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-063 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
}

/* Timeline Wrapper */
.v-063 .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.v-063 .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    transparent, 
    var(--primary-300) 10%, 
    var(--primary-300) 90%, 
    transparent);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Item */
.v-063 .timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.v-063 .timeline-item:last-child {
  margin-bottom: 0;
}

.v-063 .timeline-item:nth-child(odd) {
  flex-direction: row;
}

.v-063 .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* Timeline Marker */
.v-063 .timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.v-063 .marker-dot {
  width: 24px;
  height: 24px;
  background: white;
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, white);
}

.v-063 .marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  opacity: 0;
  animation: markerPulse 2s ease-out infinite;
}

/* Timeline Content */
.v-063 .timeline-content {
  width: calc(50% - 60px);
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-063 .timeline-content::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: var(--primary-300);
}

.v-063 .timeline-item:nth-child(odd) .timeline-content {
  margin-right: auto;
  text-align: right;
}

.v-063 .timeline-item:nth-child(odd) .timeline-content::before {
  right: -30px;
  transform: translateY(-50%);
}

.v-063 .timeline-item:nth-child(even) .timeline-content {
  margin-left: auto;
  text-align: left;
}

.v-063 .timeline-item:nth-child(even) .timeline-content::before {
  left: -30px;
  transform: translateY(-50%);
}

.v-063 .timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

/* Timeline Icon */
.v-063 .timeline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 15%, white),
    color-mix(in srgb, var(--primary-300) 10%, white));
  border-radius: 14px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.v-063 .timeline-icon i {
  font-size: 28px;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.v-063 .timeline-content:hover .timeline-icon {
  background: var(--primary-500);
}

.v-063 .timeline-content:hover .timeline-icon i {
  color: white;
  transform: scale(1.1) rotate(5deg);
}

/* Timeline Text */
.v-063 .timeline-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-063 .timeline-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Elements */
.v-063 .decorative-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.v-063 .deco-shape {
  position: absolute;
  opacity: 0.08;
}

.v-063 .shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent 60%);
  top: 5%;
  right: 5%;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morphShape 20s ease-in-out infinite;
}

.v-063 .shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-700), transparent 60%);
  bottom: 10%;
  left: 5%;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morphShape 25s ease-in-out infinite reverse;
}

.v-063 .shape-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-300), transparent 60%);
  top: 50%;
  right: 10%;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  animation: float 18s ease-in-out infinite;
}

/* Animations */
@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

@keyframes markerPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 30% 70% 60% 40% / 50% 50% 30% 70%;
    transform: rotate(270deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(20px, -20px);
  }
  66% {
    transform: translate(-15px, 15px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-063 {
    padding: 80px 0;
  }

  .v-063 .section-title {
    font-size: 2.25rem;
  }

  .v-063 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-063 .timeline-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-063 {
    padding: 60px 0;
  }

  .v-063 .section-title {
    font-size: 1.875rem;
  }

  .v-063 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-063 .section-header {
    margin-bottom: 60px;
  }

  /* Mobile Timeline */
  .v-063 .timeline-line {
    left: 30px;
  }

  .v-063 .timeline-item,
  .v-063 .timeline-item:nth-child(even) {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 70px;
  }

  .v-063 .timeline-marker {
    left: 30px;
    top: 20px;
    transform: translateX(-50%);
  }

  .v-063 .timeline-content,
  .v-063 .timeline-item:nth-child(odd) .timeline-content,
  .v-063 .timeline-item:nth-child(even) .timeline-content {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  .v-063 .timeline-content::before {
    display: none;
  }

  .v-063 .timeline-title {
    font-size: 1.25rem;
  }
}





/* Universal section */

.additional-universal-section.v-058 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(165deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-058 .section-header {
  position: relative;
  z-index: 2;
}

.v-058 .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.v-058 .header-decoration {
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, transparent, var(--primary-500));
}

.v-058 .header-decoration.left {
  background: linear-gradient(to left, var(--primary-500), transparent);
}

.v-058 .header-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.v-058 .header-icon i {
  font-size: 32px;
  color: var(--light);
}

.v-058 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-058 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-058 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Masonry Grid */
.v-058 .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 200px;
  gap: 24px;
  position: relative;
  z-index: 2;
}

/* Masonry Cards */
.v-058 .masonry-card {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 32px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-058 .masonry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

.v-058 .masonry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.v-058 .masonry-card:hover::before {
  transform: scaleX(1);
}

/* Card Sizes */
.v-058 .masonry-card.card-standard {
  grid-row: span 2;
}

.v-058 .masonry-card.card-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.v-058 .masonry-card.card-tall {
  grid-row: span 3;
}

/* Card Icon Box */
.v-058 .card-icon-box {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}

.v-058 .card-icon-box i {
  font-size: 28px;
  color: var(--light);
}

.v-058 .card-icon-box.large {
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
}

.v-058 .card-icon-box.large i {
  font-size: 36px;
}

/* Card Content */
.v-058 .card-content {
  position: relative;
  z-index: 2;
}

.v-058 .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
  line-height: 1.3;
}

.v-058 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Card */
.v-058 .masonry-card.featured {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  padding: 40px;
}

.v-058 .masonry-card.featured .card-title {
  color: var(--light);
  font-size: 1.75rem;
}

.v-058 .masonry-card.featured .card-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-058 .masonry-card.featured .card-icon-box {
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
}

.v-058 .masonry-card.featured::before {
  background: color-mix(in srgb, var(--light) 30%, transparent 70%);
  transform: scaleX(1);
}

.v-058 .featured-glow {
  position: absolute;
  bottom: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, color-mix(in srgb, var(--light) 20%, transparent 80%), transparent 60%);
  pointer-events: none;
}

/* Card Pattern */
.v-058 .card-pattern {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
  border-radius: 50%;
  pointer-events: none;
}

/* Background Decorations */
.v-058 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-058 .deco-organic {
  position: absolute;
  background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.v-058 .deco-organic.organic-1 {
  width: 400px;
  height: 400px;
  top: 5%;
  left: -150px;
  animation: organic-float 25s ease-in-out infinite;
}

.v-058 .deco-organic.organic-2 {
  width: 350px;
  height: 350px;
  bottom: 10%;
  right: -120px;
  animation: organic-float 30s ease-in-out infinite reverse;
}

@keyframes organic-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  33% {
    transform: translate(30px, -20px) rotate(120deg);
    border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  }
  66% {
    transform: translate(-20px, 30px) rotate(240deg);
    border-radius: 70% 30% 40% 60% / 30% 60% 40% 70%;
  }
}

.v-058 .deco-texture {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 200px;
  height: 200px;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 10px,
    color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 11px
  );
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-058 {
    padding: 80px 0;
  }

  .v-058 .section-title {
    font-size: 2.25rem;
  }

  .v-058 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-058 .masonry-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .v-058 .masonry-card {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    padding: 28px;
  }

  .v-058 .masonry-card.featured {
    padding: 36px;
  }
}

@media (max-width: 767px) {
  .v-058 {
    padding: 60px 0;
  }

  .v-058 .section-title {
    font-size: 1.875rem;
  }

  .v-058 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-058 .section-description {
    font-size: 1rem;
  }

  .v-058 .header-wrapper {
    gap: 15px;
  }

  .v-058 .header-decoration {
    width: 40px;
  }

  .v-058 .header-icon {
    width: 56px;
    height: 56px;
  }

  .v-058 .header-icon i {
    font-size: 24px;
  }

  .v-058 .masonry-card {
    padding: 24px;
  }

  .v-058 .masonry-card.featured {
    padding: 28px;
  }

  .v-058 .card-icon-box {
    width: 52px;
    height: 52px;
  }

  .v-058 .card-icon-box i {
    font-size: 24px;
  }

  .v-058 .card-icon-box.large {
    width: 64px;
    height: 64px;
  }

  .v-058 .card-icon-box.large i {
    font-size: 28px;
  }

  .v-058 .card-title {
    font-size: 1.25rem;
  }

  .v-058 .masonry-card.featured .card-title {
    font-size: 1.5rem;
  }
}





/* Universal section */

.additional-universal-section.v-059 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary) 0%, color-mix(in srgb, var(--neutral-100) 50%, var(--surface-primary) 50%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-059 .section-header {
  position: relative;
  z-index: 2;
}

.v-059 .header-line-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}

.v-059 .header-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(to right, var(--primary-500), var(--primary-700));
}

.v-059 .header-square {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  box-shadow: 0 6px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.v-059 .header-square i {
  font-size: 36px;
  color: var(--light);
}

.v-059 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-059 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-059 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
}

/* List Container */
.v-059 .list-container {
  position: relative;
  z-index: 2;
}

/* List Item */
.v-059 .list-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 36px 0;
  transition: all 0.3s ease;
}

.v-059 .list-item:hover {
  transform: translateX(8px);
}

/* Item Number */
.v-059 .item-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  line-height: 1;
  min-width: 80px;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

.v-059 .item-number.large {
  font-size: 3rem;
  color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}

/* Item Icon */
.v-059 .item-icon {
  width: 72px;
  height: 72px;
  background: var(--light);
  border: 3px solid var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.v-059 .list-item:hover .item-icon {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-color: var(--primary-700);
  transform: rotate(45deg);
}

.v-059 .item-icon i {
  font-size: 32px;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.v-059 .list-item:hover .item-icon i {
  color: var(--light);
  transform: rotate(-45deg);
}

.v-059 .item-icon.large {
  width: 88px;
  height: 88px;
}

.v-059 .item-icon.large i {
  font-size: 40px;
}

/* Item Content */
.v-059 .item-content {
  flex: 1;
  padding-top: 8px;
}

.v-059 .item-title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
  line-height: 1.3;
}

.v-059 .item-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Item Separator */
.v-059 .item-separator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, var(--neutral-300), transparent);
}

/* Featured Item */
.v-059 .list-item.featured {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  padding: 48px 40px;
  margin: 20px 0;
  position: relative;
}

.v-059 .list-item.featured:hover {
  transform: translateX(12px) scale(1.02);
}

.v-059 .list-item.featured .item-number {
  color: color-mix(in srgb, var(--light) 50%, transparent 50%);
}

.v-059 .list-item.featured .item-icon {
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  border-color: var(--light);
  backdrop-filter: blur(10px);
}

.v-059 .list-item.featured .item-icon i {
  color: var(--light);
}

.v-059 .list-item.featured:hover .item-icon {
  background: var(--light);
  border-color: var(--light);
}

.v-059 .list-item.featured:hover .item-icon i {
  color: var(--primary-500);
}

.v-059 .list-item.featured .item-title {
  color: var(--light);
  font-size: 1.875rem;
}

.v-059 .list-item.featured .item-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-059 .featured-badge {
  position: absolute;
  top: -15px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.v-059 .featured-badge i {
  font-size: 24px;
  color: var(--primary-500);
}

.v-059 .item-separator.featured-sep {
  background: linear-gradient(to right, color-mix(in srgb, var(--light) 50%, transparent 50%), transparent);
}

/* Background Decorations */
.v-059 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-059 .deco-grid {
  position: absolute;
  width: 250px;
  height: 250px;
  background-image: 
    linear-gradient(to right, color-mix(in srgb, var(--neutral-300) 30%, transparent 70%) 1px, transparent 1px),
    linear-gradient(to bottom, color-mix(in srgb, var(--neutral-300) 30%, transparent 70%) 1px, transparent 1px);
  background-size: 25px 25px;
  opacity: 0.5;
}

.v-059 .deco-grid.grid-1 {
  top: 10%;
  left: 5%;
}

.v-059 .deco-grid.grid-2 {
  bottom: 15%;
  right: 5%;
}

.v-059 .deco-line {
  position: absolute;
  width: 3px;
  height: 200px;
  background: linear-gradient(to bottom, transparent, var(--primary-300), transparent);
  opacity: 0.3;
}

.v-059 .deco-line.line-v1 {
  top: 25%;
  left: 10%;
}

.v-059 .deco-line.line-v2 {
  bottom: 20%;
  right: 15%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-059 {
    padding: 80px 0;
  }

  .v-059 .section-title {
    font-size: 2.25rem;
  }

  .v-059 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-059 .list-item {
    gap: 24px;
    padding: 32px 0;
  }

  .v-059 .list-item.featured {
    padding: 40px 32px;
  }

  .v-059 .item-number {
    font-size: 2rem;
    min-width: 60px;
  }

  .v-059 .item-number.large {
    font-size: 2.5rem;
  }

  .v-059 .item-icon {
    width: 64px;
    height: 64px;
  }

  .v-059 .item-icon i {
    font-size: 28px;
  }

  .v-059 .item-icon.large {
    width: 76px;
    height: 76px;
  }

  .v-059 .item-icon.large i {
    font-size: 34px;
  }

  .v-059 .item-title {
    font-size: 1.5rem;
  }

  .v-059 .list-item.featured .item-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .v-059 {
    padding: 60px 0;
  }

  .v-059 .section-title {
    font-size: 1.875rem;
  }

  .v-059 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-059 .section-description {
    font-size: 1rem;
  }

  .v-059 .header-line-group {
    gap: 20px;
  }

  .v-059 .header-line {
    width: 50px;
  }

  .v-059 .header-square {
    width: 64px;
    height: 64px;
  }

  .v-059 .header-square i {
    font-size: 28px;
  }

  .v-059 .list-item {
    flex-direction: column;
    gap: 20px;
    padding: 28px 0;
    align-items: center;
    text-align: center;
  }

  .v-059 .list-item.featured {
    padding: 32px 24px;
  }

  .v-059 .item-number {
    min-width: auto;
  }

  .v-059 .item-icon {
    width: 56px;
    height: 56px;
  }

  .v-059 .item-icon i {
    font-size: 24px;
  }

  .v-059 .item-icon.large {
    width: 64px;
    height: 64px;
  }

  .v-059 .item-icon.large i {
    font-size: 28px;
  }

  .v-059 .item-title {
    font-size: 1.25rem;
  }

  .v-059 .list-item.featured .item-title {
    font-size: 1.5rem;
  }

  .v-059 .featured-badge {
    right: 24px;
  }
}





/* Universal section */

.additional-universal-section.v-055 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-055 .section-header {
  position: relative;
  z-index: 2;
}

.v-055 .header-accent {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  margin: 0 auto 30px;
  border-radius: 2px;
}

.v-055 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-055 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-055 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Content Grid */
.v-055 .content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

.v-055 .grid-item {
  position: relative;
}

.v-055 .grid-item.item-1 {
  grid-column: span 6;
}

.v-055 .grid-item.item-2 {
  grid-column: span 6;
}

.v-055 .grid-item.item-3.featured {
  grid-column: span 12;
}

.v-055 .grid-item.item-4 {
  grid-column: span 6;
}

.v-055 .grid-item.item-5 {
  grid-column: span 6;
}

.v-055 .item-inner {
  height: 100%;
  background: var(--light);
  border-radius: 16px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.v-055 .item-inner:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

/* Icon Wrapper */
.v-055 .icon-wrapper {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.v-055 .icon-wrapper i {
  font-size: 28px;
  color: var(--light);
}

.v-055 .icon-wrapper.large {
  width: 80px;
  height: 80px;
}

.v-055 .icon-wrapper.large i {
  font-size: 36px;
}

/* Item Content */
.v-055 .item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-055 .item-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Item Styling */
.v-055 .grid-item.featured .item-inner {
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  padding: 50px;
}

.v-055 .grid-item.featured .item-title {
  color: var(--light);
  font-size: 2rem;
}

.v-055 .grid-item.featured .item-description {
  color: color-mix(in srgb, var(--light) 90%, transparent 10%);
  font-size: 1.125rem;
}

.v-055 .grid-item.featured .icon-wrapper {
  background: color-mix(in srgb, var(--light) 20%, transparent 80%);
  backdrop-filter: blur(10px);
}

/* Item Decorations */
.v-055 .item-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  border-radius: 50%;
  z-index: 0;
}

.v-055 .featured-decoration {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--light) 10%, transparent 90%);
  border-radius: 50%;
  z-index: 0;
}

/* Background Decorations */
.v-055 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-055 .deco-circle {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
}

.v-055 .deco-circle.circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -100px;
}

.v-055 .deco-circle.circle-2 {
  width: 250px;
  height: 250px;
  bottom: 15%;
  right: -80px;
}

.v-055 .deco-blob {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 400px;
  height: 400px;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent 92%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blob-float 20s ease-in-out infinite;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

.v-055 .deco-line {
  position: absolute;
  width: 2px;
  height: 150px;
  background: linear-gradient(to bottom, transparent, var(--primary-300), transparent);
  opacity: 0.3;
}

.v-055 .deco-line.line-1 {
  top: 20%;
  left: 15%;
}

.v-055 .deco-line.line-2 {
  bottom: 25%;
  right: 20%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-055 {
    padding: 80px 0;
  }

  .v-055 .section-title {
    font-size: 2rem;
  }

  .v-055 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-055 .content-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .v-055 .grid-item {
    grid-column: span 1 !important;
  }

  .v-055 .item-inner {
    padding: 30px;
  }

  .v-055 .grid-item.featured .item-inner {
    padding: 40px;
  }

  .v-055 .grid-item.featured .item-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .v-055 {
    padding: 60px 0;
  }

  .v-055 .section-title {
    font-size: 1.75rem;
  }

  .v-055 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-055 .section-description {
    font-size: 1rem;
  }

  .v-055 .item-inner {
    padding: 24px;
  }

  .v-055 .grid-item.featured .item-inner {
    padding: 32px;
  }

  .v-055 .icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .v-055 .icon-wrapper i {
    font-size: 24px;
  }

  .v-055 .icon-wrapper.large {
    width: 64px;
    height: 64px;
  }

  .v-055 .icon-wrapper.large i {
    font-size: 28px;
  }

  .v-055 .item-title {
    font-size: 1.25rem;
  }

  .v-055 .grid-item.featured .item-title {
    font-size: 1.5rem;
  }
}





.additional-universal-bold {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-bold #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-bold #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-bold #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Comparison Grid */
.additional-universal-bold .comparison-grid {
  position: relative;
  z-index: 2;
}

.additional-universal-bold .benefit-item {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem;
  border: 2px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
  transition: all 0.3s ease;
}

.additional-universal-bold .benefit-item:hover {
  border-color: var(--primary-500);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--neutral-500) 15%, transparent);
  transform: translateY(-5px);
}

/* Benefit Visual */
.additional-universal-bold .benefit-visual {
  position: relative;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 5%, transparent);
  border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.additional-universal-bold .metric-display {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--primary-500);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
  transition: all 0.3s ease;
}

.additional-universal-bold .benefit-item:hover .metric-display {
  transform: scale(1.1);
}

.additional-universal-bold .visual-bars {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  width: 100%;
  max-width: 200px;
}

.additional-universal-bold .bar-item {
  flex: 1;
  background: var(--primary-500);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.additional-universal-bold .bar-item:nth-child(1) {
  height: 40px;
}

.additional-universal-bold .bar-item:nth-child(2) {
  height: 60px;
}

.additional-universal-bold .bar-item:nth-child(3) {
  height: 50px;
}

.additional-universal-bold .benefit-item:hover .bar-item {
  background: var(--primary-700);
}

/* Benefit Content */
.additional-universal-bold .benefit-content {
  position: relative;
  padding: 1rem 0;
}

.additional-universal-bold .benefit-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  color: var(--primary-500);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.additional-universal-bold .benefit-content h3 {
  color: var(--text-primary);
}

.additional-universal-bold .benefit-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
  margin-bottom: 0;
}

/* Industrial Grid Pattern */
.additional-universal-bold .industrial-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  background-image: 
    linear-gradient(var(--neutral-900) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-900) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 1;
}

/* Corner Accents */
.additional-universal-bold .corner-accent {
  position: absolute;
  width: 200px;
  height: 200px;
  pointer-events: none;
  opacity: 0.1;
}

.additional-universal-bold .accent-tl {
  top: 0;
  left: 0;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
  border-top-left-radius: 0;
}

.additional-universal-bold .accent-br {
  bottom: 0;
  right: 0;
  border-bottom: 4px solid var(--primary-500);
  border-right: 4px solid var(--primary-500);
  border-bottom-right-radius: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-bold .benefit-item {
    padding: 1.5rem;
  }

  .additional-universal-bold .benefit-visual {
    min-height: 150px;
    margin-bottom: 1.5rem;
  }

  .additional-universal-bold .metric-display {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-bold #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-bold .benefit-item {
    padding: 1.25rem;
  }

  .additional-universal-bold .benefit-visual {
    min-height: 120px;
  }

  .additional-universal-bold .metric-display {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }
}





/* ===================================
   v-014: Modern Green Theme
   Layout: Timeline with Highlight Box
   =================================== */

.add_wrap.v014_modern_green {
  padding: var(--section-py) 0;
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Header Shape */
.add_wrap.v014_modern_green .add_decorative_header_shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(135deg, var(--primary-50) 0%, transparent 100%);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}

/* Header Section */
.add_wrap.v014_modern_green .add_header {
  text-align: center;
  margin-bottom: var(--space-12);
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_badge {
  width: 60px;
  height: 60px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.add_wrap.v014_modern_green .add_badge i {
  font-size: 28px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-weight: 700;
  line-height: 1.2;
}

.add_wrap.v014_modern_green .add_subtitle {
  color: var(--primary-500);
  margin-bottom: var(--space-6);
  font-weight: 600;
}

.add_wrap.v014_modern_green .add_description {
  color: var(--text-secondary);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Timeline */
.add_wrap.v014_modern_green .add_timeline {
  position: relative;
  padding: var(--space-8) 0;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 50%, var(--primary-300) 100%);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Items */
.add_wrap.v014_modern_green .add_timeline_item {
  position: relative;
  margin-bottom: var(--space-12);
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
}

.add_wrap.v014_modern_green .add_timeline_item_left {
  justify-content: flex-end;
}

.add_wrap.v014_modern_green .add_timeline_item_right {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

/* Timeline Marker */
.add_wrap.v014_modern_green .add_timeline_marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.4);
  z-index: 3;
}

.add_wrap.v014_modern_green .add_timeline_marker i {
  font-size: 28px;
  color: #ffffff;
}

/* Timeline Content */
.add_wrap.v014_modern_green .add_timeline_content {
  width: calc(50% - 60px);
  padding: var(--space-6);
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_timeline_content:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-300);
}

.add_wrap.v014_modern_green .add_timeline_title {
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--space-3);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_timeline_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-4);
  line-height: 1.6;
}

/* Timeline Icon Group */
.add_wrap.v014_modern_green .add_timeline_icon_group {
  display: flex;
  gap: var(--space-3);
  justify-content: flex-start;
}

.add_wrap.v014_modern_green .add_timeline_icon_group i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--primary-500);
  background: var(--primary-50);
  border-radius: 8px;
}

/* Highlight Box (Element 5) */
.add_wrap.v014_modern_green .add_highlight_box {
  margin-top: var(--space-12);
  padding: var(--space-8);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--primary-500);
  text-align: center;
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_highlight_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(5, 150, 105, 0.4);
}

.add_wrap.v014_modern_green .add_highlight_icon i {
  font-size: 40px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_highlight_title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--space-4);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_highlight_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
  line-height: 1.7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Highlight Badge Row */
.add_wrap.v014_modern_green .add_highlight_badge_row {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.add_wrap.v014_modern_green .add_highlight_badge {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_highlight_badge i {
  font-size: 24px;
  color: var(--primary-500);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover {
  background: var(--primary-500);
  transform: scale(1.1);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover i {
  color: #ffffff;
}

/* Decorative Wave */
.add_wrap.v014_modern_green .add_decorative_wave {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-100) 50%, transparent 100%);
  opacity: 0.3;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

/* Background Decorative Elements */
.add_wrap.v014_modern_green .add_bg_circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 1;
  pointer-events: none;
}

.add_wrap.v014_modern_green .add_bg_circle_1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 10%;
  right: -200px;
}

.add_wrap.v014_modern_green .add_bg_circle_2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: 20%;
  left: -150px;
}

.add_wrap.v014_modern_green .add_bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 35px,
    var(--primary-50) 35px,
    var(--primary-50) 37px
  );
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .add_wrap.v014_modern_green .add_timeline::before {
    left: 30px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 30px;
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    flex-direction: row !important;
    justify-content: flex-start !important;
    padding-left: 100px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    width: 100%;
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 70px;
    height: 70px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 36px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .add_wrap.v014_modern_green .add_badge {
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_badge i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline {
    padding: var(--space-6) 0;
  }

  .add_wrap.v014_modern_green .add_timeline::before {
    left: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 20px;
    width: 40px;
    height: 40px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    margin-bottom: var(--space-8);
    padding-left: 80px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    padding: var(--space-4);
  }

  .add_wrap.v014_modern_green .add_timeline_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_timeline_icon_group i {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .add_wrap.v014_modern_green .add_highlight_box {
    padding: var(--space-6);
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 60px;
    height: 60px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 28px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_highlight_badge {
    width: 42px;
    height: 42px;
  }

  .add_wrap.v014_modern_green .add_highlight_badge i {
    font-size: 20px;
  }
}



.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-50);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 700px;
  margin: 0 auto;
}

.add_wrap .add_card {
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--neutral-200);
  position: relative;
  overflow: hidden;
}

.add_wrap .add_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-400));
}

.add_wrap .add_card_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-6);
  position: relative;
}

.add_wrap .add_card_icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: var(--neutral-100);
  border-radius: 50%;
}

.add_wrap .add_card_content {
  flex-grow: 1;
}

.add_wrap .add_card_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_card_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_card_large {
  background: linear-gradient(135deg, var(--neutral-100), var(--neutral-50));
}

.add_wrap .add_card_large .add_card_icon {
  width: 80px;
  height: 80px;
}

.add_wrap .add_card_large .add_card_icon:after {
  width: 32px;
  height: 32px;
}

.add_wrap .add_card_large .add_card_title {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .add_wrap .add_card {
    padding: var(--space-6);
  }
  
  .add_wrap .add_card_icon {
    width: 50px;
    height: 50px;
  }
  
  .add_wrap .add_card_icon:after {
    width: 20px;
    height: 20px;
  }
  
  .add_wrap .add_card_large .add_card_icon {
    width: 60px;
    height: 60px;
  }
  
  .add_wrap .add_card_large .add_card_icon:after {
    width: 24px;
    height: 24px;
  }
}


/* Universal section */
/* Card grid layout with icon emphasis */

.add_wrap_secondary {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
  overflow: hidden;
}

/* Decorative elements */
.add_wrap_secondary .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}

.add_wrap_secondary .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500, #2563eb);
  top: -100px;
  right: -100px;
  filter: blur(60px);
}

.add_wrap_secondary .blob-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-300, #93c5fd);
  bottom: -150px;
  left: -150px;
  filter: blur(80px);
}

.add_wrap_secondary .container {
  position: relative;
  z-index: 1;
}

/* Section header */
.add_wrap_secondary .add_header {
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_secondary .add_title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_secondary .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--text-accent, #2563eb);
  margin-bottom: var(--space-3, 0.75rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_secondary .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #334155);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Feature cards grid */
.add_wrap_secondary .add_features_grid {
  margin-top: var(--space-8, 2rem);
}

.add_wrap_secondary .add_feature_card {
  display: flex;
  gap: var(--space-4, 1rem);
  padding: var(--space-6, 1.5rem);
  background: #ffffff;
  border-radius: var(--radius-lg, 12px);
  border: 1px solid var(--border-light, #cbd5e1);
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
}

.add_wrap_secondary .add_feature_card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, 0.1));
  border-color: var(--primary-300, #93c5fd);
}

/* Highlight card (5th element) */
.add_wrap_secondary .add_feature_card_highlight {
  background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
  border: 2px solid var(--primary-300, #93c5fd);
}

.add_wrap_secondary .add_feature_card_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #dbeafe) 0%, #ffffff 100%);
  border-color: var(--primary-500, #2563eb);
}

/* Icon wrapper */
.add_wrap_secondary .card_icon_wrapper {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #eff6ff);
  border-radius: var(--radius-md, 10px);
  color: var(--primary-500, #2563eb);
  font-size: 1.75rem;
  transition: all 0.3s ease;
}

.add_wrap_secondary .add_feature_card:hover .card_icon_wrapper {
  background: var(--primary-500, #2563eb);
  color: #ffffff;
  transform: scale(1.1);
}

.add_wrap_secondary .add_feature_card_highlight .card_icon_wrapper {
  width: 80px;
  height: 80px;
  font-size: 2rem;
  background: var(--primary-100, #dbeafe);
}

/* Card content */
.add_wrap_secondary .card_content {
  flex: 1;
}

.add_wrap_secondary .add_elem_title {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_secondary .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #334155);
  line-height: 1.6;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .add_wrap_secondary {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_secondary .add_feature_card {
    flex-direction: column;
    text-align: center;
  }
  
  .add_wrap_secondary .card_icon_wrapper {
    margin: 0 auto;
  }
  
  .add_wrap_secondary .add_header {
    margin-bottom: var(--space-8, 2rem);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .add_wrap_secondary .add_feature_card {
    flex-direction: column;
    text-align: center;
  }
  
  .add_wrap_secondary .card_icon_wrapper {
    margin: 0 auto;
  }
}



/* Universal section */

.additional-universal-section.v-044 {
  padding: 80px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-section.v-044 .section-header {
  position: relative;
  z-index: 2;
}

.additional-universal-section.v-044 .header-badge {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.additional-universal-section.v-044 .header-badge i {
  font-size: 36px;
  color: var(--light);
}

.additional-universal-section.v-044 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.additional-universal-section.v-044 .section-subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.3;
}

.additional-universal-section.v-044 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Timeline Wrapper */
.additional-universal-section.v-044 .timeline-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.additional-universal-section.v-044 .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300), var(--primary-500), var(--primary-300));
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Items */
.additional-universal-section.v-044 .timeline-item {
  position: relative;
  margin-bottom: 60px;
  z-index: 2;
}

.additional-universal-section.v-044 .timeline-item:last-child {
  margin-bottom: 0;
}

.additional-universal-section.v-044 .timeline-marker {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: 3;
}

.additional-universal-section.v-044 .marker-dot {
  width: 20px;
  height: 20px;
  background: var(--primary-500);
  border: 4px solid var(--surface-primary);
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  position: relative;
  z-index: 2;
}

.additional-universal-section.v-044 .marker-dot.final {
  background: var(--primary-700);
  width: 24px;
  height: 24px;
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.additional-universal-section.v-044 .marker-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

/* Timeline Content */
.additional-universal-section.v-044 .timeline-content {
  position: relative;
}

.additional-universal-section.v-044 .content-wrapper {
  width: calc(50% - 40px);
  padding: 28px;
  background: var(--surface-primary);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid color-mix(in srgb, var(--primary-300) 25%, transparent 75%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.additional-universal-section.v-044 .content-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

.additional-universal-section.v-044 .content-wrapper.left {
  margin-right: auto;
}

.additional-universal-section.v-044 .content-wrapper.right {
  margin-left: auto;
}

.additional-universal-section.v-044 .content-wrapper.featured {
  background: linear-gradient(135deg, var(--primary-50), var(--surface-primary));
  border-color: var(--primary-500);
}

.additional-universal-section.v-044 .icon-badge {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: transform 0.3s ease;
}

.additional-universal-section.v-044 .content-wrapper:hover .icon-badge {
  transform: rotate(5deg) scale(1.05);
}

.additional-universal-section.v-044 .icon-badge.featured {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}

.additional-universal-section.v-044 .icon-badge i {
  font-size: 28px;
  color: var(--light);
}

.additional-universal-section.v-044 .icon-badge.featured i {
  font-size: 32px;
}

.additional-universal-section.v-044 .timeline-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.additional-universal-section.v-044 .timeline-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Decorative Elements */
.additional-universal-section.v-044 .decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.additional-universal-section.v-044 .floating-shape {
  position: absolute;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-300) 8%, transparent 92%), transparent);
}

.additional-universal-section.v-044 .floating-shape.shape-1 {
  width: 250px;
  height: 250px;
  top: 10%;
  right: 5%;
  animation: float 20s ease-in-out infinite;
}

.additional-universal-section.v-044 .floating-shape.shape-2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  left: 8%;
  animation: float 25s ease-in-out infinite reverse;
}

.additional-universal-section.v-044 .floating-shape.shape-3 {
  width: 180px;
  height: 180px;
  top: 50%;
  left: 10%;
  animation: float 30s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .additional-universal-section.v-044 {
    padding: 60px 0;
  }

  .additional-universal-section.v-044 .section-title {
    font-size: 2rem;
  }

  .additional-universal-section.v-044 .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-section.v-044 .timeline-line {
    left: 30px;
  }

  .additional-universal-section.v-044 .timeline-marker {
    left: 30px;
  }

  .additional-universal-section.v-044 .content-wrapper {
    width: calc(100% - 80px);
    margin-left: 80px !important;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section.v-044 {
    padding: 40px 0;
  }

  .additional-universal-section.v-044 .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-section.v-044 .section-subtitle {
    font-size: 1.125rem;
  }

  .additional-universal-section.v-044 .header-badge {
    width: 64px;
    height: 64px;
  }

  .additional-universal-section.v-044 .header-badge i {
    font-size: 32px;
  }

  .additional-universal-section.v-044 .content-wrapper {
    padding: 20px;
  }

  .additional-universal-section.v-044 .icon-badge {
    width: 48px;
    height: 48px;
  }

  .additional-universal-section.v-044 .icon-badge i {
    font-size: 24px;
  }
}





.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.technical-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.badge-line {
  width: 30px;
  height: 2px;
  background: var(--primary-500);
}

.badge-square {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  transform: rotate(45deg);
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
}

/* Steps Container */
.steps-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
}

.step-item {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.step-item:last-child {
  margin-bottom: 0;
}

/* Step Number */
.step-number-wrapper {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step-number {
  width: 80px;
  height: 80px;
  background: var(--surface-secondary);
  border: 3px solid var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--primary-500);
  position: relative;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  transition: all 0.3s ease;
}

.step-number::before {
  content: '';
  position: absolute;
  inset: 6px;
  background: var(--surface-secondary);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  z-index: -1;
}

.step-item:hover .step-number {
  background: var(--primary-500);
  color: var(--light);
  transform: scale(1.1);
}

.step-number-final {
  background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%));
  color: var(--light);
}

.step-connector {
  width: 3px;
  height: 60px;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
  margin: 0.5rem 0;
}

.step-final .step-connector {
  display: none;
}

/* Step Content */
.step-content {
  flex: 1;
  background: var(--surface-secondary);
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.3s ease;
  position: relative;
}

.step-item:hover .step-content {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-700);
}

.step-icon-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--primary-50);
  border-radius: 8px;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.step-item:hover .step-icon-group {
  background: var(--primary-300);
  transform: rotate(5deg);
}

.step-icon-group i {
  font-size: 1.75rem;
  color: var(--primary-700);
}

.step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.step-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Technical Decorations */
.grid-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(0deg, transparent 24%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 25%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 26%, transparent 27%, transparent 74%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 75%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 25%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 26%, transparent 27%, transparent 74%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 75%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 76%, transparent 77%, transparent);
  background-size: 80px 80px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}

.corner-decoration {
  position: absolute;
  width: 120px;
  height: 120px;
  pointer-events: none;
  z-index: 1;
}

.corner-top-left {
  top: 0;
  left: 0;
  border-top: 4px solid var(--primary-300);
  border-left: 4px solid var(--primary-300);
}

.corner-bottom-right {
  bottom: 0;
  right: 0;
  border-bottom: 4px solid var(--primary-300);
  border-right: 4px solid var(--primary-300);
}

.corner-decoration::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
}

.corner-top-left::before {
  top: -2px;
  left: -2px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.corner-bottom-right::before {
  bottom: -2px;
  right: -2px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .step-number {
    width: 70px;
    height: 70px;
    font-size: 1.5rem;
  }
  
  .step-content {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .step-item {
    gap: 1.25rem;
  }
  
  .step-number {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
  
  .step-connector {
    height: 40px;
  }
  
  .step-content {
    padding: 1.25rem;
  }
  
  .step-title {
    font-size: 1.25rem;
  }
  
  .step-icon-group {
    width: 48px;
    height: 48px;
  }
  
  .step-icon-group i {
    font-size: 1.5rem;
  }
}





/* Universal section */
/* Theme: earth-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 750px;
}

/* Features List */
.features-list {
  position: relative;
  z-index: 2;
}

/* Feature Item */
.feature-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
  background: var(--surface-secondary);
  border-left: 4px solid var(--primary-500);
  border-radius: 12px;
  box-shadow: 0 2px 12px color-mix(in srgb, var(--neutral-500) 8%, transparent 92%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-item:hover {
  transform: translateX(8px);
  box-shadow: 0 6px 24px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-left-width: 6px;
}

/* Feature Icon Wrapper */
.feature-icon-wrapper {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}

.icon-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    color-mix(in srgb, var(--primary-100) 70%, var(--primary-50) 30%)
  );
  border-radius: 16px;
  transition: all 0.3s ease;
}

.feature-item:hover .icon-background {
  transform: rotate(8deg) scale(1.05);
  background: linear-gradient(
    135deg,
    var(--primary-100),
    color-mix(in srgb, var(--primary-300) 60%, var(--primary-100) 40%)
  );
}

.feature-icon-wrapper i {
  position: relative;
  font-size: 2rem;
  color: var(--primary-500);
  z-index: 1;
  transition: all 0.3s ease;
}

.feature-item:hover .feature-icon-wrapper i {
  transform: scale(1.1);
  color: color-mix(in srgb, var(--primary-500) 90%, var(--primary-700) 10%);
}

/* Feature Content */
.feature-content {
  flex: 1;
  min-width: 0;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.feature-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Feature Decoration */
.feature-decoration {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 8%, transparent 92%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Background Elements */
.background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.25;
}

.blob-1 {
  width: 350px;
  height: 350px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  top: -100px;
  left: -100px;
  animation: float-blob 15s ease-in-out infinite;
}

.blob-2 {
  width: 280px;
  height: 280px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
    transparent
  );
  bottom: -80px;
  right: -80px;
  animation: float-blob 18s ease-in-out infinite 3s;
}

.decorative-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
  border-radius: 50%;
  top: 40%;
  right: 5%;
  animation: rotate-circle 20s linear infinite;
}

@keyframes float-blob {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

@keyframes rotate-circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .feature-item {
    gap: 1.25rem;
    padding: 1.75rem;
  }
  
  .feature-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .feature-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-header {
    margin-bottom: 2.5rem !important;
  }
  
  .feature-item {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .feature-item:hover {
    transform: translateY(-4px) translateX(0);
  }
  
  .feature-icon-wrapper {
    width: 56px;
    height: 56px;
  }
  
  .feature-icon-wrapper i {
    font-size: 1.5rem;
  }
  
  .feature-title {
    font-size: 1.125rem;
  }
}





/* ===================================
   v-010: Professional Blue Theme
   Layout: Card Grid with Featured Element
   =================================== */

.add_wrap.v010_professional {
  padding: var(--section-py) 0;
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Header Section */
.add_wrap.v010_professional .add_header {
  margin-bottom: var(--space-12);
  position: relative;
  z-index: 2;
}

.add_wrap.v010_professional .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-weight: 700;
  line-height: 1.2;
}

.add_wrap.v010_professional .add_subtitle {
  color: var(--primary-500);
  margin-bottom: var(--space-6);
  font-weight: 600;
}

.add_wrap.v010_professional .add_description {
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Decorative Line */
.add_wrap.v010_professional .add_decorative_line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
  margin: var(--space-8) auto var(--space-12);
  border-radius: 2px;
}

/* Content Grid */
.add_wrap.v010_professional .add_content_grid {
  position: relative;
  z-index: 2;
}

/* Standard Cards */
.add_wrap.v010_professional .add_card {
  height: 100%;
  padding: var(--space-8);
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.add_wrap.v010_professional .add_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: var(--primary-500);
  transition: height 0.3s ease;
}

.add_wrap.v010_professional .add_card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.add_wrap.v010_professional .add_card:hover::before {
  height: 100%;
}

/* Card Icon */
.add_wrap.v010_professional .add_card_icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50);
  border-radius: 12px;
  margin-bottom: var(--space-4);
  transition: all 0.3s ease;
}

.add_wrap.v010_professional .add_card_icon i {
  font-size: 28px;
  color: var(--primary-500);
}

.add_wrap.v010_professional .add_card:hover .add_card_icon {
  background: var(--primary-500);
}

.add_wrap.v010_professional .add_card:hover .add_card_icon i {
  color: #ffffff;
}

/* Card Content */
.add_wrap.v010_professional .add_card_title {
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--space-3);
  line-height: 1.3;
}

.add_wrap.v010_professional .add_card_desc {
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.6;
}

/* Card Variants */
.add_wrap.v010_professional .add_card_primary .add_card_icon {
  background: var(--primary-100);
}

.add_wrap.v010_professional .add_card_secondary .add_card_icon {
  background: var(--primary-50);
}

.add_wrap.v010_professional .add_card_accent .add_card_icon i {
  color: var(--primary-700);
}

.add_wrap.v010_professional .add_card_highlight {
  border-color: var(--primary-300);
}

/* Featured Card (Element 5) */
.add_wrap.v010_professional .add_featured_card {
  padding: var(--space-8);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--primary-300);
  transition: all 0.3s ease;
}

.add_wrap.v010_professional .add_featured_card:hover {
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.15);
}

.add_wrap.v010_professional .add_featured_icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-500);
  border-radius: 50%;
  margin: 0 auto;
}

.add_wrap.v010_professional .add_featured_icon i {
  font-size: 48px;
  color: #ffffff;
}

.add_wrap.v010_professional .add_featured_title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--space-4);
  line-height: 1.3;
}

.add_wrap.v010_professional .add_featured_desc {
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.7;
}

/* Decorative Background Elements */
.add_wrap.v010_professional .add_decorative_blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
}

.add_wrap.v010_professional .add_decorative_blob_1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  right: -100px;
}

.add_wrap.v010_professional .add_decorative_blob_2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: -150px;
  left: -100px;
}

.add_wrap.v010_professional .add_decorative_circle {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 3px solid var(--primary-300);
  border-radius: 50%;
  top: 50%;
  left: -75px;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .add_wrap.v010_professional .add_featured_icon {
    width: 80px;
    height: 80px;
  }

  .add_wrap.v010_professional .add_featured_icon i {
    font-size: 36px;
  }

  .add_wrap.v010_professional .add_featured_title {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .add_wrap.v010_professional .add_card {
    padding: var(--space-6);
  }

  .add_wrap.v010_professional .add_card_icon {
    width: 50px;
    height: 50px;
  }

  .add_wrap.v010_professional .add_card_icon i {
    font-size: 24px;
  }

  .add_wrap.v010_professional .add_card_title {
    font-size: 1.125rem;
  }

  .add_wrap.v010_professional .add_featured_card {
    padding: var(--space-6);
  }

  .add_wrap.v010_professional .add_featured_icon {
    width: 70px;
    height: 70px;
    margin-bottom: var(--space-4);
  }

  .add_wrap.v010_professional .add_featured_icon i {
    font-size: 32px;
  }

  .add_wrap.v010_professional .add_featured_title {
    font-size: 1.125rem;
  }

  .add_wrap.v010_professional .add_decorative_line {
    width: 60px;
    height: 3px;
  }
}



/* Universal section */
/* Theme: industrial-01*/

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.title-decoration {
  width: 60px;
  height: 3px;
  background: var(--primary-500);
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 700px;
}

/* Steps Grid */
.steps-grid {
  position: relative;
  z-index: 2;
}

/* Step Number Wrapper */
.step-number-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 75%, var(--primary-700) 25%)
  );
  border-radius: 50%;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  transition: all 0.3s ease;
}

.step-number span {
  font-size: 2rem;
  font-weight: 700;
  color: var(--light);
  line-height: 1;
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--surface-secondary);
  border: 2px solid var(--primary-500);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.step-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Hover Effect */
.row:hover .step-number {
  transform: scale(1.1);
  box-shadow: 0 6px 30px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.row:hover .step-icon {
  background: var(--primary-500);
  transform: translateY(-4px);
}

.row:hover .step-icon i {
  color: var(--light);
}

/* Step Content */
.step-content {
  position: relative;
  padding: 1.5rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  transition: all 0.3s ease;
}

.row:hover .step-content {
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 12%, transparent 88%);
}

.step-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.step-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Step Connector */
.step-connector {
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  transform: translateX(-50%);
  width: 2px;
  height: 2.5rem;
  background: linear-gradient(
    180deg,
    var(--primary-300),
    transparent
  );
}

/* Background Grid */
.background-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--neutral-300) 8%, transparent 92%) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--neutral-300) 8%, transparent 92%) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.5;
  z-index: 0;
}

/* Decorative Elements */
.decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.element {
  position: absolute;
  opacity: 0.2;
}

.element-1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
    transparent
  );
  border-radius: 50%;
  top: 10%;
  right: 5%;
  filter: blur(40px);
}

.element-2 {
  width: 250px;
  height: 250px;
  background: linear-gradient(
    225deg,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  border-radius: 50%;
  bottom: 15%;
  left: 5%;
  filter: blur(50px);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .step-number {
    width: 70px;
    height: 70px;
  }
  
  .step-number span {
    font-size: 1.75rem;
  }
  
  .step-icon {
    width: 44px;
    height: 44px;
  }
  
  .step-icon i {
    font-size: 1.125rem;
  }
  
  .step-content {
    padding: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .steps-grid .row {
    margin-bottom: 3rem !important;
  }
  
  .steps-grid .row:last-child {
    margin-bottom: 0 !important;
  }
  
  .step-number-wrapper {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1rem;
  }
  
  .step-number {
    width: 60px;
    height: 60px;
  }
  
  .step-number span {
    font-size: 1.5rem;
  }
  
  .step-icon {
    width: 40px;
    height: 40px;
  }
  
  .step-icon i {
    font-size: 1rem;
  }
  
  .step-content {
    padding: 1rem;
  }
  
  .step-title {
    font-size: 1.25rem;
  }
  
  .step-connector {
    display: none;
  }
}





/* Universal section */
/* Theme: modern-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Content */
.header-content {
  position: relative;
  z-index: 2;
}

.accent-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--primary-500);
  border-radius: 10px;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.accent-badge i {
  font-size: 1.25rem;
  color: var(--light);
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

/* Description Wrapper */
.description-wrapper {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
}

.section-description {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 0;
}

.description-decoration {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 80px;
  height: 80px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

/* Content Item Base */
.content-item {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.content-item:hover {
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  transform: translateY(-4px);
}

/* Featured Item - Large */
.featured-item {
  grid-column: span 7;
  background: linear-gradient(
    135deg,
    var(--surface-secondary),
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-secondary) 50%)
  );
}

.item-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--primary-500);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}

.item-badge i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Compact Items */
.compact-item {
  grid-column: span 5;
}

.compact-item:first-of-type {
  grid-column: span 5;
}

.compact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    color-mix(in srgb, var(--primary-100) 80%, var(--primary-50) 20%)
  );
  border-radius: 10px;
  margin-bottom: 1rem;
}

.compact-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Horizontal Items */
.horizontal-item {
  grid-column: span 6;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.horizontal-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  border-radius: 14px;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.horizontal-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

.horizontal-content {
  flex: 1;
}

/* Typography */
.item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.item-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Item Decorations */
.item-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.decoration-1 {
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
    transparent
  );
  bottom: -50px;
  right: -50px;
}

/* Background Elements */
.background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.25;
}

.shape-1 {
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
    transparent
  );
  top: 10%;
  right: 10%;
  animation: float-smooth 10s ease-in-out infinite;
}

.shape-2 {
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  bottom: 20%;
  left: 5%;
  animation: float-smooth 12s ease-in-out infinite 2s;
}

.shape-3 {
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 18%, transparent 82%),
    transparent
  );
  top: 50%;
  left: 50%;
  animation: float-smooth 8s ease-in-out infinite 4s;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--primary-50) 30%, transparent 70%)
  );
  opacity: 0.5;
}

@keyframes float-smooth {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(15px, -15px);
  }
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .featured-item,
  .compact-item,
  .horizontal-item {
    grid-column: span 12;
  }
  
  .description-wrapper {
    padding: 1.5rem;
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .content-grid {
    gap: 1rem;
  }
  
  .content-item {
    padding: 1.5rem;
  }
  
  .horizontal-item {
    flex-direction: column;
    gap: 1rem;
  }
  
  .description-wrapper {
    padding: 1.25rem;
  }
  
  .item-title {
    font-size: 1.125rem;
  }
}









div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 18px 22px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 25px 25px 0 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 20px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 8px !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    text-decoration: none !important;
    min-width: 36px !important;
    min-height: 36px !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    transform: scale(1.1) !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 18px 22px 22px !important;
    max-height: 420px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 8px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding: 12px !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,0.05) !important;
    color: #ffffff !important;
    padding-bottom: 14px !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #74b9ff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: rgba(255,255,255,0.85) !important;
    display: none !important;
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: rgba(255,255,255,0.85) !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 14px !important;
    color: #74b9ff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #74b9ff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}




.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #cccccc !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 420px !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5) !important;
    border: 2px solid #333333 !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: 19px !important;
    color: rgba(0,0,0,0.04) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationSpin 10s linear infinite !important;
}

.website-floating-icon.variant-1 {
    top: 12% !important;
    right: 6% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 62% !important;
    right: 4% !important;
    animation-delay: 3s !important;
    font-size: 15px !important;
}

.website-floating-icon.variant-3 {
    top: 32% !important;
    left: 4% !important;
    animation-delay: 6s !important;
    font-size: 23px !important;
}

@keyframes websiteFloatAnimationSpin {
    0% {
        transform: rotate(0deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
    25% {
        transform: rotate(90deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    50% {
        transform: rotate(180deg) translateY(-10px) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: rotate(270deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    100% {
        transform: rotate(360deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Classic Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 310px !important;
    background: #f5f5f5 !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    z-index: 999999 !important;
    color: #2c3e50 !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 1px solid #d0d0d0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 2px solid #34495e !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #34495e !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: 0.3px !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: transparent !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 16px 20px 20px !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #2c3e50 !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: 14px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    background: transparent !important;
    color: #2c3e50 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #34495e !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-transform: none !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.5 !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: #34495e !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #666666 !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #666666 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #7f8c8d !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Dark Style */
.website-google-maps-section {
    padding: 60px 0 !important;
    background: #1a1a1a !important;
    margin: 0 !important;
    border-top: 1px solid #333333 !important;
    border-bottom: 1px solid #333333 !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: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #cccccc !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 420px !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5) !important;
    border: 2px solid #333333 !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}



/* CTA Section - Elegant Style */
.website-cta-section {
    padding: 55px 0 !important;
    background: #2c3e50 !important;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.03) 50%, transparent 100%) !important;
}

.website-cta-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.website-cta-title {
    font-size: 30px !important;
    font-weight: 300 !important;
    margin-bottom: 12px !important;
    color: white !important;
    font-family: inherit !important;
    letter-spacing: 1px !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 35px !important;
    color: rgba(255,255,255,0.8) !important;
    font-family: inherit !important;
    font-weight: 300 !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: transparent !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    border: 2px solid white !important;
    letter-spacing: 0.5px !important;
}

.website-cta-button:hover {
    background: white !important;
    color: #2c3e50 !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 40px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}



/* Security Badges - Minimal Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 30px !important;
    padding: 20px 0 !important;
    flex-wrap: wrap !important;
    background: transparent !important;
    border-top: 1px solid #f0f0f0 !important;
    border-bottom: none !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.website-security-badge:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 14px !important;
    color: #999999 !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: 20px !important;
        padding: 15px 10px !important;
    }
    
    .website-security-badge {
        font-size: 11px !important;
    }
}



/* Floating Decorative Icons - Spin Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 19px !important;
    color: rgba(0,0,0,0.04) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationSpin 10s linear infinite !important;
}

.website-floating-icon.variant-1 {
    top: 12% !important;
    right: 6% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 62% !important;
    right: 4% !important;
    animation-delay: 3s !important;
    font-size: 15px !important;
}

.website-floating-icon.variant-3 {
    top: 32% !important;
    left: 4% !important;
    animation-delay: 6s !important;
    font-size: 23px !important;
}

@keyframes websiteFloatAnimationSpin {
    0% {
        transform: rotate(0deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
    25% {
        transform: rotate(90deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    50% {
        transform: rotate(180deg) translateY(-10px) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: rotate(270deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    100% {
        transform: rotate(360deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Team Social Links - Minimal Style */
.team-social-links {
    margin-top: 16px;
    padding: 10px 0;
}

.social-icons-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    color: #666;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid #e0e0e0;
    background: white;
}

.social-link:hover {
    transform: translateY(-1px);
    color: white;
}

.facebook-link:hover {
    background: #1877f2;
    border-color: #1877f2;
    color: white;
}

.linkedin-link:hover {
    background: #0a66c2;
    border-color: #0a66c2;
    color: white;
}

.instagram-link:hover {
    background: #e4405f;
    border-color: #e4405f;
    color: white;
}

.x-link {
    position: relative;
}

.x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 18px;
    color: inherit;
}

.x-link:hover {
    background: #000000;
    border-color: #000000;
    color: white;
}

.x-link:hover::after {
    color: white;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 15px;
    }
    
    .social-link {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}



/* 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 - Split Style */
.newsletter-section {
    margin: 28px 0;
    padding: 0;
}

.newsletter-split-container {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}

.newsletter-info {
    flex: 1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 30px 25px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newsletter-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: white !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: rgba(255,255,255,0.9) !important;
    line-height: 1.5 !important;
    background: transparent !important;
}

.newsletter-form-container {
    flex: 1.2;
    background: white;
    padding: 30px 25px;
    display: flex;
    align-items: center;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.newsletter-input {
    padding: 13px 16px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: white !important;
    color: #333 !important;
}

.newsletter-input:focus {
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102,126,234,0.1) !important;
}

.newsletter-button {
    padding: 13px 20px !important;
    background: #667eea !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.newsletter-button:hover {
    background: #5a6fd8 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(102,126,234,0.3) !important;
    color: white !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 15px !important;
    padding: 12px !important;
    background: #d1f2eb !important;
    border: 1px solid #a7f3d0 !important;
    border-radius: 6px !important;
    color: #065f46 !important;
    text-align: center !important;
    font-size: 13px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-split-container {
        flex-direction: column;
        max-width: 350px;
    }
    
    .newsletter-info {
        padding: 25px 20px;
    }
    
    .newsletter-form-container {
        padding: 25px 20px;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: minimal-v002
 * Toggle: 1
 * Содержит только стили для выбранной темы
 * Сгенерировано автоматически - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
 */

/**
 * 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 СТИЛЬ 1: КРУГЛАЯ КНОПКА ===== */
.ocm-toggle.ocm-toggle-style-1 {
    border-radius: 50% !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-1:hover {
    transform: scale(1.1) rotate(10deg) !important;
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.4) !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;
}

/* ===== АДАПТИВНОСТЬ ===== */
@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(
}


/**
 * Cookie Manager - Additional Theme Variations
 * Extended themes compatible with existing site designs
 * NO conflicts with site styles - all classes prefixed with ocm-
 */

/* ===== ТЕМА: MINIMAL VARIATIONS ===== */

/* Minimal v-002: Corporate Clean */














/* Minimal v-003: Monochrome Elegant */














/* ===== ТЕМА: MODERN VARIATIONS ===== */

/* Modern v-002: Vivid Gradient */


















/* Modern v-003: Cool Blue Gradient */










/* ===== ТЕМА: ROUNDED VARIATIONS ===== */

/* Rounded v-002: Soft Pastel */














/* Rounded v-003: Bubble Style */










/* ===== ТЕМА: GLASS VARIATIONS ===== */

/* Glass v-002: Dark Glass */














/* Glass v-003: Frosted Glass */










/* ===== ТЕМА: GRADIENT VARIATIONS ===== */

/* Gradient v-002: Sunset Gradient */














/* Gradient v-003: Ocean Gradient */














/* ===== ADDITIONAL TOGGLE STYLES (9-16) ===== */

/* Toggle Style 9: Hexagon */
.ocm-toggle.ocm-toggle-style-9 {
    width: 52px !important;
    height: 52px !important;
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%) !important;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 24px rgba(67, 233, 123, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-9:hover {
    transform: scale(1.1) rotate(15deg) !important;
    box-shadow: 0 12px 32px rgba(67, 233, 123, 0.4) !important;
}

/* Toggle Style 10: Diamond */
.ocm-toggle.ocm-toggle-style-10 {
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
    transform: rotate(45deg) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(250, 112, 154, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-10:hover {
    transform: rotate(45deg) scale(1.15) !important;
    box-shadow: 0 12px 32px rgba(250, 112, 154, 0.4) !important;
}

.ocm-toggle.ocm-toggle-style-10::before {
    content: "🍪" !important;
    transform: rotate(-45deg) !important;
    display: block !important;
    font-size: 20px !important;
}

/* Toggle Style 11: Soft Shadow */
.ocm-toggle.ocm-toggle-style-11 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.06) !important;
    border: 2px solid #f0f0f0 !important;
}

.ocm-toggle.ocm-toggle-style-11:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 3px 12px rgba(0, 0, 0, 0.08) !important;
}

/* Toggle Style 12: Neon Glow */
.ocm-toggle.ocm-toggle-style-12 {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: #000000 !important;
    color: #00ff88 !important;
    border: 2px solid #00ff88 !important;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.5), inset 0 0 10px rgba(0, 255, 136, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-12:hover {
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.7), inset 0 0 15px rgba(0, 255, 136, 0.3) !important;
    transform: scale(1.1) !important;
}

/* Toggle Style 13: Outlined Circle */
.ocm-toggle.ocm-toggle-style-13 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #667eea !important;
    border: 3px solid #667eea !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-13:hover {
    background: #667eea !important;
    color: #ffffff !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 14: Gradient Border */
.ocm-toggle.ocm-toggle-style-14 {
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    border: 3px solid transparent !important;
    background-clip: padding-box !important;
    position: relative !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
}

.ocm-toggle.ocm-toggle-style-14::before {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    left: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 50% !important;
    z-index: -1 !important;
}

.ocm-toggle.ocm-toggle-style-14:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 15: Material Design */
.ocm-toggle.ocm-toggle-style-15 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #4285f4 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ocm-toggle.ocm-toggle-style-15:hover {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px) !important;
}

.ocm-toggle.ocm-toggle-style-15:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(0) !important;
}

/* Toggle Style 16: Animated Gradient */
.ocm-toggle.ocm-toggle-style-16 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) !important;
    background-size: 300% 300% !important;
    animation: ocm-gradient-shift 6s ease infinite !important;
    border: none !important;
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-16:hover {
    animation-duration: 3s !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4) !important;
}

@keyframes ocm-gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ===== COMPATIBILITY ADJUSTMENTS ===== */

/* Ensure all variations work with existing positioning */
[class*="ocm-theme-"][class*="-v00"] {
    max-width: 400px !important;
    min-width: 320px !important;
}

/* Ensure all new toggle styles support all positions */
.ocm-toggle[class*="-style-"]:not([class*="-position-"]) {
    bottom: 20px !important;
    right: 20px !important;
}

/* Responsive adjustments for new variations */
@media (max-width: 480px) {
    [class*="ocm-theme-"][class*="-v00"] {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-toggle[class*="-style-"] {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }
    
    .ocm-toggle.ocm-toggle-style-14 {
        width: 48px !important;
        height: 48px !important;
    }
}


