:root {
  --primary-50: #f5f6f6;
  --primary-50-rgb: 245, 246, 246;
  --primary-100: #e1e3e5;
  --primary-100-rgb: 225, 227, 229;
  --primary-300: #9ba3a7;
  --primary-300-rgb: 155, 163, 167;
  --primary-500: #37474f;
  --primary-500-rgb: 55, 71, 79;
  --primary-700: #2c393f;
  --primary-700-rgb: 44, 57, 63;
  --primary-200: #bec3c6;
  --primary-200-rgb: 190, 195, 198;
  --primary-400: #69757b;
  --primary-400-rgb: 105, 117, 123;
  --primary-600: #324047;
  --primary-600-rgb: 50, 64, 71;
  --primary-800: #232e32;
  --primary-800-rgb: 35, 46, 50;
  --primary-900: #1e272b;
  --primary-900-rgb: 30, 39, 43;
  --primary-950: #151b1e;
  --primary-950-rgb: 21, 27, 30;
  --primary-rgb: 55, 71, 79;
  --neutral-50: #fafafa;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-100: #f5f5f5;
  --neutral-100-rgb: 245, 245, 245;
  --neutral-300: #d4d4d4;
  --neutral-300-rgb: 212, 212, 212;
  --neutral-500: #737373;
  --neutral-500-rgb: 115, 115, 115;
  --neutral-700: #404040;
  --neutral-700-rgb: 64, 64, 64;
  --neutral-900: #2b2b2b;
  --neutral-900-rgb: 43, 43, 43;
  --neutral-200: #e5e5e5;
  --neutral-200-rgb: 229, 229, 229;
  --neutral-400: #a4a4a4;
  --neutral-400-rgb: 164, 164, 164;
  --neutral-600: #5a5a5a;
  --neutral-600-rgb: 90, 90, 90;
  --neutral-800: #333333;
  --neutral-800-rgb: 51, 51, 51;
  --neutral-950: #1e1e1e;
  --neutral-950-rgb: 30, 30, 30;
  --surface-primary: #eceff1;
  --surface-secondary: #cfd8dc;
  --surface-accent: var(--primary-50);
  --text-primary: #263238;
  --text-secondary: #37474f;
  --text-accent: var(--primary-500);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #ffffff;
  --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: #f8f7e0;
  --accent-50-rgb: 248, 247, 224;
  --accent-100: #eae7d0;
  --accent-100-rgb: 234, 231, 208;
  --accent-200: #d2ccb4;
  --accent-200-rgb: 210, 204, 180;
  --accent-300: #b9b198;
  --accent-300-rgb: 185, 177, 152;
  --accent-400: #968a70;
  --accent-400-rgb: 150, 138, 112;
  --accent-500: #736348;
  --accent-500-rgb: 115, 99, 72;
  --accent-600: #705d41;
  --accent-600-rgb: 112, 93, 65;
  --accent-700: #6b5739;
  --accent-700-rgb: 107, 87, 57;
  --accent-800: #654d2e;
  --accent-800-rgb: 101, 77, 46;
  --accent-900: #624727;
  --accent-900-rgb: 98, 71, 39;
  --accent-950: #5b3d1b;
  --accent-950-rgb: 91, 61, 27;
  --accent-rgb: 115, 99, 72;
  --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 ===== */
.business_font_primary {
  font-family: var(--font-primary);
}

.light_font_secondary {
  font-family: var(--font-secondary);
}

.section_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.web_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);
}

.unique_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);
}

.bright_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 */
.prime_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);
}

.premium_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);
}

.page_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);
}

.style_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);
}

.fresh_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);
}

.agency_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 */
.bold_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);
}

.clean_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);
}

.core_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 */
.brand_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);
}

.pro_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 */
.dark_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);
}

.elite_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 */
.content_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);
}

.ui_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 */
.minimal_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);
}

.container_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);
}

.theme_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 */
.digital_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);
}

.modern_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 */
.main_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);
}

.main_nav_link:hover,
.main_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.best_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 */
.company_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) {
  .content_hero_title {
    font-size: var(--text-4xl);
  }
  
  .minimal_section_title {
    font-size: var(--text-3xl);
  }
  
  .web_display_1 {
    font-size: var(--text-5xl);
  }
  
  .unique_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .content_hero_title {
    font-size: var(--text-3xl);
  }
  
  .minimal_section_title {
    font-size: var(--text-2xl);
  }
  
  .web_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 ===== */
.app_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.studio_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.design_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.creative_text_balance {
  text-wrap: balance;
}

.top_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .main_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .brand_caption,
  .pro_overline,
  .company_footer_text {
    color: var(--text-secondary);
  }
  
  .ui_hero_subtitle,
  .container_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .content_hero_title,
  .minimal_section_title,
  .prime_heading_1,
  .premium_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .app_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.new_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.smart_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.base_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.custom_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.layout_stack {
  display: flex;
  flex-direction: column;
}

.new38_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site16_full_height {
  min-height: 100vh;
}

.section30_section_height {
  min-height: 80vh;
}

.dark12_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.dark19_m_0 { margin: 0; }
.prime48_m_1 { margin: var(--space-1); }
.bold93_m_2 { margin: var(--space-2); }
.best60_m_3 { margin: var(--space-3); }
.main69_m_4 { margin: var(--space-4); }
.elite3_m_6 { margin: var(--space-6); }
.design41_m_8 { margin: var(--space-8); }
.web24_m_12 { margin: var(--space-12); }
.ui21_m_16 { margin: var(--space-16); }

.custom88_mx_auto { margin-left: auto; margin-right: auto; }
.prime42_my_auto { margin-top: auto; margin-bottom: auto; }

.content88_mt_0 { margin-top: 0; }
.company0_mt_4 { margin-top: var(--space-4); }
.style12_mt_8 { margin-top: var(--space-8); }
.unique28_mt_12 { margin-top: var(--space-12); }

.creative55_mb_0 { margin-bottom: 0; }
.dark13_mb_4 { margin-bottom: var(--space-4); }
.company7_mb_8 { margin-bottom: var(--space-8); }
.brand16_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.content60_p_0 { padding: 0; }
.app30_p_1 { padding: var(--space-1); }
.prime8_p_2 { padding: var(--space-2); }
.page2_p_3 { padding: var(--space-3); }
.main93_p_4 { padding: var(--space-4); }
.web90_p_6 { padding: var(--space-6); }
.studio9_p_8 { padding: var(--space-8); }

.best98_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.premium23_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.layout42_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.style16_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.best85_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.light44_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.top17_gap_1 { gap: var(--space-1); }
.smart77_gap_2 { gap: var(--space-2); }
.base46_gap_3 { gap: var(--space-3); }
.prime27_gap_4 { gap: var(--space-4); }
.bright68_gap_6 { gap: var(--space-6); }
.studio68_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.modern6_shadow_none { box-shadow: var(--shadow-none); }
.smart91_shadow_xs { box-shadow: var(--shadow-xs); }
.app86_shadow_sm { box-shadow: var(--shadow-sm); }
.section6_shadow_md { box-shadow: var(--shadow-md); }
.elite30_shadow_lg { box-shadow: var(--shadow-lg); }
.core13_shadow_xl { box-shadow: var(--shadow-xl); }
.creative0_shadow_2xl { box-shadow: var(--shadow-2xl); }
.clean94_shadow_inner { box-shadow: var(--shadow-inner); }
.page83_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.best54_radius_none { border-radius: var(--radius-none); }
.app36_radius_xs { border-radius: var(--radius-xs); }
.modern67_radius_sm { border-radius: var(--radius-sm); }
.custom89_radius_md { border-radius: var(--radius-md); }
.pro67_radius_lg { border-radius: var(--radius-lg); }
.modern36_radius_xl { border-radius: var(--radius-xl); }
.theme86_radius_2xl { border-radius: var(--radius-2xl); }
.pro52_radius_3xl { border-radius: var(--radius-3xl); }
.content74_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.fresh11_gradient_primary {
  background: var(--gradient-primary);
}

.studio7_gradient_secondary {
  background: var(--gradient-secondary);
}

.minimal46_gradient_hero {
  background: var(--gradient-hero);
}

.new94_gradient_card {
  background: var(--gradient-card);
}

.creative77_gradient_overlay {
  position: relative;
}

.creative77_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;
}

.creative77_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.bright29_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.bright29_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.site89_hover_scale {
  transition: transform var(--transition-normal);
}

.site89_hover_scale:hover {
  transform: scale(1.02);
}

.section82_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.section82_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.modern80_hover_fade {
  transition: opacity var(--transition-normal);
}

.modern80_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.design84_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.design84_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.main24_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.business22_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.modern42_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.best19_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.content87_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.unique16_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.modern37_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.digital59_timeline {
  position: relative;
}

.digital59_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.prime68_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.prime68_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.prime68_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.pro56_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.smart87_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;
  }
}

.style2_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;
  }
}

.best72_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 */
.prime58_transition_all {
  transition: var(--transition-all);
}

.app30_transition_fast {
  transition: all var(--transition-fast);
}

.agency37_transition_normal {
  transition: all var(--transition-normal);
}

.best56_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.layout87_bg_primary { background-color: var(--bg-primary); }
.site45_bg_secondary { background-color: var(--bg-secondary); }
.clean80_bg_muted { background-color: var(--bg-muted); }
.content57_bg_glass { background-color: var(--bg-glass); }

.bright59_text_primary { color: var(--text-primary); }
.dark46_text_secondary { color: var(--text-secondary); }
.app24_text_muted { color: var(--text-muted); }
.smart91_text_inverse { color: var(--text-inverse); }
.minimal99_text_link { color: var(--text-link); }

.layout71_border_light { border-color: var(--border-light); }
.pro16_border_medium { border-color: var(--border-medium); }
.pro66_border_strong { border-color: var(--border-strong); }
.app54_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .modern42_services_grid,
  .content87_features_grid,
  .best19_team_grid,
  .modern37_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .unique16_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .digital59_timeline::before {
    left: 30px;
  }
  
  .prime68_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .section30_section_height {
    min-height: 60vh;
  }
  
  .dark12_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .unique16_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .prime68_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.style23_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;
}

.company68_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.site69_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);
}

.site69_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .creative65_no_print {
    display: none !important;
  }
  
  .top20_print_only {
    display: block !important;
  }
  
  .smart91_shadow_xs,
  .app86_shadow_sm,
  .section6_shadow_md,
  .elite30_shadow_lg,
  .core13_shadow_xl,
  .creative0_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .pro56_fade_in,
  .smart87_slide_up,
  .style2_slide_in_left,
  .best72_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .bright29_hover_lift,
  .site89_hover_scale,
  .section82_hover_shadow,
  .modern80_hover_fade,
  .prime58_transition_all,
  .app30_transition_fast,
  .agency37_transition_normal,
  .best56_transition_slow {
    transition: none;
  }
}

.header-modern {
  background: var(--surface-primary);
  padding: 1.25rem 0;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid color-mix(in srgb, var(--primary-500) 12%, transparent);
}

.header-modern .header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* Brand */
.header-modern .brand-container {
  z-index: 10004;
}

.header-modern .brand-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.header-modern .brand-link:hover {
  transform: scale(1.05);
}

.header-modern .brand-badge {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border: 2px solid var(--primary-500);
  border-radius: 12px;
  overflow: hidden;
}

.header-modern .brand-badge i {
  font-size: 1.5rem;
  color: var(--primary-700);
  z-index: 2;
  position: relative;
  transition: transform 0.3s ease;
}

.header-modern .brand-link:hover .brand-badge i {
  transform: scale(1.15) rotate(-5deg);
}

.header-modern .badge-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-500) 20%, transparent);
  border-radius: 10px;
  animation: badge-pulse-anim 2s infinite ease-in-out;
}

@keyframes badge-pulse-anim {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(0.95);
  }
}

.header-modern #sitename {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

/* Desktop Navigation */
.header-modern .nav-desktop {
  display: none;
  gap: 2.5rem;
  align-items: center;
}

.header-modern .nav-desktop a {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  position: relative;
  transition: all 0.3s ease;
}

.header-modern .nav-desktop a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 12px);
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 8px;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: -1;
}

.header-modern .nav-desktop a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transform: translateX(-50%);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.header-modern .nav-desktop a:hover {
  color: var(--primary-700);
}

.header-modern .nav-desktop a:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.header-modern .nav-desktop a:hover::after {
  width: 100%;
}

/* Menu Toggle */
.header-modern .menu-toggle {
  display: none;
}

.header-modern .toggle-control {
  cursor: pointer;
  z-index: 10003;
  position: relative;
  padding: 8px;
}

.header-modern .control-bars {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
}

.header-modern .control-bar {
  width: 26px;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  z-index: 2;
}

.header-modern .control-circle {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  transform: scale(0) rotate(-180deg);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Modern Transform Animation */
.header-modern .menu-toggle:checked ~ .toggle-control .control-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg) scaleX(0.9);
  background: var(--primary-700);
}

.header-modern .menu-toggle:checked ~ .toggle-control .control-bar:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.header-modern .menu-toggle:checked ~ .toggle-control .control-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg) scaleX(0.9);
  background: var(--primary-700);
}

.header-modern .menu-toggle:checked ~ .toggle-control .control-circle {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* Mobile Navigation */
.header-modern .nav-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 10;
}

.header-modern .menu-toggle:checked ~ .nav-mobile {
  pointer-events: auto;
}

.header-modern .mobile-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
    rgba(0, 0, 0, 0.85),
    color-mix(in srgb, var(--primary-500) 40%, rgba(0, 0, 0, 0.9))
  );
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.header-modern .menu-toggle:checked ~ .nav-mobile .mobile-screen {
  opacity: 1;
}

.header-modern .mobile-panel-container {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 90%;
  max-width: 450px;
  opacity: 0;
  transform: translateY(-50%) translateX(50px) scale(0.95);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-modern .menu-toggle:checked ~ .nav-mobile .mobile-panel-container {
  opacity: 1;
  transform: translateY(-50%) translateX(0) scale(1);
}

.header-modern .panel-nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.header-modern .panel-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.25rem 2rem;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  backdrop-filter: blur(20px);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(40px);
}

.header-modern .menu-toggle:checked ~ .nav-mobile .panel-nav a {
  opacity: 1;
  transform: translateX(0);
}

.header-modern .panel-nav a:nth-child(1) {
  transition-delay: 0.1s;
}

.header-modern .panel-nav a:nth-child(2) {
  transition-delay: 0.15s;
}

.header-modern .panel-nav a:nth-child(3) {
  transition-delay: 0.2s;
}

.header-modern .panel-nav a:nth-child(4) {
  transition-delay: 0.25s;
}

.header-modern .panel-nav a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.header-modern .panel-nav a:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateX(-8px) scale(1.02);
}

.header-modern .panel-nav a:hover::before {
  left: 100%;
}

/* Panel Visual */
.header-modern .panel-visual {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 80px;
  pointer-events: none;
}

.header-modern .visual-ring {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 60px;
  height: 60px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}

.header-modern .menu-toggle:checked ~ .nav-mobile .visual-ring {
  opacity: 1;
  transform: scale(1);
}

.header-modern .visual-line {
  position: absolute;
  bottom: 30px;
  right: 40px;
  width: 100px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease 0.35s;
}

.header-modern .menu-toggle:checked ~ .nav-mobile .visual-line {
  opacity: 1;
  transform: scaleX(1);
}

.header-modern .visual-dots {
  position: absolute;
  bottom: 10px;
  right: 30px;
  display: flex;
  gap: 10px;
}

.header-modern .visual-dots span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 0;
  animation: dot-appear 1s forwards;
}

.header-modern .menu-toggle:checked ~ .nav-mobile .visual-dots span {
  opacity: 1;
}

.header-modern .visual-dots span:nth-child(1) {
  animation-delay: 0.4s;
}

.header-modern .visual-dots span:nth-child(2) {
  animation-delay: 0.45s;
}

.header-modern .visual-dots span:nth-child(3) {
  animation-delay: 0.5s;
}

@keyframes dot-appear {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Modern Elements */
.header-modern .modern-elements {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  pointer-events: none;
  display: none;
}

.header-modern .element-square {
  width: 40px;
  height: 40px;
  border: 2px solid var(--primary-300);
  border-radius: 8px;
  animation: square-rotate 6s infinite ease-in-out;
  position: relative;
}

.header-modern .element-square::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background: var(--primary-500);
  transform: translate(-50%, -50%);
  border-radius: 4px;
  animation: inner-pulse 3s infinite ease-in-out;
}

.header-modern .element-circle-outline {
  position: absolute;
  top: -10px;
  right: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  animation: circle-scale 4s infinite ease-in-out;
}

@keyframes square-rotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
}

@keyframes inner-pulse {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

@keyframes circle-scale {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
}

/* Responsive */
@media (min-width: 992px) {
  .header-modern .nav-desktop {
    display: flex;
  }
  
  .header-modern .toggle-control {
    display: none;
  }
  
  .header-modern .nav-mobile {
    display: none;
  }
  
  .header-modern .modern-elements {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .header-modern #sitename {
    font-size: 1.25rem;
  }
  
  .header-modern .brand-badge {
    width: 44px;
    height: 44px;
  }
  
  .header-modern .brand-badge i {
    font-size: 1.35rem;
  }
}

@media (max-width: 575.98px) {
  .header-modern .mobile-panel-container {
    width: 95%;
    right: 2.5%;
  }
  
  .header-modern .panel-nav a {
    padding: 1rem 1.5rem;
    font-size: 0.95rem;
  }
}


.hero-style {
  position: relative;
  padding: 100px 0 90px;
  background: linear-gradient(135deg, 
    var(--neutral-50) 0%, 
    var(--primary-50) 50%,
    var(--neutral-50) 100%);
  overflow: hidden;
}

.hero-style .hero-content-card {
  background: var(--neutral-50);
  padding: 48px 40px;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  height: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-style .hero-content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.hero-style .card-decorative-top {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}

.hero-style .icon-badge {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.hero-style .icon-badge:hover {
  transform: translateY(-5px) scale(1.05);
}

.hero-style .icon-badge i {
  font-size: 22px;
  color: var(--neutral-50);
}

.hero-style .card-title-main {
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 900;
  color: var(--neutral-900);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.hero-style .card-subtitle-text {
  font-size: clamp(1.125rem, 3vw, 1.625rem);
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.4;
  margin-bottom: 24px;
}

.hero-style .card-description {
  font-size: 1.0625rem;
  color: var(--neutral-700);
  line-height: 1.75;
  margin-bottom: 32px;
}

.hero-style .card-accent-bar {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--secondary-500));
  border-radius: 2px;
}

.hero-style .hero-visual-card {
  position: relative;
  height: 100%;
  min-height: 450px;
}

.hero-style .image-card-wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.hero-style .image-card-wrapper:hover {
  transform: scale(1.02);
}

.hero-style .main-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-style .floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.hero-style .float-element {
  position: absolute;
  width: 56px;
  height: 56px;
  background: var(--neutral-50);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  animation: float-gentle 3.5s ease-in-out infinite;
}

.hero-style .float-element i {
  font-size: 26px;
  color: var(--primary-600);
}

.hero-style .elem-1 {
  top: 8%;
  right: 10%;
  animation-delay: 0s;
}

.hero-style .elem-2 {
  top: 45%;
  left: 8%;
  animation-delay: 1.2s;
}

.hero-style .elem-3 {
  bottom: 12%;
  right: 12%;
  animation-delay: 2.4s;
}

@keyframes float-gentle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

.hero-style .corner-decoration {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid var(--primary-400);
  z-index: 1;
  opacity: 0.6;
}

.hero-style .corner-tl {
  top: -10px;
  left: -10px;
  border-right: none;
  border-bottom: none;
  border-radius: 16px 0 0 0;
}

.hero-style .corner-br {
  bottom: -10px;
  right: -10px;
  border-left: none;
  border-top: none;
  border-radius: 0 0 16px 0;
}

.hero-style .background-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.4;
  pointer-events: none;
}

.hero-style .grid-line {
  position: absolute;
  background: var(--primary-300);
  opacity: 0.3;
}

.hero-style .grid-line:nth-child(1) {
  width: 1px;
  height: 100%;
  left: 25%;
  animation: slide-vertical 8s linear infinite;
}

.hero-style .grid-line:nth-child(2) {
  width: 1px;
  height: 100%;
  left: 50%;
  animation: slide-vertical 10s linear infinite;
}

.hero-style .grid-line:nth-child(3) {
  width: 1px;
  height: 100%;
  left: 75%;
  animation: slide-vertical 12s linear infinite;
}

@keyframes slide-vertical {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}

@media (max-width: 991px) {
  .hero-style {
    padding: 70px 0 60px;
  }
  
  .hero-style .hero-content-card {
    padding: 36px 28px;
    margin-bottom: 30px;
  }
  
  .hero-style .hero-visual-card {
    min-height: 380px;
  }
}

@media (max-width: 575px) {
  .hero-style {
    padding: 50px 0 40px;
  }
  
  .hero-style .hero-content-card {
    padding: 28px 24px;
  }
  
  .hero-style .icon-badge {
    width: 42px;
    height: 42px;
  }
  
  .hero-style .icon-badge i {
    font-size: 20px;
  }
  
  .hero-style .hero-visual-card {
    min-height: 320px;
  }
  
  .hero-style .float-element {
    width: 48px;
    height: 48px;
  }
  
  .hero-style .float-element i {
    font-size: 22px;
  }
}







.about-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Typography */
#about-title {
  color: var(--text-primary);
  line-height: 1.2;
}

#about-subtitle {
  color: var(--primary-700);
  font-weight: 500;
}

#about-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Bento Grid */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 200px);
  gap: 1.5rem;
}

.bento-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bento-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  z-index: 10;
}

/* Grid Items Positioning */
.item-large {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.item-medium {
  grid-column: 3 / 5;
  grid-row: 2 / 4;
}

.item-small {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}

.feature-1 {
  grid-column: 3 / 5;
  grid-row: 1 / 2;
}

.feature-2 {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}

.feature-3 {
  grid-column: 3 / 4;
  grid-row: 4 / 5;
}

.feature-4 {
  grid-column: 4 / 5;
  grid-row: 4 / 5;
}

/* Images */
.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.bento-item:hover .image-container img {
  transform: scale(1.1);
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-700) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.bento-item:hover .image-overlay {
  opacity: 0.25;
}

/* Feature Cards */
.item-feature {
  padding: 2rem;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
  display: flex;
  flex-direction: column;
  position: relative;
}

.item-feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
  transition: height 0.3s ease;
}

.item-feature:hover::before {
  height: 100%;
}

.feature-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100);
  color: var(--primary-700);
  border-radius: 14px;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.item-feature:hover .feature-icon {
  background: var(--primary-500);
  color: var(--light);
  transform: scale(1.1) rotate(-5deg);
}

.item-feature h4 {
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.item-feature p {
  color: var(--text-secondary);
  line-height: 1.6;
  font-size: 0.95rem;
}

.feature-accent {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background: var(--primary-300);
  border-radius: 50%;
  opacity: 0.08;
  transition: all 0.3s ease;
}

.item-feature:hover .feature-accent {
  bottom: -20px;
  right: -20px;
  opacity: 0.12;
}

/* Organic Shapes */
.organic-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.04;
  pointer-events: none;
}

.shape-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: -200px;
  right: -200px;
}

.shape-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-700);
  bottom: -150px;
  left: -150px;
}

.shape-3 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Responsive */
@media (max-width: 1200px) {
  .bento-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 200px);
  }

  .item-large {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .item-medium {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
  }

  .item-small {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .feature-1 {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
  }

  .feature-2 {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }

  .feature-3 {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
  }

  .feature-4 {
    grid-column: 3 / 4;
    grid-row: 4 / 5;
  }
}

@media (max-width: 768px) {
  #about-title {
    font-size: 2.5rem;
  }

  .bento-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }

  .bento-item {
    grid-column: 1 / 2 !important;
    grid-row: auto !important;
    min-height: 250px;
  }

  .item-small {
    min-height: 200px;
  }

  .item-feature {
    padding: 1.5rem;
    min-height: 200px;
  }
}

@media (max-width: 576px) {
  #about-title {
    font-size: 2rem;
  }

  .bento-item {
    min-height: 200px;
  }

  .item-feature {
    min-height: 180px;
  }
}





.features-section-pro {
  position: relative;
  padding: 85px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Geometric */
.features-section-pro .header-geometric {
  position: relative;
}

.features-section-pro .geometric-accent {
  position: absolute;
  top: -15px;
  left: 0;
  width: 5px;
  height: 80px;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
}

.features-section-pro .section-title {
  font-size: 2.875rem;
  font-weight: 900;
  color: var(--text-primary);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding-left: 25px;
}

.features-section-pro .section-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-500);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.features-section-pro .section-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Industrial Feature Cards */
.features-section-pro .feature-card-industrial {
  position: relative;
  background: var(--light);
  border: 3px solid var(--neutral-300);
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}

.features-section-pro .feature-card-industrial:hover {
  border-color: var(--primary-500);
  transform: translateX(5px);
  box-shadow: -8px 8px 0 var(--primary-500);
}

/* Geometric Border */
.features-section-pro .geometric-border {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent var(--primary-300) transparent transparent;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.features-section-pro .feature-card-industrial:hover .geometric-border {
  opacity: 1;
}

/* Card Content */
.features-section-pro .card-content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
}

/* Industrial Icon */
.features-section-pro .icon-industrial {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: var(--neutral-900);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}

.features-section-pro .icon-industrial::before {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background: var(--primary-500);
  z-index: -1;
  transition: all 0.3s ease;
}

.features-section-pro .feature-card-industrial:hover .icon-industrial::before {
  top: 0;
  right: 0;
}

.features-section-pro .icon-industrial i {
  font-size: 2rem;
  color: var(--light);
}

/* Feature Text */
.features-section-pro .feature-text {
  flex: 1;
}

.features-section-pro .feature-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.features-section-pro .feature-description {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Geometric Elements */
.features-section-pro .geometric-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--neutral-500) 8%, transparent) 2px, transparent 2px),
    linear-gradient(90deg, color-mix(in srgb, var(--neutral-500) 8%, transparent) 2px, transparent 2px);
  background-size: 100px 100px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.features-section-pro .geometric-square {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 4px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
  pointer-events: none;
  z-index: 0;
}

.features-section-pro .square-1 {
  top: 10%;
  right: 5%;
  transform: rotate(15deg);
}

.features-section-pro .square-2 {
  bottom: 15%;
  left: 3%;
  width: 60px;
  height: 60px;
  transform: rotate(-20deg);
}

.features-section-pro .geometric-line {
  position: absolute;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
  pointer-events: none;
  opacity: 0.3;
  z-index: 0;
}

.features-section-pro .line-1 {
  top: 25%;
  left: 0;
  width: 30%;
}

.features-section-pro .line-2 {
  top: 60%;
  right: 0;
  width: 40%;
}

.features-section-pro .line-3 {
  bottom: 30%;
  left: 0;
  width: 25%;
}

.features-section-pro .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .features-section-pro {
    padding: 70px 0;
  }

  .features-section-pro .section-title {
    font-size: 2.25rem;
  }

  .features-section-pro .section-subtitle {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .features-section-pro {
    padding: 50px 0;
  }

  .features-section-pro .section-title {
    font-size: 1.75rem;
    padding-left: 20px;
  }

  .features-section-pro .geometric-accent {
    width: 4px;
    height: 60px;
  }

  .features-section-pro .card-content {
    flex-direction: column;
    padding: 1.5rem;
  }

  .features-section-pro .icon-industrial {
    width: 60px;
    height: 60px;
  }

  .features-section-pro .icon-industrial i {
    font-size: 1.75rem;
  }

  .features-section-pro .feature-title {
    font-size: 1.125rem;
  }
}





/* Creative Purple Theme - Services */

.services_creative_purple_premium_wrapper {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 50%, var(--primary-50) 100%);
  overflow: hidden;
}

/* Abstract Creative Background */
.abstract_creative_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.creative_circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-300), var(--primary-500));
  opacity: 0.12;
  filter: blur(60px);
}

.creative_circle_1 {
  width: 600px;
  height: 600px;
  top: -200px;
  right: -200px;
}

.creative_circle_2 {
  width: 500px;
  height: 500px;
  bottom: -150px;
  left: -150px;
}

.creative_wave {
  position: absolute;
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, transparent, var(--primary-200), transparent);
  opacity: 0.08;
  transform: rotate(-10deg);
}

.creative_wave_1 {
  top: 20%;
}

.creative_wave_2 {
  bottom: 30%;
  transform: rotate(10deg);
}

.gradient_radial_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, var(--primary-100) 0%, transparent 70%);
  opacity: 0.15;
}

/* Section Header */
.services_creative_purple_premium_wrapper .container {
  position: relative;
  z-index: 1;
}

.creative_purple_main_title {
  font-size: 3.75rem;
  font-weight: 900;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.creative_purple_sub_heading {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--text-accent);
  margin-bottom: 1.5rem;
}

.creative_purple_intro_text {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.85;
  max-width: 900px;
  margin: 0 auto;
}

/* Masonry Layout */
.services_masonry_layout {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

.masonry_large {
  grid-column: span 8;
}

.masonry_standard {
  grid-column: span 4;
}

/* Creative Cards */
.creative_card {
  background: #ffffff;
  border-radius: 24px;
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--border-light);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.creative_card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.creative_card:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: var(--primary-500);
  box-shadow: 0 24px 56px rgba(124, 58, 237, 0.25);
}

.creative_card:hover::before {
  opacity: 1;
}

.creative_card_large {
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
}

.creative_card_premium {
  border: 3px solid var(--primary-500);
  background: linear-gradient(135deg, var(--primary-50) 0%, #ffffff 50%, var(--primary-50) 100%);
}

/* Decorative Elements */
.card_decorative_element {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.15;
}

.card_decorative_element i {
  font-size: 3rem;
  color: var(--primary-500);
}

.premium_star_badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary-600), var(--primary-700));
  color: #ffffff;
  padding: 0.5rem 1.75rem;
  border-radius: 30px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.4);
  z-index: 10;
}

/* Card Icon */
.card_visual_icon {
  width: 85px;
  height: 85px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.75rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}

.card_visual_icon i {
  font-size: 2.5rem;
  color: #ffffff;
}

.creative_card:hover .card_visual_icon {
  transform: scale(1.15) rotate(15deg);
  box-shadow: 0 16px 32px rgba(124, 58, 237, 0.4);
}

/* Card Content */
.card_text_container {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.creative_card_heading {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.creative_card_body_text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

/* Attributes Panel */
.card_attributes_panel {
  background: var(--surface-secondary);
  border-radius: 14px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  border-left: 5px solid var(--primary-500);
  position: relative;
  z-index: 1;
}

.attributes_detail_text {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
}

/* Investment Section */
.card_investment_section {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 2px solid var(--border-light);
  position: relative;
  z-index: 1;
}

.investment_amount {
  font-size: 2.125rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .creative_purple_main_title {
    font-size: 3rem;
  }

  .creative_purple_sub_heading {
    font-size: 1.5rem;
  }

  .services_masonry_layout {
    gap: 1.5rem;
  }

  .masonry_large {
    grid-column: span 6;
  }

  .masonry_standard {
    grid-column: span 6;
  }
}

@media (max-width: 991px) {
  .services_creative_purple_premium_wrapper {
    padding: 90px 0;
  }

  .creative_purple_main_title {
    font-size: 2.5rem;
  }

  .creative_purple_sub_heading {
    font-size: 1.375rem;
  }

  .creative_purple_intro_text {
    font-size: 1rem;
  }

  .services_masonry_layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .masonry_large,
  .masonry_standard {
    grid-column: span 1;
  }

  .creative_card {
    padding: 2.25rem;
  }
}

@media (max-width: 767px) {
  .services_creative_purple_premium_wrapper {
    padding: 70px 0;
  }

  .creative_purple_main_title {
    font-size: 2rem;
  }

  .creative_purple_sub_heading {
    font-size: 1.125rem;
  }

  .creative_purple_intro_text {
    font-size: 0.9375rem;
  }

  .creative_card {
    padding: 2rem;
  }

  .card_visual_icon {
    width: 75px;
    height: 75px;
  }

  .card_visual_icon i {
    font-size: 2rem;
  }

  .creative_card_heading {
    font-size: 1.375rem;
  }

  .investment_amount {
    font-size: 1.75rem;
  }

  .creative_circle_1,
  .creative_circle_2,
  .creative_wave_1,
  .creative_wave_2 {
    opacity: 0.05;
  }
}



.priceplan-section-bold {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Minimal Background */
.priceplan-section-bold .minimal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.priceplan-section-bold .subtle-circle {
  position: absolute;
  border-radius: 50%;
  background: var(--neutral-100);
  opacity: 0.5;
}

.priceplan-section-bold .circle-1 {
  width: 500px;
  height: 500px;
  top: -200px;
  right: -150px;
}

.priceplan-section-bold .circle-2 {
  width: 400px;
  height: 400px;
  bottom: -150px;
  left: -100px;
}

/* Section Header */
.priceplan-section-bold .section-header {
  position: relative;
  z-index: 1;
}

.priceplan-section-bold .simple-line {
  width: 60px;
  height: 2px;
  background: var(--primary-500);
  margin: 0 auto 2rem;
}

.priceplan-section-bold .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.priceplan-section-bold .section-subtitle {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.3;
}

.priceplan-section-bold .section-desc {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* Price Card */
.priceplan-section-bold .minimal-card {
  position: relative;
  background: var(--light);
  border: 1px solid var(--neutral-100);
  border-radius: 8px;
  padding: 3rem 2.5rem;
  transition: all 0.3s ease;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.priceplan-section-bold .minimal-card:hover {
  border-color: var(--primary-300);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
}

/* Minimal Icon */
.priceplan-section-bold .minimal-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.priceplan-section-bold .minimal-card:hover .minimal-icon {
  color: var(--primary-700);
  transform: scale(1.1);
}

.priceplan-section-bold .plan-name {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 1.5rem;
}

/* Price Box */
.priceplan-section-bold .price-box {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--neutral-100);
}

.priceplan-section-bold .plan-price {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  line-height: 1;
  letter-spacing: -1px;
}

.priceplan-section-bold .plan-price span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-secondary);
  margin-left: 0.25rem;
}

.priceplan-section-bold .plan-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  text-align: center;
  margin-bottom: 2rem;
  min-height: 85px;
  flex-shrink: 0;
}

/* Features Container */
.priceplan-section-bold .features-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.priceplan-section-bold .plan-features {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.priceplan-section-bold .feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: var(--text-primary);
  font-weight: 400;
  transition: all 0.2s ease;
}

.priceplan-section-bold .feature-item:hover {
  color: var(--primary-700);
  padding-left: 0.5rem;
}

.priceplan-section-bold .feature-item i {
  font-size: 1.5rem;
  color: var(--primary-500);
  flex-shrink: 0;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 991px) {
  .priceplan-section-bold .section-title {
    font-size: 2.125rem;
  }

  .priceplan-section-bold .section-subtitle {
    font-size: 1.25rem;
  }

  .priceplan-section-bold .plan-price {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-bold .section-title {
    font-size: 1.875rem;
  }

  .priceplan-section-bold .minimal-card {
    padding: 2.5rem 2rem;
  }

  .priceplan-section-bold .plan-desc {
    min-height: auto;
  }

  .priceplan-section-bold .plan-price {
    font-size: 2.75rem;
  }
}





/* Team section */
.team-section-pro {
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary)) 100%
  );
  position: relative;
  overflow: hidden;
}

/* Section Header */
.team-section-pro .section-header {
  margin-bottom: 4rem;
}

.team-section-pro .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.team-section-pro .section-subtitle {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.team-section-pro .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

/* Team Organic Grid */
.team-section-pro .team-organic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Team Member */
.team-section-pro .team-member-organic {
  text-align: center;
  transition: transform 0.4s ease;
}

.team-section-pro .team-member-organic:hover {
  transform: translateY(-15px);
}

/* Organic Image Container */
.team-section-pro .organic-image-container {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto 1.5rem;
}

.team-section-pro .organic-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--primary-300),
    var(--primary-500)
  );
  opacity: 0.15;
  border-radius: 37% 63% 56% 44% / 49% 40% 60% 51%;
  animation: morphShape 8s ease-in-out infinite;
  z-index: 1;
}

.team-section-pro .member-2 .organic-shape {
  animation-delay: 1s;
  border-radius: 63% 37% 44% 56% / 40% 60% 40% 60%;
}

.team-section-pro .member-3 .organic-shape {
  animation-delay: 2s;
  border-radius: 44% 56% 63% 37% / 60% 49% 51% 40%;
}

.team-section-pro .member-4 .organic-shape {
  animation-delay: 3s;
  border-radius: 56% 44% 37% 63% / 51% 40% 60% 49%;
}

.team-section-pro .member-5 .organic-shape {
  animation-delay: 4s;
  border-radius: 40% 60% 49% 51% / 37% 63% 37% 63%;
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 37% 63% 56% 44% / 49% 40% 60% 51%;
  }
  25% {
    border-radius: 44% 56% 49% 51% / 63% 37% 63% 37%;
  }
  50% {
    border-radius: 56% 44% 63% 37% / 40% 60% 40% 60%;
  }
  75% {
    border-radius: 49% 51% 37% 63% / 56% 44% 56% 44%;
  }
}

.team-section-pro .team-member-photo {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid var(--light);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
  z-index: 2;
}

.team-section-pro .team-member-organic:hover .team-member-photo {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
  border-color: var(--primary-300);
}

/* Organic Content */
.team-section-pro .organic-content {
  padding: 0 1rem;
}

.team-section-pro .member-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.team-section-pro .member-role {
  font-size: 1rem;
  color: var(--primary-700);
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 500;
}

/* Decorative Elements */
.team-section-pro .organic-blob {
  position: absolute;
  z-index: 0;
  opacity: 0.4;
}

.team-section-pro .blob-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent),
    transparent 70%
  );
  border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
  top: 10%;
  left: -100px;
  animation: float 6s ease-in-out infinite;
}

.team-section-pro .blob-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 15%, transparent),
    transparent 70%
  );
  border-radius: 50% 50% 40% 60% / 40% 60% 40% 60%;
  top: 50%;
  right: -80px;
  animation: float 8s ease-in-out infinite;
  animation-delay: 2s;
}

.team-section-pro .blob-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 18%, transparent),
    transparent 70%
  );
  border-radius: 60% 40% 50% 50% / 50% 50% 60% 40%;
  bottom: 15%;
  left: 10%;
  animation: float 7s ease-in-out infinite;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(5deg);
  }
}

.team-section-pro .leaf-pattern {
  position: absolute;
  bottom: 10%;
  right: 8%;
  display: flex;
  gap: 1.5rem;
  opacity: 0.15;
  z-index: 0;
}

.team-section-pro .leaf-pattern i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

.team-section-pro .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991px) {
  .team-section-pro {
    padding: 80px 0;
  }

  .team-section-pro .section-title {
    font-size: 2.25rem;
  }

  .team-section-pro .section-subtitle {
    font-size: 1.25rem;
  }

  .team-section-pro .team-organic-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
  }

  .team-section-pro .organic-image-container {
    width: 190px;
    height: 190px;
  }
}

@media (max-width: 767px) {
  .team-section-pro {
    padding: 60px 0;
  }

  .team-section-pro .section-title {
    font-size: 1.875rem;
  }

  .team-section-pro .section-subtitle {
    font-size: 1.125rem;
  }

  .team-section-pro .section-description {
    font-size: 1rem;
  }

  .team-section-pro .team-organic-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
  }

  .team-section-pro .organic-image-container {
    width: 160px;
    height: 160px;
  }

  .team-section-pro .member-name {
    font-size: 1.125rem;
  }

  .team-section-pro .member-role {
    font-size: 0.9375rem;
  }

  .team-section-pro .leaf-pattern {
    display: none;
  }
}





.reviews-section-secondary {
  position: relative;
  padding: 90px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.reviews-section-secondary .section-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.reviews-section-secondary .section-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.reviews-section-secondary .section-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

/* Industrial Review Block */
.reviews-section-secondary .industrial-review-block {
  background: var(--light);
  border: 2px solid var(--neutral-100);
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}

.reviews-section-secondary .industrial-review-block:hover {
  border-color: var(--primary-500);
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

/* Block Header */
.reviews-section-secondary .block-header {
  padding: 2rem 2rem 1.5rem;
  border-bottom: 2px solid var(--neutral-100);
}

.reviews-section-secondary .initial-badge {
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Block Review Text */
.reviews-section-secondary .block-review-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-primary);
  padding: 2rem;
  margin: 0;
  flex-grow: 1;
}

/* Block Footer */
.reviews-section-secondary .block-footer {
  padding: 1.5rem 2rem;
  background: var(--surface-secondary);
  border-top: 2px solid var(--neutral-100);
  position: relative;
}

.reviews-section-secondary .vertical-divider {
  position: absolute;
  left: 2rem;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-500);
}

.reviews-section-secondary .block-author {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  padding-left: 1.5rem;
  line-height: 1.5;
}

/* Featured Block */
.reviews-section-secondary .featured-block {
  border-color: var(--primary-300);
  border-width: 3px;
}

.reviews-section-secondary .featured-block .initial-badge {
  width: 70px;
  height: 70px;
  font-size: 1.5rem;
  background: var(--primary-700);
}

/* Decorative Grid Lines */
.reviews-section-secondary .grid-line {
  position: absolute;
  background: var(--neutral-100);
  opacity: 0.3;
  pointer-events: none;
}

.reviews-section-secondary .line-horizontal {
  width: 100%;
  height: 2px;
  top: 30%;
  left: 0;
}

.reviews-section-secondary .line-vertical {
  width: 2px;
  height: 100%;
  top: 0;
  right: 20%;
}

/* Industrial Icons */
.reviews-section-secondary .industrial-icon {
  position: absolute;
  font-size: 5rem;
  color: var(--primary-300);
  opacity: 0.05;
  pointer-events: none;
}

.reviews-section-secondary .icon-gear {
  top: 10%;
  right: 5%;
  animation: rotateGear 30s linear infinite;
}

.reviews-section-secondary .icon-tools {
  bottom: 15%;
  left: 5%;
}

@keyframes rotateGear {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .reviews-section-secondary {
    padding: 70px 0;
  }

  .reviews-section-secondary .section-title {
    font-size: 2.2rem;
  }

  .reviews-section-secondary .section-subtitle {
    font-size: 1.1rem;
  }

  .reviews-section-secondary .block-header {
    padding: 1.75rem 1.75rem 1.25rem;
  }

  .reviews-section-secondary .block-review-text {
    padding: 1.75rem;
  }

  .reviews-section-secondary .block-footer {
    padding: 1.25rem 1.75rem;
  }
}

@media (max-width: 767px) {
  .reviews-section-secondary {
    padding: 50px 0;
  }

  .reviews-section-secondary .section-title {
    font-size: 1.8rem;
  }

  .reviews-section-secondary .section-subtitle {
    font-size: 1rem;
  }

  .reviews-section-secondary .block-header {
    padding: 1.5rem 1.5rem 1rem;
  }

  .reviews-section-secondary .initial-badge {
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
  }

  .reviews-section-secondary .featured-block .initial-badge {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }

  .reviews-section-secondary .block-review-text {
    padding: 1.5rem;
    font-size: 1rem;
  }

  .reviews-section-secondary .block-footer {
    padding: 1rem 1.5rem;
  }

  .reviews-section-secondary .vertical-divider {
    left: 1.5rem;
    width: 3px;
  }

  .reviews-section-secondary .block-author {
    padding-left: 1rem;
  }

  .reviews-section-secondary .industrial-icon {
    font-size: 3.5rem;
  }
}





.casestudy-section-clean {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.casestudy-section-clean .section-header {
  position: relative;
  z-index: 2;
}

.casestudy-section-clean .decorative-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

.casestudy-section-clean #casestudy-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.casestudy-section-clean #casestudy-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.casestudy-section-clean #casestudy-desc {
  color: var(--text-secondary);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Case Study Cards */
.casestudy-section-clean .casestudy-card {
  position: relative;
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.4s ease;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
}

.casestudy-section-clean .casestudy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: var(--primary-300);
}

.casestudy-section-clean .card-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-300), transparent);
  border-radius: 0 16px 0 100%;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.casestudy-section-clean .casestudy-card:hover .card-decoration {
  opacity: 0.6;
}

/* Icon Wrapper */
.casestudy-section-clean .casestudy-icon-wrapper {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  box-shadow: 0 8px 16px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

.casestudy-section-clean .casestudy-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

/* Content */
.casestudy-section-clean .casestudy-content h4 {
  color: var(--text-primary);
  font-size: 1.25rem;
}

.casestudy-section-clean .casestudy-content p {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Visual Placeholder */
.casestudy-section-clean .image-placeholder {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, var(--primary-50), var(--neutral-100));
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.casestudy-section-clean .image-placeholder::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: color-mix(in srgb, var(--primary-500) 20%, transparent);
  border-radius: 50%;
}

/* Decorative Blobs */
.casestudy-section-clean .decorative-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.1;
  z-index: 1;
}

.casestudy-section-clean .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
}

.casestudy-section-clean .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-300);
  bottom: -80px;
  right: -80px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .casestudy-section-clean #casestudy-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .casestudy-section-clean #casestudy-title {
    font-size: 2rem;
  }
  
  .casestudy-section-clean .casestudy-card {
    padding: 1.5rem;
  }
  
  .casestudy-section-clean .image-placeholder {
    height: 140px;
  }
}





.process-section-standard {
  padding: 80px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.process-section-standard .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.process-section-standard .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.process-section-standard .section-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Timeline Container */
.process-timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

/* Center Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    to bottom,
    var(--primary-300),
    var(--primary-500),
    var(--primary-700)
  );
  transform: translateX(-50%);
}

/* Timeline Items */
.timeline-item {
  position: relative;
  margin-bottom: 60px;
  width: 50%;
}

.timeline-item.left {
  padding-right: 60px;
  text-align: right;
}

.timeline-item.right {
  padding-left: 60px;
  margin-left: 50%;
  text-align: left;
}

/* Timeline Content */
.timeline-content {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid var(--neutral-100);
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

/* Step Number */
.step-number {
  position: absolute;
  top: 50%;
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-100);
  line-height: 1;
  transform: translateY(-50%);
  z-index: 0;
  opacity: 0.3;
}

.timeline-item.left .step-number {
  right: 2rem;
}

.timeline-item.right .step-number {
  left: 2rem;
}

/* Step Icon */
.step-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border: 4px solid var(--surface-primary);
  z-index: 2;
}

.timeline-item.left .step-icon {
  right: -90px;
}

.timeline-item.right .step-icon {
  left: -90px;
}

.step-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Step Content */
.step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 1;
}

.step-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}

.blob-1 { background: var(--primary-300); top: -10px; }
.blob-2 { background: var(--primary-500); bottom: -10px; }
.blob-3 { background: var(--primary-700); top: 10px; }
.blob-4 { background: var(--primary-300); bottom: 10px; }
.blob-5 { background: var(--primary-500); top: -5px; }

.timeline-item.left .decorative-blob {
  left: -20px;
}

.timeline-item.right .decorative-blob {
  right: -20px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .timeline-line {
    left: 30px;
  }

  .timeline-item,
  .timeline-item.left,
  .timeline-item.right {
    width: 100%;
    margin-left: 0;
    padding-left: 80px;
    padding-right: 0;
    text-align: left;
  }

  .step-icon,
  .timeline-item.left .step-icon,
  .timeline-item.right .step-icon {
    left: 0;
    right: auto;
  }

  .step-number,
  .timeline-item.left .step-number,
  .timeline-item.right .step-number {
    left: 1.5rem;
    right: auto;
  }

  .decorative-blob,
  .timeline-item.left .decorative-blob,
  .timeline-item.right .decorative-blob {
    right: -10px;
    left: auto;
  }
}

@media (max-width: 767px) {
  .process-section-standard {
    padding: 60px 0;
  }

  .process-section-standard .section-title {
    font-size: 2rem;
  }

  .process-section-standard .section-subtitle {
    font-size: 1.1rem;
  }

  .timeline-content {
    padding: 1.5rem;
  }

  .step-title {
    font-size: 1.25rem;
  }

  .step-number {
    font-size: 2rem;
  }
}





/* Timeline section */

.timeline-section-bold {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.header-decoration {
  margin-bottom: 2rem;
}

.header-icon-group {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  background: color-mix(in srgb, var(--primary-300) 15%, transparent);
  border-radius: 50px;
  font-size: 1.5rem;
  color: var(--primary-500);
}

.timeline-section-bold #timeline-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
}

.timeline-section-bold #timeline-subtitle {
  color: var(--primary-500);
  font-weight: 600;
  line-height: 1.3;
}

.timeline-section-bold #timeline-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Modern Timeline */
.timeline-modern {
  position: relative;
  z-index: 2;
  margin-top: 3rem;
}

/* Timeline Modern Card */
.timeline-modern-card {
  background: var(--surface-secondary);
  border-radius: 20px;
  padding: 2.5rem;
  position: relative;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
}

.timeline-modern-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

/* Card Variants */
.timeline-card-primary {
  background: linear-gradient(135deg, 
    var(--surface-secondary) 0%, 
    color-mix(in srgb, var(--primary-300) 8%, var(--surface-secondary)) 100%
  );
}

.timeline-card-secondary {
  background: linear-gradient(135deg, 
    var(--surface-secondary) 0%, 
    color-mix(in srgb, var(--primary-500) 6%, var(--surface-secondary)) 100%
  );
}

.timeline-card-accent {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 10%, var(--surface-secondary)) 0%,
    var(--surface-secondary) 100%
  );
}

.timeline-card-gradient {
  background: linear-gradient(135deg, 
    var(--surface-secondary) 0%,
    color-mix(in srgb, var(--primary-700) 5%, var(--surface-secondary)) 100%
  );
}

.timeline-card-featured {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 8%, var(--surface-secondary)) 0%,
    var(--surface-secondary) 50%,
    color-mix(in srgb, var(--primary-300) 10%, var(--surface-secondary)) 100%
  );
}

/* Card Decorative Elements */
.card-decorative-top {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 0.5rem;
  padding: 1rem;
  opacity: 0.6;
}

.decorative-circle {
  width: 30px;
  height: 30px;
  background: color-mix(in srgb, var(--primary-500) 25%, transparent);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.decorative-square {
  width: 30px;
  height: 30px;
  background: color-mix(in srgb, var(--primary-300) 25%, transparent);
  border-radius: 6px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.decorative-triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 26px solid color-mix(in srgb, var(--primary-700) 25%, transparent);
  transition: all 0.3s ease;
}

.timeline-modern-card:hover .decorative-circle {
  transform: scale(1.2) translateY(-5px);
}

.timeline-modern-card:hover .decorative-square {
  transform: rotate(135deg) scale(1.2);
}

.timeline-modern-card:hover .decorative-triangle {
  transform: translateY(-5px);
}

.card-decorative-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
}

.decorative-line {
  height: 3px;
  width: 80px;
  background: linear-gradient(
    to right,
    var(--primary-500),
    var(--primary-300),
    transparent
  );
  border-radius: 2px;
  transition: all 0.3s ease;
}

.decorative-line-wide {
  width: 120px;
}

.timeline-modern-card:hover .decorative-line {
  width: 120px;
}

.timeline-modern-card:hover .decorative-line-wide {
  width: 160px;
}

/* Card Icon Badge */
.card-icon-badge {
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--light);
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.card-icon-large {
  width: 80px;
  height: 80px;
  font-size: 2rem;
  border-radius: 20px;
}

.timeline-modern-card:hover .card-icon-badge {
  transform: rotate(-10deg) scale(1.1);
  background: var(--primary-700);
}

/* Card Body Content */
.card-body-content {
  position: relative;
  z-index: 1;
}

.card-body-centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-heading {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.card-heading-large {
  font-size: 1.8rem;
}

.timeline-modern-card:hover .card-heading {
  color: var(--primary-700);
}

.card-text {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 1rem;
}

.card-text-large {
  font-size: 1.1rem;
  max-width: 800px;
}

/* Background Decorations */
.modern-background-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.bg-shape {
  position: absolute;
  opacity: 0.4;
}

.bg-shape-1 {
  top: 10%;
  right: 5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent),
    transparent 70%
  );
  border-radius: 40% 60% 60% 40%;
  animation: morph-shape 15s ease-in-out infinite;
}

.bg-shape-2 {
  bottom: 15%;
  left: 10%;
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 12%, transparent),
    transparent 70%
  );
  border-radius: 60% 40% 40% 60%;
  animation: morph-shape 18s ease-in-out infinite reverse;
}

.bg-shape-3 {
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-700) 10%, transparent),
    transparent 70%
  );
  border-radius: 50% 50% 50% 50%;
  transform: translate(-50%, -50%);
  animation: morph-shape 12s ease-in-out infinite;
}

.bg-dots {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.3;
}

.bg-dots-1 {
  top: 20%;
  left: 15%;
  background-image: radial-gradient(
    circle,
    var(--primary-300) 2px,
    transparent 2px
  );
  background-size: 20px 20px;
  animation: float-dots 10s ease-in-out infinite;
}

.bg-dots-2 {
  bottom: 25%;
  right: 20%;
  background-image: radial-gradient(
    circle,
    var(--primary-500) 2px,
    transparent 2px
  );
  background-size: 20px 20px;
  animation: float-dots 14s ease-in-out infinite reverse;
}

@keyframes morph-shape {
  0%, 100% {
    border-radius: 40% 60% 60% 40%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 60% 40% 50% 50%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 50% 50% 40% 60%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 50% 60% 60% 40%;
    transform: rotate(270deg);
  }
}

@keyframes float-dots {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, -20px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .timeline-modern-card {
    padding: 2rem;
  }

  .header-icon-group {
    font-size: 1.3rem;
    padding: 0.8rem 1.5rem;
    gap: 0.8rem;
  }
}

@media (max-width: 767px) {
  .timeline-modern-card {
    padding: 1.8rem;
  }

  .card-icon-badge {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    border-radius: 12px;
  }

  .card-icon-large {
    width: 65px;
    height: 65px;
    font-size: 1.6rem;
    border-radius: 16px;
  }

  .card-heading {
    font-size: 1.3rem;
  }

  .card-heading-large {
    font-size: 1.5rem;
  }

  .card-text {
    font-size: 0.95rem;
  }

  .card-text-large {
    font-size: 1rem;
  }

  .header-icon-group {
    font-size: 1.2rem;
    padding: 0.7rem 1.2rem;
    gap: 0.6rem;
  }

  .decorative-circle,
  .decorative-square {
    width: 24px;
    height: 24px;
  }

  .bg-shape-1,
  .bg-shape-2,
  .bg-shape-3 {
    opacity: 0.3;
  }

  .bg-dots-1,
  .bg-dots-2 {
    opacity: 0.2;
  }
}





.career-section-bold {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  overflow: hidden;
}

/* Section Header */
.career-section-bold .section-header {
  position: relative;
  z-index: 2;
}

.career-section-bold .header-decorator {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.career-section-bold .decorator-line {
  width: 40px;
  height: 3px;
  background: var(--primary-500);
  border-radius: 2px;
}

.career-section-bold .decorator-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

.career-section-bold .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 16px;
}

.career-section-bold .section-subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.3;
}

.career-section-bold .section-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 30px;
}

/* Decorative Shape Stack */
.career-section-bold .decorative-shape-stack {
  display: flex;
  gap: 6px;
  margin-top: 30px;
}

.career-section-bold .shape-item {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  opacity: 0.6;
}

.career-section-bold .shape-1 {
  background: var(--primary-500);
}

.career-section-bold .shape-2 {
  background: var(--primary-300);
}

.career-section-bold .shape-3 {
  background: var(--primary-700);
}

/* Career List */
.career-section-bold .career-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Career Item */
.career-section-bold .career-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: var(--light);
  border-radius: 12px;
  padding: 28px;
  transition: all 0.3s ease;
  border: 1px solid var(--neutral-100);
  position: relative;
}

.career-section-bold .career-item:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-500);
}

.career-section-bold .career-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-500);
  border-radius: 12px 0 0 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.career-section-bold .career-item:hover::before {
  opacity: 1;
}

/* Icon Wrapper */
.career-section-bold .item-icon-wrapper {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.career-section-bold .career-item:hover .item-icon-wrapper {
  background: var(--primary-500);
  transform: rotate(5deg);
}

.career-section-bold .item-icon-wrapper i {
  font-size: 24px;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.career-section-bold .career-item:hover .item-icon-wrapper i {
  color: var(--light);
}

/* Item Content */
.career-section-bold .item-content {
  flex: 1;
}

.career-section-bold .item-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.3;
}

.career-section-bold .item-role {
  font-size: 0.9375rem;
  color: var(--primary-500);
  font-weight: 500;
  margin-bottom: 12px;
}

.career-section-bold .item-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Item Arrow */
.career-section-bold .item-arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.career-section-bold .career-item:hover .item-arrow {
  opacity: 1;
}

.career-section-bold .item-arrow i {
  font-size: 20px;
  color: var(--primary-500);
}

/* Background Grid Pattern */
.career-section-bold .bg-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  pointer-events: none;
}

/* Floating Circles */
.career-section-bold .floating-circle {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-300);
  opacity: 0.05;
  pointer-events: none;
}

.career-section-bold .circle-1 {
  width: 300px;
  height: 300px;
  top: -50px;
  right: 10%;
}

.career-section-bold .circle-2 {
  width: 200px;
  height: 200px;
  bottom: -30px;
  left: 5%;
}

/* Responsive */
@media (max-width: 991px) {
  .career-section-bold {
    padding: 70px 0;
  }

  .career-section-bold .section-title {
    font-size: 2.25rem;
  }

  .career-section-bold .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .career-section-bold {
    padding: 50px 0;
  }

  .career-section-bold .section-title {
    font-size: 2rem;
  }

  .career-section-bold .section-subtitle {
    font-size: 1.125rem;
  }

  .career-section-bold .career-item {
    flex-direction: column;
    padding: 20px;
  }

  .career-section-bold .item-arrow {
    display: none;
  }

  .career-section-bold .career-item:hover {
    transform: translateY(-4px);
  }
}


.coreinfo-section.v-066 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.coreinfo-section.v-066 .section-subtitle {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.coreinfo-section.v-066 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.coreinfo-section.v-066 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

.coreinfo-section.v-066 .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

/* Info Cards */
.coreinfo-section.v-066 .info-card {
  background: var(--surface-secondary);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
  position: relative;
  overflow: hidden;
}

.coreinfo-section.v-066 .info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: var(--primary-300);
}

.coreinfo-section.v-066 .info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.coreinfo-section.v-066 .info-card:hover::before {
  opacity: 1;
}

/* Card Icon */
.coreinfo-section.v-066 .card-icon-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coreinfo-section.v-066 .card-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  z-index: 2;
  position: relative;
  transition: transform 0.4s ease;
}

.coreinfo-section.v-066 .info-card:hover .card-icon-wrapper i {
  transform: scale(1.1) rotate(5deg);
}

.coreinfo-section.v-066 .icon-bg-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.coreinfo-section.v-066 .info-card:hover .icon-bg-circle {
  transform: translate(-50%, -50%) scale(1.2);
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
}

/* Card Content */
.coreinfo-section.v-066 .card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.coreinfo-section.v-066 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.coreinfo-section.v-066 .card-accent-line {
  width: 40px;
  height: 3px;
  background: var(--primary-500);
  border-radius: 2px;
  transition: width 0.4s ease;
}

.coreinfo-section.v-066 .info-card:hover .card-accent-line {
  width: 60px;
}

/* Decorative Elements */
.coreinfo-section.v-066 .decorative-blob {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.03;
  z-index: 0;
}

.coreinfo-section.v-066 .decorative-blob.top-left {
  top: -100px;
  left: -100px;
  background: var(--primary-500);
  animation: blob-float 20s ease-in-out infinite;
}

.coreinfo-section.v-066 .decorative-blob.bottom-right {
  bottom: -150px;
  right: -150px;
  background: var(--primary-700);
  animation: blob-float 25s ease-in-out infinite reverse;
}

.coreinfo-section.v-066 .decorative-dots {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.15;
  z-index: 0;
}

@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); }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .coreinfo-section.v-066 {
    padding: 80px 0;
  }

  .coreinfo-section.v-066 .section-title {
    font-size: 2.25rem;
  }

  .coreinfo-section.v-066 .info-card {
    padding: 2rem 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .coreinfo-section.v-066 {
    padding: 60px 0;
  }

  .coreinfo-section.v-066 .section-title {
    font-size: 1.875rem;
  }

  .coreinfo-section.v-066 .section-description {
    font-size: 1rem;
  }

  .coreinfo-section.v-066 .card-title {
    font-size: 1.25rem;
  }

  .coreinfo-section.v-066 .decorative-blob {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 575.98px) {
  .coreinfo-section.v-066 .info-card {
    padding: 1.75rem 1.5rem;
  }

  .coreinfo-section.v-066 .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .coreinfo-section.v-066 .card-icon-wrapper i {
    font-size: 1.75rem;
  }

  .coreinfo-section.v-066 .icon-bg-circle {
    width: 60px;
    height: 60px;
  }
}





/* ========================================
   CONTACT SECTION V-028 - Magazine Blue
   Theme: professional-blue-01
   ======================================== */

.contact-section-special {
  position: relative;
  background: var(--surface-primary);
  padding: 100px 0;
  overflow: hidden;
}

/* ========================================
   EDITORIAL HEADER
   ======================================== */

.editorial-header-block {
  padding: 2rem 0;
}

.editorial-label-strip {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.strip-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

.title-editorial {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.subtitle-editorial {
  color: var(--primary-500);
  font-weight: 500;
  line-height: 1.5;
  border-left: 4px solid var(--primary-500);
  padding-left: 1rem;
}

.desc-editorial {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.8;
  column-count: 1;
}

/* ========================================
   MAGAZINE FORM BLOCK
   ======================================== */

.magazine-form-block {
  position: relative;
  background: var(--surface-primary);
  border: 2px solid var(--border-light);
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* Corner Brackets */
.corner-bracket {
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: var(--primary-500);
  border-style: solid;
}

.corner-bracket.bracket-tl {
  top: 10px;
  left: 10px;
  border-width: 2px 0 0 2px;
}

.corner-bracket.bracket-tr {
  top: 10px;
  right: 10px;
  border-width: 2px 2px 0 0;
}

.corner-bracket.bracket-bl {
  bottom: 10px;
  left: 10px;
  border-width: 0 0 2px 2px;
}

.corner-bracket.bracket-br {
  bottom: 10px;
  right: 10px;
  border-width: 0 2px 2px 0;
}

/* ========================================
   MAGAZINE FORM GRID
   ======================================== */

.magazine-form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.magazine-field.field-col-2 {
  grid-column: span 2;
}

.magazine-field.field-col-4 {
  grid-column: span 4;
}

.magazine-label {
  display: block;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.magazine-input {
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  color: var(--text-primary);
  background: var(--surface-secondary);
  border: none;
  border-bottom: 2px solid var(--border-light);
  transition: all 0.3s ease;
}

.magazine-input:focus {
  outline: none;
  border-bottom-color: var(--primary-500);
  background: #ffffff;
}

.magazine-textarea {
  resize: vertical;
  min-height: 100px;
}

/* ========================================
   MAGAZINE CHECKBOX
   ======================================== */

.magazine-action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-light);
}

.magazine-checkbox {
  display: none;
}

.magazine-checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  user-select: none;
}

.magazine-check-square {
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.magazine-check-square i {
  color: #ffffff;
  font-size: 0.875rem;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
}

.magazine-checkbox:checked + .magazine-checkbox-label .magazine-check-square {
  background: var(--primary-500);
  border-color: var(--primary-500);
}

.magazine-checkbox:checked + .magazine-checkbox-label .magazine-check-square i {
  opacity: 1;
  transform: scale(1);
}

.magazine-check-text {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

/* ========================================
   MAGAZINE SUBMIT BUTTON
   ======================================== */

.btn-magazine-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--button-primary-text);
  background: var(--primary-500);
  border: 2px solid var(--primary-500);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  overflow: hidden;
}

.btn-magazine-submit:hover {
  background: var(--primary-700);
  border-color: var(--primary-700);
  transform: translateX(5px);
}

.btn-magazine-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--primary-700);
}

.btn-magazine-text,
.btn-magazine-submit i {
  position: relative;
  z-index: 1;
}

/* ========================================
   MAGAZINE SIDEBAR
   ======================================== */

.magazine-sidebar {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.sidebar-title-strip {
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--primary-500);
}

.title-accent-line {
  display: block;
  width: 60px;
  height: 3px;
  background: var(--primary-300);
}

/* ========================================
   MAGAZINE INFO STACK
   ======================================== */

.magazine-info-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.magazine-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem;
  background: var(--surface-secondary);
  border-left: 3px solid var(--primary-500);
  transition: all 0.3s ease;
}

.magazine-info-item:hover {
  background: var(--surface-primary);
  border-left-width: 5px;
  transform: translateX(5px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.info-icon-magazine {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50);
  color: var(--primary-500);
  font-size: 1.25rem;
}

.info-text-magazine {
  margin: 0;
  color: var(--text-primary);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
}

/* ========================================
   ICON ARRAY
   ======================================== */

.icon-array-magazine {
  display: flex;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-light);
}

.array-item {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-secondary);
  border: 2px solid var(--border-light);
  color: var(--primary-500);
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.array-item:hover {
  background: var(--primary-50);
  border-color: var(--primary-300);
  transform: translateY(-3px);
}

/* ========================================
   EDITORIAL BACKGROUND
   ======================================== */

.editorial-bg-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 50px,
      var(--border-light) 50px,
      var(--border-light) 51px
    );
  opacity: 0.15;
  pointer-events: none;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 991.98px) {
  .contact-section-special {
    padding: 60px 0;
  }

  .magazine-form-block {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .magazine-form-grid {
    grid-template-columns: 1fr;
  }

  .magazine-field.field-col-2,
  .magazine-field.field-col-4 {
    grid-column: span 1;
  }

  .desc-editorial {
    column-count: 1;
  }
}

@media (max-width: 767.98px) {
  .magazine-form-block {
    padding: 1.5rem;
  }

  .magazine-action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-magazine-submit {
    width: 100%;
    justify-content: center;
  }

  .icon-array-magazine {
    justify-content: space-between;
  }

  .array-item {
    width: 55px;
    height: 55px;
    font-size: 1.25rem;
  }
}



.blog-section-049 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.blog-section-049 .title-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.blog-section-049 .decorative-blob {
  position: absolute;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  opacity: 0.15;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: blobMorph 8s ease-in-out infinite;
  z-index: 0;
}

@keyframes blobMorph {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
  }
}

.blog-section-049 .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-primary);
  position: relative;
  z-index: 1;
  line-height: 1.2;
}

.blog-section-049 .section-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  font-style: italic;
}

.blog-section-049 .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Blog Cards */
.blog-section-049 .blog-card {
  height: 100%;
  perspective: 1000px;
}

.blog-section-049 .card-inner {
  background: var(--surface-secondary);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.blog-section-049 .blog-card:hover .card-inner {
  transform: translateY(-10px) rotateX(2deg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.blog-section-049 .blog-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.blog-section-049 .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.blog-section-049 .blog-card:hover .blog-image {
  transform: scale(1.15) rotate(2deg);
}

.blog-section-049 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 70%, transparent 30%) 0%,
    color-mix(in srgb, var(--primary-700) 70%, transparent 30%) 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

.blog-section-049 .blog-card:hover .gradient-overlay {
  opacity: 0.7;
}

.blog-section-049 .icon-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background: var(--surface-secondary);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--primary-500);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  z-index: 2;
}

.blog-section-049 .blog-card:hover .icon-badge {
  transform: rotate(360deg) scale(1.1);
  background: var(--primary-500);
  color: var(--light);
}

.blog-section-049 .blog-content {
  padding: 35px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-section-049 .meta-line {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.blog-section-049 .meta-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-300);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.blog-section-049 .blog-card:hover .meta-dot:nth-child(1) {
  transform: translateX(-5px);
  background: var(--primary-500);
}

.blog-section-049 .blog-card:hover .meta-dot:nth-child(2) {
  background: var(--primary-500);
}

.blog-section-049 .blog-card:hover .meta-dot:nth-child(3) {
  transform: translateX(5px);
  background: var(--primary-500);
}

.blog-section-049 .blog-title {
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 15px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-section-049 .blog-card:hover .blog-title {
  color: var(--primary-500);
}

.blog-section-049 .blog-excerpt {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 25px;
  flex: 1;
}

.blog-section-049 .blog-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--primary-500);
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.blog-section-049 .link-icon {
  width: 35px;
  height: 35px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.blog-section-049 .blog-link:hover {
  color: var(--primary-700);
  transform: translateX(5px);
}

.blog-section-049 .blog-link:hover .link-icon {
  background: var(--primary-500);
  color: var(--light);
  transform: rotate(45deg);
}

/* Floating Shapes */
.blog-section-049 .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
}

.blog-section-049 .shape-1 {
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
  top: 10%;
  right: 5%;
  animation: floatRotate 15s ease-in-out infinite;
}

.blog-section-049 .shape-2 {
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
  bottom: 20%;
  left: 8%;
  animation: floatRotate 12s ease-in-out infinite reverse;
}

.blog-section-049 .shape-3 {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  top: 50%;
  left: 50%;
  animation: floatRotate 10s ease-in-out infinite;
}

@keyframes floatRotate {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .blog-section-049 {
    padding: 80px 0;
  }

  .blog-section-049 .section-title {
    font-size: 2.3rem;
  }

  .blog-section-049 .floating-shape {
    display: none;
  }
}

@media (max-width: 767px) {
  .blog-section-049 {
    padding: 60px 0;
  }

  .blog-section-049 .section-title {
    font-size: 1.9rem;
  }

  .blog-section-049 .blog-image-wrapper {
    height: 200px;
  }

  .blog-section-049 .blog-content {
    padding: 25px;
  }

  .blog-section-049 .blog-title {
    font-size: 1.3rem;
  }
}


/* Gallery section */

.gallery-section-classic {
  background: var(--background-primary);
  position: relative;
  overflow: hidden;
  perspective: 1500px;
}

/* Depth Lines */
.gallery-section-classic .depth-line {
  position: absolute;
  height: 2px;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--primary-300) 50%,
    transparent 100%
  );
  opacity: 0.1;
  z-index: 0;
}

.gallery-section-classic .line-1 {
  top: 20%;
}

.gallery-section-classic .line-2 {
  top: 50%;
}

.gallery-section-classic .line-3 {
  top: 80%;
}

/* Cascade Gallery Container */
.gallery-section-classic .cascade-gallery {
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  padding: 3rem 0;
}

/* Cascade Layers */
.gallery-section-classic .cascade-layer {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
  transform-style: preserve-3d;
}

/* 3D Depth Positioning */
.gallery-section-classic .layer-front {
  transform: translateZ(80px) scale(1.08);
}

.gallery-section-classic .layer-middle {
  transform: translateZ(0px) scale(1);
}

.gallery-section-classic .layer-back {
  transform: translateZ(-80px) scale(0.92);
}

/* Cascade Items */
.gallery-section-classic .cascade-item {
  flex: 0 0 auto;
  width: 280px;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery-section-classic .cascade-item:hover {
  transform: translateZ(120px) scale(1.15);
  z-index: 100;
}

/* Item Box */
.gallery-section-classic .item-box {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--background-primary);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transform-style: preserve-3d;
  transition: all 0.5s ease;
}

.gallery-section-classic .cascade-item:hover .item-box {
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

/* Cascade Images */
.gallery-section-classic .cascade-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.gallery-section-classic .cascade-item:hover .cascade-image {
  transform: scale(1.15);
  filter: brightness(0.9);
}

/* Item Shadow (3D depth effect) */
.gallery-section-classic .item-shadow {
  position: absolute;
  bottom: -30px;
  left: 10%;
  width: 80%;
  height: 30px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.3) 0%,
    transparent 70%
  );
  transform: translateZ(-20px);
  opacity: 0.6;
  filter: blur(10px);
  transition: all 0.5s ease;
}

.gallery-section-classic .cascade-item:hover .item-shadow {
  opacity: 0.8;
  transform: translateZ(-40px) scale(1.2);
}

/* Item Overlay */
.gallery-section-classic .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(var(--primary-rgb), 0.88),
    rgba(var(--secondary-rgb), 0.82)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  transform: translateZ(10px);
}

.gallery-section-classic .cascade-item:hover .item-overlay {
  opacity: 1;
}

.gallery-section-classic .item-overlay i {
  font-size: 4rem;
  color: #ffffff;
  transform: rotateY(-90deg) scale(0);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.gallery-section-classic .cascade-item:hover .item-overlay i {
  transform: rotateY(0deg) scale(1);
}

/* Depth Icon */
.gallery-section-classic .depth-icon {
  position: absolute;
  bottom: 5%;
  right: 5%;
  opacity: 0.08;
  z-index: 0;
}

.gallery-section-classic .depth-icon i {
  font-size: 12rem;
  color: var(--primary-500);
  animation: depth-rotate 20s linear infinite;
}

@keyframes depth-rotate {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(360deg); }
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .gallery-section-classic .cascade-item {
    width: 260px;
  }
  
  .gallery-section-classic .item-box {
    height: 300px;
  }
  
  .gallery-section-classic .layer-front {
    transform: translateZ(60px) scale(1.06);
  }
  
  .gallery-section-classic .layer-back {
    transform: translateZ(-60px) scale(0.94);
  }
}

@media (max-width: 992px) {
  .gallery-section-classic {
    perspective: 1000px;
  }
  
  .gallery-section-classic .cascade-layer {
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .gallery-section-classic .cascade-item {
    width: 240px;
  }
  
  .gallery-section-classic .item-box {
    height: 280px;
  }
  
  .gallery-section-classic .layer-front,
  .gallery-section-classic .layer-middle,
  .gallery-section-classic .layer-back {
    transform: translateZ(0) scale(1);
  }
  
  .gallery-section-classic .cascade-item:hover {
    transform: translateZ(40px) scale(1.08);
  }
}

@media (max-width: 768px) {
  .gallery-section-classic {
    perspective: none;
  }
  
  .gallery-section-classic .cascade-layer {
    gap: 1.25rem;
    margin-bottom: 1.5rem;
  }
  
  .gallery-section-classic .cascade-item {
    width: 220px;
  }
  
  .gallery-section-classic .item-box {
    height: 260px;
  }
  
  .gallery-section-classic .cascade-item:hover {
    transform: scale(1.05);
  }
  
  .gallery-section-classic .item-shadow {
    display: none;
  }
  
  .gallery-section-classic .item-overlay i {
    font-size: 3rem;
    transform: scale(0);
  }
  
  .gallery-section-classic .cascade-item:hover .item-overlay i {
    transform: scale(1);
  }
}

@media (max-width: 576px) {
  .gallery-section-classic .cascade-layer {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  
  .gallery-section-classic .cascade-item {
    width: 100%;
    max-width: 350px;
  }
  
  .gallery-section-classic .item-box {
    height: 300px;
  }
  
  .gallery-section-classic .depth-icon {
    display: none;
  }
}







﻿/* Footer section */

.footer-secondary {
  position: relative;
  color: var(--text-inverse);
  overflow: hidden;
}

/* Geometric Header Pattern */
.footer-secondary .geometric-header-pattern {
  padding: 2.5rem 0 1.5rem;
  display: flex;
  justify-content: center;
}

.footer-secondary .pattern-shapes {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.footer-secondary .shape-element {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  animation: shapeFloat 3s ease-in-out infinite;
}

.footer-secondary .shape-square {
  border-radius: 2px;
}

.footer-secondary .shape-circle {
  border-radius: 50%;
  animation-delay: 0.3s;
}

.footer-secondary .shape-triangle {
  width: 0;
  height: 0;
  background: transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid rgba(255, 255, 255, 0.4);
  animation-delay: 0.6s;
}

.footer-secondary .shape-diamond {
  transform: rotate(45deg);
  animation-delay: 0.9s;
}

.footer-secondary .shape-pentagon {
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  animation-delay: 1.2s;
}

/* Main Layout */
.footer-secondary .footer-main-layout {
  position: relative;
  z-index: 2;
}

/* Brand Identity */
.footer-secondary .brand-identity-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-secondary .brand-identity-block {
    flex-direction: row;
    text-align: left;
  }
}

.footer-secondary .identity-visual-wrapper {
  position: relative;
  width: 110px;
  height: 110px;
  flex-shrink: 0;
}

.footer-secondary .visual-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.footer-secondary .orbit-outer {
  width: 110px;
  height: 110px;
  animation: rotateOrbit 25s linear infinite;
}

.footer-secondary .orbit-middle {
  width: 85px;
  height: 85px;
  animation: rotateOrbit 20s linear infinite reverse;
}

.footer-secondary .orbit-inner {
  width: 60px;
  height: 60px;
  animation: rotateOrbit 15s linear infinite;
}

.footer-secondary .visual-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.footer-secondary .visual-core i {
  font-size: 2.1rem;
  color: var(--text-inverse);
}

.footer-secondary .identity-content {
  flex: 1;
}

.footer-secondary .identity-brand-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text-inverse);
  margin-bottom: 1.25rem;
  letter-spacing: -0.5px;
}

.footer-secondary .identity-brand-description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.footer-secondary .creative-icons-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  max-width: 450px;
}

@media (max-width: 991.98px) {
  .footer-secondary .creative-icons-grid {
    margin: 0 auto;
  }
}

.footer-secondary .grid-icon-item {
  width: 100%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.3s ease;
}

.footer-secondary .grid-icon-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-6px) rotate(10deg);
}

.footer-secondary .grid-icon-item i {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
}

/* Section Panels */
.footer-secondary .section-panel {
  background: rgba(255, 255, 255, 0.06);
  padding: 2.25rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  height: 100%;
  transition: all 0.4s ease;
}

.footer-secondary .section-panel:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
}

.footer-secondary .panel-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
}

.footer-secondary .header-icon-holder {
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-secondary .header-icon-holder i {
  font-size: 1.5rem;
  color: var(--text-inverse);
}

.footer-secondary .header-title-text {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-inverse);
  margin: 0;
}

/* Legal Nav List */
.footer-secondary .legal-nav-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-secondary .nav-list-item {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  padding: 1.125rem 1.5rem;
  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;
  position: relative;
  overflow: hidden;
}

.footer-secondary .nav-list-item::after {
  content: '';
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: right 0.5s ease;
}

.footer-secondary .nav-list-item:hover::after {
  right: 100%;
}

.footer-secondary .nav-list-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  padding-left: 2rem;
}

.footer-secondary .item-marker {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.6);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.footer-secondary .nav-list-item:hover .item-marker {
  background: var(--text-inverse);
  transform: rotate(90deg) scale(1.3);
}

.footer-secondary .item-name {
  flex: 1;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  font-weight: 500;
}

.footer-secondary .nav-list-item:hover .item-name {
  color: var(--text-inverse);
}

.footer-secondary .item-icon {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.footer-secondary .nav-list-item:hover .item-icon {
  color: var(--text-inverse);
  transform: translate(5px, -5px);
}

/* Contact List Items */
.footer-secondary .contact-list-items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.footer-secondary .list-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem;
  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-secondary .list-contact-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
  transform: scale(1.03);
}

.footer-secondary .item-icon-holder {
  width: 44px;
  height: 44px;
  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-secondary .list-contact-item:hover .item-icon-holder {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(15deg) scale(1.1);
}

.footer-secondary .item-icon-holder i {
  font-size: 1.25rem;
  color: var(--text-inverse);
}

.footer-secondary .item-content-holder {
  flex: 1;
  padding-top: 0.5rem;
}

.footer-secondary .item-value-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.7;
  display: block;
}

/* Geometric Separator */
.footer-secondary .geometric-separator {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 3rem 0;
}

.footer-secondary .separator-left-line,
.footer-secondary .separator-right-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.footer-secondary .separator-center-shapes {
  display: flex;
  gap: 1rem;
}

.footer-secondary .center-shape {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.35);
  display: block;
  animation: shapeRotate 5s ease-in-out infinite;
}

.footer-secondary .shape-1 {
  border-radius: 2px;
}

.footer-secondary .shape-2 {
  border-radius: 50%;
  animation-delay: 0.5s;
}

.footer-secondary .shape-3 {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation-delay: 1s;
}

/* Footer Bottom Meta */
.footer-secondary .footer-bottom-meta {
  position: relative;
  z-index: 2;
}

.footer-secondary .meta-disclaimer-box {
  display: flex;
  gap: 1.25rem;
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-secondary .disclaimer-side-accent {
  width: 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
  border-radius: 2px;
  flex-shrink: 0;
}

.footer-secondary .disclaimer-main-content {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  line-height: 1.75;
  margin: 0;
}

.footer-secondary .meta-copyright-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  height: 100%;
  justify-content: center;
}

.footer-secondary .copyright-badge-holder {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-secondary .copyright-badge-holder i {
  font-size: 1.55rem;
  color: var(--text-inverse);
}

.footer-secondary .copyright-main-content {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.6;
}

/* Creative Background Effects */
.footer-secondary .creative-bg-effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.footer-secondary .effect-glow {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
  filter: blur(65px);
}

.footer-secondary .glow-1 {
  width: 460px;
  height: 460px;
  top: -120px;
  right: -120px;
  animation: glowPulse 28s ease-in-out infinite;
}

.footer-secondary .glow-2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  left: -100px;
  animation: glowPulse 33s ease-in-out infinite reverse;
}

.footer-secondary .glow-3 {
  width: 340px;
  height: 340px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: glowPulse 38s ease-in-out infinite;
}

.footer-secondary .effect-mesh-grid {
  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: 40px 40px;
  opacity: 0.6;
}

.footer-secondary .floating-geo-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-secondary .geo-shape {
  position: absolute;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: floatGeo 22s ease-in-out infinite;
}

.footer-secondary .geo-1 {
  top: 18%;
  left: 12%;
  border-radius: 50%;
}

.footer-secondary .geo-2 {
  top: 65%;
  right: 18%;
  border-radius: 4px;
  animation-delay: 5s;
  animation-duration: 27s;
}

.footer-secondary .geo-3 {
  bottom: 28%;
  left: 22%;
  transform: rotate(45deg);
  animation-delay: 10s;
  animation-duration: 32s;
}

.footer-secondary .geo-4 {
  top: 35%;
  right: 28%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation-delay: 15s;
  animation-duration: 37s;
}

/* Animations */
@keyframes shapeFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-8px) scale(1.2);
    opacity: 1;
  }
}

@keyframes rotateOrbit {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes shapeRotate {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.2);
  }
}

@keyframes glowPulse {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(45px, -45px) scale(1.15);
    opacity: 0.8;
  }
}

@keyframes floatGeo {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.3;
  }
  50% {
    transform: translate(35px, -35px) rotate(180deg);
    opacity: 0.6;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .footer-secondary .identity-brand-title {
    font-size: 2rem;
  }
  
  .footer-secondary .header-title-text {
    font-size: 1.25rem;
  }
  
  .footer-secondary .creative-icons-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 767.98px) {
  .footer-secondary {
    background-attachment: scroll !important;
  }
  
  .footer-secondary .identity-brand-title {
    font-size: 1.85rem;
  }
  
  .footer-secondary .identity-visual-wrapper {
    width: 95px;
    height: 95px;
  }
  
  .footer-secondary .orbit-outer {
    width: 95px;
    height: 95px;
  }
  
  .footer-secondary .visual-core {
    width: 65px;
    height: 65px;
  }
  
  .footer-secondary .visual-core i {
    font-size: 1.85rem;
  }
  
  .footer-secondary .section-panel {
    padding: 1.75rem;
  }
}

@media (max-width: 575.98px) {
  .footer-secondary .identity-brand-title {
    font-size: 1.7rem;
  }
  
  .footer-secondary .identity-brand-description,
  .footer-secondary .item-name,
  .footer-secondary .item-value-text {
    font-size: 0.9rem;
  }
  
  .footer-secondary .creative-icons-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .footer-secondary .disclaimer-main-content,
  .footer-secondary .copyright-main-content {
    font-size: 0.8rem;
  }
}







.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.organic-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.leaf-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50% 0 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
}

.leaf-icon i {
  font-size: 1.5rem;
  color: var(--light);
  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: 680px;
  margin: 0 auto;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

.feature-item {
  grid-column: span 4;
  background: var(--surface-secondary);
  border-radius: 20px;
  padding: 2rem;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.feature-large {
  grid-column: span 6;
  padding: 2.5rem;
}

.feature-wide {
  grid-column: span 6;
}

.feature-item:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.feature-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 10%, transparent), transparent);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.feature-item:hover::before {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
}

/* Feature Visual */
.feature-visual {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
}

.feature-large .feature-visual {
  width: 100px;
  height: 100px;
}

.visual-circle {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-50);
}

.circle-1 {
  width: 100%;
  height: 100%;
  border: 3px solid var(--primary-300);
}

.circle-2 {
  width: 60%;
  height: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  opacity: 0.2;
}

.feature-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.25rem;
  color: var(--primary-500);
  z-index: 2;
  transition: all 0.3s ease;
}

.feature-large .feature-icon {
  font-size: 2.75rem;
}

.feature-item:hover .feature-icon {
  transform: translate(-50%, -50%) scale(1.1) rotate(5deg);
}

/* Feature Content */
.feature-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}

.feature-large .feature-title {
  font-size: 1.625rem;
}

.feature-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
  position: relative;
  z-index: 2;
}

.feature-large .feature-description,
.feature-wide .feature-description {
  font-size: 1.0625rem;
}

/* Organic Shapes */
.organic-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1;
}

.shape-1 {
  width: 350px;
  height: 350px;
  background: radial-gradient(ellipse at center, color-mix(in srgb, var(--primary-300) 18%, transparent), transparent);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  top: 10%;
  left: -100px;
  animation: organic-float 20s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(ellipse at center, color-mix(in srgb, var(--primary-500) 15%, transparent), transparent);
  border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  bottom: 15%;
  right: -80px;
  animation: organic-float 18s ease-in-out infinite reverse;
}

.shape-3 {
  width: 250px;
  height: 250px;
  background: radial-gradient(ellipse at center, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
  border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: organic-float 15s ease-in-out infinite;
}

@keyframes organic-float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-40px) rotate(5deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .features-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  
  .feature-item,
  .feature-large,
  .feature-wide {
    grid-column: span 6;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  
  .feature-item,
  .feature-large,
  .feature-wide {
    grid-column: span 1;
    padding: 1.5rem;
  }
  
  .feature-visual {
    width: 70px;
    height: 70px;
  }
  
  .feature-icon {
    font-size: 2rem;
  }
}





.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-100);
}

.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: 600px;
  margin: 0 auto;
}

.add_wrap .add_content {
  padding-right: var(--space-6);
}

.add_wrap .add_elem_item {
  margin-bottom: var(--space-8);
}

.add_wrap .add_elem_item:last-child {
  margin-bottom: 0;
}

.add_wrap .add_elem_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  padding-left: var(--space-6);
}

.add_wrap .add_elem_title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--space-4);
  height: var(--space-4);
  background-color: var(--primary-500);
  border-radius: 50%;
}

.add_wrap .add_elem_desc {
  color: var(--text-body);
  margin-bottom: 0;
  padding-left: var(--space-6);
}

.add_wrap .add_image_container {
  position: relative;
}

.add_wrap .add_main_image {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  margin-bottom: var(--space-6);
}

.add_wrap .add_extra_content {
  background-color: var(--neutral-50);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
}

.add_wrap .add_extra_content .add_elem_item {
  margin-bottom: var(--space-6);
}

.add_wrap .add_extra_content .add_elem_item:last-child {
  margin-bottom: 0;
}

.add_wrap .add_extra_content .add_elem_title {
  font-size: 1.1rem;
  padding-left: var(--space-5);
}

.add_wrap .add_extra_content .add_elem_title:before {
  width: var(--space-3);
  height: var(--space-3);
  background-color: var(--primary-400);
}

.add_wrap .add_extra_content .add_elem_desc {
  padding-left: var(--space-5);
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .add_wrap .add_content {
    padding-right: 0;
    margin-bottom: var(--space-8);
  }
  
  .add_wrap .add_elem_item {
    margin-bottom: var(--space-6);
  }
  
  .add_wrap .add_extra_content {
    padding: var(--space-4);
  }
}


/* Universal section */
/* Theme: creative-purple-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: 800px;
}

/* Timeline Container */
.timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
  z-index: 2;
}

/* Timeline Line */
.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: 0;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  margin-bottom: 3rem;
  padding-left: calc(50% + 50px);
}

.timeline-item:nth-child(even) {
  padding-left: 0;
  padding-right: calc(50% + 50px);
}

.timeline-item:last-of-type {
  margin-bottom: 0;
}

/* Timeline Marker */
.timeline-marker {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 3;
}

.marker-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: var(--surface-primary);
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  z-index: 1;
}

.marker-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  border-radius: 50%;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  z-index: 2;
}

.marker-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Timeline Content */
.timeline-content {
  position: relative;
}

.timeline-item:nth-child(even) .timeline-content {
  text-align: right;
}

/* Content Card */
.content-card {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
  border-radius: 16px;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-500) 8%, transparent 92%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.content-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}

/* Step Badge */
.step-badge {
  display: inline-flex;
  margin-bottom: 1rem;
}

.step-badge i {
  font-size: 2rem;
  color: var(--primary-500);
}

.timeline-item:nth-child(even) .step-badge {
  float: right;
}

/* Timeline Title */
.timeline-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  clear: both;
}

/* Timeline Description */
.timeline-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Card Decoration */
.card-decoration {
  position: absolute;
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

.timeline-item:nth-child(odd) .card-decoration {
  bottom: -30px;
  right: -30px;
}

.timeline-item:nth-child(even) .card-decoration {
  bottom: -30px;
  left: -30px;
}

/* Background Shapes */
.background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  top: 10%;
  right: 5%;
}

.shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 12%, transparent 88%),
    transparent
  );
  bottom: 15%;
  left: 5%;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .timeline-line {
    left: 30px;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    padding-left: 80px;
    padding-right: 0;
  }
  
  .timeline-marker {
    left: 30px;
  }
  
  .marker-icon {
    width: 50px;
    height: 50px;
  }
  
  .marker-icon i {
    font-size: 1.25rem;
  }
  
  .marker-dot {
    width: 20px;
    height: 20px;
  }
  
  .timeline-item:nth-child(even) .timeline-content {
    text-align: left;
  }
  
  .timeline-item:nth-child(even) .step-badge {
    float: none;
  }
  
  .timeline-item:nth-child(even) .card-decoration {
    left: auto;
    right: -30px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .section-header {
    margin-bottom: 2.5rem !important;
  }
  
  .timeline-container {
    padding: 1rem 0;
  }
  
  .timeline-item,
  .timeline-item:nth-child(even) {
    padding-left: 60px;
    margin-bottom: 2rem;
  }
  
  .content-card {
    padding: 1.5rem;
  }
  
  .step-badge i {
    font-size: 1.5rem;
  }
}





/* Universal section */

.additional-universal-section.v-043 {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-section.v-043 .section-header {
  position: relative;
  z-index: 2;
}

.additional-universal-section.v-043 .decorative-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto 24px;
  border-radius: 2px;
}

.additional-universal-section.v-043 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.additional-universal-section.v-043 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.3;
}

.additional-universal-section.v-043 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Content Cards */
.additional-universal-section.v-043 .content-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}

.additional-universal-section.v-043 .content-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.additional-universal-section.v-043 .card-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: 20px;
  transition: transform 0.3s ease;
}

.additional-universal-section.v-043 .content-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.additional-universal-section.v-043 .card-icon-wrapper i {
  font-size: 32px;
  color: var(--light);
}

.additional-universal-section.v-043 .card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.additional-universal-section.v-043 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

.additional-universal-section.v-043 .card-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.additional-universal-section.v-043 .content-card:hover .card-accent {
  transform: scaleX(1);
}

/* Featured Card */
.additional-universal-section.v-043 .content-card.featured {
  background: linear-gradient(135deg, var(--primary-50), var(--surface-primary));
  border: 2px solid var(--primary-300);
}

.additional-universal-section.v-043 .featured-icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.additional-universal-section.v-043 .featured-icon-wrapper i {
  font-size: 40px;
  color: var(--light);
}

/* Decorative Shapes */
.additional-universal-section.v-043 .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.additional-universal-section.v-043 .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-300) 15%, transparent 85%), transparent);
}

.additional-universal-section.v-043 .shape-circle.shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
}

.additional-universal-section.v-043 .shape-circle.shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: -50px;
}

.additional-universal-section.v-043 .blob-shape {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 0%, transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .additional-universal-section.v-043 {
    padding: 60px 0;
  }

  .additional-universal-section.v-043 .section-title {
    font-size: 2rem;
  }

  .additional-universal-section.v-043 .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-section.v-043 .featured-icon-wrapper {
    width: 64px;
    height: 64px;
  }

  .additional-universal-section.v-043 .featured-icon-wrapper i {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section.v-043 {
    padding: 40px 0;
  }

  .additional-universal-section.v-043 .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-section.v-043 .section-subtitle {
    font-size: 1.125rem;
  }

  .additional-universal-section.v-043 .content-card {
    padding: 24px;
  }

  .additional-universal-section.v-043 .card-icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .additional-universal-section.v-043 .card-icon-wrapper i {
    font-size: 28px;
  }
}





/* Universal section */
/* Overlapping cards layout with animated particles */

.add_wrap_minimal {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
  overflow: hidden;
}

/* Animated particles */
.add_wrap_minimal .particle_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.add_wrap_minimal .particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-300, #c4b5fd);
  border-radius: 50%;
  opacity: 0.4;
  animation: float-particle 15s ease-in-out infinite;
}

.add_wrap_minimal .p1 {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.add_wrap_minimal .p2 {
  top: 60%;
  right: 15%;
  animation-delay: 3s;
}

.add_wrap_minimal .p3 {
  bottom: 20%;
  left: 20%;
  animation-delay: 6s;
}

.add_wrap_minimal .p4 {
  top: 30%;
  right: 25%;
  animation-delay: 9s;
}

@keyframes float-particle {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(30px, -40px);
  }
  50% {
    transform: translate(-20px, -80px);
  }
  75% {
    transform: translate(20px, -40px);
  }
}

.add_wrap_minimal .container {
  position: relative;
  z-index: 1;
}

/* Header with frame */
.add_wrap_minimal .add_header_frame {
  position: relative;
  padding: var(--space-10, 2.5rem);
  margin-bottom: var(--space-12, 3rem);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-lg, 12px);
}

.add_wrap_minimal .frame_corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: var(--primary-500, #7c3aed);
}

.add_wrap_minimal .corner_tl {
  top: 0;
  left: 0;
  border-width: 3px 0 0 3px;
  border-radius: 12px 0 0 0;
}

.add_wrap_minimal .corner_tr {
  top: 0;
  right: 0;
  border-width: 3px 3px 0 0;
  border-radius: 0 12px 0 0;
}

.add_wrap_minimal .corner_bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 3px 3px;
  border-radius: 0 0 0 12px;
}

.add_wrap_minimal .corner_br {
  bottom: 0;
  right: 0;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 12px 0;
}

.add_wrap_minimal .header_inner {
  text-align: center;
}

.add_wrap_minimal .creative_spark {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2rem;
  margin-bottom: var(--space-4, 1rem);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
  animation: pulse-spark 2s ease-in-out infinite;
}

@keyframes pulse-spark {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(124, 58, 237, 0.4);
  }
}

.add_wrap_minimal .add_title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text-primary, #1a1a1b);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.15;
  background: linear-gradient(135deg, var(--primary-700, #6d28d9) 0%, var(--primary-500, #7c3aed) 50%, var(--primary-700, #6d28d9) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.add_wrap_minimal .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #7c3aed);
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.4;
  font-style: italic;
}

.add_wrap_minimal .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #475569);
  line-height: 1.75;
  text-align: center;
}

/* Overlapping cards */
.add_wrap_minimal .add_overlap_cards {
  position: relative;
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_minimal .overlap_card {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--primary-200, #ddd6fe);
  margin-bottom: var(--space-6, 1.5rem);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.08);
}

.add_wrap_minimal .overlap_card:hover {
  transform: translateX(12px) translateY(-8px);
  border-color: var(--primary-500, #7c3aed);
  box-shadow: 0 16px 40px rgba(124, 58, 237, 0.2);
  z-index: 10;
}

/* Alternate positioning */
.add_wrap_minimal .card_1 {
  margin-left: 0;
}

.add_wrap_minimal .card_2 {
  margin-left: 5%;
}

.add_wrap_minimal .card_3 {
  margin-left: 10%;
}

.add_wrap_minimal .card_4 {
  margin-left: 5%;
}

/* Card header */
.add_wrap_minimal .card_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-4, 1rem);
}

.add_wrap_minimal .card_badge {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #f5f3ff);
  border-radius: 12px;
  color: var(--primary-500, #7c3aed);
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.add_wrap_minimal .overlap_card:hover .card_badge {
  background: var(--primary-500, #7c3aed);
  color: #ffffff;
  transform: rotate(15deg) scale(1.1);
}

.add_wrap_minimal .card_number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-100, #ede9fe);
  line-height: 1;
  transition: all 0.3s ease;
}

.add_wrap_minimal .overlap_card:hover .card_number {
  color: var(--primary-200, #ddd6fe);
  transform: scale(1.1);
}

/* Card content */
.add_wrap_minimal .card_body {
  position: relative;
  z-index: 1;
}

.add_wrap_minimal .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1a1a1b);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_minimal .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #475569);
  line-height: 1.65;
  margin: 0;
}

/* Finale card */
.add_wrap_minimal .card_finale {
  margin: var(--space-10, 2.5rem) auto 0;
  max-width: 900px;
  background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, #ffffff 50%, var(--primary-50, #f5f3ff) 100%);
  border: 3px solid var(--primary-500, #7c3aed);
  padding: var(--space-8, 2rem);
  text-align: center;
}

.add_wrap_minimal .card_finale:hover {
  transform: scale(1.02) translateY(-8px);
}

.add_wrap_minimal .finale_crown {
  position: relative;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.5rem;
  margin: 0 auto var(--space-6, 1.5rem);
  box-shadow: 0 12px 32px rgba(124, 58, 237, 0.3);
}

.add_wrap_minimal .crown_shine {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 24px;
  height: 24px;
  background: var(--primary-300, #c4b5fd);
  border-radius: 50%;
  animation: shine-pulse 2s ease-in-out infinite;
}

@keyframes shine-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

.add_wrap_minimal .card_body_centered {
  max-width: 850px;
  margin: 0 auto;
}

.add_wrap_minimal .card_finale .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  color: var(--primary-700, #6d28d9);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_minimal .card_1,
  .add_wrap_minimal .card_2,
  .add_wrap_minimal .card_3,
  .add_wrap_minimal .card_4 {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_minimal {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_minimal .add_header_frame {
    padding: var(--space-6, 1.5rem);
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_minimal .frame_corner {
    width: 30px;
    height: 30px;
  }
  
  .add_wrap_minimal .creative_spark {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
  }
  
  .add_wrap_minimal .overlap_card {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_minimal .card_finale {
    padding: var(--space-6, 1.5rem);
    margin-top: var(--space-6, 1.5rem);
  }
  
  .add_wrap_minimal .card_badge {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  
  .add_wrap_minimal .card_number {
    font-size: 2.5rem;
  }
  
  .add_wrap_minimal .finale_crown {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  
  .add_wrap_minimal .crown_shine {
    width: 20px;
    height: 20px;
  }
  
  .add_wrap_minimal .particle_bg {
    display: none;
  }
}



.additional-universal-style {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-style #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-style #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-style #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Content Sections */
.additional-universal-style .content-sections {
  position: relative;
  z-index: 1;
}

.additional-universal-style .decorative-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  color: var(--primary-500);
  font-size: 1.75rem;
  transition: all 0.3s ease;
}

.additional-universal-style .content-sections h3 {
  color: var(--text-primary);
  transition: color 0.3s ease;
}

.additional-universal-style .content-sections p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Visual Placeholder */
.additional-universal-style .visual-placeholder {
  position: relative;
  height: 350px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--primary-500) 5%, var(--neutral-50));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.additional-universal-style .visual-placeholder:hover {
  transform: translateY(-5px);
}

.additional-universal-style .placeholder-shape {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  filter: blur(40px);
  animation: float-v079 6s ease-in-out infinite;
}

.additional-universal-style .visual-placeholder > i {
  position: relative;
  z-index: 2;
  font-size: 5rem;
  color: var(--primary-500);
  opacity: 0.3;
}

/* Background Decorations */
.additional-universal-style .bg-decoration {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  pointer-events: none;
}

.additional-universal-style .decoration-1 {
  top: 10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: color-mix(in srgb, var(--primary-300) 40%, transparent);
  animation: float-v079 10s ease-in-out infinite;
}

.additional-universal-style .decoration-2 {
  bottom: 10%;
  right: -5%;
  width: 350px;
  height: 350px;
  background: color-mix(in srgb, var(--primary-500) 30%, transparent);
  animation: float-v079 12s ease-in-out infinite reverse;
}

/* Animations */
@keyframes float-v079 {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-20px) translateX(20px);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-style .visual-placeholder {
    height: 280px;
  }

  .additional-universal-style .visual-placeholder > i {
    font-size: 4rem;
  }

  .additional-universal-style .decorative-accent {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-style #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-style .visual-placeholder {
    height: 220px;
  }

  .additional-universal-style .visual-placeholder > i {
    font-size: 3rem;
  }
}





/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.decorative-dot-pattern {
  width: 60px;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
  border-radius: 3px;
  margin: 0 auto 1.5rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
}

/* Info Cards */
.info-card {
  position: relative;
  background: var(--light);
  border: 1px solid var(--neutral-100);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.info-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Featured Cards */
.info-card-featured {
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  border: 2px solid var(--primary-300);
}

.info-card-featured .card-title {
  color: var(--primary-700);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0.1;
}

.card-decorative-shape {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: var(--primary-50);
  border-radius: 50%;
  opacity: 0.5;
  transition: transform 0.5s ease;
}

.info-card:hover .card-decorative-shape {
  transform: scale(1.3);
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  left: -100px;
}

.blob-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -50px;
  right: -50px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .info-card {
    padding: 1.5rem;
  }

  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .blob-1,
  .blob-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .info-card {
    padding: 1.25rem;
  }
}





/* ===================================
   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;
  }
}



/* Universal section */
/* Timeline-style layout with alternating sides */

.add_wrap_alt {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: linear-gradient(180deg, var(--surface-primary, #fafafa) 0%, var(--primary-50, #ecfdf5) 100%);
  overflow: hidden;
}

/* Section header */
.add_wrap_alt .add_header_wrapper {
  position: relative;
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_alt .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500, #059669) 0%, var(--primary-300, #6ee7b7) 100%);
  border-radius: 2px;
  margin: 0 auto var(--space-4, 1rem);
}

.add_wrap_alt .add_header {
  text-align: center;
  margin-bottom: var(--space-6, 1.5rem);
}

.add_wrap_alt .add_title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 800;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_alt .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #059669);
  margin-bottom: var(--space-4, 1rem);
  font-weight: 600;
  line-height: 1.4;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.add_wrap_alt .title_accent_bar {
  width: 60px;
  height: 3px;
  background: var(--primary-500, #059669);
  margin: 0 auto;
  border-radius: 2px;
}

.add_wrap_alt .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.75;
  text-align: center;
}

/* Timeline wrapper */
.add_wrap_alt .add_timeline_wrapper {
  position: relative;
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_alt .timeline_line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300, #6ee7b7) 0%, var(--primary-500, #059669) 50%, var(--primary-300, #6ee7b7) 100%);
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Timeline items */
.add_wrap_alt .timeline_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: var(--space-6, 1.5rem);
  margin-bottom: var(--space-8, 2rem);
}

.add_wrap_alt .timeline_left {
  justify-content: flex-end;
  padding-right: calc(50% + 2rem);
}

.add_wrap_alt .timeline_right {
  justify-content: flex-start;
  padding-left: calc(50% + 2rem);
  flex-direction: row-reverse;
}

.add_wrap_alt .timeline_highlight {
  justify-content: center;
  padding: 0 var(--space-6, 1.5rem);
  margin-top: var(--space-8, 2rem);
}

/* Timeline marker */
.add_wrap_alt .timeline_marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 4px solid var(--primary-500, #059669);
  border-radius: 50%;
  color: var(--primary-500, #059669);
  font-size: 1.5rem;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.2);
  transition: all 0.3s ease;
}

.add_wrap_alt .timeline_marker_large {
  width: 72px;
  height: 72px;
  font-size: 2rem;
  border-width: 5px;
}

.add_wrap_alt .timeline_item:hover .timeline_marker {
  background: var(--primary-500, #059669);
  color: #ffffff;
  transform: translateX(-50%) scale(1.1);
}

/* Timeline content */
.add_wrap_alt .timeline_content {
  flex: 1;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 1px solid var(--primary-100, #d1fae5);
  box-shadow: var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, 0.1));
  transition: all 0.3s ease;
}

.add_wrap_alt .timeline_content:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(5, 150, 105, 0.15);
  border-color: var(--primary-500, #059669);
}

.add_wrap_alt .timeline_content_centered {
  text-align: center;
  max-width: 700px;
}

.add_wrap_alt .timeline_highlight .timeline_content {
  background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
  border: 2px solid var(--primary-300, #6ee7b7);
  padding: var(--space-8, 2rem);
}

.add_wrap_alt .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_alt .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.65;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_alt .timeline_line {
    left: 28px;
  }
  
  .add_wrap_alt .timeline_marker {
    left: 28px;
  }
  
  .add_wrap_alt .timeline_left,
  .add_wrap_alt .timeline_right {
    padding-left: calc(28px + 2.5rem);
    padding-right: 0;
    flex-direction: row;
    justify-content: flex-start;
  }
  
  .add_wrap_alt .timeline_highlight {
    padding-left: calc(28px + 2.5rem);
    justify-content: flex-start;
  }
  
  .add_wrap_alt .timeline_content_centered {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_alt {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_alt .add_header_wrapper {
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_alt .timeline_marker {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  
  .add_wrap_alt .timeline_marker_large {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }
  
  .add_wrap_alt .timeline_content {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_alt .timeline_highlight .timeline_content {
    padding: var(--space-6, 1.5rem);
  }
}



/* ===================================
   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 */

.additional-universal-section.v-062 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-062 .section-header {
  max-width: 850px;
  margin: 0 auto 80px;
}

.v-062 .icon-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.v-062 .icon-cluster i {
  font-size: 32px;
  color: var(--primary-500);
  animation: iconBounce 2s ease-in-out infinite;
}

.v-062 .icon-cluster i:nth-child(1) {
  animation-delay: 0s;
}

.v-062 .icon-cluster i:nth-child(2) {
  animation-delay: 0.3s;
}

.v-062 .icon-cluster i:nth-child(3) {
  animation-delay: 0.6s;
}

.v-062 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-062 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-062 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Content Items */
.v-062 .content-items {
  position: relative;
  z-index: 2;
}

.v-062 .content-item {
  margin-bottom: 80px;
  position: relative;
}

.v-062 .content-item:last-child {
  margin-bottom: 0;
}

.v-062 .content-item::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
}

.v-062 .content-item:last-child::after {
  display: none;
}

/* Content Text */
.v-062 .content-text {
  padding: 0 20px;
}

.v-062 .item-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: color-mix(in srgb, var(--primary-500) 12%, white);
  border-radius: 14px;
  position: relative;
}

.v-062 .item-badge::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 16px;
  border: 2px solid var(--primary-300);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.v-062 .content-item:hover .item-badge::before {
  opacity: 1;
}

.v-062 .item-badge i {
  font-size: 26px;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.v-062 .content-item:hover .item-badge i {
  transform: scale(1.15);
}

.v-062 .item-title {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 16px;
}

.v-062 .item-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 0;
}

/* Content Visual */
.v-062 .content-visual {
  padding: 0 20px;
}

.v-062 .visual-placeholder {
  aspect-ratio: 16/11;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 15%, white),
    color-mix(in srgb, var(--primary-500) 10%, white));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-062 .visual-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, 
    transparent 30%, 
    color-mix(in srgb, var(--primary-500) 20%, transparent) 50%, 
    transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.v-062 .content-item:hover .visual-placeholder {
  transform: scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.v-062 .content-item:hover .visual-placeholder::before {
  opacity: 1;
}

.v-062 .visual-placeholder i {
  font-size: 80px;
  color: var(--primary-500);
  opacity: 0.3;
  z-index: 1;
  position: relative;
}

/* Decorative Background */
.v-062 .decorative-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}

.v-062 .bg-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-300), transparent 70%);
  opacity: 0.12;
}

.v-062 .bg-circle-1 {
  width: 500px;
  height: 500px;
  top: 10%;
  left: -150px;
  animation: floatSlow 25s ease-in-out infinite;
}

.v-062 .bg-circle-2 {
  width: 400px;
  height: 400px;
  bottom: 10%;
  right: -120px;
  animation: floatSlow 30s ease-in-out infinite reverse;
}

/* Animations */
@keyframes iconBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes floatSlow {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 30px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-062 {
    padding: 80px 0;
  }

  .v-062 .section-header {
    margin-bottom: 60px;
  }

  .v-062 .section-title {
    font-size: 2.25rem;
  }

  .v-062 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-062 .content-item {
    margin-bottom: 60px;
  }

  .v-062 .item-title {
    font-size: 1.5rem;
  }

  .v-062 .content-text {
    text-align: center;
  }

  .v-062 .visual-placeholder i {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .v-062 {
    padding: 60px 0;
  }

  .v-062 .section-title {
    font-size: 1.875rem;
  }

  .v-062 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-062 .icon-cluster i {
    font-size: 26px;
  }

  .v-062 .content-item {
    margin-bottom: 50px;
  }

  .v-062 .item-title {
    font-size: 1.375rem;
  }
}









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;
    }
}




.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 17px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 45px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    border: 3px solid rgba(255,255,255,0.2) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 45px 0 !important;
    }
    
    .website-maps-title {
        font-size: 26px !important;
    }
    
    .website-google-map {
        height: 320px !important;
    }
}




.website-cta-container {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 17px !important;
    margin-bottom: 32px !important;
    color: #555555 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 30px !important;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
}

.website-cta-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}




.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;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 22px !important;
    color: rgba(0,0,0,0.06) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationPulse 6s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 15% !important;
    right: 8% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 55% !important;
    right: 5% !important;
    animation-delay: 2s !important;
    font-size: 18px !important;
}

.website-floating-icon.variant-3 {
    top: 35% !important;
    left: 6% !important;
    animation-delay: 4s !important;
    font-size: 26px !important;
}

@keyframes websiteFloatAnimationPulse {
    0%, 100% {
        transform: scale(1) !important;
        opacity: 0.25 !important;
    }
    50% {
        transform: scale(1.15) !important;
        opacity: 0.55 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Modern Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 300px !important;
    background: linear-gradient(145deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2) !important;
    z-index: 999999 !important;
    color: #ffffff !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(10px) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !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: 16px !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: 18px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 5px !important;
    border-radius: 3px !important;
    transition: background 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;
    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: 18px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 20px 20px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding-bottom: 12px !important;
    background: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    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: rgba(255,255,255,0.8) !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: rgba(255,255,255,0.9) !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: rgba(255,255,255,0.9) !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: #ffffff !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: #ffffff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Default Style */
.website-google-maps-section {
    padding: 60px 0 !important;
    background: #f8f9fa !important;
    margin: 0 !important;
    border-top: 1px solid #e0e0e0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #666666 !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 400px !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}



/* CTA Section - Soft Pastel Style */
.website-cta-section {
    padding: 55px 0 !important;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%) !important;
    color: #5d4037 !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #5d4037 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 32px !important;
    color: #6d4c41 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: rgba(255,255,255,0.7) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(93,64,55,0.2) !important;
}

.website-cta-button:hover {
    background: rgba(255,255,255,0.9) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(93,64,55,0.3) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}



/* Security Badges - Bold Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 30px 0 !important;
    flex-wrap: wrap !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-top: none !important;
    border-bottom: none !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 18px !important;
    background: rgba(255,255,255,0.95) !important;
    border-radius: 25px !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
}

.website-security-badge:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25) !important;
    color: #333333 !important;
    text-decoration: none !important;
    background: white !important;
}

.website-security-badge-icon {
    font-size: 18px !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: 12px !important;
        padding: 25px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 10px 15px !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 - Neumorphic Style */
.team-social-links {
    margin-top: 21px;
    padding: 17px 0;
    background: #e8ecf1;
    border-radius: 18px;
    padding: 20px;
}

.social-icons-grid {
    display: flex;
    gap: 17px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #666;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    background: #e8ecf1;
    box-shadow: 8px 8px 16px rgba(163, 177, 198, 0.6),
                -8px -8px 16px rgba(255, 255, 255, 0.9);
    position: relative;
}

.social-link:active,
.social-link:hover {
    box-shadow: inset 4px 4px 8px rgba(163, 177, 198, 0.5),
                inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}

.facebook-link {
    color: #1877f2;
}

.facebook-link:hover {
    color: #166fe5;
}

.linkedin-link {
    color: #0a66c2;
}

.linkedin-link:hover {
    color: #0959aa;
}

.instagram-link {
    color: #e4405f;
}

.instagram-link:hover {
    color: #d62976;
}

.x-link {
    color: #000000;
    position: relative;
}

.x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    color: inherit;
    z-index: 2;
    position: relative;
}

.x-link:hover {
    color: #333333;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 13px;
    }
    
    .social-link {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}



/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Overlay Style */
.newsletter-section {
    margin: 30px 0;
    padding: 0;
    position: relative;
}

.newsletter-overlay-container {
    max-width: 520px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 10px 35px rgba(0,0,0,0.2);
}

.newsletter-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>');
    opacity: 0.3;
}

.newsletter-content {
    position: relative;
    z-index: 2;
    padding: 32px 28px;
    color: white;
}

.newsletter-title {
    font-size: 21px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: white !important;
    text-align: center !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 14px !important;
    color: rgba(255,255,255,0.95) !important;
    margin-bottom: 24px !important;
    text-align: center !important;
    line-height: 1.6 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.newsletter-input {
    padding: 14px 18px !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: rgba(255,255,255,0.15) !important;
    backdrop-filter: blur(10px) !important;
    color: white !important;
}

.newsletter-input::placeholder {
    color: rgba(255,255,255,0.7) !important;
}

.newsletter-input:focus {
    background: rgba(255,255,255,0.25) !important;
    border-color: rgba(255,255,255,0.5) !important;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.1) !important;
}

.newsletter-button {
    padding: 14px 24px !important;
    background: white !important;
    color: #667eea !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
}

.newsletter-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important;
    background: #f8f9ff !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 18px !important;
    padding: 16px !important;
    background: rgba(255,255,255,0.2) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 10px !important;
    color: white !important;
    text-align: center !important;
    font-size: 14px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-content {
        padding: 26px 22px;
    }
    
    .newsletter-overlay-container {
        max-width: 350px;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: gradient
 * Toggle: 9
 * Содержит только стили для выбранной темы
 * Сгенерировано автоматически - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
 */

/**
 * 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;
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ ===== */
.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;
}

/* ===== ТЕМА: GRADIENT ===== */
.ocm-theme-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 20px !important;
}

.ocm-theme-gradient .ocm-title,
.ocm-theme-gradient .ocm-description,
.ocm-theme-gradient .ocm-category-title,
.ocm-theme-gradient .ocm-category-desc {
    color: #ffffff !important;
}

.ocm-theme-gradient .ocm-close {
    color: #ffffff !important;
}

.ocm-theme-gradient .ocm-close:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.ocm-theme-gradient .ocm-btn-accept {
    background: #ffffff !important;
    color: #667eea !important;
}

.ocm-theme-gradient .ocm-btn-accept:hover {
    background: #f8f9fa !important;
}

.ocm-theme-gradient .ocm-btn-reject {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.ocm-theme-gradient .ocm-btn-reject:hover {
    background: rgba(255, 255, 255, 0.3) !important;
}

.ocm-theme-gradient .ocm-btn-customize {
    background: transparent !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.ocm-theme-gradient .ocm-btn-customize:hover {
    background: #ffffff !important;
    color: #667eea !important;
}

.ocm-theme-gradient .ocm-category {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.ocm-theme-gradient input:checked + .ocm-slider {
    background-color: #ffffff !important;
}

.ocm-theme-gradient input:checked + .ocm-slider:before {
    background-color: #667eea !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-theme-gradient):not(
    
    .ocm-banner:not(.ocm-theme-gradient) .ocm-title,
    .ocm-banner:not(.ocm-theme-gradient) .ocm-category-title {
        color: #ffffff !important;
    }
    
    .ocm-banner:not(.ocm-theme-gradient) .ocm-description,
    .ocm-banner:not(.ocm-theme-gradient) .ocm-category-desc {
        color: #cbd5e0 !important;
    }
    
    .ocm-banner:not(.ocm-theme-gradient) .ocm-category {
        background: #1a202c !important;
        border-color: #4a5568 !important;
    }
    
    .ocm-banner:not(.ocm-theme-gradient) .ocm-close {
        color: #cbd5e0 !important;
    }
    
    .ocm-banner:not(.ocm-theme-gradient) .ocm-close:hover {
        background: #4a5568 !important;
        color: #ffffff !important;
    }
}


/**
 * 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;
    }
}


