:root {
  --primary-50: #faf5ff;
  --primary-50-rgb: 250, 245, 255;
  --primary-50-rgb: 250, 245, 255;
  --primary-100: #f3e8ff;
  --primary-100-rgb: 243, 232, 255;
  --primary-100-rgb: 243, 232, 255;
  --primary-300: #d8b4fe;
  --primary-300-rgb: 216, 180, 254;
  --primary-300-rgb: 216, 180, 254;
  --primary-500: #9333ea;
  --primary-500-rgb: 147, 51, 234;
  --primary-500-rgb: 147, 51, 234;
  --primary-700: #7e22ce;
  --primary-700-rgb: 126, 34, 206;
  --primary-700-rgb: 126, 34, 206;
  --primary-300: #e6ceff;
  --primary-300-rgb: 230, 206, 255;
  --primary-300-rgb: 230, 206, 255;
  --primary-500: #b674f4;
  --primary-500-rgb: 182, 116, 244;
  --primary-500-rgb: 182, 116, 244;
  --primary-700: #892bdc;
  --primary-700-rgb: 137, 43, 220;
  --primary-700-rgb: 137, 43, 220;
  --primary-900: #651ba5;
  --primary-900-rgb: 101, 27, 165;
  --primary-900-rgb: 101, 27, 165;
  --primary-900: #56178c;
  --primary-900-rgb: 86, 23, 140;
  --primary-900-rgb: 86, 23, 140;
  --primary-950: #3c1062;
  --primary-950-rgb: 60, 16, 98;
  --primary-950-rgb: 60, 16, 98;
  --primary-rgb: 147, 51, 234;
  --neutral-50: #fafafa;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-100: #f4f4f5;
  --neutral-100-rgb: 244, 244, 245;
  --neutral-100-rgb: 244, 244, 245;
  --neutral-300: #d4d4d8;
  --neutral-300-rgb: 212, 212, 216;
  --neutral-300-rgb: 212, 212, 216;
  --neutral-500: #71717a;
  --neutral-500-rgb: 113, 113, 122;
  --neutral-500-rgb: 113, 113, 122;
  --neutral-700: #3f3f46;
  --neutral-700-rgb: 63, 63, 70;
  --neutral-700-rgb: 63, 63, 70;
  --neutral-900: #2b2b30;
  --neutral-900-rgb: 43, 43, 48;
  --neutral-900-rgb: 43, 43, 48;
  --neutral-300: #e4e4e7;
  --neutral-300-rgb: 228, 228, 231;
  --neutral-300-rgb: 228, 228, 231;
  --neutral-500: #a3a3a9;
  --neutral-500-rgb: 163, 163, 169;
  --neutral-500-rgb: 163, 163, 169;
  --neutral-700: #585860;
  --neutral-700-rgb: 88, 88, 96;
  --neutral-700-rgb: 88, 88, 96;
  --neutral-900: #323238;
  --neutral-900-rgb: 50, 50, 56;
  --neutral-900-rgb: 50, 50, 56;
  --neutral-950: #1e1e22;
  --neutral-950-rgb: 30, 30, 34;
  --neutral-950-rgb: 30, 30, 34;
  --surface-primary: var(--neutral-50);
  --surface-secondary: var(--neutral-100);
  --surface-accent: var(--primary-50);
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-accent: var(--primary-500);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #000000;
  --button-primary-text-rgb: 0, 0, 0;
  --button-secondary-bg: var(--neutral-100);
  --button-secondary-text: var(--neutral-900);
  --border-light: var(--neutral-300);
  --border-medium: var(--neutral-500);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --accent-50: #fcf7e8;
  --accent-50-rgb: 252, 247, 232;
  --accent-50-rgb: 252, 247, 232;
  --accent-100: #f7ebe8;
  --accent-100-rgb: 247, 235, 232;
  --accent-100-rgb: 247, 235, 232;
  --accent-200: #eed5e8;
  --accent-200-rgb: 238, 213, 232;
  --accent-200-rgb: 238, 213, 232;
  --accent-300: #e4bfe7;
  --accent-300-rgb: 228, 191, 231;
  --accent-300-rgb: 228, 191, 231;
  --accent-400: #cc89de;
  --accent-400-rgb: 204, 137, 222;
  --accent-400-rgb: 204, 137, 222;
  --accent-500: #b352d5;
  --accent-500-rgb: 179, 82, 213;
  --accent-500-rgb: 179, 82, 213;
  --accent-600: #ac4bc8;
  --accent-600-rgb: 172, 75, 200;
  --accent-600-rgb: 172, 75, 200;
  --accent-700: #a543bb;
  --accent-700-rgb: 165, 67, 187;
  --accent-700-rgb: 165, 67, 187;
  --accent-800: #933d96;
  --accent-800-rgb: 147, 61, 150;
  --accent-800-rgb: 147, 61, 150;
  --accent-900: #893a7f;
  --accent-900-rgb: 137, 58, 127;
  --accent-900-rgb: 137, 58, 127;
  --accent-950: #773459;
  --accent-950-rgb: 119, 52, 89;
  --accent-950-rgb: 119, 52, 89;
  --accent-rgb: 179, 82, 213;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --overlay-light-rgb: 255, 255, 255;
  --overlay-dark-rgb: 0, 0, 0;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --transparent-rgb: 0, 0, 0;
  --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 ===== */
.page_font_primary {
  font-family: var(--font-primary);
}

.section_font_secondary {
  font-family: var(--font-secondary);
}

.modern_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.agency_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);
}

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

.digital_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 */
.dark_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);
}

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

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

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

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

.best_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 */
.elite_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);
}

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

.main_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 */
.company_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);
}

.bold_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 */
.site_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);
}

.prime_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 */
.new_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);
}

.brand_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 */
.clean_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);
}

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

.business_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 */
.web_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);
}

.base_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 */
.light_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);
}

.light_nav_link:hover,
.light_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.fresh_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 */
.custom_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) {
  .new_hero_title {
    font-size: var(--text-4xl);
  }
  
  .clean_section_title {
    font-size: var(--text-3xl);
  }
  
  .agency_display_1 {
    font-size: var(--text-5xl);
  }
  
  .minimal_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .new_hero_title {
    font-size: var(--text-3xl);
  }
  
  .clean_section_title {
    font-size: var(--text-2xl);
  }
  
  .agency_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 ===== */
.smart_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.unique_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.style_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.top_text_balance {
  text-wrap: balance;
}

.app_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .light_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .company_caption,
  .bold_overline,
  .custom_footer_text {
    color: var(--text-secondary);
  }
  
  .brand_hero_subtitle,
  .pro_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .new_hero_title,
  .clean_section_title,
  .dark_heading_1,
  .container_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .smart_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.ui_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.premium_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.design_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.theme_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.core_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bright_stack {
  display: flex;
  flex-direction: column;
}

.content10_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company6_full_height {
  min-height: 100vh;
}

.agency35_section_height {
  min-height: 80vh;
}

.company84_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.container85_m_0 { margin: 0; }
.style57_m_1 { margin: var(--space-1); }
.page58_m_2 { margin: var(--space-2); }
.section20_m_3 { margin: var(--space-3); }
.main48_m_4 { margin: var(--space-4); }
.best52_m_6 { margin: var(--space-6); }
.minimal84_m_8 { margin: var(--space-8); }
.agency73_m_12 { margin: var(--space-12); }
.pro63_m_16 { margin: var(--space-16); }

.fresh49_mx_auto { margin-left: auto; margin-right: auto; }
.clean63_my_auto { margin-top: auto; margin-bottom: auto; }

.company14_mt_0 { margin-top: 0; }
.company57_mt_4 { margin-top: var(--space-4); }
.fresh18_mt_8 { margin-top: var(--space-8); }
.content36_mt_12 { margin-top: var(--space-12); }

.site71_mb_0 { margin-bottom: 0; }
.studio78_mb_4 { margin-bottom: var(--space-4); }
.premium97_mb_8 { margin-bottom: var(--space-8); }
.content7_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.main60_p_0 { padding: 0; }
.creative26_p_1 { padding: var(--space-1); }
.modern4_p_2 { padding: var(--space-2); }
.modern9_p_3 { padding: var(--space-3); }
.digital68_p_4 { padding: var(--space-4); }
.ui90_p_6 { padding: var(--space-6); }
.layout22_p_8 { padding: var(--space-8); }

.creative68_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.site77_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.new10_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.company97_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.light31_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.top6_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.site55_gap_1 { gap: var(--space-1); }
.ui44_gap_2 { gap: var(--space-2); }
.minimal46_gap_3 { gap: var(--space-3); }
.ui76_gap_4 { gap: var(--space-4); }
.elite55_gap_6 { gap: var(--space-6); }
.unique3_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.pro38_shadow_none { box-shadow: var(--shadow-none); }
.web44_shadow_xs { box-shadow: var(--shadow-xs); }
.page66_shadow_sm { box-shadow: var(--shadow-sm); }
.light48_shadow_md { box-shadow: var(--shadow-md); }
.custom52_shadow_lg { box-shadow: var(--shadow-lg); }
.fresh81_shadow_xl { box-shadow: var(--shadow-xl); }
.unique8_shadow_2xl { box-shadow: var(--shadow-2xl); }
.bright14_shadow_inner { box-shadow: var(--shadow-inner); }
.fresh11_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.unique36_radius_none { border-radius: var(--radius-none); }
.modern36_radius_xs { border-radius: var(--radius-xs); }
.pro8_radius_sm { border-radius: var(--radius-sm); }
.dark65_radius_md { border-radius: var(--radius-md); }
.new19_radius_lg { border-radius: var(--radius-lg); }
.base63_radius_xl { border-radius: var(--radius-xl); }
.prime96_radius_2xl { border-radius: var(--radius-2xl); }
.premium94_radius_3xl { border-radius: var(--radius-3xl); }
.ui89_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.section48_gradient_primary {
  background: var(--gradient-primary);
}

.ui14_gradient_secondary {
  background: var(--gradient-secondary);
}

.page5_gradient_hero {
  background: var(--gradient-hero);
}

.site74_gradient_card {
  background: var(--gradient-card);
}

.content74_gradient_overlay {
  position: relative;
}

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

.content74_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.creative78_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.creative78_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.app1_hover_scale {
  transition: transform var(--transition-normal);
}

.app1_hover_scale:hover {
  transform: scale(1.02);
}

.content27_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.content27_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.ui32_hover_fade {
  transition: opacity var(--transition-normal);
}

.ui32_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.web95_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.web95_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.minimal33_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

/* Services grid */
.fresh12_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.bold35_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.style71_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.new98_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.best24_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.agency3_timeline {
  position: relative;
}

.agency3_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.ui22_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.ui22_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.ui22_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.design58_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

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

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

.company82_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 */
.design23_transition_all {
  transition: var(--transition-all);
}

.light12_transition_fast {
  transition: all var(--transition-fast);
}

.container41_transition_normal {
  transition: all var(--transition-normal);
}

.layout13_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.smart97_bg_primary { background-color: var(--bg-primary); }
.app39_bg_secondary { background-color: var(--bg-secondary); }
.studio79_bg_muted { background-color: var(--bg-muted); }
.style44_bg_glass { background-color: var(--bg-glass); }

.site1_text_primary { color: var(--text-primary); }
.studio37_text_secondary { color: var(--text-secondary); }
.fresh2_text_muted { color: var(--text-muted); }
.digital83_text_inverse { color: var(--text-inverse); }
.business93_text_link { color: var(--text-link); }

.design26_border_light { border-color: var(--border-light); }
.container4_border_medium { border-color: var(--border-medium); }
.web17_border_strong { border-color: var(--border-strong); }
.layout3_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .fresh12_services_grid,
  .style71_features_grid,
  .bold35_team_grid,
  .best24_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .new98_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .agency3_timeline::before {
    left: 30px;
  }
  
  .ui22_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .agency35_section_height {
    min-height: 60vh;
  }
  
  .company84_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .new98_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .ui22_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.main95_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;
}

.theme87_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

.modern28_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .new96_no_print {
    display: none !important;
  }
  
  .bright53_print_only {
    display: block !important;
  }
  
  .web44_shadow_xs,
  .page66_shadow_sm,
  .light48_shadow_md,
  .custom52_shadow_lg,
  .fresh81_shadow_xl,
  .unique8_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .design58_fade_in,
  .fresh5_slide_up,
  .custom57_slide_in_left,
  .company82_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .creative78_hover_lift,
  .app1_hover_scale,
  .content27_hover_shadow,
  .ui32_hover_fade,
  .design23_transition_all,
  .light12_transition_fast,
  .container41_transition_normal,
  .layout13_transition_slow {
    transition: none;
  }
}

.header-minimal {
  background: var(--surface-primary);
  padding: 1.625rem 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid color-mix(in srgb, var(--primary-500) 14%, transparent);
}

.header-minimal .header-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* Brand Section */
.header-minimal .brand-wrap {
  z-index: 10004;
}

.header-minimal .brand-link-earth {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.header-minimal .brand-link-earth:hover {
  transform: scale(1.05);
}

.header-minimal .brand-emblem {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 12px;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 18px color-mix(in srgb, var(--primary-500) 35%, transparent);
  transition: all 0.4s ease;
}

.header-minimal .brand-link-earth:hover .brand-emblem {
  box-shadow: 0 6px 26px color-mix(in srgb, var(--primary-500) 48%, transparent);
  transform: translateY(-2px);
}

.header-minimal .brand-emblem i {
  font-size: 1.75rem;
  color: var(--light);
  z-index: 2;
  position: relative;
  transition: transform 0.4s ease;
}

.header-minimal .brand-link-earth:hover .brand-emblem i {
  transform: scale(1.12);
}

.header-minimal .emblem-leaves {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 30%, 
    color-mix(in srgb, var(--primary-300) 40%, transparent),
    transparent 70%
  );
  animation: leaves-drift 4s infinite ease-in-out;
}

@keyframes leaves-drift {
  0%, 100% {
    opacity: 0.5;
    transform: rotate(0deg);
  }
  50% {
    opacity: 0.8;
    transform: rotate(180deg);
  }
}

.header-minimal #sitename {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.03em;
}

/* Desktop Navigation */
.header-minimal .nav-desktop-earth {
  display: none;
  gap: 2.375rem;
  align-items: center;
}

.header-minimal .nav-desktop-earth a {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem 0;
  position: relative;
  transition: color 0.35s ease;
}

.header-minimal .nav-desktop-earth a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--primary-500);
  transition: width 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 0 2px 2px 0;
}

.header-minimal .nav-desktop-earth a::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--primary-700);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.35s ease 0.15s;
}

.header-minimal .nav-desktop-earth a:hover {
  color: var(--primary-700);
}

.header-minimal .nav-desktop-earth a:hover::after {
  width: 100%;
}

.header-minimal .nav-desktop-earth a:hover::before {
  transform: scale(1);
  opacity: 1;
}

/* Hamburger Toggle */
.header-minimal .earth-checkbox {
  display: none;
}

.header-minimal .earth-burger {
  cursor: pointer;
  z-index: 10003;
  position: relative;
  padding: 10px;
}

.header-minimal .burger-wrapper {
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
}

.header-minimal .stripe {
  width: 30px;
  height: 3px;
  background: #334155;
  border-radius: 3px;
  transition: all 0.58s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  z-index: 2;
}

.header-minimal .organic-outline {
  position: absolute;
  width: 42px;
  height: 42px;
  border: 3px solid var(--primary-500);
  border-radius: 8px;
  transform: rotate(0deg) scale(0);
  opacity: 0;
  transition: all 0.62s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Hamburger Animation - Wave Transform */
.header-minimal .earth-checkbox:checked ~ .earth-burger .stripe-a {
  transform: translateY(9px) rotate(45deg) scaleX(0.9);
  background: var(--primary-700);
}

.header-minimal .earth-checkbox:checked ~ .earth-burger .stripe-b {
  opacity: 0;
  transform: translateX(15px) scaleX(0);
}

.header-minimal .earth-checkbox:checked ~ .earth-burger .stripe-c {
  transform: translateY(-9px) rotate(-45deg) scaleX(0.9);
  background: var(--primary-700);
}

.header-minimal .earth-checkbox:checked ~ .earth-burger .organic-outline {
  transform: rotate(45deg) scale(1);
  opacity: 1;
  border-radius: 50% 10px;
}

/* Mobile Menu */
.header-minimal .earth-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 10;
}

.header-minimal .earth-checkbox:checked ~ .earth-mobile-menu {
  pointer-events: auto;
}

.header-minimal .menu-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
    rgba(0, 0, 0, 0.9),
    color-mix(in srgb, var(--primary-500) 28%, rgba(0, 0, 0, 0.92))
  );
  backdrop-filter: blur(14px);
  opacity: 0;
  transition: opacity 0.58s ease;
  z-index: -1;
}

.header-minimal .earth-checkbox:checked ~ .earth-mobile-menu .menu-shade {
  opacity: 1;
}

.header-minimal .menu-panel-earth {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 470px;
  opacity: 0;
  transform: translate(-50%, -50%) translateY(40px) scale(0.92);
  transition: all 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-minimal .earth-checkbox:checked ~ .earth-mobile-menu .menu-panel-earth {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0) scale(1);
}

.header-minimal .panel-navigation {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.header-minimal .panel-navigation a {
  color: var(--light);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.5rem 2.25rem;
  background: rgba(255, 255, 255, 0.095);
  border: 2px solid rgba(255, 255, 255, 0.19);
  border-radius: 14px;
  backdrop-filter: blur(20px);
  transition: all 0.48s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(35px) scale(0.95);
}

.header-minimal .earth-checkbox:checked ~ .earth-mobile-menu .panel-navigation a {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.header-minimal .panel-navigation a:nth-child(1) {
  transition-delay: 0.09s;
}

.header-minimal .panel-navigation a:nth-child(2) {
  transition-delay: 0.15s;
}

.header-minimal .panel-navigation a:nth-child(3) {
  transition-delay: 0.21s;
}

.header-minimal .panel-navigation a:nth-child(4) {
  transition-delay: 0.27s;
}

.header-minimal .panel-navigation a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg,
    transparent,
    rgba(255, 255, 255, 0.24),
    transparent
  );
  transition: left 0.65s ease;
}

.header-minimal .panel-navigation a:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.36);
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.header-minimal .panel-navigation a:hover::before {
  left: 100%;
}

/* Panel Nature */
.header-minimal .panel-nature {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.header-minimal .nature-branch {
  position: absolute;
  top: -50px;
  right: 25px;
  width: 70px;
  height: 4px;
  background: rgba(255, 255, 255, 0.26);
  border-radius: 2px;
  opacity: 0;
  transform: rotate(-35deg) scaleX(0);
  transform-origin: left;
  transition: all 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.33s;
}

.header-minimal .earth-checkbox:checked ~ .earth-mobile-menu .nature-branch {
  opacity: 1;
  transform: rotate(-35deg) scaleX(1);
}

.header-minimal .nature-pebble {
  position: absolute;
  bottom: -55px;
  left: 35px;
  width: 45px;
  height: 30px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50% / 40%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.38s;
}

.header-minimal .earth-checkbox:checked ~ .earth-mobile-menu .nature-pebble {
  opacity: 1;
  transform: scale(1);
}

.header-minimal .nature-stone {
  position: absolute;
  bottom: -60px;
  right: 45px;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0;
  transform: scale(0) rotate(-45deg);
  transition: all 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.41s;
}

.header-minimal .earth-checkbox:checked ~ .earth-mobile-menu .nature-stone {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

/* Header Nature */
.header-minimal .header-nature {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  pointer-events: none;
  display: none;
}

.header-minimal .deco-leaf {
  width: 40px;
  height: 40px;
  background: var(--primary-300);
  border-radius: 0 50% 50% 50%;
  animation: leaf-sway 6s infinite ease-in-out;
}

.header-minimal .deco-seed {
  position: absolute;
  top: 10px;
  right: -14px;
  width: 18px;
  height: 18px;
  background: var(--primary-500);
  border-radius: 50% 50% 50% 0;
  animation: seed-rotate 4s infinite ease-in-out;
}

@keyframes leaf-sway {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  50% {
    transform: rotate(20deg) translateX(-5px);
  }
}

@keyframes seed-rotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
}

/* Responsive */
@media (min-width: 992px) {
  .header-minimal .nav-desktop-earth {
    display: flex;
  }
  
  .header-minimal .earth-burger {
    display: none;
  }
  
  .header-minimal .earth-mobile-menu {
    display: none;
  }
  
  .header-minimal .header-nature {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .header-minimal #sitename {
    font-size: 1.3rem;
  }
  
  .header-minimal .brand-emblem {
    width: 48px;
    height: 48px;
  }
  
  .header-minimal .brand-emblem i {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .header-minimal .menu-panel-earth {
    width: 92%;
  }
  
  .header-minimal .panel-navigation a {
    padding: 1.25rem 1.75rem;
    font-size: 0.95rem;
  }
}





/* Hero section */
.hero-pro {
  position: relative;
  background: var(--surface-primary);
  padding: 100px 0;
  overflow: hidden;
}

/* Text Content Styles */
.hero-pro .hero-text-center {
  text-align: center;
  margin-bottom: 60px;
}

.hero-pro .hero-title {
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.hero-pro .hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.hero-pro .hero-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
}

/* Circular Layout */
.hero-pro .hero-circular-layout {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 20px;
}

.hero-pro .central-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 25px 70px color-mix(in srgb, var(--neutral-900) 20%, transparent);
  border: 6px solid var(--surface-primary);
}

.hero-pro .central-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Decorative Rings */
.hero-pro .image-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}

.hero-pro .ring-outer {
  width: 110%;
  height: 110%;
  border: 2px solid var(--primary-300);
  opacity: 0.4;
  animation: ring-pulse-outer 4s ease-in-out infinite;
}

.hero-pro .ring-inner {
  width: 120%;
  height: 120%;
  border: 2px dashed var(--primary-500);
  opacity: 0.3;
  animation: ring-pulse-inner 6s ease-in-out infinite reverse;
}

@keyframes ring-pulse-outer {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.6;
  }
}

@keyframes ring-pulse-inner {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0.5;
  }
}

/* Orbiting Icons */
.hero-pro .orbit-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 130%;
  transform: translate(-50%, -50%);
  animation: orbit-rotate 60s linear infinite;
}

.hero-pro .orbit-item {
  position: absolute;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px color-mix(in srgb, var(--primary-500) 35%, transparent);
  border: 4px solid var(--surface-primary);
  animation: orbit-item-counter-rotate 60s linear infinite reverse;
}

.hero-pro .orbit-item i {
  font-size: 30px;
  color: white;
}

.hero-pro .orbit-1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hero-pro .orbit-2 {
  top: 25%;
  right: 0;
}

.hero-pro .orbit-3 {
  bottom: 25%;
  right: 0;
}

.hero-pro .orbit-4 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hero-pro .orbit-5 {
  bottom: 25%;
  left: 0;
}

.hero-pro .orbit-6 {
  top: 25%;
  left: 0;
}

@keyframes orbit-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes orbit-item-counter-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

/* Background Pattern */
.hero-pro .hero-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.04;
}

.hero-pro .pattern-dot {
  position: absolute;
  width: 150px;
  height: 150px;
  background: var(--primary-500);
  border-radius: 50%;
}

.hero-pro .pattern-dot:nth-child(1) {
  top: 10%;
  left: 5%;
}

.hero-pro .pattern-dot:nth-child(2) {
  top: 15%;
  right: 8%;
}

.hero-pro .pattern-dot:nth-child(3) {
  bottom: 20%;
  left: 10%;
}

.hero-pro .pattern-dot:nth-child(4) {
  bottom: 15%;
  right: 12%;
}

.hero-pro .pattern-dot:nth-child(5) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
}

/* Accessibility - Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-pro .orbit-container,
  .hero-pro .orbit-item,
  .hero-pro .image-ring {
    animation: none;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .hero-pro {
    padding: 80px 0;
  }
  
  .hero-pro .hero-title {
    font-size: 2.75rem;
  }
  
  .hero-pro .hero-subtitle {
    font-size: 1.35rem;
  }
  
  .hero-pro .hero-description {
    font-size: 1.05rem;
  }
  
  .hero-pro .hero-text-center {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .hero-pro {
    padding: 60px 0;
  }
  
  .hero-pro .hero-title {
    font-size: 2.25rem;
  }
  
  .hero-pro .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .hero-pro .hero-description {
    font-size: 1rem;
  }
  
  .hero-pro .hero-text-center {
    margin-bottom: 40px;
  }
  
  .hero-pro .hero-circular-layout {
    padding: 60px 15px;
  }
  
  .hero-pro .orbit-item {
    width: 60px;
    height: 60px;
  }
  
  .hero-pro .orbit-item i {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .hero-pro .hero-title {
    font-size: 1.875rem;
  }
  
  .hero-pro .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-pro .hero-circular-layout {
    padding: 50px 10px;
  }
  
  .hero-pro .orbit-item {
    width: 50px;
    height: 50px;
  }
  
  .hero-pro .orbit-item i {
    font-size: 22px;
  }
  
  .hero-pro .orbit-container {
    width: 140%;
    height: 140%;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .hero-pro .central-image-wrapper {
    border-width: 8px;
    border-color: var(--primary-500);
  }
  
  .hero-pro .image-ring {
    opacity: 0.7;
  }
}





/* About section */

.about-section-086 {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
  overflow: hidden;
}

.about-section-086 #about-title {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
}

.about-section-086 #about-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.about-section-086 #about-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Stacked Images Layout */
.stacked-images {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 60px);
  gap: 0.5rem;
  padding: 1rem;
}

.img-stack-1 {
  grid-column: 1 / 4;
  grid-row: 1 / 3;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
}

.img-stack-2 {
  grid-column: 2 / 7;
  grid-row: 2 / 6;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  z-index: 2;
}

.img-stack-3 {
  grid-column: 1 / 5;
  grid-row: 5 / 7;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
}

.img-stack-1 img,
.img-stack-2 img,
.img-stack-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.img-stack-1:hover img,
.img-stack-2:hover img,
.img-stack-3:hover img {
  transform: scale(1.05);
}

.image-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 56px;
  height: 56px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.image-badge i {
  font-size: 1.75rem;
  color: var(--light);
}

/* Content Block */
.content-block {
  padding: 2rem;
}

/* Earth Feature Boxes */
.earth-feature-box {
  position: relative;
  display: flex;
  gap: 1.25rem;
  padding: 2rem;
  background: var(--light);
  border-radius: 1rem;
  border: 2px solid var(--neutral-100);
  transition: all 0.3s ease;
  overflow: hidden;
}

.earth-feature-box:hover {
  background: var(--surface-secondary);
  border-color: var(--primary-300);
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.feature-icon-circle {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.earth-feature-box:hover .feature-icon-circle {
  background: var(--primary-500);
  transform: rotate(360deg);
}

.feature-icon-circle i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.earth-feature-box:hover .feature-icon-circle i {
  color: var(--light);
}

.feature-content h4 {
  color: var(--text-primary);
  font-weight: 600;
}

.feature-content p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

.feature-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-300) 0%, var(--primary-500) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.earth-feature-box:hover .feature-accent {
  transform: scaleX(1);
}

/* Organic Shapes */
.organic-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.organic-blob {
  position: absolute;
  background: var(--primary-100);
  opacity: 0.2;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

.blob-1 {
  width: 400px;
  height: 400px;
  top: 5%;
  right: -10%;
  animation: blob-morph 12s ease-in-out infinite;
}

.blob-2 {
  width: 300px;
  height: 300px;
  bottom: 10%;
  left: -5%;
  animation: blob-morph 15s ease-in-out infinite reverse;
}

@keyframes blob-morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  50% {
    border-radius: 70% 30% 50% 50% / 60% 40% 60% 40%;
    transform: rotate(180deg);
  }
}

.organic-leaf {
  position: absolute;
  bottom: 20%;
  right: 10%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
}

.organic-leaf i {
  font-size: 3rem;
  color: var(--primary-500);
  animation: leaf-sway 4s ease-in-out infinite;
}

@keyframes leaf-sway {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .stacked-images {
    margin-bottom: 2rem;
  }

  .content-block {
    padding: 1rem 0;
  }
}

@media (max-width: 767px) {
  .about-section-086 #about-title {
    font-size: 2rem;
  }

  .stacked-images {
    grid-template-rows: repeat(6, 50px);
  }

  .earth-feature-box {
    flex-direction: column;
    text-align: center;
  }

  .feature-icon-circle {
    margin: 0 auto;
  }
}





.features-section-variant {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Header Badge */
.features-section-variant .header-badge {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.features-section-variant .header-badge i {
  font-size: 1.75rem;
  color: white;
}

/* Header Text */
.features-section-variant #features-title {
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

.features-section-variant #features-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.features-section-variant #features-desc {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* Feature Visual */
.features-section-variant .feature-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.features-section-variant .visual-shape {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  animation: morphShape 8s ease-in-out infinite;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}

.features-section-variant .feature-row:hover .visual-shape {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.features-section-variant .visual-shape i {
  font-size: 4rem;
  color: var(--primary-700);
}

.features-section-variant .shape-2 {
  border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  animation-delay: -2s;
}

.features-section-variant .shape-3 {
  border-radius: 50% 50% 70% 30% / 30% 70% 50% 50%;
  animation-delay: -4s;
}

.features-section-variant .shape-4 {
  border-radius: 30% 70% 50% 50% / 50% 50% 30% 70%;
  animation-delay: -6s;
}

@keyframes morphShape {
  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%;
  }
}

/* Feature Content Box */
.features-section-variant .feature-content-box {
  position: relative;
  padding: 2rem;
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
}

.features-section-variant .feature-row:hover .feature-content-box {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.features-section-variant .content-number {
  position: absolute;
  top: -20px;
  right: 30px;
  font-size: 5rem;
  font-weight: 900;
  color: var(--primary-100);
  line-height: 1;
  opacity: 0.5;
}

.features-section-variant .feature-content-box h3 {
  color: var(--text-primary);
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.features-section-variant .feature-content-box p {
  color: var(--text-secondary);
  line-height: 1.7;
}

.features-section-variant .content-decoration {
  position: absolute;
  bottom: -10px;
  left: 30px;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), transparent);
  border-radius: 2px;
}

/* Floating Background Shapes */
.features-section-variant .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
}

.features-section-variant .shape-bg-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: 10%;
  right: 5%;
}

.features-section-variant .shape-bg-2 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  bottom: 20%;
  left: 8%;
}

.features-section-variant .shape-bg-3 {
  width: 150px;
  height: 150px;
  background: var(--primary-300);
  top: 50%;
  left: 50%;
}

/* Responsive */
@media (max-width: 991.98px) {
  .features-section-variant .visual-shape {
    width: 150px;
    height: 150px;
  }
  
  .features-section-variant .visual-shape i {
    font-size: 3rem;
  }
  
  .features-section-variant .content-number {
    font-size: 4rem;
    top: -15px;
    right: 20px;
  }
  
  .features-section-variant .feature-content-box {
    padding: 1.5rem;
    margin-top: 2rem;
  }
}

@media (max-width: 575.98px) {
  .features-section-variant .visual-shape {
    width: 120px;
    height: 120px;
  }
  
  .features-section-variant .visual-shape i {
    font-size: 2.5rem;
  }
  
  .features-section-variant .content-number {
    font-size: 3rem;
  }
}





.services-section-secondary {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--surface-secondary) 50%, var(--surface-primary) 100%);
  overflow: hidden;
}

/* Organic decorative elements */
.services-section-secondary .organic-blob {
  position: absolute;
  opacity: 0.06;
  z-index: 0;
}

.services-section-secondary .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  top: 10%;
  right: -100px;
  animation: morphBlob 8s ease-in-out infinite;
}

.services-section-secondary .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--primary-700);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  bottom: 15%;
  left: -80px;
  animation: morphBlob 10s ease-in-out infinite reverse;
}

@keyframes morphBlob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }
  50% {
    border-radius: 60% 40% 50% 50% / 30% 60% 40% 70%;
  }
}

.services-section-secondary .leaf-decoration {
  position: absolute;
  width: 60px;
  height: 80px;
  background: var(--primary-300);
  opacity: 0.15;
  z-index: 0;
  clip-path: ellipse(30% 50% at 50% 50%);
  transform: rotate(45deg);
}

.services-section-secondary .leaf-1 {
  top: 25%;
  left: 8%;
  animation: leafSway 6s ease-in-out infinite;
}

.services-section-secondary .leaf-2 {
  bottom: 30%;
  right: 12%;
  animation: leafSway 7s ease-in-out infinite reverse;
}

@keyframes leafSway {
  0%, 100% {
    transform: rotate(45deg) translateX(0);
  }
  50% {
    transform: rotate(50deg) translateX(10px);
  }
}

/* Natural header */
.services-section-secondary .natural-badge {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-500) 100%);
  border-radius: 50%;
  margin-bottom: 1.5rem;
}

.services-section-secondary .natural-badge i {
  font-size: 1.75rem;
  color: var(--light);
}

.services-section-secondary .natural-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.services-section-secondary .natural-subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.services-section-secondary .natural-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

/* Organic service cards */
.services-section-secondary .organic-card {
  position: relative;
  background: var(--light);
  padding: 2.5rem 2rem;
  border-radius: 24px;
  height: 100%;
  border: 2px solid var(--neutral-100);
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: 1;
}

.services-section-secondary .organic-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.services-section-secondary .card-leaf-accent {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
  border-radius: 0 24px 0 100%;
  opacity: 0.6;
  transition: all 0.4s ease;
  z-index: 0;
}

.services-section-secondary .organic-card:hover .card-leaf-accent {
  transform: scale(1.2);
  opacity: 0.8;
}

.services-section-secondary .organic-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 20px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.services-section-secondary .organic-card:hover .organic-icon-wrapper {
  transform: scale(1.1) rotate(-5deg);
}

.services-section-secondary .organic-icon-wrapper i {
  font-size: 2rem;
  color: var(--light);
}

.services-section-secondary .organic-service-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.services-section-secondary .organic-service-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.services-section-secondary .organic-service-features {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
  padding: 1rem;
  background: var(--surface-secondary);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  border-left: 3px solid var(--primary-500);
  position: relative;
  z-index: 1;
}

.services-section-secondary .organic-service-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-700);
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .services-section-secondary .natural-title {
    font-size: 2rem;
  }

  .services-section-secondary .natural-subtitle {
    font-size: 1.25rem;
  }

  .services-section-secondary .organic-card {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .services-section-secondary .natural-title {
    font-size: 1.75rem;
  }

  .services-section-secondary .natural-subtitle {
    font-size: 1.125rem;
  }

  .services-section-secondary .natural-description {
    font-size: 1rem;
  }

  .services-section-secondary .organic-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .services-section-secondary .organic-icon-wrapper i {
    font-size: 1.75rem;
  }

  .services-section-secondary .organic-service-title {
    font-size: 1.25rem;
  }
}





/* Priceplan section */

.priceplan-section-modern {
  position: relative;
  background: linear-gradient(160deg,
    var(--neutral-50) 0%,
    var(--primary-50) 30%,
    var(--accent-50) 60%,
    var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.priceplan-section-modern .header-content-wrapper {
  position: relative;
  z-index: 2;
}

.priceplan-section-modern .icon-constellation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.priceplan-section-modern .icon-constellation i {
  font-size: 1.5rem;
  color: var(--primary-500);
  opacity: 0.7;
  transition: all 0.3s ease;
  animation: float-icon 3s infinite ease-in-out;
}

.priceplan-section-modern .icon-constellation i:nth-child(1) {
  animation-delay: 0s;
}

.priceplan-section-modern .icon-constellation i:nth-child(2) {
  animation-delay: 0.5s;
  color: var(--accent-500);
}

.priceplan-section-modern .icon-constellation i:nth-child(3) {
  animation-delay: 1s;
}

.priceplan-section-modern .icon-constellation i:nth-child(4) {
  animation-delay: 1.5s;
  color: var(--accent-600);
}

.priceplan-section-modern #priceplan-title {
  color: var(--neutral-900);
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 800;
}

.priceplan-section-modern #priceplan-subtitle {
  color: var(--neutral-700);
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 1rem;
}

.priceplan-section-modern .tracking-wide {
  letter-spacing: 0.05em;
}

.priceplan-section-modern #priceplan-desc {
  color: var(--neutral-700);
  max-width: 750px;
  line-height: 1.8;
  font-size: 1.125rem;
}

/* Pricing Cards Container - Staggered Layout */
.priceplan-section-modern .pricing-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .priceplan-section-modern .pricing-cards-container {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }

  .priceplan-section-modern .card-offset-top {
    transform: translateY(-40px);
  }

  .priceplan-section-modern .card-center-featured {
    transform: scale(1.08);
    z-index: 2;
  }

  .priceplan-section-modern .card-offset-bottom {
    transform: translateY(40px);
  }
}

/* Pricing Card Modern */
.priceplan-section-modern .pricing-card-modern {
  background: var(--neutral-0);
  border-radius: 28px;
  padding: 3rem 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 2px solid var(--neutral-100);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 650px;
}

.priceplan-section-modern .pricing-card-modern:hover {
  transform: translateY(-16px) scale(1.03);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  border-color: var(--primary-500);
}

/* Featured Card */
.priceplan-section-modern .pricing-card-featured {
  background: linear-gradient(180deg,
    var(--neutral-0) 0%,
    var(--primary-50) 100%);
  border: 3px solid var(--primary-500);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}

.priceplan-section-modern .pricing-card-featured:hover {
  transform: translateY(-20px) scale(1.04);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.25);
}

.priceplan-section-modern .featured-ribbon {
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
  color: var(--neutral-0);
  padding: 8px 40px;
  transform: rotate(45deg);
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Card Corner Accents */
.priceplan-section-modern .card-corner-accent {
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0.2;
  pointer-events: none;
}

.priceplan-section-modern .accent-top-left {
  top: 0;
  left: 0;
  background: linear-gradient(135deg, var(--primary-500), transparent);
  border-radius: 28px 0 100% 0;
}

.priceplan-section-modern .accent-bottom-right {
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, transparent, var(--accent-400));
  border-radius: 0 0 28px 100%;
}

/* Card Visual Header */
.priceplan-section-modern .card-visual-header {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

.priceplan-section-modern .icon-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}

.priceplan-section-modern .icon-bg-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  animation: pulse-glow 3s infinite ease-in-out;
}

.priceplan-section-modern .pricing-card-featured .icon-bg-circle {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
}

.priceplan-section-modern .icon-container i {
  position: relative;
  font-size: 3rem;
  color: var(--neutral-0);
  z-index: 1;
}

/* Card Content */
.priceplan-section-modern .card-content-section {
  flex: 1;
  position: relative;
  z-index: 2;
}

.priceplan-section-modern .plan-title {
  color: var(--neutral-900);
  font-size: 1.75rem;
  text-align: center;
}

.priceplan-section-modern [id^="priceplan-item-"][id$="-name"] {
  color: var(--neutral-900);
}

.priceplan-section-modern .plan-description {
  color: var(--neutral-700);
  font-size: 0.95rem;
  line-height: 1.7;
  text-align: center;
  min-height: 90px;
}

.priceplan-section-modern [id^="priceplan-item-"][id$="-desc"] {
  color: var(--neutral-700);
}

/* Price Display Modern */
.priceplan-section-modern .price-display-modern {
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(135deg,
    var(--primary-50),
    var(--neutral-50));
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.priceplan-section-modern .pricing-card-featured .price-display-modern {
  background: linear-gradient(135deg,
    var(--accent-50),
    var(--primary-100));
}

.priceplan-section-modern .price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
}

.priceplan-section-modern .currency-sign {
  font-size: 1.75rem;
  color: var(--neutral-700);
  font-weight: 700;
  align-self: flex-start;
  margin-top: 1rem;
}

.priceplan-section-modern .price-number {
  color: var(--primary-700);
  font-weight: 900;
  line-height: 1;
}

.priceplan-section-modern [id^="priceplan-item-"][id$="-price"] {
  color: var(--primary-700);
}

.priceplan-section-modern .billing-info {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  margin-bottom: 1rem;
}

.priceplan-section-modern .billing-text {
  font-size: 0.875rem;
  color: var(--neutral-500);
  font-weight: 500;
}

/* Divider Decorative */
.priceplan-section-modern .divider-decorative {
  height: 3px;
  background: linear-gradient(90deg,
    transparent 0%,
    var(--primary-500) 50%,
    transparent 100%);
  border-radius: 2px;
  margin: 0 auto;
  width: 80%;
}

/* Features Modern */
.priceplan-section-modern .features-modern {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.priceplan-section-modern [id^="priceplan-item-"][id$="-features"] {
  color: var(--neutral-700);
}

.priceplan-section-modern .feature-item-modern {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: transparent;
}

.priceplan-section-modern .feature-item-modern:hover {
  background: var(--primary-50);
  transform: translateX(8px);
}

.priceplan-section-modern .feature-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-0);
  font-size: 0.875rem;
  font-weight: 700;
}

.priceplan-section-modern .pricing-card-featured .feature-icon {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
}

.priceplan-section-modern .feature-text {
  flex: 1;
  padding-top: 4px;
}

.priceplan-section-modern .feature-text span {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--neutral-700);
}

/* Card Footer */
.priceplan-section-modern .card-footer-modern {
  margin-top: 2rem;
  padding-top: 1.5rem;
  position: relative;
  z-index: 2;
}

.priceplan-section-modern .footer-decoration {
  display: flex;
  justify-content: center;
}

.priceplan-section-modern .deco-bar {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg,
    var(--primary-500),
    var(--accent-500),
    var(--primary-500));
  border-radius: 2px;
  animation: shimmer 2s infinite ease-in-out;
}

/* Floating Background Elements */
.priceplan-section-modern .floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.priceplan-section-modern .float-shape {
  position: absolute;
  opacity: 0.15;
}

.priceplan-section-modern .shape-hexagon {
  width: 150px;
  height: 150px;
  background: var(--primary-500);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  top: 10%;
  left: 5%;
  animation: float-spin 20s infinite ease-in-out;
}

.priceplan-section-modern .shape-triangle {
  width: 120px;
  height: 120px;
  background: var(--accent-500);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: 15%;
  right: 8%;
  animation: float-spin 25s infinite ease-in-out reverse;
}

.priceplan-section-modern .shape-circle {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-large 15s infinite ease-in-out;
}

/* Animations */
@keyframes float-icon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse-glow {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  }
}

@keyframes shimmer {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes float-spin {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  33% {
    transform: translateY(-30px) rotate(120deg);
  }
  66% {
    transform: translateY(20px) rotate(240deg);
  }
}

@keyframes pulse-large {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.15;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.25;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .priceplan-section-modern #priceplan-title {
    font-size: 2.5rem;
  }

  .priceplan-section-modern .pricing-cards-container {
    gap: 2rem;
  }

  .priceplan-section-modern .pricing-card-modern {
    min-height: auto;
  }

  .priceplan-section-modern .card-offset-top,
  .priceplan-section-modern .card-offset-bottom,
  .priceplan-section-modern .card-center-featured {
    transform: none !important;
  }

  .priceplan-section-modern .float-shape {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .priceplan-section-modern #priceplan-title {
    font-size: 2rem;
  }

  .priceplan-section-modern #priceplan-subtitle {
    font-size: 0.875rem;
  }

  .priceplan-section-modern #priceplan-desc {
    font-size: 1rem;
  }

  .priceplan-section-modern .pricing-card-modern {
    padding: 2rem 1.5rem;
  }

  .priceplan-section-modern .price-number {
    font-size: 2.5rem;
  }

  .priceplan-section-modern .icon-container {
    width: 80px;
    height: 80px;
  }

  .priceplan-section-modern .icon-container i {
    font-size: 2.5rem;
  }

  .priceplan-section-modern .pricing-cards-container {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1400px) {
  .priceplan-section-modern .container {
    max-width: 1400px;
  }

  .priceplan-section-modern .pricing-cards-container {
    max-width: 1400px;
  }
}







/* Team section */
.team-section-special {
  padding: 100px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.team-section-special .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.team-section-special .section-subtitle {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.team-section-special .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Team Zigzag Layout */
.team-section-special .team-zigzag {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2rem;
}

.team-section-special .team-row {
  position: relative;
}

/* Member Image */
.team-section-special .member-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.team-section-special .team-member-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  transition: transform 0.5s ease;
}

.team-section-special .member-image-wrapper:hover .team-member-photo {
  transform: scale(1.08);
}

.team-section-special .image-shape {
  position: absolute;
  z-index: -1;
  border-radius: 20px;
}

.team-section-special .shape-1 {
  width: 90%;
  height: 90%;
  background: color-mix(in srgb, var(--primary-300) 30%, transparent);
  top: 20px;
  right: -20px;
}

.team-section-special .shape-2 {
  width: 90%;
  height: 90%;
  background: color-mix(in srgb, var(--primary-500) 25%, transparent);
  bottom: 20px;
  left: -20px;
}

.team-section-special .shape-3 {
  width: 90%;
  height: 90%;
  background: color-mix(in srgb, var(--primary-700) 20%, transparent);
  top: 20px;
  left: -20px;
}

.team-section-special .shape-4 {
  width: 90%;
  height: 90%;
  background: color-mix(in srgb, var(--primary-300) 35%, transparent);
  bottom: 20px;
  right: -20px;
}

.team-section-special .shape-5 {
  width: 90%;
  height: 90%;
  background: color-mix(in srgb, var(--primary-500) 30%, transparent);
  top: 20px;
  right: -20px;
}

/* Member Content */
.team-section-special .member-content {
  padding: 2rem;
}

.team-section-special .content-left {
  padding-left: 3rem;
}

.team-section-special .content-right {
  padding-right: 3rem;
  text-align: right;
}

.team-section-special .member-name {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.team-section-special .member-role {
  font-size: 1.125rem;
  color: var(--primary-500);
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Decorative Elements */
.team-section-special .decorative-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.team-section-special .shape-top-left {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 25%, transparent),
    transparent 70%
  );
  top: 100px;
  left: -100px;
}

.team-section-special .shape-bottom-right {
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 20%, transparent),
    transparent 70%
  );
  bottom: 100px;
  right: -150px;
}

.team-section-special .floating-icons {
  position: absolute;
  top: 20%;
  right: 5%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  opacity: 0.2;
  z-index: 0;
}

.team-section-special .floating-icons i {
  font-size: 2rem;
  color: var(--primary-500);
  animation: float 3s ease-in-out infinite;
}

.team-section-special .floating-icons i:nth-child(2) {
  animation-delay: 1s;
}

.team-section-special .floating-icons i:nth-child(3) {
  animation-delay: 2s;
}

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

.team-section-special .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991px) {
  .team-section-special {
    padding: 80px 0;
  }

  .team-section-special .section-title {
    font-size: 2.25rem;
  }

  .team-section-special .section-subtitle {
    font-size: 1.25rem;
  }

  .team-section-special .member-name {
    font-size: 1.5rem;
  }

  .team-section-special .member-role {
    font-size: 1rem;
  }

  .team-section-special .content-left,
  .team-section-special .content-right {
    padding: 1.5rem;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .team-section-special {
    padding: 60px 0;
  }

  .team-section-special .section-title {
    font-size: 1.875rem;
  }

  .team-section-special .section-subtitle {
    font-size: 1.125rem;
  }

  .team-section-special .section-description {
    font-size: 1rem;
  }

  .team-section-special .team-row {
    margin-bottom: 3rem !important;
  }

  .team-section-special .team-row.flex-row-reverse {
    flex-direction: column !important;
  }

  .team-section-special .member-content {
    padding: 1rem 0;
  }

  .team-section-special .member-name {
    font-size: 1.375rem;
  }

  .team-section-special .member-role {
    font-size: 0.9375rem;
  }

  .team-section-special .image-shape {
    display: none;
  }

  .team-section-special .floating-icons {
    display: none;
  }
}





.reviews-section-standard {
  position: relative;
  padding: 120px 0;
  background: var(--light);
  overflow: hidden;
}

/* Header */
.reviews-section-standard .reviews-header {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.reviews-section-standard .minimal-accent {
  width: 50px;
  height: 2px;
  background: var(--primary-500);
  margin: 0 auto 32px;
}

.reviews-section-standard .section-title {
  font-size: 3rem;
  font-weight: 300;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.reviews-section-standard .section-subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--primary-500);
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.reviews-section-standard .section-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
  font-weight: 300;
}

/* Modern Container */
.reviews-section-standard .reviews-modern-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

/* Modern Card */
.reviews-section-standard .review-modern-card {
  background: var(--surface-primary);
  border-radius: 4px;
  padding: 48px 40px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
  position: relative;
}

.reviews-section-standard .review-modern-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: var(--primary-500);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.reviews-section-standard .review-modern-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--neutral-100);
}

.reviews-section-standard .review-modern-card:hover::before {
  height: 100%;
}

/* Featured Card */
.reviews-section-standard .card-featured {
  grid-column: span 2;
  background: linear-gradient(135deg, var(--surface-primary), color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary)));
  border: 1px solid var(--neutral-100);
}

.reviews-section-standard .card-featured::before {
  width: 100%;
  height: 2px;
}

.reviews-section-standard .card-featured:hover::before {
  height: 2px;
  width: 100%;
}

/* Quote Minimal */
.reviews-section-standard .quote-minimal {
  width: 44px;
  height: 44px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  opacity: 0.1;
  transition: opacity 0.3s ease;
}

.reviews-section-standard .review-modern-card:hover .quote-minimal {
  opacity: 1;
}

.reviews-section-standard .quote-minimal i {
  font-size: 20px;
  color: var(--light);
}

/* Card Content */
.reviews-section-standard .card-content {
  margin-bottom: 32px;
}

.reviews-section-standard .review-text {
  font-size: 1.0625rem;
  line-height: 1.9;
  color: var(--text-primary);
  margin-bottom: 0;
  font-weight: 300;
}

/* Card Footer */
.reviews-section-standard .card-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 28px;
  border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
}

.reviews-section-standard .author-avatar-modern {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--neutral-300), var(--neutral-500));
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.reviews-section-standard .review-modern-card:hover .author-avatar-modern {
  transform: scale(1.1);
}

.reviews-section-standard .avatar-large {
  width: 64px;
  height: 64px;
}

.reviews-section-standard .author-name {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 0;
  line-height: 1.6;
}

/* Background Elements */
.reviews-section-standard .bg-element {
  position: absolute;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 5%, transparent), transparent);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.reviews-section-standard .element-1 {
  width: 600px;
  height: 600px;
  top: -200px;
  right: -200px;
  opacity: 0.5;
}

.reviews-section-standard .element-2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  left: -100px;
  opacity: 0.4;
}

.reviews-section-standard .element-3 {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
}

/* Responsive */
@media (max-width: 1199px) {
  .reviews-section-standard .card-featured {
    grid-column: span 1;
  }
}

@media (max-width: 991px) {
  .reviews-section-standard {
    padding: 100px 0;
  }

  .reviews-section-standard .section-title {
    font-size: 2.5rem;
  }

  .reviews-section-standard .reviews-modern-container {
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .reviews-section-standard {
    padding: 80px 0;
  }

  .reviews-section-standard .section-title {
    font-size: 2rem;
  }

  .reviews-section-standard .reviews-header {
    margin-bottom: 60px;
  }

  .reviews-section-standard .review-modern-card {
    padding: 36px 28px;
  }

  .reviews-section-standard .reviews-modern-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .reviews-section-standard .section-title {
    font-size: 1.75rem;
  }

  .reviews-section-standard .review-modern-card {
    padding: 28px 24px;
  }

  .reviews-section-standard .review-text {
    font-size: 1rem;
  }
}





.casestudy-section-custom {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.casestudy-section-custom .section-header {
  position: relative;
  z-index: 2;
}

.casestudy-section-custom .header-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.casestudy-section-custom .badge-inner {
  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;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
  animation: badge-float 3s ease-in-out infinite;
}

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

.casestudy-section-custom .badge-inner i {
  font-size: 2rem;
  color: var(--light);
}

.casestudy-section-custom #casestudy-title {
  color: var(--text-primary);
  line-height: 1.2;
}

.casestudy-section-custom #casestudy-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.casestudy-section-custom #casestudy-desc {
  color: var(--text-secondary);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Case Study List */
.casestudy-section-custom .casestudy-list {
  position: relative;
  z-index: 2;
}

.casestudy-section-custom .casestudy-item {
  margin-bottom: 6rem;
  position: relative;
}

.casestudy-section-custom .casestudy-item:last-child {
  margin-bottom: 0;
}

/* Item Content */
.casestudy-section-custom .item-content {
  position: relative;
}

.casestudy-section-custom .content-marker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.casestudy-section-custom .marker-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  position: relative;
}

.casestudy-section-custom .marker-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary-300);
  border-radius: 50%;
  animation: marker-pulse 2s infinite ease-in-out;
}

@keyframes marker-pulse {
  0%, 100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.3; transform: translate(-50%, -50%) scale(1.3); }
}

.casestudy-section-custom .marker-text {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary-500);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.casestudy-section-custom .item-content h4 {
  color: var(--text-primary);
  font-size: 2.5rem;
  line-height: 1.2;
}

.casestudy-section-custom .item-content p {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Content Icons */
.casestudy-section-custom .content-icons {
  display: flex;
  gap: 1rem;
}

.casestudy-section-custom .content-icons i {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--primary-500) 10%, transparent);
  border-radius: 10px;
  font-size: 1.25rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.casestudy-section-custom .content-icons i:hover {
  background: var(--primary-500);
  color: var(--light);
  transform: translateY(-3px);
}

/* Item Visual */
.casestudy-section-custom .item-visual {
  position: relative;
}

.casestudy-section-custom .visual-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px color-mix(in srgb, var(--neutral-500) 15%, transparent);
  transition: transform 0.4s ease;
}

.casestudy-section-custom .casestudy-item:hover .visual-wrapper {
  transform: scale(1.02);
}

.casestudy-section-custom .visual-placeholder {
  width: 100%;
  padding-top: 75%;
  background: linear-gradient(135deg, var(--primary-50), var(--neutral-100));
  position: relative;
}

.casestudy-section-custom .visual-placeholder::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, var(--light) 80%, transparent);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-500) 20%, transparent);
}

/* Visual Decorations */
.casestudy-section-custom .visual-decoration {
  position: absolute;
  border-radius: 50%;
  opacity: 0.6;
  animation: deco-float 4s ease-in-out infinite;
}

.casestudy-section-custom .deco-1 {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-300), transparent);
  top: -20px;
  right: -20px;
  animation-delay: 0s;
}

.casestudy-section-custom .deco-2 {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-500), transparent);
  bottom: -30px;
  left: -30px;
  animation-delay: 1s;
}

.casestudy-section-custom .deco-3 {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-700), transparent);
  top: -15px;
  right: -15px;
  animation-delay: 2s;
}

@keyframes deco-float {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(10px, -10px); }
}

/* Floating Elements */
.casestudy-section-custom .floating-element {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
  z-index: 1;
  animation: float-element 20s infinite ease-in-out;
}

.casestudy-section-custom .elem-1 {
  width: 300px;
  height: 300px;
  background: var(--primary-500);
  top: 20%;
  left: -100px;
  animation-delay: 0s;
}

.casestudy-section-custom .elem-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-300);
  top: 50%;
  right: -80px;
  animation-delay: 7s;
}

.casestudy-section-custom .elem-3 {
  width: 200px;
  height: 200px;
  background: var(--primary-700);
  bottom: 15%;
  left: 10%;
  animation-delay: 14s;
}

@keyframes float-element {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(30px, -30px) rotate(120deg); }
  66% { transform: translate(-30px, 30px) rotate(240deg); }
}

/* Responsive Design */
@media (max-width: 992px) {
  .casestudy-section-custom #casestudy-title {
    font-size: 2.5rem;
  }
  
  .casestudy-section-custom .item-content h4 {
    font-size: 2rem;
  }
  
  .casestudy-section-custom .casestudy-item {
    margin-bottom: 4rem;
  }
  
  .casestudy-section-custom .item-visual {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .casestudy-section-custom #casestudy-title {
    font-size: 2rem;
  }
  
  .casestudy-section-custom .item-content h4 {
    font-size: 1.75rem;
  }
  
  .casestudy-section-custom .item-content p {
    font-size: 1rem;
  }
  
  .casestudy-section-custom .header-badge .badge-inner {
    width: 64px;
    height: 64px;
  }
  
  .casestudy-section-custom .badge-inner i {
    font-size: 1.5rem;
  }
  
  .casestudy-section-custom .visual-wrapper {
    border-radius: 16px;
  }
}

@media (max-width: 576px) {
  .casestudy-section-custom .content-icons {
    gap: 0.75rem;
  }
  
  .casestudy-section-custom .content-icons i {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}





/* Process section */
.process_section_primary {
  position: relative;
  background: var(--surface-primary);
  padding: 100px 0;
  overflow: hidden;
}

/* Organic Background Shapes */
.decorative_organic_shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.organic_shape {
  position: absolute;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  opacity: 0.05;
  animation: organic_float 20s ease-in-out infinite;
}

.shape_1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 10%;
  left: -100px;
  animation-delay: 0s;
}

.shape_2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  top: 50%;
  right: -80px;
  animation-delay: 7s;
}

.shape_3 {
  width: 250px;
  height: 250px;
  background: var(--primary-700);
  bottom: 15%;
  left: 20%;
  animation-delay: 14s;
}

@keyframes organic_float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
    border-radius: 50% 50% 40% 60% / 40% 70% 50% 50%;
  }
}

/* Header Styling */
.process_eco_header {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}

.eco_badge_wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  margin-bottom: 1.5rem;
  box-shadow: 0 15px 40px rgba(5, 150, 105, 0.25);
  animation: eco_pulse 3s ease-in-out infinite;
}

.eco_badge_wrapper i {
  font-size: 2.25rem;
  color: white;
}

@keyframes eco_pulse {
  0%, 100% {
    box-shadow: 0 15px 40px rgba(5, 150, 105, 0.25);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 20px 50px rgba(5, 150, 105, 0.35);
    transform: scale(1.05);
  }
}

.eco_process_title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.eco_process_subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.eco_process_description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Phase Cards */
.process_grid_organic {
  position: relative;
  z-index: 1;
}

.eco_phase_card {
  position: relative;
  height: 100%;
  padding: 2.5rem 2rem;
  background: white;
  border-radius: 24px;
  border: 2px solid var(--border-light);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
}

.eco_phase_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, 
    var(--primary-300), 
    var(--primary-500), 
    var(--primary-700));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.eco_phase_card:hover::before {
  opacity: 1;
}

.eco_phase_card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-300);
  box-shadow: 0 20px 50px rgba(5, 150, 105, 0.15);
}

/* Growth Indicator */
.phase_growth_indicator {
  position: absolute;
  top: -15px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.growth_circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid var(--primary-500);
  background: white;
  position: relative;
  animation: growth_bloom 2s ease-in-out infinite;
}

.growth_circle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary-500);
}

@keyframes growth_bloom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

.growth_stem {
  width: 3px;
  height: 40px;
  background: linear-gradient(180deg, 
    var(--primary-500) 0%, 
    var(--primary-300) 100%);
  margin-top: -5px;
}

/* Phase Icon */
.phase_icon_organic {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-accent);
  border-radius: 50%;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}

.phase_icon_organic i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.eco_phase_card:hover .phase_icon_organic {
  background: var(--primary-500);
  transform: rotate(360deg) scale(1.1);
}

.eco_phase_card:hover .phase_icon_organic i {
  color: white;
}

/* Phase Number */
.phase_number_eco {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--primary-100);
  line-height: 1;
  transition: all 0.3s ease;
  z-index: 1;
}

.eco_phase_card:hover .phase_number_eco {
  color: var(--primary-300);
  transform: scale(1.1);
}

/* Phase Content */
.phase_eco_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.phase_eco_description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* Card Variations */
.card_compact .phase_eco_description {
  font-size: 0.95rem;
}

.card_wide {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.card_wide .phase_icon_organic {
  margin-bottom: 0;
}

/* Harvest Card (Finale) */
.card_harvest {
  position: relative;
  background: linear-gradient(135deg, 
    var(--surface-accent) 0%, 
    var(--primary-100) 100%);
  border: 3px solid var(--primary-300);
  padding: 3rem 2.5rem;
}

.indicator_harvest .growth_circle {
  width: 40px;
  height: 40px;
  border-width: 4px;
}

.indicator_harvest .growth_circle::after {
  width: 16px;
  height: 16px;
}

.icon_harvest {
  width: 90px;
  height: 90px;
  background: var(--primary-500);
}

.icon_harvest i {
  font-size: 2.5rem;
  color: white;
}

.card_harvest:hover .icon_harvest {
  transform: rotate(360deg) scale(1.2);
}

.number_harvest {
  font-size: 5rem;
  color: var(--primary-300);
}

.harvest_content {
  flex: 1;
  position: relative;
  z-index: 2;
}

.title_harvest {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}

.desc_harvest {
  font-size: 1.1rem;
}

.harvest_glow {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, 
    rgba(5, 150, 105, 0.15) 0%, 
    transparent 70%);
  border-radius: 50%;
  animation: harvest_glow_pulse 4s ease-in-out infinite;
  z-index: 1;
}

@keyframes harvest_glow_pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .eco_process_title {
    font-size: 2.25rem;
  }

  .card_wide {
    flex-direction: column;
  }

  .card_wide .phase_icon_organic {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .process_section_primary {
    padding: 60px 0;
  }

  .eco_process_title {
    font-size: 1.85rem;
  }

  .eco_process_subtitle {
    font-size: 1.15rem;
  }

  .eco_badge_wrapper {
    width: 70px;
    height: 70px;
  }

  .eco_badge_wrapper i {
    font-size: 2rem;
  }

  .eco_phase_card {
    padding: 2rem 1.5rem;
  }

  .phase_number_eco {
    font-size: 2.5rem;
    top: 1.5rem;
    right: 1.5rem;
  }

  .phase_eco_title {
    font-size: 1.35rem;
  }

  .phase_eco_description {
    font-size: 0.95rem;
  }

  .title_harvest {
    font-size: 1.65rem;
  }

  .desc_harvest {
    font-size: 1rem;
  }

  .number_harvest {
    font-size: 3.5rem;
  }

  .icon_harvest {
    width: 75px;
    height: 75px;
  }

  .icon_harvest i {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .eco_process_title {
    font-size: 1.65rem;
  }

  .eco_process_description {
    font-size: 1rem;
  }

  .phase_growth_indicator {
    right: 15px;
  }

  .card_harvest {
    padding: 2rem 1.5rem;
  }
}



/* Timeline section */

.timeline-section-variant {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.timeline-section-variant #timeline-title {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.timeline-section-variant #timeline-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.timeline-section-variant #timeline-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 1.1rem;
}

/* Timeline Vertical Container */
.timeline-vertical {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
}

/* Vertical Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--primary-300) 10%,
    var(--primary-300) 90%,
    transparent
  );
  transform: translateX(-50%);
  z-index: 0;
}

/* Timeline Item Wrapper */
.timeline-item-wrapper {
  margin-bottom: 4rem;
  position: relative;
}

.timeline-item-wrapper:last-child {
  margin-bottom: 0;
}

/* Timeline Dot Container */
.timeline-dot-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 120px;
}

.timeline-dot {
  width: 24px;
  height: 24px;
  background: var(--primary-500);
  border: 4px solid var(--surface-primary);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--primary-300);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.timeline-dot:hover {
  transform: scale(1.3);
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-300) 40%, transparent);
}

/* Timeline Cards */
.timeline-card {
  background: var(--surface-secondary);
  border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
  border-radius: 12px;
  padding: 2rem;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-500);
}

/* Timeline Content Positioning */
.timeline-content-left .timeline-card {
  margin-right: 2rem;
}

.timeline-content-right .timeline-card {
  margin-left: 2rem;
}

/* Timeline Marker Icon */
.timeline-marker {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 50px;
  height: 50px;
  background: var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 1.3rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

.timeline-content-right .timeline-marker {
  right: auto;
  left: -15px;
}

/* Timeline Item Titles */
.timeline-card h4[id^="timeline-item-"] {
  color: var(--text-primary);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* Timeline Item Descriptions */
.timeline-card p[id^="timeline-item-"] {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Decorative Shapes */
.decorative-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.shape-circle-1 {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-300) 15%, transparent),
    transparent 70%
  );
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

.shape-circle-2 {
  position: absolute;
  bottom: 15%;
  left: 5%;
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-500) 10%, transparent),
    transparent 70%
  );
  border-radius: 50%;
  animation: float 10s ease-in-out infinite reverse;
}

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

/* Responsive Design */
@media (max-width: 767px) {
  .timeline-line {
    left: 20px;
  }

  .timeline-dot-container {
    position: absolute;
    left: 0;
    top: 0;
    min-height: auto;
  }

  .timeline-dot {
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 3px var(--primary-300);
  }

  .timeline-content-left .timeline-card,
  .timeline-content-right .timeline-card {
    margin-left: 60px;
    margin-right: 0;
  }

  .timeline-marker {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    top: -10px;
    right: -10px;
  }

  .timeline-content-right .timeline-marker {
    right: -10px;
    left: auto;
  }

  .timeline-item-wrapper {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline-content-left .timeline-card {
    margin-right: 1rem;
  }

  .timeline-content-right .timeline-card {
    margin-left: 1rem;
  }
}





.career-section {
  padding: 90px 0;
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Decorative Elements */
.timeline-decoration {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.decoration-top {
  background: var(--primary-500);
  top: -100px;
  left: -100px;
  filter: blur(60px);
}

.decoration-bottom {
  background: var(--primary-300);
  bottom: -100px;
  right: -100px;
  filter: blur(60px);
}

/* Section Header */
.section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Timeline */
.career-timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.timeline-line {
  position: absolute;
  width: 4px;
  height: 100%;
  background: color-mix(in srgb, var(--primary-500) 20%, var(--neutral-100) 80%);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.timeline-line::before,
.timeline-line::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-line::before {
  top: 0;
}

.timeline-line::after {
  bottom: 0;
}

/* Timeline Items */
.timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.timeline-item-reverse {
  justify-content: flex-start;
}

.timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: var(--light);
  border: 4px solid var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  top: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.timeline-marker i {
  font-size: 1.25rem;
  color: var(--primary-500);
}

.timeline-content {
  width: calc(50% - 50px);
  background: var(--light);
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.3s ease;
  position: relative;
}

.timeline-content::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 30px;
}

.timeline-item .timeline-content::before {
  right: -20px;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent var(--light);
}

.timeline-item-reverse .timeline-content::before {
  left: -20px;
  border-width: 10px 20px 10px 0;
  border-color: transparent var(--light) transparent transparent;
}

.timeline-content:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.timeline-icon-wrapper {
  width: 50px;
  height: 50px;
  background: var(--primary-50);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.timeline-icon-wrapper i {
  font-size: 1.5rem;
  color: var(--primary-500);
}

.timeline-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.timeline-meta {
  margin-bottom: 1rem;
}

.meta-text {
  display: inline-block;
  font-size: 0.9rem;
  color: var(--primary-700);
  font-weight: 600;
  padding: 0.4rem 1rem;
  background: var(--primary-50);
  border-radius: 20px;
}

.timeline-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .section-title {
    font-size: 2.25rem;
  }

  .timeline-line {
    left: 30px;
  }

  .timeline-marker {
    left: 30px;
  }

  .timeline-item,
  .timeline-item-reverse {
    justify-content: flex-end;
  }

  .timeline-content {
    width: calc(100% - 90px);
  }

  .timeline-item .timeline-content::before,
  .timeline-item-reverse .timeline-content::before {
    left: -20px;
    border-width: 10px 20px 10px 0;
    border-color: transparent var(--light) transparent transparent;
  }
}

@media (max-width: 767px) {
  .career-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.875rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .timeline-content {
    padding: 1.5rem;
  }

  .timeline-title {
    font-size: 1.25rem;
  }

  .timeline-item {
    margin-bottom: 40px;
  }
}





/* ========================================
   Coreinfo Section v-053 - Modern Minimal
   Theme: modern-01
   ======================================== */

.coreinfo-bold {
  position: relative;
  padding: 8rem 0;
  background: #ffffff;
  overflow: hidden;
}

/* Header Styles */
.coreinfo-bold .header-wrapper {
  position: relative;
  z-index: 2;
}

.coreinfo-bold .minimal-accent {
  width: 60px;
  height: 4px;
  background: var(--primary-500);
  margin: 0 auto 2rem;
}

.coreinfo-bold .section-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.coreinfo-bold .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.coreinfo-bold .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
}

/* Minimal Clean Layout */
.coreinfo-bold .minimal-grid {
  position: relative;
  margin-top: 5rem;
  z-index: 2;
}

.coreinfo-bold .minimal-card {
  background: var(--surface-primary);
  border: 1px solid var(--neutral-100);
  border-radius: 0;
  padding: 3rem 2.5rem;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.coreinfo-bold .minimal-card:hover {
  border-color: var(--primary-300);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

.coreinfo-bold .card-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--neutral-100);
  transition: background 0.3s ease;
}

.coreinfo-bold .minimal-card:hover .card-line {
  background: var(--primary-500);
}

.coreinfo-bold .minimal-icon {
  width: 56px;
  height: 56px;
  border: 2px solid var(--primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.coreinfo-bold .icon-compact {
  width: 48px;
  height: 48px;
}

.coreinfo-bold .minimal-card:hover .minimal-icon {
  background: var(--primary-500);
  transform: rotate(90deg);
}

.coreinfo-bold .minimal-icon i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.coreinfo-bold .icon-compact i {
  font-size: 1.25rem;
}

.coreinfo-bold .minimal-card:hover .minimal-icon i {
  color: #ffffff;
}

.coreinfo-bold .minimal-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.coreinfo-bold .minimal-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.coreinfo-bold .card-small {
  padding: 2.5rem 2rem;
}

.coreinfo-bold .card-small .minimal-title {
  font-size: 1.375rem;
}

.coreinfo-bold .card-small .minimal-description {
  font-size: 0.9375rem;
}

.coreinfo-bold .card-large .minimal-title {
  font-size: 1.625rem;
}

.coreinfo-bold .card-large .minimal-description {
  font-size: 1.0625rem;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .coreinfo-bold {
    padding: 6rem 0;
  }

  .coreinfo-bold .section-title {
    font-size: 2.75rem;
  }

  .coreinfo-bold .section-subtitle {
    font-size: 1.375rem;
  }

  .coreinfo-bold .minimal-grid {
    margin-top: 4rem;
  }

  .coreinfo-bold .minimal-card {
    padding: 2.5rem 2rem;
  }

  .coreinfo-bold .card-small {
    padding: 2rem 1.75rem;
  }

  .coreinfo-bold .minimal-title {
    font-size: 1.375rem;
  }

  .coreinfo-bold .card-large .minimal-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .coreinfo-bold {
    padding: 5rem 0;
  }

  .coreinfo-bold .section-title {
    font-size: 2.25rem;
  }

  .coreinfo-bold .section-subtitle {
    font-size: 1.25rem;
  }

  .coreinfo-bold .section-description {
    font-size: 1rem;
  }

  .coreinfo-bold .minimal-accent {
    width: 50px;
    height: 3px;
  }

  .coreinfo-bold .minimal-card {
    padding: 2rem 1.75rem;
  }

  .coreinfo-bold .card-small {
    padding: 1.75rem 1.5rem;
  }

  .coreinfo-bold .minimal-icon {
    width: 48px;
    height: 48px;
  }

  .coreinfo-bold .icon-compact {
    width: 40px;
    height: 40px;
  }

  .coreinfo-bold .minimal-icon i {
    font-size: 1.25rem;
  }

  .coreinfo-bold .icon-compact i {
    font-size: 1rem;
  }

  .coreinfo-bold .minimal-title {
    font-size: 1.25rem;
  }

  .coreinfo-bold .card-small .minimal-title {
    font-size: 1.25rem;
  }

  .coreinfo-bold .card-large .minimal-title {
    font-size: 1.375rem;
  }

  .coreinfo-bold .minimal-description,
  .coreinfo-bold .card-large .minimal-description {
    font-size: 0.9375rem;
  }

  .coreinfo-bold .card-small .minimal-description {
    font-size: 0.875rem;
  }
}

@media (max-width: 575.98px) {
  .coreinfo-bold {
    padding: 4rem 0;
  }

  .coreinfo-bold .section-title {
    font-size: 1.875rem;
  }

  .coreinfo-bold .section-subtitle {
    font-size: 1.125rem;
  }

  .coreinfo-bold .minimal-accent {
    width: 40px;
    margin-bottom: 1.5rem;
  }

  .coreinfo-bold .minimal-grid {
    margin-top: 3rem;
  }

  .coreinfo-bold .minimal-card {
    padding: 1.75rem 1.5rem;
  }

  .coreinfo-bold .card-small {
    padding: 1.5rem 1.25rem;
  }

  .coreinfo-bold .minimal-title {
    font-size: 1.125rem;
  }

  .coreinfo-bold .card-small .minimal-title {
    font-size: 1.125rem;
  }

  .coreinfo-bold .card-large .minimal-title {
    font-size: 1.25rem;
  }
}


.blog-section-054 {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

.blog-section-054 .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}

.blog-section-054 .section-subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.5;
}

.blog-section-054 .section-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 500px;
}

/* Blog Card */
.blog-section-054 .blog-card {
  background: var(--surface-secondary);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.blog-section-054 .blog-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Blog Image with Overlay */
.blog-section-054 .blog-image-container {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.blog-section-054 .blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-section-054 .blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-section-054 .blog-card:hover .blog-overlay {
  opacity: 0.92;
}

.blog-section-054 .blog-card:hover .blog-image {
  transform: scale(1.1);
}

.blog-section-054 .overlay-content {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease 0.1s;
}

.blog-section-054 .blog-card:hover .overlay-content {
  transform: translateY(0);
  opacity: 1;
}

.blog-section-054 .icon-circle {
  width: 60px;
  height: 60px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary-500);
}

/* Blog Body */
.blog-section-054 .blog-body {
  padding: 1.75rem;
  position: relative;
}

.blog-section-054 .blog-category-indicator {
  width: 50px;
  height: 4px;
  background: var(--primary-500);
  border-radius: 2px;
  margin-bottom: 1rem;
}

.blog-section-054 .blog-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.4;
  min-height: 68px;
}

.blog-section-054 .blog-excerpt {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.blog-section-054 .blog-read-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary-500);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-section-054 .blog-read-link:hover {
  color: var(--primary-700);
  gap: 0.75rem;
}

/* Blog Footer Meta */
.blog-section-054 .blog-footer-meta {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 2px solid var(--neutral-100);
}

.blog-section-054 .blog-footer-meta i {
  font-size: 1.25rem;
  color: var(--primary-300);
}

/* Decorative Blobs */
.blog-section-054 .decorative-blob {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
  opacity: 0.4;
  pointer-events: none;
  filter: blur(40px);
}

.blog-section-054 .blob-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  right: -100px;
}

.blog-section-054 .blob-2 {
  width: 250px;
  height: 250px;
  bottom: 15%;
  left: -80px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .blog-section-054 .section-title {
    font-size: 2.25rem;
  }

  .blog-section-054 .section-description {
    max-width: 100%;
    margin-top: 1rem;
  }

  .blog-section-054 .blog-image-container {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .blog-section-054 .section-title {
    font-size: 1.875rem;
  }

  .blog-section-054 .blog-image-container {
    height: 180px;
  }

  .blog-section-054 .blog-title {
    min-height: auto;
  }

  .blog-section-054 .decorative-blob {
    display: none;
  }
}





/* Faq section */

.faq-section-058 {
  position: relative;
  background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
  overflow: hidden;
}

/* Floating Icon Group */
.faq-section-058 .floating-icon-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  height: 80px;
}

.faq-section-058 .icon-float {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  animation: float-bounce 3s ease-in-out infinite;
}

.faq-section-058 .icon-float i {
  font-size: 1.75rem;
  color: var(--light);
}

.faq-section-058 .icon-1 {
  animation-delay: 0s;
}

.faq-section-058 .icon-2 {
  animation-delay: 1s;
  width: 80px;
  height: 80px;
}

.faq-section-058 .icon-2 i {
  font-size: 2rem;
}

.faq-section-058 .icon-3 {
  animation-delay: 2s;
}

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

/* Typography */
.faq-section-058 #faq-title {
  color: var(--text-primary);
}

.faq-section-058 #faq-subtitle {
  color: var(--primary-500);
  font-weight: 600;
}

.faq-section-058 #faq-desc {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* FAQ Item */
.faq-section-058 .faq-item {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

/* FAQ Card */
.faq-section-058 .faq-card {
  border: none;
  border-radius: 16px;
  background: var(--surface-primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.faq-section-058 .faq-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}

.faq-section-058 .faq-card:hover::before {
  transform: scaleY(1);
}

.faq-section-058 .faq-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateX(5px);
}

/* Card Body */
.faq-section-058 .faq-card .card-body {
  padding: 2rem;
}

/* FAQ Icon Badge */
.faq-section-058 .faq-icon-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: color-mix(in srgb, var(--primary-500) 12%, var(--surface-primary) 88%);
  border-radius: 12px;
  margin-right: 1.5rem;
  transition: all 0.3s ease;
}

.faq-section-058 .faq-card:hover .faq-icon-badge {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
  transform: rotate(5deg) scale(1.05);
}

.faq-section-058 .faq-icon-badge i {
  font-size: 1.5rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.faq-section-058 .faq-card:hover .faq-icon-badge i {
  color: var(--light);
}

/* Question and Answer */
.faq-section-058 .faq-card h4 {
  color: var(--text-primary);
  font-weight: 600;
  line-height: 1.4;
}

.faq-section-058 .faq-card p {
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Gradient Orbs */
.faq-section-058 .gradient-orbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.faq-section-058 .orb {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  opacity: 0.06;
  filter: blur(60px);
}

.faq-section-058 .orb-1 {
  width: 500px;
  height: 500px;
  top: -150px;
  right: -100px;
  animation: orb-float-1 20s ease-in-out infinite;
}

.faq-section-058 .orb-2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  left: -100px;
  animation: orb-float-2 25s ease-in-out infinite;
}

@keyframes orb-float-1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-30px, 30px) scale(1.1);
  }
}

@keyframes orb-float-2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.15);
  }
}

/* Content Positioning */
.faq-section-058 > .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .faq-section-058 .floating-icon-group {
    gap: 1.5rem;
    height: 70px;
  }

  .faq-section-058 .icon-float {
    width: 60px;
    height: 60px;
  }

  .faq-section-058 .icon-float i {
    font-size: 1.5rem;
  }

  .faq-section-058 .icon-2 {
    width: 70px;
    height: 70px;
  }

  .faq-section-058 .icon-2 i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .faq-section-058 .floating-icon-group {
    gap: 1rem;
    height: 60px;
  }

  .faq-section-058 .icon-float {
    width: 50px;
    height: 50px;
  }

  .faq-section-058 .icon-float i {
    font-size: 1.25rem;
  }

  .faq-section-058 .icon-2 {
    width: 55px;
    height: 55px;
  }

  .faq-section-058 .icon-2 i {
    font-size: 1.35rem;
  }

  .faq-section-058 .faq-card .card-body {
    padding: 1.5rem;
  }

  .faq-section-058 .faq-card .d-flex {
    flex-direction: column;
  }

  .faq-section-058 .faq-icon-badge {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .faq-section-058 .gradient-orbs {
    display: none;
  }
}

/* Accessibility */
.faq-section-058 .faq-card:focus-within {
  outline: 2px solid var(--primary-500);
  outline-offset: 4px;
}


.gallery-section-primary {
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

.gallery-section-primary .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
  margin: 0 auto;
  border-radius: 2px;
}

.gallery-section-primary .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .gallery-section-primary .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .gallery-section-primary .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gallery-section-primary .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-section-primary .gallery-item-large {
  grid-column: span 2;
  grid-row: span 2;
}

@media (max-width: 767px) {
  .gallery-section-primary .gallery-item-large {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.gallery-section-primary .gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.gallery-section-primary .gallery-item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.gallery-section-primary .gallery-item-large .gallery-item-inner {
  aspect-ratio: 2 / 1;
}

@media (max-width: 767px) {
  .gallery-section-primary .gallery-item-large .gallery-item-inner {
    aspect-ratio: 1 / 1;
  }
}

.gallery-section-primary .gallery-item-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-section-primary .gallery-item:hover .gallery-item-inner img {
  transform: scale(1.1);
}

.gallery-section-primary .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-700) 85%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-section-primary .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-section-primary .gallery-overlay i {
  font-size: 3rem;
  color: var(--light);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.gallery-section-primary .gallery-item:hover .gallery-overlay i {
  transform: scale(1);
}

.gallery-section-primary .decorative-shapes {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  pointer-events: none;
}

.gallery-section-primary .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
}

.gallery-section-primary .shape-1 {
  width: 150px;
  height: 150px;
  background: var(--primary-300);
  top: 0;
  left: 0;
}

.gallery-section-primary .shape-2 {
  width: 100px;
  height: 100px;
  background: var(--primary-500);
  bottom: 0;
  right: 0;
}





.footer-standard {
  position: relative;
  padding: 100px 0 60px;
  background: linear-gradient(155deg, 
    color-mix(in srgb, var(--primary-700) 93%, transparent) 0%, 
    color-mix(in srgb, var(--primary-500) 89%, transparent) 50%, 
    color-mix(in srgb, var(--neutral-900) 91%, transparent) 100%), 
    url('MIN_assets/MIN_images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  overflow: hidden;
}

.modern-gradient-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--primary-500) 4%, transparent);
  pointer-events: none;
}

/* Modern Brand Center */
.modern-brand-center {
  padding-bottom: 2rem;
}

.modern-logo-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.logo-shape {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, #ffffff 15%, transparent);
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  backdrop-filter: blur(10px);
}

.logo-accent {
  width: 40px;
  height: 40px;
  background: color-mix(in srgb, #ffffff 12%, transparent);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transform: translateX(-20px);
}

.modern-brand-heading {
  font-size: 2.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}

.modern-brand-subtitle {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  max-width: 650px;
  margin: 0 auto;
}

/* Modern Content Container */
.modern-content-container {
  background: color-mix(in srgb, #ffffff 9%, transparent);
  border: 1px solid color-mix(in srgb, #ffffff 18%, transparent);
  border-radius: 30px;
  padding: 3rem 2.5rem;
  backdrop-filter: blur(15px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Modern Section Block */
.modern-section-block {
  text-align: center;
  padding: 1.5rem 0;
}

.section-icon-wrapper {
  width: 65px;
  height: 65px;
  background: color-mix(in srgb, #ffffff 12%, transparent);
  border: 2px solid color-mix(in srgb, #ffffff 20%, transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.section-icon-wrapper i {
  font-size: 1.75rem;
  color: #ffffff;
}

.modern-section-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Modern Links Row */
.modern-links-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.modern-text-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, #ffffff 15%, transparent);
  transition: all 0.3s ease;
  background: color-mix(in srgb, #ffffff 5%, transparent);
}

.modern-text-link:hover {
  color: #ffffff;
  background: color-mix(in srgb, #ffffff 12%, transparent);
  border-color: color-mix(in srgb, #ffffff 25%, transparent);
  transform: translateY(-3px);
}

/* Modern Contact Grid */
.modern-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
  max-width: 800px;
  margin: 0 auto;
}

.modern-contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 1rem;
  background: color-mix(in srgb, #ffffff 6%, transparent);
  border: 1px solid color-mix(in srgb, #ffffff 12%, transparent);
  border-radius: 15px;
  transition: all 0.3s ease;
}

.modern-contact-card.wide {
  grid-column: 1 / -1;
}

.modern-contact-card:hover {
  background: color-mix(in srgb, #ffffff 10%, transparent);
  transform: translateY(-5px);
}

.modern-contact-card i {
  font-size: 1.5rem;
  color: #ffffff;
}

.contact-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  text-align: center;
  line-height: 1.6;
}

/* Modern Section Divider */
.modern-section-divider {
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.2), 
    transparent);
  margin: 2rem 0;
}

/* Modern Badge Row */
.modern-badge-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.modern-badge {
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.5;
}

.modern-disclaimer-note {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin: 0 auto;
}

/* Modern Copyright Section */
.modern-copyright-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-top: 2.5rem;
  margin-top: 2rem;
  border-top: 1px solid color-mix(in srgb, #ffffff 15%, transparent);
}

.copyright-ornament {
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4));
}

.copyright-ornament:last-child {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), transparent);
}

.modern-copyright-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin: 0;
  white-space: nowrap;
}

/* Modern Decorative Shapes */
.modern-floating-shape {
  position: absolute;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent);
  border-radius: 50%;
  pointer-events: none;
  animation: modernFloat 6s ease-in-out infinite;
}

.shape-a {
  width: 350px;
  height: 350px;
  top: 5%;
  left: 5%;
  animation-delay: 0s;
}

.shape-b {
  width: 280px;
  height: 280px;
  bottom: 10%;
  right: 8%;
  animation-delay: 2s;
}

.shape-c {
  width: 200px;
  height: 200px;
  top: 50%;
  right: 10%;
  animation-delay: 4s;
}

@keyframes modernFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
}

.modern-circle-accent {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
  animation: modernPulse 5s ease-in-out infinite;
}

.accent-1 {
  width: 250px;
  height: 250px;
  top: 15%;
  right: 20%;
  animation-delay: 0s;
}

.accent-2 {
  width: 180px;
  height: 180px;
  bottom: 25%;
  left: 15%;
  animation-delay: 1.5s;
}

.accent-3 {
  width: 120px;
  height: 120px;
  top: 60%;
  left: 50%;
  animation-delay: 3s;
}

@keyframes modernPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.15;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.25;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-standard {
    padding: 80px 0 50px;
  }

  .modern-brand-heading {
    font-size: 1.9rem;
  }

  .modern-content-container {
    padding: 2.5rem 2rem;
  }
}

@media (max-width: 767px) {
  .footer-standard {
    padding: 70px 0 45px;
    background-attachment: scroll;
  }

  .modern-brand-heading {
    font-size: 1.6rem;
  }

  .modern-content-container {
    padding: 2rem 1.5rem;
    border-radius: 20px;
  }

  .modern-links-row {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .modern-text-link {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  .modern-contact-grid {
    grid-template-columns: 1fr;
  }

  .modern-copyright-section {
    flex-direction: column;
    gap: 1rem;
  }

  .copyright-ornament {
    display: none;
  }

  .modern-copyright-text {
    white-space: normal;
  }
}


/* Universal section */

.additional-universal-secondary {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 50%, var(--neutral-0) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-secondary .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-secondary .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-secondary .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

/* Section Separator */
.additional-universal-secondary .section-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 3.5rem 0 4rem;
}

.additional-universal-secondary .sep-line {
  flex: 1;
  max-width: 180px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-500) 50%, transparent 100%);
}

.additional-universal-secondary .sep-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--neutral-0);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.additional-universal-secondary .sep-icon i {
  font-size: 1.5rem;
}

/* Services List */
.additional-universal-secondary .services-list {
  position: relative;
  z-index: 2;
}

.additional-universal-secondary .list-item {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid var(--neutral-100);
}

.additional-universal-secondary .list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Item Marker */
.additional-universal-secondary .item-marker {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.additional-universal-secondary .marker-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
  color: var(--primary-900);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.additional-universal-secondary .marker-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  color: var(--neutral-0);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.additional-universal-secondary .marker-icon i {
  font-size: 2rem;
}

.additional-universal-secondary .list-item:hover .marker-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

/* Item Content */
.additional-universal-secondary .item-content {
  flex: 1;
  position: relative;
  background: var(--neutral-0);
  padding: 2rem;
  border-radius: 16px;
  border-left: 4px solid var(--primary-500);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.additional-universal-secondary .list-item:hover .item-content {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-left-color: var(--accent-500);
}

.additional-universal-secondary .item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-secondary .item-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.additional-universal-secondary .item-badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: linear-gradient(135deg, var(--accent-100), var(--accent-200));
  color: var(--accent-900);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

/* Background Circles */
.additional-universal-secondary .bg-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  pointer-events: none;
  filter: blur(60px);
}

.additional-universal-secondary .circle-1 {
  width: 450px;
  height: 450px;
  background: var(--primary-500);
  top: 10%;
  left: -150px;
}

.additional-universal-secondary .circle-2 {
  width: 400px;
  height: 400px;
  background: var(--accent-400);
  bottom: 15%;
  right: -120px;
}

/* Background Lines */
.additional-universal-secondary .bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  pointer-events: none;
  background: repeating-linear-gradient(
    45deg,
    var(--primary-300),
    var(--primary-300) 2px,
    transparent 2px,
    transparent 40px
  );
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-secondary {
    padding: 4rem 0;
  }

  .additional-universal-secondary .list-item {
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .additional-universal-secondary .item-content {
    padding: 1.75rem;
  }

  .additional-universal-secondary .marker-icon {
    width: 65px;
    height: 65px;
  }

  .additional-universal-secondary .marker-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-secondary .item-title {
    font-size: 1.35rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-secondary {
    padding: 3rem 0;
  }

  .additional-universal-secondary .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-secondary .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-secondary .section-description {
    font-size: 1rem;
  }

  .additional-universal-secondary .section-separator {
    gap: 1rem;
  }

  .additional-universal-secondary .sep-line {
    max-width: 80px;
  }

  .additional-universal-secondary .sep-icon {
    width: 50px;
    height: 50px;
  }

  .additional-universal-secondary .sep-icon i {
    font-size: 1.35rem;
  }

  .additional-universal-secondary .list-item {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .additional-universal-secondary .item-marker {
    flex-direction: row;
    align-self: flex-start;
  }

  .additional-universal-secondary .marker-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .additional-universal-secondary .marker-icon {
    width: 60px;
    height: 60px;
  }

  .additional-universal-secondary .marker-icon i {
    font-size: 1.5rem;
  }

  .additional-universal-secondary .item-content {
    padding: 1.5rem;
  }

  .additional-universal-secondary .list-item:hover .item-content {
    transform: translateY(-5px) translateX(0);
  }

  .additional-universal-secondary .item-title {
    font-size: 1.25rem;
  }

  .additional-universal-secondary .item-description {
    font-size: 0.95rem;
  }

  .additional-universal-secondary .item-badge {
    font-size: 0.8rem;
    padding: 0.35rem 0.85rem;
  }

  .additional-universal-secondary .bg-circle,
  .additional-universal-secondary .bg-lines {
    display: none;
  }
}







.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-50);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 700px;
  margin: 0 auto;
}

.add_wrap .add_card {
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--neutral-300);
  position: relative;
  overflow: hidden;
}

.add_wrap .add_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-500));
}

.add_wrap .add_card_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-500));
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-6);
  position: relative;
}

.add_wrap .add_card_icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: var(--neutral-100);
  border-radius: 50%;
}

.add_wrap .add_card_content {
  flex-grow: 1;
}

.add_wrap .add_card_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_card_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_card_large {
  background: linear-gradient(135deg, var(--neutral-100), var(--neutral-50));
}

.add_wrap .add_card_large .add_card_icon {
  width: 80px;
  height: 80px;
}

.add_wrap .add_card_large .add_card_icon:after {
  width: 32px;
  height: 32px;
}

.add_wrap .add_card_large .add_card_title {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .add_wrap .add_card {
    padding: var(--space-6);
  }
  
  .add_wrap .add_card_icon {
    width: 50px;
    height: 50px;
  }
  
  .add_wrap .add_card_icon:after {
    width: 20px;
    height: 20px;
  }
  
  .add_wrap .add_card_large .add_card_icon {
    width: 60px;
    height: 60px;
  }
  
  .add_wrap .add_card_large .add_card_icon:after {
    width: 24px;
    height: 24px;
  }
}


/* Universal section */

.additional-universal-section.v-060 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 15%, var(--surface-primary) 85%) 50%, var(--surface-primary) 100%);
  overflow: hidden;
}

/* Section Header */
.v-060 .section-header {
  position: relative;
  z-index: 2;
}

.v-060 .header-dots {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 30px;
}

.v-060 .header-dots .dot {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: dot-bounce 1.5s ease-in-out infinite;
}

.v-060 .header-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.v-060 .header-dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.v-060 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.v-060 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 20px;
  line-height: 1.4;
}

.v-060 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Split Content Wrapper */
.v-060 .split-content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Split Block */
.v-060 .split-block {
  position: relative;
}

/* Content Box */
.v-060 .content-box {
  padding: 20px 0;
}

.v-060 .content-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
  transition: transform 0.4s ease;
}

.v-060 .split-block:hover .content-icon {
  transform: scale(1.1) rotate(5deg);
}

.v-060 .content-icon i {
  font-size: 32px;
  color: var(--light);
}

.v-060 .content-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.v-060 .content-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Visual Box */
.v-060 .visual-box {
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-060 .visual-element {
  width: 280px;
  height: 280px;
  position: relative;
}

.v-060 .visual-element.circle-pattern {
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 15%, transparent 85%), color-mix(in srgb, var(--primary-700) 15%, transparent 85%));
  border-radius: 50%;
  border: 4px solid var(--primary-500);
  animation: pulse-rotate 8s ease-in-out infinite;
}

.v-060 .visual-element.square-grid {
  background-image: 
    linear-gradient(to right, var(--primary-500) 2px, transparent 2px),
    linear-gradient(to bottom, var(--primary-500) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0.3;
  border-radius: 20px;
  animation: grid-shift 10s linear infinite;
}

.v-060 .visual-element.wave-pattern {
  background: 
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-500) 20%, transparent 80%) 0%, transparent 70%),
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-700) 20%, transparent 80%) 0%, transparent 70%);
  background-size: 60% 60%, 100% 100%;
  background-position: center;
  border-radius: 50%;
  animation: wave-pulse 6s ease-in-out infinite;
}

.v-060 .visual-element.dot-matrix {
  background-image: radial-gradient(circle, var(--primary-500) 3px, transparent 3px);
  background-size: 30px 30px;
  opacity: 0.4;
  border-radius: 50%;
  animation: matrix-rotate 12s linear infinite;
}

@keyframes pulse-rotate {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(180deg);
  }
}

@keyframes grid-shift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}

@keyframes wave-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

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

.v-060 .visual-accent {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  opacity: 0.2;
  border-radius: 20px;
  z-index: -1;
}

.v-060 .visual-accent.accent-1 {
  top: -20px;
  right: -20px;
}

.v-060 .visual-accent.accent-2 {
  bottom: -20px;
  left: -20px;
}

.v-060 .visual-accent.accent-3 {
  top: -20px;
  left: -20px;
  transform: rotate(45deg);
}

.v-060 .visual-accent.accent-4 {
  bottom: -20px;
  right: -20px;
  transform: rotate(45deg);
}

/* Featured Block */
.v-060 .featured-block {
  margin: 40px 0;
}

.v-060 .featured-content {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 24px;
  padding: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.v-060 .featured-icon-wrapper {
  width: 90px;
  height: 90px;
  background: color-mix(in srgb, var(--light) 25%, transparent 75%);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.v-060 .featured-icon-wrapper i {
  font-size: 42px;
  color: var(--light);
}

.v-060 .featured-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--light);
  margin-bottom: 20px;
  line-height: 1.3;
}

.v-060 .featured-description {
  font-size: 1.125rem;
  color: color-mix(in srgb, var(--light) 95%, transparent 5%);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

.v-060 .featured-pattern {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, color-mix(in srgb, var(--light) 15%, transparent 85%) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Background Decorations */
.v-060 .bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.v-060 .deco-float {
  position: absolute;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
  border-radius: 50%;
  animation: float-drift 20s ease-in-out infinite;
}

.v-060 .deco-float.float-1 {
  top: 15%;
  left: 5%;
}

.v-060 .deco-float.float-2 {
  bottom: 20%;
  right: 8%;
  animation-delay: 10s;
}

@keyframes float-drift {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, -30px);
  }
}

.v-060 .deco-gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 5%, transparent 95%) 0%, transparent 70%);
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-060 {
    padding: 80px 0;
  }

  .v-060 .section-title {
    font-size: 2.25rem;
  }

  .v-060 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-060 .split-content-wrapper {
    gap: 50px;
  }

  .v-060 .visual-box {
    height: 280px;
  }

  .v-060 .visual-element {
    width: 220px;
    height: 220px;
  }

  .v-060 .featured-content {
    padding: 50px 40px;
  }

  .v-060 .featured-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .v-060 {
    padding: 60px 0;
  }

  .v-060 .section-title {
    font-size: 1.875rem;
  }

  .v-060 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-060 .section-description {
    font-size: 1rem;
  }

  .v-060 .split-content-wrapper {
    gap: 40px;
  }

  .v-060 .content-icon {
    width: 60px;
    height: 60px;
  }

  .v-060 .content-icon i {
    font-size: 28px;
  }

  .v-060 .content-title {
    font-size: 1.5rem;
  }

  .v-060 .content-description {
    font-size: 1rem;
  }

  .v-060 .visual-box {
    height: 220px;
    margin-top: 30px;
  }

  .v-060 .visual-element {
    width: 180px;
    height: 180px;
  }

  .v-060 .featured-content {
    padding: 40px 28px;
  }

  .v-060 .featured-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .v-060 .featured-icon-wrapper i {
    font-size: 32px;
  }

  .v-060 .featured-title {
    font-size: 1.5rem;
  }

  .v-060 .featured-description {
    font-size: 1rem;
  }
}





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





/* Universal section */

.additional-universal-featured {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-featured .section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-featured .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-featured .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Decorative Line Accent */
.additional-universal-featured .decorative-line-accent {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500));
  margin: 3rem auto;
  border-radius: 2px;
}

/* Feature Cards */
.additional-universal-featured .feature-card {
  position: relative;
  background: var(--neutral-0);
  border-radius: 16px;
  padding: 2.5rem;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid var(--neutral-300);
}

.additional-universal-featured .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.additional-universal-featured .feature-card.featured {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 2px solid var(--primary-300);
}

/* Card Icons */
.additional-universal-featured .card-icon-wrapper,
.additional-universal-featured .icon-holder {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.additional-universal-featured .card-icon-wrapper i,
.additional-universal-featured .icon-holder i {
  font-size: 2rem;
  color: var(--neutral-0);
}

.additional-universal-featured .feature-card.standard .icon-holder {
  width: 60px;
  height: 60px;
}

.additional-universal-featured .feature-card.standard .icon-holder i {
  font-size: 1.75rem;
}

/* Card Content */
.additional-universal-featured .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-featured .feature-card.standard .card-title {
  font-size: 1.35rem;
}

.additional-universal-featured .card-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.6;
  margin: 0;
}

/* Card Decorative Shape */
.additional-universal-featured .card-decorative-shape {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: var(--primary-100);
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.3s ease;
}

.additional-universal-featured .feature-card:hover .card-decorative-shape {
  transform: scale(1.2);
  opacity: 0.5;
}

/* Decorative Blobs */
.additional-universal-featured .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
}

.additional-universal-featured .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: -100px;
  left: -100px;
  filter: blur(60px);
}

.additional-universal-featured .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--accent-300);
  bottom: -80px;
  right: -80px;
  filter: blur(50px);
}

.additional-universal-featured .decorative-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px dashed var(--primary-300);
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
}

.additional-universal-featured .circle-1 {
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-featured {
    padding: 4rem 0;
  }

  .additional-universal-featured .section-title {
    font-size: 2rem;
  }

  .additional-universal-featured .section-subtitle {
    font-size: 1.35rem;
  }

  .additional-universal-featured .feature-card {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .additional-universal-featured {
    padding: 3rem 0;
  }

  .additional-universal-featured .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-featured .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-featured .section-description {
    font-size: 1rem;
  }

  .additional-universal-featured .feature-card {
    padding: 1.75rem;
  }

  .additional-universal-featured .card-title {
    font-size: 1.35rem;
  }

  .additional-universal-featured .decorative-blob {
    display: none;
  }
}




/* Universal section */
/* Theme: creative-purple-01 */

.additional-universal-section {
  position: relative;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Section Header */
.section-header {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
}

.header-badge {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.header-badge i {
  font-size: 2rem;
  color: var(--light);
}

.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: 720px;
}

/* Timeline */
.timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
  transform: translateX(-50%);
  z-index: 0;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: calc(50% + 50px);
  margin-bottom: 4rem;
}

.timeline-item-reverse {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: calc(50% + 50px);
}

.timeline-marker {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: 2;
}

.marker-dot {
  width: 20px;
  height: 20px;
  background: var(--primary-500);
  border: 4px solid var(--light);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--primary-100);
  transition: all 0.3s ease;
}

.timeline-item:hover .marker-dot {
  transform: scale(1.3);
  background: var(--primary-700);
}

.marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: var(--primary-300);
  border-radius: 50%;
  animation: pulse 2s infinite;
  opacity: 0;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

/* Timeline Content */
.timeline-content {
  position: relative;
  background: var(--light);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--neutral-100);
  transition: all 0.3s ease;
  max-width: 400px;
  width: 100%;
}

.timeline-item:hover .timeline-content {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-300);
}

.timeline-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.timeline-icon i {
  font-size: 1.75rem;
  color: var(--primary-500);
}

.timeline-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.timeline-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

.timeline-decorative {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 80px;
  height: 80px;
  background: var(--primary-50);
  border-radius: 50%;
  opacity: 0.5;
  z-index: -1;
}

/* Decorative Elements */
.decorative-shape {
  position: absolute;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 5%;
  left: -10%;
  animation: float 20s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-700);
  bottom: 10%;
  right: -8%;
  animation: float 25s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(30px, -30px) rotate(10deg);
  }
}

.decorative-gradient {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.gradient-1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .timeline-item,
  .timeline-item-reverse {
    padding-left: 80px;
    padding-right: 0;
    justify-content: flex-start;
  }

  .timeline-marker {
    left: 30px;
    transform: translateX(0);
  }

  .timeline-line {
    left: 30px;
    transform: translateX(0);
  }

  .timeline-content {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .timeline-item {
    margin-bottom: 3rem;
  }

  .timeline-content {
    padding: 1.5rem;
  }

  .timeline-title {
    font-size: 1.25rem;
  }

  .decorative-shape {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .additional-universal-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .timeline-item,
  .timeline-item-reverse {
    padding-left: 50px;
  }

  .timeline-marker {
    left: 15px;
  }

  .timeline-line {
    left: 15px;
  }

  .marker-dot {
    width: 16px;
    height: 16px;
  }

  .timeline-content {
    padding: 1.25rem;
  }

  .timeline-icon {
    width: 50px;
    height: 50px;
  }

  .timeline-icon i {
    font-size: 1.5rem;
  }
}





/* Universal section */

.additional-universal-custom {
  position: relative;
  padding: 6rem 0;
  background: radial-gradient(circle at top right, var(--primary-50) 0%, var(--neutral-50) 40%, var(--accent-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-custom .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-custom .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-custom .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

/* Creative Divider */
.additional-universal-custom .creative-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 3rem 0;
}

.additional-universal-custom .divider-line {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-500) 50%, transparent 100%);
}

.additional-universal-custom .divider-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 15px var(--primary-300);
}

/* Features Grid */
.additional-universal-custom .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.additional-universal-custom .features-grid .feature-box:nth-child(3) {
  grid-column: 1 / -1;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

/* Feature Box */
.additional-universal-custom .feature-box {
  position: relative;
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.additional-universal-custom .feature-box:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Feature Visual */
.additional-universal-custom .feature-visual {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.additional-universal-custom .icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}

.additional-universal-custom .icon-wrapper i {
  font-size: 2.25rem;
  color: var(--neutral-0);
}

/* Gradient Variations */
.additional-universal-custom .gradient-1 {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}

.additional-universal-custom .gradient-2 {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
}

.additional-universal-custom .gradient-3 {
  background: linear-gradient(135deg, var(--primary-700), var(--accent-600));
}

.additional-universal-custom .gradient-4 {
  background: linear-gradient(135deg, var(--accent-400), var(--primary-700));
}

.additional-universal-custom .gradient-5 {
  background: linear-gradient(135deg, var(--primary-700), var(--accent-500));
}

/* Visual Accent */
.additional-universal-custom .visual-accent {
  flex: 1;
  height: 3px;
  border-radius: 2px;
  opacity: 0.4;
}

.additional-universal-custom .accent-1 { background: linear-gradient(90deg, var(--primary-500), transparent); }
.additional-universal-custom .accent-2 { background: linear-gradient(90deg, var(--accent-500), transparent); }
.additional-universal-custom .accent-3 { background: linear-gradient(90deg, var(--primary-700), transparent); }
.additional-universal-custom .accent-4 { background: linear-gradient(90deg, var(--accent-400), transparent); }
.additional-universal-custom .accent-5 { background: linear-gradient(90deg, var(--primary-700), transparent); }

/* Feature Text */
.additional-universal-custom .feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-custom .feature-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

/* Feature Glow Effect */
.additional-universal-custom .feature-glow {
  position: absolute;
  bottom: -50%;
  right: -50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-custom .feature-box:hover .feature-glow {
  opacity: 0.3;
}

/* Floating Orbs */
.additional-universal-custom .floating-orb {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
  filter: blur(40px);
}

.additional-universal-custom .orb-1 {
  width: 350px;
  height: 350px;
  background: var(--primary-500);
  top: 10%;
  left: -100px;
}

.additional-universal-custom .orb-2 {
  width: 300px;
  height: 300px;
  background: var(--accent-400);
  top: 50%;
  right: -80px;
}

.additional-universal-custom .orb-3 {
  width: 250px;
  height: 250px;
  background: var(--primary-300);
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

/* Geometric Patterns */
.additional-universal-custom .geometric-pattern {
  position: absolute;
  width: 150px;
  height: 150px;
  opacity: 0.03;
  pointer-events: none;
}

.additional-universal-custom .pattern-1 {
  top: 15%;
  right: 10%;
  background: repeating-linear-gradient(
    45deg,
    var(--primary-500),
    var(--primary-500) 10px,
    transparent 10px,
    transparent 20px
  );
}

.additional-universal-custom .pattern-2 {
  bottom: 20%;
  left: 8%;
  background: repeating-linear-gradient(
    -45deg,
    var(--accent-500),
    var(--accent-500) 10px,
    transparent 10px,
    transparent 20px
  );
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-custom {
    padding: 4rem 0;
  }

  .additional-universal-custom .features-grid {
    gap: 1.5rem;
  }

  .additional-universal-custom .feature-box {
    padding: 2rem;
  }

  .additional-universal-custom .icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .additional-universal-custom .icon-wrapper i {
    font-size: 2rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-custom {
    padding: 3rem 0;
  }

  .additional-universal-custom .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-custom .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-custom .section-description {
    font-size: 1rem;
  }

  .additional-universal-custom .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .additional-universal-custom .features-grid .feature-box:nth-child(3) {
    grid-column: 1;
    max-width: 100%;
  }

  .additional-universal-custom .feature-box {
    padding: 1.75rem;
  }

  .additional-universal-custom .icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .additional-universal-custom .icon-wrapper i {
    font-size: 1.75rem;
  }

  .additional-universal-custom .feature-title {
    font-size: 1.35rem;
  }

  .additional-universal-custom .feature-description {
    font-size: 0.95rem;
  }

  .additional-universal-custom .floating-orb,
  .additional-universal-custom .geometric-pattern {
    display: none;
  }
}







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

.header-decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 60%, var(--primary-300) 40%)
  );
  margin: 0 auto 2rem;
  border-radius: 2px;
}

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

/* Card Styles */
.info-card {
  background: var(--light);
  border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
  border-radius: 12px;
  padding: 2rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 50%, transparent 50%)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.info-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-300);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.info-card:hover::before {
  transform: scaleX(1);
}

.card-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-50), 
    color-mix(in srgb, var(--primary-100) 70%, var(--primary-50) 30%)
  );
  border-radius: 16px;
  margin-bottom: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: var(--primary-500);
  transition: all 0.3s ease;
}

.info-card:hover .card-icon-wrapper {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
  );
  transform: rotate(5deg) scale(1.05);
}

.info-card:hover .card-icon-wrapper i {
  color: var(--light);
  transform: scale(1.1);
}

.card-content {
  position: relative;
  z-index: 2;
}

.card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.info-card:hover .card-title {
  color: var(--primary-500);
}

.card-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.card-corner-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle at center, 
    color-mix(in srgb, var(--primary-300) 15%, transparent 85%), 
    transparent 70%
  );
  border-radius: 50%;
  transition: all 0.4s ease;
  pointer-events: none;
}

.info-card:hover .card-corner-accent {
  transform: scale(1.5);
  opacity: 0.8;
}

/* Decorative Elements */
.decorative-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-300);
  border-radius: 50%;
  opacity: 0.3;
  z-index: 1;
}

.dot-1 {
  top: 15%;
  left: 5%;
  animation: float 6s ease-in-out infinite;
}

.dot-2 {
  bottom: 20%;
  right: 8%;
  animation: float 8s ease-in-out infinite 2s;
}

.decorative-shape {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 2px solid var(--primary-100);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.15;
  z-index: 1;
}

.shape-1 {
  top: 10%;
  right: 5%;
  animation: rotate-shape 25s linear infinite;
}

.shape-2 {
  bottom: 10%;
  left: 5%;
  animation: rotate-shape 30s linear infinite reverse;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-15px) translateX(10px);
  }
  50% {
    transform: translateY(-5px) translateX(-10px);
  }
  75% {
    transform: translateY(-20px) translateX(5px);
  }
}

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

/* Responsive Design */
@media (max-width: 991.98px) {
  .section-main-title {
    font-size: 2.25rem;
  }
  
  .section-subtitle {
    font-size: 1.5rem;
  }
  
  .info-card {
    padding: 1.75rem;
  }
  
  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-header {
    margin-bottom: 3rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .info-card {
    padding: 1.5rem;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
  
  .decorative-shape {
    width: 100px;
    height: 100px;
  }
}





/* Universal section */
/* Theme: professional-blue-01 */

.additional-universal-section {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 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-700);
  line-height: 1.4;
}

.section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 800px;
}

/* Cards Grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.card-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1), 0 20px 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;
}

.card-item:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper i {
  font-size: 2rem;
  color: #ffffff;
}

.card-content {
  position: relative;
  z-index: 2;
}

.card-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.card-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-300) 0%, transparent 70%);
  border-radius: 50% 0 0 0;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.card-item:hover .card-accent {
  opacity: 0.5;
}

/* Decorative Shapes */
.decorative-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.shape-top-left {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
  top: -100px;
  left: -100px;
}

.shape-bottom-right {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--secondary-400) 0%, transparent 70%);
  bottom: -150px;
  right: -150px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .card-item {
    padding: 2rem;
  }
  
  .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .card-icon-wrapper i {
    font-size: 1.75rem;
  }
  
  .card-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .additional-universal-section {
    padding: 3rem 0;
  }
  
  .section-main-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1.125rem;
  }
  
  .card-item {
    padding: 1.5rem;
  }
}









/* Universal section */

.additional-universal-section.v-066 {
  padding: 100px 0;
  background: linear-gradient(180deg, 
    var(--surface-primary), 
    color-mix(in srgb, var(--neutral-100) 30%, var(--surface-primary)));
  position: relative;
  overflow: hidden;
}

/* Section Header */
.v-066 .section-header {
  max-width: 850px;
  margin: 0 auto 80px;
}

.v-066 .floating-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.v-066 .floating-icons i {
  font-size: 36px;
  color: var(--primary-500);
  animation: iconFloat 3s ease-in-out infinite;
}

.v-066 .floating-icons .icon-1 {
  animation-delay: 0s;
}

.v-066 .floating-icons .icon-2 {
  animation-delay: 0.5s;
}

.v-066 .floating-icons .icon-3 {
  animation-delay: 1s;
}

.v-066 .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.v-066 .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-500);
  line-height: 1.4;
}

.v-066 .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 750px;
}

/* Mixed Content Grid */
.v-066 .mixed-content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Content Blocks */
.v-066 .content-block {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-066 .block-inner {
  height: 100%;
  background: white;
  border: 2px solid var(--neutral-100);
  border-radius: 20px;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.v-066 .block-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    color-mix(in srgb, var(--primary-500) 8%, transparent),
    color-mix(in srgb, var(--primary-300) 5%, transparent));
  opacity: 0;
  transition: opacity 0.5s ease;
}

.v-066 .content-block:hover {
  transform: translateY(-10px);
}

.v-066 .content-block:hover .block-inner {
  border-color: var(--primary-300);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.v-066 .content-block:hover .block-inner::before {
  opacity: 1;
}

/* Block Sizes */
.v-066 .block-large {
  grid-column: span 7;
  grid-row: span 2;
}

.v-066 .block-medium {
  grid-column: span 5;
}

.v-066 .block-small {
  grid-column: span 6;
}

/* Block Icon */
.v-066 .block-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}

.v-066 .block-icon-wrapper i {
  font-size: 34px;
  color: white;
  transition: transform 0.5s ease;
}

.v-066 .content-block:hover .block-icon-wrapper {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.v-066 .content-block:hover .block-icon-wrapper i {
  transform: scale(1.15);
}

/* Block Content */
.v-066 .block-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.v-066 .block-large .block-title {
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.v-066 .block-description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.v-066 .block-large .block-description {
  font-size: 1.125rem;
  line-height: 1.8;
}

/* Block Decoration */
.v-066 .block-decoration {
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 25px;
  position: relative;
  z-index: 1;
}

.v-066 .deco-circle {
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: circleScale 2s ease-in-out infinite;
}

.v-066 .deco-circle:nth-child(1) { animation-delay: 0s; }
.v-066 .deco-circle:nth-child(2) { animation-delay: 0.3s; }
.v-066 .deco-circle:nth-child(3) { animation-delay: 0.6s; }

/* Decorative Elements */
.v-066 .decorative-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}

.v-066 .gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.25;
}

.v-066 .orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-500), transparent);
  top: -100px;
  right: -100px;
  animation: orbFloat 20s ease-in-out infinite;
}

.v-066 .orb-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--primary-700), transparent);
  bottom: -80px;
  left: -80px;
  animation: orbFloat 25s ease-in-out infinite reverse;
}

.v-066 .orb-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: orbPulse 18s ease-in-out infinite;
}

.v-066 .mesh-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 25% 25%, color-mix(in srgb, var(--primary-500) 10%, transparent) 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, color-mix(in srgb, var(--primary-300) 10%, transparent) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.4;
}

/* Animations */
@keyframes iconFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(10deg);
  }
}

@keyframes circleScale {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }
}

@keyframes orbFloat {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 50px);
  }
}

@keyframes orbPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.25;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.15;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .v-066 {
    padding: 80px 0;
  }

  .v-066 .section-title {
    font-size: 2.25rem;
  }

  .v-066 .section-subtitle {
    font-size: 1.25rem;
  }

  .v-066 .mixed-content-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .v-066 .block-large {
    grid-column: span 6;
    grid-row: span 1;
  }

  .v-066 .block-medium {
    grid-column: span 6;
  }

  .v-066 .block-small {
    grid-column: span 3;
  }

  .v-066 .block-title {
    font-size: 1.375rem;
  }

  .v-066 .block-large .block-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .v-066 {
    padding: 60px 0;
  }

  .v-066 .section-title {
    font-size: 1.875rem;
  }

  .v-066 .section-subtitle {
    font-size: 1.125rem;
  }

  .v-066 .floating-icons {
    gap: 20px;
  }

  .v-066 .floating-icons i {
    font-size: 28px;
  }

  .v-066 .mixed-content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .v-066 .block-large,
  .v-066 .block-medium,
  .v-066 .block-small {
    grid-column: span 1;
  }

  .v-066 .block-inner {
    padding: 30px 25px;
  }

  .v-066 .block-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .v-066 .block-icon-wrapper i {
    font-size: 28px;
  }

  .v-066 .block-title {
    font-size: 1.25rem;
  }

  .v-066 .block-large .block-title {
    font-size: 1.375rem;
  }
}









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




.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #666666 !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 400px !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}




.website-cta-container {
    max-width: 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: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.website-security-badge:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 14px !important;
    color: #999999 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 20px !important;
        padding: 15px 10px !important;
    }
    
    .website-security-badge {
        font-size: 11px !important;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 22px !important;
    color: rgba(0,0,0,0.06) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationPulse 6s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 15% !important;
    right: 8% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 55% !important;
    right: 5% !important;
    animation-delay: 2s !important;
    font-size: 18px !important;
}

.website-floating-icon.variant-3 {
    top: 35% !important;
    left: 6% !important;
    animation-delay: 4s !important;
    font-size: 26px !important;
}

@keyframes websiteFloatAnimationPulse {
    0%, 100% {
        transform: scale(1) !important;
        opacity: 0.25 !important;
    }
    50% {
        transform: scale(1.15) !important;
        opacity: 0.55 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Corporate Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 310px !important;
    background: #1a1a1a !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3) !important;
    z-index: 999999 !important;
    color: #ffffff !important;
    font-family: 'Arial', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border-left: 4px solid #007bff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 1px solid #333333 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #2a2a2a !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: uppercase !important;
    letter-spacing: 0.5px !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: 1px solid #666666 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 0 !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: #007bff !important;
    border-color: #007bff !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: 14px !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: 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;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #333333 !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;
    text-transform: none !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

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

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #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: #cccccc !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: #cccccc !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: #007bff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - 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 - Soft Pastel Style */
.website-cta-section {
    padding: 55px 0 !important;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%) !important;
    color: #5d4037 !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

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

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #5d4037 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 32px !important;
    color: #6d4c41 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: rgba(255,255,255,0.7) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(93,64,55,0.2) !important;
}

.website-cta-button:hover {
    background: rgba(255,255,255,0.9) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(93,64,55,0.3) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
}

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

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}



/* Security Badges - Bold Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 30px 0 !important;
    flex-wrap: wrap !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-top: none !important;
    border-bottom: none !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 18px !important;
    background: rgba(255,255,255,0.95) !important;
    border-radius: 25px !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
}

.website-security-badge:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25) !important;
    color: #333333 !important;
    text-decoration: none !important;
    background: white !important;
}

.website-security-badge-icon {
    font-size: 18px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 12px !important;
        padding: 25px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 10px 15px !important;
    }
}



/* Floating Decorative Icons - 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 - Text Style */
.team-social-links {
    margin-top: 20px;
    padding: 15px 0;
}

.social-text-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social-text-link {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.social-text-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    color: white;
    text-decoration: none;
}

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

.facebook-text-link:hover {
    background: linear-gradient(135deg, #166fe5, #1877f2);
    border-color: rgba(255,255,255,0.3);
}

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

.linkedin-text-link:hover {
    background: linear-gradient(135deg, #0959aa, #0a66c2);
    border-color: rgba(255,255,255,0.3);
}

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

.instagram-text-link:hover {
    background: linear-gradient(135deg, #d62976, #e4405f, #f77737);
    border-color: rgba(255,255,255,0.3);
}

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

.x-text-link:hover {
    background: linear-gradient(135deg, #1a1a1a, #000000);
    border-color: rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
    .social-text-links {
        gap: 10px;
    }
    
    .social-text-link {
        font-size: 12px;
        padding: 6px 12px;
    }
}



/* Organization Social Links - Text Style */
.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-text-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-text-link {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

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

.org-social-text-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.org-social-text-link:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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



/* Newsletter Form - Bordered Style */
.newsletter-section {
    margin: 30px 0;
    padding: 25px;
    border: 3px solid #e0e0e0;
    border-radius: 10px;
    background: white;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-title {
    font-size: 19px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
    text-align: center !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #667eea !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: #666 !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    text-align: center !important;
    line-height: 1.5 !important;
    background: transparent !important;
}

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

.newsletter-input {
    padding: 13px 16px !important;
    border: 2px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: white !important;
    color: #333 !important;
}

.newsletter-input:focus {
    border-color: #667eea !important;
    background: #f8f9ff !important;
}

.newsletter-button {
    padding: 13px 20px !important;
    background: white !important;
    color: #667eea !important;
    border: 2px solid #667eea !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.newsletter-button:hover {
    background: #667eea !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(102,126,234,0.3) !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 16px !important;
    padding: 14px !important;
    background: white !important;
    border: 2px solid #10b981 !important;
    border-radius: 6px !important;
    color: #065f46 !important;
    text-align: center !important;
    font-size: 13px !important;
}

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

@media (max-width: 768px) {
    .newsletter-section {
        margin: 20px auto;
        padding: 20px;
        max-width: 320px;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: rounded
 * 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;
}

/* ===== ТЕМА: ROUNDED ===== */
.ocm-theme-rounded {
    border-radius: 24px !important;
    background: #ffffff !important;
    border: 2px solid #f0f0f0 !important;
}

.ocm-theme-rounded .ocm-btn {
    border-radius: 20px !important;
    padding: 14px 24px !important;
}

.ocm-theme-rounded .ocm-btn-accept {
    background: #ff6b6b !important;
}

.ocm-theme-rounded .ocm-btn-accept:hover {
    background: #ff5252 !important;
}

.ocm-theme-rounded .ocm-category {
    border-radius: 16px !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;
    }
}


