:root {
  --primary-50: #f8fafc;
  --primary-50-rgb: 248, 250, 252;
  --primary-100: #f1f5f9;
  --primary-100-rgb: 241, 245, 249;
  --primary-300: #cbd5e1;
  --primary-300-rgb: 203, 213, 225;
  --primary-500: #64748b;
  --primary-500-rgb: 100, 116, 139;
  --primary-700: #475569;
  --primary-700-rgb: 71, 85, 105;
  --primary-200: #dee5ed;
  --primary-200-rgb: 222, 229, 237;
  --primary-400: #98a5b6;
  --primary-400-rgb: 152, 165, 182;
  --primary-600: #56657a;
  --primary-600-rgb: 86, 101, 122;
  --primary-800: #394454;
  --primary-800-rgb: 57, 68, 84;
  --primary-900: #303a47;
  --primary-900-rgb: 48, 58, 71;
  --primary-950: #222932;
  --primary-950-rgb: 34, 41, 50;
  --primary-rgb: 100, 116, 139;
  --neutral-50: #f9fafb;
  --neutral-50-rgb: 249, 250, 251;
  --neutral-100: #f3f4f6;
  --neutral-100-rgb: 243, 244, 246;
  --neutral-300: #d1d5db;
  --neutral-300-rgb: 209, 213, 219;
  --neutral-500: #6b7280;
  --neutral-500-rgb: 107, 114, 128;
  --neutral-700: #374151;
  --neutral-700-rgb: 55, 65, 81;
  --neutral-900: #252c37;
  --neutral-900-rgb: 37, 44, 55;
  --neutral-200: #e2e5e9;
  --neutral-200-rgb: 226, 229, 233;
  --neutral-400: #9ea4ae;
  --neutral-400-rgb: 158, 164, 174;
  --neutral-600: #515a69;
  --neutral-600-rgb: 81, 90, 105;
  --neutral-800: #2c3441;
  --neutral-800-rgb: 44, 52, 65;
  --neutral-950: #1a1f27;
  --neutral-950-rgb: 26, 31, 39;
  --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: #fafbe5;
  --accent-50-rgb: 250, 251, 229;
  --accent-100: #f5f7e3;
  --accent-100-rgb: 245, 247, 227;
  --accent-200: #e8e9d8;
  --accent-200-rgb: 232, 233, 216;
  --accent-300: #dbdbcd;
  --accent-300-rgb: 219, 219, 205;
  --accent-400: #b7b3a6;
  --accent-400-rgb: 183, 179, 166;
  --accent-500: #93897e;
  --accent-500-rgb: 147, 137, 126;
  --accent-600: #897c6f;
  --accent-600-rgb: 137, 124, 111;
  --accent-700: #7e6f60;
  --accent-700-rgb: 126, 111, 96;
  --accent-800: #74604c;
  --accent-800-rgb: 116, 96, 76;
  --accent-900: #6e5841;
  --accent-900-rgb: 110, 88, 65;
  --accent-950: #64492e;
  --accent-950-rgb: 100, 73, 46;
  --accent-rgb: 147, 137, 126;
  --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 ===== */
.brand_font_primary {
  font-family: var(--font-primary);
}

.creative_font_secondary {
  font-family: var(--font-secondary);
}

.web_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.main_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);
}

.theme_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);
}

.minimal_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 */
.studio_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);
}

.custom_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);
}

.company_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);
}

.base_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);
}

.prime_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);
}

.design_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 */
.smart_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);
}

.app_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);
}

.section_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 */
.best_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);
}

.fresh_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 */
.top_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);
}

.clean_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 */
.container_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);
}

.premium_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 */
.new_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);
}

.content_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);
}

.site_section_description {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  margin-bottom: var(--space-8);
  max-width: 65ch; /* Optimal reading width */
}

/* Card Typography */
.digital_card_title {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
}

.dark_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 */
.bright_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);
}

.bright_nav_link:hover,
.bright_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.style_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 */
.modern_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) {
  .container_hero_title {
    font-size: var(--text-4xl);
  }
  
  .new_section_title {
    font-size: var(--text-3xl);
  }
  
  .main_display_1 {
    font-size: var(--text-5xl);
  }
  
  .theme_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .container_hero_title {
    font-size: var(--text-3xl);
  }
  
  .new_section_title {
    font-size: var(--text-2xl);
  }
  
  .main_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 ===== */
.ui_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);
}

.elite_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.layout_text_balance {
  text-wrap: balance;
}

.bold_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .bright_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .best_caption,
  .fresh_overline,
  .modern_footer_text {
    color: var(--text-secondary);
  }
  
  .premium_hero_subtitle,
  .content_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .container_hero_title,
  .new_section_title,
  .studio_heading_1,
  .custom_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .ui_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.page_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.core_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.light_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.business_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.unique_stack {
  display: flex;
  flex-direction: column;
}

.unique73_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.elite16_full_height {
  min-height: 100vh;
}

.brand8_section_height {
  min-height: 80vh;
}

.style55_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.minimal92_m_0 { margin: 0; }
.elite62_m_1 { margin: var(--space-1); }
.bold53_m_2 { margin: var(--space-2); }
.custom56_m_3 { margin: var(--space-3); }
.digital47_m_4 { margin: var(--space-4); }
.minimal14_m_6 { margin: var(--space-6); }
.premium24_m_8 { margin: var(--space-8); }
.layout30_m_12 { margin: var(--space-12); }
.new87_m_16 { margin: var(--space-16); }

.unique67_mx_auto { margin-left: auto; margin-right: auto; }
.brand19_my_auto { margin-top: auto; margin-bottom: auto; }

.clean4_mt_0 { margin-top: 0; }
.web59_mt_4 { margin-top: var(--space-4); }
.page85_mt_8 { margin-top: var(--space-8); }
.style62_mt_12 { margin-top: var(--space-12); }

.app65_mb_0 { margin-bottom: 0; }
.content95_mb_4 { margin-bottom: var(--space-4); }
.prime31_mb_8 { margin-bottom: var(--space-8); }
.business75_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.agency28_p_0 { padding: 0; }
.bold44_p_1 { padding: var(--space-1); }
.top22_p_2 { padding: var(--space-2); }
.pro9_p_3 { padding: var(--space-3); }
.fresh17_p_4 { padding: var(--space-4); }
.studio44_p_6 { padding: var(--space-6); }
.studio23_p_8 { padding: var(--space-8); }

.main60_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.studio35_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.bold49_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.agency49_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.premium20_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.studio13_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.creative43_gap_1 { gap: var(--space-1); }
.theme68_gap_2 { gap: var(--space-2); }
.site29_gap_3 { gap: var(--space-3); }
.modern89_gap_4 { gap: var(--space-4); }
.creative77_gap_6 { gap: var(--space-6); }
.premium11_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.new54_shadow_none { box-shadow: var(--shadow-none); }
.prime16_shadow_xs { box-shadow: var(--shadow-xs); }
.fresh87_shadow_sm { box-shadow: var(--shadow-sm); }
.style0_shadow_md { box-shadow: var(--shadow-md); }
.web35_shadow_lg { box-shadow: var(--shadow-lg); }
.dark98_shadow_xl { box-shadow: var(--shadow-xl); }
.container49_shadow_2xl { box-shadow: var(--shadow-2xl); }
.creative93_shadow_inner { box-shadow: var(--shadow-inner); }
.clean3_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.creative11_radius_none { border-radius: var(--radius-none); }
.light30_radius_xs { border-radius: var(--radius-xs); }
.digital42_radius_sm { border-radius: var(--radius-sm); }
.prime71_radius_md { border-radius: var(--radius-md); }
.base13_radius_lg { border-radius: var(--radius-lg); }
.modern7_radius_xl { border-radius: var(--radius-xl); }
.section5_radius_2xl { border-radius: var(--radius-2xl); }
.minimal32_radius_3xl { border-radius: var(--radius-3xl); }
.top62_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.site46_gradient_primary {
  background: var(--gradient-primary);
}

.premium60_gradient_secondary {
  background: var(--gradient-secondary);
}

.web15_gradient_hero {
  background: var(--gradient-hero);
}

.container94_gradient_card {
  background: var(--gradient-card);
}

.web94_gradient_overlay {
  position: relative;
}

.web94_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;
}

.web94_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.company70_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.company70_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.creative66_hover_scale {
  transition: transform var(--transition-normal);
}

.creative66_hover_scale:hover {
  transform: scale(1.02);
}

.best0_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.best0_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.main81_hover_fade {
  transition: opacity var(--transition-normal);
}

.main81_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.light93_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.light93_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.pro77_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.minimal42_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.pro25_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.top39_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.design5_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.digital48_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.bold58_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.digital5_timeline {
  position: relative;
}

.digital5_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.best59_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.best59_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.best59_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.container83_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.core69_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;
  }
}

.pro34_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;
  }
}

.main41_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 */
.digital29_transition_all {
  transition: var(--transition-all);
}

.app36_transition_fast {
  transition: all var(--transition-fast);
}

.elite44_transition_normal {
  transition: all var(--transition-normal);
}

.theme21_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.container12_bg_primary { background-color: var(--bg-primary); }
.bold25_bg_secondary { background-color: var(--bg-secondary); }
.top62_bg_muted { background-color: var(--bg-muted); }
.clean46_bg_glass { background-color: var(--bg-glass); }

.creative82_text_primary { color: var(--text-primary); }
.theme58_text_secondary { color: var(--text-secondary); }
.elite28_text_muted { color: var(--text-muted); }
.pro79_text_inverse { color: var(--text-inverse); }
.prime31_text_link { color: var(--text-link); }

.smart2_border_light { border-color: var(--border-light); }
.base2_border_medium { border-color: var(--border-medium); }
.modern18_border_strong { border-color: var(--border-strong); }
.custom66_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .pro25_services_grid,
  .design5_features_grid,
  .top39_team_grid,
  .bold58_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .digital48_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .digital5_timeline::before {
    left: 30px;
  }
  
  .best59_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .brand8_section_height {
    min-height: 60vh;
  }
  
  .style55_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .digital48_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .best59_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.app54_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;
}

.web17_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.pro88_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);
}

.pro88_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .elite83_no_print {
    display: none !important;
  }
  
  .brand69_print_only {
    display: block !important;
  }
  
  .prime16_shadow_xs,
  .fresh87_shadow_sm,
  .style0_shadow_md,
  .web35_shadow_lg,
  .dark98_shadow_xl,
  .container49_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .container83_fade_in,
  .core69_slide_up,
  .pro34_slide_in_left,
  .main41_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .company70_hover_lift,
  .creative66_hover_scale,
  .best0_hover_shadow,
  .main81_hover_fade,
  .digital29_transition_all,
  .app36_transition_fast,
  .elite44_transition_normal,
  .theme21_transition_slow {
    transition: none;
  }
}

/* Header section */
.header-modern {
  background: var(--surface-primary);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.header-modern .navbar {
  padding: 1.5rem 0;
  position: relative;
}

/* Brand Styling */
.header-modern .navbar-brand {
  text-decoration: none;
  position: relative;
  z-index: 10004;
}

.header-modern .brand-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-modern .brand-badge {
  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;
  font-size: 1.5rem;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-modern .navbar-brand:hover .brand-badge {
  transform: scale(1.1) rotate(15deg);
}

.header-modern .brand-wrapper span {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  transition: color 0.3s ease;
}

.header-modern .navbar-brand:hover .brand-wrapper span {
  color: var(--primary-500);
}

/* Navigation Links - All Identical Styles */
.header-modern .nav-link {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  transition: all 0.3s ease;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.header-modern .nav-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: var(--primary-100);
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.header-modern .nav-link:hover::before {
  width: 200%;
  height: 200%;
}

.header-modern .nav-link:hover {
  color: var(--primary-700);
}

/* Custom Hamburger - Dots Pattern */
.header-modern .menu-checkbox {
  display: none;
}

.header-modern .hamburger-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 10003;
  position: relative;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.header-modern .dot {
  width: 8px;
  height: 8px;
  background: #334155;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: absolute;
}

.header-modern .dot:nth-child(1) {
  top: 0;
}

.header-modern .dot:nth-child(2) {
  top: 11px;
}

.header-modern .dot:nth-child(3) {
  top: 22px;
}

/* Dots to X Animation */
.header-modern .menu-checkbox:checked ~ .hamburger-toggle .dot {
  border-radius: 0;
  width: 24px;
  height: 3px;
  top: 13px;
}

.header-modern .menu-checkbox:checked ~ .hamburger-toggle .dot:nth-child(1) {
  transform: rotate(45deg);
}

.header-modern .menu-checkbox:checked ~ .hamburger-toggle .dot:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.header-modern .menu-checkbox:checked ~ .hamburger-toggle .dot:nth-child(3) {
  transform: rotate(-45deg);
}

/* Desktop Navigation */
.header-modern .nav-wrapper {
  margin-left: auto;
}

.header-modern .nav-container .navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Menu Decoration - Desktop Only */
.header-modern .menu-decoration {
  display: none;
}

/* Floating Decorative Shapes */
.header-modern .floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.header-modern .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
}

.header-modern .shape-1 {
  width: 80px;
  height: 80px;
  background: var(--primary-100);
  top: -40px;
  right: 15%;
  animation: floatShape 6s ease-in-out infinite;
}

.header-modern .shape-2 {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-300) 40%, var(--primary-100) 60%);
  bottom: -30px;
  left: 20%;
  animation: floatShape 8s ease-in-out infinite 1s;
}

.header-modern .shape-3 {
  width: 50px;
  height: 50px;
  background: var(--primary-50);
  top: 50%;
  right: 5%;
  animation: floatShape 7s ease-in-out infinite 2s;
}

@keyframes floatShape {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
  .header-modern .hamburger-toggle {
    display: flex;
  }

  .header-modern .nav-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    pointer-events: none;
  }

  .header-modern .nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
  }

  .header-modern .menu-checkbox:checked ~ .nav-wrapper {
    pointer-events: auto;
  }

  .header-modern .menu-checkbox:checked ~ .nav-wrapper .nav-overlay {
    opacity: 1;
  }

  .header-modern .nav-container {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%) scale(0.8);
    background: var(--surface-primary);
    border-radius: 30px;
    padding: 3rem 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10;
    max-width: 320px;
  }

  .header-modern .menu-checkbox:checked ~ .nav-wrapper .nav-container {
    opacity: 1;
    transform: translate(0, -50%) scale(1);
  }

  .header-modern .nav-container .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .header-modern .nav-item {
    opacity: 0;
    transform: translateY(20px);
  }

  .header-modern .menu-checkbox:checked ~ .nav-wrapper .nav-item {
    animation: fadeInUp 0.4s ease forwards;
  }

  .header-modern .menu-checkbox:checked ~ .nav-wrapper .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }

  .header-modern .menu-checkbox:checked ~ .nav-wrapper .nav-item:nth-child(2) {
    animation-delay: 0.2s;
  }

  .header-modern .menu-checkbox:checked ~ .nav-wrapper .nav-item:nth-child(3) {
    animation-delay: 0.3s;
  }

  .header-modern .menu-checkbox:checked ~ .nav-wrapper .nav-item:nth-child(4) {
    animation-delay: 0.4s;
  }

  .header-modern .nav-link {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.15rem;
    margin: 0;
    text-align: center;
  }

  .header-modern .menu-decoration {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
    font-size: 1.5rem;
    color: var(--primary-300);
    opacity: 0;
  }

  .header-modern .menu-checkbox:checked ~ .nav-wrapper .menu-decoration {
    animation: fadeIn 0.6s ease forwards 0.5s;
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}




/* Hero section */

.hero-section-special {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--primary-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Background Texture */
.background-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 30%, var(--primary-100) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, var(--primary-100) 0%, transparent 50%);
  opacity: 0.5;
  z-index: 0;
}

/* Hero Content */
.hero-content {
  padding-left: 20px;
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.hero-description {
  font-size: clamp(0.9375rem, 1.25vw, 1.0625rem);
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 0;
}

/* Nature Icons */
.nature-icons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.nature-icon-item {
  width: 52px;
  height: 52px;
  background: var(--surface-primary);
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.nature-icon-item:hover {
  background: var(--primary-50);
  border-color: var(--primary-500);
  transform: translateY(-4px) scale(1.1);
}

.nature-icon-item i {
  font-size: 22px;
  color: var(--primary-500);
}

/* Hero Image Wrapper */
.hero-image-wrapper {
  position: relative;
  z-index: 2;
}

.image-container {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.hero-image:hover {
  transform: scale(1.04);
}

/* Organic Shapes */
.organic-shape {
  position: absolute;
  background: var(--primary-300);
  opacity: 0.2;
  border-radius: 50% 40% 60% 50% / 60% 50% 50% 40%;
  z-index: 1;
  animation: organicFloat 6s ease-in-out infinite;
}

.shape-1 {
  width: 180px;
  height: 180px;
  top: -40px;
  left: -40px;
  animation-delay: 0s;
}

.shape-2 {
  width: 140px;
  height: 140px;
  bottom: -30px;
  right: -30px;
  animation-delay: 2s;
}

.shape-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: -20px;
  animation-delay: 4s;
}

@keyframes organicFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 50% 40% 60% 50% / 60% 50% 50% 40%;
  }
  33% {
    transform: translate(10px, -15px) rotate(120deg);
    border-radius: 40% 60% 50% 50% / 50% 60% 40% 50%;
  }
  66% {
    transform: translate(-10px, 10px) rotate(240deg);
    border-radius: 60% 50% 40% 60% / 40% 50% 60% 50%;
  }
}

/* Icon Badges */
.icon-badge {
  position: absolute;
  width: 68px;
  height: 68px;
  background: var(--surface-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border: 3px solid var(--primary-100);
  z-index: 3;
  animation: badgePulse 3s ease-in-out infinite;
}

.icon-badge i {
  font-size: 30px;
  color: var(--primary-500);
}

.badge-1 {
  top: 8%;
  right: 8%;
  animation-delay: 0s;
}

.badge-2 {
  bottom: 12%;
  left: 8%;
  animation-delay: 1.5s;
}

@keyframes badgePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .hero-section-special {
    padding: 70px 0;
  }
  
  .hero-content {
    padding-left: 0;
    margin-bottom: 2rem;
  }
  
  .organic-shape {
    display: none;
  }
  
  .icon-badge {
    width: 56px;
    height: 56px;
  }
  
  .icon-badge i {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .hero-section-special {
    padding: 50px 0;
  }
  
  .nature-icons {
    gap: 0.75rem;
  }
  
  .nature-icon-item {
    width: 44px;
    height: 44px;
  }
  
  .nature-icon-item i {
    font-size: 18px;
  }
  
  .badge-2 {
    display: none;
  }
}




/* About section */

.about-section {
  padding: var(--section-py) var(--section-px);
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Diagonal Split Wrapper */
.diagonal-split-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
  position: relative;
  margin-bottom: var(--space-10);
}

.split-content-side {
  display: flex;
  align-items: center;
  padding: var(--space-8);
  background: var(--surface-secondary);
  position: relative;
  z-index: 2;
}

.content-inner {
  max-width: 550px;
  margin-left: auto;
  padding-right: var(--space-6);
}

.title {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.subtitle {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  color: var(--primary-600);
  margin-bottom: var(--space-5);
}

.desc {
  font-size: var(--font-size-base);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
  margin-bottom: var(--space-5);
}

.content-accent-bars {
  display: flex;
  gap: var(--space-3);
  margin-top: var(--space-5);
}

.accent-bar {
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  border-radius: 2px;
  transition: all 0.4s ease;
}

.bar-1 {
  width: 60px;
}

.bar-2 {
  width: 40px;
  animation-delay: 0.2s;
}

.bar-3 {
  width: 50px;
  animation-delay: 0.4s;
}

.split-content-side:hover .accent-bar {
  transform: scaleX(1.2);
}

/* Split Images Side */
.split-images-side {
  position: relative;
  padding: var(--space-8);
  background: var(--surface-primary);
}

.diagonal-images-container {
  position: relative;
  height: 100%;
  min-height: 500px;
}

.diag-img {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.diag-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.diag-img:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.diag-img:hover img {
  transform: scale(1.1);
}

.diag-primary {
  width: 65%;
  height: 60%;
  top: 0;
  left: 0;
  z-index: 3;
}

.diag-secondary {
  width: 55%;
  height: 50%;
  bottom: 0;
  right: 0;
  z-index: 2;
  border: 4px solid var(--surface-primary);
}

.diag-tertiary {
  width: 45%;
  height: 40%;
  top: 40%;
  left: 30%;
  z-index: 4;
}

.img-shine-effect {
  position: absolute;
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: rotate(45deg);
  transition: all 0.8s ease;
}

.diag-img:hover .img-shine-effect {
  top: 100%;
  left: 100%;
}

.img-badge-circle {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 55px;
  height: 55px;
  background: var(--primary-600);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  animation: badge-pulse 2s infinite;
}

@keyframes badge-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Diagonal Divider */
.diagonal-divider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  transform: translateX(-50%) skewX(-10deg);
  z-index: 1;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* Features Cards Row */
.features-cards-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-5);
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card-diagonal {
  background: var(--surface-secondary);
  padding: var(--space-6);
  border-radius: 12px;
  text-align: center;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.feature-card-diagonal::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}

.feature-card-diagonal:hover::before {
  left: 100%;
}

.feature-card-diagonal:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-400);
}

.card-icon-wrapper {
  margin-bottom: var(--space-4);
  display: flex;
  justify-content: center;
}

.icon-hexagon {
  width: 80px;
  height: 92px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 36px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}

.icon-hexagon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  clip-path: inherit;
  filter: blur(20px);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.feature-card-diagonal:hover .icon-hexagon {
  transform: rotate(180deg) scale(1.1);
}

.feature-card-diagonal:hover .icon-hexagon::after {
  opacity: 0.7;
}

.item-title {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  transition: color 0.3s ease;
}

.feature-card-diagonal:hover .item-title {
  color: var(--primary-600);
}

.item-desc {
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
  line-height: var(--line-height-normal);
  margin: 0;
}

/* Geometric Background */
.geometric-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

.geo-triangle {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0.03;
}

.triangle-1 {
  top: 10%;
  right: 5%;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-bottom: 260px solid var(--primary-500);
  animation: triangle-float 20s infinite ease-in-out;
}

.triangle-2 {
  bottom: 15%;
  left: 8%;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-top: 208px solid var(--primary-600);
  animation: triangle-float 25s infinite ease-in-out reverse;
}

@keyframes triangle-float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-30px) rotate(10deg); }
}

/* Responsive Design */
@media (max-width: 991px) {
  .diagonal-split-wrapper {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  
  .split-content-side {
    padding: var(--space-6);
  }
  
  .content-inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  
  .content-accent-bars {
    justify-content: center;
  }
  
  .diagonal-images-container {
    min-height: 450px;
  }
  
  .diagonal-divider {
    display: none;
  }
  
  .features-cards-row {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

@media (max-width: 767px) {
  .diagonal-images-container {
    min-height: 400px;
  }
  
  .diag-primary,
  .diag-secondary,
  .diag-tertiary {
    width: 75%;
    height: 50%;
  }
  
  .diag-tertiary {
    width: 65%;
    height: 45%;
  }
  
  .feature-card-diagonal {
    padding: var(--space-5);
  }
  
  .icon-hexagon {
    width: 70px;
    height: 81px;
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .title {
    font-size: var(--font-size-2xl);
  }
  
  .subtitle {
    font-size: var(--font-size-lg);
  }
  
  .diagonal-images-container {
    min-height: 350px;
  }
  
  .img-badge-circle {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
  
  .features-cards-row {
    grid-template-columns: 1fr;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .diag-img,
  .feature-card-diagonal,
  .icon-hexagon,
  .geo-triangle,
  .img-badge-circle {
    animation: none;
    transition: none;
  }
  
  .diag-img:hover,
  .feature-card-diagonal:hover,
  .feature-card-diagonal:hover .icon-hexagon {
    transform: none;
  }
  
  .diag-img:hover img {
    transform: none;
  }
}

@media (prefers-contrast: high) {
  .feature-card-diagonal {
    border: 2px solid var(--text-primary);
  }
  
  .icon-hexagon {
    background: var(--text-primary);
  }
  
  .diagonal-divider {
    background: var(--text-primary);
  }
}







/* Features section */
/* Card Grid with Hover Effects */

.features-special-wrap {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.features-special-header {
  margin-bottom: 3rem;
}

.features-special-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.features-special-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-accent);
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}

.features-special-desc {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.75;
  max-width: 700px;
  margin: 0 auto;
}

/* Feature Cards */
.features-special-card {
  height: 100%;
  perspective: 1000px;
}

.features-special-card-inner {
  position: relative;
  height: 100%;
  padding: 2.5rem;
  background: #ffffff;
  border: 2px solid var(--border-light);
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.features-special-card:hover .features-special-card-inner {
  transform: translateY(-8px);
  border-color: var(--primary-500);
  box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.15);
}

/* Card Icon */
.features-special-card-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 14px;
  margin-bottom: 1.5rem;
  transition: transform 0.4s ease;
  box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.3);
}

.features-special-card:hover .features-special-card-icon {
  transform: scale(1.1) rotate(5deg);
}

.features-special-card-icon i {
  font-size: 2rem;
  color: #ffffff;
}

/* Card Content */
.features-special-card-content {
  position: relative;
  z-index: 2;
}

.features-special-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.features-special-card-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Decorative Corner */
.features-special-card-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, transparent 50%, var(--primary-50) 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.features-special-card:hover .features-special-card-corner {
  opacity: 1;
}

/* Background Elements */
.features-special-bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(var(--border-light) 1px, transparent 1px),
    linear-gradient(90deg, var(--border-light) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
}

.features-special-bg-shape {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
  pointer-events: none;
  opacity: 0.4;
}

.features-special-bg-shape-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
}

.features-special-bg-shape-2 {
  width: 300px;
  height: 300px;
  bottom: -50px;
  left: -50px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .features-special-wrap {
    padding: 80px 0;
  }

  .features-special-title {
    font-size: 2.25rem;
  }

  .features-special-card-inner {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .features-special-wrap {
    padding: 60px 0;
  }

  .features-special-title {
    font-size: 1.875rem;
  }

  .features-special-subtitle {
    font-size: 1.125rem;
  }

  .features-special-desc {
    font-size: 1rem;
  }

  .features-special-card-inner {
    padding: 1.75rem;
  }

  .features-special-card-icon {
    width: 60px;
    height: 60px;
  }

  .features-special-card-icon i {
    font-size: 1.75rem;
  }

  .features-special-card-title {
    font-size: 1.25rem;
  }
}



.services-section-minimal {
  position: relative;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--light) 100%);
  overflow: hidden;
}

/* Header Styling */
.services-section-minimal .section-title {
  font-size: 2.9rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}

.services-section-minimal .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.services-section-minimal .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Masonry Card Base */
.services-section-minimal .masonry-card {
  background: var(--light);
  border-radius: 20px;
  padding: 2.5rem;
  position: relative;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid var(--neutral-100);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services-section-minimal .masonry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.services-section-minimal .masonry-card:hover::before {
  transform: scaleX(1);
}

.services-section-minimal .masonry-card:hover {
  transform: translateY(-20px) rotate(2deg);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-500);
}

/* Masonry Heights */
.services-section-minimal .masonry-card.tall {
  min-height: 520px;
}

.services-section-minimal .masonry-card.medium {
  min-height: 420px;
}

/* Card Icon */
.services-section-minimal .card-icon {
  width: 75px;
  height: 75px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  position: relative;
  transition: all 0.4s ease;
}

.services-section-minimal .masonry-card:hover .card-icon {
  transform: scale(1.15);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.services-section-minimal .card-icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px solid var(--primary-300);
  top: -8px;
  left: -8px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.services-section-minimal .masonry-card:hover .card-icon::after {
  opacity: 1;
}

.services-section-minimal .card-icon i {
  font-size: 2rem;
  color: var(--light);
}

/* Service Content */
.services-section-minimal .service-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.services-section-minimal .service-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Feature Chips */
.services-section-minimal .feature-chips {
  background: linear-gradient(135deg, var(--surface-secondary) 0%, var(--neutral-50) 100%);
  padding: 1.5rem;
  border-radius: 15px;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  border: 2px solid var(--neutral-100);
  position: relative;
}

.services-section-minimal .feature-chips::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.services-section-minimal .masonry-card:hover .feature-chips::before {
  opacity: 0.3;
}

.services-section-minimal .service-features {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Price Container */
.services-section-minimal .price-container {
  text-align: center;
  padding-top: 1rem;
  margin-top: auto;
  border-top: 2px solid var(--neutral-100);
}

.services-section-minimal .service-price {
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  transition: transform 0.3s ease;
}

.services-section-minimal .masonry-card:hover .service-price {
  transform: scale(1.1);
}

/* Floating Orbs */
.services-section-minimal .floating-orb {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
  animation: float-drift 15s infinite ease-in-out;
}

.services-section-minimal .orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}

.services-section-minimal .orb-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
  bottom: 20%;
  left: 10%;
  animation-delay: 5s;
}

.services-section-minimal .orb-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-700) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 10s;
}

@keyframes float-drift {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(50px, -50px);
  }
  66% {
    transform: translate(-30px, 30px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .services-section-minimal .section-title {
    font-size: 2.4rem;
  }
  
  .services-section-minimal .section-subtitle {
    font-size: 1.3rem;
  }
  
  .services-section-minimal .masonry-card.tall,
  .services-section-minimal .masonry-card.medium {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .services-section-minimal .section-title {
    font-size: 2rem;
  }
  
  .services-section-minimal .section-subtitle {
    font-size: 1.2rem;
  }
  
  .services-section-minimal .masonry-card {
    padding: 2rem;
  }
  
  .services-section-minimal .card-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
  }
  
  .services-section-minimal .card-icon i {
    font-size: 1.6rem;
  }
  
  .services-section-minimal .service-name {
    font-size: 1.3rem;
  }
  
  .services-section-minimal .service-price {
    font-size: 1.3rem;
  }
}



/* ========================================
   PRICEPLAN V-046 - MODERN GREEN
   Theme: modern-green-01
   ======================================== */

.priceplan_modern_green {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Organic Background Blobs */
.priceplan_organic_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.priceplan_blob {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.04;
  animation: blobFloat 20s ease-in-out infinite;
}

.priceplan_blob_1 {
  width: 500px;
  height: 500px;
  background: var(--primary-500);
  top: -100px;
  left: -150px;
  animation-delay: 0s;
}

.priceplan_blob_2 {
  width: 400px;
  height: 400px;
  background: var(--primary-700);
  bottom: -100px;
  right: -100px;
  animation-delay: 5s;
}

.priceplan_blob_3 {
  width: 350px;
  height: 350px;
  background: var(--primary-300);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 10s;
}

@keyframes blobFloat {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(30px, -30px) rotate(120deg); }
  66% { transform: translate(-20px, 20px) rotate(240deg); }
}

/* Header Section */
.priceplan_header_wrap {
  position: relative;
  z-index: 1;
}

.priceplan_leaf_accent {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--light);
  font-size: 1.5rem;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 25%, transparent);
}

.priceplan_main_title {
  color: var(--text-primary);
  letter-spacing: -1px;
}

.priceplan_main_subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.priceplan_main_description {
  max-width: 700px;
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Pricing Cards */
.priceplan_green_card {
  position: relative;
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  height: 100%;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  z-index: 1;
}

.priceplan_green_card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: var(--primary-300);
  box-shadow: 0 25px 50px color-mix(in srgb, var(--primary-500) 15%, transparent);
}

/* Premium Card Highlight */
.priceplan_premium_card {
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 40%, transparent) 100%);
  border-color: var(--primary-500);
  border-width: 3px;
}

.priceplan_premium_ribbon {
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--light);
  padding: 8px 40px;
  font-size: 0.85rem;
  font-weight: 700;
  transform: rotate(45deg);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Card Header */
.priceplan_card_header_section {
  text-align: center;
  margin-bottom: 2rem;
}

.priceplan_nature_icon {
  width: 70px;
  height: 70px;
  background: color-mix(in srgb, var(--primary-100) 60%, transparent);
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-500);
  font-size: 2rem;
  margin-bottom: 1.25rem;
  transition: all 0.4s ease;
  position: relative;
}

.priceplan_nature_icon::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}

.priceplan_green_card:hover .priceplan_nature_icon::after {
  opacity: 0.2;
}

.priceplan_icon_premium {
  background: var(--primary-500);
  color: var(--light);
}

.priceplan_card_title {
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.priceplan_card_subtitle {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Pricing Section */
.priceplan_pricing_section {
  text-align: center;
  margin: 2rem 0;
}

.priceplan_amount_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}

.priceplan_currency {
  color: var(--primary-500);
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.priceplan_amount {
  color: var(--primary-700);
  line-height: 1;
  font-weight: 800;
}

.priceplan_billing_cycle {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-top: 0.5rem;
  display: block;
}

/* Divider */
.priceplan_divider_line {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
  margin: 1.5rem 0;
}

/* Features Section */
.priceplan_features_section {
  margin-top: 1.5rem;
}

.priceplan_feature_list {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 2;
  text-align: center;
}

/* Growth Indicator */
.priceplan_growth_indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 0 0 18px 18px;
}

.priceplan_green_card:hover .priceplan_growth_indicator {
  transform: scaleX(1);
}

.priceplan_indicator_premium {
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  height: 8px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .priceplan_main_title {
    font-size: 2.5rem;
  }
  
  .priceplan_premium_card {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .priceplan_main_title {
    font-size: 2rem;
  }
  
  .priceplan_amount {
    font-size: 3rem;
  }
  
  .priceplan_green_card {
    padding: 2rem 1.5rem;
  }
  
  .priceplan_blob {
    display: none;
  }
}


.team-section-featured {
  position: relative;
  background: var(--neutral-0);
  overflow: hidden;
}

.team-section-featured .header-decoration {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-400), var(--primary-600));
  margin: 0 auto 2rem;
  border-radius: 2px;
}

.team-section-featured .section-title {
  color: var(--neutral-900);
  font-size: 2.5rem;
  line-height: 1.3;
}

.team-section-featured .section-subtitle {
  color: var(--primary-600);
  font-size: 1.375rem;
  font-weight: 600;
}

.team-section-featured .section-description {
  color: var(--neutral-700);
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 800px;
}

/* Hexagon Grid */
.team-section-featured .team-hexagon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 0;
}

.team-section-featured .team-hexagon-item {
  text-align: center;
  position: relative;
}

/* Hexagon Wrapper */
.team-section-featured .hexagon-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 1.5rem;
}

.team-section-featured .hexagon-shape {
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--neutral-100);
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
}

.team-section-featured .hexagon-shape:hover {
  transform: rotate(15deg) scale(1.05);
}

.team-section-featured .image-placeholder.team-photo {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-500) 100%);
}

.team-section-featured .team-member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Decorative Dots */
.team-section-featured .decorative-dots {
  position: absolute;
  top: -20px;
  right: -20px;
  display: flex;
  gap: 6px;
  z-index: 2;
}

.team-section-featured .decorative-dots .dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  display: block;
  animation: pulse 2s ease-in-out infinite;
}

.team-section-featured .decorative-dots .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.team-section-featured .decorative-dots .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}

/* Member Info */
.team-section-featured .member-info {
  position: relative;
  padding-top: 1rem;
}

.team-section-featured .member-name {
  color: var(--neutral-900);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.team-section-featured .member-role {
  color: var(--primary-700);
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}

.team-section-featured .connection-line {
  width: 60px;
  height: 2px;
  background: var(--primary-400);
  margin: 1rem auto 0;
  border-radius: 1px;
}

/* Background Geometric Elements */
.team-section-featured .bg-geometric-1 {
  position: absolute;
  top: 100px;
  left: 50px;
  width: 150px;
  height: 150px;
  background: var(--primary-100);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  opacity: 0.2;
  z-index: 0;
}

.team-section-featured .bg-geometric-2 {
  position: absolute;
  top: 50%;
  right: 80px;
  width: 120px;
  height: 120px;
  background: var(--primary-200);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  opacity: 0.15;
  z-index: 0;
  transform: translateY(-50%) rotate(30deg);
}

.team-section-featured .bg-geometric-3 {
  position: absolute;
  bottom: 80px;
  left: 20%;
  width: 100px;
  height: 100px;
  background: var(--primary-300);
  border-radius: 50%;
  opacity: 0.1;
  z-index: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .team-section-featured .section-title {
    font-size: 2rem;
  }

  .team-section-featured .team-hexagon-grid {
    gap: 2.5rem;
  }

  .team-section-featured .hexagon-wrapper {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 767px) {
  .team-section-featured .section-title {
    font-size: 1.75rem;
  }

  .team-section-featured .team-hexagon-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
  }

  .team-section-featured .hexagon-wrapper {
    width: 160px;
    height: 160px;
  }

  .team-section-featured .member-name {
    font-size: 1.25rem;
  }
}



.reviews-section-secondary {
  background: linear-gradient(135deg, 
    var(--surface-primary) 0%, 
    color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
  position: relative;
  overflow: hidden;
}

.reviews-section-secondary .section-header {
  margin-bottom: 3rem;
}

.reviews-section-secondary #reviews-title {
  color: var(--text-primary);
  font-weight: 800;
}

.reviews-section-secondary #reviews-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.reviews-section-secondary #reviews-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Masonry Grid */
.reviews-section-secondary .reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  grid-auto-rows: minmax(100px, auto);
}

.reviews-section-secondary .review-item {
  background: var(--surface-secondary);
  border-radius: 20px;
  padding: 2.5rem;
  border-left: 5px solid var(--primary-500);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
}

.reviews-section-secondary .review-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-left-width: 8px;
}

.reviews-section-secondary .item-large {
  grid-row: span 2;
}

.reviews-section-secondary .quote-decoration {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 3rem;
  color: color-mix(in srgb, var(--primary-500) 15%, transparent);
}

.reviews-section-secondary .review-quote {
  margin: 0;
  padding: 0;
}

.reviews-section-secondary .quote-text {
  color: var(--text-secondary);
  line-height: 1.9;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.reviews-section-secondary .quote-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
}

.reviews-section-secondary .author-initial {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--light);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.reviews-section-secondary .author-citation {
  font-size: 0.95rem;
  color: var(--text-primary);
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
}

/* Decorative Elements */
.reviews-section-secondary .deco-circle {
  position: absolute;
  border-radius: 50%;
  border: 3px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
  pointer-events: none;
}

.reviews-section-secondary .circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  right: -100px;
  animation: float 6s ease-in-out infinite;
}

.reviews-section-secondary .circle-2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  left: -50px;
  animation: float 8s ease-in-out infinite reverse;
}

.reviews-section-secondary .deco-line {
  position: absolute;
  width: 2px;
  height: 150px;
  background: linear-gradient(to bottom, 
    transparent, 
    var(--primary-300), 
    transparent);
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* Responsive */
@media (max-width: 768px) {
  .reviews-section-secondary .reviews-grid {
    grid-template-columns: 1fr;
  }

  .reviews-section-secondary .review-item {
    padding: 2rem;
  }

  .reviews-section-secondary .item-large {
    grid-row: span 1;
  }

  .reviews-section-secondary #reviews-title {
    font-size: 2rem;
  }
}




.casestudy_wrap_bold {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

/* Header Decoration */
.casestudy_wrap_bold .header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.casestudy_wrap_bold .header-icon {
  font-size: 2.5rem;
  color: var(--primary-600);
  animation: pulse 2s ease-in-out infinite;
}

.casestudy_wrap_bold .deco-line {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-500) 50%, transparent 100%);
}

.casestudy_wrap_bold .deco-line.left {
  background: linear-gradient(90deg, transparent 0%, var(--primary-500) 100%);
}

.casestudy_wrap_bold .deco-line.right {
  background: linear-gradient(90deg, var(--primary-500) 0%, transparent 100%);
}

/* Case Study Cards */
.casestudy_wrap_bold .case-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.casestudy_wrap_bold .case-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.casestudy_wrap_bold .case-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.casestudy_wrap_bold .case-card:hover::before {
  transform: scaleX(1);
}

/* Card Header */
.casestudy_wrap_bold .case-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.casestudy_wrap_bold .icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-200));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.casestudy_wrap_bold .case-card:hover .icon-wrapper {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  transform: rotate(360deg);
}

.casestudy_wrap_bold .icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-700);
  transition: color 0.4s ease;
}

.casestudy_wrap_bold .case-card:hover .icon-wrapper i {
  color: #ffffff;
}

.casestudy_wrap_bold .card-number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-100);
  line-height: 1;
  transition: color 0.4s ease;
}

.casestudy_wrap_bold .case-card:hover .card-number {
  color: var(--primary-300);
}

/* Card Body */
.casestudy_wrap_bold .case-card-body {
  margin-bottom: 1.5rem;
}

.casestudy_wrap_bold .case-card-body h3 {
  color: var(--neutral-900);
  transition: color 0.3s ease;
}

.casestudy_wrap_bold .case-card:hover .case-card-body h3 {
  color: var(--primary-700);
}

.casestudy_wrap_bold .case-card-body p {
  color: var(--neutral-700);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Card Footer */
.casestudy_wrap_bold .case-card-footer {
  padding-top: 1rem;
  border-top: 1px solid var(--neutral-200);
}

.casestudy_wrap_bold .decorative-dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.casestudy_wrap_bold .decorative-dots .dot {
  width: 8px;
  height: 8px;
  background: var(--primary-300);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.casestudy_wrap_bold .case-card:hover .decorative-dots .dot {
  background: var(--primary-600);
  transform: scale(1.3);
}

.casestudy_wrap_bold .decorative-dots .dot:nth-child(2) {
  transition-delay: 0.1s;
}

.casestudy_wrap_bold .decorative-dots .dot:nth-child(3) {
  transition-delay: 0.2s;
}

/* Background Decoration */
.casestudy_wrap_bold .bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.casestudy_wrap_bold .blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
  filter: blur(60px);
}

.casestudy_wrap_bold .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: -100px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.casestudy_wrap_bold .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-600);
  bottom: -80px;
  left: -80px;
  animation: float 25s ease-in-out infinite reverse;
}

.casestudy_wrap_bold > .container {
  position: relative;
  z-index: 1;
}

/* Animations */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .casestudy_wrap_bold .case-card {
    padding: 1.5rem;
  }
  
  .casestudy_wrap_bold .icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .casestudy_wrap_bold .icon-wrapper i {
    font-size: 1.5rem;
  }
  
  .casestudy_wrap_bold .card-number {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .casestudy_wrap_bold .deco-line {
    width: 50px;
  }
  
  .casestudy_wrap_bold .header-icon {
    font-size: 2rem;
  }
  
  .casestudy_wrap_bold .case-card {
    margin-bottom: 1rem;
  }
}





.process-section-standard {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  overflow: hidden;
}

/* Header Styles */
.process-section-standard .section-subtitle {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary-700);
  margin-bottom: 1rem;
}

.process-section-standard .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.process-section-standard .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

/* Process Flow Wrapper */
.process-flow-wrapper {
  position: relative;
  margin-top: 4rem;
}

.process-flow-wrapper .row {
  position: relative;
  z-index: 2;
}

/* Process Step */
.process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
}

.step-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
  border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
  position: relative;
  overflow: hidden;
}

.step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.step-card:hover::before {
  transform: scaleX(1);
}

.step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-500);
}

.step-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.step-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 15%, transparent),
    color-mix(in srgb, var(--primary-700) 10%, transparent)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.step-card:hover .step-icon-box {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}

.step-icon-box i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.step-card:hover .step-icon-box i {
  color: white;
}

.step-number {
  font-size: 2rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--primary-500) 30%, transparent);
  transition: all 0.3s ease;
}

.step-card:hover .step-number {
  color: var(--primary-500);
  transform: scale(1.1);
}

.step-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.step-description {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Connector Arrows */
.connector-arrow {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 2rem;
  color: var(--primary-500);
  animation: pulse-arrow 2s ease-in-out infinite;
}

@keyframes pulse-arrow {
  0%, 100% { transform: translateY(-50%) translateX(0); opacity: 0.6; }
  50% { transform: translateY(-50%) translateX(5px); opacity: 1; }
}

.process-step:last-child .connector-arrow {
  display: none;
}

/* Wave Connector */
.wave-connector {
  position: absolute;
  top: 120px;
  left: 5%;
  right: 5%;
  height: 3px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--primary-300) 10%, 
    var(--primary-500) 50%, 
    var(--primary-300) 90%, 
    transparent 100%
  );
  z-index: 1;
  opacity: 0.3;
}

/* Nature Decorative Elements */
.nature-element {
  position: absolute;
  font-size: 3rem;
  color: var(--primary-500);
  opacity: 0.08;
  pointer-events: none;
  animation: float-leaf 8s ease-in-out infinite;
}

.leaf-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.leaf-2 {
  top: 60%;
  right: 8%;
  animation-delay: 2s;
}

.leaf-3 {
  bottom: 15%;
  left: 10%;
  animation-delay: 4s;
}

@keyframes float-leaf {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-15px) rotate(5deg); }
  50% { transform: translateY(-10px) rotate(-5deg); }
  75% { transform: translateY(-20px) rotate(3deg); }
}

/* Responsive Design */
@media (max-width: 1199px) {
  .step-card {
    padding: 1.75rem 1.25rem;
  }

  .step-title {
    font-size: 1.125rem;
  }

  .step-description {
    font-size: 0.9rem;
  }

  .connector-arrow {
    font-size: 1.5rem;
    right: -15px;
  }
}

@media (max-width: 991px) {
  .process-section-standard {
    padding: 80px 0;
  }

  .process-section-standard .section-title {
    font-size: 2rem;
  }

  .process-step {
    margin-bottom: 3rem;
  }

  .connector-arrow {
    right: 50%;
    top: auto;
    bottom: -2.5rem;
    transform: translateX(50%) rotate(90deg);
  }

  @keyframes pulse-arrow {
    0%, 100% { transform: translateX(50%) rotate(90deg) translateY(0); opacity: 0.6; }
    50% { transform: translateX(50%) rotate(90deg) translateY(5px); opacity: 1; }
  }

  .wave-connector {
    display: none;
  }
}

@media (max-width: 767px) {
  .process-section-standard {
    padding: 60px 0;
  }

  .process-section-standard .section-title {
    font-size: 1.75rem;
  }

  .step-card {
    padding: 1.5rem 1rem;
  }

  .step-icon-box {
    width: 50px;
    height: 50px;
  }

  .step-icon-box i {
    font-size: 1.5rem;
  }

  .step-number {
    font-size: 1.5rem;
  }

  .step-title {
    font-size: 1rem;
  }

  .nature-element {
    font-size: 2rem;
  }
}




.timeline-section-featured {
  position: relative;
  padding: 80px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.timeline-section-featured .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.timeline-section-featured .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.timeline-section-featured .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Progress Timeline Container */
.progress-timeline {
  max-width: 1200px;
  margin: 60px auto 0;
}

/* Progress Track */
.progress-track {
  position: relative;
  width: 100%;
  height: 8px;
  background: var(--neutral-100);
  border-radius: 10px;
  margin-bottom: 60px;
  overflow: hidden;
}

.progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to right, var(--primary-500), var(--primary-700));
  border-radius: 10px;
  animation: fill-progress 2s ease-out forwards;
  animation-delay: 0.5s;
}

@keyframes fill-progress {
  to {
    width: 100%;
  }
}

/* Progress Markers */
.progress-markers {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 2%;
}

.progress-marker {
  width: 32px;
  height: 32px;
  background: var(--neutral-300);
  border: 4px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
  position: relative;
  transition: all 0.5s ease;
  z-index: 2;
}

.progress-marker::before {
  content: attr(data-step);
}

.progress-marker.active {
  background: var(--primary-700);
  transform: scale(1.2);
  box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent);
}

/* Timeline Grid */
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* Timeline Card */
.timeline-card {
  background: white;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-900) 8%, transparent);
  border: 1px solid var(--neutral-100);
  transition: all 0.3s ease;
  overflow: hidden;
}

.timeline-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 20%, transparent);
  border-color: var(--primary-300);
}

/* Card Header Badge */
.card-header-badge {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.badge-number {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  line-height: 1;
}

.card-header-badge[data-number] .badge-number::before {
  content: attr(data-number);
}

.badge-icon {
  width: 50px;
  height: 50px;
  background: color-mix(in srgb, white 20%, transparent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-icon i {
  font-size: 1.5rem;
  color: white;
}

/* Card Body Content */
.card-body-content {
  padding: 25px;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.card-description {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Card Progress Indicator */
.card-progress-indicator {
  height: 6px;
  background: var(--neutral-100);
  position: relative;
  overflow: hidden;
}

.indicator-fill {
  height: 100%;
  background: linear-gradient(to right, var(--primary-500), var(--primary-700));
  transition: width 0.8s ease;
}

/* Industrial Grid Background */
.industrial-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .timeline-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .timeline-section-featured {
    padding: 60px 0;
  }

  .timeline-section-featured .section-title {
    font-size: 2rem;
  }

  .timeline-section-featured .section-subtitle {
    font-size: 1.1rem;
  }

  .timeline-section-featured .section-description {
    font-size: 1rem;
  }

  .progress-track {
    margin-bottom: 40px;
  }

  .progress-marker {
    width: 28px;
    height: 28px;
    font-size: 0.7rem;
  }

  .timeline-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card-header-badge {
    padding: 18px;
  }

  .badge-number {
    font-size: 1.75rem;
  }

  .badge-icon {
    width: 45px;
    height: 45px;
  }

  .badge-icon i {
    font-size: 1.25rem;
  }

  .card-body-content {
    padding: 20px;
  }

  .card-title {
    font-size: 1.15rem;
  }

  .card-description {
    font-size: 0.9rem;
  }
}


.career-section-classic {
  background: linear-gradient(
    to bottom,
    var(--surface-primary) 0%,
    color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary)) 50%,
    var(--surface-primary) 100%
  );
  position: relative;
  overflow: hidden;
}

/* Header Styling */
.career-section-classic .header-ornament {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.career-section-classic .header-ornament::before,
.career-section-classic .header-ornament::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
  border-radius: 50%;
  animation: pulse-ring 3s ease-in-out infinite;
}

.career-section-classic .header-ornament::after {
  animation-delay: 1.5s;
}

.career-section-classic .header-ornament i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.career-section-classic .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.career-section-classic .section-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 0;
}

.career-section-classic .section-description {
  font-size: 1.1rem;
  line-height: 1.9;
  color: var(--text-secondary);
  margin: 0;
  padding: 1.5rem 2rem;
  background: var(--light);
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 5px 20px color-mix(in srgb, var(--primary-500) 8%, transparent);
}

/* Organic Career List */
.career-section-classic .careers-organic {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.career-section-classic .careers-organic::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--primary-300),
    var(--primary-300),
    transparent
  );
  transform: translateX(-50%);
  opacity: 0.3;
}

.career-section-classic .career-organic-item {
  margin-bottom: 3rem;
  position: relative;
}

.career-section-classic .career-organic-item:last-child {
  margin-bottom: 0;
}

.career-section-classic .item-wrapper {
  background: var(--light);
  border-radius: 20px;
  padding: 2rem 2.5rem;
  position: relative;
  box-shadow: 0 8px 25px color-mix(in srgb, var(--primary-500) 8%, transparent);
  transition: all 0.4s ease;
  border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
}

.career-section-classic .item-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
  border-color: var(--primary-500);
}

.career-section-classic .leaf-decoration {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 5px 15px color-mix(in srgb, var(--primary-500) 30%, transparent);
  transition: all 0.3s ease;
}

.career-section-classic .item-wrapper:hover .leaf-decoration {
  transform: translateY(-50%) scale(1.1) rotate(10deg);
}

.career-section-classic .left-leaf {
  left: -30px;
}

.career-section-classic .right-leaf {
  right: -30px;
}

.career-section-classic .leaf-decoration i {
  font-size: 1.75rem;
  color: var(--light);
}

.career-section-classic .item-content {
  padding-left: 50px;
}

.career-section-classic .item-header {
  margin-bottom: 1rem;
}

.career-section-classic .career-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.career-section-classic .career-role {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary-700);
  background: color-mix(in srgb, var(--primary-300) 20%, transparent);
  padding: 0.4rem 1rem;
  border-radius: 12px;
  display: inline-block;
}

.career-section-classic .career-description {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-secondary);
  margin: 0;
}

.career-section-classic .growth-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    var(--primary-300)
  );
  border-radius: 3px;
  transition: width 0.5s ease;
}

.career-section-classic .item-wrapper:hover .growth-line {
  width: 100%;
}

/* Nature Decorations */
.career-section-classic .nature-decoration {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  pointer-events: none;
}

.career-section-classic .nature-decoration i {
  font-size: 3rem;
  color: var(--primary-500);
}

.career-section-classic .decoration-top {
  top: 5%;
  right: 5%;
}

.career-section-classic .decoration-bottom {
  bottom: 5%;
  left: 5%;
}

/* Responsive */
@media (max-width: 991px) {
  .career-section-classic .careers-organic::before {
    display: none;
  }
  
  .career-section-classic .item-content {
    padding-left: 0;
  }
  
  .career-section-classic .left-leaf,
  .career-section-classic .right-leaf {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    margin: 0 auto 1.5rem;
  }
  
  .career-section-classic .item-wrapper:hover .leaf-decoration {
    transform: scale(1.1) rotate(10deg);
  }
}

@media (max-width: 575px) {
  .career-section-classic .section-description {
    padding: 1.25rem 1.5rem;
  }
  
  .career-section-classic .item-wrapper {
    padding: 1.75rem 1.5rem;
  }
  
  .career-section-classic .leaf-decoration {
    width: 50px;
    height: 50px;
  }
  
  .career-section-classic .leaf-decoration i {
    font-size: 1.5rem;
  }
  
  .career-section-classic .nature-decoration {
    width: 70px;
    height: 70px;
  }
  
  .career-section-classic .nature-decoration i {
    font-size: 2rem;
  }
}




.coreinfo-section-special {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.coreinfo-section-special .badge-wrapper {
  display: inline-flex;
}

.coreinfo-section-special .status-badge {
  display: inline-block;
  width: 60px;
  height: 6px;
  background: var(--primary-500);
  border-radius: 3px;
  position: relative;
}

.coreinfo-section-special .status-badge::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
  background: var(--primary-700);
  border-radius: 3px;
  animation: slide-indicator 2s ease-in-out infinite;
}

@keyframes slide-indicator {
  0%, 100% { left: 0; }
  50% { left: calc(100% - 20px); }
}

.coreinfo-section-special .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.coreinfo-section-special .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.coreinfo-section-special .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

/* Horizontal Scroll */
.coreinfo-section-special .horizontal-scroll-wrapper {
  position: relative;
  margin-top: 3rem;
  overflow: hidden;
}

.coreinfo-section-special .scroll-container {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 2rem 1rem 3rem;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-500) color-mix(in srgb, var(--neutral-300) 30%, transparent);
}

.coreinfo-section-special .scroll-container::-webkit-scrollbar {
  height: 8px;
}

.coreinfo-section-special .scroll-container::-webkit-scrollbar-track {
  background: color-mix(in srgb, var(--neutral-300) 20%, transparent);
  border-radius: 10px;
}

.coreinfo-section-special .scroll-container::-webkit-scrollbar-thumb {
  background: var(--primary-500);
  border-radius: 10px;
}

.coreinfo-section-special .scroll-container::-webkit-scrollbar-thumb:hover {
  background: var(--primary-700);
}

/* Info Cards */
.coreinfo-section-special .info-card {
  flex: 0 0 380px;
  background: var(--surface-secondary);
  border: 2px solid color-mix(in srgb, var(--primary-500) 12%, transparent);
  border-radius: 12px;
  padding: 2rem;
  position: relative;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.coreinfo-section-special .info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px color-mix(in srgb, var(--primary-500) 18%, transparent);
  border-color: var(--primary-500);
}

/* Card Header Visual */
.coreinfo-section-special .card-header-visual {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.coreinfo-section-special .icon-box {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.coreinfo-section-special .icon-box i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.coreinfo-section-special .info-card:hover .icon-box {
  background: var(--primary-500);
  transform: scale(1.1);
}

.coreinfo-section-special .info-card:hover .icon-box i {
  color: var(--light);
}

.coreinfo-section-special .line-accent {
  flex: 1;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--primary-500),
    transparent
  );
}

/* Card Content */
.coreinfo-section-special .card-body-content {
  flex: 1;
}

.coreinfo-section-special .card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.coreinfo-section-special .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Card Number */
.coreinfo-section-special .card-number {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--primary-500) 8%, transparent);
  line-height: 1;
  transition: all 0.3s ease;
}

.coreinfo-section-special .info-card:hover .card-number {
  color: color-mix(in srgb, var(--primary-500) 15%, transparent);
  transform: scale(1.1);
}

/* Scroll Indicators */
.coreinfo-section-special .scroll-indicators {
  position: relative;
  margin-top: 2rem;
  padding: 0 1rem;
}

.coreinfo-section-special .indicator-line {
  height: 3px;
  background: color-mix(in srgb, var(--neutral-300) 25%, transparent);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.coreinfo-section-special .indicator-line::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background: var(--primary-500);
  border-radius: 2px;
}

/* Decorative Elements */
.coreinfo-section-special .grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    repeating-linear-gradient(
      90deg,
      color-mix(in srgb, var(--neutral-300) 4%, transparent) 0,
      color-mix(in srgb, var(--neutral-300) 4%, transparent) 1px,
      transparent 1px,
      transparent 60px
    ),
    repeating-linear-gradient(
      0deg,
      color-mix(in srgb, var(--neutral-300) 4%, transparent) 0,
      color-mix(in srgb, var(--neutral-300) 4%, transparent) 1px,
      transparent 1px,
      transparent 60px
    );
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}

.coreinfo-section-special .corner-accent {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 3px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
  pointer-events: none;
  z-index: 0;
}

.coreinfo-section-special .accent-top-left {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.coreinfo-section-special .accent-bottom-right {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

.coreinfo-section-special .container-fluid {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .coreinfo-section-special .section-title {
    font-size: 2rem;
  }
  
  .coreinfo-section-special .section-subtitle {
    font-size: 1.25rem;
  }
  
  .coreinfo-section-special .info-card {
    flex: 0 0 340px;
  }
}

@media (max-width: 767px) {
  .coreinfo-section-special .section-title {
    font-size: 1.75rem;
  }
  
  .coreinfo-section-special .section-subtitle {
    font-size: 1.125rem;
  }
  
  .coreinfo-section-special .info-card {
    flex: 0 0 300px;
    padding: 1.5rem;
  }
  
  .coreinfo-section-special .card-number {
    font-size: 2.5rem;
  }
}




/* ========================================
   CONTACT SECTION V-025 - Minimal Professional Blue
   Theme: professional-blue-01
   ======================================== */

.contact-section-featured {
  position: relative;
  background: var(--surface-primary);
  padding: 100px 0;
  overflow: hidden;
}

/* ========================================
   GEOMETRIC LINE DECORATION
   ======================================== */

.geometric-line-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.geo-line {
  width: 80px;
  height: 2px;
  background: var(--primary-500);
}

.geo-square {
  width: 16px;
  height: 16px;
  background: var(--primary-500);
  transform: rotate(45deg);
}

/* ========================================
   MINIMAL TYPOGRAPHY
   ======================================== */

.contact-section-featured .title-minimal {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.contact-section-featured .subtitle-blue {
  color: var(--primary-500);
  font-weight: 500;
  line-height: 1.5;
}

.contact-section-featured .desc-minimal {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 850px;
}

/* ========================================
   MINIMAL CARD
   ======================================== */

.minimal-card {
  position: relative;
  background: var(--surface-primary);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  padding: 3rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.minimal-card:hover {
  box-shadow: 0 8px 30px rgba(37, 99, 235, 0.08);
}

.card-accent-strip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
}

/* ========================================
   MINIMAL FORM
   ======================================== */

.minimal-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

.minimal-field {
  position: relative;
}

.minimal-field.full-width {
  grid-column: span 2;
}

.minimal-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.minimal-input {
  width: 100%;
  padding: 0.875rem 0;
  font-size: 1rem;
  color: var(--text-primary);
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--border-light);
  transition: all 0.3s ease;
}

.minimal-input:focus {
  outline: none;
  border-bottom-color: var(--primary-500);
}

.minimal-input:focus ~ .input-underline {
  transform: scaleX(1);
}

.input-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--primary-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.minimal-textarea {
  resize: vertical;
  min-height: 120px;
  padding-top: 1rem;
}

/* ========================================
   MINIMAL CHECKBOX
   ======================================== */

.minimal-action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.minimal-checkbox-group {
  display: flex;
  align-items: center;
}

.minimal-checkbox {
  display: none;
}

.minimal-checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  user-select: none;
}

.checkbox-box {
  width: 22px;
  height: 22px;
  border: 2px solid var(--border-light);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.checkbox-box i {
  color: #ffffff;
  font-size: 0.875rem;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
}

.minimal-checkbox:checked + .minimal-checkbox-label .checkbox-box {
  background: var(--primary-500);
  border-color: var(--primary-500);
}

.minimal-checkbox:checked + .minimal-checkbox-label .checkbox-box i {
  opacity: 1;
  transform: scale(1);
}

.checkbox-label-text {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

/* ========================================
   MINIMAL SUBMIT BUTTON
   ======================================== */

.btn-minimal-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 1rem 2.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--button-primary-text);
  background: transparent;
  border: none;
  cursor: pointer;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.btn-minimal-submit:hover {
  transform: translateX(5px);
}

.btn-minimal-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
}

.btn-minimal-text,
.btn-minimal-submit i {
  position: relative;
  z-index: 1;
}

/* ========================================
   MINIMAL INFO CARDS
   ======================================== */

.minimal-info-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.minimal-info-card {
  background: var(--surface-primary);
  border: 1px solid var(--border-light);
  border-left: 4px solid var(--primary-500);
  border-radius: 4px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}

.minimal-info-card:hover {
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.1);
  transform: translateY(-2px);
}

.info-icon-minimal {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50);
  border-radius: 2px;
  color: var(--primary-500);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.info-value-minimal {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.6;
}

/* ========================================
   MINIMAL ICON GRID
   ======================================== */

.minimal-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: var(--surface-secondary);
  border-radius: 4px;
}

.minimal-icon-grid i {
  font-size: 1.5rem;
  color: var(--primary-300);
  display: flex;
  justify-content: center;
  opacity: 0.7;
}

/* ========================================
   SUBTLE BACKGROUND
   ======================================== */

.subtle-bg-grid {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(var(--border-light) 1px, transparent 1px),
    linear-gradient(90deg, var(--border-light) 1px, transparent 1px);
  background-size: 100px 100px;
  opacity: 0.2;
  pointer-events: none;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 991.98px) {
  .contact-section-featured {
    padding: 60px 0;
  }

  .minimal-card {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .minimal-form-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .minimal-field.full-width {
    grid-column: span 1;
  }
}

@media (max-width: 767.98px) {
  .minimal-card {
    padding: 1.5rem;
  }

  .minimal-action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-minimal-submit {
    width: 100%;
    justify-content: center;
  }

  .minimal-icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}



.blog-section-049 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.blog-section-049 .title-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.blog-section-049 .decorative-blob {
  position: absolute;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  opacity: 0.15;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: blobMorph 8s ease-in-out infinite;
  z-index: 0;
}

@keyframes blobMorph {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
  }
}

.blog-section-049 .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-primary);
  position: relative;
  z-index: 1;
  line-height: 1.2;
}

.blog-section-049 .section-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  font-style: italic;
}

.blog-section-049 .section-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Blog Cards */
.blog-section-049 .blog-card {
  height: 100%;
  perspective: 1000px;
}

.blog-section-049 .card-inner {
  background: var(--surface-secondary);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.blog-section-049 .blog-card:hover .card-inner {
  transform: translateY(-10px) rotateX(2deg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.blog-section-049 .blog-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.blog-section-049 .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.blog-section-049 .blog-card:hover .blog-image {
  transform: scale(1.15) rotate(2deg);
}

.blog-section-049 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-500) 70%, transparent 30%) 0%,
    color-mix(in srgb, var(--primary-700) 70%, transparent 30%) 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

.blog-section-049 .blog-card:hover .gradient-overlay {
  opacity: 0.7;
}

.blog-section-049 .icon-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background: var(--surface-secondary);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--primary-500);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  z-index: 2;
}

.blog-section-049 .blog-card:hover .icon-badge {
  transform: rotate(360deg) scale(1.1);
  background: var(--primary-500);
  color: var(--light);
}

.blog-section-049 .blog-content {
  padding: 35px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-section-049 .meta-line {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.blog-section-049 .meta-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-300);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.blog-section-049 .blog-card:hover .meta-dot:nth-child(1) {
  transform: translateX(-5px);
  background: var(--primary-500);
}

.blog-section-049 .blog-card:hover .meta-dot:nth-child(2) {
  background: var(--primary-500);
}

.blog-section-049 .blog-card:hover .meta-dot:nth-child(3) {
  transform: translateX(5px);
  background: var(--primary-500);
}

.blog-section-049 .blog-title {
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 15px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-section-049 .blog-card:hover .blog-title {
  color: var(--primary-500);
}

.blog-section-049 .blog-excerpt {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 25px;
  flex: 1;
}

.blog-section-049 .blog-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--primary-500);
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.blog-section-049 .link-icon {
  width: 35px;
  height: 35px;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.blog-section-049 .blog-link:hover {
  color: var(--primary-700);
  transform: translateX(5px);
}

.blog-section-049 .blog-link:hover .link-icon {
  background: var(--primary-500);
  color: var(--light);
  transform: rotate(45deg);
}

/* Floating Shapes */
.blog-section-049 .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
}

.blog-section-049 .shape-1 {
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
  top: 10%;
  right: 5%;
  animation: floatRotate 15s ease-in-out infinite;
}

.blog-section-049 .shape-2 {
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
  bottom: 20%;
  left: 8%;
  animation: floatRotate 12s ease-in-out infinite reverse;
}

.blog-section-049 .shape-3 {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  top: 50%;
  left: 50%;
  animation: floatRotate 10s ease-in-out infinite;
}

@keyframes floatRotate {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .blog-section-049 {
    padding: 80px 0;
  }

  .blog-section-049 .section-title {
    font-size: 2.3rem;
  }

  .blog-section-049 .floating-shape {
    display: none;
  }
}

@media (max-width: 767px) {
  .blog-section-049 {
    padding: 60px 0;
  }

  .blog-section-049 .section-title {
    font-size: 1.9rem;
  }

  .blog-section-049 .blog-image-wrapper {
    height: 200px;
  }

  .blog-section-049 .blog-content {
    padding: 25px;
  }

  .blog-section-049 .blog-title {
    font-size: 1.3rem;
  }
}


/* Faq section */

.faq-section-073 {
  position: relative;
  padding: 100px 0;
  background: radial-gradient(ellipse at top, 
    color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary)),
    var(--surface-primary) 70%
  );
  overflow: hidden;
}

/* Section Header */
.faq-section-073 .icon-grid {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.faq-section-073 .icon-grid i {
  font-size: 2.5rem;
  color: var(--primary-500);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.faq-section-073 .icon-grid i:hover {
  opacity: 1;
  transform: scale(1.2) rotate(10deg);
}

.faq-section-073 #faq-title {
  color: var(--text-primary);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.faq-section-073 #faq-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.faq-section-073 #faq-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* FAQ Cards - Masonry Style */
.faq-section-073 .faq-card {
  border: none;
  border-radius: 20px;
  background: var(--surface-primary);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.faq-section-073 .faq-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);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.faq-section-073 .faq-card:hover::before {
  transform: scaleX(1);
}

.faq-section-073 .faq-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.faq-section-073 .card-body {
  padding: 2rem;
  position: relative;
}

.faq-section-073 .number-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.125rem;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent);
}

.faq-section-073 .card-body h3 {
  color: var(--text-primary);
  font-weight: 600;
  line-height: 1.4;
  padding-right: 3rem;
}

.faq-section-073 .card-body p {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 0.95rem;
}

.faq-section-073 .card-footer {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 8%, var(--surface-primary)),
    var(--surface-primary)
  );
  border-top: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
  padding: 1rem 2rem;
  text-align: center;
}

.faq-section-073 .card-footer i {
  color: var(--primary-500);
  font-size: 1.5rem;
  opacity: 0.6;
}

/* Floating Shapes */
.faq-section-073 .floating-shape {
  position: absolute;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 12%, transparent),
    color-mix(in srgb, var(--primary-300) 6%, transparent)
  );
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  pointer-events: none;
  z-index: 0;
  animation: floatShape 25s ease-in-out infinite;
}

.faq-section-073 .floating-shape.shape-1 {
  width: 350px;
  height: 350px;
  top: 10%;
  right: -100px;
  opacity: 0.5;
  animation-delay: 0s;
}

.faq-section-073 .floating-shape.shape-2 {
  width: 250px;
  height: 250px;
  bottom: 20%;
  left: -80px;
  opacity: 0.4;
  animation-delay: -8s;
}

.faq-section-073 .floating-shape.shape-3 {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  opacity: 0.3;
  animation-delay: -16s;
}

@keyframes floatShape {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  25% {
    transform: translate(30px, -40px) rotate(90deg);
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
  50% {
    transform: translate(-20px, 30px) rotate(180deg);
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  }
  75% {
    transform: translate(40px, 20px) rotate(270deg);
    border-radius: 30% 70% 70% 30% / 70% 30% 30% 70%;
  }
}

.faq-section-073 .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .faq-section-073 {
    padding: 80px 0;
  }

  .faq-section-073 #faq-title {
    font-size: 2.5rem;
  }

  .faq-section-073 .icon-grid i {
    font-size: 2rem;
  }

  .faq-section-073 .card-body {
    padding: 1.5rem;
  }

  .faq-section-073 .card-footer {
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .faq-section-073 {
    padding: 60px 0;
  }

  .faq-section-073 #faq-title {
    font-size: 2rem;
  }

  .faq-section-073 #faq-subtitle {
    font-size: 1.25rem;
  }

  .faq-section-073 .icon-grid i {
    font-size: 1.75rem;
  }

  .faq-section-073 .number-badge {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    top: 1.25rem;
    right: 1.25rem;
  }

  .faq-section-073 .card-body h3 {
    font-size: 1.05rem;
    padding-right: 2.5rem;
  }

  .faq-section-073 .floating-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .faq-section-073 {
    padding: 50px 0;
  }

  .faq-section-073 .card-body {
    padding: 1.25rem;
  }

  .faq-section-073 .card-footer {
    padding: 0.75rem 1.25rem;
  }

  .faq-section-073 .card-footer i {
    font-size: 1.25rem;
  }
}




.gallery-section-alt {
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary)) 100%);
  position: relative;
  overflow: hidden;
}

.gallery-section-alt .decorative-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.gallery-section-alt .accent-bar {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}

.gallery-section-alt .decorative-header i {
  font-size: 2rem;
  color: var(--primary-500);
}

.gallery-section-alt .asymmetric-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .gallery-section-alt .asymmetric-gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
  }
}

.gallery-section-alt .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (min-width: 768px) {
  .gallery-section-alt .item-xlarge {
    grid-column: span 2;
    grid-row: span 2;
  }
  
  .gallery-section-alt .item-wide {
    grid-column: span 2;
  }
  
  .gallery-section-alt .cluster-medium {
    grid-column: span 2;
  }
  
  .gallery-section-alt .cluster-small {
    grid-column: span 2;
  }
}

.gallery-section-alt .gallery-cluster {
  display: grid;
  gap: 20px;
}

.gallery-section-alt .cluster-medium {
  grid-template-columns: 1fr 1fr;
}

.gallery-section-alt .cluster-small {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .gallery-section-alt .cluster-medium,
  .gallery-section-alt .cluster-small {
    grid-template-columns: 1fr;
  }
}

.gallery-section-alt .gallery-item:hover {
  transform: rotate(-2deg) scale(1.05);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.gallery-section-alt .gallery-item:nth-child(even):hover {
  transform: rotate(2deg) scale(1.05);
}

.gallery-section-alt .item-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.gallery-section-alt .item-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.gallery-section-alt .gallery-item:hover .item-wrapper img {
  transform: scale(1.15);
  filter: saturate(1.3) brightness(0.9);
}

.gallery-section-alt .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 80%, transparent),
    color-mix(in srgb, var(--primary-700) 90%, transparent));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-section-alt .gallery-item:hover .hover-overlay {
  opacity: 1;
}

.gallery-section-alt .overlay-icon {
  width: 60px;
  height: 60px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(180deg);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.gallery-section-alt .gallery-item:hover .overlay-icon {
  transform: scale(1) rotate(0deg);
}

.gallery-section-alt .overlay-icon i {
  font-size: 1.8rem;
  color: var(--primary-500);
}

.gallery-section-alt .featured-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border: 3px solid var(--light);
  border-radius: 50%;
  animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(147, 51, 234, 0.7);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(147, 51, 234, 0);
  }
}

.gallery-section-alt .creative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.gallery-section-alt .shape-blob {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.08;
  background: var(--primary-300);
}

.gallery-section-alt .blob-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
  animation: morph 10s ease-in-out infinite;
}

.gallery-section-alt .blob-2 {
  width: 250px;
  height: 250px;
  bottom: -80px;
  right: -80px;
  animation: morph 12s ease-in-out infinite reverse;
}

.gallery-section-alt .shape-square {
  position: absolute;
  width: 150px;
  height: 150px;
  background: var(--primary-500);
  opacity: 0.05;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  animation: rotate-slow 20s linear infinite;
}

@keyframes morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  50% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes rotate-slow {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}




.footer-minimal {
  position: relative;
  padding: 90px 0 50px;
  background: linear-gradient(145deg, 
    color-mix(in srgb, var(--primary-700) 92%, transparent) 0%, 
    color-mix(in srgb, var(--primary-500) 88%, transparent) 60%, 
    color-mix(in srgb, var(--neutral-900) 90%, transparent) 100%), 
    url('DUB_assets/DUB_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  overflow: hidden;
}

.footer-earth-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-500) 3%, transparent);
  pointer-events: none;
}

/* Organic Header */
.organic-header {
  margin-bottom: 2rem;
}

.natural-icon-cluster {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}

.natural-icon-cluster i {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.8;
}

.earth-brand-name {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.25rem;
  letter-spacing: 0.3px;
}

.earth-brand-description {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  max-width: 650px;
  margin: 0 auto;
}

/* Organic Content Blocks */
.organic-section-wrapper {
  height: 100%;
}

.earth-content-block {
  background: color-mix(in srgb, #ffffff 9%, transparent);
  border: 1px solid color-mix(in srgb, #ffffff 18%, transparent);
  border-radius: 25px;
  padding: 2rem 1.75rem;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.earth-content-block:hover {
  background: color-mix(in srgb, #ffffff 12%, transparent);
  border-color: color-mix(in srgb, #ffffff 25%, transparent);
}

.block-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.organic-leaf-icon {
  width: 50px;
  height: 50px;
  background: color-mix(in srgb, #ffffff 15%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.organic-leaf-icon i {
  font-size: 1.5rem;
  color: #ffffff;
}

.earth-section-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Navigation Menu */
.earth-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.earth-nav-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.earth-nav-item i {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.earth-nav-item:hover {
  color: #ffffff;
  background: color-mix(in srgb, #ffffff 8%, transparent);
  padding-left: 1.25rem;
}

.earth-nav-item:hover i {
  transform: translateX(5px);
}

/* Contact Grid */
.earth-contact-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.earth-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-icon-circle {
  width: 45px;
  height: 45px;
  background: color-mix(in srgb, #ffffff 13%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon-circle i {
  font-size: 1.2rem;
  color: #ffffff;
}

.contact-info {
  flex: 1;
  padding-top: 10px;
}

.contact-value {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Organic Wave Divider */
.organic-wave-divider {
  height: 3px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.3), 
    transparent);
  margin-bottom: 1.25rem;
  border-radius: 10px;
}

.earth-disclaimer-text {
  font-size: 0.88rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  text-align: center;
}

/* Copyright Section */
.earth-footer-bottom {
  margin-top: 2.5rem;
  padding-top: 2rem;
}

.organic-separator {
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 10%, 
    rgba(255, 255, 255, 0.25) 50%, 
    transparent 90%);
  margin-bottom: 1.75rem;
}

.earth-copyright {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin: 0;
}

/* Organic Decorative Shapes */
.organic-shape {
  position: absolute;
  opacity: 0.06;
  pointer-events: none;
}

.leaf-shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(ellipse, #ffffff, transparent);
  top: 10%;
  right: 5%;
  border-radius: 50% 0 50% 50%;
  transform: rotate(45deg);
}

.leaf-shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(ellipse, #ffffff, transparent);
  bottom: 15%;
  left: 8%;
  border-radius: 50% 50% 0 50%;
  transform: rotate(-30deg);
}

.leaf-shape-3 {
  width: 180px;
  height: 180px;
  background: radial-gradient(ellipse, #ffffff, transparent);
  top: 50%;
  left: 45%;
  border-radius: 50% 50% 50% 0;
  transform: rotate(20deg);
}

.organic-circle {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.organic-circle-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
}

.organic-circle-2 {
  width: 300px;
  height: 300px;
  bottom: -50px;
  right: -50px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-minimal {
    padding: 75px 0 45px;
  }

  .earth-brand-name {
    font-size: 1.75rem;
  }

  .natural-icon-cluster i {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .footer-minimal {
    padding: 65px 0 40px;
    background-attachment: scroll;
  }

  .earth-brand-name {
    font-size: 1.5rem;
  }

  .natural-icon-cluster {
    gap: 1.75rem;
  }

  .natural-icon-cluster i {
    font-size: 2rem;
  }

  .earth-content-block {
    padding: 1.5rem 1.25rem;
  }

  .block-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}


/* Universal section */

.additional-universal-section {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.section-header {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
}

.header-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.ornament-dot {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
}

.ornament-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 50%, transparent 50%)
  );
}

.section-main-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.3;
}

.section-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
}

/* Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Content Block Base */
.content-block {
  position: relative;
  padding: 2rem;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Block Style 1 - Highlight with Glow */
.block-style-1 {
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 50%, var(--light) 50%)
  );
  border: 2px solid var(--primary-300);
  overflow: hidden;
}

.block-decoration {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border-radius: 50%;
  opacity: 0.4;
  transition: all 0.4s ease;
}

.block-decoration i {
  font-size: 2.5rem;
  color: var(--primary-500);
}

.block-style-1:hover .block-decoration {
  opacity: 1;
  transform: rotate(15deg) scale(1.1);
}

.block-glow {
  position: absolute;
  bottom: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, 
    color-mix(in srgb, var(--primary-500) 30%, transparent 70%), 
    transparent 70%
  );
  border-radius: 50%;
  transition: all 0.5s ease;
  pointer-events: none;
}

.block-style-1:hover .block-glow {
  bottom: -30%;
  right: -10%;
  opacity: 0.8;
}

/* Block Style 2 - Standard Card */
.block-style-2 {
  background: var(--light);
  border: 2px solid var(--neutral-100);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.block-style-2:hover {
  border-color: var(--primary-300);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

.block-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-100), 
    color-mix(in srgb, var(--primary-300) 40%, var(--primary-100) 60%)
  );
  border-radius: 16px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.block-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.block-style-2:hover .block-icon-wrapper {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  transform: scale(1.1);
}

.block-style-2:hover .block-icon-wrapper i {
  color: var(--light);
}

.block-corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, 
    transparent 50%, 
    var(--primary-100) 50%
  );
  border-radius: 0 20px 0 0;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.block-style-2:hover .block-corner-accent {
  opacity: 1;
}

/* Block Style 3 - Full Width Featured */
.block-style-3 {
  grid-column: 1 / -1;
  background: var(--light);
  border: 3px solid var(--primary-300);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.block-style-3:hover {
  border-color: var(--primary-500);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.block-highlight-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%),
    var(--primary-500)
  );
}

.block-mega-icon {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 60%, transparent 40%)
  );
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.4s ease;
}

.block-mega-icon i {
  font-size: 4rem;
  color: var(--primary-500);
}

.block-style-3:hover .block-mega-icon {
  opacity: 0.6;
  transform: translateY(-50%) rotate(20deg) scale(1.1);
}

.block-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(45deg, 
      transparent, 
      transparent 20px, 
      color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 20px, 
      color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 22px
    );
  pointer-events: none;
  opacity: 0.3;
}

/* Content Typography */
.content-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}

.content-block:hover .content-title {
  color: var(--primary-500);
}

.block-style-3 .content-title {
  font-size: 1.75rem;
  max-width: 70%;
}

.content-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
  position: relative;
  z-index: 2;
}

.block-style-3 .content-description {
  font-size: 1.125rem;
  max-width: 70%;
}

/* Background Decorative Shapes */
.bg-shape {
  position: absolute;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-blob-1 {
  top: 10%;
  left: 5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: morph-blob 20s ease-in-out infinite;
}

.shape-blob-2 {
  top: 50%;
  right: 5%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary-300), transparent 70%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph-blob 25s ease-in-out infinite 5s;
}

.shape-blob-3 {
  bottom: 10%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-500), transparent 70%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: morph-blob 30s ease-in-out infinite 10s;
}

.decorative-dots {
  position: absolute;
  bottom: 5%;
  right: 10%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  opacity: 0.2;
}

.decorative-dots span {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

/* Animations */
@keyframes morph-blob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .content-grid {
    gap: 1.5rem;
  }
  
  .block-style-3 {
    padding: 2.5rem;
  }
  
  .block-mega-icon {
    width: 100px;
    height: 100px;
  }
  
  .block-mega-icon i {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .block-style-3 {
    padding: 2rem;
  }
  
  .block-style-3 .content-title,
  .block-style-3 .content-description {
    max-width: 100%;
  }
  
  .block-mega-icon {
    position: static;
    transform: none;
    margin: 0 auto 1.5rem;
    opacity: 0.5;
  }
  
  .block-decoration {
    width: 60px;
    height: 60px;
  }
  
  .block-decoration i {
    font-size: 2rem;
  }
  
  .bg-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .content-block {
    padding: 1.5rem;
  }
  
  .block-style-3 {
    padding: 1.5rem;
  }
  
  .content-title {
    font-size: 1.25rem;
  }
  
  .block-style-3 .content-title {
    font-size: 1.5rem;
  }
}




.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;
  }
}




/* Universal section */

.additional-universal-section.v-043 {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.additional-universal-section.v-043 .section-header {
  position: relative;
  z-index: 2;
}

.additional-universal-section.v-043 .decorative-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto 24px;
  border-radius: 2px;
}

.additional-universal-section.v-043 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.additional-universal-section.v-043 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.3;
}

.additional-universal-section.v-043 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Content Cards */
.additional-universal-section.v-043 .content-card {
  background: var(--surface-primary);
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}

.additional-universal-section.v-043 .content-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.additional-universal-section.v-043 .card-icon-wrapper {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.additional-universal-section.v-043 .content-card:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.additional-universal-section.v-043 .card-icon-wrapper i {
  font-size: 32px;
  color: var(--light);
}

.additional-universal-section.v-043 .card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.additional-universal-section.v-043 .card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

.additional-universal-section.v-043 .card-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.additional-universal-section.v-043 .content-card:hover .card-accent {
  transform: scaleX(1);
}

/* Featured Card */
.additional-universal-section.v-043 .content-card.featured {
  background: linear-gradient(135deg, var(--primary-50), var(--surface-primary));
  border: 2px solid var(--primary-300);
}

.additional-universal-section.v-043 .featured-icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.additional-universal-section.v-043 .featured-icon-wrapper i {
  font-size: 40px;
  color: var(--light);
}

/* Decorative Shapes */
.additional-universal-section.v-043 .decorative-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.additional-universal-section.v-043 .shape-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-300) 15%, transparent 85%), transparent);
}

.additional-universal-section.v-043 .shape-circle.shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
}

.additional-universal-section.v-043 .shape-circle.shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: -50px;
}

.additional-universal-section.v-043 .blob-shape {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 0%, transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .additional-universal-section.v-043 {
    padding: 60px 0;
  }

  .additional-universal-section.v-043 .section-title {
    font-size: 2rem;
  }

  .additional-universal-section.v-043 .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-section.v-043 .featured-icon-wrapper {
    width: 64px;
    height: 64px;
  }

  .additional-universal-section.v-043 .featured-icon-wrapper i {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section.v-043 {
    padding: 40px 0;
  }

  .additional-universal-section.v-043 .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-section.v-043 .section-subtitle {
    font-size: 1.125rem;
  }

  .additional-universal-section.v-043 .content-card {
    padding: 24px;
  }

  .additional-universal-section.v-043 .card-icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .additional-universal-section.v-043 .card-icon-wrapper i {
    font-size: 28px;
  }
}




/* Universal section */

.additional-universal-section.v-062 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-062 .section-header {
  max-width: 850px;
  margin: 0 auto 80px;
}

.v-062 .icon-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.v-062 .icon-cluster i {
  font-size: 32px;
  color: var(--primary-500);
  animation: iconBounce 2s ease-in-out infinite;
}

.v-062 .icon-cluster i:nth-child(1) {
  animation-delay: 0s;
}

.v-062 .icon-cluster i:nth-child(2) {
  animation-delay: 0.3s;
}

.v-062 .icon-cluster i:nth-child(3) {
  animation-delay: 0.6s;
}

.v-062 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-062 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-062 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Content Items */
.v-062 .content-items {
  position: relative;
  z-index: 2;
}

.v-062 .content-item {
  margin-bottom: 80px;
  position: relative;
}

.v-062 .content-item:last-child {
  margin-bottom: 0;
}

.v-062 .content-item::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
}

.v-062 .content-item:last-child::after {
  display: none;
}

/* Content Text */
.v-062 .content-text {
  padding: 0 20px;
}

.v-062 .item-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: color-mix(in srgb, var(--primary-500) 12%, white);
  border-radius: 14px;
  position: relative;
}

.v-062 .item-badge::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 16px;
  border: 2px solid var(--primary-300);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.v-062 .content-item:hover .item-badge::before {
  opacity: 1;
}

.v-062 .item-badge i {
  font-size: 26px;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.v-062 .content-item:hover .item-badge i {
  transform: scale(1.15);
}

.v-062 .item-title {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 16px;
}

.v-062 .item-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 0;
}

/* Content Visual */
.v-062 .content-visual {
  padding: 0 20px;
}

.v-062 .visual-placeholder {
  aspect-ratio: 16/11;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 15%, white),
    color-mix(in srgb, var(--primary-500) 10%, white));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-062 .visual-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, 
    transparent 30%, 
    color-mix(in srgb, var(--primary-500) 20%, transparent) 50%, 
    transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.v-062 .content-item:hover .visual-placeholder {
  transform: scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.v-062 .content-item:hover .visual-placeholder::before {
  opacity: 1;
}

.v-062 .visual-placeholder i {
  font-size: 80px;
  color: var(--primary-500);
  opacity: 0.3;
  z-index: 1;
  position: relative;
}

/* Decorative Background */
.v-062 .decorative-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}

.v-062 .bg-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-300), transparent 70%);
  opacity: 0.12;
}

.v-062 .bg-circle-1 {
  width: 500px;
  height: 500px;
  top: 10%;
  left: -150px;
  animation: floatSlow 25s ease-in-out infinite;
}

.v-062 .bg-circle-2 {
  width: 400px;
  height: 400px;
  bottom: 10%;
  right: -120px;
  animation: floatSlow 30s ease-in-out infinite reverse;
}

/* Animations */
@keyframes iconBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes floatSlow {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 30px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-062 {
    padding: 80px 0;
  }

  .v-062 .section-header {
    margin-bottom: 60px;
  }

  .v-062 .section-title {
    font-size: 2.25rem;
  }

  .v-062 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-062 .content-item {
    margin-bottom: 60px;
  }

  .v-062 .item-title {
    font-size: 1.5rem;
  }

  .v-062 .content-text {
    text-align: center;
  }

  .v-062 .visual-placeholder i {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .v-062 {
    padding: 60px 0;
  }

  .v-062 .section-title {
    font-size: 1.875rem;
  }

  .v-062 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-062 .icon-cluster i {
    font-size: 26px;
  }

  .v-062 .content-item {
    margin-bottom: 50px;
  }

  .v-062 .item-title {
    font-size: 1.375rem;
  }
}




/* 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: modern-01 */

.additional-universal-section {
  position: relative;
  background: var(--light);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  z-index: 1;
}

.header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.deco-line {
  width: 40px;
  height: 2px;
  background: var(--primary-500);
}

.deco-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
}

.section-title {
  font-size: 2.625rem;
  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: 750px;
}

/* Content Grid */
.content-grid {
  position: relative;
  z-index: 1;
}

.content-block {
  position: relative;
  background: var(--surface-primary);
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  border: 1px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.content-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.content-block-primary {
  background: linear-gradient(135deg, var(--light) 0%, var(--surface-secondary) 100%);
}

.content-block-secondary {
  background: var(--light);
  border-width: 2px;
}

.content-block-featured {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--surface-primary) 100%);
  border: 2px solid var(--primary-300);
  padding: 3rem;
}

.content-block-accent {
  background: var(--surface-primary);
}

.block-badge {
  width: 65px;
  height: 65px;
  background: var(--primary-500);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.content-block:hover .block-badge {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.block-badge i {
  font-size: 1.875rem;
  color: var(--light);
}

.content-title {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1.125rem;
  line-height: 1.3;
}

.content-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Block Visuals */
.block-visual {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--neutral-100);
}

.visual-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  height: 60px;
}

.visual-bars .bar {
  flex: 1;
  background: linear-gradient(180deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.visual-bars .bar:nth-child(1) { height: 40%; }
.visual-bars .bar:nth-child(2) { height: 70%; }
.visual-bars .bar:nth-child(3) { height: 55%; }
.visual-bars .bar:nth-child(4) { height: 85%; }

.content-block:hover .visual-bars .bar {
  opacity: 1;
  height: 100% !important;
}

.visual-circles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
}

.visual-circles .circle {
  width: 50px;
  height: 50px;
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.visual-circles .circle:nth-child(2) {
  width: 60px;
  height: 60px;
  border-width: 4px;
}

.content-block:hover .visual-circles .circle {
  transform: scale(1.15);
  border-color: var(--primary-700);
}

.featured-visual {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s ease;
}

.content-block:hover .featured-visual {
  transform: rotate(10deg) scale(1.1);
}

.featured-visual i {
  font-size: 4rem;
  color: var(--light);
}

.block-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: 
    linear-gradient(45deg, var(--primary-100) 25%, transparent 25%),
    linear-gradient(-45deg, var(--primary-100) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--primary-100) 75%),
    linear-gradient(-45deg, transparent 75%, var(--primary-100) 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  opacity: 0.3;
  border-radius: 0 0 20px 0;
}

/* Floating Shapes */
.floating-shape {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.shape-square {
  width: 100px;
  height: 100px;
  background: var(--primary-500);
  top: 15%;
  left: 8%;
  transform: rotate(15deg);
  animation: float-square 15s ease-in-out infinite;
}

.shape-circle {
  width: 120px;
  height: 120px;
  background: var(--primary-700);
  border-radius: 50%;
  bottom: 20%;
  right: 10%;
  animation: float-circle 20s ease-in-out infinite;
}

.shape-triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 90px solid var(--primary-500);
  top: 50%;
  right: 5%;
  animation: float-triangle 18s ease-in-out infinite;
}

@keyframes float-square {
  0%, 100% { transform: rotate(15deg) translate(0, 0); }
  50% { transform: rotate(45deg) translate(20px, -20px); }
}

@keyframes float-circle {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-30px, 30px); }
}

@keyframes float-triangle {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(15px, -15px) rotate(180deg); }
}

.ambient-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2.125rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .content-block {
    padding: 2rem;
  }

  .content-block-featured {
    padding: 2.25rem;
  }

  .content-title {
    font-size: 1.5rem;
  }

  .featured-visual {
    width: 120px;
    height: 120px;
  }

  .featured-visual i {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.875rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .content-block {
    padding: 1.75rem;
  }

  .content-block-featured {
    padding: 2rem;
  }

  .content-title {
    font-size: 1.375rem;
  }

  .content-description {
    font-size: 1rem;
  }

  .block-badge {
    width: 55px;
    height: 55px;
  }

  .block-badge i {
    font-size: 1.5rem;
  }

  .floating-shape {
    display: none;
  }

  .featured-visual {
    margin-top: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .content-block {
    padding: 1.5rem;
  }

  .content-block-featured {
    padding: 1.75rem;
  }

  .block-visual {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }

  .visual-bars {
    height: 50px;
  }

  .visual-circles .circle {
    width: 40px;
    height: 40px;
  }

  .visual-circles .circle:nth-child(2) {
    width: 50px;
    height: 50px;
  }

  .featured-visual {
    width: 100px;
    height: 100px;
    border-radius: 20px;
  }

  .featured-visual i {
    font-size: 2.5rem;
  }
}




/* Universal section */

.additional-universal-classic {
  position: relative;
  padding: 6rem 0 0;
  background: var(--neutral-0);
  overflow: hidden;
}

/* Section Header */
.additional-universal-classic .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-classic .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-classic .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 4rem;
}

/* Split Items Wrapper */
.additional-universal-classic .split-items-wrapper {
  position: relative;
}

/* Split Item */
.additional-universal-classic .split-item {
  padding: 4rem 0;
  position: relative;
}

.additional-universal-classic .split-item:nth-child(odd) {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
}

.additional-universal-classic .split-item:nth-child(even) {
  background: linear-gradient(135deg, var(--accent-50) 0%, var(--neutral-0) 100%);
}

/* Visual Column */
.additional-universal-classic .visual-column {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

/* Visual Block */
.additional-universal-classic .visual-block {
  position: relative;
  width: 100%;
  max-width: 450px;
  height: 350px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.4s ease;
}

.additional-universal-classic .split-item:hover .visual-block {
  transform: scale(1.05);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.25);
}

.additional-universal-classic .block-2 {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
}

.additional-universal-classic .block-3 {
  background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
}

.additional-universal-classic .block-4 {
  background: linear-gradient(135deg, var(--accent-600), var(--primary-700));
}

.additional-universal-classic .block-5 {
  background: linear-gradient(135deg, var(--primary-700), var(--accent-500));
}

/* Visual Icon */
.additional-universal-classic .visual-icon {
  position: relative;
  z-index: 2;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 3px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.additional-universal-classic .visual-icon i {
  font-size: 4rem;
  color: var(--neutral-0);
}

/* Visual Patterns */
.additional-universal-classic .visual-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  pointer-events: none;
}

.additional-universal-classic .pattern-circles {
  background: radial-gradient(circle, var(--neutral-0) 2px, transparent 2px);
  background-size: 30px 30px;
}

.additional-universal-classic .pattern-grid {
  background-image: linear-gradient(var(--neutral-0) 2px, transparent 2px), linear-gradient(90deg, var(--neutral-0) 2px, transparent 2px);
  background-size: 40px 40px;
}

.additional-universal-classic .pattern-waves {
  background: repeating-linear-gradient(45deg, transparent, transparent 20px, var(--neutral-0) 20px, var(--neutral-0) 22px);
}

.additional-universal-classic .pattern-dots {
  background: radial-gradient(circle, var(--neutral-0) 1px, transparent 1px);
  background-size: 20px 20px;
}

.additional-universal-classic .pattern-hexagon {
  background-image: repeating-linear-gradient(60deg, transparent, transparent 15px, var(--neutral-0) 15px, var(--neutral-0) 17px);
}

/* Content Column */
.additional-universal-classic .content-column {
  padding: 2rem 3rem;
}

/* Content Wrapper */
.additional-universal-classic .content-wrapper {
  max-width: 550px;
}

.additional-universal-classic .item-number {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--neutral-0);
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-classic .content-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-classic .content-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.8;
  margin: 0;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-classic {
    padding: 4rem 0 0;
  }

  .additional-universal-classic .split-item {
    padding: 3rem 0;
  }

  .additional-universal-classic .visual-block {
    height: 300px;
    max-width: 400px;
  }

  .additional-universal-classic .visual-icon {
    width: 120px;
    height: 120px;
  }

  .additional-universal-classic .visual-icon i {
    font-size: 3.5rem;
  }

  .additional-universal-classic .content-column {
    padding: 2rem;
  }

  .additional-universal-classic .content-title {
    font-size: 1.5rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-classic {
    padding: 3rem 0 0;
  }

  .additional-universal-classic .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-classic .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-classic .section-description {
    font-size: 1rem;
    margin-bottom: 3rem;
  }

  .additional-universal-classic .split-item {
    padding: 2.5rem 0;
  }

  .additional-universal-classic .visual-column {
    padding: 2rem 1rem;
  }

  .additional-universal-classic .visual-block {
    height: 250px;
    max-width: 100%;
  }

  .additional-universal-classic .visual-icon {
    width: 100px;
    height: 100px;
  }

  .additional-universal-classic .visual-icon i {
    font-size: 3rem;
  }

  .additional-universal-classic .content-column {
    padding: 2rem 1rem;
  }

  .additional-universal-classic .content-wrapper {
    max-width: 100%;
  }

  .additional-universal-classic .item-number {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .additional-universal-classic .content-title {
    font-size: 1.35rem;
  }

  .additional-universal-classic .content-description {
    font-size: 0.95rem;
  }
}







/* Universal section */

.additional-universal-alt {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--neutral-0) 0%, var(--primary-50) 30%, var(--neutral-50) 70%, var(--neutral-0) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-alt .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-alt .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-alt .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Progress Indicator */
.additional-universal-alt .progress-wrapper {
  max-width: 700px;
  margin: 3rem auto 4rem;
}

.additional-universal-alt .progress-bar-container {
  position: relative;
  height: 6px;
  background: var(--neutral-200);
  border-radius: 10px;
  overflow: hidden;
}

.additional-universal-alt .progress-fill {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500));
  border-radius: 10px;
}

.additional-universal-alt .progress-markers {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.additional-universal-alt .progress-dot {
  width: 18px;
  height: 18px;
  background: var(--neutral-0);
  border: 3px solid var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/* Steps Container */
.additional-universal-alt .steps-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Step Card */
.additional-universal-alt .step-card {
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.3s ease;
  position: relative;
}

.additional-universal-alt .step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.additional-universal-alt .step-card.step-final {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 3px solid var(--primary-300);
}

.additional-universal-alt .step-card.step-final:hover {
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--neutral-0) 100%);
}

/* Step Header */
.additional-universal-alt .step-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.additional-universal-alt .step-number-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

.additional-universal-alt .badge-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--neutral-0);
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.additional-universal-alt .badge-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--neutral-0);
  line-height: 1;
}

.additional-universal-alt .step-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--accent-100), var(--accent-200));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.additional-universal-alt .step-icon-wrapper i {
  font-size: 2rem;
  color: var(--accent-700);
}

/* Step Body */
.additional-universal-alt .step-body {
  padding-left: 1rem;
}

.additional-universal-alt .step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-alt .step-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Step Footer */
.additional-universal-alt .step-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px dashed var(--neutral-200);
}

.additional-universal-alt .step-duration {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--neutral-100);
  border-radius: 20px;
  font-size: 0.875rem;
  color: var(--neutral-700);
}

.additional-universal-alt .step-duration i {
  font-size: 1.1rem;
  color: var(--primary-600);
}

.additional-universal-alt .step-arrow {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce-arrow 2s ease-in-out infinite;
}

.additional-universal-alt .step-arrow i {
  font-size: 1.5rem;
  color: var(--neutral-0);
}

@keyframes bounce-arrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

.additional-universal-alt .step-final .step-footer {
  justify-content: center;
  border-top: none;
}

.additional-universal-alt .completion-badge {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
  animation: pulse-badge 2s ease-in-out infinite;
}

.additional-universal-alt .completion-badge i {
  font-size: 2rem;
  color: var(--neutral-0);
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Background Gradients */
.additional-universal-alt .bg-gradient {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  filter: blur(80px);
}

.additional-universal-alt .grad-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-400);
  top: 15%;
  left: -150px;
}

.additional-universal-alt .grad-2 {
  width: 450px;
  height: 450px;
  background: var(--accent-400);
  bottom: 20%;
  right: -130px;
}

/* Pattern Dots */
.additional-universal-alt .pattern-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  opacity: 0.03;
  pointer-events: none;
  background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
  background-size: 20px 20px;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-alt {
    padding: 4rem 0;
  }

  .additional-universal-alt .step-card {
    padding: 2rem;
    margin-bottom: 1.75rem;
  }

  .additional-universal-alt .step-number-badge {
    width: 70px;
    height: 70px;
  }

  .additional-universal-alt .badge-number {
    font-size: 1.75rem;
  }

  .additional-universal-alt .step-icon-wrapper {
    width: 65px;
    height: 65px;
  }

  .additional-universal-alt .step-icon-wrapper i {
    font-size: 1.75rem;
  }

  .additional-universal-alt .step-title {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-alt {
    padding: 3rem 0;
  }

  .additional-universal-alt .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-alt .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-alt .section-description {
    font-size: 1rem;
  }

  .additional-universal-alt .progress-wrapper {
    margin: 2.5rem auto 3rem;
  }

  .additional-universal-alt .progress-dot {
    width: 14px;
    height: 14px;
    border-width: 2px;
  }

  .additional-universal-alt .step-card {
    padding: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .additional-universal-alt .step-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .additional-universal-alt .step-number-badge {
    width: 65px;
    height: 65px;
  }

  .additional-universal-alt .badge-label {
    font-size: 0.7rem;
  }

  .additional-universal-alt .badge-number {
    font-size: 1.5rem;
  }

  .additional-universal-alt .step-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .additional-universal-alt .step-icon-wrapper i {
    font-size: 1.5rem;
  }

  .additional-universal-alt .step-body {
    padding-left: 0;
  }

  .additional-universal-alt .step-title {
    font-size: 1.25rem;
  }

  .additional-universal-alt .step-description {
    font-size: 0.95rem;
  }

  .additional-universal-alt .step-footer {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .additional-universal-alt .step-arrow {
    width: 45px;
    height: 45px;
  }

  .additional-universal-alt .step-arrow i {
    font-size: 1.35rem;
  }

  .additional-universal-alt .completion-badge {
    width: 60px;
    height: 60px;
  }

  .additional-universal-alt .completion-badge i {
    font-size: 1.75rem;
  }

  .additional-universal-alt .bg-gradient,
  .additional-universal-alt .pattern-dots {
    display: none;
  }
}







/* Universal section */

.additional-universal-section.v-056 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%);
  overflow: hidden;
}

/* Section Header */
.v-056 .section-header {
  position: relative;
  z-index: 2;
}

.v-056 .header-badge {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.v-056 .header-badge i {
  font-size: 32px;
  color: var(--light);
}

.v-056 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-056 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-056 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Timeline Wrapper */
.v-056 .timeline-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 40px 0;
  z-index: 2;
}

.v-056 .timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary-300), var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

/* Timeline Items */
.v-056 .timeline-item {
  position: relative;
  margin-bottom: 80px;
  display: flex;
}

.v-056 .timeline-item:last-child {
  margin-bottom: 0;
}

.v-056 .timeline-item.left {
  justify-content: flex-start;
  padding-right: calc(50% + 50px);
}

.v-056 .timeline-item.right {
  justify-content: flex-end;
  padding-left: calc(50% + 50px);
}

.v-056 .timeline-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.v-056 .timeline-item.left .timeline-content {
  flex-direction: row;
}

.v-056 .timeline-item.right .timeline-content {
  flex-direction: row-reverse;
}

/* Timeline Icon */
.v-056 .timeline-icon {
  width: 64px;
  height: 64px;
  background: var(--light);
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.v-056 .timeline-icon i {
  font-size: 28px;
  color: var(--primary-500);
}

.v-056 .timeline-icon.large {
  width: 80px;
  height: 80px;
  border-width: 5px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-color: var(--primary-700);
}

.v-056 .timeline-icon.large i {
  font-size: 36px;
  color: var(--light);
}

/* Content Box */
.v-056 .content-box {
  flex: 1;
  background: var(--light);
  padding: 32px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.v-056 .content-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.v-056 .content-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
}

/* Timeline Content */
.v-056 .timeline-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-056 .timeline-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Featured Item */
.v-056 .timeline-item.featured .content-box {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 95%, var(--light) 5%), color-mix(in srgb, var(--primary-700) 95%, var(--light) 5%));
  padding: 40px;
}

.v-056 .timeline-item.featured .timeline-title {
  color: var(--light);
  font-size: 1.75rem;
}

.v-056 .timeline-item.featured .timeline-description {
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  font-size: 1.0625rem;
}

.v-056 .timeline-item.featured .content-box::before {
  background: color-mix(in srgb, var(--light) 30%, transparent 70%);
}

/* Timeline Decorations */
.v-056 .timeline-decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
  border-radius: 50%;
  pointer-events: none;
}

.v-056 .timeline-decoration.featured-deco {
  background: color-mix(in srgb, var(--light) 15%, transparent 85%);
}

/* Background Decorations */
.v-056 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-056 .deco-leaf {
  position: absolute;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
  border-radius: 0 80% 0 80%;
  animation: leaf-sway 15s ease-in-out infinite;
}

.v-056 .deco-leaf.leaf-1 {
  top: 15%;
  left: 5%;
}

.v-056 .deco-leaf.leaf-2 {
  bottom: 20%;
  right: 8%;
  transform: rotate(180deg);
}

@keyframes leaf-sway {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
}

.v-056 .deco-circle {
  position: absolute;
  top: 40%;
  right: 10%;
  width: 300px;
  height: 300px;
  background: color-mix(in srgb, var(--primary-500) 5%, transparent 95%);
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-056 {
    padding: 80px 0;
  }

  .v-056 .section-title {
    font-size: 2.25rem;
  }

  .v-056 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-056 .timeline-wrapper {
    padding: 20px 0;
  }

  .v-056 .timeline-line {
    left: 32px;
  }

  .v-056 .timeline-item.left,
  .v-056 .timeline-item.right {
    padding-left: 80px;
    padding-right: 0;
    justify-content: flex-start;
  }

  .v-056 .timeline-item.left .timeline-content,
  .v-056 .timeline-item.right .timeline-content {
    flex-direction: row;
  }

  .v-056 .timeline-item {
    margin-bottom: 60px;
  }

  .v-056 .content-box {
    padding: 28px;
  }

  .v-056 .timeline-item.featured .content-box {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .v-056 {
    padding: 60px 0;
  }

  .v-056 .section-title {
    font-size: 1.875rem;
  }

  .v-056 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-056 .section-description {
    font-size: 1rem;
  }

  .v-056 .header-badge {
    width: 64px;
    height: 64px;
  }

  .v-056 .header-badge i {
    font-size: 24px;
  }

  .v-056 .timeline-item {
    margin-bottom: 40px;
  }

  .v-056 .timeline-icon {
    width: 56px;
    height: 56px;
  }

  .v-056 .timeline-icon i {
    font-size: 24px;
  }

  .v-056 .timeline-icon.large {
    width: 64px;
    height: 64px;
  }

  .v-056 .timeline-icon.large i {
    font-size: 28px;
  }

  .v-056 .content-box {
    padding: 24px;
  }

  .v-056 .timeline-item.featured .content-box {
    padding: 28px;
  }

  .v-056 .timeline-title {
    font-size: 1.25rem;
  }

  .v-056 .timeline-item.featured .timeline-title {
    font-size: 1.5rem;
  }
}




/* Universal section */
/* Theme: modern-green-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
  overflow: hidden;
}

/* Section Header */
.section-header {
  max-width: 900px;
  margin: 0 auto;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  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;
}

/* Timeline Container */
.timeline-container {
  position: relative;
  max-width: 1100px;
  margin: 4rem auto 0;
  padding: 2rem 0;
}

/* Timeline Center Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Timeline Items */
.timeline-item {
  position: relative;
  margin-bottom: 4rem;
  width: 100%;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.timeline-left .timeline-content {
  justify-content: flex-end;
  padding-right: calc(50% + 2rem);
}

.timeline-right .timeline-content {
  justify-content: flex-start;
  padding-left: calc(50% + 2rem);
  flex-direction: row-reverse;
}

/* Timeline Icon */
.timeline-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  border: 5px solid #ffffff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-item:hover .timeline-icon {
  transform: translateX(-50%) scale(1.15);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.timeline-icon i {
  font-size: 2rem;
  color: #ffffff;
}

/* Timeline Card */
.timeline-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  flex: 1;
  max-width: 500px;
}

.timeline-item:hover .timeline-card {
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.timeline-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.timeline-badge {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  top: 2.5rem;
}

.timeline-left .timeline-badge {
  right: -28px;
}

.timeline-right .timeline-badge {
  left: -28px;
}

/* Decorative Blobs */
.decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  z-index: 0;
  pointer-events: none;
  filter: blur(80px);
}

.blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-400);
  top: 10%;
  left: -5%;
}

.blob-2 {
  width: 350px;
  height: 350px;
  background: var(--secondary-400);
  top: 50%;
  right: -5%;
}

.blob-3 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: 10%;
  left: 15%;
}

/* Responsive Design */
@media (max-width: 992px) {
  .timeline-line {
    left: 40px;
  }
  
  .timeline-left .timeline-content,
  .timeline-right .timeline-content {
    justify-content: flex-start;
    padding-left: 100px;
    padding-right: 0;
    flex-direction: row;
  }
  
  .timeline-icon {
    left: 40px;
  }
  
  .timeline-item:hover .timeline-icon {
    transform: translateX(0) scale(1.15);
  }
  
  .timeline-left .timeline-badge,
  .timeline-right .timeline-badge {
    left: auto;
    right: -28px;
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .timeline-container {
    margin-top: 3rem;
  }
  
  .timeline-icon {
    width: 60px;
    height: 60px;
    border-width: 4px;
  }
  
  .timeline-icon i {
    font-size: 1.5rem;
  }
  
  .timeline-card {
    padding: 2rem;
    max-width: 100%;
  }
  
  .timeline-title {
    font-size: 1.25rem;
  }
  
  .timeline-item {
    margin-bottom: 3rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .timeline-line {
    left: 30px;
  }
  
  .timeline-icon {
    left: 30px;
    width: 50px;
    height: 50px;
    border-width: 3px;
  }
  
  .timeline-icon i {
    font-size: 1.25rem;
  }
  
  .timeline-left .timeline-content,
  .timeline-right .timeline-content {
    padding-left: 80px;
  }
  
  .timeline-card {
    padding: 1.5rem;
  }
  
  .timeline-badge {
    width: 10px;
    height: 10px;
    right: -25px;
  }
}





/* Universal section */

.additional-universal-section.v-065 {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-065 .section-header {
  max-width: 850px;
  margin: 0 auto 70px;
}

.v-065 .badge-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.v-065 .badge-item {
  width: 40px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 4px;
  transition: all 0.3s ease;
  animation: badgeGrow 2s ease-in-out infinite;
}

.v-065 .badge-item:nth-child(1) { animation-delay: 0s; }
.v-065 .badge-item:nth-child(2) { animation-delay: 0.2s; }
.v-065 .badge-item:nth-child(3) { animation-delay: 0.4s; }
.v-065 .badge-item:nth-child(4) { animation-delay: 0.6s; }
.v-065 .badge-item:nth-child(5) { animation-delay: 0.8s; }

.v-065 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-065 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-065 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Steps Grid */
.v-065 .steps-grid {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Step Card */
.v-065 .step-card {
  display: flex;
  gap: 30px;
  background: white;
  border: 2px solid var(--neutral-100);
  border-radius: 16px;
  padding: 35px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.v-065 .step-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}

.v-065 .step-card:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.v-065 .step-card:hover::before {
  opacity: 1;
}

/* Step Left - Number Section */
.v-065 .step-left {
  flex-shrink: 0;
}

.v-065 .step-number-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.v-065 .step-number {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  position: relative;
}

.v-065 .step-number::before {
  content: '';
  position: absolute;
  inset: -4px;
  border: 3px solid var(--primary-300);
  border-radius: 18px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.v-065 .step-card:hover .step-number {
  transform: scale(1.1) rotate(-5deg);
}

.v-065 .step-card:hover .step-number::before {
  opacity: 1;
}

.v-065 .step-number span {
  font-size: 2.25rem;
  font-weight: 700;
  color: white;
  line-height: 1;
}

.v-065 .step-connector {
  width: 3px;
  height: 60px;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
  border-radius: 2px;
}

.v-065 .step-final .step-connector {
  display: none;
}

/* Step Right - Content Section */
.v-065 .step-right {
  flex: 1;
  display: flex;
  gap: 25px;
}

.v-065 .step-icon-badge {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--primary-500) 12%, white);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.v-065 .step-icon-badge i {
  font-size: 28px;
  color: var(--primary-500);
  transition: all 0.4s ease;
}

.v-065 .step-card:hover .step-icon-badge {
  background: var(--primary-500);
  transform: rotate(360deg);
}

.v-065 .step-card:hover .step-icon-badge i {
  color: white;
}

/* Step Content */
.v-065 .step-content {
  flex: 1;
}

.v-065 .step-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 15px;
}

.v-065 .step-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Background */
.v-065 .decorative-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.v-065 .grid-overlay {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(var(--neutral-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
}

.v-065 .corner-accent {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 3px solid var(--primary-300);
  opacity: 0.2;
}

.v-065 .corner-top-left {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 20px;
}

.v-065 .corner-bottom-right {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 20px;
}

/* Animations */
@keyframes badgeGrow {
  0%, 100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.3);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-065 {
    padding: 80px 0;
  }

  .v-065 .section-title {
    font-size: 2.25rem;
  }

  .v-065 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-065 .step-card {
    padding: 30px;
    gap: 25px;
  }

  .v-065 .step-right {
    gap: 20px;
  }

  .v-065 .step-number {
    width: 70px;
    height: 70px;
  }

  .v-065 .step-number span {
    font-size: 2rem;
  }

  .v-065 .step-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .v-065 {
    padding: 60px 0;
  }

  .v-065 .section-title {
    font-size: 1.875rem;
  }

  .v-065 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-065 .badge-item {
    width: 30px;
    height: 6px;
  }

  .v-065 .step-card {
    flex-direction: column;
    padding: 25px 20px;
    gap: 20px;
  }

  .v-065 .step-left {
    display: flex;
    justify-content: center;
  }

  .v-065 .step-number-wrapper {
    flex-direction: row;
    gap: 20px;
  }

  .v-065 .step-connector {
    width: 60px;
    height: 3px;
  }

  .v-065 .step-number {
    width: 60px;
    height: 60px;
  }

  .v-065 .step-number span {
    font-size: 1.75rem;
  }

  .v-065 .step-right {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .v-065 .step-icon-badge {
    margin: 0 auto;
  }

  .v-065 .step-title {
    font-size: 1.25rem;
  }
}




.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Styles */
.header-decoration {
  margin-bottom: 1.5rem;
}

.decoration-line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
  border-radius: 2px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-500);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Content Items */
.content-wrapper {
  position: relative;
  z-index: 2;
}

.content-row {
  position: relative;
}

.content-text {
  padding: 1rem 0;
}

.item-badge {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.content-row:hover .item-badge {
  transform: rotate(10deg) scale(1.1);
}

.item-badge i {
  font-size: 1.75rem;
  color: var(--light);
}

.item-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.item-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Image Placeholders */
.image-placeholder {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.content-row:hover .image-placeholder {
  transform: scale(1.02);
}

.placeholder-1 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 30%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-500) 20%, var(--surface-secondary)));
}

.placeholder-2 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 25%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-300) 35%, var(--surface-secondary)));
}

.placeholder-3 {
  background: linear-gradient(135deg, 
    var(--neutral-100), 
    color-mix(in srgb, var(--primary-300) 20%, var(--surface-secondary)));
}

.placeholder-4 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-300) 20%, var(--surface-secondary)), 
    var(--neutral-100));
}

.placeholder-5 {
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 30%, var(--surface-secondary)), 
    color-mix(in srgb, var(--primary-300) 25%, var(--surface-secondary)));
}

.image-placeholder::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, var(--light) 60%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background Decorations */
.bg-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.decoration-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 12%, transparent), transparent);
  top: 10%;
  right: -150px;
}

.decoration-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 10%, transparent), transparent);
  top: 50%;
  left: -120px;
}

.decoration-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
  bottom: 10%;
  right: -100px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .item-title {
    font-size: 1.5rem;
  }
  
  .image-placeholder {
    height: 300px;
    margin-bottom: 2rem;
  }
  
  .content-text {
    text-align: center;
  }
  
  .item-badge {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .image-placeholder {
    height: 250px;
  }
  
  .item-title {
    font-size: 1.375rem;
  }
}




/* ===================================
   v-014: Modern Green Theme
   Layout: Timeline with Highlight Box
   =================================== */

.add_wrap.v014_modern_green {
  padding: var(--section-py) 0;
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Header Shape */
.add_wrap.v014_modern_green .add_decorative_header_shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(135deg, var(--primary-50) 0%, transparent 100%);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}

/* Header Section */
.add_wrap.v014_modern_green .add_header {
  text-align: center;
  margin-bottom: var(--space-12);
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_badge {
  width: 60px;
  height: 60px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.add_wrap.v014_modern_green .add_badge i {
  font-size: 28px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-weight: 700;
  line-height: 1.2;
}

.add_wrap.v014_modern_green .add_subtitle {
  color: var(--primary-500);
  margin-bottom: var(--space-6);
  font-weight: 600;
}

.add_wrap.v014_modern_green .add_description {
  color: var(--text-secondary);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Timeline */
.add_wrap.v014_modern_green .add_timeline {
  position: relative;
  padding: var(--space-8) 0;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 50%, var(--primary-300) 100%);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Items */
.add_wrap.v014_modern_green .add_timeline_item {
  position: relative;
  margin-bottom: var(--space-12);
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
}

.add_wrap.v014_modern_green .add_timeline_item_left {
  justify-content: flex-end;
}

.add_wrap.v014_modern_green .add_timeline_item_right {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

/* Timeline Marker */
.add_wrap.v014_modern_green .add_timeline_marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.4);
  z-index: 3;
}

.add_wrap.v014_modern_green .add_timeline_marker i {
  font-size: 28px;
  color: #ffffff;
}

/* Timeline Content */
.add_wrap.v014_modern_green .add_timeline_content {
  width: calc(50% - 60px);
  padding: var(--space-6);
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_timeline_content:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-300);
}

.add_wrap.v014_modern_green .add_timeline_title {
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--space-3);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_timeline_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-4);
  line-height: 1.6;
}

/* Timeline Icon Group */
.add_wrap.v014_modern_green .add_timeline_icon_group {
  display: flex;
  gap: var(--space-3);
  justify-content: flex-start;
}

.add_wrap.v014_modern_green .add_timeline_icon_group i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--primary-500);
  background: var(--primary-50);
  border-radius: 8px;
}

/* Highlight Box (Element 5) */
.add_wrap.v014_modern_green .add_highlight_box {
  margin-top: var(--space-12);
  padding: var(--space-8);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--primary-500);
  text-align: center;
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_highlight_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(5, 150, 105, 0.4);
}

.add_wrap.v014_modern_green .add_highlight_icon i {
  font-size: 40px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_highlight_title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--space-4);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_highlight_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
  line-height: 1.7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Highlight Badge Row */
.add_wrap.v014_modern_green .add_highlight_badge_row {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.add_wrap.v014_modern_green .add_highlight_badge {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_highlight_badge i {
  font-size: 24px;
  color: var(--primary-500);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover {
  background: var(--primary-500);
  transform: scale(1.1);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover i {
  color: #ffffff;
}

/* Decorative Wave */
.add_wrap.v014_modern_green .add_decorative_wave {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-100) 50%, transparent 100%);
  opacity: 0.3;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

/* Background Decorative Elements */
.add_wrap.v014_modern_green .add_bg_circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 1;
  pointer-events: none;
}

.add_wrap.v014_modern_green .add_bg_circle_1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 10%;
  right: -200px;
}

.add_wrap.v014_modern_green .add_bg_circle_2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: 20%;
  left: -150px;
}

.add_wrap.v014_modern_green .add_bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 35px,
    var(--primary-50) 35px,
    var(--primary-50) 37px
  );
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .add_wrap.v014_modern_green .add_timeline::before {
    left: 30px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 30px;
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    flex-direction: row !important;
    justify-content: flex-start !important;
    padding-left: 100px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    width: 100%;
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 70px;
    height: 70px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 36px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .add_wrap.v014_modern_green .add_badge {
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_badge i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline {
    padding: var(--space-6) 0;
  }

  .add_wrap.v014_modern_green .add_timeline::before {
    left: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 20px;
    width: 40px;
    height: 40px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    margin-bottom: var(--space-8);
    padding-left: 80px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    padding: var(--space-4);
  }

  .add_wrap.v014_modern_green .add_timeline_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_timeline_icon_group i {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .add_wrap.v014_modern_green .add_highlight_box {
    padding: var(--space-6);
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 60px;
    height: 60px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 28px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_highlight_badge {
    width: 42px;
    height: 42px;
  }

  .add_wrap.v014_modern_green .add_highlight_badge i {
    font-size: 20px;
  }
}







div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 2px solid #34495e !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #34495e !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 16px 20px 20px !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    color: #2c3e50 !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 14px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    background: transparent !important;
    color: #2c3e50 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #34495e !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-transform: none !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.5 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #34495e !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #666666 !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #666666 !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #7f8c8d !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}




.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #cccccc !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 420px !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5) !important;
    border: 2px solid #333333 !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}




.website-cta-container {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 30px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    color: #00ffff !important;
    font-family: inherit !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-shadow: 0 0 10px rgba(0,255,255,0.5) !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 30px !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 15px 35px !important;
    background: transparent !important;
    color: #00ffff !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: 3px solid #00ffff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    box-shadow: 0 0 20px rgba(0,255,255,0.3) !important;
}

.website-cta-button:hover {
    background: #00ffff !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    box-shadow: 0 0 30px rgba(0,255,255,0.6) !important;
}

.website-cta-phone-icon {
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 40px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !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;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 22px !important;
    color: rgba(0,0,0,0.06) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationPulse 6s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 15% !important;
    right: 8% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 55% !important;
    right: 5% !important;
    animation-delay: 2s !important;
    font-size: 18px !important;
}

.website-floating-icon.variant-3 {
    top: 35% !important;
    left: 6% !important;
    animation-delay: 4s !important;
    font-size: 26px !important;
}

@keyframes websiteFloatAnimationPulse {
    0%, 100% {
        transform: scale(1) !important;
        opacity: 0.25 !important;
    }
    50% {
        transform: scale(1.15) !important;
        opacity: 0.55 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Modern Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 300px !important;
    background: linear-gradient(145deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2) !important;
    z-index: 999999 !important;
    color: #ffffff !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(10px) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 18px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 5px !important;
    border-radius: 3px !important;
    transition: background 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 20px 20px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding-bottom: 12px !important;
    background: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: rgba(255,255,255,0.8) !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: rgba(255,255,255,0.9) !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: rgba(255,255,255,0.9) !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - 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 - Vibrant Style */
.website-cta-section {
    padding: 60px 0 !important;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
    overflow: hidden !important;
}

.website-cta-section::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    right: -10% !important;
    width: 300px !important;
    height: 300px !important;
    background: rgba(255,255,255,0.1) !important;
    border-radius: 50% !important;
    animation: pulseCTA 3s ease-in-out infinite !important;
}

@keyframes pulseCTA {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.3; }
}

.website-cta-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.website-cta-title {
    font-size: 34px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: white !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-cta-subtitle {
    font-size: 18px !important;
    margin-bottom: 35px !important;
    color: rgba(255,255,255,0.95) !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 18px 40px !important;
    background: white !important;
    color: #f5576c !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.website-cta-button:hover {
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.25) !important;
    color: #f5576c !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 26px !important;
    }
    
    .website-cta-subtitle {
        font-size: 16px !important;
    }
}



/* Security Badges - Minimal Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 30px !important;
    padding: 20px 0 !important;
    flex-wrap: wrap !important;
    background: transparent !important;
    border-top: 1px solid #f0f0f0 !important;
    border-bottom: none !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.website-security-badge:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 14px !important;
    color: #999999 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 20px !important;
        padding: 15px 10px !important;
    }
    
    .website-security-badge {
        font-size: 11px !important;
    }
}



/* Floating Decorative Icons - Pulse Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 22px !important;
    color: rgba(0,0,0,0.06) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationPulse 6s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 15% !important;
    right: 8% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 55% !important;
    right: 5% !important;
    animation-delay: 2s !important;
    font-size: 18px !important;
}

.website-floating-icon.variant-3 {
    top: 35% !important;
    left: 6% !important;
    animation-delay: 4s !important;
    font-size: 26px !important;
}

@keyframes websiteFloatAnimationPulse {
    0%, 100% {
        transform: scale(1) !important;
        opacity: 0.25 !important;
    }
    50% {
        transform: scale(1.15) !important;
        opacity: 0.55 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Team Social Links - Square Style */
.team-social-links {
    margin-top: 18px;
    padding: 12px 0;
}

.social-icons-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    position: relative;
}

.social-link:hover {
    transform: translateY(-2px) rotate(5deg);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    color: white;
}

.facebook-link {
    background: #1877f2;
    border: 2px solid #1877f2;
}

.facebook-link:hover {
    background: #166fe5;
    border-color: #166fe5;
}

.linkedin-link {
    background: #0a66c2;
    border: 2px solid #0a66c2;
}

.linkedin-link:hover {
    background: #0959aa;
    border-color: #0959aa;
}

.instagram-link {
    background: #e4405f;
    border: 2px solid #e4405f;
}

.instagram-link:hover {
    background: #d62976;
    border-color: #d62976;
}

.x-link {
    background: #000000;
    border: 2px solid #000000;
    position: relative;
}

.x-link::after {
    content: '✕';
    font-weight: bold;
    font-size: 18px;
}

.x-link:hover {
    background: #333333;
    border-color: #333333;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 8px;
    }
    
    .social-link {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
}



/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Overlay Style */
.newsletter-section {
    margin: 30px 0;
    padding: 0;
    position: relative;
}

.newsletter-overlay-container {
    max-width: 520px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 10px 35px rgba(0,0,0,0.2);
}

.newsletter-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>');
    opacity: 0.3;
}

.newsletter-content {
    position: relative;
    z-index: 2;
    padding: 32px 28px;
    color: white;
}

.newsletter-title {
    font-size: 21px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: white !important;
    text-align: center !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 14px !important;
    color: rgba(255,255,255,0.95) !important;
    margin-bottom: 24px !important;
    text-align: center !important;
    line-height: 1.6 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.newsletter-input {
    padding: 14px 18px !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: rgba(255,255,255,0.15) !important;
    backdrop-filter: blur(10px) !important;
    color: white !important;
}

.newsletter-input::placeholder {
    color: rgba(255,255,255,0.7) !important;
}

.newsletter-input:focus {
    background: rgba(255,255,255,0.25) !important;
    border-color: rgba(255,255,255,0.5) !important;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.1) !important;
}

.newsletter-button {
    padding: 14px 24px !important;
    background: white !important;
    color: #667eea !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
}

.newsletter-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important;
    background: #f8f9ff !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 18px !important;
    padding: 16px !important;
    background: rgba(255,255,255,0.2) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 10px !important;
    color: white !important;
    text-align: center !important;
    font-size: 14px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-content {
        padding: 26px 22px;
    }
    
    .newsletter-overlay-container {
        max-width: 350px;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: rounded-v003
 * Toggle: 10
 * Содержит только стили для выбранной темы
 * Сгенерировано автоматически - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
 */

/**
 * 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;
}

/* ===== АДАПТИВНОСТЬ ===== */
@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;
    }
}


