:root {
  --primary-50: #fef2f2;
  --primary-50-rgb: 254, 242, 242;
  --primary-100: #fee2e2;
  --primary-100-rgb: 254, 226, 226;
  --primary-300: #fca5a5;
  --primary-300-rgb: 252, 165, 165;
  --primary-500: #b91c1c;
  --primary-500-rgb: 185, 28, 28;
  --primary-700: #991b1b;
  --primary-700-rgb: 153, 27, 27;
  --primary-200: #fdc4c4;
  --primary-200-rgb: 253, 196, 196;
  --primary-400: #db6161;
  --primary-400-rgb: 219, 97, 97;
  --primary-600: #a91c1c;
  --primary-600-rgb: 169, 28, 28;
  --primary-800: #7a1616;
  --primary-800-rgb: 122, 22, 22;
  --primary-900: #681313;
  --primary-900-rgb: 104, 19, 19;
  --primary-950: #490d0d;
  --primary-950-rgb: 73, 13, 13;
  --primary-rgb: 185, 28, 28;
  --neutral-50: #fafaf9;
  --neutral-50-rgb: 250, 250, 249;
  --neutral-100: #f5f5f4;
  --neutral-100-rgb: 245, 245, 244;
  --neutral-300: #d6d3d1;
  --neutral-300-rgb: 214, 211, 209;
  --neutral-500: #78716c;
  --neutral-500-rgb: 120, 113, 108;
  --neutral-700: #44403c;
  --neutral-700-rgb: 68, 64, 60;
  --neutral-900: #2e2b29;
  --neutral-900-rgb: 46, 43, 41;
  --neutral-200: #e6e4e3;
  --neutral-200-rgb: 230, 228, 227;
  --neutral-400: #a7a29f;
  --neutral-400-rgb: 167, 162, 159;
  --neutral-600: #5e5954;
  --neutral-600-rgb: 94, 89, 84;
  --neutral-800: #363330;
  --neutral-800-rgb: 54, 51, 48;
  --neutral-950: #201e1d;
  --neutral-950-rgb: 32, 30, 29;
  --surface-primary: var(--neutral-50);
  --surface-secondary: var(--neutral-100);
  --surface-accent: var(--primary-50);
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-accent: var(--primary-500);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #000000;
  --button-secondary-bg: var(--neutral-100);
  --button-secondary-text: var(--neutral-900);
  --border-light: var(--neutral-300);
  --border-medium: var(--neutral-500);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --accent-50: #fef4dc;
  --accent-50-rgb: 254, 244, 220;
  --accent-100: #fee6ce;
  --accent-100-rgb: 254, 230, 206;
  --accent-200: #fecdb2;
  --accent-200-rgb: 254, 205, 178;
  --accent-300: #fdb396;
  --accent-300-rgb: 253, 179, 150;
  --accent-400: #e67958;
  --accent-400-rgb: 230, 121, 88;
  --accent-500: #ce3e19;
  --accent-500-rgb: 206, 62, 25;
  --accent-600: #c33e19;
  --accent-600-rgb: 195, 62, 25;
  --accent-700: #b83d19;
  --accent-700-rgb: 184, 61, 25;
  --accent-800: #a23914;
  --accent-800-rgb: 162, 57, 20;
  --accent-900: #953611;
  --accent-900-rgb: 149, 54, 17;
  --accent-950: #80310c;
  --accent-950-rgb: 128, 49, 12;
  --accent-rgb: 206, 62, 25;
  --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 ===== */
.fresh_font_primary {
  font-family: var(--font-primary);
}

.minimal_font_secondary {
  font-family: var(--font-secondary);
}

.page_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.light_display_1 {
  font-family: var(--font-secondary);
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-none);
  letter-spacing: var(--tracking-tighter);
}

.studio_display_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-5xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.content_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 */
.best_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);
}

.core_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);
}

.smart_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);
}

.custom_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);
}

.creative_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);
}

.app_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 */
.company_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);
}

.new_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);
}

.pro_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 */
.digital_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);
}

.design_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 */
.prime_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);
}

.site_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 */
.brand_hero_title {
  font-family: var(--font-secondary);
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tighter);
  color: var(--text-primary);
  margin-bottom: var(--space-6);
}

.main_hero_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-8);
}

/* Section Typography */
.ui_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);
}

.bold_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);
}

.container_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 */
.business_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);
}

.layout_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 */
.web_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);
}

.web_nav_link:hover,
.web_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.theme_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 */
.bright_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) {
  .brand_hero_title {
    font-size: var(--text-4xl);
  }
  
  .ui_section_title {
    font-size: var(--text-3xl);
  }
  
  .light_display_1 {
    font-size: var(--text-5xl);
  }
  
  .studio_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .brand_hero_title {
    font-size: var(--text-3xl);
  }
  
  .ui_section_title {
    font-size: var(--text-2xl);
  }
  
  .light_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 ===== */
.section_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.agency_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.style_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.base_text_balance {
  text-wrap: balance;
}

.top_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .web_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .digital_caption,
  .design_overline,
  .bright_footer_text {
    color: var(--text-secondary);
  }
  
  .main_hero_subtitle,
  .bold_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .brand_hero_title,
  .ui_section_title,
  .best_heading_1,
  .core_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .section_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.modern_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.clean_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.unique_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.premium_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.elite_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dark_stack {
  display: flex;
  flex-direction: column;
}

.core2_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page60_full_height {
  min-height: 100vh;
}

.new14_section_height {
  min-height: 80vh;
}

.business57_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.theme97_m_0 { margin: 0; }
.best83_m_1 { margin: var(--space-1); }
.premium75_m_2 { margin: var(--space-2); }
.fresh25_m_3 { margin: var(--space-3); }
.new28_m_4 { margin: var(--space-4); }
.page49_m_6 { margin: var(--space-6); }
.top75_m_8 { margin: var(--space-8); }
.layout10_m_12 { margin: var(--space-12); }
.web73_m_16 { margin: var(--space-16); }

.digital96_mx_auto { margin-left: auto; margin-right: auto; }
.elite95_my_auto { margin-top: auto; margin-bottom: auto; }

.ui4_mt_0 { margin-top: 0; }
.site99_mt_4 { margin-top: var(--space-4); }
.business55_mt_8 { margin-top: var(--space-8); }
.agency4_mt_12 { margin-top: var(--space-12); }

.clean77_mb_0 { margin-bottom: 0; }
.bright2_mb_4 { margin-bottom: var(--space-4); }
.new2_mb_8 { margin-bottom: var(--space-8); }
.app69_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.prime83_p_0 { padding: 0; }
.base32_p_1 { padding: var(--space-1); }
.new74_p_2 { padding: var(--space-2); }
.new68_p_3 { padding: var(--space-3); }
.studio42_p_4 { padding: var(--space-4); }
.business49_p_6 { padding: var(--space-6); }
.modern17_p_8 { padding: var(--space-8); }

.content27_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.container48_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.ui83_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.digital86_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.brand39_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.bold39_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.design77_gap_1 { gap: var(--space-1); }
.digital15_gap_2 { gap: var(--space-2); }
.dark78_gap_3 { gap: var(--space-3); }
.prime83_gap_4 { gap: var(--space-4); }
.agency25_gap_6 { gap: var(--space-6); }
.top39_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.page96_shadow_none { box-shadow: var(--shadow-none); }
.fresh17_shadow_xs { box-shadow: var(--shadow-xs); }
.pro10_shadow_sm { box-shadow: var(--shadow-sm); }
.web37_shadow_md { box-shadow: var(--shadow-md); }
.dark87_shadow_lg { box-shadow: var(--shadow-lg); }
.digital35_shadow_xl { box-shadow: var(--shadow-xl); }
.new1_shadow_2xl { box-shadow: var(--shadow-2xl); }
.main58_shadow_inner { box-shadow: var(--shadow-inner); }
.bright36_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.custom59_radius_none { border-radius: var(--radius-none); }
.digital61_radius_xs { border-radius: var(--radius-xs); }
.premium12_radius_sm { border-radius: var(--radius-sm); }
.agency23_radius_md { border-radius: var(--radius-md); }
.ui70_radius_lg { border-radius: var(--radius-lg); }
.page6_radius_xl { border-radius: var(--radius-xl); }
.pro3_radius_2xl { border-radius: var(--radius-2xl); }
.premium18_radius_3xl { border-radius: var(--radius-3xl); }
.app27_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.bright92_gradient_primary {
  background: var(--gradient-primary);
}

.container90_gradient_secondary {
  background: var(--gradient-secondary);
}

.base39_gradient_hero {
  background: var(--gradient-hero);
}

.page31_gradient_card {
  background: var(--gradient-card);
}

.premium69_gradient_overlay {
  position: relative;
}

.premium69_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;
}

.premium69_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.fresh32_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.fresh32_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.web44_hover_scale {
  transition: transform var(--transition-normal);
}

.web44_hover_scale:hover {
  transform: scale(1.02);
}

.main67_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.main67_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.base30_hover_fade {
  transition: opacity var(--transition-normal);
}

.base30_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.bold77_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.bold77_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.prime72_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page14_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.premium0_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.digital26_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.unique93_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.theme34_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.container21_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.design53_timeline {
  position: relative;
}

.design53_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.base92_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.base92_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.base92_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.premium59_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.prime47_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;
  }
}

.container74_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;
  }
}

.light89_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 */
.premium7_transition_all {
  transition: var(--transition-all);
}

.style36_transition_fast {
  transition: all var(--transition-fast);
}

.bright78_transition_normal {
  transition: all var(--transition-normal);
}

.section13_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.top14_bg_primary { background-color: var(--bg-primary); }
.agency92_bg_secondary { background-color: var(--bg-secondary); }
.bold35_bg_muted { background-color: var(--bg-muted); }
.modern64_bg_glass { background-color: var(--bg-glass); }

.app75_text_primary { color: var(--text-primary); }
.agency34_text_secondary { color: var(--text-secondary); }
.light43_text_muted { color: var(--text-muted); }
.style28_text_inverse { color: var(--text-inverse); }
.container94_text_link { color: var(--text-link); }

.business16_border_light { border-color: var(--border-light); }
.digital64_border_medium { border-color: var(--border-medium); }
.digital51_border_strong { border-color: var(--border-strong); }
.theme42_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .premium0_services_grid,
  .unique93_features_grid,
  .digital26_team_grid,
  .container21_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .theme34_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .design53_timeline::before {
    left: 30px;
  }
  
  .base92_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .new14_section_height {
    min-height: 60vh;
  }
  
  .business57_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .theme34_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .base92_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.app76_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;
}

.prime51_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.agency41_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);
}

.agency41_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .elite37_no_print {
    display: none !important;
  }
  
  .site67_print_only {
    display: block !important;
  }
  
  .fresh17_shadow_xs,
  .pro10_shadow_sm,
  .web37_shadow_md,
  .dark87_shadow_lg,
  .digital35_shadow_xl,
  .new1_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .premium59_fade_in,
  .prime47_slide_up,
  .container74_slide_in_left,
  .light89_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .fresh32_hover_lift,
  .web44_hover_scale,
  .main67_hover_shadow,
  .base30_hover_fade,
  .premium7_transition_all,
  .style36_transition_fast,
  .bright78_transition_normal,
  .section13_transition_slow {
    transition: none;
  }
}

.header-custom {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--surface-primary);
  border-bottom: 1px solid var(--neutral-100);
  transition: all 0.3s ease;
}

.header-custom .navbar {
  padding: 1.5rem 0;
}

.header-custom .navbar-brand {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  position: relative;
  z-index: 10002;
}

.header-custom .navbar-brand:hover {
  color: var(--primary-700);
}

.header-custom .nav-link {
  color: var(--text-secondary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  margin: 0;
  transition: color 0.3s ease;
  position: relative;
}

.header-custom .nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: var(--primary-700);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header-custom .nav-link:hover {
  color: var(--text-primary);
}

.header-custom .nav-link:hover::after {
  opacity: 1;
}

/* Minimal Custom Hamburger Toggle */
.header-custom .menu-toggle-input {
  display: none;
}

.header-custom .hamburger-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 8px;
  z-index: 10003;
  position: relative;
  background: transparent;
  border: none;
}

.header-custom .line {
  width: 24px;
  height: 2px;
  background: #334155;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* Simple Minimal Hamburger Animation */
.header-custom .menu-toggle-input:checked ~ .hamburger-toggle .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.header-custom .menu-toggle-input:checked ~ .hamburger-toggle .line:nth-child(2) {
  opacity: 0;
}

.header-custom .menu-toggle-input:checked ~ .hamburger-toggle .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Minimal Decorative Element */
.header-custom .minimal-accent {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--primary-500);
  transition: width 0.3s ease;
}

.header-custom:hover .minimal-accent {
  width: 60px;
}

/* Mobile Styles */
@media (max-width: 991.98px) {
  .header-custom .hamburger-toggle {
    display: flex;
  }

  .header-custom .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--surface-primary);
    padding: 5rem 2rem 2rem;
    transition: right 0.4s ease;
    z-index: 10;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.08);
  }

  .header-custom .menu-toggle-input:checked ~ .navbar-collapse {
    right: 0;
  }

  .header-custom .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: -1;
  }

  .header-custom .menu-toggle-input:checked ~ .navbar-collapse .backdrop {
    opacity: 1;
    visibility: visible;
  }

  .header-custom .navbar-nav {
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 1;
  }

  .header-custom .nav-link {
    padding: 1rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    border-bottom: 1px solid var(--neutral-100);
  }

  .header-custom .nav-link::after {
    left: 0;
    transform: translateX(0);
    bottom: 50%;
    right: auto;
    width: 3px;
    height: 20px;
    border-radius: 0 2px 2px 0;
  }

  .header-custom .nav-link:hover::after {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .header-custom .navbar-nav {
    flex-direction: row;
    gap: 0.5rem;
  }

  .header-custom .backdrop {
    display: none;
  }
}




/* Hero section */
.hero-section-alt {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0;
  overflow: hidden;
}

/* Background Image and Overlay */
.hero-section-alt .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-section-alt .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-section-alt .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 95%, transparent) 0%,
    color-mix(in srgb, var(--primary-700) 85%, transparent) 100%
  );
  mix-blend-mode: multiply;
}

/* Content Styling */
.hero-section-alt .hero-content {
  position: relative;
  z-index: 2;
}

/* Decorative Dots */
.hero-section-alt .decorative-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.hero-section-alt .decorative-dots .dot {
  width: 12px;
  height: 12px;
  background: var(--primary-300);
  border-radius: 50%;
  display: inline-block;
  animation: pulse 2s ease-in-out infinite;
}

.hero-section-alt .decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.hero-section-alt .decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

.hero-section-alt .hero-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  color: var(--light);
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hero-section-alt .hero-subtitle {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 500;
  color: color-mix(in srgb, var(--light) 95%, transparent);
  line-height: 1.4;
}

.hero-section-alt .hero-description {
  font-size: 1.15rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--light) 90%, transparent);
  max-width: 680px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Icon Grid */
.hero-section-alt .icon-grid {
  margin-top: 3rem;
}

.hero-section-alt .icon-box {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--light) 15%, transparent);
  backdrop-filter: blur(10px);
  border: 2px solid color-mix(in srgb, var(--light) 30%, transparent);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.hero-section-alt .icon-box i {
  font-size: 1.75rem;
  color: var(--light);
}

.hero-section-alt .icon-box:hover {
  background: color-mix(in srgb, var(--light) 25%, transparent);
  transform: translateY(-5px) scale(1.05);
  border-color: var(--light);
}

/* Floating Shapes */
.hero-section-alt .floating-shape {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.hero-section-alt .shape-circle-1 {
  width: 180px;
  height: 180px;
  background: color-mix(in srgb, var(--primary-300) 20%, transparent);
  border-radius: 50%;
  top: 10%;
  left: 8%;
  animation: float 6s ease-in-out infinite;
}

.hero-section-alt .shape-circle-2 {
  width: 120px;
  height: 120px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-radius: 50%;
  bottom: 15%;
  right: 10%;
  animation: float 8s ease-in-out infinite;
  animation-delay: 1s;
}

.hero-section-alt .shape-blob-1 {
  width: 250px;
  height: 250px;
  background: color-mix(in srgb, var(--primary-700) 12%, transparent);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  top: 50%;
  right: 5%;
  animation: float 10s ease-in-out infinite, morph 15s ease-in-out infinite;
  animation-delay: 2s;
}

/* Animations */
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  25% {
    border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
  }
  50% {
    border-radius: 30% 70% 50% 50% / 60% 30% 70% 40%;
  }
  75% {
    border-radius: 70% 30% 40% 60% / 40% 70% 50% 60%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .hero-section-alt {
    padding: 100px 0;
  }
  
  .hero-section-alt .hero-title {
    font-size: 2.75rem;
  }
  
  .hero-section-alt .hero-subtitle {
    font-size: 1.5rem;
  }
  
  .hero-section-alt .floating-shape {
    opacity: 0.5;
  }
  
  .hero-section-alt .shape-blob-1 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero-section-alt {
    padding: 80px 0;
  }
  
  .hero-section-alt .hero-description {
    font-size: 1rem;
  }
  
  .hero-section-alt .icon-box {
    width: 60px;
    height: 60px;
  }
  
  .hero-section-alt .icon-box i {
    font-size: 1.5rem;
  }
  
  .hero-section-alt .shape-circle-1,
  .hero-section-alt .shape-circle-2 {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575.98px) {
  .hero-section-alt .icon-grid {
    gap: 0.75rem !important;
  }
  
  .hero-section-alt .icon-box {
    width: 52px;
    height: 52px;
  }
  
  .hero-section-alt .icon-box i {
    font-size: 1.25rem;
  }
  
  .hero-section-alt .decorative-dots .dot {
    width: 10px;
    height: 10px;
  }
}




.about-section-style {
  padding: 120px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.about-section-style .image-gallery {
  position: relative;
  height: 100%;
  min-height: 600px;
}

.about-section-style .gallery-item {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  position: relative;
  transition: all 0.4s ease;
}

.about-section-style .gallery-item:hover {
  transform: scale(1.03);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.about-section-style .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.4s ease;
}

.about-section-style .gallery-item:hover img {
  filter: brightness(1.1);
}

.about-section-style .gallery-item.large {
  margin-bottom: 1.5rem;
  height: 420px;
}

.about-section-style .gallery-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.about-section-style .gallery-item.small {
  height: 200px;
}

.about-section-style .image-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  border-radius: 50%;
  border: 4px solid var(--surface-primary);
}

.about-section-style .floating-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.75rem;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent);
  animation: floatIcon 4s ease-in-out infinite;
}

.about-section-style .icon-1 {
  top: 30%;
  left: -25px;
  animation-delay: 0s;
}

.about-section-style .icon-2 {
  bottom: 15%;
  right: -25px;
  animation-delay: 2s;
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

.about-section-style .content-area {
  padding-left: 2rem;
}

.about-section-style .section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  color: var(--primary-700);
  border-radius: 16px;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.about-section-style #about-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.about-section-style #about-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.about-section-style #about-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

.about-section-style .features-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-section-style .feature-block {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  background: var(--surface-secondary);
  border-radius: 16px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.about-section-style .feature-block:hover {
  border-color: var(--primary-500);
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.about-section-style .feature-number {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
}

.about-section-style .feature-details h4 {
  color: var(--text-primary);
  font-weight: 700;
}

.about-section-style .feature-details p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

.about-section-style .bg-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.about-section-style .circle-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent 70%);
  top: -150px;
  left: -150px;
}

.about-section-style .circle-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 15%, transparent), transparent 70%);
  bottom: -100px;
  right: -100px;
}

.about-section-style .bg-gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--primary-50) 30%, transparent));
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 991px) {
  .about-section-style {
    padding: 80px 0;
  }
  
  .about-section-style .image-gallery {
    min-height: 450px;
    margin-bottom: 3rem;
  }
  
  .about-section-style .gallery-item.large {
    height: 320px;
  }
  
  .about-section-style .gallery-item.small {
    height: 160px;
  }
  
  .about-section-style .content-area {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .about-section-style .image-gallery {
    min-height: 350px;
  }
  
  .about-section-style .gallery-item.large {
    height: 250px;
  }
  
  .about-section-style .gallery-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .about-section-style .gallery-item.small {
    height: 140px;
  }
  
  .about-section-style .floating-icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
  
  .about-section-style .feature-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}




.features-section-modern {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

/* Decorative Line */
.features-section-modern .decorative-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin-bottom: 1.5rem;
  border-radius: 2px;
}

/* Section Header */
.features-section-modern #features-title {
  color: var(--primary-900);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.features-section-modern #features-subtitle {
  color: var(--primary-700);
  font-weight: 600;
  line-height: 1.4;
}

.features-section-modern #features-desc {
  color: var(--neutral-600);
  line-height: 1.8;
  font-size: 1.1rem;
}

/* Feature Row */
.features-section-modern .feature-row {
  position: relative;
}

/* Feature Content */
.features-section-modern .feature-content {
  position: relative;
  padding: 2rem;
  background: linear-gradient(135deg, #ffffff, var(--primary-50));
  border-radius: 20px;
  border-left: 4px solid var(--primary-500);
  transition: all 0.4s ease;
}

.features-section-modern .feature-content:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-left-width: 6px;
}

/* Feature Number */
.features-section-modern .feature-number {
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 6rem;
  font-weight: 900;
  color: var(--primary-100);
  line-height: 1;
  opacity: 0.3;
  pointer-events: none;
}

/* Icon Badge */
.features-section-modern .icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 16px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.features-section-modern .feature-content:hover .icon-badge {
  transform: rotate(5deg) scale(1.1);
}

.features-section-modern .icon-badge i {
  font-size: 1.75rem;
  color: #ffffff;
}

/* Feature Name */
.features-section-modern .feature-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

/* Feature Text */
.features-section-modern .feature-text {
  font-size: 1rem;
  color: var(--neutral-600);
  line-height: 1.7;
  margin: 0;
}

/* Feature Visual */
.features-section-modern .feature-visual {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Visual Circles */
.features-section-modern .visual-circle {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-100);
  opacity: 0.4;
  animation: float 6s ease-in-out infinite;
}

.features-section-modern .circle-1 {
  width: 120px;
  height: 120px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.features-section-modern .circle-2 {
  width: 180px;
  height: 180px;
  top: 30%;
  right: 15%;
  background: var(--primary-200);
  animation-delay: 1s;
}

.features-section-modern .circle-3 {
  width: 100px;
  height: 100px;
  bottom: 25%;
  left: 30%;
  background: var(--primary-300);
  animation-delay: 2s;
}

/* Visual Squares */
.features-section-modern .visual-square {
  position: absolute;
  background: var(--primary-200);
  opacity: 0.3;
  border-radius: 12px;
  animation: rotate 8s linear infinite;
}

.features-section-modern .square-1 {
  width: 100px;
  height: 100px;
  top: 15%;
  left: 20%;
}

.features-section-modern .square-2 {
  width: 140px;
  height: 140px;
  top: 40%;
  right: 10%;
  background: var(--primary-300);
  animation-delay: 1.5s;
}

.features-section-modern .square-3 {
  width: 80px;
  height: 80px;
  bottom: 20%;
  left: 35%;
  background: var(--primary-100);
  animation-delay: 3s;
}

/* Visual Hexagons */
.features-section-modern .visual-hexagon {
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--primary-200);
  opacity: 0.4;
  clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
  animation: pulse 4s ease-in-out infinite;
}

.features-section-modern .hex-1 {
  top: 25%;
  left: 15%;
  animation-delay: 0s;
}

.features-section-modern .hex-2 {
  top: 35%;
  right: 20%;
  background: var(--primary-300);
  animation-delay: 1s;
}

.features-section-modern .hex-3 {
  bottom: 30%;
  left: 40%;
  background: var(--primary-100);
  animation-delay: 2s;
}

/* Visual Triangles */
.features-section-modern .visual-triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 100px solid var(--primary-200);
  opacity: 0.3;
  animation: float 5s ease-in-out infinite;
}

.features-section-modern .tri-1 {
  top: 20%;
  left: 25%;
}

.features-section-modern .tri-2 {
  top: 45%;
  right: 15%;
  border-bottom-color: var(--primary-300);
  animation-delay: 1.5s;
}

.features-section-modern .tri-3 {
  bottom: 25%;
  left: 35%;
  border-bottom-color: var(--primary-100);
  animation-delay: 2.5s;
}

/* Background Decorations */
.features-section-modern .bg-decoration {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-500);
  opacity: 0.03;
  pointer-events: none;
}

.features-section-modern .decoration-1 {
  width: 600px;
  height: 600px;
  top: -200px;
  right: -150px;
}

.features-section-modern .decoration-2 {
  width: 500px;
  height: 500px;
  bottom: -150px;
  left: -100px;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-20px) translateX(10px);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.6;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .features-section-modern #features-title {
    font-size: 2.5rem;
  }
  
  .features-section-modern .feature-visual {
    height: 200px;
    margin-top: 2rem;
  }
  
  .features-section-modern .feature-content {
    padding: 1.5rem;
  }
  
  .features-section-modern .feature-number {
    font-size: 4rem;
  }
}

@media (max-width: 767.98px) {
  .features-section-modern #features-title {
    font-size: 2rem;
  }
  
  .features-section-modern #features-subtitle {
    font-size: 1.25rem;
  }
  
  .features-section-modern #features-desc {
    font-size: 1rem;
  }
  
  .features-section-modern .feature-name {
    font-size: 1.25rem;
  }
  
  .features-section-modern .feature-visual {
    height: 150px;
  }
}



.services-section-custom {
  position: relative;
  background: linear-gradient(to bottom, 
    var(--light), 
    color-mix(in srgb, var(--primary-50) 20%, var(--light) 80%));
  overflow: hidden;
}

/* Decorative Blobs */
.services-section-custom .blob {
  position: absolute;
  border-radius: 63% 37% 54% 46% / 45% 68% 32% 55%;
  opacity: 0.08;
  pointer-events: none;
  animation: blobFloat 20s ease-in-out infinite;
}

.services-section-custom .blob-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-300);
  top: -150px;
  right: -100px;
  animation-delay: 0s;
}

.services-section-custom .blob-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  bottom: 100px;
  left: -150px;
  animation-delay: 7s;
}

.services-section-custom .blob-3 {
  width: 350px;
  height: 350px;
  background: var(--primary-700);
  top: 50%;
  right: 10%;
  animation-delay: 14s;
}

@keyframes blobFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(30px, -30px) rotate(90deg);
  }
  50% {
    transform: translate(-20px, 20px) rotate(180deg);
  }
  75% {
    transform: translate(20px, 30px) rotate(270deg);
  }
}

/* Header */
.services-section-custom .header-content {
  position: relative;
  z-index: 2;
}

.services-section-custom .subtitle-creative {
  color: var(--primary-700);
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}

.services-section-custom #services-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.services-section-custom .header-description {
  padding-top: 3rem;
  position: relative;
  z-index: 2;
}

.services-section-custom #services-desc {
  color: var(--text-secondary);
}

/* Asymmetric Grid */
.services-section-custom .services-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 2;
}

/* Box Sizes */
.services-section-custom .box-large {
  grid-column: span 7;
}

.services-section-custom .box-medium {
  grid-column: span 6;
}

.services-section-custom .box-small {
  grid-column: span 5;
}

/* Service Box */
.services-section-custom .service-box {
  position: relative;
}

.services-section-custom .box-inner {
  background: var(--light);
  border: 3px solid var(--surface-secondary);
  border-radius: 24px;
  padding: 2.5rem;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.services-section-custom .box-inner::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(
    from 0deg at 50% 50%,
    transparent 0deg,
    color-mix(in srgb, var(--primary-300) 40%, transparent 60%) 90deg,
    transparent 180deg
  );
  opacity: 0;
  transition: all 0.6s ease;
  animation: rotate 6s linear infinite;
  animation-play-state: paused;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.services-section-custom .box-inner:hover::before {
  opacity: 1;
  animation-play-state: running;
}

.services-section-custom .service-box:hover .box-inner {
  transform: translateY(-10px);
  border-color: var(--primary-300);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Icon */
.services-section-custom .decorative-icon {
  width: 75px;
  height: 75px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.services-section-custom .service-box:hover .decorative-icon {
  transform: rotate(-10deg) scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.services-section-custom .decorative-icon i {
  font-size: 2rem;
  color: var(--light);
}

/* Content */
.services-section-custom .box-title {
  font-size: 1.625rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.services-section-custom .box-description {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.services-section-custom .box-features {
  color: var(--text-secondary);
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

.services-section-custom .box-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary-700);
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 992px) {
  .services-section-custom .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .services-section-custom .box-large,
  .services-section-custom .box-medium,
  .services-section-custom .box-small {
    grid-column: span 1;
  }
  
  .services-section-custom .header-description {
    padding-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .services-section-custom #services-title {
    font-size: 2rem;
  }
  
  .services-section-custom .box-inner {
    padding: 2rem;
  }
  
  .services-section-custom .blob {
    opacity: 0.05;
  }
}




.priceplan-section-pro {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

.priceplan-section-pro .modern-header-wrapper {
  position: relative;
  z-index: 2;
}

.priceplan-section-pro .floating-icons-modern {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.priceplan-section-pro .modern-icon {
  font-size: 1.5rem;
  color: var(--primary-500);
  opacity: 0.4;
  animation: gentle-float 4s ease-in-out infinite;
}

.priceplan-section-pro .modern-icon:nth-child(1) {
  animation-delay: 0s;
}

.priceplan-section-pro .modern-icon:nth-child(2) {
  animation-delay: 0.5s;
}

.priceplan-section-pro .modern-icon:nth-child(3) {
  animation-delay: 1s;
}

@keyframes gentle-float {
  0%, 100% { transform: translateY(0); opacity: 0.4; }
  50% { transform: translateY(-10px); opacity: 0.7; }
}

.priceplan-section-pro .modern-clean-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.priceplan-section-pro .modern-clean-subtitle {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--primary-700);
  line-height: 1.4;
}

.priceplan-section-pro .modern-clean-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 780px;
  margin: 0 auto;
}

.priceplan-section-pro .modern-clean-card {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--neutral-100);
}

.priceplan-section-pro .modern-clean-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.priceplan-section-pro .modern-highlighted {
  border: 2px solid var(--primary-500);
  box-shadow: 0 8px 35px color-mix(in srgb, var(--primary-500) 15%, rgba(0, 0, 0, 0.08));
}

.priceplan-section-pro .modern-highlighted:hover {
  box-shadow: 0 15px 50px color-mix(in srgb, var(--primary-500) 20%, rgba(0, 0, 0, 0.15));
}

.priceplan-section-pro .highlight-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-500) 100%);
  color: var(--light);
  padding: 6px 24px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0 0 12px 12px;
  z-index: 2;
}

.priceplan-section-pro .card-badge-modern {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 0 0 35px 35px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
  margin: 0 auto;
}

.priceplan-section-pro .card-badge-modern i {
  font-size: 2rem;
  color: var(--light);
}

.priceplan-section-pro .modern-card-inner {
  padding: 2rem 2.5rem 2.5rem;
}

.priceplan-section-pro .modern-plan-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  text-align: center;
}

.priceplan-section-pro .modern-plan-description {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.7;
  min-height: 65px;
}

.priceplan-section-pro .modern-price-display {
  text-align: center;
  margin-bottom: 1.5rem;
}

.priceplan-section-pro .modern-plan-price {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--primary-700);
  margin: 0;
  line-height: 1;
  letter-spacing: -2px;
}

.priceplan-section-pro .price-period {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-left: 4px;
}

.priceplan-section-pro .modern-divider {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-500) 50%, transparent 100%);
  margin: 0 auto 2rem;
}

.priceplan-section-pro .modern-features-section {
  background: var(--surface-secondary);
  border-radius: 12px;
  padding: 1.5rem;
}

.priceplan-section-pro .modern-plan-features {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

.priceplan-section-pro .modern-bg-shape {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  filter: blur(60px);
}

.priceplan-section-pro .shape-left {
  background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
  top: 20%;
  left: -200px;
  animation: shape-drift 20s ease-in-out infinite;
}

.priceplan-section-pro .shape-right {
  background: radial-gradient(circle, var(--primary-700) 0%, transparent 70%);
  bottom: 10%;
  right: -200px;
  animation: shape-drift 25s ease-in-out infinite reverse;
}

@keyframes shape-drift {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(50px, -50px) scale(1.1);
  }
}

@media (max-width: 991px) {
  .priceplan-section-pro .modern-clean-title {
    font-size: 2.25rem;
  }
  
  .priceplan-section-pro .modern-clean-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .priceplan-section-pro .modern-clean-title {
    font-size: 1.875rem;
  }
  
  .priceplan-section-pro .modern-plan-title {
    font-size: 1.75rem;
  }
  
  .priceplan-section-pro .modern-plan-price {
    font-size: 3rem;
  }
  
  .priceplan-section-pro .price-period {
    font-size: 1.25rem;
  }
  
  .priceplan-section-pro .modern-card-inner {
    padding: 2rem 1.5rem 2rem;
  }
  
  .priceplan-section-pro .floating-icons-modern {
    gap: 1rem;
  }
  
  .priceplan-section-pro .modern-icon {
    font-size: 1.25rem;
  }
}




.team-section-alt {
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary), var(--neutral-50));
  position: relative;
  overflow: hidden;
}

/* Nature Accents */
.team-section-alt .nature-accent-top {
  position: absolute;
  top: 50px;
  right: 80px;
  font-size: 2rem;
  color: var(--primary-300);
  opacity: 0.3;
  z-index: 0;
}

.team-section-alt .nature-accent-top i {
  margin: 0 0.5rem;
}

.team-section-alt .nature-accent-bottom {
  position: absolute;
  bottom: 60px;
  left: 80px;
  font-size: 2.5rem;
  color: var(--primary-300);
  opacity: 0.25;
  z-index: 0;
}

.team-section-alt .nature-accent-bottom i {
  margin: 0 0.5rem;
}

/* Organic Texture */
.team-section-alt .organic-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 30%, var(--primary-50) 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, var(--primary-50) 1px, transparent 1px);
  background-size: 50px 50px, 80px 80px;
  opacity: 0.4;
  z-index: 0;
}

.team-section-alt .container {
  position: relative;
  z-index: 1;
}

/* Section Header */
.team-section-alt .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.team-section-alt .section-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1rem;
}

.team-section-alt .section-description {
  font-size: 1.1rem;
  line-height: 1.85;
  color: var(--text-secondary);
}

/* Team Member Card */
.team-section-alt .team-member-card {
  background: var(--light);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.team-section-alt .team-member-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

/* Image Container */
.team-section-alt .image-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.team-section-alt .team-member-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.team-section-alt .team-member-card:hover .team-member-photo {
  transform: scale(1.08);
  filter: brightness(1.05);
}

/* Organic Shape Overlay */
.team-section-alt .organic-shape {
  position: absolute;
  bottom: -20%;
  left: -20%;
  width: 140%;
  height: 60%;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  border-radius: 50% 50% 0 0;
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateY(20px);
}

.team-section-alt .team-member-card:hover .organic-shape {
  opacity: 0.2;
  transform: translateY(0);
}

/* Member Info */
.team-section-alt .member-info {
  padding: 1.75rem 1.5rem;
  text-align: center;
  position: relative;
}

.team-section-alt .info-header {
  margin-bottom: 1rem;
}

.team-section-alt .leaf-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: color-mix(in srgb, var(--primary-100) 50%, var(--light) 50%);
  border-radius: 50%;
  color: var(--primary-500);
  font-size: 1.3rem;
  transition: all 0.3s ease;
}

.team-section-alt .team-member-card:hover .leaf-icon {
  background: var(--primary-300);
  color: var(--light);
  transform: rotate(15deg);
}

.team-section-alt .member-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.team-section-alt .member-role {
  font-size: 1rem;
  color: var(--primary-500);
  font-weight: 500;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .team-section-alt {
    padding: 80px 0;
  }

  .team-section-alt .section-title {
    font-size: 2.1rem;
  }

  .team-section-alt .section-subtitle {
    font-size: 1.15rem;
  }

  .team-section-alt .nature-accent-top,
  .team-section-alt .nature-accent-bottom {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .team-section-alt {
    padding: 60px 0;
  }

  .team-section-alt .section-title {
    font-size: 1.8rem;
  }

  .team-section-alt .section-description {
    font-size: 1rem;
  }

  .team-section-alt .nature-accent-top {
    top: 30px;
    right: 30px;
  }

  .team-section-alt .nature-accent-bottom {
    bottom: 30px;
    left: 30px;
  }

  .team-section-alt .member-name {
    font-size: 1.15rem;
  }

  .team-section-alt .member-role {
    font-size: 0.95rem;
  }
}




/* Reviews section */
.reviews-section-bold {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  overflow: hidden;
}

/* Section Header */
.reviews-section-bold .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.reviews-section-bold .title-decoration {
  width: 50px;
  height: 2px;
  background: var(--primary-500);
}

.reviews-section-bold #reviews-title {
  color: var(--text-primary);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.reviews-section-bold #reviews-subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.reviews-section-bold #reviews-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Featured Review */
.reviews-section-bold .featured-review {
  background: white;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--neutral-50);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.reviews-section-bold .featured-review:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

.reviews-section-bold .featured-badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 40%, transparent);
}

.reviews-section-bold .quote-icon-large {
  font-size: 4rem;
  color: var(--primary-500);
  opacity: 0.15;
  margin-bottom: 1rem;
}

.reviews-section-bold .featured-text {
  color: var(--text-primary);
  font-size: 1.25rem;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 2.5rem;
  font-weight: 400;
}

.reviews-section-bold .featured-author-section {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: 2px solid var(--neutral-50);
}

.reviews-section-bold .author-avatar-large {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.reviews-section-bold .avatar-letters {
  color: white;
  font-weight: 700;
  font-size: 1.75rem;
}

.reviews-section-bold .author-name-featured {
  color: var(--text-primary);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}

.reviews-section-bold .author-accent-line {
  width: 60px;
  height: 3px;
  background: var(--primary-500);
  border-radius: 2px;
}

/* Grid Review Cards */
.reviews-section-bold .grid-review-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--neutral-100);
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.reviews-section-bold .grid-review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.reviews-section-bold .card-quote-icon {
  font-size: 2.5rem;
  color: var(--primary-500);
  opacity: 0.25;
  margin-bottom: 1rem;
}

.reviews-section-bold .grid-review-text {
  color: var(--text-primary);
  font-size: 1rem;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.reviews-section-bold .grid-author-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--neutral-100);
}

.reviews-section-bold .grid-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.reviews-section-bold .grid-author-name {
  color: var(--text-primary);
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

/* Modern Decorative Shapes */
.reviews-section-bold .modern-shape {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
  border-radius: 50%;
}

.reviews-section-bold .shape-a {
  width: 250px;
  height: 250px;
  background: var(--primary-500);
  top: 10%;
  right: 5%;
}

.reviews-section-bold .shape-b {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: 10%;
  left: 3%;
}

.reviews-section-bold .modern-dot-pattern {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.1;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .reviews-section-bold .featured-review {
    padding: 2.5rem;
  }
  
  .reviews-section-bold .featured-text {
    font-size: 1.15rem;
  }
}

@media (max-width: 767px) {
  .reviews-section-bold #reviews-title {
    font-size: 2rem;
  }
  
  .reviews-section-bold #reviews-subtitle {
    font-size: 1.25rem;
  }
  
  .reviews-section-bold .title-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
  
  .reviews-section-bold .title-decoration {
    width: 30px;
  }
  
  .reviews-section-bold .featured-review {
    padding: 1.75rem;
  }
  
  .reviews-section-bold .featured-badge {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    top: 1.5rem;
    right: 1.5rem;
  }
  
  .reviews-section-bold .featured-text {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  
  .reviews-section-bold .featured-author-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  
  .reviews-section-bold .author-avatar-large {
    width: 64px;
    height: 64px;
  }
  
  .reviews-section-bold .avatar-letters {
    font-size: 1.4rem;
  }
  
  .reviews-section-bold .grid-review-card {
    padding: 1.5rem;
  }
  
  .reviews-section-bold .grid-avatar {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }
}




.casestudy_wrap_minimal {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f8faf9 100%);
  overflow: hidden;
}

/* Header */
.casestudy_wrap_minimal .header-badge {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-200));
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.casestudy_wrap_minimal .header-badge i {
  font-size: 2.5rem;
  color: var(--primary-700);
}

.casestudy_wrap_minimal .header-ornament {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.casestudy_wrap_minimal .ornament-circle {
  width: 12px;
  height: 12px;
  background: var(--primary-400);
  border-radius: 50%;
  animation: bounce 1.5s ease-in-out infinite;
}

.casestudy_wrap_minimal .ornament-circle:nth-child(2) {
  animation-delay: 0.2s;
}

.casestudy_wrap_minimal .ornament-circle:nth-child(3) {
  animation-delay: 0.4s;
}

/* Timeline */
.casestudy_wrap_minimal .timeline-wrapper {
  position: relative;
  padding: 2rem 0;
}

.casestudy_wrap_minimal .timeline-wrapper::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, 
    var(--primary-200) 0%, 
    var(--primary-400) 50%, 
    var(--primary-200) 100%);
  transform: translateX(-50%);
}

/* Timeline Item */
.casestudy_wrap_minimal .timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 4rem;
  gap: 2rem;
}

.casestudy_wrap_minimal .timeline-item:nth-child(odd) {
  flex-direction: row;
}

.casestudy_wrap_minimal .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.casestudy_wrap_minimal .timeline-item:last-child {
  margin-bottom: 0;
}

/* Timeline Marker */
.casestudy_wrap_minimal .timeline-marker {
  position: relative;
  flex-shrink: 0;
  width: 50%;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.casestudy_wrap_minimal .marker-outer {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.9), 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.casestudy_wrap_minimal .timeline-item:hover .marker-outer {
  transform: scale(1.15) rotate(360deg);
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.95), 0 12px 32px rgba(0, 0, 0, 0.2);
}

.casestudy_wrap_minimal .marker-inner {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.casestudy_wrap_minimal .marker-inner i {
  font-size: 2rem;
  color: var(--primary-600);
}

/* Timeline Content */
.casestudy_wrap_minimal .timeline-content {
  flex: 1;
  background: #ffffff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid var(--primary-100);
}

.casestudy_wrap_minimal .timeline-item:nth-child(odd) .timeline-content {
  margin-right: 2rem;
}

.casestudy_wrap_minimal .timeline-item:nth-child(even) .timeline-content {
  margin-left: 2rem;
}

.casestudy_wrap_minimal .timeline-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-400);
}

.casestudy_wrap_minimal .timeline-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-200));
  color: var(--primary-800);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.casestudy_wrap_minimal .timeline-content h3 {
  color: var(--neutral-900);
  margin-bottom: 1rem;
}

.casestudy_wrap_minimal .timeline-content p {
  color: var(--neutral-700);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Content Decoration */
.casestudy_wrap_minimal .content-decoration {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-start;
}

.casestudy_wrap_minimal .deco-bar {
  height: 4px;
  background: var(--primary-400);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.casestudy_wrap_minimal .deco-bar:nth-child(1) {
  width: 50px;
}

.casestudy_wrap_minimal .deco-bar:nth-child(2) {
  width: 35px;
}

.casestudy_wrap_minimal .deco-bar:nth-child(3) {
  width: 20px;
}

.casestudy_wrap_minimal .timeline-content:hover .deco-bar {
  background: var(--primary-600);
}

.casestudy_wrap_minimal .timeline-content:hover .deco-bar:nth-child(1) {
  width: 70px;
}

.casestudy_wrap_minimal .timeline-content:hover .deco-bar:nth-child(2) {
  width: 50px;
}

.casestudy_wrap_minimal .timeline-content:hover .deco-bar:nth-child(3) {
  width: 30px;
}

/* Background Elements */
.casestudy_wrap_minimal .bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.casestudy_wrap_minimal .element-shape {
  position: absolute;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.04;
}

.casestudy_wrap_minimal .shape-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: 10%;
  right: 5%;
  animation: morph 15s ease-in-out infinite;
}

.casestudy_wrap_minimal .shape-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-600);
  bottom: 20%;
  left: 8%;
  animation: morph 18s ease-in-out infinite reverse;
}

.casestudy_wrap_minimal .shape-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-400);
  top: 60%;
  right: 15%;
  animation: morph 12s ease-in-out infinite;
}

.casestudy_wrap_minimal > .container {
  position: relative;
  z-index: 1;
}

/* Animations */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes morph {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    transform: rotate(45deg);
  }
  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .casestudy_wrap_minimal .timeline-wrapper::before {
    left: 45px;
  }
  
  .casestudy_wrap_minimal .timeline-item,
  .casestudy_wrap_minimal .timeline-item:nth-child(even) {
    flex-direction: row;
  }
  
  .casestudy_wrap_minimal .timeline-marker {
    width: auto;
  }
  
  .casestudy_wrap_minimal .marker-outer {
    width: 70px;
    height: 70px;
  }
  
  .casestudy_wrap_minimal .marker-inner {
    width: 54px;
    height: 54px;
  }
  
  .casestudy_wrap_minimal .marker-inner i {
    font-size: 1.5rem;
  }
  
  .casestudy_wrap_minimal .timeline-content,
  .casestudy_wrap_minimal .timeline-item:nth-child(odd) .timeline-content,
  .casestudy_wrap_minimal .timeline-item:nth-child(even) .timeline-content {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .casestudy_wrap_minimal .timeline-wrapper::before {
    left: 35px;
  }
  
  .casestudy_wrap_minimal .marker-outer {
    width: 60px;
    height: 60px;
  }
  
  .casestudy_wrap_minimal .marker-inner {
    width: 46px;
    height: 46px;
  }
  
  .casestudy_wrap_minimal .marker-inner i {
    font-size: 1.25rem;
  }
  
  .casestudy_wrap_minimal .timeline-content {
    padding: 1.5rem;
  }
  
  .casestudy_wrap_minimal .header-badge {
    width: 60px;
    height: 60px;
  }
  
  .casestudy_wrap_minimal .header-badge i {
    font-size: 2rem;
  }
}





.process-section.section-secondary {
  padding: 100px 0;
  background: var(--light);
  position: relative;
  overflow: hidden;
}

.section-secondary .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.section-secondary .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  font-style: italic;
}

.section-secondary .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Zigzag Layout */
.process-zigzag {
  padding: 40px 0;
  position: relative;
}

.zigzag-row {
  position: relative;
  z-index: 1;
}

/* Process Content Box */
.process-content-box {
  position: relative;
  padding: 40px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 8px 30px color-mix(in srgb, var(--neutral-900) 10%, transparent);
  transition: all 0.4s ease;
}

.process-content-box:hover {
  transform: translateX(10px);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.zigzag-row:nth-child(even) .process-content-box:hover {
  transform: translateX(-10px);
}

.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  margin-bottom: 20px;
}

.step-badge i {
  font-size: 1.5rem;
  color: white;
}

.content-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 15px;
}

.content-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Visual Elements */
.visual-element {
  position: relative;
  height: 350px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.visual-element::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-300) 40%, transparent),
    color-mix(in srgb, var(--primary-500) 60%, transparent)
  );
  border-radius: 24px;
  transform: rotate(5deg) scale(1.1);
  transition: transform 0.4s ease;
}

.visual-element:hover::before {
  transform: rotate(-5deg) scale(1.15);
}

.icon-container {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 40px color-mix(in srgb, var(--primary-700) 25%, transparent);
  z-index: 1;
}

.icon-container i {
  font-size: 4rem;
  color: var(--primary-500);
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: 10%;
  right: -200px;
}

.shape-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-700), transparent);
  bottom: 15%;
  left: -150px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-secondary .section-title {
    font-size: 2.25rem;
  }

  .process-content-box {
    padding: 30px;
  }

  .content-title {
    font-size: 1.5rem;
  }

  .visual-element {
    height: 280px;
  }

  .icon-container {
    width: 120px;
    height: 120px;
  }

  .icon-container i {
    font-size: 3rem;
  }

  .zigzag-row {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .process-section.section-secondary {
    padding: 60px 0;
  }

  .section-secondary .section-title {
    font-size: 1.875rem;
  }

  .process-content-box {
    padding: 25px;
  }

  .content-title {
    font-size: 1.25rem;
  }

  .content-description {
    font-size: 0.95rem;
  }

  .visual-element {
    height: 220px;
  }

  .icon-container {
    width: 100px;
    height: 100px;
  }

  .icon-container i {
    font-size: 2.5rem;
  }
}




.timeline-section-classic {
  position: relative;
  padding: 90px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.timeline-section-classic .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.timeline-section-classic .section-subtitle {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.timeline-section-classic .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Vertical Timeline Wrapper */
.vertical-timeline-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 60px auto 0;
  padding: 0 20px;
}

/* Center Line */
.timeline-center-line {
  position: absolute;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, 
    var(--primary-300),
    var(--primary-500),
    var(--primary-700)
  );
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
}

.timeline-center-line::before,
.timeline-center-line::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background: var(--primary-500);
  border-radius: 50%;
  border: 4px solid var(--surface-primary);
}

.timeline-center-line::before {
  top: -8px;
}

.timeline-center-line::after {
  bottom: -8px;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}

.timeline-content {
  display: flex;
  align-items: center;
}

.timeline-left .timeline-content {
  justify-content: flex-end;
}

.timeline-right .timeline-content {
  justify-content: flex-start;
}

/* Timeline Marker */
.timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  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;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-500) 40%, transparent),
              0 0 0 8px var(--surface-primary);
  z-index: 2;
  transition: all 0.4s ease;
}

.timeline-item:hover .timeline-marker {
  transform: translateX(-50%) scale(1.15);
  box-shadow: 0 6px 30px color-mix(in srgb, var(--primary-500) 60%, transparent),
              0 0 0 8px var(--surface-primary);
}

.timeline-marker i {
  font-size: 1.6rem;
  color: white;
}

/* Timeline Card */
.timeline-card {
  background: white;
  border-radius: 16px;
  padding: 32px;
  width: calc(50% - 60px);
  box-shadow: 0 6px 25px color-mix(in srgb, var(--neutral-900) 8%, transparent);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s ease;
  position: relative;
}

.timeline-card::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: var(--primary-300);
}

.timeline-left .timeline-card::before {
  right: -30px;
}

.timeline-right .timeline-card::before {
  left: -30px;
}

.timeline-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 35px color-mix(in srgb, var(--primary-500) 20%, transparent);
  border-color: var(--primary-300);
}

.step-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  color: var(--primary-700);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.timeline-title {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
  line-height: 1.3;
}

.timeline-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Background Shapes */
.bg-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.035;
  z-index: 0;
}

.shape-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: 10%;
  right: -100px;
  border-radius: 50%;
  animation: float-shape 8s ease-in-out infinite;
}

.shape-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--primary-700), transparent);
  bottom: 15%;
  left: -80px;
  border-radius: 50%;
  animation: float-shape 10s ease-in-out infinite reverse;
}

@keyframes float-shape {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.05); }
}

/* Responsive Design */
@media (max-width: 991px) {
  .timeline-center-line {
    left: 30px;
  }

  .timeline-marker {
    left: 30px;
  }

  .timeline-left .timeline-content,
  .timeline-right .timeline-content {
    justify-content: flex-start;
    padding-left: 90px;
  }

  .timeline-card {
    width: 100%;
  }

  .timeline-card::before {
    left: -60px !important;
    right: auto !important;
  }
}

@media (max-width: 767px) {
  .timeline-section-classic {
    padding: 70px 0;
  }

  .timeline-section-classic .section-title {
    font-size: 2.2rem;
  }

  .timeline-section-classic .section-subtitle {
    font-size: 1.15rem;
  }

  .timeline-section-classic .section-description {
    font-size: 1rem;
  }

  .vertical-timeline-wrapper {
    padding: 0 15px;
  }

  .timeline-item {
    margin-bottom: 45px;
  }

  .timeline-marker {
    width: 50px;
    height: 50px;
    left: 20px;
  }

  .timeline-marker i {
    font-size: 1.3rem;
  }

  .timeline-left .timeline-content,
  .timeline-right .timeline-content {
    padding-left: 75px;
  }

  .timeline-card {
    padding: 24px;
  }

  .timeline-card::before {
    left: -55px !important;
    width: 25px;
  }

  .timeline-title {
    font-size: 1.25rem;
  }

  .timeline-description {
    font-size: 0.95rem;
  }
}




.career-section-minimal {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Decorative Badge */
.career-section-minimal .decorative-badge {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto;
  border-radius: 2px;
}

/* Typography */
.career-section-minimal #career-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.career-section-minimal #career-subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.career-section-minimal #career-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Career Cards */
.career-section-minimal .career-card {
  background: var(--light);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.career-section-minimal .career-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.career-section-minimal .career-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-300);
}

.career-section-minimal .career-card:hover::before {
  transform: scaleX(1);
}

/* Card Header */
.career-section-minimal .career-card-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.career-section-minimal .icon-wrapper {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.career-section-minimal .icon-wrapper i {
  font-size: 28px;
  color: var(--primary-700);
}

.career-section-minimal .career-card:hover .icon-wrapper {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
  transform: scale(1.05);
}

.career-section-minimal .career-card:hover .icon-wrapper i {
  color: var(--light);
}

.career-section-minimal .card-meta {
  flex: 1;
}

.career-section-minimal .card-meta h3 {
  color: var(--text-primary);
  font-weight: 700;
  margin-bottom: 8px;
}

.career-section-minimal .role-badge {
  display: inline-block;
  padding: 6px 14px;
  background: var(--surface-secondary);
  color: var(--text-secondary);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

/* Description */
.career-section-minimal .career-description {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Decorative Line */
.career-section-minimal .decorative-line {
  height: 2px;
  background: linear-gradient(90deg, 
    var(--primary-300), 
    transparent
  );
  width: 100%;
}

/* Decorative Shapes */
.career-section-minimal .decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.career-section-minimal .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -200px;
  right: -100px;
}

.career-section-minimal .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: -150px;
  left: -100px;
}

.career-section-minimal .decorative-dots {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  right: 10%;
  opacity: 0.03;
  background-image: radial-gradient(circle, var(--primary-700) 2px, transparent 2px);
  background-size: 20px 20px;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 991px) {
  .career-section-minimal {
    padding: 80px 0;
  }

  .career-section-minimal .career-card {
    padding: 28px;
  }

  .career-section-minimal .icon-wrapper {
    width: 48px;
    height: 48px;
  }

  .career-section-minimal .icon-wrapper i {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .career-section-minimal {
    padding: 60px 0;
  }

  .career-section-minimal #career-title {
    font-size: 2rem;
  }

  .career-section-minimal .career-card {
    padding: 24px;
  }

  .career-section-minimal .career-card-header {
    gap: 16px;
  }
}




.coreinfo_variant_wrap {
  position: relative;
  padding: 80px 0;
  background: var(--bg-primary);
  overflow: hidden;
}

.coreinfo_variant_header {
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.coreinfo_variant_icon_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
}

.coreinfo_variant_icon_banner i {
  font-size: 40px;
  color: var(--primary-500);
  opacity: 0.8;
}

.coreinfo_variant_title {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: var(--line-height-tight);
}

.coreinfo_variant_subtitle {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  color: var(--primary-600);
  margin-bottom: 20px;
}

.coreinfo_variant_desc {
  font-size: var(--font-size-base);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
  margin: 0;
}

.coreinfo_variant_box {
  position: relative;
  height: 100%;
  background: var(--bg-surface);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.coreinfo_variant_box:hover {
  border-color: var(--primary-300);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.coreinfo_variant_box:hover .coreinfo_variant_box_accent {
  width: 100%;
}

.coreinfo_variant_box_header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.coreinfo_variant_icon_circle {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--text-inverse);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease;
}

.coreinfo_variant_box:hover .coreinfo_variant_icon_circle {
  transform: rotate(360deg) scale(1.1);
}

.coreinfo_variant_box_title {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  color: var(--text-primary);
  margin: 0;
  line-height: var(--line-height-tight);
}

.coreinfo_variant_box_desc {
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
  margin: 0;
}

.coreinfo_variant_box_accent {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-600));
  transition: width 0.4s ease;
}

.coreinfo_variant_bg_elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

.coreinfo_variant_bg_line {
  position: absolute;
  background: var(--border-light);
  opacity: 0.3;
}

.coreinfo_variant_bg_line_1 {
  top: 20%;
  left: -10%;
  width: 300px;
  height: 2px;
  transform: rotate(-15deg);
}

.coreinfo_variant_bg_line_2 {
  bottom: 30%;
  right: -10%;
  width: 400px;
  height: 2px;
  transform: rotate(15deg);
}

.coreinfo_variant_bg_dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--primary-100), transparent);
  opacity: 0.1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.coreinfo_variant_wrap > .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .coreinfo_variant_box_header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 992px) {
  .coreinfo_variant_title {
    font-size: var(--font-size-2xl);
  }
  
  .coreinfo_variant_icon_banner i {
    font-size: 32px;
  }
  
  .coreinfo_variant_box {
    padding: 28px 24px;
  }
}

@media (max-width: 768px) {
  .coreinfo_variant_wrap {
    padding: 60px 0;
  }
  
  .coreinfo_variant_header {
    margin-bottom: 40px;
  }
  
  .coreinfo_variant_icon_banner {
    gap: 16px;
    margin-bottom: 24px;
  }
  
  .coreinfo_variant_icon_banner i {
    font-size: 28px;
  }
  
  .coreinfo_variant_box_header {
    flex-direction: row;
  }
  
  .coreinfo_variant_icon_circle {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}



/* Contact section */
.contact-section-modern {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.contact-section-modern .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.5px;
}

.contact-section-modern .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.contact-section-modern .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Contact Form Card */
.contact-section-modern .contact-form-card {
  background: var(--surface-secondary);
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.contact-section-modern .form-label {
  font-weight: 600;
  color: var(--text-primary);
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.contact-section-modern .form-control {
  border: 2px solid var(--neutral-300);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--surface-primary);
}

.contact-section-modern .form-control:focus {
  border-color: var(--primary-500);
  background: var(--surface-secondary);
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 15%, transparent);
  transform: translateY(-2px);
}

.contact-section-modern .form-check-input {
  border: 2px solid var(--neutral-300);
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
}

.contact-section-modern .form-check-input:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}

.contact-section-modern .form-check-label {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-left: 0.5rem;
}

/* Submit Button - КРИТИЧНО: hardcoded colors с !important */
.contact-section-modern .submit-btn {
  background: linear-gradient(135deg, #10b981, #059669) !important;
  color: #ffffff !important;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-section-modern .submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.contact-section-modern .submit-btn:active {
  transform: translateY(-1px);
}

/* Info Cards */
.contact-section-modern .info-cards-left,
.contact-section-modern .info-cards-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}

.contact-section-modern .info-card {
  background: var(--surface-secondary);
  padding: 2rem 1.5rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.contact-section-modern .info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.contact-section-modern .card-icon {
  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;
  margin: 0 auto 1rem;
}

.contact-section-modern .card-icon i {
  font-size: 1.75rem;
  color: #ffffff;
}

.contact-section-modern .card-text {
  font-size: 1rem;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.6;
  word-wrap: break-word;
}

/* Social Icons */
.contact-section-modern .social-icons {
  background: var(--surface-secondary);
  padding: 1.5rem;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  gap: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.contact-section-modern .social-icons i {
  width: 45px;
  height: 45px;
  background: var(--primary-100);
  color: var(--primary-700);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.contact-section-modern .social-icons i:hover {
  background: var(--primary-500);
  color: #ffffff;
  transform: translateY(-3px) rotate(5deg);
}

/* Decorative Elements */
.contact-section-modern .decorative-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
}

.contact-section-modern .decorative-circle.circle-1 {
  width: 120px;
  height: 120px;
  background: var(--primary-500);
  top: -40px;
  right: -40px;
}

.contact-section-modern .decorative-circle.circle-2 {
  width: 80px;
  height: 80px;
  background: var(--primary-700);
  bottom: -30px;
  left: -30px;
}

.contact-section-modern .bg-decoration {
  position: absolute;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.contact-section-modern .bg-decoration.decoration-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: -100px;
  left: -100px;
  animation: rotate-slow 20s linear infinite;
}

.contact-section-modern .bg-decoration.decoration-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  bottom: -80px;
  right: -80px;
  animation: rotate-slow 25s linear infinite reverse;
}

@keyframes rotate-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .contact-section-modern .section-title {
    font-size: 2.25rem;
  }

  .contact-section-modern .contact-form-card {
    padding: 2.5rem;
  }

  .contact-section-modern .info-cards-left,
  .contact-section-modern .info-cards-right {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .contact-section-modern .info-card {
    flex: 1;
    min-width: 200px;
  }
}

@media (max-width: 767px) {
  .contact-section-modern .section-title {
    font-size: 1.875rem;
  }

  .contact-section-modern .section-subtitle {
    font-size: 1.25rem;
  }

  .contact-section-modern .contact-form-card {
    padding: 2rem;
  }

  .contact-section-modern .info-cards-left,
  .contact-section-modern .info-cards-right {
    flex-direction: column;
  }

  .contact-section-modern .card-icon {
    width: 50px;
    height: 50px;
  }

  .contact-section-modern .card-icon i {
    font-size: 1.5rem;
  }
}




.blog-section-bold {
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary)) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.blog-section-bold .section-header {
  max-width: 800px;
  margin: 0 auto 70px;
}

.blog-section-bold .organic-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: color-mix(in srgb, var(--primary-300) 30%, var(--light));
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  color: var(--primary-700);
  font-size: 2rem;
  margin-bottom: 1.5rem;
  animation: morph 8s ease-in-out infinite;
}

.blog-section-bold .section-subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 0.75rem;
  letter-spacing: 0.5px;
}

.blog-section-bold .section-title {
  font-size: 2.75rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.blog-section-bold .section-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Blog Cards */
.blog-section-bold .blog-card {
  height: 100%;
}

.blog-section-bold .card-inner {
  background: var(--light);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
}

.blog-section-bold .blog-card:hover .card-inner {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

/* Blog Image */
.blog-section-bold .blog-image-wrapper {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.blog-section-bold .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-section-bold .blog-card:hover .blog-image {
  transform: scale(1.06);
}

.blog-section-bold .organic-frame {
  position: absolute;
  inset: 0;
  border: 3px solid var(--light);
  margin: 15px;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.blog-section-bold .blog-card:hover .organic-frame {
  opacity: 0.9;
}

/* Blog Content */
.blog-section-bold .blog-content {
  padding: 32px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to bottom, var(--light) 0%, color-mix(in srgb, var(--primary-50) 10%, var(--light)) 100%);
}

.blog-section-bold .nature-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
}

.blog-section-bold .nature-icons i {
  color: var(--primary-500);
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.blog-section-bold .blog-card:hover .nature-icons i {
  color: var(--primary-700);
  transform: rotate(15deg);
}

.blog-section-bold .blog-title {
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-section-bold .blog-card:hover .blog-title {
  color: var(--primary-700);
}

.blog-section-bold .blog-excerpt {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: auto;
}

/* Blog Footer */
.blog-section-bold .blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
}

.blog-section-bold .leaf-divider {
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, var(--primary-300) 0%, transparent 100%);
  position: relative;
}

.blog-section-bold .leaf-divider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

.blog-section-bold .blog-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--primary-500);
  border-radius: 50%;
  color: var(--light);
  text-decoration: none;
  font-size: 1.2rem;
  margin-left: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.blog-section-bold .blog-link:hover {
  background: var(--primary-700);
  transform: scale(1.1);
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 50%, transparent);
}

/* Decorative Natural Elements */
.blog-section-bold .nature-decoration {
  position: absolute;
  font-size: 4rem;
  color: var(--primary-300);
  opacity: 0.1;
  pointer-events: none;
  animation: sway 4s ease-in-out infinite;
}

.blog-section-bold .decoration-1 {
  top: 80px;
  right: 10%;
  animation-delay: 0s;
}

.blog-section-bold .decoration-2 {
  bottom: 100px;
  left: 8%;
  animation-delay: 1.5s;
}

.blog-section-bold .decoration-3 {
  top: 50%;
  left: 3%;
  animation-delay: 3s;
}

.blog-section-bold .organic-blob {
  position: absolute;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  background: var(--primary-300);
  opacity: 0.05;
  pointer-events: none;
  animation: morph 10s ease-in-out infinite;
}

.blog-section-bold .blob-1 {
  width: 500px;
  height: 500px;
  top: -200px;
  right: -150px;
  animation-delay: 0s;
}

.blog-section-bold .blob-2 {
  width: 400px;
  height: 400px;
  bottom: -150px;
  left: -100px;
  animation-delay: 5s;
}

@keyframes morph {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
}

@keyframes sway {
  0%, 100% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(5deg) translateY(-10px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .blog-section-bold {
    padding: 80px 0;
  }

  .blog-section-bold .section-title {
    font-size: 2.25rem;
  }

  .blog-section-bold .blog-image-wrapper {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .blog-section-bold {
    padding: 60px 0;
  }

  .blog-section-bold .section-title {
    font-size: 2rem;
  }

  .blog-section-bold .section-description {
    font-size: 1rem;
  }

  .blog-section-bold .blog-title {
    font-size: 1.3rem;
  }

  .blog-section-bold .blog-content {
    padding: 28px 24px;
  }

  .blog-section-bold .nature-decoration {
    font-size: 2.5rem;
  }
}




.faq-section-alt {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.faq-section-alt .section-header {
  position: relative;
  z-index: 2;
}

.faq-section-alt .decorative-icon-top i {
  font-size: 3rem;
  color: var(--primary-500);
  opacity: 0.2;
}

.faq-section-alt #faq-title {
  color: var(--text-primary);
  font-weight: 700;
}

.faq-section-alt #faq-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.faq-section-alt #faq-desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* FAQ Cards */
.faq-section-alt .faq-card {
  border: 1px solid var(--neutral-100);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: var(--light);
}

.faq-section-alt .faq-card:hover {
  border-color: var(--primary-300);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.faq-section-alt .card-header {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--surface-accent) 100%);
  border-bottom: 2px solid var(--primary-100);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.faq-section-alt .icon-wrapper {
  width: 48px;
  height: 48px;
  background: var(--primary-500);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-section-alt .icon-wrapper i {
  font-size: 1.5rem;
  color: var(--light);
}

.faq-section-alt .card-header h4 {
  color: var(--text-primary);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.4;
}

.faq-section-alt .card-body {
  padding: 1.5rem;
  background: var(--light);
}

.faq-section-alt .card-body p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Decorative Shapes */
.faq-section-alt .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.faq-section-alt .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-300);
  opacity: 0.05;
}

.faq-section-alt .shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
}

.faq-section-alt .shape-2 {
  width: 200px;
  height: 200px;
  bottom: -80px;
  left: -60px;
}

.faq-section-alt .shape-blob {
  position: absolute;
  width: 400px;
  height: 400px;
  background: var(--primary-100);
  opacity: 0.03;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  bottom: 10%;
  right: 10%;
}

/* Responsive */
@media (max-width: 991.98px) {
  .faq-section-alt #faq-title {
    font-size: 2rem;
  }

  .faq-section-alt .card-header {
    flex-direction: column;
    text-align: center;
  }

  .faq-section-alt .card-header h4 {
    font-size: 1.1rem;
  }
}

@media (max-width: 575.98px) {
  .faq-section-alt #faq-title {
    font-size: 1.75rem;
  }

  .faq-section-alt .icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .faq-section-alt .icon-wrapper i {
    font-size: 1.25rem;
  }
}




.gallery-section-style {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.gallery-section-style .industrial-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.gallery-section-style .header-line {
  flex: 1;
  max-width: 200px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--neutral-300), transparent);
  position: relative;
}

.gallery-section-style .header-line::before,
.gallery-section-style .header-line::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--primary-500);
  top: 50%;
  transform: translateY(-50%);
}

.gallery-section-style .header-line::before {
  left: 0;
}

.gallery-section-style .header-line::after {
  right: 0;
}

.gallery-section-style .header-icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.gallery-section-style .header-icons i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.gallery-section-style .header-icons i:hover {
  transform: rotate(90deg);
}

.gallery-section-style .geometric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .gallery-section-style .geometric-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 250px;
  }
}

.gallery-section-style .item-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-section-style .item-wide {
  grid-column: span 2;
}

@media (max-width: 767px) {
  .gallery-section-style .item-featured,
  .gallery-section-style .item-wide {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.gallery-section-style .grid-item {
  position: relative;
  transition: transform 0.3s ease;
}

.gallery-section-style .grid-item:hover {
  transform: scale(1.02);
  z-index: 10;
}

.gallery-section-style .item-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--light);
  border: 3px solid var(--neutral-100);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.gallery-section-style .grid-item:hover .item-container {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 1px var(--primary-500), 0 12px 40px rgba(0, 0, 0, 0.15);
}

.gallery-section-style .geometric-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.gallery-section-style .geometric-frame::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--neutral-100);
  margin: 10px;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-section-style .grid-item:hover .geometric-frame::before {
  opacity: 1;
}

.gallery-section-style .geometric-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.gallery-section-style .grid-item:hover .geometric-frame img {
  transform: scale(1.05);
  filter: grayscale(0.3);
}

.gallery-section-style .industrial-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--neutral-900) 75%, transparent),
    color-mix(in srgb, var(--primary-700) 80%, transparent));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-section-style .grid-item:hover .industrial-overlay {
  opacity: 1;
}

.gallery-section-style .overlay-bars {
  display: flex;
  gap: 6px;
  align-items: flex-end;
}

.gallery-section-style .overlay-bars .bar {
  width: 4px;
  background: var(--light);
  display: block;
  animation: bar-pulse 1s ease-in-out infinite;
}

.gallery-section-style .overlay-bars .bar:nth-child(1) {
  height: 20px;
  animation-delay: 0s;
}

.gallery-section-style .overlay-bars .bar:nth-child(2) {
  height: 30px;
  animation-delay: 0.2s;
}

.gallery-section-style .overlay-bars .bar:nth-child(3) {
  height: 25px;
  animation-delay: 0.4s;
}

@keyframes bar-pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

.gallery-section-style .industrial-overlay i {
  font-size: 3rem;
  color: var(--light);
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}

.gallery-section-style .grid-item:hover .industrial-overlay i {
  transform: scale(1);
}

.gallery-section-style .corner-markers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.gallery-section-style .marker {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-500);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-section-style .marker-tl {
  top: 5px;
  left: 5px;
  border-right: none;
  border-bottom: none;
}

.gallery-section-style .marker-tr {
  top: 5px;
  right: 5px;
  border-left: none;
  border-bottom: none;
}

.gallery-section-style .marker-bl {
  bottom: 5px;
  left: 5px;
  border-right: none;
  border-top: none;
}

.gallery-section-style .marker-br {
  bottom: 5px;
  right: 5px;
  border-left: none;
  border-top: none;
}

.gallery-section-style .item-featured:hover .marker {
  opacity: 1;
}

.gallery-section-style .item-featured:hover .marker-tl {
  transform: translate(-3px, -3px);
}

.gallery-section-style .item-featured:hover .marker-tr {
  transform: translate(3px, -3px);
}

.gallery-section-style .item-featured:hover .marker-bl {
  transform: translate(-3px, 3px);
}

.gallery-section-style .item-featured:hover .marker-br {
  transform: translate(3px, 3px);
}

.gallery-section-style .industrial-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.gallery-section-style .shape-square {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid var(--neutral-100);
  opacity: 0.5;
  animation: rotate-industrial 15s linear infinite;
}

.gallery-section-style .square-1 {
  top: 10%;
  left: 5%;
}

.gallery-section-style .square-2 {
  bottom: 15%;
  right: 8%;
  animation-direction: reverse;
}

@keyframes rotate-industrial {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.gallery-section-style .shape-line {
  position: absolute;
  background: var(--neutral-100);
  opacity: 0.3;
}

.gallery-section-style .line-1 {
  width: 200px;
  height: 2px;
  top: 30%;
  right: 10%;
  transform: rotate(-45deg);
}

.gallery-section-style .line-2 {
  width: 150px;
  height: 2px;
  bottom: 25%;
  left: 5%;
  transform: rotate(45deg);
}

.gallery-section-style .shape-circle {
  position: absolute;
  border: 2px solid var(--neutral-100);
  border-radius: 50%;
  opacity: 0.3;
}

.gallery-section-style .circle-1 {
  width: 80px;
  height: 80px;
  top: 50%;
  left: 10%;
}

.gallery-section-style .circle-2 {
  width: 60px;
  height: 60px;
  bottom: 30%;
  right: 15%;
}




/* Footer  - Professional Blue Theme */

.footer-alt {
  position: relative;
  overflow: hidden;
  color: var(--text-inverse, #ffffff);
  padding: 0;
  margin: 0;
}

/* Background with image and blue gradient overlay */
.footer-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url('SUH_assets/SUH_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.footer-blue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    160deg,
    color-mix(in srgb, var(--primary-700) 94%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 89%, transparent) 45%,
    color-mix(in srgb, var(--neutral-900) 93%, transparent) 100%
  );
}

.footer-alt .container {
  position: relative;
  z-index: 1;
}

/* Brand Info Card */
.brand-info-card {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 2.5rem;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.card-header-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.header-icon-box {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.header-icon-box i {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.95);
}

.brand-title {
  font-size: 1.65rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
  margin: 0;
  letter-spacing: -0.3px;
  line-height: 1.3;
}

.card-body-section {
  position: relative;
  z-index: 1;
}

.brand-description {
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.87);
  margin: 0;
}

/* Decorative pattern lines */
.pattern-lines {
  position: absolute;
  bottom: 15px;
  right: 20px;
  display: flex;
  gap: 8px;
  opacity: 0.2;
}

.pattern-lines .line {
  width: 3px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5), transparent);
  border-radius: 2px;
  animation: line-pulse 2s ease-in-out infinite;
}

.pattern-lines .line:nth-child(2) {
  height: 50px;
  animation-delay: 0.3s;
}

.pattern-lines .line:nth-child(3) {
  height: 35px;
  animation-delay: 0.6s;
}

@keyframes line-pulse {
  0%, 100% {
    opacity: 0.3;
    transform: scaleY(1);
  }
  50% {
    opacity: 0.8;
    transform: scaleY(1.1);
  }
}

/* Policies Info Card */
.policies-info-card {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 2.5rem;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  height: 100%;
}

.policies-heading {
  font-size: 1.3rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.98);
  margin: 0;
}

.policies-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.policy-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.policy-nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.policy-nav-item:hover::before {
  opacity: 1;
}

.policy-nav-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.policy-nav-item i {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.85);
  transition: transform 0.3s ease;
}

.policy-nav-item:hover i {
  transform: scale(1.15);
  color: rgba(255, 255, 255, 1);
}

.policy-nav-item span {
  font-size: 0.9rem;
  font-weight: 500;
}

/* Contact Full Card */
.contact-full-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 2rem 2.5rem;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-heading-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.contact-heading-wrapper i {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
}

.contact-main-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.98);
  margin: 0;
}

.contact-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  min-width: 250px;
}

.item-badge {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.info-item:hover .item-badge {
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(5deg) scale(1.05);
}

.item-badge i {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.95);
}

.item-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  flex: 1;
}

/* Footer Bottom Bar */
.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
}

.bottom-content-wrapper {
  max-width: 100%;
}

.bottom-disclaimer {
  font-size: 0.85rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
}

.bottom-copyright {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

/* Animated Decorative Grid */
.decorative-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.grid-line {
  position: absolute;
  background: rgba(255, 255, 255, 0.08);
}

.grid-line.horizontal {
  width: 100%;
  height: 1px;
  left: 0;
}

.grid-line.vertical {
  width: 1px;
  height: 100%;
  top: 0;
}

.line-1 {
  top: 25%;
  animation: slide-horizontal 15s linear infinite;
}

.line-2 {
  top: 65%;
  animation: slide-horizontal 20s linear infinite reverse;
}

.line-3 {
  left: 70%;
  animation: slide-vertical 18s linear infinite;
}

@keyframes slide-horizontal {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    opacity: 0.08;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes slide-vertical {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    opacity: 0.08;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

.grid-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: dot-blink 3s ease-in-out infinite;
}

.dot-1 {
  top: 20%;
  right: 15%;
}

.dot-2 {
  bottom: 30%;
  left: 20%;
  animation-delay: 1s;
}

.dot-3 {
  top: 60%;
  right: 40%;
  animation-delay: 2s;
}

@keyframes dot-blink {
  0%, 100% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.3);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .brand-title {
    font-size: 1.45rem;
  }
  
  .policies-heading {
    font-size: 1.15rem;
  }
  
  .contact-main-title {
    font-size: 1.3rem;
  }
  
  .brand-info-card,
  .policies-info-card {
    padding: 2rem;
    margin-bottom: 1rem;
  }
  
  .contact-full-card {
    padding: 1.75rem 2rem;
  }
  
  .policies-nav-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-info-wrapper {
    flex-direction: column;
    gap: 1.25rem;
  }
  
  .info-item {
    min-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .footer-bg-container {
    background-attachment: scroll;
  }
  
  .brand-info-card,
  .policies-info-card {
    padding: 1.5rem;
  }
  
  .contact-full-card {
    padding: 1.5rem;
  }
  
  .header-icon-box {
    width: 50px;
    height: 50px;
  }
  
  .header-icon-box i {
    font-size: 24px;
  }
  
  .brand-title {
    font-size: 1.3rem;
  }
  
  .contact-heading-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .item-badge {
    width: 45px;
    height: 45px;
  }
}



.additional-universal-modern {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-modern #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-modern #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-modern #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Feature Cards */
.additional-universal-modern .feature-card {
  position: relative;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
  transition: all 0.3s ease;
  overflow: hidden;
}

.additional-universal-modern .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: var(--primary-500);
}

.additional-universal-modern .feature-card.featured {
  background: color-mix(in srgb, var(--primary-500) 5%, var(--surface-secondary));
  border-width: 2px;
}

/* Card Icon */
.additional-universal-modern .card-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--primary-500) 15%, transparent);
  color: var(--primary-500);
  font-size: 2rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.additional-universal-modern .feature-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  background: var(--primary-500);
  color: white;
}

/* Card Content */
.additional-universal-modern .card-content h3 {
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.additional-universal-modern .card-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 0;
}

/* Card Decoration */
.additional-universal-modern .card-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-500) 8%, transparent);
  filter: blur(30px);
  pointer-events: none;
}

/* Featured Badge */
.additional-universal-modern .featured-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-500);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  animation: pulse-v080 2s ease-in-out infinite;
}

/* Floating Shapes */
.additional-universal-modern .floating-shape {
  position: absolute;
  opacity: 0.06;
  pointer-events: none;
  color: var(--primary-500);
}

.additional-universal-modern .shape-1 {
  top: 15%;
  left: 5%;
  font-size: 8rem;
  animation: float-v080 8s ease-in-out infinite;
}

.additional-universal-modern .shape-2 {
  top: 50%;
  right: 8%;
  font-size: 6rem;
  animation: float-v080 10s ease-in-out infinite reverse;
}

.additional-universal-modern .shape-3 {
  bottom: 20%;
  left: 10%;
  font-size: 5rem;
  animation: float-v080 12s ease-in-out infinite;
}

/* Animations */
@keyframes float-v080 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(10deg);
  }
}

@keyframes pulse-v080 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-modern .feature-card {
    padding: 2rem 1.5rem;
  }

  .additional-universal-modern .card-icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-modern #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-modern .feature-card {
    padding: 1.5rem 1.25rem;
  }

  .additional-universal-modern .floating-shape {
    opacity: 0.03;
  }
}




/* 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;
  }
}




/* Universal section */
/* Theme: industrial-01*/

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.title-decoration {
  width: 60px;
  height: 3px;
  background: var(--primary-500);
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 700px;
}

/* Steps Grid */
.steps-grid {
  position: relative;
  z-index: 2;
}

/* Step Number Wrapper */
.step-number-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    var(--primary-500),
    color-mix(in srgb, var(--primary-500) 75%, var(--primary-700) 25%)
  );
  border-radius: 50%;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  transition: all 0.3s ease;
}

.step-number span {
  font-size: 2rem;
  font-weight: 700;
  color: var(--light);
  line-height: 1;
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--surface-secondary);
  border: 2px solid var(--primary-500);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.step-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Hover Effect */
.row:hover .step-number {
  transform: scale(1.1);
  box-shadow: 0 6px 30px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}

.row:hover .step-icon {
  background: var(--primary-500);
  transform: translateY(-4px);
}

.row:hover .step-icon i {
  color: var(--light);
}

/* Step Content */
.step-content {
  position: relative;
  padding: 1.5rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  transition: all 0.3s ease;
}

.row:hover .step-content {
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 12%, transparent 88%);
}

.step-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.step-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Step Connector */
.step-connector {
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  transform: translateX(-50%);
  width: 2px;
  height: 2.5rem;
  background: linear-gradient(
    180deg,
    var(--primary-300),
    transparent
  );
}

/* Background Grid */
.background-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(color-mix(in srgb, var(--neutral-300) 8%, transparent 92%) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--neutral-300) 8%, transparent 92%) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.5;
  z-index: 0;
}

/* Decorative Elements */
.decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.element {
  position: absolute;
  opacity: 0.2;
}

.element-1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
    transparent
  );
  border-radius: 50%;
  top: 10%;
  right: 5%;
  filter: blur(40px);
}

.element-2 {
  width: 250px;
  height: 250px;
  background: linear-gradient(
    225deg,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  border-radius: 50%;
  bottom: 15%;
  left: 5%;
  filter: blur(50px);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .step-number {
    width: 70px;
    height: 70px;
  }
  
  .step-number span {
    font-size: 1.75rem;
  }
  
  .step-icon {
    width: 44px;
    height: 44px;
  }
  
  .step-icon i {
    font-size: 1.125rem;
  }
  
  .step-content {
    padding: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .steps-grid .row {
    margin-bottom: 3rem !important;
  }
  
  .steps-grid .row:last-child {
    margin-bottom: 0 !important;
  }
  
  .step-number-wrapper {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1rem;
  }
  
  .step-number {
    width: 60px;
    height: 60px;
  }
  
  .step-number span {
    font-size: 1.5rem;
  }
  
  .step-icon {
    width: 40px;
    height: 40px;
  }
  
  .step-icon i {
    font-size: 1rem;
  }
  
  .step-content {
    padding: 1rem;
  }
  
  .step-title {
    font-size: 1.25rem;
  }
  
  .step-connector {
    display: none;
  }
}




.additional-universal-clean {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.additional-universal-clean #add_page_1_sec_1_title {
  color: var(--text-primary);
  line-height: 1.2;
}

.additional-universal-clean #add_page_1_sec_1_subtitle {
  color: var(--text-secondary);
  font-weight: 500;
}

.additional-universal-clean #add_page_1_sec_1_desc {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Features List */
.additional-universal-clean .features-list {
  position: relative;
  z-index: 2;
}

.additional-universal-clean .feature-row {
  position: relative;
  padding: 1.5rem;
  border-radius: 16px;
  background: var(--surface-secondary);
  transition: all 0.3s ease;
}

.additional-universal-clean .feature-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 16px 0 0 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.additional-universal-clean .feature-row:hover {
  transform: translateX(8px);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 10%, transparent);
}

.additional-universal-clean .feature-row:hover::before {
  opacity: 1;
}

/* Feature Icon */
.additional-universal-clean .feature-icon-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--primary-500);
  transition: all 0.4s ease;
  margin: 0 auto;
}

.additional-universal-clean .feature-row:hover .feature-icon-wrapper {
  background: var(--primary-500);
  color: white;
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

/* Feature Content */
.additional-universal-clean .feature-content h3 {
  color: var(--text-primary);
}

.additional-universal-clean .feature-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Nature Decorations */
.additional-universal-clean .nature-decoration {
  position: absolute;
  pointer-events: none;
  opacity: 0.06;
  color: var(--primary-500);
}

.additional-universal-clean .leaf-1 {
  top: 10%;
  right: 5%;
  font-size: 10rem;
  animation: float-nature-v082 8s ease-in-out infinite;
}

.additional-universal-clean .leaf-2 {
  bottom: 15%;
  left: 3%;
  font-size: 8rem;
  animation: float-nature-v082 10s ease-in-out infinite reverse;
}

.additional-universal-clean .wave-pattern {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--primary-500) 8%, transparent),
    transparent
  );
  border-radius: 50% 50% 0 0 / 20px 20px 0 0;
}

/* Animations */
@keyframes float-nature-v082 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-15px) rotate(3deg);
  }
  50% {
    transform: translateY(-25px) rotate(-3deg);
  }
  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .additional-universal-clean .feature-row {
    text-align: center;
  }

  .additional-universal-clean .feature-icon-wrapper {
    width: 80px;
    height: 80px;
    font-size: 2.25rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-clean .feature-row {
    padding: 1.25rem;
  }

  .additional-universal-clean .feature-row:hover {
    transform: translateX(4px);
  }
}

@media (max-width: 575.98px) {
  .additional-universal-clean #add_page_1_sec_1_title {
    font-size: 2rem;
  }

  .additional-universal-clean .feature-icon-wrapper {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }

  .additional-universal-clean .nature-decoration {
    opacity: 0.03;
  }
}




.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_timeline {
  position: relative;
  padding-left: var(--space-8);
}

.add_wrap .add_timeline:before {
  content: '';
  position: absolute;
  left: var(--space-4);
  top: 0;
  bottom: var(--space-8);
  width: 2px;
  background: linear-gradient(to bottom, var(--primary-500), var(--primary-300));
}

.add_wrap .add_timeline_item {
  position: relative;
  margin-bottom: var(--space-10);
  padding-left: var(--space-8);
}

.add_wrap .add_timeline_item:last-child {
  margin-bottom: 0;
}

.add_wrap .add_timeline_marker {
  position: absolute;
  left: calc(-1 * var(--space-8) - 6px);
  top: var(--space-2);
  width: 16px;
  height: 16px;
  background-color: var(--primary-500);
  border: 3px solid var(--neutral-100);
  border-radius: 50%;
  z-index: 2;
}

.add_wrap .add_timeline_marker:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: var(--neutral-100);
  border-radius: 50%;
}

.add_wrap .add_timeline_content {
  background-color: var(--neutral-50);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-200);
  position: relative;
}

.add_wrap .add_timeline_content:before {
  content: '';
  position: absolute;
  left: -8px;
  top: var(--space-4);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid var(--neutral-200);
}

.add_wrap .add_timeline_content:after {
  content: '';
  position: absolute;
  left: -7px;
  top: calc(var(--space-4) + 1px);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid var(--neutral-50);
}

.add_wrap .add_timeline_title {
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_timeline_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_timeline_item:nth-child(even) .add_timeline_content {
  background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}

@media (max-width: 768px) {
  .add_wrap .add_timeline {
    padding-left: var(--space-6);
  }
  
  .add_wrap .add_timeline:before {
    left: var(--space-3);
  }
  
  .add_wrap .add_timeline_item {
    padding-left: var(--space-6);
    margin-bottom: var(--space-8);
  }
  
  .add_wrap .add_timeline_marker {
    left: calc(-1 * var(--space-6) - 6px);
  }
  
  .add_wrap .add_timeline_content {
    padding: var(--space-4);
  }
}


/* ===================================
   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-057 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom right, var(--surface-primary), color-mix(in srgb, var(--primary-50) 25%, var(--surface-primary) 75%));
  overflow: hidden;
}

/* Section Header */
.v-057 .section-header {
  position: relative;
  z-index: 2;
}

.v-057 .header-icon-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.v-057 .header-icon-group i {
  font-size: 32px;
  color: var(--primary-500);
  animation: icon-pulse 3s ease-in-out infinite;
}

.v-057 .header-icon-group i:nth-child(2) {
  animation-delay: 1s;
}

.v-057 .header-icon-group i:nth-child(3) {
  animation-delay: 2s;
}

@keyframes icon-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.8;
  }
}

.v-057 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-057 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-057 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
}

/* Accordion Wrapper */
.v-057 .accordion-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Accordion Item */
.v-057 .accordion-item-custom {
  background: var(--light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-057 .accordion-item-custom:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/* Accordion Header */
.v-057 .accordion-header-custom {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px;
  position: relative;
  cursor: pointer;
  background: linear-gradient(to right, color-mix(in srgb, var(--primary-50) 40%, var(--light) 60%), var(--light));
}

.v-057 .accordion-icon {
  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;
  flex-shrink: 0;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
  transition: transform 0.3s ease;
}

.v-057 .accordion-item-custom:hover .accordion-icon {
  transform: rotate(5deg) scale(1.05);
}

.v-057 .accordion-icon i {
  font-size: 28px;
  color: var(--light);
}

.v-057 .accordion-icon.large {
  width: 72px;
  height: 72px;
}

.v-057 .accordion-icon.large i {
  font-size: 32px;
}

.v-057 .accordion-header-content {
  flex: 1;
}

.v-057 .accordion-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}

.v-057 .accordion-decorator {
  position: absolute;
  right: 32px;
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, var(--primary-300) 12%, transparent 88%);
  border-radius: 50%;
  pointer-events: none;
}

/* Accordion Body */
.v-057 .accordion-body-custom {
  padding: 0 32px 32px;
  position: relative;
}

.v-057 .accordion-body-custom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 1px;
  background: linear-gradient(to right, var(--primary-300), transparent);
}

.v-057 .accordion-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
  padding-top: 24px;
}

/* Featured Item Styling */
.v-057 .accordion-item-custom.featured {
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border: 3px solid var(--primary-700);
}

.v-057 .accordion-item-custom.featured .accordion-header-custom {
  background: transparent;
}

.v-057 .accordion-item-custom.featured .accordion-title {
  color: var(--light);
  font-size: 1.75rem;
}

.v-057 .accordion-item-custom.featured .accordion-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-057 .accordion-item-custom.featured .accordion-icon {
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
}

.v-057 .accordion-item-custom.featured .accordion-decorator.featured-deco {
  background: color-mix(in srgb, var(--light) 15%, transparent 85%);
}

.v-057 .accordion-item-custom.featured .accordion-body-custom::before {
  background: linear-gradient(to right, color-mix(in srgb, var(--light) 40%, transparent 60%), transparent);
}

/* Background Decorations */
.v-057 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-057 .deco-shape {
  position: absolute;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.v-057 .deco-shape.shape-1 {
  width: 350px;
  height: 350px;
  top: 10%;
  left: -100px;
  animation: shape-morph 20s ease-in-out infinite;
}

.v-057 .deco-shape.shape-2 {
  width: 300px;
  height: 300px;
  bottom: 15%;
  right: -80px;
  animation: shape-morph 25s ease-in-out infinite reverse;
}

@keyframes shape-morph {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
}

.v-057 .deco-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.2;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-057 {
    padding: 80px 0;
  }

  .v-057 .section-title {
    font-size: 2.25rem;
  }

  .v-057 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-057 .accordion-header-custom {
    padding: 28px;
  }

  .v-057 .accordion-body-custom {
    padding: 0 28px 28px;
  }

  .v-057 .accordion-body-custom::before {
    left: 28px;
    right: 28px;
  }

  .v-057 .accordion-title {
    font-size: 1.375rem;
  }

  .v-057 .accordion-item-custom.featured .accordion-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .v-057 {
    padding: 60px 0;
  }

  .v-057 .section-title {
    font-size: 1.875rem;
  }

  .v-057 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-057 .section-description {
    font-size: 1rem;
  }

  .v-057 .header-icon-group {
    gap: 15px;
  }

  .v-057 .header-icon-group i {
    font-size: 24px;
  }

  .v-057 .accordion-header-custom {
    padding: 24px;
    gap: 16px;
  }

  .v-057 .accordion-body-custom {
    padding: 0 24px 24px;
  }

  .v-057 .accordion-body-custom::before {
    left: 24px;
    right: 24px;
  }

  .v-057 .accordion-icon {
    width: 56px;
    height: 56px;
  }

  .v-057 .accordion-icon i {
    font-size: 24px;
  }

  .v-057 .accordion-icon.large {
    width: 64px;
    height: 64px;
  }

  .v-057 .accordion-icon.large i {
    font-size: 28px;
  }

  .v-057 .accordion-title {
    font-size: 1.25rem;
  }

  .v-057 .accordion-item-custom.featured .accordion-title {
    font-size: 1.375rem;
  }

  .v-057 .accordion-decorator {
    right: 20px;
    width: 60px;
    height: 60px;
  }
}




/* Universal section */
/* Theme: modern-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Content */
.header-content {
  position: relative;
  z-index: 2;
}

.accent-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--primary-500);
  border-radius: 10px;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.accent-badge i {
  font-size: 1.25rem;
  color: var(--light);
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

/* Description Wrapper */
.description-wrapper {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
}

.section-description {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 0;
}

.description-decoration {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 80px;
  height: 80px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
    transparent
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

/* Content Item Base */
.content-item {
  position: relative;
  padding: 2rem;
  background: var(--surface-secondary);
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
  transition: all 0.3s ease;
  overflow: hidden;
}

.content-item:hover {
  border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
  transform: translateY(-4px);
}

/* Featured Item - Large */
.featured-item {
  grid-column: span 7;
  background: linear-gradient(
    135deg,
    var(--surface-secondary),
    color-mix(in srgb, var(--primary-50) 50%, var(--surface-secondary) 50%)
  );
}

.item-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--primary-500);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}

.item-badge i {
  font-size: 1.5rem;
  color: var(--light);
}

/* Compact Items */
.compact-item {
  grid-column: span 5;
}

.compact-item:first-of-type {
  grid-column: span 5;
}

.compact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(
    135deg,
    var(--primary-50),
    color-mix(in srgb, var(--primary-100) 80%, var(--primary-50) 20%)
  );
  border-radius: 10px;
  margin-bottom: 1rem;
}

.compact-icon i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

/* Horizontal Items */
.horizontal-item {
  grid-column: span 6;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.horizontal-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  border-radius: 14px;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}

.horizontal-icon i {
  font-size: 1.5rem;
  color: var(--light);
}

.horizontal-content {
  flex: 1;
}

/* Typography */
.item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.item-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Item Decorations */
.item-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.decoration-1 {
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
    transparent
  );
  bottom: -50px;
  right: -50px;
}

/* Background Elements */
.background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.25;
}

.shape-1 {
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
    transparent
  );
  top: 10%;
  right: 10%;
  animation: float-smooth 10s ease-in-out infinite;
}

.shape-2 {
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
    transparent
  );
  bottom: 20%;
  left: 5%;
  animation: float-smooth 12s ease-in-out infinite 2s;
}

.shape-3 {
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 18%, transparent 82%),
    transparent
  );
  top: 50%;
  left: 50%;
  animation: float-smooth 8s ease-in-out infinite 4s;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--primary-50) 30%, transparent 70%)
  );
  opacity: 0.5;
}

@keyframes float-smooth {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(15px, -15px);
  }
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .featured-item,
  .compact-item,
  .horizontal-item {
    grid-column: span 12;
  }
  
  .description-wrapper {
    padding: 1.5rem;
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .content-grid {
    gap: 1rem;
  }
  
  .content-item {
    padding: 1.5rem;
  }
  
  .horizontal-item {
    flex-direction: column;
    gap: 1rem;
  }
  
  .description-wrapper {
    padding: 1.25rem;
  }
  
  .item-title {
    font-size: 1.125rem;
  }
}




.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: creative-purple-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #faf5ff 50%, #ffffff 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.header-accent {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500) 0%, var(--secondary-500) 100%);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-700);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

/* Feature Items */
.feature-item {
  background: #ffffff;
  border-radius: 24px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  overflow: hidden;
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Large Feature Items */
.feature-large {
  grid-column: span 2;
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  padding: 3rem;
}

.feature-bg-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
  opacity: 0.3;
  border-radius: 0 24px 0 50%;
}

.feature-large:hover .feature-bg-pattern {
  opacity: 0.5;
  transform: scale(1.2);
  transition: all 0.5s ease;
}

/* Feature Icons */
.feature-icon {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--secondary-500) 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.feature-item:hover .feature-icon {
  transform: rotate(-10deg) scale(1.1);
}

.feature-icon i {
  font-size: 1.875rem;
  color: #ffffff;
}

.feature-icon-large {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-600) 0%, var(--secondary-600) 100%);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.feature-large:hover .feature-icon-large {
  transform: rotate(5deg) scale(1.1);
}

.feature-icon-large i {
  font-size: 2.5rem;
  color: #ffffff;
}

/* Feature Content */
.feature-content {
  position: relative;
  z-index: 2;
}

.feature-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.feature-large .feature-title {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
}

.feature-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.feature-large .feature-description {
  font-size: 1.0625rem;
  line-height: 1.75;
}

.feature-corner-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(225deg, transparent 50%, var(--secondary-200) 50%);
  opacity: 0.4;
  border-radius: 0 100% 0 24px;
  transition: opacity 0.3s ease;
}

.feature-large:hover .feature-corner-accent {
  opacity: 0.6;
}

/* Decorative Circles */
.decorative-circle {
  position: absolute;
  border-radius: 50%;
  border: 3px solid var(--primary-300);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
  animation: float 20s ease-in-out infinite;
}

.circle-1 {
  width: 200px;
  height: 200px;
  top: 15%;
  left: 5%;
  animation-delay: 0s;
}

.circle-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 8%;
  animation-delay: 5s;
}

.circle-3 {
  width: 120px;
  height: 120px;
  bottom: 20%;
  left: 15%;
  animation-delay: 10s;
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--secondary-400) 0%, var(--secondary-500) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
  animation: float 15s ease-in-out infinite;
}

.floating-icon i {
  font-size: 1.5rem;
  color: #ffffff;
}

.icon-1 {
  top: 25%;
  right: 10%;
  animation-delay: 2s;
}

.icon-2 {
  bottom: 25%;
  left: 8%;
  animation-delay: 7s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) rotate(5deg);
  }
  50% {
    transform: translateY(-10px) rotate(-5deg);
  }
  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .feature-large {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  
  .feature-large {
    grid-column: span 1;
    padding: 2.5rem;
  }
  
  .feature-item {
    padding: 2rem;
  }
  
  .feature-icon {
    width: 55px;
    height: 55px;
  }
  
  .feature-icon i {
    font-size: 1.5rem;
  }
  
  .feature-icon-large {
    width: 75px;
    height: 75px;
  }
  
  .feature-icon-large i {
    font-size: 2rem;
  }
  
  .feature-title {
    font-size: 1.25rem;
  }
  
  .feature-large .feature-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .feature-item,
  .feature-large {
    padding: 1.75rem;
  }
  
  .header-accent {
    width: 60px;
    margin-bottom: 1rem;
  }
}





/* 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;
  }
}







div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 12px 18px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #f8f9fa !important;
    border-radius: 8px 8px 0 0 !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #666666 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 4px !important;
    border-radius: 3px !important;
    transition: color 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    color: #333333 !important;
    background: transparent !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #666666 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 18px 18px !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 10px !important;
    background: transparent !important;
    color: #333333 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    color: #333333 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666666 !important;
    display: none !important;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #666666 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 11px !important;
    color: #999999 !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #999999 !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}




.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 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-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.03) 50%, transparent 100%) !important;
}

.website-cta-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.website-cta-title {
    font-size: 30px !important;
    font-weight: 300 !important;
    margin-bottom: 12px !important;
    color: white !important;
    font-family: inherit !important;
    letter-spacing: 1px !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 35px !important;
    color: rgba(255,255,255,0.8) !important;
    font-family: inherit !important;
    font-weight: 300 !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: transparent !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    border: 2px solid white !important;
    letter-spacing: 0.5px !important;
}

.website-cta-button:hover {
    background: white !important;
    color: #2c3e50 !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 40px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}




.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: 19px !important;
    color: rgba(0,0,0,0.04) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationSpin 10s linear infinite !important;
}

.website-floating-icon.variant-1 {
    top: 12% !important;
    right: 6% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 62% !important;
    right: 4% !important;
    animation-delay: 3s !important;
    font-size: 15px !important;
}

.website-floating-icon.variant-3 {
    top: 32% !important;
    left: 4% !important;
    animation-delay: 6s !important;
    font-size: 23px !important;
}

@keyframes websiteFloatAnimationSpin {
    0% {
        transform: rotate(0deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
    25% {
        transform: rotate(90deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    50% {
        transform: rotate(180deg) translateY(-10px) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: rotate(270deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    100% {
        transform: rotate(360deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Minimal Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 280px !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15) !important;
    z-index: 999999 !important;
    color: #333333 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 1px solid #e0e0e0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 12px 18px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #f8f9fa !important;
    border-radius: 8px 8px 0 0 !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #666666 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 4px !important;
    border-radius: 3px !important;
    transition: color 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    color: #333333 !important;
    background: transparent !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #666666 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 18px 18px !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #333333 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 10px !important;
    background: transparent !important;
    color: #333333 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    color: #333333 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666666 !important;
    display: none !important;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #666666 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 11px !important;
    color: #999999 !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #999999 !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Elegant Style */
.website-google-maps-section {
    padding: 70px 0 !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    margin: 0 !important;
    border-top: none !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: 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;
    }
}



/* CTA Section - Gradient Style */
.website-cta-section {
    padding: 60px 0 !important;
    background: linear-gradient(45deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%) !important;
    color: #333333 !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 17px !important;
    margin-bottom: 32px !important;
    color: #555555 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 30px !important;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
}

.website-cta-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2) !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}



/* Security Badges - 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 - Modern Style */
.team-social-links {
    margin-top: 25px;
    padding: 20px 0;
}

.social-icons-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    transform: scale(0);
    border-radius: inherit;
    transition: transform 0.5s ease;
}

.social-link:hover::before {
    transform: scale(1.2);
}

.social-link:hover {
    transform: translateY(-8px) rotate(10deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    color: white;
}

.facebook-link {
    background: linear-gradient(45deg, #1877f2, #00c6ff);
}

.linkedin-link {
    background: linear-gradient(45deg, #0a66c2, #0099cc);
}

.instagram-link {
    background: linear-gradient(45deg, #e4405f, #f093fb, #f5576c);
}

.x-link {
    background: linear-gradient(45deg, #000000, #434343);
    position: relative;
}

.x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 24px;
    z-index: 2;
    position: relative;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 15px;
    }
    
    .social-link {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
}



/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Bordered Style */
.newsletter-section {
    margin: 30px 0;
    padding: 25px;
    border: 3px solid #e0e0e0;
    border-radius: 10px;
    background: white;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-title {
    font-size: 19px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
    text-align: center !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #667eea !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: #666 !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    text-align: center !important;
    line-height: 1.5 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter-input {
    padding: 13px 16px !important;
    border: 2px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: white !important;
    color: #333 !important;
}

.newsletter-input:focus {
    border-color: #667eea !important;
    background: #f8f9ff !important;
}

.newsletter-button {
    padding: 13px 20px !important;
    background: white !important;
    color: #667eea !important;
    border: 2px solid #667eea !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.newsletter-button:hover {
    background: #667eea !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(102,126,234,0.3) !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 16px !important;
    padding: 14px !important;
    background: white !important;
    border: 2px solid #10b981 !important;
    border-radius: 6px !important;
    color: #065f46 !important;
    text-align: center !important;
    font-size: 13px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-section {
        margin: 20px auto;
        padding: 20px;
        max-width: 320px;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: minimal
 * Toggle: 16
 * Содержит только стили для выбранной темы
 * Сгенерировано автоматически - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
 */

/**
 * 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;
}

/* ===== ТЕМА: MINIMAL ===== */
.ocm-theme-minimal {
    border-radius: 4px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e0e0e0 !important;
}

.ocm-theme-minimal .ocm-btn {
    border-radius: 4px !important;
    font-weight: 400 !important;
}

.ocm-theme-minimal .ocm-btn-accept {
    background: #000000 !important;
}

.ocm-theme-minimal .ocm-btn-accept:hover {
    background: #333333 !important;
}

.ocm-theme-minimal .ocm-btn-customize {
    border-color: #000000 !important;
    color: #000000 !important;
}

.ocm-theme-minimal .ocm-btn-customize:hover {
    background: #000000 !important;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 480px) {
    .ocm-banner {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-buttons {
        flex-direction: column !important;
    }
    
    .ocm-settings-buttons {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .ocm-category-header {
        flex-wrap: wrap !important;
    }
}

/* ===== АНИМАЦИИ ===== */
@keyframes ocm-slideUp {
    from {
        transform: translateY(100%) !important;
        opacity: 0 !important;
    }
    to {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
}

@keyframes ocm-fadeIn {
    from {
        opacity: 0 !important;
    }
    to {
        opacity: 1 !important;
    }
}

/* ===== ТЕМНАЯ ТЕМА (медиазапрос) ===== */
@media (prefers-color-scheme: dark) {
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
}


/**
 * Cookie Manager - Additional Theme Variations
 * Extended themes compatible with existing site designs
 * NO conflicts with site styles - all classes prefixed with ocm-
 */

/* ===== ТЕМА: MINIMAL VARIATIONS ===== */

/* Minimal v-002: Corporate Clean */














/* Minimal v-003: Monochrome Elegant */














/* ===== ТЕМА: MODERN VARIATIONS ===== */

/* Modern v-002: Vivid Gradient */


















/* Modern v-003: Cool Blue Gradient */










/* ===== ТЕМА: ROUNDED VARIATIONS ===== */

/* Rounded v-002: Soft Pastel */














/* Rounded v-003: Bubble Style */










/* ===== ТЕМА: GLASS VARIATIONS ===== */

/* Glass v-002: Dark Glass */














/* Glass v-003: Frosted Glass */










/* ===== ТЕМА: GRADIENT VARIATIONS ===== */

/* Gradient v-002: Sunset Gradient */














/* Gradient v-003: Ocean Gradient */














/* ===== ADDITIONAL TOGGLE STYLES (9-16) ===== */

/* Toggle Style 9: Hexagon */
.ocm-toggle.ocm-toggle-style-9 {
    width: 52px !important;
    height: 52px !important;
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%) !important;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 24px rgba(67, 233, 123, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-9:hover {
    transform: scale(1.1) rotate(15deg) !important;
    box-shadow: 0 12px 32px rgba(67, 233, 123, 0.4) !important;
}

/* Toggle Style 10: Diamond */
.ocm-toggle.ocm-toggle-style-10 {
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
    transform: rotate(45deg) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(250, 112, 154, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-10:hover {
    transform: rotate(45deg) scale(1.15) !important;
    box-shadow: 0 12px 32px rgba(250, 112, 154, 0.4) !important;
}

.ocm-toggle.ocm-toggle-style-10::before {
    content: "🍪" !important;
    transform: rotate(-45deg) !important;
    display: block !important;
    font-size: 20px !important;
}

/* Toggle Style 11: Soft Shadow */
.ocm-toggle.ocm-toggle-style-11 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.06) !important;
    border: 2px solid #f0f0f0 !important;
}

.ocm-toggle.ocm-toggle-style-11:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 3px 12px rgba(0, 0, 0, 0.08) !important;
}

/* Toggle Style 12: Neon Glow */
.ocm-toggle.ocm-toggle-style-12 {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: #000000 !important;
    color: #00ff88 !important;
    border: 2px solid #00ff88 !important;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.5), inset 0 0 10px rgba(0, 255, 136, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-12:hover {
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.7), inset 0 0 15px rgba(0, 255, 136, 0.3) !important;
    transform: scale(1.1) !important;
}

/* Toggle Style 13: Outlined Circle */
.ocm-toggle.ocm-toggle-style-13 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #667eea !important;
    border: 3px solid #667eea !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-13:hover {
    background: #667eea !important;
    color: #ffffff !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 14: Gradient Border */
.ocm-toggle.ocm-toggle-style-14 {
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    border: 3px solid transparent !important;
    background-clip: padding-box !important;
    position: relative !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
}

.ocm-toggle.ocm-toggle-style-14::before {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    left: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 50% !important;
    z-index: -1 !important;
}

.ocm-toggle.ocm-toggle-style-14:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 15: Material Design */
.ocm-toggle.ocm-toggle-style-15 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #4285f4 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ocm-toggle.ocm-toggle-style-15:hover {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px) !important;
}

.ocm-toggle.ocm-toggle-style-15:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(0) !important;
}

/* Toggle Style 16: Animated Gradient */
.ocm-toggle.ocm-toggle-style-16 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) !important;
    background-size: 300% 300% !important;
    animation: ocm-gradient-shift 6s ease infinite !important;
    border: none !important;
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-16:hover {
    animation-duration: 3s !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4) !important;
}

@keyframes ocm-gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ===== COMPATIBILITY ADJUSTMENTS ===== */

/* Ensure all variations work with existing positioning */
[class*="ocm-theme-"][class*="-v00"] {
    max-width: 400px !important;
    min-width: 320px !important;
}

/* Ensure all new toggle styles support all positions */
.ocm-toggle[class*="-style-"]:not([class*="-position-"]) {
    bottom: 20px !important;
    right: 20px !important;
}

/* Responsive adjustments for new variations */
@media (max-width: 480px) {
    [class*="ocm-theme-"][class*="-v00"] {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-toggle[class*="-style-"] {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }
    
    .ocm-toggle.ocm-toggle-style-14 {
        width: 48px !important;
        height: 48px !important;
    }
}


