/*!
Theme Name: WPHub Monobrand
Description: Кастомная WordPress тема-конструктор для монобрендовых сайтов с полной системой управления цветами и mobile-first подходом. Создана для быстрой кастомизации под любой бренд.
Author: WPHub Team
Version: 1.0.43
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wphub-monobrand-test
Tags: custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, one-column, two-columns, right-sidebar, sticky-post, theme-options, translation-ready, blog, portfolio, business
Requires at least: 5.5
Tested up to: 6.3
Requires PHP: 7.4
*/

/*
==================================================
ГЛОБАЛЬНЫЕ CSS ПЕРЕМЕННЫЕ - СИСТЕМА ЦВЕТОВ
==================================================
*/

:root {
  /* ===== LAYOUT DIMENSIONS ===== */
  --container-width: 1200px;
  --container-padding: 20px;

  /* ===== PRIMARY BRAND COLORS ===== */
  /* ДИНАМИЧЕСКИ ГЕНЕРИРУЕТСЯ ИЗ PHP - НЕ ЗАХАРДКОЖИВАТЬ! */
  /* --color-primary генерируется из настроек админки */
  /* --color-primary-rgb динамически генерируется в PHP */
  /* --color-primary-light динамически генерируется в PHP */
  /* --color-primary-dark динамически генерируется в PHP */
  /* --color-primary-contrast динамически генерируется в PHP */


  /* ===== BACKGROUND COLORS ===== */
  --color-bg-primary: #ffffff;
  --color-bg-secondary: #f8fafc;
  --color-bg-tertiary: #f1f5f9;
  --color-bg-dark: #0f172a;
  --color-bg-overlay: rgba(15, 23, 42, 0.8);
  
  /* New dynamic background colors */
  --color-site-bg: #ffffff;

  /* ===== TEXT COLORS ===== */
  --color-text-primary: #0f172a;
  --color-text-secondary: #64748b;
  --color-text-light: #94a3b8;
  --color-text-inverse: #ffffff;

  /* ===== HEADER COLORS ===== */
  --color-header-bg: var(--color-bg-primary);
  --color-header-text: var(--color-text-primary);
  --color-header-link: var(--color-primary);
  --color-header-link-hover: var(--color-primary-dark);
  --color-header-border: var(--color-bg-tertiary);

  /* ===== HERO COLORS ===== */
  --color-hero-bg: var(--color-bg-secondary);
  --color-hero-text: var(--color-text-primary);
  --color-hero-accent: var(--color-primary);

  /* ===== BUTTON COLORS WITH HERO-STYLE DARKENING LOGIC ===== */
  --color-btn-primary-bg: var(--color-primary);
  --color-btn-primary-text: var(--color-primary-contrast);
  /* HOVER STATE: Hero-style darkening - background becomes darker, text stays white */
  --color-btn-primary-hover: var(--color-primary-dark);
  --color-btn-primary-hover-text: var(--color-primary-contrast);
  
  --color-btn-secondary-bg: transparent;
  --color-btn-secondary-text: var(--color-primary);
  --color-btn-secondary-border: var(--color-primary);
  --color-btn-secondary-hover-bg: var(--color-primary);
  --color-btn-secondary-hover-text: var(--color-primary-contrast);

  /* ===== FOOTER COLORS ===== */
  --color-footer-bg: var(--color-bg-dark);
  --color-footer-text: var(--color-text-inverse);
  --color-footer-link: var(--color-primary-light);
  --color-footer-link-hover: #ffffff;

  /* ===== BORDERS & DIVIDERS ===== */
  --color-border: #e2e8f0;
  --color-divider: #f1f5f9;
  --color-focus: var(--color-primary);

  /* ===== MOBILE-FIRST BREAKPOINTS ===== */
  --bp-xs: 320px;
  --bp-sm: 576px;
  --bp-md: 768px;
  --bp-lg: 992px;
  --bp-xl: 1200px;
  --bp-xxl: 1400px;

  /* ===== SPACING SYSTEM ===== */
  --spacing-xs: 0.25rem;    /* 4px */
  --spacing-sm: 0.5rem;     /* 8px */
  --spacing-md: 1rem;       /* 16px */
  --spacing-lg: 1.5rem;     /* 24px */
  --spacing-xl: 2rem;       /* 32px */
  --spacing-2xl: 3rem;      /* 48px */
  --spacing-3xl: 4rem;      /* 64px */

  /* ===== TYPOGRAPHY SCALE ===== */
  --font-size-xs: 0.75rem;      /* 12px */
  --font-size-sm: 0.875rem;     /* 14px */
  --font-size-base: 1rem;       /* 16px */
  --font-size-lg: 1.125rem;     /* 18px */
  --font-size-xl: 1.25rem;      /* 20px */
  --font-size-2xl: 1.5rem;      /* 24px */
  --font-size-3xl: 1.875rem;    /* 30px */
  --font-size-4xl: 2.25rem;     /* 36px */

  /* ===== SHADOWS ===== */
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1);

  /* ===== TRANSITIONS ===== */
  --transition-fast: 0.15s ease-in-out;
  --transition-normal: 0.3s ease-in-out;
  --transition-slow: 0.5s ease-in-out;

  /* ===== Z-INDEX SCALE ===== */
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
}

/*
==================================================
БАЗОВЫЕ СТИЛИ - MOBILE FIRST
==================================================
*/

/* Reset и базовые стили */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.6;
  color: var(--color-text-primary);
  background: var(--color-site-bg);
  overflow-x: hidden;
}

/* =============================
   TYPOGRAPHY - HEADINGS
   ============================= */

/* General heading styles */
h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-heading);
}

/* H1 specific */
h1 {
  font-size: var(--font-size-4xl);
  color: var(--color-h1);
}

/* H2 specific */
h2 {
  font-size: var(--font-size-3xl);
  color: var(--color-h2);
}

/* H3-H6 use general heading color */
h3 {
  font-size: var(--font-size-2xl);
}

h4 {
  font-size: var(--font-size-xl);
}

h5 {
  font-size: var(--font-size-lg);
}

h6 {
  font-size: var(--font-size-base);
}

/* =============================
   LINKS
   ============================= */

a {
  color: var(--color-link);
  text-decoration: underline;
  transition: color 0.2s ease;
}

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

a:focus {
  outline: 2px solid var(--color-focus);
  outline-offset: 2px;
}

/* Remove admin bar spacing when logged in */
body.admin-bar {
  margin-top: 0;
}

/* Remove any default body padding from WordPress */
body.home,
body.page,
body.single,
body.archive {
  padding: 0;
}

/* Accessibility */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: var(--color-bg-primary);
  border-radius: 3px;
  box-shadow: var(--shadow-md);
  clip: auto !important;
  color: var(--color-text-primary);
  display: block;
  font-size: var(--font-size-sm);
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: var(--spacing-sm) var(--spacing-md);
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: var(--z-tooltip);
}

/* Skip link */
.y01FPJdakWV {
  left: -9999px;
  position: absolute;
  top: 2.5em;
}

.y01FPJdakWV:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: var(--z-tooltip);
}

/*
==================================================
КНОПКИ - СИСТЕМА СТИЛЕЙ
==================================================
*/

.cHK3DpkfEJNI {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-sm) var(--spacing-md);
  font-size: var(--font-size-base);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: all var(--transition-fast);
  min-height: 44px; /* Touch-friendly */
  min-width: 44px;
}

.cHK3DpkfEJNI:focus {
  outline: 2px solid var(--color-focus);
  outline-offset: 2px;
}

.zWd3jRYpcM8F {
  background: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-text);
}

.zWd3jRYpcM8F:hover {
  background: var(--color-btn-primary-hover);
  color: var(--color-btn-primary-hover-text);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.cPSEWuV0qU {
  background-color: var(--color-btn-secondary-bg);
  color: var(--color-btn-secondary-text);
  border-color: var(--color-btn-secondary-border);
}

.cPSEWuV0qU:hover {
  background-color: var(--color-btn-secondary-hover-bg);
  color: var(--color-btn-secondary-hover-text);
  /* UNIFIED HOVER EFFECTS - same as all other buttons */
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.jsxFIL3RDktQ {
  padding: var(--spacing-md) var(--spacing-xl);
  font-size: var(--font-size-lg);
}

.zQtNoJQCI {
  padding: var(--spacing-xs) var(--spacing-sm);
  font-size: var(--font-size-sm);
  min-height: 36px;
}

/*
==================================================
УТИЛИТАРНЫЕ КЛАССЫ
==================================================
*/

/* Container */
.aJRjKrBmJdv {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

@media (min-width: 576px) {
  .aJRjKrBmJdv {
    padding: 0 var(--spacing-lg);
  }
}

/* Уменьшаем отступы контейнера на маленьких мобильных */
@media (max-width: 480px) {
  .aJRjKrBmJdv {
    padding: 0 var(--spacing-sm); /* 8px вместо 16px по бокам */
  }
}

@media (min-width: 1200px) {
  .aJRjKrBmJdv {
    padding: 0 var(--spacing-xl);
  }
}

/* Text utilities */
.ndYR5QAxsAER { text-align: center; }
.jZ84r5Wp { text-align: left; }
.a477D9Jk0YJJ { text-align: right; }

.zX9tBmPn9 { color: var(--color-primary); }
.gjDrIjsM73gq { color: var(--color-text-secondary); }
.gkhnN90hlVxw { color: var(--color-text-light); }

/* Display utilities */
.eNRrXT2W5q { display: none; }
.rZPQZiGGMW { display: block; }
.mZ1JBQgTLNT { display: flex; }
.sU2PJ5hK1j8l { display: inline; }
.f2T7q0tC { display: inline-block; }

/* Flex utilities */
.mlRpaUE6pW { flex-direction: column; }
.cUjI7pjlsko { flex-wrap: wrap; }
.jrww3vGGUze6 { justify-content: center; }
.oCeN9WIAwW { justify-content: space-between; }
.r3Z9lhOyNb2m { justify-content: space-around; }
.cGxJp18f0LM { align-items: center; }
.nh9CrIkQ { align-items: flex-start; }
.hTImXRYKaMA { align-items: flex-end; }

/* Spacing utilities */
.kQmrUTYSt2 { margin-bottom: 0; }
.jzVLLcqE { margin-bottom: var(--spacing-sm); }
.g8bl1YQdn8W { margin-bottom: var(--spacing-md); }
.xIML90D3 { margin-bottom: var(--spacing-lg); }
.vYPRGx70SiY { margin-bottom: var(--spacing-xl); }

.yNdomaOYhFGY { margin-top: 0; }
.eoXfWwolyene { margin-top: var(--spacing-sm); }
.zK9bTF3K { margin-top: var(--spacing-md); }
.qKqDg9RMN { margin-top: var(--spacing-lg); }
.yWsbzt9zw8GZ { margin-top: var(--spacing-xl); }

/* Responsive utilities */
@media (max-width: 767px) {
  .d-md-none { display: none; }
  .d-mobile-block { display: block; }
  .d-mobile-flex { display: flex; }
}

@media (min-width: 768px) {
  .d-mobile-none { display: none; }
  .d-md-block { display: block; }
  .d-md-flex { display: flex; }
}

/*
==================================================
ЗАГОТОВКА ДЛЯ КОМПОНЕНТОВ
(будет дополняться при создании компонентов)
==================================================
*/

/* ===== CONTENT AREA STYLES ===== */

/* Article and page containers - NO padding to avoid compound padding */
article,
.post,
.page {
  background: var(--color-site-bg);
  border-radius: var(--radius-lg);
  /* NO PADDING HERE - padding is handled by .entry-content */
}

/* Content wrapper - only vertical padding */
.g85SwXXu1,
.lEYcVjrlLc,
.lJSrv56nl8n {
  padding: var(--spacing-xl) 0; /* Only vertical padding, horizontal is from .aJRjKrBmJdv */
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .g85SwXXu1,
  .lEYcVjrlLc,
  .lJSrv56nl8n {
    padding: var(--spacing-lg) 0; /* 24px vertical on tablet */
  }
}

@media (max-width: 480px) {
  .g85SwXXu1,
  .lEYcVjrlLc,
  .lJSrv56nl8n {
    padding: var(--spacing-md) 0; /* 16px vertical on mobile */
  }

  /* Main container - no extra padding */
  .n7ui6Lw8FXs0 {
    padding: 0;
  }
}

/* ===== ENTRY HEADER STYLES (when Hero is disabled) ===== */
.mtczSk4L6LqD {
  /* Контейнер для заголовка */
}

.tUhiEJAGLf {
  margin-top: var(--spacing-2xl); /* Отступ от хедера на десктопе (48px) */
  margin-bottom: var(--spacing-lg); /* Отступ снизу (24px) */
  font-size: clamp(2rem, 5vw, 3rem); /* Адаптивный размер от 32px до 48px */
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-heading);
}

/* Text alignment для Entry Header (использует Hero Settings -> Text Alignment) */
.mtczSk4L6LqD.jZ84r5Wp {
  text-align: left;
}

.mtczSk4L6LqD.ndYR5QAxsAER {
  text-align: center;
}

.mtczSk4L6LqD.a477D9Jk0YJJ {
  text-align: right;
}

/* Мобильная адаптация для Entry Title */
@media (max-width: 768px) {
  .tUhiEJAGLf {
    margin-top: var(--spacing-xl); /* Меньше отступ на планшетах (32px) */
    margin-bottom: var(--spacing-md); /* Меньше снизу (16px) */
  }
}

@media (max-width: 480px) {
  .tUhiEJAGLf {
    margin-top: var(--spacing-lg); /* Еще меньше на мобильных (24px) */
    margin-bottom: var(--spacing-sm); /* Минимум снизу (8px) */
  }
}

/* ===== SECTION STYLES ===== */
section,
.ti8ifNji3j {
  padding: var(--spacing-xl) 0;
}

/* Уменьшаем отступы секций на мобильных */
@media (max-width: 768px) {
  section,
  .section {
    padding: var(--spacing-lg) 0; /* 24px вместо 32px */
  }
}

@media (max-width: 480px) {
  section,
  .section {
    padding: var(--spacing-md) 0; /* 16px вместо 32px */
  }
}

/* ===== HEADER STYLES ===== */
.ooIZhSogT2b {
  background: var(--color-header-bg);
  color: var(--color-header-text);
  padding: 0; /* Убираем все вертикальные паддинги - высота управляется через Header Height */
  position: relative;
  z-index: 1000; /* Выше чем dropdown меню */
  transition: all var(--transition-normal);
  display: flex;
  align-items: center; /* Вертикальное центрирование всего контента */
  justify-content: center; /* Горизонтальное центрирование контейнера */
}

/* Убеждаемся что хедер всегда выше dropdown меню на всех устройствах */
@media (max-width: 991px) {
  .ooIZhSogT2b {
    z-index: 1001 !important;
    position: relative !important;
  }
  
  /* Dropdown стиль: хедер остается видимым, меню под ним */
  body.ftD26pwCxl0 .ooIZhSogT2b {
    z-index: 1002 !important;
  }
  
  /* Когда dropdown меню открыто, menu-toggle остается в хедере */
  body.ftD26pwCxl0.mobile-menu-open .cfmLju0z {
    z-index: 1003 !important;
  }
  
  /* Удалено - заменено на правильную логику показа/скрытия */
}

.eW7cOszvm {
  display: flex;
  justify-content: space-between;
  align-items: center; /* Вертикальное центрирование всех элементов */
  gap: var(--spacing-lg);
  width: 100%;
  padding: 10px 0; /* Добавляем вертикальные паддинги */
}

/* Site Branding */
.wfTA2uV97 {
  flex-shrink: 0;
  display: flex;
  align-items: center; /* Центрирование по вертикали */
}

/* Custom Logo Alignment */
.gTdyVNmEBOW {
  display: flex;
  align-items: center;
  height: 100%;
}

.gTdyVNmEBOW:focus {
  outline: none;
  box-shadow: none;
}

.gTdyVNmEBOW:focus-visible {
  outline: none;
  box-shadow: none;
}


.c0ltgPqBG7Hv {
  max-height: 50px;
  width: auto;
  height: auto;
  display: block;
}

.c0ltgPqBG7Hv:focus {
  outline: none;
  box-shadow: none;
}


/* УНИФИЦИРОВАНО: Minimal стиль использует те же размеры, что и Default */

.zzDLWpp6mcA {
  margin: 0;
  font-size: var(--font-size-2xl);
  font-weight: 700;
}

.zzDLWpp6mcA a {
  color: var(--color-header-text);
  text-decoration: none;
}

/* Navigation */
.zfjDsFYX {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.zfjDsFYX > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--spacing-lg);
}

.zfjDsFYX li {
  position: relative;
  list-style: none;
}

.zfjDsFYX > ul > li {
  display: flex;
  align-items: center;
}

.zfjDsFYX a {
  color: var(--color-header-link);
  text-decoration: none;
  font-weight: 500;
  transition: color var(--transition-fast);
}

.zfjDsFYX a:hover {
  color: var(--color-primary);
}

.zfjDsFYX .menu-item-has-children > a {
  padding-right: calc(var(--spacing-sm) + 12px);
}

.zfjDsFYX > ul > li > a {
  display: inline-flex;
  align-items: center;
}

.zfjDsFYX .menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  margin-left: var(--spacing-xs);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid currentColor;
  transition: transform var(--transition-fast);
}

.zfjDsFYX .menu-item-has-children:hover > a::after,
.zfjDsFYX .menu-item-has-children:focus-within > a::after {
  transform: rotate(180deg);
}

.zfjDsFYX ul ul {
  position: absolute;
  left: 0;
  top: calc(100%);
  display: none;
  flex-direction: column;
  min-width: 220px;
  padding: var(--spacing-sm) 0;
  margin: 0;
  background: var(--color-bg-primary);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  border-radius: 6px;
  z-index: 1000;
}

.zfjDsFYX ul ul li {
  width: 100%;
  position: relative;
    padding: var(--spacing-sm) var(--spacing-lg);
}

.zfjDsFYX ul ul a {
  font-size: var(--font-size-sm);
  color: var(--color-text-primary);
  padding: var(--spacing-sm) var(--spacing-lg);
  white-space: nowrap;
}

.zfjDsFYX ul ul .menu-item-has-children > a {
  padding-right: calc(var(--spacing-sm) + 18px);
}

.zfjDsFYX ul ul .menu-item-has-children > a::after {
  margin-left: var(--spacing-xs);
  border: none;
  border-top: 0;
  border-left: 5px solid currentColor;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(0deg);
}

.zfjDsFYX ul ul .menu-item-has-children:hover > a::after,
.zfjDsFYX ul ul .menu-item-has-children:focus-within > a::after {
  transform: translateX(2px);
}

.zfjDsFYX ul ul ul {
  top: 0;
  left: calc(100% + var(--spacing-xs));
  margin-left: 2px;
  border-radius: 6px;
  box-shadow: 8px 12px 30px rgba(15, 23, 42, 0.12);
}

.zfjDsFYX ul ul ul a {
  padding: var(--spacing-sm) calc(var(--spacing-lg) + 6px);
}

.zfjDsFYX ul ul a:hover,
.zfjDsFYX ul ul a:focus {
  background: var(--color-bg-secondary);
  color: var(--color-primary);
}

.zfjDsFYX li:hover > ul,
.zfjDsFYX li:focus-within > ul {
  display: flex;
}

/* Mobile Menu Toggle */
.cfmLju0z {
  display: none;
  background: transparent;
  border: none;
  padding: var(--spacing-sm);
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
  z-index: 999;
  color: var(--color-header-text);
  transition: all 0.3s ease;
  border-radius: var(--radius-md);
}

.cfmLju0z svg {
  fill: var(--color-primary);
}

.cfmLju0z:hover {
  background: transparent;
}

.cfmLju0z:hover .sM8xUicx9RS {
  background-color: var(--color-primary-dark);
}

.cfmLju0z:hover .u6OvLevqn {
  fill: var(--color-primary-dark);
}

.sM8xUicx9RS {
  width: 32px;
  height: 3px;
  background-color: var(--color-primary);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display: block;
  position: relative;
  margin: 5px 0;
  border-radius: 2px;
}


/* Анимация для открытого состояния - как у Animated иконки */
.cfmLju0z.u9v2Dz3mh03X .sM8xUicx9RS:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.cfmLju0z.u9v2Dz3mh03X .sM8xUicx9RS:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.cfmLju0z.u9v2Dz3mh03X .sM8xUicx9RS:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* ===================================
   MOBILE MENU ICON STYLES
   =================================== */

/* Common icon styles */
.cfmLju0z .u6OvLevqn {
  width: 40px;
  height: 40px;
  fill: var(--color-primary);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


/* Увеличиваем область клика для кнопки */
.cfmLju0z {
  min-width: 40px;
  min-height: 40px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; /* Важно для абсолютного позиционирования крестика */
}

/* Переключение между открытой и закрытой иконками с анимацией */
.cfmLju0z .jrKDElibFku {
  display: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Для dropdown стиля - убираем центрирование НО оставляем логику показа/скрытия */
body.ftD26pwCxl0 .cfmLju0z .jrKDElibFku {
  display: none !important; /* По умолчанию скрыт */
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}

/* Когда меню активно - показываем крестик */
body.ftD26pwCxl0 .cfmLju0z.u9v2Dz3mh03X .jrKDElibFku {
  display: block !important; /* Показываем крестик */
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}

.cfmLju0z.u9v2Dz3mh03X .pG184Mp3PDt {
  display: none !important;
}

.cfmLju0z.u9v2Dz3mh03X .jrKDElibFku {
  display: block !important;
  animation: fadeInRotate 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Базовая анимация для крестика */
@keyframes fadeInRotate {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5) rotate(-180deg);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}

/* УНИКАЛЬНЫЕ АНИМАЦИИ ДЛЯ КАЖДОГО ТИПА ИКОНКИ */

/* Hamburger - классическое исчезновение с поворотом */
.lDiw0kjvr .pG184Mp3PDt {
  animation: hamburgerFadeOut 0.3s ease-out forwards;
}

.nXkK17xI0.u9v2Dz3mh03X .pG184Mp3PDt {
  animation: none;
}

.nXkK17xI0.u9v2Dz3mh03X .jrKDElibFku {
  animation: hamburgerFadeIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes hamburgerFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0) rotate(180deg);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}

/* Dots - взрыв и сбор точек */
.nXkK17xI0.u9v2Dz3mh03X .jrKDElibFku {
  animation: dotsBurst 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes dotsBurst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(360deg);
  }
}

/* Arrow - стрелка улетает и появляется крестик */
.nXkK17xI0.u9v2Dz3mh03X .jrKDElibFku {
  animation: arrowSlide 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes arrowSlide {
  from {
    opacity: 0;
    transform: translate(150%, -50%) scale(0.5);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Plus - просто поворот, так как уже крестик */
.bF0NRckJjc .pG184Mp3PDt {
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

.nXkK17xI0.u9v2Dz3mh03X .pG184Mp3PDt {
  transform: rotate(45deg);
  display: block !important;
}

.bF0NRckJjc .jrKDElibFku {
  display: none !important;
}

/* Minimal - элегантное появление */
.nXkK17xI0.u9v2Dz3mh03X .jrKDElibFku {
  animation: minimalFade 0.3s ease-in-out;
}

@keyframes minimalFade {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}




/* Animated icon - эталонная анимация */
.bwhaTGzq0C {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bwhaTGzq0C .sRxqrx3Pw9 {
  width: 32px;
  height: 3px;
  background: var(--color-primary);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: absolute;
  border-radius: 2px;
}

.cfmLju0z:hover .bwhaTGzq0C .sRxqrx3Pw9 {
  background: var(--color-primary-dark);
}

.bwhaTGzq0C .idXyUrpr {
  top: 10px;
}

.bwhaTGzq0C .yjLA0c5Oe3G {
  top: 19px;
}

.bwhaTGzq0C .lT29Jer5auL {
  top: 28px;
}

.cfmLju0z.u9v2Dz3mh03X .bwhaTGzq0C .idXyUrpr {
  transform: rotate(45deg);
  top: 19px;
}

.cfmLju0z.u9v2Dz3mh03X .bwhaTGzq0C .yjLA0c5Oe3G {
  opacity: 0;
  transform: scale(0) rotate(90deg);
}

.cfmLju0z.u9v2Dz3mh03X .bwhaTGzq0C .lT29Jer5auL {
  transform: rotate(-45deg);
  top: 19px;
}


/* ===== HEADER STYLE VARIATIONS ===== */

/* Default Style - Already defined above */
.ooIZhSogT2b.jSuIpOT5oKI {
  padding: 0 !important; /* Убираем вертикальные паддинги */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Minimal Style */
.ooIZhSogT2b.ijkrancSnu69 {
  padding: 0 !important; /* Убираем вертикальные паддинги для Minimal стиля */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Убираем паддинги также для sticky версии Minimal стиля */
.ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD.scrolled {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-xs);
  /* Высота теперь управляется через классы header-height-* */
  position: relative;
  padding: 0; /* Убираем паддинги у контейнера */
}

/* Меню слева */
.ooIZhSogT2b.ijkrancSnu69 .cfmLju0z {
  display: flex;
  order: 1; /* Первый по порядку */
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  align-self: center; /* Центрируем по вертикали относительно контейнера */
  width: 40px;
  height: 40px;
  padding: 4px;
  transition: all var(--transition-fast);
}

.ooIZhSogT2b.ijkrancSnu69 .cfmLju0z:hover {
  background: transparent !important;
  border-radius: var(--radius-md);
}

.ooIZhSogT2b.ijkrancSnu69 .cfmLju0z:hover svg {
  fill: var(--color-primary-dark) !important;
}

.ooIZhSogT2b.ijkrancSnu69 .cfmLju0z:hover .sM8xUicx9RS,
.ooIZhSogT2b.ijkrancSnu69 .cfmLju0z:hover .bwhaTGzq0C .sRxqrx3Pw9 {
  background-color: var(--color-primary-dark) !important;
}

/* Логотип по центру */
.ooIZhSogT2b.ijkrancSnu69 .wfTA2uV97 {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2; /* Второй по порядку */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0; /* Убираем все margin'ы */
  padding: 0; /* Убираем все padding'и */
}

/* CTA кнопки справа */
.ooIZhSogT2b.ijkrancSnu69 .oQL7Qvnkc {
  order: 3;
}
.ooIZhSogT2b.ijkrancSnu69 .yj0P1n5eqcH2 {
  order: 0;
  display: flex !important; /* Принудительно показываем кнопки */
  gap: var(--spacing-xs);
  flex-shrink: 0;
  margin-left: auto; /* Прижимаем к правому краю */
  align-items: center; /* Центрируем элементы внутри */
  align-self: center; /* Центрируем по вертикали относительно контейнера */
}

/* Уменьшенные CTA кнопки для Minimal стиля */
.ooIZhSogT2b.ijkrancSnu69 .ofzczw8LvGz {
  padding: 4px var(--spacing-sm); /* Минимальный вертикальный паддинг */
  font-size: var(--font-size-xs);
  min-height: 28px; /* Уменьшаем минимальную высоту */
}

/* Убираем все вертикальные отступы у элементов внутри Minimal хедера */
.ooIZhSogT2b.ijkrancSnu69 .zzDLWpp6mcA {
  margin: 0;
  padding: 0;
  line-height: 1.2; /* Компактная высота строки */
}

.ooIZhSogT2b.ijkrancSnu69 .gTdyVNmEBOW {
  padding: 0;
  margin: 0;
}

/* Убираем паддинги у контейнера внутри Minimal хедера */
.ooIZhSogT2b.ijkrancSnu69 .aJRjKrBmJdv {
  padding: 0 var(--spacing-sm); /* Минимальные горизонтальные паддинги */
}

.ooIZhSogT2b.ijkrancSnu69 .zfjDsFYX {
  display: none;
}



/* Header CTA Buttons */
.yj0P1n5eqcH2 {
  display: flex;
  gap: var(--spacing-sm);
  align-items: center;
}

.ofzczw8LvGz {
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: var(--font-size-sm);
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all var(--transition-fast);
  white-space: nowrap;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Primary CTA Style */
.ofzczw8LvGz.nLE7rsThMuEL {
  background-color: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-text);
  border: 2px solid transparent;
}

.ofzczw8LvGz.nLE7rsThMuEL:hover {
  background-color: var(--color-btn-primary-hover);
  color: var(--color-btn-primary-hover-text);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

/* Remove ALL animations on hover - apply clean hover style only */
.reNAbOdt5:hover,
.rBIdZoKPsu:hover,
.dNCO9RZQgktM:hover,
.tI7L9eEF:hover,
.rcnY4x655:hover,
.ofzczw8LvGz:hover,
.v737q3m1V:hover {
  animation: none !important;
}

/* Hide ::before and ::after pseudo-elements on hover (for pulse effect rings) */
.reNAbOdt5:hover::before,
.reNAbOdt5:hover::after,
.ofzczw8LvGz:hover::before,
.ofzczw8LvGz:hover::after,
.v737q3m1V:hover::before,
.v737q3m1V:hover::after {
  display: none !important;
}

/* Secondary CTA Style */
.ofzczw8LvGz.syBQFz8R {
  background-color: transparent;
  color: var(--color-btn-secondary-text);
  border: 2px solid var(--color-btn-secondary-border);
}

.ofzczw8LvGz.syBQFz8R:hover {
  background-color: var(--color-btn-secondary-hover-bg);
  color: var(--color-btn-secondary-hover-text);
  border-color: var(--color-btn-secondary-hover-bg);
}

/* Ghost CTA Style */
.ofzczw8LvGz.ep0UCOMHN {
  background-color: transparent;
  color: var(--color-primary);
  border: 2px solid transparent;
  padding: var(--spacing-xs) var(--spacing-sm);
}

.ofzczw8LvGz.ep0UCOMHN:hover {
  color: var(--color-primary-dark);
  background-color: var(--color-primary-light);
}

/* ===== CTA BUTTON SHAPES ===== */

/* Rounded Shape (Default) */
body.g1GPIqDY3h .ofzczw8LvGz,
.ofzczw8LvGz {
  border-radius: 6px;
}

/* Fully Rounded (Pill) Shape */
body.d0HJDbv8yK .ofzczw8LvGz {
  border-radius: 50px;
  padding-left: var(--spacing-lg);
  padding-right: var(--spacing-lg);
}

/* Square Shape */
body.gThrS8cmO1 .ofzczw8LvGz {
  border-radius: 0;
}

/* Убеждаемся что формы кнопок работают и в sticky режиме */
body.g1GPIqDY3h .ooIZhSogT2b.eQQ4NPs0FD .ofzczw8LvGz {
  border-radius: 6px !important;
}

body.d0HJDbv8yK .ooIZhSogT2b.eQQ4NPs0FD .ofzczw8LvGz {
  border-radius: 50px !important;
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.gThrS8cmO1 .ooIZhSogT2b.eQQ4NPs0FD .ofzczw8LvGz {
  border-radius: 0 !important;
}

/* ===== HEADER HEIGHT VARIATIONS ===== */

/* Normal Header Heights */
body.nuXWvtycv9 .eW7cOszvm {
  min-height: 60px !important;
}

body.kBIIoPZuc6G3 .eW7cOszvm {
  min-height: 70px !important;
}

body.otTqjclLX .eW7cOszvm {
  min-height: 80px !important;
}

body.ajflJS9Myg7 .eW7cOszvm {
  min-height: 100px !important;
}

/* Header Heights for Minimal Style - same values but with specific selectors */
body.nuXWvtycv9.header-style-minimal .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm,
body.nuXWvtycv9 .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm {
  min-height: 60px !important;
}

body.kBIIoPZuc6G3.header-style-minimal .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm,
body.kBIIoPZuc6G3 .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm {
  min-height: 70px !important;
}

body.otTqjclLX.header-style-minimal .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm,
body.otTqjclLX .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm {
  min-height: 80px !important;
}

body.ajflJS9Myg7.header-style-minimal .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm,
body.ajflJS9Myg7 .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm {
  min-height: 100px !important;
}

/* Sticky Header Heights */
body.aH3dDDOtc #yd3ZBYZBoBD.eQQ4NPs0FD .eW7cOszvm,
body.aH3dDDOtc .ooIZhSogT2b.eQQ4NPs0FD .eW7cOszvm {
  min-height: 50px !important;
}

body.oLQ0sYqlVy #yd3ZBYZBoBD.eQQ4NPs0FD .eW7cOszvm,
body.oLQ0sYqlVy .ooIZhSogT2b.eQQ4NPs0FD .eW7cOszvm {
  min-height: 60px !important;
}

body.ctTJH203 #yd3ZBYZBoBD.eQQ4NPs0FD .eW7cOszvm,
body.ctTJH203 .ooIZhSogT2b.eQQ4NPs0FD .eW7cOszvm {
  min-height: 70px !important;
}

body.xySxyYJG #yd3ZBYZBoBD.eQQ4NPs0FD .eW7cOszvm,
body.xySxyYJG .ooIZhSogT2b.eQQ4NPs0FD .eW7cOszvm {
  min-height: 80px !important;
}

/* Sticky Header Heights for Minimal Style - with specific selectors */
body.aH3dDDOtc.header-style-minimal .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm,
body.aH3dDDOtc .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm {
  min-height: 50px !important;
}

body.oLQ0sYqlVy.header-style-minimal .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm,
body.oLQ0sYqlVy .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm {
  min-height: 60px !important;
}

body.ctTJH203.header-style-minimal .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm,
body.ctTJH203 .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm {
  min-height: 70px !important;
}

body.xySxyYJG.header-style-minimal .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm,
body.xySxyYJG .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm {
  min-height: 80px !important;
}

/* Scrolled state heights (when sticky is active and scrolled) */
body.aH3dDDOtc #yd3ZBYZBoBD.eQQ4NPs0FD.h4nbIvA7us .eW7cOszvm,
body.aH3dDDOtc .ooIZhSogT2b.eQQ4NPs0FD.h4nbIvA7us .eW7cOszvm {
  min-height: 50px !important;
}

body.oLQ0sYqlVy #yd3ZBYZBoBD.eQQ4NPs0FD.h4nbIvA7us .eW7cOszvm,
body.oLQ0sYqlVy .ooIZhSogT2b.eQQ4NPs0FD.h4nbIvA7us .eW7cOszvm {
  min-height: 60px !important;
}

body.ctTJH203 #yd3ZBYZBoBD.eQQ4NPs0FD.h4nbIvA7us .eW7cOszvm,
body.ctTJH203 .ooIZhSogT2b.eQQ4NPs0FD.h4nbIvA7us .eW7cOszvm {
  min-height: 70px !important;
}

body.xySxyYJG #yd3ZBYZBoBD.eQQ4NPs0FD.h4nbIvA7us .eW7cOszvm,
body.xySxyYJG .ooIZhSogT2b.eQQ4NPs0FD.h4nbIvA7us .eW7cOszvm {
  min-height: 80px !important;
}

/* Scrolled state heights for Minimal Style - with specific selectors */
body.aH3dDDOtc.header-style-minimal .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD.h4nbIvA7us .eW7cOszvm,
body.aH3dDDOtc .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD.h4nbIvA7us .eW7cOszvm {
  min-height: 50px !important;
}

body.oLQ0sYqlVy.header-style-minimal .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD.h4nbIvA7us .eW7cOszvm,
body.oLQ0sYqlVy .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD.h4nbIvA7us .eW7cOszvm {
  min-height: 60px !important;
}

body.ctTJH203.header-style-minimal .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD.h4nbIvA7us .eW7cOszvm,
body.ctTJH203 .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD.h4nbIvA7us .eW7cOszvm {
  min-height: 70px !important;
}

body.xySxyYJG.header-style-minimal .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD.h4nbIvA7us .eW7cOszvm,
body.xySxyYJG .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD.h4nbIvA7us .eW7cOszvm {
  min-height: 80px !important;
}

/* Mobile Header Heights - более компактные на мобильных */
@media (max-width: 767px) {
  body.nuXWvtycv9 .eW7cOszvm {
    min-height: 50px !important;
  }
  
  body.kBIIoPZuc6G3 .eW7cOszvm {
    min-height: 60px !important;
  }
  
  body.otTqjclLX .eW7cOszvm {
    min-height: 65px !important;
  }
  
  body.ajflJS9Myg7 .eW7cOszvm {
    min-height: 70px !important;
  }

  /* Mobile Header Heights for Minimal Style - with specific selectors */
  body.nuXWvtycv9.header-style-minimal .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm,
  body.nuXWvtycv9 .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm {
    min-height: 50px !important;
  }

  body.kBIIoPZuc6G3.header-style-minimal .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm,
  body.kBIIoPZuc6G3 .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm {
    min-height: 60px !important;
  }

  body.otTqjclLX.header-style-minimal .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm,
  body.otTqjclLX .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm {
    min-height: 65px !important;
  }

  body.ajflJS9Myg7.header-style-minimal .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm,
  body.ajflJS9Myg7 .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm {
    min-height: 70px !important;
  }

  /* Mobile Sticky Heights */
  body.aH3dDDOtc #yd3ZBYZBoBD.eQQ4NPs0FD .eW7cOszvm,
  body.aH3dDDOtc .ooIZhSogT2b.eQQ4NPs0FD .eW7cOszvm {
    min-height: 45px !important;
  }

  body.oLQ0sYqlVy #yd3ZBYZBoBD.eQQ4NPs0FD .eW7cOszvm,
  body.oLQ0sYqlVy .ooIZhSogT2b.eQQ4NPs0FD .eW7cOszvm {
    min-height: 50px !important;
  }

  body.ctTJH203 #yd3ZBYZBoBD.eQQ4NPs0FD .eW7cOszvm,
  body.ctTJH203 .ooIZhSogT2b.eQQ4NPs0FD .eW7cOszvm {
    min-height: 55px !important;
  }

  body.xySxyYJG #yd3ZBYZBoBD.eQQ4NPs0FD .eW7cOszvm,
  body.xySxyYJG .ooIZhSogT2b.eQQ4NPs0FD .eW7cOszvm {
    min-height: 60px !important;
  }

  /* Mobile Sticky Heights for Minimal Style - with specific selectors */
  body.aH3dDDOtc.header-style-minimal .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm,
  body.aH3dDDOtc .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm {
    min-height: 45px !important;
  }

  body.oLQ0sYqlVy.header-style-minimal .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm,
  body.oLQ0sYqlVy .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm {
    min-height: 50px !important;
  }

  body.ctTJH203.header-style-minimal .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm,
  body.ctTJH203 .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm {
    min-height: 55px !important;
  }

  body.xySxyYJG.header-style-minimal .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm,
  body.xySxyYJG .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm {
    min-height: 60px !important;
  }

  /* FIX: Prevent menu button from wrapping in sticky mode */
  #yd3ZBYZBoBD.eQQ4NPs0FD .eW7cOszvm,
  .ooIZhSogT2b.eQQ4NPs0FD .eW7cOszvm {
    flex-wrap: nowrap !important; /* Force elements to stay in one line */
  }

  /* Adjust logo and menu button size in sticky mode for better fit */
  #yd3ZBYZBoBD.eQQ4NPs0FD .wfTA2uV97,
  .ooIZhSogT2b.eQQ4NPs0FD .wfTA2uV97 {
    height: auto !important;
    flex-shrink: 1; /* Allow logo to shrink if needed */
  }

  #yd3ZBYZBoBD.eQQ4NPs0FD .wfTA2uV97 img,
  .ooIZhSogT2b.eQQ4NPs0FD .wfTA2uV97 img {
    max-height: 35px;
    max-width: 140px;
    width: auto;
    object-fit: contain; /* Сохраняем пропорции */
  }

  /* УНИФИЦИРОВАНО: Minimal в sticky режиме использует стандартные размеры */

  #yd3ZBYZBoBD.eQQ4NPs0FD .cfmLju0z,
  .ooIZhSogT2b.eQQ4NPs0FD .cfmLju0z {
    flex-shrink: 0; /* Prevent button from shrinking */
    padding: 5px !important; /* Reduce padding in sticky mode */
    min-width: 35px !important;
    min-height: 35px !important;
  }

  #yd3ZBYZBoBD.eQQ4NPs0FD .cfmLju0z .u6OvLevqn,
  .ooIZhSogT2b.eQQ4NPs0FD .cfmLju0z .u6OvLevqn {
    width: 30px !important;
    height: 30px !important;
  }

  #yd3ZBYZBoBD.eQQ4NPs0FD .cfmLju0z .bwhaTGzq0C,
  .ooIZhSogT2b.eQQ4NPs0FD .cfmLju0z .bwhaTGzq0C {
    width: 30px !important;
    height: 30px !important;
  }

  #yd3ZBYZBoBD.eQQ4NPs0FD .cfmLju0z .sM8xUicx9RS,
  .ooIZhSogT2b.eQQ4NPs0FD .cfmLju0z .sM8xUicx9RS {
    width: 24px !important;
    margin: 3px 0 !important;
  }
}

/* ===== HEADER BORDER VARIATIONS ===== */

/* Default border for all headers */
.ooIZhSogT2b {
  border-bottom: 1px solid var(--color-primary);
}

/* Border height variations */
body.jSVDA9aDy .ooIZhSogT2b {
  border-bottom: none !important;
}

body.guLUJVtvxcO .ooIZhSogT2b {
  border-bottom: 1px solid var(--color-primary) !important;
}

body.asBnijVH4 .ooIZhSogT2b {
  border-bottom: 2px solid var(--color-primary) !important;
}

body.etHsqedT .ooIZhSogT2b {
  border-bottom: 3px solid var(--color-primary) !important;
}

body.xGa6gLbfKtCN .ooIZhSogT2b {
  border-bottom: 4px solid var(--color-primary) !important;
}

/* ===== PROGRESS BAR STYLES ===== */

/* Progress bar container */
.cVIWuPQGP {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  z-index: 10;
}

/* Progress bar fill */
.yXyOJKw5 {
  height: 100%;
  width: 0%;
  background-color: var(--color-primary);
  transition: width 0.1s ease-out;
}

/* For sticky header - keep progress bar visible */
#yd3ZBYZBoBD.eQQ4NPs0FD .cVIWuPQGP,
.ooIZhSogT2b.eQQ4NPs0FD .cVIWuPQGP {
  position: absolute;
  bottom: 0;
}

/* Hide progress bar when header is hidden on scroll */
#yd3ZBYZBoBD.eQQ4NPs0FD.header-hidden .cVIWuPQGP,
.ooIZhSogT2b.eQQ4NPs0FD.header-hidden .cVIWuPQGP {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show progress bar when visible */
body.xBy6cB5ZsWM .cVIWuPQGP {
  display: block;
}

/* Hide progress bar by default if not enabled */
body:not(.sjwh-header-progress-bar-enabled) .cVIWuPQGP {
  display: none;
}

/* ===== MOBILE MENU STYLES ===== */

/* Mobile Menu Container */
.cVCfRQAEsVf {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100%;
  background-color: var(--color-header-bg);
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  transition: right var(--transition-normal);
  overflow-y: auto;
}

.cVCfRQAEsVf.u9v2Dz3mh03X {
  right: 0;
}

/* Mobile Menu Overlay */
.em7jFi1VH0a {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  transition: opacity var(--transition-normal);
}

.em7jFi1VH0a.u9v2Dz3mh03X {
  display: block;
  opacity: 1;
}

/* Специальный оверлей для fullscreen (скрыт, так как меню и так на весь экран) */
body.hMN4SWSpb .em7jFi1VH0a {
  display: none !important;
}

/* Скрываем оверлей для dropdown стиля (меню выходит из-под хедера, оверлей не нужен) */
body.ftD26pwCxl0 .em7jFi1VH0a {
  display: none !important;
}

/* Предотвращаем прокрутку body когда fullscreen меню открыто */
body.mobile-menu-open.mobile-menu-style-fullscreen {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

/* Обеспечиваем полноэкранность для fullscreen меню на всех устройствах */
@media screen and (max-width: 9999px) {
  .kTdZrAYGkr6 {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    width: 100% !important;
    height: 100vh !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* Mobile Menu Header */
.yk1QBqlQ6 {
  padding: var(--spacing-lg);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pK8Pwzgzihs {
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: var(--spacing-xs);
  color: var(--color-text-primary);
  transition: all 0.3s ease;
}

.pK8Pwzgzihs:hover {
  color: var(--color-primary);
}

.pK8Pwzgzihs:hover svg {
  stroke: var(--color-primary);
}

/* Mobile Menu Navigation */
.sR8J2H1ptW {
  padding: var(--spacing-lg);
}

.sR8J2H1ptW ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sR8J2H1ptW li {
  margin-bottom: var(--spacing-md);
}

.sR8J2H1ptW a {
  color: var(--color-header-link);
  text-decoration: none;
  font-size: var(--font-size-lg);
  font-weight: 500;
  display: block;
  padding: var(--spacing-sm) 0;
  transition: color var(--transition-fast);
}

.sR8J2H1ptW .menu-item-has-children > a {
  position: relative;
  padding-right: var(--spacing-xl);
}

.sR8J2H1ptW .menu-item-has-children > a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid currentColor;
  transition: transform var(--transition-fast);
}

.sR8J2H1ptW .kDFpTnRpqTiK > a::after {
  transform: translateY(-50%) rotate(180deg);
}

.sR8J2H1ptW .sub-menu,
.sR8J2H1ptW .yk92muBUc {
  display: none;
  padding-left: var(--spacing-lg);
  margin-top: var(--spacing-xs);
  border-left: 1px solid rgba(148, 163, 184, 0.2);
}

.sR8J2H1ptW .yk92muBUc .yk92muBUc {
  margin-left: var(--spacing-md);
  padding-left: calc(var(--spacing-lg) / 1.5);
  border-left: 1px dashed rgba(148, 163, 184, 0.25);
}

.sR8J2H1ptW .yk92muBUc .menu-item-has-children > a::after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid currentColor;
  border-right: 0;
  transform: translateY(-50%);
}

.sR8J2H1ptW .yk92muBUc .kDFpTnRpqTiK > a::after {
  transform: translateY(-50%) rotate(90deg);
}

.sR8J2H1ptW .kDFpTnRpqTiK > .yk92muBUc {
  display: block;
}

.sR8J2H1ptW .sub-menu a,
.sR8J2H1ptW .yk92muBUc a {
  font-size: var(--font-size-base);
  padding: var(--spacing-xs) 0;
}

.sR8J2H1ptW a:hover {
  color: var(--color-primary);
}

/* Mobile Menu CTA Buttons */
.cOTlo8TXlS {
  padding: 20px var(--spacing-lg) var(--spacing-md);
}

.cOTlo8TXlS .ofzczw8LvGz {
  width: 100%;
  margin-bottom: var(--spacing-sm);
}

/* ===== RESPONSIVE STYLES ===== */

/* Mobile Styles - Применяется ко ВСЕМ стилям хедеров */
@media (max-width: 767px) {
  /* Скрываем основное меню на мобильных */
  .zfjDsFYX {
    display: none !important;
  }
  
  /* Показываем кнопку мобильного меню */
  .cfmLju0z {
    display: flex !important;
  }
  
  /* Показываем мобильное меню когда активно */
  .cVCfRQAEsVf {
    display: block;
  }
  
  /* Адаптируем контейнер хедера */
  .eW7cOszvm {
    flex-wrap: wrap;
    align-items: center; /* Центрируем по вертикали на мобильном */
    /* Высота управляется через классы header-height-* */
  }
  
  /* Выравнивание логотипа на мобильных */
  .wfTA2uV97 {
    display: flex !important;
    align-items: center !important;
    height: 60px; /* Фиксированная высота для центрирования */
  }
  
  .gTdyVNmEBOW {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
  }
  
  .custom-logo {
    max-height: 40px; /* Меньше на мобильных */
    max-width: 140px; /* Убираем !important чтобы Minimal правила могли перебить */
    width: auto;
    height: auto;
    display: block !important;
    object-fit: contain; /* Сохраняем пропорции */
  }

  /* ИСКЛЮЧЕНИЕ: Для Minimal стиля логотип 95px */
  .ooIZhSogT2b.ijkrancSnu69 .custom-logo,
  .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .custom-logo,
  .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD.scrolled .custom-logo {
    max-width: 95px !important; /* Override 140px for Minimal style */
  }
  
  /* CTA кнопки в хедере на мобильных скрываем (кроме Minimal стиля) */
  .yj0P1n5eqcH2 {
    display: none !important;
  }
  
  /* Исключение для Minimal стиля - показываем обе CTA кнопки */
  .ooIZhSogT2b.ijkrancSnu69 .yj0P1n5eqcH2 {
    display: flex !important;
  }
  
  /* Для Default стиля - показываем только Primary кнопку (первую) */
  .ooIZhSogT2b.jSuIpOT5oKI .yj0P1n5eqcH2 {
    display: flex !important;
  }
  
  .ooIZhSogT2b.jSuIpOT5oKI .yj0P1n5eqcH2 .ofzczw8LvGz:nth-child(2) {
    display: none !important;
  }
  
  /* Для всех стилей хедеров убираем специфичные стили */
  .ooIZhSogT2b.ijkrancSnu69 .cfmLju0z {
    position: static;
    display: flex !important;
  }
  
  /* Minimal style на мобильных - сохраняем flexbox с order */
  .ooIZhSogT2b.ijkrancSnu69 .eW7cOszvm {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    /* Высота управляется через классы header-height-* */
    position: relative !important;
  }
  
  .ooIZhSogT2b.ijkrancSnu69 .cfmLju0z {
    order: 1;
    position: static !important;
    flex-shrink: 0;
  }
  
  .ooIZhSogT2b.ijkrancSnu69 .wfTA2uV97 {
    order: 2;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  
  .ooIZhSogT2b.ijkrancSnu69 .yj0P1n5eqcH2 {
    order: 3;
    display: flex !important; /* Показываем кнопки на мобильных в Minimal стиле */
    margin-left: auto !important;
  }
  
  /* В Minimal стиле на мобильном показываем только Primary Button (первую кнопку) */
  .ooIZhSogT2b.ijkrancSnu69 .yj0P1n5eqcH2 .ofzczw8LvGz:nth-child(2) {
    display: none !important;
  }

  /* CTA кнопка ТОЛЬКО В ХЕДЕРЕ на мобильном - по размеру текста */
  .ooIZhSogT2b .ofzczw8LvGz {
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
    padding: var(--spacing-xs) var(--spacing-sm) !important;
    font-size: var(--font-size-xs) !important;
    flex-shrink: 1 !important;
    white-space: nowrap !important;
  }

  /* Для Minimal стиля - еще меньше отступы */
  .ooIZhSogT2b.ijkrancSnu69 .ofzczw8LvGz {
    padding: 6px 10px !important;
    font-size: 12px !important;
  }

  /* Контейнер CTA кнопок ТОЛЬКО В ХЕДЕРЕ - может сжиматься */
  .ooIZhSogT2b .yj0P1n5eqcH2 {
    flex-shrink: 1 !important;
    min-width: 0 !important;
  }

  /* Для Minimal - контейнер тоже компактный */
  .ooIZhSogT2b.ijkrancSnu69 .yj0P1n5eqcH2 {
    gap: 6px !important;
    flex-shrink: 1 !important;
  }


  
  /* Ограничиваем ширину логотипа в Minimal стиле на мобильном */
  .ooIZhSogT2b.ijkrancSnu69 .custom-logo,
  .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .custom-logo,
  .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD.scrolled .custom-logo {
    max-width: 95px !important; /* Smaller logo for Minimal style on mobile */
    height: auto !important;
  }
  
  /* Sticky Minimal на мобильном - простое вертикальное выравнивание через flex */
  .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  
}

/* Small Tablet Styles */
@media (min-width: 576px) and (max-width: 767px) {
  /* Отступ остается 0, так как container уже имеет padding */
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991px) {
  /* На планшетах тоже используем мобильное меню */
  .zfjDsFYX {
    display: none !important;
  }

  .cfmLju0z {
    display: flex !important;
  }

  .cVCfRQAEsVf {
    display: block;
  }

  .yj0P1n5eqcH2 {
    gap: var(--spacing-xs);
  }

  .ofzczw8LvGz {
    padding: var(--spacing-xs) var(--spacing-sm);
    font-size: var(--font-size-sm);
  }

  /* Скрываем вторую CTA кнопку на планшетах для всех стилей хедера */
  .ooIZhSogT2b .yj0P1n5eqcH2 .ofzczw8LvGz:nth-child(2) {
    display: none !important;
  }

  /* Показываем только первую CTA кнопку */
  .ooIZhSogT2b .yj0P1n5eqcH2 {
    display: flex !important;
  }

}

/* Desktop Styles */
@media (min-width: 992px) {
  /* Убеждаемся, что мобильное меню скрыто на десктопе */
  .cVCfRQAEsVf,
  .em7jFi1VH0a {
    display: none !important;
  }
  
  /* Кнопка мобильного меню скрыта по умолчанию на десктопе */
  .cfmLju0z {
    display: none;
  }
  
  /* Но для Minimal style показываем кнопку даже на десктопе */
  .ooIZhSogT2b.ijkrancSnu69 .cfmLju0z {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Убеждаемся что иконки правильно отображаются в Minimal стиле на десктопе */
  .ooIZhSogT2b.ijkrancSnu69 .cfmLju0z .u6OvLevqn {
    width: 40px;
    height: 40px;
  }
  
  .ooIZhSogT2b.ijkrancSnu69 .cfmLju0z .bwhaTGzq0C {
    width: 40px;
    height: 40px;
  }
}



/* ===================================
   STICKY HEADER FUNCTIONALITY
   =================================== */

/* When header becomes sticky via JavaScript */
#yd3ZBYZBoBD.eQQ4NPs0FD,
.ooIZhSogT2b.eQQ4NPs0FD {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  /* Keep original header background color */
  background-color: var(--color-header-bg);
  padding: 0; /* Убираем паддинги - высота управляется через Sticky Header Height */
  display: flex;
  align-items: center; /* Вертикальное центрирование */
  justify-content: center; /* Горизонтальное центрирование */


  /* Тень для глубины */
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}


/* Optional: Add subtle effects when scrolled without changing color */
#yd3ZBYZBoBD.eQQ4NPs0FD.scrolled,
.ooIZhSogT2b.eQQ4NPs0FD.scrolled {
  /* Keep the same background color, just add backdrop filter for subtle effect */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 0; /* Убираем паддинги - высота управляется через Sticky Header Height */
  display: flex;
  align-items: center; /* Вертикальное центрирование */
  justify-content: center; /* Горизонтальное центрирование */

  /* Усиленная тень при скролле */
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
}






@-webkit-keyframes subtlePulse {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}

@keyframes subtlePulse {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}

#yd3ZBYZBoBD.eQQ4NPs0FD.scrolled .wfTA2uV97 img,
.ooIZhSogT2b.eQQ4NPs0FD.scrolled .wfTA2uV97 img {
  max-height: 40px;
  transition: max-height 0.3s ease;
}

/* ИСКЛЮЧЕНИЕ: Для Minimal стиля в sticky scrolled режиме логотип 95px и высота как в обычном sticky */
/* УДАЛЕНО: Дублированное правило для Minimal sticky, теперь используются стандартные размеры */

/* Sticky mode для Minimal style */
.ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .eW7cOszvm {
  /* Высота управляется через классы sticky-header-height-* */
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important; /* Вертикальное выравнивание всех элементов */
  justify-content: space-between !important;
}


/* Scrolled состояние для Minimal - центрируем сам хедер */
.ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD.scrolled {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  /* Для Minimal сохраняем оригинальный цвет фона без изменений */
  background-color: var(--color-header-bg) !important;
}

/* Контейнер внутри scrolled Minimal */
.ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD.scrolled .eW7cOszvm {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* Body padding when header is sticky - now handled by JavaScript dynamically */
/* body.has-sticky-header padding-top is set via JavaScript based on actual header height */

/* Optional: Hide header on scroll down */
#yd3ZBYZBoBD.eQQ4NPs0FD.header-hidden,
.ooIZhSogT2b.eQQ4NPs0FD.header-hidden {
  transform: translateY(-100%);
}

/* ===================================
   GUTENBERG BLOCKS SPACING
   =================================== */

/* Media & Text Block - добавляем стандартный отступ снизу */
.wp-block-media-text {
  margin-bottom: var(--spacing-lg); /* 24px - стандартный отступ между блоками */
}

/* Убираем отступ у последнего блока в контейнере */
.g85SwXXu1 > .wp-block-media-text:last-child {
  margin-bottom: 0;
}

/* ===================================
   LIVE PREVIEW POSITIONING FIXES
   =================================== */

/* Специальные стили для live preview режима */
.wphub-live-preview-mode .gPxrQWjqE.live-preview-dropdown-positioned {
  position: fixed !important;
  top: var(--live-preview-menu-top, 81px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: calc(100vh - var(--live-preview-header-height, 80px)) !important;
  z-index: 1001 !important;
  max-width: none !important;
}

.wphub-live-preview-mode .kTdZrAYGkr6.live-preview-fullscreen-positioned {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  z-index: 1001 !important;
}

/* ===================================
   MOBILE MENU STYLES
   =================================== */

/* Base Mobile Menu Reset */
.cVCfRQAEsVf {
  position: fixed;
  z-index: 9999;
  background: var(--color-header-bg);
  overflow-y: auto;
  transition: all 0.3s ease;
}

/* 1. Slide from Right (Default) */
.dxVKGol6L {
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  transform: translateX(100%);
}

.dxVKGol6L.u9v2Dz3mh03X {
  transform: translateX(0);
}

/* Убираем все бордеры для slide-right */
.dxVKGol6L .yk1QBqlQ6 {
  border-bottom: none !important;
}

.dxVKGol6L .cOTlo8TXlS {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

/* 2. Slide from Left */
.psxQT849SG2Q {
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  transform: translateX(-100%);
}

.psxQT849SG2Q.u9v2Dz3mh03X {
  transform: translateX(0);
}

/* Убираем все бордеры для slide-left */
.psxQT849SG2Q .yk1QBqlQ6 {
  border-bottom: none !important;
}

.psxQT849SG2Q .cOTlo8TXlS {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

/* 3. Fullscreen Overlay - ПОЛНОСТЬЮ ПЕРЕДЕЛАННЫЙ */
.kTdZrAYGkr6 {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background: var(--color-header-bg);
  z-index: 99999 !important;
  display: flex;
  flex-direction: column;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-x: hidden;
  overflow-y: auto;
}

/* Красивый градиентный фон для fullscreen меню */
.kTdZrAYGkr6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    var(--color-header-bg) 0%, 
    var(--color-bg-secondary) 100%);
  opacity: 0.5;
  z-index: -1;
}

.kTdZrAYGkr6.u9v2Dz3mh03X {
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
}

/* Хедер с логотипом по центру */
.kTdZrAYGkr6 .yk1QBqlQ6 {
  padding: var(--spacing-xl) var(--spacing-lg);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  border-bottom: none !important;
}

.kTdZrAYGkr6 .rmz494f0 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.kTdZrAYGkr6 .pK8Pwzgzihs {
  position: absolute;
  right: var(--spacing-lg);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CTA кнопки под логотипом */
.kTdZrAYGkr6 .cOTlo8TXlS {
  padding: var(--spacing-lg) var(--spacing-xl);
  display: flex;
  flex-direction: row;
  gap: var(--spacing-md);
  justify-content: center;
  flex-shrink: 0;
  border: none !important;
}

.kTdZrAYGkr6 .cOTlo8TXlS .ofzczw8LvGz {
  min-width: 120px;
  text-align: center;
}

/* Навигационное меню по центру */
.kTdZrAYGkr6 .sR8J2H1ptW {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-xl) var(--spacing-lg);
  overflow-y: auto;
}

.kTdZrAYGkr6 #h11jY37cqd {
  text-align: center;
  width: 100%;
  max-width: 600px;
}

.kTdZrAYGkr6 .sR8J2H1ptW li {
  margin: 0;
  padding: var(--spacing-md) 0;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
}

.kTdZrAYGkr6.u9v2Dz3mh03X .sR8J2H1ptW li {
  opacity: 1;
  transform: translateY(0);
}

.kTdZrAYGkr6 .sR8J2H1ptW li:nth-child(1) { animation-delay: 0.1s; }
.kTdZrAYGkr6 .sR8J2H1ptW li:nth-child(2) { animation-delay: 0.15s; }
.kTdZrAYGkr6 .sR8J2H1ptW li:nth-child(3) { animation-delay: 0.2s; }
.kTdZrAYGkr6 .sR8J2H1ptW li:nth-child(4) { animation-delay: 0.25s; }
.kTdZrAYGkr6 .sR8J2H1ptW li:nth-child(5) { animation-delay: 0.3s; }

.kTdZrAYGkr6 .sR8J2H1ptW a {
  font-size: var(--font-size-2xl);
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--color-header-link);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.kTdZrAYGkr6 .sR8J2H1ptW a:hover {
  color: var(--color-primary);
  transform: scale(1.05);
}

/* Эффект подчеркивания при hover */
.kTdZrAYGkr6 .sR8J2H1ptW a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 3px;
  background: var(--color-primary);
  transition: transform 0.3s ease;
}

.kTdZrAYGkr6 .sR8J2H1ptW a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 4. Dropdown from Header - FIXED WITH CLOSE BUTTON IN HEADER */
.gPxrQWjqE {
  position: fixed;
  top: 80px; /* JavaScript will override this dynamically */
  left: 0;
  right: 0;
  width: 100vw;
  max-width: none;
  background: var(--color-header-bg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 998; /* Below header but above content */
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  height: calc(100vh - 80px);
  /* Hide menu above screen initially */
  transform: translateY(-100%);
  padding: 0;
  box-sizing: border-box;
}

/* Когда активно, позиционируем точно под хедером */
.gPxrQWjqE.u9v2Dz3mh03X {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* Allow JavaScript to override positioning */
body.nuXWvtycv9 .gPxrQWjqE {
  top: 60px;
  height: calc(100vh - 60px);
}
body.kBIIoPZuc6G3 .gPxrQWjqE {
  top: 70px;
  height: calc(100vh - 70px);
}
body.otTqjclLX .gPxrQWjqE {
  top: 80px;
  height: calc(100vh - 80px);
}
body.ajflJS9Myg7 .gPxrQWjqE {
  top: 100px;
  height: calc(100vh - 100px);
}

/* Для мобильных устройств */
@media (max-width: 767px) {
  body.nuXWvtycv9 .gPxrQWjqE {
    top: 50px;
    height: calc(100vh - 50px);
  }
  body.kBIIoPZuc6G3 .gPxrQWjqE {
    top: 60px;
    height: calc(100vh - 60px);
  }
  body.otTqjclLX .gPxrQWjqE {
    top: 65px;
    height: calc(100vh - 65px);
  }
  body.ajflJS9Myg7 .gPxrQWjqE {
    top: 70px;
    height: calc(100vh - 70px);
  }
  
  /* Фиксируем позицию menu-toggle в хедере для dropdown стиля */
  
  /* Для Default и Split стилей */
  body.ftD26pwCxl0 .ooIZhSogT2b:not(.sjwh-header-minimal) .cfmLju0z {
    position: relative !important;
    z-index: 1005 !important;
  }
  
  /* Для Minimal стиля - кнопка остается слева */
  body.ftD26pwCxl0 .ooIZhSogT2b.ijkrancSnu69 .cfmLju0z {
    position: static !important;
    order: 1;
    z-index: 1005 !important;
  }
  
  
  /* Когда меню открыто - кнопки остаются на месте */
  body.ftD26pwCxl0.mobile-menu-open .cfmLju0z {
    /* Остается на тех же позициях */
  }
  
  body.ftD26pwCxl0.mobile-menu-open .ooIZhSogT2b.ijkrancSnu69 .cfmLju0z {
    position: static !important;
    order: 1;
  }
  
}


/* Скрываем хедер меню для dropdown стиля - МОЩНЫЕ ПРАВИЛА */

/* Основное правило для dropdown меню */
.gPxrQWjqE .yk1QBqlQ6,
#yDdzv3TT.mobile-menu-dropdown .yk1QBqlQ6 {
  display: none !important;
}

/* Правила по классу body - более мощные */
body.ftD26pwCxl0 .yk1QBqlQ6,
body.ftD26pwCxl0 #yDdzv3TT .yk1QBqlQ6,
body.ftD26pwCxl0 .cVCfRQAEsVf .yk1QBqlQ6 {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  z-index: -9999 !important;
}

/* Скрываем кнопку закрытия - МОЩНЫЕ ПРАВИЛА */
.gPxrQWjqE .pK8Pwzgzihs,
.gPxrQWjqE #cA3Qg5ZubdH,
#yDdzv3TT.mobile-menu-dropdown .pK8Pwzgzihs,
#yDdzv3TT.mobile-menu-dropdown #cA3Qg5ZubdH,
body.ftD26pwCxl0 .pK8Pwzgzihs,
body.ftD26pwCxl0 #cA3Qg5ZubdH,
body.ftD26pwCxl0 .cVCfRQAEsVf .pK8Pwzgzihs,
body.ftD26pwCxl0 #yDdzv3TT .pK8Pwzgzihs,
body.ftD26pwCxl0 #yDdzv3TT #cA3Qg5ZubdH {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  z-index: -9999 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

/* На всякий случай - скрываем логотип в мобильном меню */
body.ftD26pwCxl0 .rmz494f0,
body.ftD26pwCxl0 .cVCfRQAEsVf .rmz494f0,
.gPxrQWjqE .rmz494f0 {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* CTA кнопки с отступом сверху - сразу после хедера */
.gPxrQWjqE .cOTlo8TXlS,
body.ftD26pwCxl0 .cVCfRQAEsVf .cOTlo8TXlS,
body.ftD26pwCxl0 #yDdzv3TT .cOTlo8TXlS {
  padding: var(--spacing-lg) var(--spacing-lg) var(--spacing-md);
  border-bottom: none !important;
  margin-top: 15px !important; /* Отступ от края хедера */
  /* Кнопки должны быть первым элементом в меню */
  order: -1;
}

/* Навигационное меню */
.gPxrQWjqE .sR8J2H1ptW {
  padding: 0;
}

.gPxrQWjqE #h11jY37cqd {
  margin: 0;
  padding: 0;
}

.gPxrQWjqE .sR8J2H1ptW li {
  margin: 0;
  opacity: 0;
  transform: translateX(-20px);
  animation: slideInFromLeft 0.3s ease forwards;
}

.gPxrQWjqE.u9v2Dz3mh03X .sR8J2H1ptW li {
  opacity: 1;
  transform: translateX(0);
}

.gPxrQWjqE .sR8J2H1ptW li:nth-child(1) { animation-delay: 0.05s; }
.gPxrQWjqE .sR8J2H1ptW li:nth-child(2) { animation-delay: 0.1s; }
.gPxrQWjqE .sR8J2H1ptW li:nth-child(3) { animation-delay: 0.15s; }
.gPxrQWjqE .sR8J2H1ptW li:nth-child(4) { animation-delay: 0.2s; }
.gPxrQWjqE .sR8J2H1ptW li:nth-child(5) { animation-delay: 0.25s; }

.gPxrQWjqE .sR8J2H1ptW a {
  padding: var(--spacing-md) var(--spacing-lg);
  display: block;
  font-size: var(--font-size-lg);
  color: var(--color-header-link);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.gPxrQWjqE .sR8J2H1ptW a:hover {
  background: rgba(var(--color-primary-rgb, 37, 99, 235), 0.05);
  padding-left: calc(var(--spacing-lg) + 10px);
  color: var(--color-primary);
}

/* Эффект при наведении - появление линии слева */
.gPxrQWjqE .sR8J2H1ptW a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 3px;
  height: 60%;
  background: var(--color-primary);
  transition: transform 0.3s ease;
}

.gPxrQWjqE .sR8J2H1ptW a:hover::after {
  transform: translateY(-50%) scaleY(1);
}

/* Индикатор активной страницы */
.gPxrQWjqE .sR8J2H1ptW .current-menu-item a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  background: var(--color-primary);
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



/* ===== FOOTER STYLES ===== */
.lfaXYeJ7r6 {
  background: var(--color-footer-bg);
  color: var(--color-footer-text);
  padding: 0; /* Removed vertical padding */
  margin-top: var(--spacing-3xl);
}

.lfaXYeJ7r6 a {
  color: var(--color-footer-link);
  text-decoration: none;
}

.lfaXYeJ7r6 a:hover {
  color: var(--color-footer-link-hover);
  text-decoration: underline;
}

/* ===================================
   MOBILE MENU ANIMATIONS
   =================================== */

/* Smooth Animation (Default) */
.uOKdC5CmxQ .cVCfRQAEsVf {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Fade Animation */
.gMJU1FWr .cVCfRQAEsVf {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.gMJU1FWr .cVCfRQAEsVf:not(.sjwh-is-active) {
  opacity: 0;
}

/* Scale Animation */
.hRY53yeZqP3w .cVCfRQAEsVf {
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hRY53yeZqP3w .cVCfRQAEsVf:not(.sjwh-is-active) {
  transform: scale(0.8);
}

/* Rotate Animation */
.d2nLLMbV .cVCfRQAEsVf {
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: top right;
}

.d2nLLMbV .cVCfRQAEsVf:not(.sjwh-is-active) {
  transform: rotateY(-90deg);
}

/* ===================================
   RESPONSIVE ADJUSTMENTS
   =================================== */

@media (max-width: 991px) {
}

@media (min-width: 992px) {
}

/* ==========================================================================
   FOOTER LAYOUTS
   ========================================================================== */

/* =====
   FOOTER DEFAULT
   ===== */
/* Footer Default Styles */
.lGilgYh0b {
  background: var(--color-footer-bg, #1a1a1a);
  color: var(--color-footer-text, #ffffff);
  margin-top: 60px;
}

/* Footer Top Section */
.iExhpqX2i8Cc {
  padding: 60px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.yT8hPzESX6H8 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
}

/* Footer Brand Column */
.x6W0STobbt0 {
  max-width: 350px;
}

.pxMKZOAfg img {
  max-height: 45px;
  width: auto;
}

.hYrj0uguiJ {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: var(--color-footer-text, #ffffff);
}

.hTJaZrKJ {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 15px 0 25px;
}

/* Social Links */
.dy0zgAFC {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sqVquUpAv6OD {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--color-footer-text, #ffffff);
  transition: all 0.3s ease;
}

.sqVquUpAv6OD:hover {
  background: var(--color-primary, #007cba);
  transform: translateY(-3px);
}

.sqVquUpAv6OD svg {
  width: 18px;
  height: 18px;
}

/* Widget Areas Grid */
.cIDQBHZtQE {
  flex: 1;
}

.sufGAuZa {
  display: grid;
  gap: 40px;
}

.sufGAuZa.columns-1 {
  grid-template-columns: 1fr;
}

.sufGAuZa.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.sufGAuZa.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* Widget Styles */
.aL3l7MmbkYqS .widget {
  margin-bottom: 30px;
}

.aL3l7MmbkYqS .widget:last-child {
  margin-bottom: 0;
}

.aL3l7MmbkYqS .widget-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-footer-text, #ffffff);
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-primary, #007cba);
  display: inline-block;
}

.aL3l7MmbkYqS ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aL3l7MmbkYqS ul li {
  margin-bottom: 12px;
}

.aL3l7MmbkYqS ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.aL3l7MmbkYqS ul li a:hover {
  color: var(--color-primary, #007cba);
  transform: translateX(3px);
}

/* Footer Bottom */
.hUe9QT4ft3i {
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.2);
}

.dUM1RA1fDhk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.rUbQ86ekH8zp {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

/* Footer Navigation */
.jdPEPKjS {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jdPEPKjS li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.jdPEPKjS li a:hover {
  color: var(--color-footer-text, #ffffff);
}

/* Responsive Columns */
.footer-columns-1 .yT8hPzESX6H8 {
  grid-template-columns: 1fr;
}

.footer-columns-2 .yT8hPzESX6H8 {
  grid-template-columns: 350px 1fr;
}

.footer-columns-3 .yT8hPzESX6H8 {
  grid-template-columns: 350px 1fr;
}

.footer-columns-4 .yT8hPzESX6H8 {
  grid-template-columns: 350px 1fr;
}

/* Responsive Design */
@media (max-width: 991px) {
  .yT8hPzESX6H8 {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }

  .x6W0STobbt0 {
    max-width: 100%;
    text-align: center;
  }

  .dy0zgAFC {
    justify-content: center;
  }

  .sufGAuZa.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .iExhpqX2i8Cc {
    padding: 40px 0 30px;
  }

  .sufGAuZa {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }

  .dUM1RA1fDhk {
    flex-direction: column;
    text-align: center;
  }

  .jdPEPKjS {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .hYrj0uguiJ {
    font-size: 20px;
  }

  .aL3l7MmbkYqS .widget-title {
    font-size: 15px;
  }

  .sqVquUpAv6OD {
    width: 35px;
    height: 35px;
  }
}

/* Dark Theme Support */
body.dark-theme .lGilgYh0b {
  background: var(--color-footer-bg, #000000);
}

body.dark-theme .hUe9QT4ft3i {
  background: rgba(0, 0, 0, 0.2);
}

/* Animation Effects */
@keyframes sjwhFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.aL3l7MmbkYqS {
  animation: sjwhFadeInUp 0.5s ease-out;
}

.aL3l7MmbkYqS:nth-child(2) {
  animation-delay: 0.1s;
}

.aL3l7MmbkYqS:nth-child(3) {
  animation-delay: 0.2s;
}

/* =====
   FOOTER CENTERED
   ===== */
/* Centered Footer Styles */
.nDptqZ8y {
  background: var(--color-footer-bg, #1a1a1a);
  color: var(--color-footer-text, #ffffff);
  padding: 60px 0 30px;
  text-align: center;
}

.yQ2FvH5qiOhp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.xHkJS2Ly {
  margin-bottom: 10px;
}

.xHkJS2Ly .custom-logo {
  max-height: 50px;
  width: auto;
}

.nDptqZ8y .hYrj0uguiJ {
  font-size: 24px;
  margin: 0;
  color: var(--color-footer-text, #fff);
}

.eh55yvb7pKJq {
  margin: 10px 0 0;
  font-size: 14px;
  opacity: 0.8;
  color: var(--color-footer-text, #fff);
}

.gPJjQohtQAJ {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gPJjQohtQAJ a {
  color: var(--color-footer-text, #fff);
  text-decoration: none;
  font-size: 15px;
  transition: opacity 0.3s;
}

.gPJjQohtQAJ a:hover {
  opacity: 0.7;
}

.nDptqZ8y .dy0zgAFC {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.nDptqZ8y .sJqdQ4Gf51 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-footer-text, #fff);
  text-decoration: none;
  transition: all 0.3s;
}

.nDptqZ8y .sJqdQ4Gf51:hover {
  background: var(--color-primary, #007cba);
  transform: translateY(-2px);
}

.wPzQlZtC {
  font-weight: bold;
}

.xLT5Ov9f0fXk {
  font-size: 14px;
  color: var(--color-footer-text, #fff);
  opacity: 0.7;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 600px;
}

@media (max-width: 768px) {
  .nDptqZ8y {
    padding: 40px 0 20px;
  }

  .gPJjQohtQAJ {
    flex-direction: column;
    gap: 15px;
  }
}

/* =====
   FOOTER INFO
   ===== */
/* Info Footer Styles - Navigation & Social */
.site-footer.invUQC3y0,
footer.invUQC3y0,
#colophon.invUQC3y0 {
  background: var(--color-footer-bg, #1a1a2e) !important;
  color: var(--color-footer-text, #ffffff) !important;
}

/* Top Navigation Bar */
.invUQC3y0 .xhjmDpvr9h2u,
.site-footer.invUQC3y0 .xhjmDpvr9h2u {
  padding: 15px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.invUQC3y0 .uzqsjes7iX,
.site-footer.invUQC3y0 .uzqsjes7iX {
  width: 100% !important;
}

/* Navigation Columns Grid */
.invUQC3y0 .rT6X5XEX1Mbx,
.site-footer.invUQC3y0 .rT6X5XEX1Mbx {
  display: grid !important;
  gap: 30px !important;
  width: 100% !important;
}

/* Column styles */
.invUQC3y0 .t4Wy5TnAz,
.site-footer.invUQC3y0 .t4Wy5TnAz {
  display: flex !important;
  flex-direction: column !important;
}

.invUQC3y0 .kb2yFT8iSf,
.site-footer.invUQC3y0 .kb2yFT8iSf {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--color-footer-text, #ffffff) !important;
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
}

.invUQC3y0 .gHH7ggrBNvZv,
.site-footer.invUQC3y0 .gHH7ggrBNvZv {
  display: flex !important;
  flex-direction: column !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 10px !important;
}

/* Grid columns based on setting */
.uzqsjes7iX.b642ZpZBiP .rT6X5XEX1Mbx,
.site-footer.invUQC3y0 .b642ZpZBiP .rT6X5XEX1Mbx {
  grid-template-columns: 1fr !important;
}

.uzqsjes7iX.sWNzLVDwk .rT6X5XEX1Mbx,
.site-footer.invUQC3y0 .sWNzLVDwk .rT6X5XEX1Mbx {
  grid-template-columns: repeat(2, 1fr) !important;
}

.uzqsjes7iX.smvHBktlT .rT6X5XEX1Mbx,
.site-footer.invUQC3y0 .smvHBktlT .rT6X5XEX1Mbx {
  grid-template-columns: repeat(3, 1fr) !important;
}

.uzqsjes7iX.t3vTMG6Fwvf .rT6X5XEX1Mbx,
.site-footer.invUQC3y0 .t3vTMG6Fwvf .rT6X5XEX1Mbx {
  grid-template-columns: repeat(4, 1fr) !important;
}

.uzqsjes7iX.gV6hryh19rO .rT6X5XEX1Mbx,
.site-footer.invUQC3y0 .gV6hryh19rO .rT6X5XEX1Mbx {
  grid-template-columns: repeat(5, 1fr) !important;
}

.uzqsjes7iX.k7JTApsabj .rT6X5XEX1Mbx,
.site-footer.invUQC3y0 .k7JTApsabj .rT6X5XEX1Mbx {
  grid-template-columns: repeat(6, 1fr) !important;
}

.invUQC3y0 .gHH7ggrBNvZv li,
.site-footer.invUQC3y0 .gHH7ggrBNvZv li {
  margin: 0 !important;
  list-style: none !important;
}

.invUQC3y0 .gHH7ggrBNvZv li::marker,
.site-footer.invUQC3y0 .gHH7ggrBNvZv li::marker {
  content: '' !important;
}

.invUQC3y0 .gHH7ggrBNvZv a,
.site-footer.invUQC3y0 .gHH7ggrBNvZv a {
  color: var(--color-footer-text, #ffffff) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  transition: opacity 0.3s ease !important;
}

.invUQC3y0 .gHH7ggrBNvZv a:hover,
.site-footer.invUQC3y0 .gHH7ggrBNvZv a:hover {
  opacity: 0.7 !important;
}

/* Divider */
.invUQC3y0 .nrrgFDDt,
.site-footer.invUQC3y0 .nrrgFDDt {
  height: 1px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  margin: 0 !important;
}

/* Main Content */
.invUQC3y0 .ylPz7p0y,
.site-footer.invUQC3y0 .ylPz7p0y {
  padding: 40px 0 !important;
}

.invUQC3y0 .rFVGVrcOZ,
.site-footer.invUQC3y0 .rFVGVrcOZ {
  display: grid !important;
  grid-template-columns: 1fr 1.5fr !important;
  gap: 40px !important;
  align-items: start !important;
}

/* Left Side: Logo, Warning, Social */
.invUQC3y0 .cwoTXALQUM,
.site-footer.invUQC3y0 .cwoTXALQUM {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.invUQC3y0 .r8OmwuHym,
.site-footer.invUQC3y0 .r8OmwuHym {
  margin-bottom: 10px !important;
}

.invUQC3y0 .r8OmwuHym .custom-logo,
.site-footer.invUQC3y0 .r8OmwuHym .custom-logo {
  max-height: 50px !important;
  width: auto !important;
}

.invUQC3y0 .vQ51vzzw,
.site-footer.invUQC3y0 .vQ51vzzw {
  font-size: 24px !important;
  margin: 0 !important;
  color: var(--color-footer-text, #fff) !important;
  font-weight: 600 !important;
}

.invUQC3y0 .xbZXsFm7h,
.site-footer.invUQC3y0 /* Trust Badges/Icons */
.invUQC3y0 .s8O2WEh0I2BA,
.site-footer.invUQC3y0 .s8O2WEh0I2BA {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  align-items: center !important;
  margin: 0 0 20px 0 !important;
}

.invUQC3y0 .s6nLOql9R,
.site-footer.invUQC3y0 .s6nLOql9R {
  display: inline-block !important;
  margin: 0 !important;
}

.invUQC3y0 .a3XWBcAs9h,
.site-footer.invUQC3y0 .a3XWBcAs9h {
  display: inline-block !important;
  text-decoration: none !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
}

.invUQC3y0 .a3XWBcAs9h:hover,
.site-footer.invUQC3y0 .a3XWBcAs9h:hover {
  opacity: 0.8 !important;
  transform: translateY(-2px) !important;
}

.invUQC3y0 .hvlqyxLu4F,
.site-footer.invUQC3y0 .hvlqyxLu4F {
  max-width: 120px !important;
  max-height: 60px !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
}

.invUQC3y0 .vgICLJJJlo,
.site-footer.invUQC3y0 .vgICLJJJlo {
  margin: 0 !important;
  font-size: 14px !important;
}

.invUQC3y0 .rdppgTWn,
.site-footer.invUQC3y0 .rdppgTWn {
  color: var(--color-footer-text, #fff) !important;
  text-decoration: none !important;
  transition: opacity 0.3s ease !important;
}

.invUQC3y0 .rdppgTWn:hover,
.site-footer.invUQC3y0 .rdppgTWn:hover {
  opacity: 0.7 !important;
  text-decoration: underline !important;
}

/* App Download Buttons */
.invUQC3y0 .sXLC7uLC1,
.site-footer.invUQC3y0 .sXLC7uLC1,
footer.invUQC3y0 .sXLC7uLC1,
#colophon.invUQC3y0 .sXLC7uLC1 {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  margin-top: 20px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
}

.invUQC3y0 .sXLC7uLC1 > *,
.site-footer.invUQC3y0 .sXLC7uLC1 > *,
footer.invUQC3y0 .sXLC7uLC1 > *,
#colophon.invUQC3y0 .sXLC7uLC1 > * {
  display: inline-block !important;
  flex: 0 0 auto !important;
}

.invUQC3y0 .ocwLV4WRTJ,
.site-footer.invUQC3y0 .ocwLV4WRTJ,
footer.invUQC3y0 .ocwLV4WRTJ,
#colophon.invUQC3y0 .ocwLV4WRTJ {
  display: inline-block !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  flex-basis: auto !important;
  text-decoration: none !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  vertical-align: middle !important;
}

.invUQC3y0 .ocwLV4WRTJ:hover,
.site-footer.invUQC3y0 .ocwLV4WRTJ:hover {
  opacity: 0.8 !important;
  transform: translateY(-2px) !important;
}

.invUQC3y0 .nzbccVcx,
.site-footer.invUQC3y0 .nzbccVcx {
  max-width: 150px !important;
  max-height: 45px !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
}

.invUQC3y0 .iie3l323tJ,
.site-footer.invUQC3y0 .iie3l323tJ {
  display: inline-block !important;
  padding: 8px 16px !important;
  background: #000 !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.invUQC3y0 .ufGEmREcUX0,
.site-footer.invUQC3y0 .ufGEmREcUX0 {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
}

.invUQC3y0 .x7iYFwtbq,
.site-footer.invUQC3y0 .x7iYFwtbq {
  color: var(--color-footer-text, #fff) !important;
  font-size: 14px !important;
  white-space: nowrap !important;
}

.invUQC3y0 .j3rOkqM6,
.site-footer.invUQC3y0 .j3rOkqM6 {
  display: flex !important;
  gap: 10px !important;
}

.invUQC3y0 .zFub9xw8aKs,
.site-footer.invUQC3y0 .zFub9xw8aKs {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: var(--color-footer-text, #fff) !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.invUQC3y0 .zFub9xw8aKs:hover,
.site-footer.invUQC3y0 .zFub9xw8aKs:hover {
  background: var(--color-primary, #007cba) !important;
  transform: translateY(-2px) !important;
}

.invUQC3y0 .zFub9xw8aKs.m5quswMHDICR:hover,
.site-footer.invUQC3y0 .zFub9xw8aKs.m5quswMHDICR:hover {
  background: #1877f2 !important;
}

.invUQC3y0 .zFub9xw8aKs.uR5J9xDC5:hover,
.site-footer.invUQC3y0 .zFub9xw8aKs.uR5J9xDC5:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}

.invUQC3y0 .zFub9xw8aKs.rgY8wRFhzD:hover,
.site-footer.invUQC3y0 .zFub9xw8aKs.rgY8wRFhzD:hover {
  background: #000000 !important;
}

.invUQC3y0 .zFub9xw8aKs.yr53lj3Kd4:hover,
.site-footer.invUQC3y0 .zFub9xw8aKs.yr53lj3Kd4:hover {
  background: #ff0000 !important;
}

/* Right Side: Description */
.invUQC3y0 .ruAysIKymO,
.site-footer.invUQC3y0 .ruAysIKymO {
  color: rgba(255, 255, 255, 0.7) !important;
}

.invUQC3y0 .t55VErDa,
.site-footer.invUQC3y0 .t55VErDa {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.invUQC3y0 .t55VErDa p,
.site-footer.invUQC3y0 .t55VErDa p {
  margin: 0 0 15px 0 !important;
}

.invUQC3y0 .t55VErDa p:last-child,
.site-footer.invUQC3y0 .t55VErDa p:last-child {
  margin-bottom: 0 !important;
}

/* Bottom: Copyright */
.invUQC3y0 .hdjPv0HzQM,
.site-footer.invUQC3y0 .hdjPv0HzQM {
  padding: 20px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.invUQC3y0 .vbvEhsTdM,
.site-footer.invUQC3y0 .vbvEhsTdM {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 0 !important;
}

.invUQC3y0 .z2mXVQicHWPy,
.site-footer.invUQC3y0 .z2mXVQicHWPy {
  font-size: 14px !important;
  color: var(--color-footer-text, #fff) !important;
}

/* Responsive Design */
@media (max-width: 991px) {
  .invUQC3y0 .rFVGVrcOZ,
  .site-footer.invUQC3y0 .rFVGVrcOZ {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .invUQC3y0 .cwoTXALQUM,
  .site-footer.invUQC3y0 .cwoTXALQUM {
    text-align: center !important;
  }

  .invUQC3y0 .ufGEmREcUX0,
  .site-footer.invUQC3y0 .ufGEmREcUX0 {
    justify-content: center !important;
  }

  .invUQC3y0 .vbvEhsTdM,
  .site-footer.invUQC3y0 .vbvEhsTdM {
    flex-direction: column !important;
    text-align: center !important;
  }

  .invUQC3y0 .zCA5kPPN,
  .site-footer.invUQC3y0 .zCA5kPPN {
    justify-content: center !important;
  }

  /* Navigation columns responsive - reduce to 2 columns on tablet */
  .uzqsjes7iX.smvHBktlT .rT6X5XEX1Mbx,
  .uzqsjes7iX.t3vTMG6Fwvf .rT6X5XEX1Mbx,
  .uzqsjes7iX.gV6hryh19rO .rT6X5XEX1Mbx,
  .uzqsjes7iX.k7JTApsabj .rT6X5XEX1Mbx,
  .site-footer.invUQC3y0 .smvHBktlT .rT6X5XEX1Mbx,
  .site-footer.invUQC3y0 .t3vTMG6Fwvf .rT6X5XEX1Mbx,
  .site-footer.invUQC3y0 .gV6hryh19rO .rT6X5XEX1Mbx,
  .site-footer.invUQC3y0 .k7JTApsabj .rT6X5XEX1Mbx {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .invUQC3y0 .ylPz7p0y,
  .site-footer.invUQC3y0 .ylPz7p0y {
    padding: 30px 0 !important;
  }

  .invUQC3y0 .gHH7ggrBNvZv,
  .site-footer.invUQC3y0 .gHH7ggrBNvZv {
    gap: 10px !important;
  }


  /* Navigation columns mobile - all become single column */
  .uzqsjes7iX.sWNzLVDwk .rT6X5XEX1Mbx,
  .uzqsjes7iX.smvHBktlT .rT6X5XEX1Mbx,
  .uzqsjes7iX.t3vTMG6Fwvf .rT6X5XEX1Mbx,
  .uzqsjes7iX.gV6hryh19rO .rT6X5XEX1Mbx,
  .uzqsjes7iX.k7JTApsabj .rT6X5XEX1Mbx,
  .site-footer.invUQC3y0 .sWNzLVDwk .rT6X5XEX1Mbx,
  .site-footer.invUQC3y0 .smvHBktlT .rT6X5XEX1Mbx,
  .site-footer.invUQC3y0 .t3vTMG6Fwvf .rT6X5XEX1Mbx,
  .site-footer.invUQC3y0 .gV6hryh19rO .rT6X5XEX1Mbx,
  .site-footer.invUQC3y0 .k7JTApsabj .rT6X5XEX1Mbx {
    grid-template-columns: 1fr !important;
  }
}

/* =====
   FOOTER INFO 2
   ===== */
/* Info 2 Footer Styles - Logo & Social | Badges | Menu */
.site-footer.icB45siMH4U,
footer.icB45siMH4U,
#colophon.icB45siMH4U {
  background: var(--color-footer-bg, #1a1a2e) !important;
  color: var(--color-footer-text, #ffffff) !important;
}

/* Main Content */
.icB45siMH4U .bwhAO6BFS,
.site-footer.icB45siMH4U .bwhAO6BFS {
  padding: 40px 0 !important;
}

.icB45siMH4U .nvOUONG3HAK,
.site-footer.icB45siMH4U .nvOUONG3HAK {
  display: grid !important;
  grid-template-columns: 1fr 2fr 1fr !important;
  gap: 40px !important;
  align-items: start !important;
}

/* Left: Logo & Social */
.icB45siMH4U .a8f4lGWqgx,
.site-footer.icB45siMH4U .a8f4lGWqgx {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.icB45siMH4U .ak1f7uMs,
.site-footer.icB45siMH4U .ak1f7uMs {
  margin-bottom: 10px !important;
}

.icB45siMH4U .ak1f7uMs .custom-logo,
.site-footer.icB45siMH4U .ak1f7uMs .custom-logo {
  max-height: 50px !important;
  width: auto !important;
}

.icB45siMH4U .pKUHHsD0mpo,
.site-footer.icB45siMH4U .pKUHHsD0mpo {
  font-size: 24px !important;
  margin: 0 !important;
  color: var(--color-footer-text, #fff) !important;
  font-weight: 600 !important;
}

.icB45siMH4U .hIagCizYV7,
.site-footer.icB45siMH4U .hIagCizYV7 {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.icB45siMH4U .taGNoFYXo,
.site-footer.icB45siMH4U .taGNoFYXo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: var(--color-footer-text, #fff) !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.icB45siMH4U .taGNoFYXo:hover,
.site-footer.icB45siMH4U .taGNoFYXo:hover {
  background: var(--color-primary, #007cba) !important;
  transform: translateY(-2px) !important;
}

.icB45siMH4U .taGNoFYXo.m5quswMHDICR:hover,
.site-footer.icB45siMH4U .taGNoFYXo.m5quswMHDICR:hover {
  background: #1877f2 !important;
}

.icB45siMH4U .taGNoFYXo.uR5J9xDC5:hover,
.site-footer.icB45siMH4U .taGNoFYXo.uR5J9xDC5:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}

.icB45siMH4U .taGNoFYXo.rgY8wRFhzD:hover,
.site-footer.icB45siMH4U .taGNoFYXo.rgY8wRFhzD:hover {
  background: #000000 !important;
}

.icB45siMH4U .taGNoFYXo.yr53lj3Kd4:hover,
.site-footer.icB45siMH4U .taGNoFYXo.yr53lj3Kd4:hover {
  background: #ff0000 !important;
}

/* Email */
.icB45siMH4U .mMxzrRbJTm4,
.site-footer.icB45siMH4U .mMxzrRbJTm4 {
  margin: 12px 0 0 0 !important;
  font-size: 14px !important;
}

.icB45siMH4U .n2aXdssm7,
.site-footer.icB45siMH4U .n2aXdssm7 {
  color: var(--color-footer-text, #fff) !important;
  text-decoration: none !important;
  transition: opacity 0.3s ease !important;
}

.icB45siMH4U .n2aXdssm7:hover,
.site-footer.icB45siMH4U .n2aXdssm7:hover {
  opacity: 0.7 !important;
  text-decoration: underline !important;
}

/* App Download Buttons */
.icB45siMH4U .skU407y1BJmT,
.site-footer.icB45siMH4U .skU407y1BJmT,
footer.icB45siMH4U .skU407y1BJmT,
#colophon.icB45siMH4U .skU407y1BJmT {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: 100% !important;
}

.icB45siMH4U .skU407y1BJmT > *,
.site-footer.icB45siMH4U .skU407y1BJmT > *,
footer.icB45siMH4U .skU407y1BJmT > *,
#colophon.icB45siMH4U .skU407y1BJmT > * {
  display: inline-block !important;
  flex: 0 0 auto !important;
}

.icB45siMH4U .jYUsSd3l,
.site-footer.icB45siMH4U .jYUsSd3l,
footer.icB45siMH4U .jYUsSd3l,
#colophon.icB45siMH4U .jYUsSd3l {
  display: inline-block !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  flex-basis: auto !important;
  text-decoration: none !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  vertical-align: middle !important;
}

.icB45siMH4U .jYUsSd3l:hover,
.site-footer.icB45siMH4U .jYUsSd3l:hover {
  opacity: 0.8 !important;
  transform: translateY(-2px) !important;
}

.icB45siMH4U .f0H1zQM3O6G,
.site-footer.icB45siMH4U .f0H1zQM3O6G {
  max-width: 150px !important;
  max-height: 45px !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
}

.icB45siMH4U .g6en9aEYVFg,
.site-footer.icB45siMH4U .g6en9aEYVFg {
  display: inline-block !important;
  padding: 8px 16px !important;
  background: #000 !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

/* Center: Badges */
.icB45siMH4U .oQSs3bN6LTbs,
.site-footer.icB45siMH4U .oQSs3bN6LTbs {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
}

.icB45siMH4U .mLyqp59CEK3,
.site-footer.icB45siMH4U .mLyqp59CEK3 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}

.icB45siMH4U .m6tjt0BGUv,
.site-footer.icB45siMH4U .m6tjt0BGUv {
  display: inline-block !important;
  margin: 0 !important;
}

.icB45siMH4U .dBEFTLHMdzXb,
.site-footer.icB45siMH4U .dBEFTLHMdzXb {
  display: inline-block !important;
  text-decoration: none !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
}

.icB45siMH4U .dBEFTLHMdzXb:hover,
.site-footer.icB45siMH4U .dBEFTLHMdzXb:hover {
  opacity: 0.8 !important;
  transform: translateY(-2px) !important;
}

/* Auto-size badges for up to 6 badges - responsive sizing */
.icB45siMH4U .m6tjt0BGUv,
.site-footer.icB45siMH4U .m6tjt0BGUv {
  flex: 0 1 auto !important;
  min-width: 0 !important;
}

/* Adjust badge image size based on container */
.icB45siMH4U .ujax0K3BtJ,
.site-footer.icB45siMH4U .ujax0K3BtJ {
  max-width: 100% !important;
  max-height: 60px !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
}

/* Responsive badge sizing - up to 6 badges in a row */
@media (min-width: 768px) {
  .icB45siMH4U .mLyqp59CEK3 .m6tjt0BGUv {
    max-width: calc((100% - 50px) / 6) !important;
  }
  
  .icB45siMH4U .mLyqp59CEK3 .m6tjt0BGUv:nth-child(n+7) {
    max-width: calc((100% - 50px) / 6) !important;
  }
}

@media (max-width: 767px) {
  .icB45siMH4U .mLyqp59CEK3 {
    gap: 8px !important;
  }
  
  .icB45siMH4U .m6tjt0BGUv {
    max-width: calc((100% - 40px) / 3) !important;
  }
  
  .icB45siMH4U .ujax0K3BtJ {
    max-height: 50px !important;
  }
}

/* Bottom Row: Description (66%) and App Buttons (34%) */
.icB45siMH4U .cbaxI9Y8TLZ3,
.site-footer.icB45siMH4U .cbaxI9Y8TLZ3 {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px !important;
  margin-top: 30px !important;
  width: 100% !important;
  align-items: center !important;
}

.icB45siMH4U .eFQ7bTq8gyiM,
.site-footer.icB45siMH4U .eFQ7bTq8gyiM {
  flex: 0 0 66% !important;
  max-width: 66% !important;
  box-sizing: border-box !important;
}

.icB45siMH4U .iPm0eSzIx,
.site-footer.icB45siMH4U .iPm0eSzIx {
  flex: 0 0 34% !important;
  max-width: 34% !important;
  box-sizing: border-box !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
}

.icB45siMH4U .iPm0eSzIx .skU407y1BJmT,
.site-footer.icB45siMH4U .iPm0eSzIx .skU407y1BJmT {
  justify-content: flex-end !important;
}

.icB45siMH4U .c2rU1hFDXCGd,
.site-footer.icB45siMH4U .c2rU1hFDXCGd {
  text-align: left !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: var(--color-footer-text, #ffffff) !important;
  margin: 0 !important;
  max-width: 100% !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/* Right: Menu */
.icB45siMH4U .ziR5KV7gqUs,
.site-footer.icB45siMH4U .ziR5KV7gqUs {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

.icB45siMH4U .kFGnQq5mSv,
.site-footer.icB45siMH4U .kFGnQq5mSv {
  display: flex !important;
  flex-direction: column !important;
}

.icB45siMH4U .eOlyoLKd1Hcg,
.site-footer.icB45siMH4U .eOlyoLKd1Hcg {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--color-footer-text, #ffffff) !important;
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
}

.icB45siMH4U .nZE7PH5rVz,
.site-footer.icB45siMH4U .nZE7PH5rVz {
  display: flex !important;
  flex-direction: column !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 10px !important;
}

.icB45siMH4U .nZE7PH5rVz li,
.site-footer.icB45siMH4U .nZE7PH5rVz li {
  margin: 0 !important;
  list-style: none !important;
}

.icB45siMH4U .nZE7PH5rVz li::marker,
.site-footer.icB45siMH4U .nZE7PH5rVz li::marker {
  content: '' !important;
}

.icB45siMH4U .nZE7PH5rVz a,
.site-footer.icB45siMH4U .nZE7PH5rVz a {
  color: var(--color-footer-text, #ffffff) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  transition: opacity 0.3s ease !important;
}

.icB45siMH4U .nZE7PH5rVz a:hover,
.site-footer.icB45siMH4U .nZE7PH5rVz a:hover {
  opacity: 0.7 !important;
}

/* Divider */
.icB45siMH4U .i8ExVBGT,
.site-footer.icB45siMH4U .i8ExVBGT {
  height: 1px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  margin: 0 !important;
}

/* Bottom: Copyright */
.icB45siMH4U .b72P7NRs,
.site-footer.icB45siMH4U .b72P7NRs {
  padding: 20px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin-top: 20px !important;
}

.icB45siMH4U .vo9HwamhR2,
.site-footer.icB45siMH4U .vo9HwamhR2 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 0 !important;
}

/* Mobile: Bottom row stack vertically */
@media (max-width: 767px) {
  .icB45siMH4U .cbaxI9Y8TLZ3,
  .site-footer.icB45siMH4U .cbaxI9Y8TLZ3 {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .icB45siMH4U .eFQ7bTq8gyiM,
  .site-footer.icB45siMH4U .eFQ7bTq8gyiM {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  
  .icB45siMH4U .iPm0eSzIx,
  .site-footer.icB45siMH4U .iPm0eSzIx {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
  }
  
  .icB45siMH4U .c2rU1hFDXCGd {
    text-align: left !important;
  }
}

.icB45siMH4U .taaNuBA47,
.site-footer.icB45siMH4U .taaNuBA47 {
  font-size: 14px !important;
  color: var(--color-footer-text, #fff) !important;
}

/* Responsive Design */
@media (max-width: 991px) {
  .icB45siMH4U .nvOUONG3HAK,
  .site-footer.icB45siMH4U .nvOUONG3HAK {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .icB45siMH4U .a8f4lGWqgx,
  .site-footer.icB45siMH4U .a8f4lGWqgx {
    text-align: center !important;
    align-items: center !important;
  }

  .icB45siMH4U .hIagCizYV7,
  .site-footer.icB45siMH4U .hIagCizYV7 {
    justify-content: center !important;
  }

  .icB45siMH4U .ziR5KV7gqUs,
  .site-footer.icB45siMH4U .ziR5KV7gqUs {
    justify-content: center !important;
  }

  .icB45siMH4U .kFGnQq5mSv,
  .site-footer.icB45siMH4U .kFGnQq5mSv {
    align-items: center !important;
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .icB45siMH4U .bwhAO6BFS,
  .site-footer.icB45siMH4U .bwhAO6BFS {
    padding: 30px 0 !important;
  }
}

/* =====
   FOOTER MINIMAL
   ===== */
/* Minimal Footer Styles */
.dMDLiLKzjcA7 {
  padding: 20px 0;
  border-top: 1px solid var(--color-primary, #007cba);
}

.wREvB0W5fTlg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.ls8HXSjgFt {
  font-size: 14px;
  color: var(--color-text-primary, #1a1a1a);
}

.x3Ia5b6DsBe {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.x3Ia5b6DsBe a {
  font-size: 14px;
  color: var(--color-text-primary, #1a1a1a);
  text-decoration: none;
  transition: color 0.3s;
}

.x3Ia5b6DsBe a:hover {
  color: var(--color-primary, #007cba);
}

@media (max-width: 768px) {
  .wREvB0W5fTlg {
    flex-direction: column;
    text-align: center;
  }

  .x3Ia5b6DsBe {
    justify-content: center;
  }
}

/* ===================================
   DESKTOP SIDEBAR MENU (Minimal Style Only)
   =================================== */

/* Боковое меню - скрыто по умолчанию */
.bDybXFdPMlsc,
.xOhjL28H {
  display: none;
}

/* Показываем ТОЛЬКО для Minimal стиля на десктопе */
@media (min-width: 992px) {
  /* Показываем sidebar для Minimal header (без :has для совместимости) */
  .ooIZhSogT2b.ijkrancSnu69 ~ #colophon ~ .bDybXFdPMlsc,
  body.rQZZKSLhpv .bDybXFdPMlsc {
    display: flex !important;
  }
  
  .ooIZhSogT2b.ijkrancSnu69 ~ #colophon ~ .xOhjL28H,
  body.rQZZKSLhpv .xOhjL28H {
    display: block !important;
  }
  .bDybXFdPMlsc {
    position: fixed;
    top: 0;
    left: -320px; /* Скрыто слева */
    bottom: 0;
    width: 320px;
    background: var(--color-header-bg); /* Используем цвет фона хедера */
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
  
  /* Активное состояние меню - ВАЖНО для показа */
  .bDybXFdPMlsc.u9v2Dz3mh03X {
    left: 0;
    display: flex !important; /* Форсируем показ */
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  /* Внутренний контейнер */
  .dAtjSYfuYX {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  /* Заголовок бокового меню */
  .vPS5RzUQ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--spacing-lg) var(--spacing-xl);
    background: var(--color-header-bg);
    flex-shrink: 0;
  }
  
  .nZZ0vj8SBZu {
    flex: 1;
  }
  
  .nZZ0vj8SBZu img {
    max-height: 50px;
    max-width: 140px; /* Ограничиваем ширину логотипа в боковом меню */
    width: auto;
    object-fit: contain; /* Сохраняем пропорции */
  }
  
  .cLqtmXkP {
    margin: 0;
    font-size: var(--font-size-xl);
    font-weight: 700;
    color: var(--color-header-text);
  }
  
  /* Кнопка закрытия */
  .wfTUpzJivf {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--color-header-text);
    transition: all 0.3s ease;
    border-radius: var(--radius-full);
    flex-shrink: 0;
  }
  
  .wfTUpzJivf:hover {
    color: var(--color-primary-contrast);
    transform: rotate(90deg);
  }
  
  /* Навигация */
  .sh2jOd0m7 {
    flex: 1;
    padding: var(--spacing-lg) 0;
    overflow-y: auto;
  }
  
  .wQ5wDMcPB {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .wQ5wDMcPB li {
    margin: 0;
    position: relative;
  }
  
  .wQ5wDMcPB a {
    display: flex;
    align-items: center;
    padding: var(--spacing-md) var(--spacing-xl);
    color: var(--color-header-link);
    text-decoration: none;
    font-size: var(--font-size-base);
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
  }
  
  /* Индикатор активного пункта */
  .wQ5wDMcPB a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background: var(--color-primary);
    transition: height 0.3s ease;
  }
  
  .wQ5wDMcPB a:hover {
    background: rgba(var(--color-primary-rgb), 0.1);
    color: var(--color-primary);
    padding-left: calc(var(--spacing-xl) + var(--spacing-sm));
  }
  
  .wQ5wDMcPB a:hover::before {
    height: 70%;
  }
  
  /* Текущая страница */
  .wQ5wDMcPB .current-menu-item > a {
    background: rgba(var(--color-primary-rgb), 0.15);
    color: var(--color-primary);
  }
  
  .wQ5wDMcPB .current-menu-item > a::before {
    height: 100%;
  }
  
  /* Подменю */
  .wQ5wDMcPB .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.05);
  }
  
  .wQ5wDMcPB .sub-menu a {
    padding-left: calc(var(--spacing-xl) + var(--spacing-lg));
    font-size: var(--font-size-sm);
  }

  /* Отключение всех focus стилей в боковом меню */
  .bDybXFdPMlsc *:focus,
  .bDybXFdPMlsc a:focus,
  .bDybXFdPMlsc button:focus,
  .sh2jOd0m7 *:focus,
  .wQ5wDMcPB a:focus,
  .nZZ0vj8SBZu a:focus,
  .wQpkKIsYy a:focus,
  .wQpkKIsYy button:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  .bDybXFdPMlsc *:focus-visible,
  .bDybXFdPMlsc a:focus-visible,
  .wQ5wDMcPB a:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }

  
  /* CTA кнопки в боковом меню (под логотипом) */
  .wQpkKIsYy {
    padding: 0 var(--spacing-xl) var(--spacing-lg);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
    flex-shrink: 0;
  }
  
  /* Используем стили обычных CTA кнопок */
  .wQpkKIsYy .ofzczw8LvGz {
    display: flex !important;
    width: 100%;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }
  
  /* Footer бокового меню */
  .z34326uvAP {
    padding: var(--spacing-lg) var(--spacing-xl);
    background: rgba(0, 0, 0, 0.03);
    flex-shrink: 0;
  }
  
  .tBG2rprpBc4 {
    text-align: center;
    color: var(--color-header-text);
    opacity: 0.7;
    font-size: var(--font-size-sm);
  }
  
  .tBG2rprpBc4 p {
    margin: var(--spacing-xs) 0;
  }
  
  .rZ78IS4aJREA {
    color: var(--color-header-text);
    opacity: 0.5;
    font-size: var(--font-size-xs);
  }
  
  /* Оверлей для десктопного меню */
  .xOhjL28H {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
  }
  
  .xOhjL28H.u9v2Dz3mh03X {
    opacity: 1;
    visibility: visible;
  }
  
  /* Push эффект для контента ТОЛЬКО для Minimal стиля */
  body:has(.ooIZhSogT2b.sjwh-header-minimal).bMfD8cAPf6 #page {
    transform: translateX(320px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  /* Обязательная анимация для плавного возврата */
  body:has(.ooIZhSogT2b.sjwh-header-minimal) #page {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  /* Никакого смещения для НЕ-Minimal стилей */
  body:not(:has(.ooIZhSogT2b.sjwh-header-minimal)).bMfD8cAPf6 #page {
    transform: none !important;
  }
  
  /* Особый стиль для кнопки меню в Minimal header на десктопе */
  .ooIZhSogT2b.ijkrancSnu69 .cfmLju0z {
    transition: all 0.3s ease;
  }
  
  .ooIZhSogT2b.ijkrancSnu69 .cfmLju0z:hover {
    background: transparent;
    transform: scale(1.1);
  }
  
  .ooIZhSogT2b.ijkrancSnu69 .cfmLju0z:hover svg {
    fill: var(--color-primary-dark);
  }

  .ooIZhSogT2b.ijkrancSnu69 .cfmLju0z:hover .bwhaTGzq0C .sRxqrx3Pw9 {
    background: var(--color-primary-dark);
  }

  /* Когда меню открыто, меняем иконку */
  body.bMfD8cAPf6 .ooIZhSogT2b.ijkrancSnu69 .cfmLju0z {
    background: transparent;
  }

  body.bMfD8cAPf6 .ooIZhSogT2b.ijkrancSnu69 .cfmLju0z svg,
  body.bMfD8cAPf6 .ooIZhSogT2b.ijkrancSnu69 .cfmLju0z .bwhaTGzq0C .sRxqrx3Pw9 {
    fill: var(--color-primary-dark);
  }
  
  /* Анимация появления пунктов меню - ИСПРАВЛЕНО */
  .bDybXFdPMlsc .wQ5wDMcPB li {
    opacity: 1;
    transform: translateX(0);
  }
  
  .bDybXFdPMlsc.u9v2Dz3mh03X .wQ5wDMcPB li {
    animation: slideInLeft 0.5s ease both; /* both вместо forwards для правильной работы */
  }
  
  .bDybXFdPMlsc.u9v2Dz3mh03X .wQ5wDMcPB li:nth-child(1) { animation-delay: 0.1s; }
  .bDybXFdPMlsc.u9v2Dz3mh03X .wQ5wDMcPB li:nth-child(2) { animation-delay: 0.15s; }
  .bDybXFdPMlsc.u9v2Dz3mh03X .wQ5wDMcPB li:nth-child(3) { animation-delay: 0.2s; }
  .bDybXFdPMlsc.u9v2Dz3mh03X .wQ5wDMcPB li:nth-child(4) { animation-delay: 0.25s; }
  .bDybXFdPMlsc.u9v2Dz3mh03X .wQ5wDMcPB li:nth-child(5) { animation-delay: 0.3s; }
  .bDybXFdPMlsc.u9v2Dz3mh03X .wQ5wDMcPB li:nth-child(6) { animation-delay: 0.35s; }
  .bDybXFdPMlsc.u9v2Dz3mh03X .wQ5wDMcPB li:nth-child(7) { animation-delay: 0.4s; }
  .bDybXFdPMlsc.u9v2Dz3mh03X .wQ5wDMcPB li:nth-child(8) { animation-delay: 0.45s; }
  
  @keyframes slideInLeft {
    from {
      opacity: 0;
      transform: translateX(-30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
}

/* Скрываем десктопное боковое меню на мобильных */
@media (max-width: 991px) {
  .bDybXFdPMlsc,
  .xOhjL28H {
    display: none !important;
  }
  
  /* На мобильных для Minimal используется обычное мобильное меню */
  body.bMfD8cAPf6 #page {
    transform: none !important;
  }
}

/* ========================================================================
   HERO SECTION STYLES
   ======================================================================== */

/* Base Hero Styles */
.uMZ2yNjQAEd {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.uMZ2yNjQAEd.qiW5LZn7fV {
  background-size: cover;
  background-position: center;
}

/* Hero mobile background moved to dynamic CSS for proper obfuscation */

/* Hero Height Variants - АДАПТИВНАЯ ВЫСОТА */
/* МОБИЛЬНЫЕ ПЕРВЫЕ - адаптивная высота по содержимому */
.uNJG3kLy4sH {
  min-height: 350px; /* Базовый минимум для мобильных */
}

.ztRY4fGUA {
  min-height: 400px; /* Базовый минимум для мобильных */
}

.mPA7bZfWH {
  min-height: 450px; /* Базовый минимум для мобильных */
}

.dEO6VFfI {
  min-height: 100vh; /* Полный экран на всех устройствах */
}

/* ДЕСКТОП - ФИКСИРОВАННАЯ ВЫСОТА (только на больших экранах) */
@media (min-width: 769px) {
  .uNJG3kLy4sH {
    height: 40vh;
    min-height: 400px;
  }

  .ztRY4fGUA {
    height: 60vh;
    min-height: 500px;
  }

  .mPA7bZfWH {
    height: 80vh;
    min-height: 600px;
  }

  .dEO6VFfI {
    height: 100vh;
  }
}

/* Hero Parallax Effect */
.pvKeNBcZp {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  /* Background-size определяется динамически через JavaScript на основе aspect ratio изображения */
  position: relative;
  transform: translateZ(0); /* GPU acceleration */
  will-change: transform;
}

/* Fallback размеры если JavaScript не сработал */
.pvKeNBcZp:not([style*="background-size"]) {
  background-size: 130% auto;
}

/* For browsers that don't support fixed background on mobile */
@supports not (background-attachment: fixed) {
  .pvKeNBcZp {
    background-attachment: scroll;
    background-size: cover; /* На мобильных используем обычный cover */
  }
}

/* Hero Container */
.k6Yfru37xu1g {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* Hero Content */
.uFBifCYEA0kt {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* Hero Title */
.tHt4EECZ {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 20px;
  color: var(--color-h1);
}

/* Hero Subtitle */
.zG0MimR2Zv {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.5;
  margin: 0 0 30px;
  color: var(--color-h1);
  max-width: 800px;
}

/* Text Alignment */
.uMZ2yNjQAEd.jZ84r5Wp .uFBifCYEA0kt {
  text-align: left;
}

.uMZ2yNjQAEd.ndYR5QAxsAER .uFBifCYEA0kt {
  text-align: center;
}

.uMZ2yNjQAEd.ndYR5QAxsAER .zG0MimR2Zv {
  margin-left: auto;
  margin-right: auto;
}

.uMZ2yNjQAEd.a477D9Jk0YJJ .uFBifCYEA0kt {
  text-align: right;
}

.uMZ2yNjQAEd.a477D9Jk0YJJ .zG0MimR2Zv {
  margin-left: auto;
}

/* Hero Overlay Variants */
.qSfuMHCsod {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.zRWFGggtZ .qSfuMHCsod {
  display: none;
}

.frtdKNLh .qSfuMHCsod {
  background: rgba(0, 0, 0, 0.2);
}

.s0Fh7ouV .qSfuMHCsod {
  background: rgba(0, 0, 0, 0.4);
}

.vMwK1kcPvYv .qSfuMHCsod {
  background: rgba(0, 0, 0, 0.6);
}

.osQYbrUF .qSfuMHCsod {
  background: linear-gradient(135deg,
    rgba(var(--color-primary-rgb, 37, 99, 235), 0.8) 0%,
    rgba(var(--color-primary-rgb, 37, 99, 235), 0.6) 100%);
}

/* Hero Featured Image Overlay */
.bi960fxU {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.rYwTh2KO7c .bi960fxU {
  display: none;
}

.xg1V2XjCHEG .bi960fxU {
  background: rgba(0, 0, 0, 0.2);
}

.jVzVf7XoQ .bi960fxU {
  background: rgba(0, 0, 0, 0.4);
}

.nm7JnhETV6xg .bi960fxU {
  background: rgba(0, 0, 0, 0.6);
}

.dEDx9wlqdESl .bi960fxU {
  background: rgba(0, 0, 0, 0.8);
}

.aQVnp9jw .bi960fxU {
  background: linear-gradient(135deg,
    rgba(var(--color-primary-rgb, 37, 99, 235), 0.8) 0%,
    rgba(var(--color-primary-rgb, 37, 99, 235), 0.6) 100%);
}

/* Hero Color Overlay (when no featured image) */
.y9aV4Sf0P {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

/* Hero Buttons */
.btL00OyaV2Q {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}

.uMZ2yNjQAEd.ndYR5QAxsAER .btL00OyaV2Q {
  justify-content: center;
}

.uMZ2yNjQAEd.a477D9Jk0YJJ .btL00OyaV2Q {
  justify-content: flex-end;
}

.v737q3m1V {
  /* СИНХРОНИЗИРОВАНО С HEADER CTA КНОПКАМИ */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: var(--font-size-sm);
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all var(--transition-fast);
  white-space: nowrap;
  min-height: 36px;
}

/* Button Shapes */
.rWwMwPz09 {
  border-radius: 6px;
}

.dZuxSNS914t {
  border-radius: 50px;
}

.c9gj1UKi {
  border-radius: 0;
}

/* Button Styles */
.v737q3m1V.lnJQOxDN3h {
  /* PRIMARY ВСЕГДА ЗАМЕТНЫЙ - на любом фоне */
  background-color: var(--color-btn-primary-bg, var(--color-primary));
  color: var(--color-btn-primary-text, #ffffff);
  border: 2px solid transparent;
}

/* На очень светлом фоне можно использовать более темный primary */
.oZxpOjbD .v737q3m1V.lnJQOxDN3h,
.cFXpGudakNh .v737q3m1V.lnJQOxDN3h {
  background-color: var(--color-btn-primary-bg, var(--color-primary));
  color: var(--color-btn-primary-text, #ffffff);
}

.v737q3m1V.lnJQOxDN3h:hover {
  /* УНИВЕРСАЛЬНЫЙ HOVER - темнее на 20% */
  background-color: var(--color-btn-primary-hover, var(--color-primary-dark));
  color: var(--color-btn-primary-hover-text, #ffffff);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.v737q3m1V.wkrGOwTsx {
  /* ИДЕНТИЧНО HEADER CTA-SECONDARY - используем primary цвет */
  background-color: transparent;
  color: var(--color-btn-secondary-text); /* Используем primary из CSS переменной */
  border: 2px solid var(--color-btn-secondary-border); /* Используем primary из CSS переменной */
}

.v737q3m1V.wkrGOwTsx:hover {
  /* ИДЕНТИЧНО HEADER CTA-SECONDARY:HOVER - реверс цветов */
  background-color: var(--color-btn-secondary-hover-bg);
  color: var(--color-btn-secondary-hover-text);
  border-color: var(--color-btn-secondary-hover-bg);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.v737q3m1V.bBbH1dcZ5H2 {
  /* ИДЕНТИЧНО HEADER CTA-GHOST - используем primary цвет */
  background-color: transparent;
  color: var(--color-primary);
  border: 2px solid transparent;
  padding: var(--spacing-xs) var(--spacing-sm);
}

.v737q3m1V.bBbH1dcZ5H2:hover {
  /* ИДЕНТИЧНО HEADER CTA-GHOST:HOVER */
  color: var(--color-primary-dark);
  background-color: var(--color-primary-light);
}

/* СПЕЦИАЛЬНЫЕ МОДИФИКАТОРЫ ДЛЯ HERO С ОЧЕНЬ ТЕМНЫМ/КОНТРАСТНЫМ ФОНОМ */
/* Если hero имеет очень темный фон и primary цвет плохо виден, используйте класс .a2rL8z4c7SD */
.a2rL8z4c7SD .v737q3m1V.wkrGOwTsx {
  color: var(--color-text-inverse, #ffffff);
  border-color: var(--color-text-inverse, #ffffff);
}

.a2rL8z4c7SD .v737q3m1V.wkrGOwTsx:hover {
  background-color: var(--color-text-inverse, #ffffff);
  color: var(--color-primary);
  border-color: var(--color-text-inverse, #ffffff);
}

.a2rL8z4c7SD .v737q3m1V.bBbH1dcZ5H2 {
  color: var(--color-text-inverse, #ffffff);
}

.a2rL8z4c7SD .v737q3m1V.bBbH1dcZ5H2:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-text-inverse, #ffffff);
}

/* Hero Style: Default */
.xyML3MiClY {
  /* Default style uses base styles */
}

/* Hero Style: Split - Content Left, Image Right */
.iLTSVEHp {
  display: flex;
  align-items: stretch; /* Важно для равной высоты колонок */
}

.iLTSVEHp .k6Yfru37xu1g {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none; /* Убираем ограничение ширины для split layout */
  padding: 0;
  gap: 0;
}

.iLTSVEHp .uFBifCYEA0kt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 40px;
  z-index: 2;
}

.iLTSVEHp .ePb3RzYU9P {
  flex: 1;
  height: 100%; /* Занимает всю высоту hero секции */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* Hero Style: Split Reverse - Image Left, Content Right */
.q5xIf0SPa3N5 {
  display: flex;
  align-items: stretch;
}

.q5xIf0SPa3N5 .k6Yfru37xu1g {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 0;
  gap: 0;
  flex-direction: row-reverse; /* Меняем порядок для reverse */
}

.q5xIf0SPa3N5 .uFBifCYEA0kt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 40px;
  z-index: 2;
}

.q5xIf0SPa3N5 .ePb3RzYU9P {
  flex: 1;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* Адаптивность для split стилей */
@media (max-width: 991px) {
  .iLTSVEHp .k6Yfru37xu1g,
  .q5xIf0SPa3N5 .k6Yfru37xu1g {
    flex-direction: column;
  }

  .iLTSVEHp .uFBifCYEA0kt,
  .q5xIf0SPa3N5 .uFBifCYEA0kt {
    padding: 40px 30px;
  }

  .iLTSVEHp .ePb3RzYU9P,
  .q5xIf0SPa3N5 .ePb3RzYU9P {
    min-height: 300px; /* Минимальная высота на планшетах */
  }
}

@media (max-width: 768px) {
  .iLTSVEHp .uFBifCYEA0kt,
  .q5xIf0SPa3N5 .uFBifCYEA0kt {
    padding: 30px 20px;
  }

  .iLTSVEHp .ePb3RzYU9P,
  .q5xIf0SPa3N5 .ePb3RzYU9P {
    min-height: 250px; /* Минимальная высота на мобильных */
    background-size: contain; /* Показывать всё изображение на мобильных */
    background-position: center center;
  }
}

/* =================================================
   GUTENBERG BUTTON BLOCKS STYLING
   ================================================= */

/* WordPress Gutenberg Button Blocks inherit CTA button styles */
.blk-ce50a093__link,
.blk-ce50a093s .blk-ce50a093__link,
.blk-ce50a093 .blk-ce50a093__link,
div.blk-ce50a093 .blk-ce50a093__link,
div.blk-ce50a093s .blk-ce50a093 .blk-ce50a093__link {
  /* Base button styling - inherit from .btn */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: var(--spacing-sm) var(--spacing-md) !important;
  font-size: var(--font-size-base) !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  text-align: center !important;
  text-decoration: none !important;
  border: 2px solid transparent !important;
  cursor: pointer !important;
  transition: all var(--transition-fast) !important;
  min-height: 44px !important; /* Touch-friendly */
  min-width: 44px !important;

  /* SMART COLOR LOGIC: Use primary color with automatic contrast text */
  background: var(--color-btn-primary-bg, var(--color-primary, #2563eb)) !important;
  color: var(--color-btn-primary-text, var(--color-primary-contrast, #ffffff)) !important;
  border-color: var(--color-btn-primary-bg, var(--color-primary, #2563eb)) !important;

  /* Apply global button shape */
  border-radius: 6px !important; /* Default rounded */
}

/* =================================================
   GLOBAL BUTTON SHAPE SYSTEM - APPLIES TO ALL BUTTONS
   ================================================= */

/* ROUNDED SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.xs927RzpGHfZ .blk-ce50a093__link,
body.xs927RzpGHfZ div.blk-ce50a093 .blk-ce50a093__link,
body.xs927RzpGHfZ .ofzczw8LvGz,
body.xs927RzpGHfZ .btn,
body.xs927RzpGHfZ .v737q3m1V,
body.xs927RzpGHfZ .cOTlo8TXlS .ofzczw8LvGz,
body.xs927RzpGHfZ .wQpkKIsYy .ofzczw8LvGz {
  border-radius: 6px !important;
}

/* PILL SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.vAGEIq2tJDK .blk-ce50a093__link,
body.vAGEIq2tJDK div.blk-ce50a093 .blk-ce50a093__link,
body.vAGEIq2tJDK .ofzczw8LvGz,
body.vAGEIq2tJDK .btn,
body.vAGEIq2tJDK .v737q3m1V,
body.vAGEIq2tJDK .cOTlo8TXlS .ofzczw8LvGz,
body.vAGEIq2tJDK .wQpkKIsYy .ofzczw8LvGz {
  border-radius: 50px !important;
}

/* PILL SHAPE - extra padding for CTA buttons и HERO buttons */
body.vAGEIq2tJDK .ofzczw8LvGz,
body.vAGEIq2tJDK .v737q3m1V,
body.vAGEIq2tJDK .cOTlo8TXlS .ofzczw8LvGz,
body.vAGEIq2tJDK .wQpkKIsYy .ofzczw8LvGz {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

/* SQUARE SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.yaUfIuABS .blk-ce50a093__link,
body.yaUfIuABS div.blk-ce50a093 .blk-ce50a093__link,
body.yaUfIuABS .ofzczw8LvGz,
body.yaUfIuABS .btn,
body.yaUfIuABS .v737q3m1V,
body.yaUfIuABS .cOTlo8TXlS .ofzczw8LvGz,
body.yaUfIuABS .wQpkKIsYy .ofzczw8LvGz {
  border-radius: 0 !important;
}

/* ENSURE GLOBAL SHAPE WORKS EVERYWHERE - MAXIMUM SPECIFICITY */
body.xs927RzpGHfZ .ooIZhSogT2b.eQQ4NPs0FD .ofzczw8LvGz,
body.xs927RzpGHfZ .lfaXYeJ7r6 .ofzczw8LvGz,
body.xs927RzpGHfZ .rWwMwPz09,
body.xs927RzpGHfZ .dZuxSNS914t,
body.xs927RzpGHfZ .c9gj1UKi {
  border-radius: 6px !important;
}

body.vAGEIq2tJDK .ooIZhSogT2b.eQQ4NPs0FD .ofzczw8LvGz,
body.vAGEIq2tJDK .lfaXYeJ7r6 .ofzczw8LvGz,
body.vAGEIq2tJDK .rWwMwPz09,
body.vAGEIq2tJDK .dZuxSNS914t,
body.vAGEIq2tJDK .c9gj1UKi {
  border-radius: 50px !important;
}

/* PILL SHAPE - extra padding for all contexts (включая HERO) */
body.vAGEIq2tJDK .ooIZhSogT2b.eQQ4NPs0FD .ofzczw8LvGz,
body.vAGEIq2tJDK .lfaXYeJ7r6 .ofzczw8LvGz,
body.vAGEIq2tJDK .v737q3m1V {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.yaUfIuABS .ooIZhSogT2b.eQQ4NPs0FD .ofzczw8LvGz,
body.yaUfIuABS .lfaXYeJ7r6 .ofzczw8LvGz,
body.yaUfIuABS .rWwMwPz09,
body.yaUfIuABS .dZuxSNS914t,
body.yaUfIuABS .c9gj1UKi {
  border-radius: 0 !important;
}

/* OVERRIDE OLD CTA-SHAPE SYSTEM - GLOBAL TAKES PRIORITY */
body.xs927RzpGHfZ.d0HJDbv8yK .ofzczw8LvGz,
body.xs927RzpGHfZ.gThrS8cmO1 .ofzczw8LvGz {
  border-radius: 6px !important;
  padding-left: var(--spacing-md) !important;
  padding-right: var(--spacing-md) !important;
}

body.vAGEIq2tJDK.g1GPIqDY3h .ofzczw8LvGz,
body.vAGEIq2tJDK.gThrS8cmO1 .ofzczw8LvGz {
  border-radius: 50px !important;
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.yaUfIuABS.g1GPIqDY3h .ofzczw8LvGz,
body.yaUfIuABS.d0HJDbv8yK .ofzczw8LvGz {
  border-radius: 0 !important;
  padding-left: var(--spacing-md) !important;
  padding-right: var(--spacing-md) !important;
}

/* HOVER EFFECTS WITH HERO STYLE DARKENING - same as CTA buttons */
.blk-ce50a093__link:hover,
.blk-ce50a093s .blk-ce50a093__link:hover,
.blk-ce50a093 .blk-ce50a093__link:hover,
div.blk-ce50a093 .blk-ce50a093__link:hover,
div.blk-ce50a093s .blk-ce50a093 .blk-ce50a093__link:hover {
  /* HERO STYLE DARKENING: Background becomes darker, text stays white */
  background: var(--color-btn-primary-hover, var(--color-primary-dark, #1e40af)) !important;
  color: var(--color-btn-primary-hover-text, var(--color-primary-contrast, #ffffff)) !important;
  border-color: var(--color-btn-primary-hover-text, var(--color-primary-contrast, #ffffff)) !important;

  /* Visual feedback effects */
  transform: translateY(-1px) !important;
  box-shadow: var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, 0.1)) !important;
}

/* Focus states for accessibility */
.blk-ce50a093__link:focus,
.blk-ce50a093s .blk-ce50a093__link:focus {
  outline: 2px solid var(--color-focus, #3b82f6);
  outline-offset: 2px;
}

/*
=================================================================
HERO STYLE DARKENING LOGIC EXPLANATION:
=================================================================

NORMAL STATE:
- Background: var(--color-primary) - фон кнопки в основном цвете темы
- Text: var(--color-primary-contrast) - автоматический контрастный цвет

HOVER STATE (HERO DARKENING):
- Background: var(--color-primary-dark) - фон становится темнее
- Text: var(--color-primary-contrast) - текст остается белым

ПРИМЕР РАБОТЫ:
1. Темная тема (primary: #2563eb, primary-dark: #1e40af, contrast: #ffffff):
   Normal: синий фон + белый текст
   Hover: темно-синий фон + белый текст

2. Светлая тема (primary: #ffeb3b, primary-dark: #e6d12e, contrast: #1a1a1a):
   Normal: желтый фон + черный текст
   Hover: темно-желтый фон + черный текст

Это создает элегантный эффект затемнения как в Hero секции!
=================================================================
*/

/* Color variants support - OUTLINE BUTTONS */
.blk-ce50a093.is-style-outline .blk-ce50a093__link,
div.blk-ce50a093.is-style-outline .blk-ce50a093__link,
div.blk-ce50a093s .blk-ce50a093.is-style-outline .blk-ce50a093__link {
  /* Secondary button style - outline version with smart colors */
  background: transparent !important;
  color: var(--color-btn-secondary-text, var(--color-primary, #2563eb)) !important;
  border: 2px solid var(--color-btn-secondary-border, var(--color-primary, #2563eb)) !important;
}

.blk-ce50a093.is-style-outline .blk-ce50a093__link:hover,
div.blk-ce50a093.is-style-outline .blk-ce50a093__link:hover,
div.blk-ce50a093s .blk-ce50a093.is-style-outline .blk-ce50a093__link:hover {
  /* Secondary button hover - reverse colors with smart contrast */
  background: var(--color-btn-secondary-hover-bg, var(--color-primary, #2563eb)) !important;
  color: var(--color-btn-secondary-hover-text, var(--color-primary-contrast, #ffffff)) !important;
  border-color: var(--color-btn-secondary-hover-bg, var(--color-primary, #2563eb)) !important;
}

/* Button groups container */
.blk-ce50a093s {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm, 0.75rem);
  align-items: center;
}

/* Override Gutenberg default styles that might conflict - HIGHEST SPECIFICITY */
.blk-ce50a093:not(.is-style-outline) .blk-ce50a093__link,
div.blk-ce50a093:not(.is-style-outline) .blk-ce50a093__link,
div.blk-ce50a093s .blk-ce50a093:not(.is-style-outline) .blk-ce50a093__link {
  /* Ensure our SMART color styling takes precedence */
  background: var(--color-btn-primary-bg, var(--color-primary, #2563eb)) !important;
  color: var(--color-btn-primary-text, var(--color-primary-contrast, #ffffff)) !important;
  border-color: var(--color-btn-primary-bg, var(--color-primary, #2563eb)) !important;
}

/* Override Gutenberg default hover styles - HIGHEST SPECIFICITY */
.blk-ce50a093:not(.is-style-outline) .blk-ce50a093__link:hover,
div.blk-ce50a093:not(.is-style-outline) .blk-ce50a093__link:hover,
div.blk-ce50a093s .blk-ce50a093:not(.is-style-outline) .blk-ce50a093__link:hover {
  /* Apply our color reversal logic on hover */
  background: var(--color-btn-primary-hover, var(--color-primary-dark, #1e40af)) !important;
  color: var(--color-btn-primary-hover-text, var(--color-primary-contrast, #ffffff)) !important;
  border-color: var(--color-btn-primary-hover-text, var(--color-primary-contrast, #ffffff)) !important;
}

/* Large button variant */
.blk-ce50a093.blk-ce50a093__width-25 .blk-ce50a093__link,
.blk-ce50a093.blk-ce50a093__width-50 .blk-ce50a093__link,
.blk-ce50a093.blk-ce50a093__width-75 .blk-ce50a093__link,
.blk-ce50a093.blk-ce50a093__width-100 .blk-ce50a093__link {
  width: 100%;
  justify-content: center;
}

/* EMERGENCY OVERRIDE: Force our color logic even if WordPress overrides it */
.blk-ce50a093 .blk-ce50a093__link,
.blk-ce50a093s .blk-ce50a093 .blk-ce50a093__link,
[class*="blk-ce50a093"] .blk-ce50a093__link {
  background-color: var(--color-btn-primary-bg, var(--color-primary, #2563eb)) !important;
  color: var(--color-btn-primary-text, var(--color-primary-contrast, #ffffff)) !important;
}

.blk-ce50a093 .blk-ce50a093__link:hover,
.blk-ce50a093s .blk-ce50a093 .blk-ce50a093__link:hover,
[class*="blk-ce50a093"] .blk-ce50a093__link:hover {
  background-color: var(--color-btn-primary-hover, var(--color-primary-dark, #1e40af)) !important;
  color: var(--color-btn-primary-hover-text, var(--color-primary-contrast, #ffffff)) !important;
  border-color: var(--color-btn-primary-hover-text, var(--color-primary-contrast, #ffffff)) !important;
}

/* Support for Gutenberg custom colors with automatic contrast */
.blk-ce50a093__link[style*="background-color"] {
  /* When user sets custom background color, try to maintain good contrast */
  border-color: currentColor !important;
}

.blk-ce50a093__link[style*="background-color"]:hover {
  /* For custom colored buttons, create subtle hover effect */
  opacity: 0.85 !important;
  transform: translateY(-1px) !important;
  box-shadow: var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, 0.1)) !important;
}

/* Responsive adjustments for Gutenberg buttons */
@media (max-width: 768px) {
  .blk-ce50a093s {
    flex-direction: column;
    align-items: stretch;
  }

  .blk-ce50a093__link {
    justify-content: center;
    text-align: center;
  }
}

/* Responsive Styles for Hero */
@media (max-width: 768px) {
  .k6Yfru37xu1g {
    padding: 40px 20px;
  }

  .tHt4EECZ {
    font-size: clamp(1.75rem, 6vw, 2.5rem);
  }

  .zG0MimR2Zv {
    font-size: clamp(1rem, 3vw, 1.25rem);
  }

  .btL00OyaV2Q {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .v737q3m1V {
    text-align: center;
    min-width: 180px; /* Минимальная ширина для удобства тапа */
  }

  .uMZ2yNjQAEd.jZ84r5Wp .btL00OyaV2Q {
    align-items: flex-start;
  }

  .uMZ2yNjQAEd.a477D9Jk0YJJ .btL00OyaV2Q {
    align-items: flex-end;
  }

  /* МОБИЛЬНАЯ АДАПТАЦИЯ ИЗОБРАЖЕНИЙ - умное отображение */
  .hero {
    background-size: cover; /* Покрывать контейнер, но без !important */
    background-position: center center;
    background-repeat: no-repeat;
  }

  /* Если изображение очень широкое, показывать его полностью */
  .hero[style*="background-image"] {
    background-size: contain;
    background-position: center center;
  }

  /* На мобильных убираем фиксированную высоту - пусть адаптируется по содержимому */
  .ztRY4fGUA {
    min-height: 400px; /* Базовый минимум - без фиксированной высоты */
  }

  .mPA7bZfWH {
    min-height: 450px; /* Базовый минимум - без фиксированной высоты */
  }

  /* Disable parallax on mobile for performance */
  .pvKeNBcZp {
    background-attachment: scroll;
  }
}

@media (max-width: 480px) {
  .k6Yfru37xu1g {
    padding: 30px 15px;
  }

  .btL00OyaV2Q {
    gap: 10px;
  }

  .v737q3m1V {
    padding: 10px 20px;
    font-size: 14px;
    min-width: 150px; /* Чуть меньше для маленьких экранов */
  }

  /* Дополнительная страховка для логотипа на очень маленьких экранах */
  .custom-logo,
  .ooIZhSogT2b .custom-logo,
  .ooIZhSogT2b.eQQ4NPs0FD .custom-logo,
  .wfTA2uV97 img {
    max-width: 140px; /* Убираем !important чтобы Minimal правила могли перебить */
    object-fit: contain !important;
  }

  /* ИСКЛЮЧЕНИЕ: Для Minimal стиля логотип должен быть 95px - МАКСИМАЛЬНАЯ СПЕЦИФИЧНОСТЬ */
  body .ooIZhSogT2b.ijkrancSnu69 .custom-logo,
  body .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .custom-logo,
  body .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD.scrolled .custom-logo,
  body .ooIZhSogT2b.ijkrancSnu69 .wfTA2uV97 img,
  body .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD .wfTA2uV97 img,
  body .ooIZhSogT2b.ijkrancSnu69.eQQ4NPs0FD.scrolled .wfTA2uV97 img,
  /* УДАЛЕНО: !important правила для body.rQZZKSLhpv - теперь используются стандартные размеры */
}

/* ==========================================================================
   Lightbox Styles
   ========================================================================== */
.jQZqDGbd9LxW {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.vlEvoUeETU {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  cursor: zoom-out;
}

.fD4iTQMfl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vAxSfpvu1 {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.lugSAqTO {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}

.vbnJp0f9VLJ6 {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  max-width: 80vw;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qkKRiouPnk4K {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 10;
}

.ggqxIjeU,
.qeilFJuf,
.ePdfG3AK8On {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.ggqxIjeU:hover,
.qeilFJuf:hover,
.ePdfG3AK8On:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.ggqxIjeU {
  top: 20px;
  right: 20px;
}

.qeilFJuf {
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.ePdfG3AK8On {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.qeilFJuf:disabled,
.ePdfG3AK8On:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.qeilFJuf:disabled:hover,
.ePdfG3AK8On:disabled:hover {
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

/* Body state when lightbox is open */
body.lightbox-open {
  overflow: hidden;
}

/* Responsive lightbox styles */
@media (max-width: 768px) {
  .lugSAqTO {
    max-width: 95vw;
    max-height: 70vh;
  }

  .ggqxIjeU,
  .qeilFJuf,
  .ePdfG3AK8On {
    width: 40px;
    height: 40px;
  }

  .ggqxIjeU {
    top: 10px;
    right: 10px;
  }

  .qeilFJuf {
    left: 10px;
  }

  .ePdfG3AK8On {
    right: 10px;
  }

  .vbnJp0f9VLJ6 {
    bottom: -35px;
    font-size: 12px;
    padding: 8px 16px;
  }

  .qkKRiouPnk4K {
    top: 10px;
    left: 10px;
    padding: 6px 12px;
    font-size: 12px;
  }
}

/* Content image styles when lightbox is enabled */
body.lightbox-enabled .g85SwXXu1 img:hover,
body.lightbox-enabled .lEYcVjrlLc img:hover,
body.lightbox-enabled article img:hover {
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

/* =================================================
   FINAL GUTENBERG OVERRIDE - MAXIMUM SPECIFICITY
   ================================================= */

/* =================================================
   FINAL OVERRIDE - FORCE GLOBAL BUTTON SYSTEM
   ================================================= */

/* FORCE GLOBAL BUTTON SHAPES - MAXIMUM SPECIFICITY */
html body.xs927RzpGHfZ .blk-ce50a093 .blk-ce50a093__link,
html body.xs927RzpGHfZ .ofzczw8LvGz,
html body.xs927RzpGHfZ .btn,
html body.xs927RzpGHfZ .v737q3m1V {
  border-radius: 6px !important;
}

html body.vAGEIq2tJDK .blk-ce50a093 .blk-ce50a093__link,
html body.vAGEIq2tJDK .ofzczw8LvGz,
html body.vAGEIq2tJDK .btn,
html body.vAGEIq2tJDK .v737q3m1V {
  border-radius: 50px !important;
}

html body.vAGEIq2tJDK .ofzczw8LvGz {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

html body.yaUfIuABS .blk-ce50a093 .blk-ce50a093__link,
html body.yaUfIuABS .ofzczw8LvGz,
html body.yaUfIuABS .btn,
html body.yaUfIuABS .v737q3m1V {
  border-radius: 0 !important;
}

/* =================================================
   UNIFIED HOVER EFFECTS FOR ALL BUTTONS
   ================================================= */

/* ENSURE ALL BUTTONS HAVE CONSISTENT TRANSITIONS */
.cHK3DpkfEJNI,
.ofzczw8LvGz,
.v737q3m1V,
.blk-ce50a093__link,
.cOTlo8TXlS .ofzczw8LvGz,
.wQpkKIsYy .ofzczw8LvGz {
  transition: all var(--transition-fast, 0.15s ease-in-out) !important;
}

/* UNIFIED HOVER EFFECTS - ALL BUTTON TYPES */
.cHK3DpkfEJNI:hover,
.zWd3jRYpcM8F:hover,
.cPSEWuV0qU:hover,
.ofzczw8LvGz.nLE7rsThMuEL:hover,
.ofzczw8LvGz.syBQFz8R:hover,
.ofzczw8LvGz.ep0UCOMHN:hover,
.v737q3m1V.lnJQOxDN3h:hover,
.v737q3m1V.wkrGOwTsx:hover,
.v737q3m1V.bBbH1dcZ5H2:hover,
.cOTlo8TXlS .ofzczw8LvGz:hover,
.wQpkKIsYy .ofzczw8LvGz:hover {
  /* SIGNATURE HOVER EFFECT - LIFT AND SHADOW */
  transform: translateY(-1px) !important;
  box-shadow: var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, 0.1)) !important;
}

/* ==========================================================================
   HERO SPLIT LAYOUTS
   ========================================================================== */

/* Hero Split Base */
.iLTSVEHp {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.tXmC8DvjD {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: stretch;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.dqmdKudh,
.d6cW0LvC {
  flex: 0 0 50%;
  width: 50%;
}

.dqmdKudh {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 60px;
  color: var(--color-text-light);
  position: relative;
  min-height: 400px;
}

.gfLFnTbX3C {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.iLTSVEHp .tHt4EECZ {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--color-h1);
  line-height: 1.2;
}

.iLTSVEHp .zG0MimR2Zv {
  font-size: 1.25rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  color: var(--color-h1);
  line-height: 1.6;
}

.iLTSVEHp .btL00OyaV2Q {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.d6cW0LvC {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 400px;
}

.qARBsxtBwDTH {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
}

.d6cW0LvC img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.gwyrJtD8 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hero Split Reverse Base */
.q5xIf0SPa3N5 {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.q5xIf0SPa3N5 .tXmC8DvjD {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: stretch;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.q5xIf0SPa3N5 .dqmdKudh,
.q5xIf0SPa3N5 .d6cW0LvC {
  flex: 0 0 50%;
  width: 50%;
}

.q5xIf0SPa3N5 .dqmdKudh {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 60px;
  color: var(--color-text-light);
  position: relative;
  min-height: 400px;
}

.q5xIf0SPa3N5 .gfLFnTbX3C {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.q5xIf0SPa3N5 .tHt4EECZ {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--color-h1);
  line-height: 1.2;
}

.q5xIf0SPa3N5 .zG0MimR2Zv {
  font-size: 1.25rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  color: var(--color-h1);
  line-height: 1.6;
}

.q5xIf0SPa3N5 .btL00OyaV2Q {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.q5xIf0SPa3N5 .d6cW0LvC {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 400px;
}

.q5xIf0SPa3N5 .qARBsxtBwDTH {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
}

.q5xIf0SPa3N5 .d6cW0LvC img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.q5xIf0SPa3N5 .gwyrJtD8 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Large screens */
@media (min-width: 1600px) {
  .tXmC8DvjD {
    max-width: 1320px;
  }

  .q5xIf0SPa3N5 .tXmC8DvjD {
    max-width: 1320px;
  }
}

/* Tablet and smaller */
@media (max-width: 1319px) {
  .tXmC8DvjD {
    max-width: 100%;
    padding: 0 20px;
  }

  .q5xIf0SPa3N5 .tXmC8DvjD {
    max-width: 100%;
    padding: 0 20px;
  }
}

/* Mobile responsive */
@media (max-width: 991px) {
  .tXmC8DvjD {
    flex-direction: column;
    padding: 0;
  }

  .dqmdKudh,
  .d6cW0LvC {
    width: 100%;
    flex: 0 0 auto;
  }

  .dqmdKudh {
    padding: 60px 20px;
    min-height: auto;
  }

  .d6cW0LvC {
    min-height: 300px;
    padding: 30px 20px;
  }

  .iLTSVEHp .tHt4EECZ {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
  }

  .iLTSVEHp .zG0MimR2Zv {
    font-size: 1.1rem;
  }

  .iLTSVEHp .btL00OyaV2Q {
    justify-content: center;
  }

  .ubQMg8lPrQs .d6cW0LvC {
    display: none;
  }

  .q5xIf0SPa3N5 .tXmC8DvjD {
    flex-direction: column;
    padding: 0;
  }

  .q5xIf0SPa3N5 .dqmdKudh,
  .q5xIf0SPa3N5 .d6cW0LvC {
    width: 100%;
    flex: 0 0 auto;
  }

  .q5xIf0SPa3N5 .dqmdKudh {
    padding: 60px 20px;
    min-height: auto;
  }

  .q5xIf0SPa3N5 .d6cW0LvC {
    min-height: 300px;
    padding: 30px 20px;
  }

  .q5xIf0SPa3N5 .tHt4EECZ {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
  }

  .q5xIf0SPa3N5 .zG0MimR2Zv {
    font-size: 1.1rem;
  }

  .q5xIf0SPa3N5 .btL00OyaV2Q {
    justify-content: center;
  }

  .adI8aikD .d6cW0LvC {
    display: none;
  }
}

@media (max-width: 575px) {
  .dqmdKudh {
    padding: 30px 15px;
  }

  .iLTSVEHp .btL00OyaV2Q {
    flex-direction: column;
    align-items: stretch;
  }

  .iLTSVEHp .btL00OyaV2Q .cHK3DpkfEJNI {
    text-align: center;
    min-width: 150px;
  }

  .q5xIf0SPa3N5 .dqmdKudh {
    padding: 30px 15px;
  }

  .q5xIf0SPa3N5 .btL00OyaV2Q {
    flex-direction: column;
    align-items: stretch;
  }

  .q5xIf0SPa3N5 .btL00OyaV2Q .cHK3DpkfEJNI {
    text-align: center;
    min-width: 150px;
  }
}

/* FINAL OVERRIDE: Gutenberg Button Colors */
body .blk-ce50a093 .blk-ce50a093__link,
body div.blk-ce50a093 .blk-ce50a093__link,
body .blk-ce50a093s .blk-ce50a093 .blk-ce50a093__link,
body div.blk-ce50a093s div.blk-ce50a093 .blk-ce50a093__link,
html body .g85SwXXu1 .blk-ce50a093 .blk-ce50a093__link,
html body .post-content .blk-ce50a093 .blk-ce50a093__link {
  /* FORCE HERO STYLE DARKENING LOGIC */
  background-color: var(--color-btn-primary-bg, var(--color-primary, #2563eb)) !important;
  color: var(--color-btn-primary-text, var(--color-primary-contrast, #ffffff)) !important;
  border-color: var(--color-btn-primary-bg, var(--color-primary, #2563eb)) !important;
}

body .blk-ce50a093 .blk-ce50a093__link:hover,
body div.blk-ce50a093 .blk-ce50a093__link:hover,
body .blk-ce50a093s .blk-ce50a093 .blk-ce50a093__link:hover,
body div.blk-ce50a093s div.blk-ce50a093 .blk-ce50a093__link:hover,
html body .g85SwXXu1 .blk-ce50a093 .blk-ce50a093__link:hover,
html body .post-content .blk-ce50a093 .blk-ce50a093__link:hover {
  /* FORCE HERO STYLE DARKENING ON HOVER + UNIFIED EFFECTS */
  background-color: var(--color-btn-primary-hover, var(--color-primary-dark, #1e40af)) !important;
  color: var(--color-btn-primary-hover-text, var(--color-primary-contrast, #ffffff)) !important;
  border-color: var(--color-btn-primary-hover-text, var(--color-primary-contrast, #ffffff)) !important;
  transform: translateY(-1px) !important;
  box-shadow: var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, 0.1)) !important;
}
/* ========================================
   Footer Menu Columns System
   ======================================== */

/* Container grid for footer menu columns */
.wHmDvV2vtWwl {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

/* Individual column */
.bxgbLQo0Zj {
  flex: 1 1 200px;
  min-width: 200px;
}

/* Column title */
.bxgbLQo0Zj .footer-column-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  color: var(--color-footer-heading, var(--color-text-primary, #1a1a1a));
  letter-spacing: -0.01em;
}

/* Column links list */
.bxgbLQo0Zj .footer-column-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bxgbLQo0Zj .footer-column-links li {
  margin-bottom: 0.75rem;
}

.bxgbLQo0Zj .footer-column-links li:last-child {
  margin-bottom: 0;
}

.bxgbLQo0Zj .footer-column-links a {
  color: var(--color-footer-link, var(--color-text-secondary, #666));
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
  position: relative;
}

.bxgbLQo0Zj .footer-column-links a:hover {
  color: var(--color-footer-link-hover, var(--color-primary, #007cba));
}

.bxgbLQo0Zj .footer-column-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-footer-link-hover, var(--color-primary, #007cba));
  transition: width 0.3s ease;
}

.bxgbLQo0Zj .footer-column-links a:hover::after {
  width: 100%;
}

/* Current page indicator */
.bxgbLQo0Zj .footer-column-links .current-menu-item a {
  color: var(--color-footer-link-hover, var(--color-primary, #007cba));
  font-weight: 500;
}

/* No menu assigned message */
.wHmDvV2vtWwl .no-menu-assigned {
  grid-column: 1 / -1;
  text-align: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  color: var(--color-text-secondary, #666);
  font-style: italic;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .wHmDvV2vtWwl {
    gap: 30px;
  }

  .bxgbLQo0Zj {
    flex: 1 1 180px;
    min-width: 180px;
  }
}

@media (max-width: 768px) {
  .wHmDvV2vtWwl {
    gap: 25px;
  }

  .bxgbLQo0Zj {
    flex: 1 1 calc(50% - 12.5px);
    min-width: 150px;
  }

  .bxgbLQo0Zj .footer-column-title {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .bxgbLQo0Zj .footer-column-links li {
    margin-bottom: 0.5rem;
  }

  .bxgbLQo0Zj .footer-column-links a {
    font-size: 0.9375rem;
  }
}

@media (max-width: 480px) {
  .wHmDvV2vtWwl {
    flex-direction: column;
    gap: 20px;
  }

  .bxgbLQo0Zj {
    flex: 1 1 100%;
    min-width: 100%;
  }
}

/* ========================================
   Footer Menu Columns - Footer Styles Integration
   ======================================== */

/* Wrapper for columns in centered footer */
.nDptqZ8y .dAf5Z04nlXF {
  width: 100%;
  margin: 30px 0;
}

.nDptqZ8y .wHmDvV2vtWwl {
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

/* Wrapper for columns in complex footer */
.lrb6gBjojSg .dAf5Z04nlXF {
  grid-column: 1 / -1;
  width: 100%;
}

/* Wrapper for columns in default footer */
.lGilgYh0b .dAf5Z04nlXF {
  width: 100%;
}

.lGilgYh0b .cIDQBHZtQE {
  flex: 1 1 100%;
  width: 100%;
}

/* Adjust column min-width in default footer to fit in grid layout */
.lGilgYh0b .bxgbLQo0Zj {
  flex: 1 1 150px;
  min-width: 150px;
}

/* Make menu columns grid span full width in default footer */
.lGilgYh0b .cIDQBHZtQE:has(.sjwh-footer-menu-columns-grid) {
  grid-column: 1 / -1;
  margin-top: 30px;
}

/* ========================================
   UNIQUE STYLES FOR EACH FOOTER STYLE
   ======================================== */

/* ===== FOOTER DEFAULT - Classic with Underline Animation ===== */
.lGilgYh0b .footer-column-title {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.25rem;
  border-bottom: 2px solid var(--color-primary, #007cba);
  padding-bottom: 0.5rem;
}

.lGilgYh0b .footer-column-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  padding: 0.25rem 0;
}

.lGilgYh0b .footer-column-links a:hover {
  color: rgba(255, 255, 255, 1);
  padding-left: 5px;
}

/* Animated underline for default */
.lGilgYh0b .footer-column-links a::after {
  background-color: var(--color-primary, #007cba);
  height: 1px;
}

.lGilgYh0b .footer-column-links .current-menu-item a {
  color: var(--color-primary, #007cba);
  font-weight: 600;
}

/* ===== FOOTER CENTERED - Minimal with Background on Hover ===== */
.nDptqZ8y .footer-column-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-primary, #1a1a1a);
  margin-bottom: 1rem;
  text-align: center;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nDptqZ8y .footer-column-links {
  text-align: center;
}

.nDptqZ8y .footer-column-links a {
  color: var(--color-text-primary, #1a1a1a);
  font-size: 0.9375rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.nDptqZ8y .footer-column-links a:hover {
  background-color: var(--color-primary, #007cba);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Remove default underline for centered */
.nDptqZ8y .footer-column-links a::after {
  display: none;
}

.nDptqZ8y .footer-column-links .current-menu-item a {
  background-color: var(--color-primary, #007cba);
  color: #ffffff;
  font-weight: 500;
}

/* ===== FOOTER COMPLEX - Modern with Glowing Dots ===== */
.lrb6gBjojSg .footer-column-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  letter-spacing: 0.02em;
}

.lrb6gBjojSg .footer-column-links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9375rem;
  padding-left: 18px;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

/* Bullet point before link */
.lrb6gBjojSg .footer-column-links a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Hover state - enlarge and glow */
.lrb6gBjojSg .footer-column-links a:hover {
  color: rgba(255, 255, 255, 1);
  padding-left: 22px;
}

.lrb6gBjojSg .footer-column-links a:hover::before {
  width: 8px;
  height: 8px;
  background: var(--color-primary, #007cba);
  box-shadow: 0 0 8px var(--color-primary, #007cba);
}

/* Underline on hover */
.lrb6gBjojSg .footer-column-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 18px;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--color-primary, #007cba) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lrb6gBjojSg .footer-column-links a:hover::after {
  opacity: 1;
}

/* Current page indicator */
.lrb6gBjojSg .footer-column-links .current-menu-item a {
  color: var(--color-primary, #007cba);
  font-weight: 500;
}

.lrb6gBjojSg .footer-column-links .current-menu-item a::before {
  width: 8px;
  height: 8px;
  background: var(--color-primary, #007cba);
  box-shadow: 0 0 6px var(--color-primary, #007cba);
}

.lrb6gBjojSg .footer-column-links .current-menu-item a::after {
  opacity: 1;
}

/* ===== FOOTER MINIMAL - Simple No Effects ===== */
.dMDLiLKzjcA7 .footer-column-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-primary, #1a1a1a);
  margin-bottom: 0.875rem;
  text-transform: none;
  letter-spacing: normal;
}

.dMDLiLKzjcA7 .footer-column-links a {
  color: var(--color-text-primary, #1a1a1a);
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.dMDLiLKzjcA7 .footer-column-links a:hover {
  color: var(--color-primary, #007cba);
}

/* Remove all effects for minimal */
.dMDLiLKzjcA7 .footer-column-links a::before,
.dMDLiLKzjcA7 .footer-column-links a::after {
  display: none;
}

.dMDLiLKzjcA7 .footer-column-links .current-menu-item a {
  color: var(--color-primary, #007cba);
  font-weight: 500;
}

/* ===== LANGUAGE / GEO SWITCHER ===== */
.su12D9QvfinI {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.dxqOflSZAw {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid var(--color-primary, #2563eb);
  border-radius: 6px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.4;
  white-space: nowrap;
}
.dxqOflSZAw:hover {
  background: rgba(0, 0, 0, 0.04);
}
.oTy6RGYeeHL .dxqOflSZAw {
  border-color: currentColor;
  opacity: 0.9;
}
.j0AjeP8Gg,
.abwypI89xp {
  font-size: 1.1em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.bUlafqh8TI {
  width: 28px;
  height: 20px;
  object-fit: cover;
  border-radius: 2px;
}
.dm8zaQOxA {
  font-size: 0.7em;
  opacity: 0.8;
}
.bCmY07XOETs3 {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  min-width: 180px;
  margin: 4px 0 0;
  padding: 6px 0;
  list-style: none;
  background: var(--color-bg-primary, #fff);
  border: 1px solid var(--color-header-border, #e2e8f0);
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.sjwh-lang-switcher-dropdown[hidden] {
  display: none !important;
}
.f5YMB8B9 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  color: var(--color-text-primary, #1a1a1a);
  text-decoration: none;
  font-size: 0.875rem;
  white-space: nowrap;
}
.f5YMB8B9:hover {
  background: var(--color-bg-secondary, #f8fafc);
}
.eIiBJKIW4I {
  font-weight: 600;
  color: var(--color-primary, #2563eb);
}
.oQL7Qvnkc {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm, 12px);
}
.eW7cOszvm .su12D9QvfinI {
  margin-left: 0;
}
.pn6v8oSF {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--color-footer-bg, #1a1a1a);
}
.pn6v8oSF .dxqOflSZAw {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--color-footer-text, #fff);
}
.pn6v8oSF .bCmY07XOETs3 {
  background: var(--color-bg-dark, #0f172a);
  border-color: rgba(255, 255, 255, 0.15);
}
.pn6v8oSF .f5YMB8B9 {
  color: var(--color-footer-text, #fff);
}
.pn6v8oSF .f5YMB8B9:hover {
  background: rgba(255, 255, 255, 0.1);
}
.r6ZQpr3oK {
  padding: 12px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.r6ZQpr3oK .bCmY07XOETs3 {
  position: static;
  margin-top: 8px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.r6ZQpr3oK .sjwh-lang-switcher-select[aria-expanded="true"] + .bCmY07XOETs3 {
  display: block !important;
}
.r6ZQpr3oK .sjwh-lang-switcher-dropdown[hidden] {
  display: none !important;
}

/* На мобилке в хедере: только флаг в кнопке, полное название — в дропдауне */
@media (max-width: 767px) {
  .oQL7Qvnkc .dxqOflSZAw .h5RfY3DLoAc {
    display: none !important;
  }
  .oQL7Qvnkc .dxqOflSZAw {
    padding: 6px 10px;
    gap: 4px;
  }
}
