/*!
Theme Name: WPHub Monobrand
Description: Кастомная WordPress тема-конструктор для монобрендовых сайтов с полной системой управления цветами и mobile-first подходом. Создана для быстрой кастомизации под любой бренд.
Author: WPHub Team
Version: 1.0.50
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 */
.oqzGZKPCI {
  left: -9999px;
  position: absolute;
  top: 2.5em;
}

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

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

.cdSIMEwEqZG {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Text utilities */
.j2kYvYIzr { text-align: center; }
.sfWvh3ZP { text-align: left; }
.bXsY5iKim { text-align: right; }

.vwmJ5GbteM { color: var(--color-primary); }
.rv8IHEgvuTz { color: var(--color-text-secondary); }
.h6pyBLhpvwJO { color: var(--color-text-light); }

/* Display utilities */
.getG2aq5F { display: none; }
.zh2lUPLWJ { display: block; }
.yAtwAYmn9e3 { display: flex; }
.yzDFajaA { display: inline; }
.yRWoRHd89N { display: inline-block; }

/* Flex utilities */
.lp6535TdZGS { flex-direction: column; }
.k7I6gRpQ6qN { flex-wrap: wrap; }
.ejifQMNaY { justify-content: center; }
.fQkO8I9I { justify-content: space-between; }
.lxxN3ysxs3fl { justify-content: space-around; }
.rIHlHGr5 { align-items: center; }
.xq7gbzFky8 { align-items: flex-start; }
.kezEcBSnF { align-items: flex-end; }

/* Spacing utilities */
.gtE23p1f { margin-bottom: 0; }
.zU4Kwxzo { margin-bottom: var(--spacing-sm); }
.hvfH4sRfy { margin-bottom: var(--spacing-md); }
.ewLTsBV4Ewo6 { margin-bottom: var(--spacing-lg); }
.hdHZwvvI { margin-bottom: var(--spacing-xl); }

.tlAea8Q1 { margin-top: 0; }
.zY7uYaqBpXYM { margin-top: var(--spacing-sm); }
.ex10JtGO9e { margin-top: var(--spacing-md); }
.cGSbD7JJlB { margin-top: var(--spacing-lg); }
.f8R8N0iTjKjw { 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 */
.mm1Ke1P6Mb9u,
.iegt9pHvfN,
.yrbisXKBkg {
  padding: var(--spacing-xl) 0; /* Only vertical padding, horizontal is from .pZhgcGnWWB3r */
}

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

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

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

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

.qWXYjcge {
  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) */
.sDVYqyL5cP.sfWvh3ZP {
  text-align: left;
}

.sDVYqyL5cP.j2kYvYIzr {
  text-align: center;
}

.sDVYqyL5cP.bXsY5iKim {
  text-align: right;
}

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

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

/* ===== SECTION STYLES ===== */
section,
.eyBuVIpir {
  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 ===== */
.tiJIHbcJw {
  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) {
  .tiJIHbcJw {
    z-index: 1001 !important;
    position: relative !important;
  }
  
  /* Dropdown стиль: хедер остается видимым, меню под ним */
  body.wU5gzQntLFOi .tiJIHbcJw {
    z-index: 1002 !important;
  }
  
  /* Когда dropdown меню открыто, menu-toggle остается в хедере */
  body.wU5gzQntLFOi.mobile-menu-open .lIkiEwGx5 {
    z-index: 1003 !important;
  }
  
  /* Удалено - заменено на правильную логику показа/скрытия */
}

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

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

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

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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Menu Toggle */
.lIkiEwGx5 {
  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);
}

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

.lIkiEwGx5:hover {
  background: transparent;
}

.lIkiEwGx5:hover .alI4xhaRA6 {
  background-color: var(--color-primary-dark);
}

.lIkiEwGx5:hover .tQvPB7TcOU {
  fill: var(--color-primary-dark);
}

.alI4xhaRA6 {
  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 иконки */
.lIkiEwGx5.dIgtg6UppT .alI4xhaRA6:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.lIkiEwGx5.dIgtg6UppT .alI4xhaRA6:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.lIkiEwGx5.dIgtg6UppT .alI4xhaRA6:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

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

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


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

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

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

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

.lIkiEwGx5.dIgtg6UppT .p7oknitUL {
  display: none !important;
}

.lIkiEwGx5.dIgtg6UppT .f6Q1XhscX {
  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 - классическое исчезновение с поворотом */
.mrFK1PnngH .p7oknitUL {
  animation: hamburgerFadeOut 0.3s ease-out forwards;
}

.ftRg5miUwwc.dIgtg6UppT .p7oknitUL {
  animation: none;
}

.ftRg5miUwwc.dIgtg6UppT .f6Q1XhscX {
  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 - взрыв и сбор точек */
.ftRg5miUwwc.dIgtg6UppT .f6Q1XhscX {
  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 - стрелка улетает и появляется крестик */
.ftRg5miUwwc.dIgtg6UppT .f6Q1XhscX {
  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 - просто поворот, так как уже крестик */
.y8Roqgep .p7oknitUL {
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

.ftRg5miUwwc.dIgtg6UppT .p7oknitUL {
  transform: rotate(45deg);
  display: block !important;
}

.y8Roqgep .f6Q1XhscX {
  display: none !important;
}

/* Minimal - элегантное появление */
.ftRg5miUwwc.dIgtg6UppT .f6Q1XhscX {
  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 - эталонная анимация */
.cNvHnk9PB {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cNvHnk9PB .cMF2bo49Ge0V {
  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;
}

.lIkiEwGx5:hover .cNvHnk9PB .cMF2bo49Ge0V {
  background: var(--color-primary-dark);
}

.cNvHnk9PB .rLBzulHY {
  top: 10px;
}

.cNvHnk9PB .iBhJzHYTVbc {
  top: 19px;
}

.cNvHnk9PB .qVeM59mtkWx {
  top: 28px;
}

.lIkiEwGx5.dIgtg6UppT .cNvHnk9PB .rLBzulHY {
  transform: rotate(45deg);
  top: 19px;
}

.lIkiEwGx5.dIgtg6UppT .cNvHnk9PB .iBhJzHYTVbc {
  opacity: 0;
  transform: scale(0) rotate(90deg);
}

.lIkiEwGx5.dIgtg6UppT .cNvHnk9PB .qVeM59mtkWx {
  transform: rotate(-45deg);
  top: 19px;
}


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

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

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

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

.tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt.scrolled {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* Меню слева */
.tiJIHbcJw.vC6JDJoN .lIkiEwGx5 {
  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);
}

.tiJIHbcJw.vC6JDJoN .lIkiEwGx5:hover {
  background: transparent !important;
  border-radius: var(--radius-md);
}

.tiJIHbcJw.vC6JDJoN .lIkiEwGx5:hover svg {
  fill: var(--color-primary-dark) !important;
}

.tiJIHbcJw.vC6JDJoN .lIkiEwGx5:hover .alI4xhaRA6,
.tiJIHbcJw.vC6JDJoN .lIkiEwGx5:hover .cNvHnk9PB .cMF2bo49Ge0V {
  background-color: var(--color-primary-dark) !important;
}

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

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

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

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

.tiJIHbcJw.vC6JDJoN .szKhQyjc {
  padding: 0;
  margin: 0;
}

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

.tiJIHbcJw.vC6JDJoN .kwN0Hogslix9 {
  display: none;
}



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

.r1nu13re {
  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 */
.r1nu13re.tXXJqMqAKz7 {
  background-color: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-text);
  border: 2px solid transparent;
}

.r1nu13re.tXXJqMqAKz7: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 */
.ajg75Cqac3l:hover,
.g3qALSgCLBKI:hover,
.exQTe1apHza:hover,
.oFthYk282:hover,
.cpb6FlPxaa:hover,
.r1nu13re:hover,
.eQMFs2t58:hover {
  animation: none !important;
}

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

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

.r1nu13re.imHFnqzA8n: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 */
.r1nu13re.aXbuD8Dx2tny {
  background-color: transparent;
  color: var(--color-primary);
  border: 2px solid transparent;
  padding: var(--spacing-xs) var(--spacing-sm);
}

.r1nu13re.aXbuD8Dx2tny:hover {
  color: var(--color-primary-dark);
  background-color: var(--color-primary-light);
}

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

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

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

/* Square Shape */
body.dhjvEW00W .r1nu13re {
  border-radius: 0;
}

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

body.dKUQ2Eqc .tiJIHbcJw.rwxAX4iTIpt .r1nu13re {
  border-radius: 50px !important;
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.dhjvEW00W .tiJIHbcJw.rwxAX4iTIpt .r1nu13re {
  border-radius: 0 !important;
}

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

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

body.kDq8ECWMTfQ0 .yWWHAqdoiA {
  min-height: 70px !important;
}

body.hCQUnIgv3E .yWWHAqdoiA {
  min-height: 80px !important;
}

body.lhqLKIzjrSR .yWWHAqdoiA {
  min-height: 100px !important;
}

/* Header Heights for Minimal Style - same values but with specific selectors */
body.k14rr6qEb.header-style-minimal .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA,
body.k14rr6qEb .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA {
  min-height: 60px !important;
}

body.kDq8ECWMTfQ0.header-style-minimal .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA,
body.kDq8ECWMTfQ0 .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA {
  min-height: 70px !important;
}

body.hCQUnIgv3E.header-style-minimal .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA,
body.hCQUnIgv3E .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA {
  min-height: 80px !important;
}

body.lhqLKIzjrSR.header-style-minimal .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA,
body.lhqLKIzjrSR .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA {
  min-height: 100px !important;
}

/* Sticky Header Heights */
body.kKs2EtYG #kGFkhn3RG.rwxAX4iTIpt .yWWHAqdoiA,
body.kKs2EtYG .tiJIHbcJw.rwxAX4iTIpt .yWWHAqdoiA {
  min-height: 50px !important;
}

body.sxSC56JP #kGFkhn3RG.rwxAX4iTIpt .yWWHAqdoiA,
body.sxSC56JP .tiJIHbcJw.rwxAX4iTIpt .yWWHAqdoiA {
  min-height: 60px !important;
}

body.gpH4wVpoxY #kGFkhn3RG.rwxAX4iTIpt .yWWHAqdoiA,
body.gpH4wVpoxY .tiJIHbcJw.rwxAX4iTIpt .yWWHAqdoiA {
  min-height: 70px !important;
}

body.sNNgNyJzTFT #kGFkhn3RG.rwxAX4iTIpt .yWWHAqdoiA,
body.sNNgNyJzTFT .tiJIHbcJw.rwxAX4iTIpt .yWWHAqdoiA {
  min-height: 80px !important;
}

/* Sticky Header Heights for Minimal Style - with specific selectors */
body.kKs2EtYG.header-style-minimal .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA,
body.kKs2EtYG .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA {
  min-height: 50px !important;
}

body.sxSC56JP.header-style-minimal .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA,
body.sxSC56JP .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA {
  min-height: 60px !important;
}

body.gpH4wVpoxY.header-style-minimal .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA,
body.gpH4wVpoxY .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA {
  min-height: 70px !important;
}

body.sNNgNyJzTFT.header-style-minimal .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA,
body.sNNgNyJzTFT .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA {
  min-height: 80px !important;
}

/* Scrolled state heights (when sticky is active and scrolled) */
body.kKs2EtYG #kGFkhn3RG.rwxAX4iTIpt.aSpmh2F9kw .yWWHAqdoiA,
body.kKs2EtYG .tiJIHbcJw.rwxAX4iTIpt.aSpmh2F9kw .yWWHAqdoiA {
  min-height: 50px !important;
}

body.sxSC56JP #kGFkhn3RG.rwxAX4iTIpt.aSpmh2F9kw .yWWHAqdoiA,
body.sxSC56JP .tiJIHbcJw.rwxAX4iTIpt.aSpmh2F9kw .yWWHAqdoiA {
  min-height: 60px !important;
}

body.gpH4wVpoxY #kGFkhn3RG.rwxAX4iTIpt.aSpmh2F9kw .yWWHAqdoiA,
body.gpH4wVpoxY .tiJIHbcJw.rwxAX4iTIpt.aSpmh2F9kw .yWWHAqdoiA {
  min-height: 70px !important;
}

body.sNNgNyJzTFT #kGFkhn3RG.rwxAX4iTIpt.aSpmh2F9kw .yWWHAqdoiA,
body.sNNgNyJzTFT .tiJIHbcJw.rwxAX4iTIpt.aSpmh2F9kw .yWWHAqdoiA {
  min-height: 80px !important;
}

/* Scrolled state heights for Minimal Style - with specific selectors */
body.kKs2EtYG.header-style-minimal .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt.aSpmh2F9kw .yWWHAqdoiA,
body.kKs2EtYG .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt.aSpmh2F9kw .yWWHAqdoiA {
  min-height: 50px !important;
}

body.sxSC56JP.header-style-minimal .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt.aSpmh2F9kw .yWWHAqdoiA,
body.sxSC56JP .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt.aSpmh2F9kw .yWWHAqdoiA {
  min-height: 60px !important;
}

body.gpH4wVpoxY.header-style-minimal .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt.aSpmh2F9kw .yWWHAqdoiA,
body.gpH4wVpoxY .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt.aSpmh2F9kw .yWWHAqdoiA {
  min-height: 70px !important;
}

body.sNNgNyJzTFT.header-style-minimal .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt.aSpmh2F9kw .yWWHAqdoiA,
body.sNNgNyJzTFT .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt.aSpmh2F9kw .yWWHAqdoiA {
  min-height: 80px !important;
}

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

  /* Mobile Header Heights for Minimal Style - with specific selectors */
  body.k14rr6qEb.header-style-minimal .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA,
  body.k14rr6qEb .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA {
    min-height: 50px !important;
  }

  body.kDq8ECWMTfQ0.header-style-minimal .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA,
  body.kDq8ECWMTfQ0 .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA {
    min-height: 60px !important;
  }

  body.hCQUnIgv3E.header-style-minimal .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA,
  body.hCQUnIgv3E .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA {
    min-height: 65px !important;
  }

  body.lhqLKIzjrSR.header-style-minimal .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA,
  body.lhqLKIzjrSR .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA {
    min-height: 70px !important;
  }

  /* Mobile Sticky Heights */
  body.kKs2EtYG #kGFkhn3RG.rwxAX4iTIpt .yWWHAqdoiA,
  body.kKs2EtYG .tiJIHbcJw.rwxAX4iTIpt .yWWHAqdoiA {
    min-height: 45px !important;
  }

  body.sxSC56JP #kGFkhn3RG.rwxAX4iTIpt .yWWHAqdoiA,
  body.sxSC56JP .tiJIHbcJw.rwxAX4iTIpt .yWWHAqdoiA {
    min-height: 50px !important;
  }

  body.gpH4wVpoxY #kGFkhn3RG.rwxAX4iTIpt .yWWHAqdoiA,
  body.gpH4wVpoxY .tiJIHbcJw.rwxAX4iTIpt .yWWHAqdoiA {
    min-height: 55px !important;
  }

  body.sNNgNyJzTFT #kGFkhn3RG.rwxAX4iTIpt .yWWHAqdoiA,
  body.sNNgNyJzTFT .tiJIHbcJw.rwxAX4iTIpt .yWWHAqdoiA {
    min-height: 60px !important;
  }

  /* Mobile Sticky Heights for Minimal Style - with specific selectors */
  body.kKs2EtYG.header-style-minimal .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA,
  body.kKs2EtYG .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA {
    min-height: 45px !important;
  }

  body.sxSC56JP.header-style-minimal .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA,
  body.sxSC56JP .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA {
    min-height: 50px !important;
  }

  body.gpH4wVpoxY.header-style-minimal .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA,
  body.gpH4wVpoxY .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA {
    min-height: 55px !important;
  }

  body.sNNgNyJzTFT.header-style-minimal .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA,
  body.sNNgNyJzTFT .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA {
    min-height: 60px !important;
  }

  /* FIX: Prevent menu button from wrapping in sticky mode */
  #kGFkhn3RG.rwxAX4iTIpt .yWWHAqdoiA,
  .tiJIHbcJw.rwxAX4iTIpt .yWWHAqdoiA {
    flex-wrap: nowrap !important; /* Force elements to stay in one line */
  }

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

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

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

  #kGFkhn3RG.rwxAX4iTIpt .lIkiEwGx5,
  .tiJIHbcJw.rwxAX4iTIpt .lIkiEwGx5 {
    flex-shrink: 0; /* Prevent button from shrinking */
    padding: 5px !important; /* Reduce padding in sticky mode */
    min-width: 35px !important;
    min-height: 35px !important;
  }

  #kGFkhn3RG.rwxAX4iTIpt .lIkiEwGx5 .tQvPB7TcOU,
  .tiJIHbcJw.rwxAX4iTIpt .lIkiEwGx5 .tQvPB7TcOU {
    width: 30px !important;
    height: 30px !important;
  }

  #kGFkhn3RG.rwxAX4iTIpt .lIkiEwGx5 .cNvHnk9PB,
  .tiJIHbcJw.rwxAX4iTIpt .lIkiEwGx5 .cNvHnk9PB {
    width: 30px !important;
    height: 30px !important;
  }

  #kGFkhn3RG.rwxAX4iTIpt .lIkiEwGx5 .alI4xhaRA6,
  .tiJIHbcJw.rwxAX4iTIpt .lIkiEwGx5 .alI4xhaRA6 {
    width: 24px !important;
    margin: 3px 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

/* For sticky header - keep progress bar visible */
#kGFkhn3RG.rwxAX4iTIpt .plJlblD2pmCE,
.tiJIHbcJw.rwxAX4iTIpt .plJlblD2pmCE {
  position: absolute;
  bottom: 0;
}

/* Hide progress bar when header is hidden on scroll */
#kGFkhn3RG.rwxAX4iTIpt.header-hidden .plJlblD2pmCE,
.tiJIHbcJw.rwxAX4iTIpt.header-hidden .plJlblD2pmCE {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show progress bar when visible */
body.uWhfLNnph .plJlblD2pmCE {
  display: block;
}

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

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

/* Mobile Menu Container */
.rjfkrLKK4uY {
  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;
}

.rjfkrLKK4uY.dIgtg6UppT {
  right: 0;
}

/* Mobile Menu Overlay */
.ytvz1htrgu1S {
  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);
}

.ytvz1htrgu1S.dIgtg6UppT {
  display: block;
  opacity: 1;
}

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

/* Скрываем оверлей для dropdown стиля (меню выходит из-под хедера, оверлей не нужен) */
body.wU5gzQntLFOi .ytvz1htrgu1S {
  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) {
  .tjJFTYjT4N {
    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 */
.tLtQR2fvVyco {
  padding: var(--spacing-lg);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.yoNdh49nk .tVlZgml3Ij2 .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%);
}

.yoNdh49nk .tVlZgml3Ij2 .cLKAXzb7Bq > a::after {
  transform: translateY(-50%) rotate(90deg);
}

.yoNdh49nk .cLKAXzb7Bq > .tVlZgml3Ij2 {
  display: block;
}

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

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

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

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

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

/* Mobile Styles - Применяется ко ВСЕМ стилям хедеров */
@media (max-width: 767px) {
  /* Скрываем основное меню на мобильных */
  .kwN0Hogslix9 {
    display: none !important;
  }
  
  /* Показываем кнопку мобильного меню */
  .lIkiEwGx5 {
    display: flex !important;
  }
  
  /* Показываем мобильное меню когда активно */
  .rjfkrLKK4uY {
    display: block;
  }
  
  /* Адаптируем контейнер хедера */
  .yWWHAqdoiA {
    flex-wrap: wrap;
    align-items: center; /* Центрируем по вертикали на мобильном */
    /* Высота управляется через классы header-height-* */
  }
  
  /* Выравнивание логотипа на мобильных */
  .gbOkHlSxs {
    display: flex !important;
    align-items: center !important;
    height: 60px; /* Фиксированная высота для центрирования */
  }
  
  .szKhQyjc {
    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 */
  .tiJIHbcJw.vC6JDJoN .custom-logo,
  .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .custom-logo,
  .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt.scrolled .custom-logo {
    max-width: 95px !important; /* Override 140px for Minimal style */
  }
  
  /* CTA кнопки в хедере на мобильных скрываем (кроме Minimal стиля) */
  .xieqXq7Ur {
    display: none !important;
  }
  
  /* Исключение для Minimal стиля - показываем обе CTA кнопки */
  .tiJIHbcJw.vC6JDJoN .xieqXq7Ur {
    display: flex !important;
  }
  
  /* Для Default стиля - показываем только Primary кнопку (первую) */
  .tiJIHbcJw.yXXk9iVIz8y .xieqXq7Ur {
    display: flex !important;
  }
  
  .tiJIHbcJw.yXXk9iVIz8y .xieqXq7Ur .r1nu13re:nth-child(2) {
    display: none !important;
  }
  
  /* Для всех стилей хедеров убираем специфичные стили */
  .tiJIHbcJw.vC6JDJoN .lIkiEwGx5 {
    position: static;
    display: flex !important;
  }
  
  /* Minimal style на мобильных - сохраняем flexbox с order */
  .tiJIHbcJw.vC6JDJoN .yWWHAqdoiA {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    /* Высота управляется через классы header-height-* */
    position: relative !important;
  }
  
  .tiJIHbcJw.vC6JDJoN .lIkiEwGx5 {
    order: 1;
    position: static !important;
    flex-shrink: 0;
  }
  
  .tiJIHbcJw.vC6JDJoN .gbOkHlSxs {
    order: 2;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  
  .tiJIHbcJw.vC6JDJoN .xieqXq7Ur {
    order: 3;
    display: flex !important; /* Показываем кнопки на мобильных в Minimal стиле */
    margin-left: auto !important;
  }
  
  /* В Minimal стиле на мобильном показываем только Primary Button (первую кнопку) */
  .tiJIHbcJw.vC6JDJoN .xieqXq7Ur .r1nu13re:nth-child(2) {
    display: none !important;
  }

  /* CTA кнопка ТОЛЬКО В ХЕДЕРЕ на мобильном - по размеру текста */
  .tiJIHbcJw .r1nu13re {
    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 стиля - еще меньше отступы */
  .tiJIHbcJw.vC6JDJoN .r1nu13re {
    padding: 6px 10px !important;
    font-size: 12px !important;
  }

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

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


  
  /* Ограничиваем ширину логотипа в Minimal стиле на мобильном */
  .tiJIHbcJw.vC6JDJoN .custom-logo,
  .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .custom-logo,
  .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt.scrolled .custom-logo {
    max-width: 95px !important; /* Smaller logo for Minimal style on mobile */
    height: auto !important;
  }
  
  /* Sticky Minimal на мобильном - простое вертикальное выравнивание через flex */
  .tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt .yWWHAqdoiA {
    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) {
  /* На планшетах тоже используем мобильное меню */
  .kwN0Hogslix9 {
    display: none !important;
  }

  .lIkiEwGx5 {
    display: flex !important;
  }

  .rjfkrLKK4uY {
    display: block;
  }

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

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

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

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

}

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



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

/* When header becomes sticky via JavaScript */
#kGFkhn3RG.rwxAX4iTIpt,
.tiJIHbcJw.rwxAX4iTIpt {
  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 */
#kGFkhn3RG.rwxAX4iTIpt.scrolled,
.tiJIHbcJw.rwxAX4iTIpt.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);
  }
}

#kGFkhn3RG.rwxAX4iTIpt.scrolled .gbOkHlSxs img,
.tiJIHbcJw.rwxAX4iTIpt.scrolled .gbOkHlSxs img {
  max-height: 40px;
  transition: max-height 0.3s ease;
}

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

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


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

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

/* Контейнер внутри scrolled Minimal */
.tiJIHbcJw.vC6JDJoN.rwxAX4iTIpt.scrolled .yWWHAqdoiA {
  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 */
#kGFkhn3RG.rwxAX4iTIpt.header-hidden,
.tiJIHbcJw.rwxAX4iTIpt.header-hidden {
  transform: translateY(-100%);
}

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

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

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

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

/* Специальные стили для live preview режима */
.wphub-live-preview-mode .qnCNAjK6Tn.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 .tjJFTYjT4N.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 */
.rjfkrLKK4uY {
  position: fixed;
  z-index: 9999;
  background: var(--color-header-bg);
  overflow-y: auto;
  transition: all 0.3s ease;
}

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

.sb1dGLLP.dIgtg6UppT {
  transform: translateX(0);
}

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

.sb1dGLLP .kHYAbQft {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

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

.oLhgiSwNdw0Q.dIgtg6UppT {
  transform: translateX(0);
}

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

.oLhgiSwNdw0Q .kHYAbQft {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

/* 3. Fullscreen Overlay - ПОЛНОСТЬЮ ПЕРЕДЕЛАННЫЙ */
.tjJFTYjT4N {
  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 меню */
.tjJFTYjT4N::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;
}

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

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

.tjJFTYjT4N .pM082Ir0i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

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

/* CTA кнопки под логотипом */
.tjJFTYjT4N .kHYAbQft {
  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;
}

.tjJFTYjT4N .kHYAbQft .r1nu13re {
  min-width: 120px;
  text-align: center;
}

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

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

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

.tjJFTYjT4N.dIgtg6UppT .yoNdh49nk li {
  opacity: 1;
  transform: translateY(0);
}

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

.tjJFTYjT4N .yoNdh49nk 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;
}

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

/* Эффект подчеркивания при hover */
.tjJFTYjT4N .yoNdh49nk 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;
}

.tjJFTYjT4N .yoNdh49nk 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 */
.qnCNAjK6Tn {
  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;
}

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

/* Allow JavaScript to override positioning */
body.k14rr6qEb .qnCNAjK6Tn {
  top: 60px;
  height: calc(100vh - 60px);
}
body.kDq8ECWMTfQ0 .qnCNAjK6Tn {
  top: 70px;
  height: calc(100vh - 70px);
}
body.hCQUnIgv3E .qnCNAjK6Tn {
  top: 80px;
  height: calc(100vh - 80px);
}
body.lhqLKIzjrSR .qnCNAjK6Tn {
  top: 100px;
  height: calc(100vh - 100px);
}

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


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

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

/* Правила по классу body - более мощные */
body.wU5gzQntLFOi .tLtQR2fvVyco,
body.wU5gzQntLFOi #hspem0rpMlmo .tLtQR2fvVyco,
body.wU5gzQntLFOi .rjfkrLKK4uY .tLtQR2fvVyco {
  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;
}

/* Скрываем кнопку закрытия - МОЩНЫЕ ПРАВИЛА */
.qnCNAjK6Tn .zQfWXhrXJlzE,
.qnCNAjK6Tn #elYmRxpc,
#hspem0rpMlmo.mobile-menu-dropdown .zQfWXhrXJlzE,
#hspem0rpMlmo.mobile-menu-dropdown #elYmRxpc,
body.wU5gzQntLFOi .zQfWXhrXJlzE,
body.wU5gzQntLFOi #elYmRxpc,
body.wU5gzQntLFOi .rjfkrLKK4uY .zQfWXhrXJlzE,
body.wU5gzQntLFOi #hspem0rpMlmo .zQfWXhrXJlzE,
body.wU5gzQntLFOi #hspem0rpMlmo #elYmRxpc {
  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.wU5gzQntLFOi .pM082Ir0i,
body.wU5gzQntLFOi .rjfkrLKK4uY .pM082Ir0i,
.qnCNAjK6Tn .pM082Ir0i {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

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

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

.qnCNAjK6Tn #jixx0FAX6 {
  margin: 0;
  padding: 0;
}

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

.qnCNAjK6Tn.dIgtg6UppT .yoNdh49nk li {
  opacity: 1;
  transform: translateX(0);
}

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

.qnCNAjK6Tn .yoNdh49nk 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;
}

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

/* Эффект при наведении - появление линии слева */
.qnCNAjK6Tn .yoNdh49nk 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;
}

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

/* Индикатор активной страницы */
.qnCNAjK6Tn .yoNdh49nk .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 ===== */
.veiVqrIY3dml {
  background: var(--color-footer-bg);
  color: var(--color-footer-text);
  padding: 0; /* Removed vertical padding */
  margin-top: var(--spacing-3xl);
}

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

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

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

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

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

.vbW1lnOd .rjfkrLKK4uY:not(.sjwh-is-active) {
  opacity: 0;
}

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

.apFhcGEWb5dz .rjfkrLKK4uY:not(.sjwh-is-active) {
  transform: scale(0.8);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fRSDt7Ct {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .qSPa9XAN6Mki {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nybzEVdrYk {
  margin-bottom: 10px;
}

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

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

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

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

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

.aYncX2U9VJxY a:hover {
  opacity: 0.7;
}

.pNEURRa5I .qSPa9XAN6Mki {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.pNEURRa5I .zQbO2rBH {
  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;
}

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

.rAINpgM4 {
  font-weight: bold;
}

.pBMjHggZ {
  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) {
  .pNEURRa5I {
    padding: 40px 0 20px;
  }

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

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

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

.uiszN2VAe .hElP4MCwo,
.site-footer.uiszN2VAe .hElP4MCwo {
  width: 100% !important;
}

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

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

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

.uiszN2VAe .x8VusKyZB,
.site-footer.uiszN2VAe .x8VusKyZB {
  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 */
.hElP4MCwo.fp2P5TCv .prNaEGi9j3,
.site-footer.uiszN2VAe .fp2P5TCv .prNaEGi9j3 {
  grid-template-columns: 1fr !important;
}

.hElP4MCwo.dJJ2KJhrYBw .prNaEGi9j3,
.site-footer.uiszN2VAe .dJJ2KJhrYBw .prNaEGi9j3 {
  grid-template-columns: repeat(2, 1fr) !important;
}

.hElP4MCwo.sWNlIFujS .prNaEGi9j3,
.site-footer.uiszN2VAe .sWNlIFujS .prNaEGi9j3 {
  grid-template-columns: repeat(3, 1fr) !important;
}

.hElP4MCwo.s3N8dQNOA .prNaEGi9j3,
.site-footer.uiszN2VAe .s3N8dQNOA .prNaEGi9j3 {
  grid-template-columns: repeat(4, 1fr) !important;
}

.hElP4MCwo.giTfS4Xv .prNaEGi9j3,
.site-footer.uiszN2VAe .giTfS4Xv .prNaEGi9j3 {
  grid-template-columns: repeat(5, 1fr) !important;
}

.hElP4MCwo.jkNHyS4TYU .prNaEGi9j3,
.site-footer.uiszN2VAe .jkNHyS4TYU .prNaEGi9j3 {
  grid-template-columns: repeat(6, 1fr) !important;
}

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

.uiszN2VAe .x8VusKyZB li::marker,
.site-footer.uiszN2VAe .x8VusKyZB li::marker {
  content: '' !important;
}

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

.uiszN2VAe .x8VusKyZB a:hover,
.site-footer.uiszN2VAe .x8VusKyZB a:hover {
  opacity: 0.7 !important;
}

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

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

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

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

.uiszN2VAe .mYzhhQVc7,
.site-footer.uiszN2VAe .mYzhhQVc7 {
  margin-bottom: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

/* App Download Buttons */
.uiszN2VAe .v7S4zO31,
.site-footer.uiszN2VAe .v7S4zO31,
footer.uiszN2VAe .v7S4zO31,
#colophon.uiszN2VAe .v7S4zO31 {
  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;
}

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

.uiszN2VAe .zeYe64Yhfr,
.site-footer.uiszN2VAe .zeYe64Yhfr,
footer.uiszN2VAe .zeYe64Yhfr,
#colophon.uiszN2VAe .zeYe64Yhfr {
  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;
}

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

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

.uiszN2VAe .sksm86E2,
.site-footer.uiszN2VAe .sksm86E2 {
  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;
}

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

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

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

.uiszN2VAe .fldK8W4LZ6,
.site-footer.uiszN2VAe .fldK8W4LZ6 {
  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;
}

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

.uiszN2VAe .fldK8W4LZ6.spOVNyu9Z9E:hover,
.site-footer.uiszN2VAe .fldK8W4LZ6.spOVNyu9Z9E:hover {
  background: #1877f2 !important;
}

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

.uiszN2VAe .fldK8W4LZ6.m3ilzJ1BHT:hover,
.site-footer.uiszN2VAe .fldK8W4LZ6.m3ilzJ1BHT:hover {
  background: #000000 !important;
}

.uiszN2VAe .fldK8W4LZ6.p1YcV5hI2ii:hover,
.site-footer.uiszN2VAe .fldK8W4LZ6.p1YcV5hI2ii:hover {
  background: #ff0000 !important;
}

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

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

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

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

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

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

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

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

  .uiszN2VAe .lJEhkTwDVKus,
  .site-footer.uiszN2VAe .lJEhkTwDVKus {
    text-align: center !important;
  }

  .uiszN2VAe .co711qvkE,
  .site-footer.uiszN2VAe .co711qvkE {
    justify-content: center !important;
  }

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

  .uiszN2VAe .pqw2qLww9,
  .site-footer.uiszN2VAe .pqw2qLww9 {
    justify-content: center !important;
  }

  /* Navigation columns responsive - reduce to 2 columns on tablet */
  .hElP4MCwo.sWNlIFujS .prNaEGi9j3,
  .hElP4MCwo.s3N8dQNOA .prNaEGi9j3,
  .hElP4MCwo.giTfS4Xv .prNaEGi9j3,
  .hElP4MCwo.jkNHyS4TYU .prNaEGi9j3,
  .site-footer.uiszN2VAe .sWNlIFujS .prNaEGi9j3,
  .site-footer.uiszN2VAe .s3N8dQNOA .prNaEGi9j3,
  .site-footer.uiszN2VAe .giTfS4Xv .prNaEGi9j3,
  .site-footer.uiszN2VAe .jkNHyS4TYU .prNaEGi9j3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

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

  .uiszN2VAe .x8VusKyZB,
  .site-footer.uiszN2VAe .x8VusKyZB {
    gap: 10px !important;
  }


  /* Navigation columns mobile - all become single column */
  .hElP4MCwo.dJJ2KJhrYBw .prNaEGi9j3,
  .hElP4MCwo.sWNlIFujS .prNaEGi9j3,
  .hElP4MCwo.s3N8dQNOA .prNaEGi9j3,
  .hElP4MCwo.giTfS4Xv .prNaEGi9j3,
  .hElP4MCwo.jkNHyS4TYU .prNaEGi9j3,
  .site-footer.uiszN2VAe .dJJ2KJhrYBw .prNaEGi9j3,
  .site-footer.uiszN2VAe .sWNlIFujS .prNaEGi9j3,
  .site-footer.uiszN2VAe .s3N8dQNOA .prNaEGi9j3,
  .site-footer.uiszN2VAe .giTfS4Xv .prNaEGi9j3,
  .site-footer.uiszN2VAe .jkNHyS4TYU .prNaEGi9j3 {
    grid-template-columns: 1fr !important;
  }
}

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

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

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

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

.mYsmNzsj .w4Zn3x76YM,
.site-footer.mYsmNzsj .w4Zn3x76YM {
  margin-bottom: 10px !important;
}

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

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

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

.mYsmNzsj .o44vKGVGS,
.site-footer.mYsmNzsj .o44vKGVGS {
  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;
}

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

.mYsmNzsj .o44vKGVGS.spOVNyu9Z9E:hover,
.site-footer.mYsmNzsj .o44vKGVGS.spOVNyu9Z9E:hover {
  background: #1877f2 !important;
}

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

.mYsmNzsj .o44vKGVGS.m3ilzJ1BHT:hover,
.site-footer.mYsmNzsj .o44vKGVGS.m3ilzJ1BHT:hover {
  background: #000000 !important;
}

.mYsmNzsj .o44vKGVGS.p1YcV5hI2ii:hover,
.site-footer.mYsmNzsj .o44vKGVGS.p1YcV5hI2ii:hover {
  background: #ff0000 !important;
}

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

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

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

/* App Download Buttons */
.mYsmNzsj .mIlgV1Pq2BwF,
.site-footer.mYsmNzsj .mIlgV1Pq2BwF,
footer.mYsmNzsj .mIlgV1Pq2BwF,
#colophon.mYsmNzsj .mIlgV1Pq2BwF {
  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;
}

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

.mYsmNzsj .wsIpRiqz,
.site-footer.mYsmNzsj .wsIpRiqz,
footer.mYsmNzsj .wsIpRiqz,
#colophon.mYsmNzsj .wsIpRiqz {
  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;
}

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

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

.mYsmNzsj .tbPuWciBQUXI,
.site-footer.mYsmNzsj .tbPuWciBQUXI {
  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 */
.mYsmNzsj .hz7zIv9eDJi4,
.site-footer.mYsmNzsj .hz7zIv9eDJi4 {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
}

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

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

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

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

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

/* Adjust badge image size based on container */
.mYsmNzsj .oLCC172A,
.site-footer.mYsmNzsj .oLCC172A {
  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) {
  .mYsmNzsj .yAWIAx05WeI .awap8WC50RI0 {
    max-width: calc((100% - 50px) / 6) !important;
  }
  
  .mYsmNzsj .yAWIAx05WeI .awap8WC50RI0:nth-child(n+7) {
    max-width: calc((100% - 50px) / 6) !important;
  }
}

@media (max-width: 767px) {
  .mYsmNzsj .yAWIAx05WeI {
    gap: 8px !important;
  }
  
  .mYsmNzsj .awap8WC50RI0 {
    max-width: calc((100% - 40px) / 3) !important;
  }
  
  .mYsmNzsj .oLCC172A {
    max-height: 50px !important;
  }
}

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

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

.mYsmNzsj .buEPRK9cpZ6,
.site-footer.mYsmNzsj .buEPRK9cpZ6 {
  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;
}

.mYsmNzsj .buEPRK9cpZ6 .mIlgV1Pq2BwF,
.site-footer.mYsmNzsj .buEPRK9cpZ6 .mIlgV1Pq2BwF {
  justify-content: flex-end !important;
}

.mYsmNzsj .jym5F9j83,
.site-footer.mYsmNzsj .jym5F9j83 {
  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 */
.mYsmNzsj .ipPbQzdd1,
.site-footer.mYsmNzsj .ipPbQzdd1 {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

.mYsmNzsj .buoxdK30l,
.site-footer.mYsmNzsj .buoxdK30l {
  display: flex !important;
  flex-direction: column !important;
}

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

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

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

.mYsmNzsj .xpJlnjHl4nc li::marker,
.site-footer.mYsmNzsj .xpJlnjHl4nc li::marker {
  content: '' !important;
}

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

.mYsmNzsj .xpJlnjHl4nc a:hover,
.site-footer.mYsmNzsj .xpJlnjHl4nc a:hover {
  opacity: 0.7 !important;
}

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

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

.mYsmNzsj .lrD4E98T,
.site-footer.mYsmNzsj .lrD4E98T {
  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) {
  .mYsmNzsj .wHTSCWqx0M,
  .site-footer.mYsmNzsj .wHTSCWqx0M {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .mYsmNzsj .bWyHw1v8Tqr,
  .site-footer.mYsmNzsj .bWyHw1v8Tqr {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  
  .mYsmNzsj .buEPRK9cpZ6,
  .site-footer.mYsmNzsj .buEPRK9cpZ6 {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
  }
  
  .mYsmNzsj .jym5F9j83 {
    text-align: left !important;
  }
}

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

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

  .mYsmNzsj .f85T3TyiFM6d,
  .site-footer.mYsmNzsj .f85T3TyiFM6d {
    text-align: center !important;
    align-items: center !important;
  }

  .mYsmNzsj .vO75yXdpru,
  .site-footer.mYsmNzsj .vO75yXdpru {
    justify-content: center !important;
  }

  .mYsmNzsj .ipPbQzdd1,
  .site-footer.mYsmNzsj .ipPbQzdd1 {
    justify-content: center !important;
  }

  .mYsmNzsj .buoxdK30l,
  .site-footer.mYsmNzsj .buoxdK30l {
    align-items: center !important;
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

  .ewB0a0yuufBQ {
    justify-content: center;
  }
}

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

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

/* Показываем ТОЛЬКО для Minimal стиля на десктопе */
@media (min-width: 992px) {
  /* Показываем sidebar для Minimal header (без :has для совместимости) */
  .tiJIHbcJw.vC6JDJoN ~ #colophon ~ .fqhfyRWgjZ,
  body.n4ah57cAciPj .fqhfyRWgjZ {
    display: flex !important;
  }
  
  .tiJIHbcJw.vC6JDJoN ~ #colophon ~ .odFhfMEFf,
  body.n4ah57cAciPj .odFhfMEFf {
    display: block !important;
  }
  .fqhfyRWgjZ {
    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;
  }
  
  /* Активное состояние меню - ВАЖНО для показа */
  .fqhfyRWgjZ.dIgtg6UppT {
    left: 0;
    display: flex !important; /* Форсируем показ */
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  /* Внутренний контейнер */
  .tVnZbpVNh {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  /* Заголовок бокового меню */
  .k3FWW2j6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--spacing-lg) var(--spacing-xl);
    background: var(--color-header-bg);
    flex-shrink: 0;
  }
  
  .uWwhlalpBOv {
    flex: 1;
  }
  
  .uWwhlalpBOv img {
    max-height: 50px;
    max-width: 140px; /* Ограничиваем ширину логотипа в боковом меню */
    width: auto;
    object-fit: contain; /* Сохраняем пропорции */
  }
  
  .f6DacOOE4E {
    margin: 0;
    font-size: var(--font-size-xl);
    font-weight: 700;
    color: var(--color-header-text);
  }
  
  /* Кнопка закрытия */
  .fVEOi3BqUkN {
    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;
  }
  
  .fVEOi3BqUkN:hover {
    color: var(--color-primary-contrast);
    transform: rotate(90deg);
  }
  
  /* Навигация */
  .cffwHndIbG97 {
    flex: 1;
    padding: var(--spacing-lg) 0;
    overflow-y: auto;
  }
  
  .ew2jjThgZ {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .ew2jjThgZ li {
    margin: 0;
    position: relative;
  }
  
  .ew2jjThgZ 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;
  }
  
  /* Индикатор активного пункта */
  .ew2jjThgZ 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;
  }
  
  .ew2jjThgZ a:hover {
    background: rgba(var(--color-primary-rgb), 0.1);
    color: var(--color-primary);
    padding-left: calc(var(--spacing-xl) + var(--spacing-sm));
  }
  
  .ew2jjThgZ a:hover::before {
    height: 70%;
  }
  
  /* Текущая страница */
  .ew2jjThgZ .current-menu-item > a {
    background: rgba(var(--color-primary-rgb), 0.15);
    color: var(--color-primary);
  }
  
  .ew2jjThgZ .current-menu-item > a::before {
    height: 100%;
  }
  
  /* Подменю */
  .ew2jjThgZ .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.05);
  }
  
  .ew2jjThgZ .sub-menu a {
    padding-left: calc(var(--spacing-xl) + var(--spacing-lg));
    font-size: var(--font-size-sm);
  }

  /* Отключение всех focus стилей в боковом меню */
  .fqhfyRWgjZ *:focus,
  .fqhfyRWgjZ a:focus,
  .fqhfyRWgjZ button:focus,
  .cffwHndIbG97 *:focus,
  .ew2jjThgZ a:focus,
  .uWwhlalpBOv a:focus,
  .dR9vFSPTn a:focus,
  .dR9vFSPTn button:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }

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

  
  /* CTA кнопки в боковом меню (под логотипом) */
  .dR9vFSPTn {
    padding: 0 var(--spacing-xl) var(--spacing-lg);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
    flex-shrink: 0;
  }
  
  /* Используем стили обычных CTA кнопок */
  .dR9vFSPTn .r1nu13re {
    display: flex !important;
    width: 100%;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }
  
  /* Footer бокового меню */
  .sUjAzbVGc4Y {
    padding: var(--spacing-lg) var(--spacing-xl);
    background: rgba(0, 0, 0, 0.03);
    flex-shrink: 0;
  }
  
  .rb4hjD1Qnku {
    text-align: center;
    color: var(--color-header-text);
    opacity: 0.7;
    font-size: var(--font-size-sm);
  }
  
  .rb4hjD1Qnku p {
    margin: var(--spacing-xs) 0;
  }
  
  .qMsbJ8kmEJSB {
    color: var(--color-header-text);
    opacity: 0.5;
    font-size: var(--font-size-xs);
  }
  
  /* Оверлей для десктопного меню */
  .odFhfMEFf {
    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);
  }
  
  .odFhfMEFf.dIgtg6UppT {
    opacity: 1;
    visibility: visible;
  }
  
  /* Push эффект для контента ТОЛЬКО для Minimal стиля */
  body:has(.tiJIHbcJw.sjwh-header-minimal).oQ4xve3B #page {
    transform: translateX(320px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  /* Обязательная анимация для плавного возврата */
  body:has(.tiJIHbcJw.sjwh-header-minimal) #page {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  /* Никакого смещения для НЕ-Minimal стилей */
  body:not(:has(.tiJIHbcJw.sjwh-header-minimal)).oQ4xve3B #page {
    transform: none !important;
  }
  
  /* Особый стиль для кнопки меню в Minimal header на десктопе */
  .tiJIHbcJw.vC6JDJoN .lIkiEwGx5 {
    transition: all 0.3s ease;
  }
  
  .tiJIHbcJw.vC6JDJoN .lIkiEwGx5:hover {
    background: transparent;
    transform: scale(1.1);
  }
  
  .tiJIHbcJw.vC6JDJoN .lIkiEwGx5:hover svg {
    fill: var(--color-primary-dark);
  }

  .tiJIHbcJw.vC6JDJoN .lIkiEwGx5:hover .cNvHnk9PB .cMF2bo49Ge0V {
    background: var(--color-primary-dark);
  }

  /* Когда меню открыто, меняем иконку */
  body.oQ4xve3B .tiJIHbcJw.vC6JDJoN .lIkiEwGx5 {
    background: transparent;
  }

  body.oQ4xve3B .tiJIHbcJw.vC6JDJoN .lIkiEwGx5 svg,
  body.oQ4xve3B .tiJIHbcJw.vC6JDJoN .lIkiEwGx5 .cNvHnk9PB .cMF2bo49Ge0V {
    fill: var(--color-primary-dark);
  }
  
  /* Анимация появления пунктов меню - ИСПРАВЛЕНО */
  .fqhfyRWgjZ .ew2jjThgZ li {
    opacity: 1;
    transform: translateX(0);
  }
  
  .fqhfyRWgjZ.dIgtg6UppT .ew2jjThgZ li {
    animation: slideInLeft 0.5s ease both; /* both вместо forwards для правильной работы */
  }
  
  .fqhfyRWgjZ.dIgtg6UppT .ew2jjThgZ li:nth-child(1) { animation-delay: 0.1s; }
  .fqhfyRWgjZ.dIgtg6UppT .ew2jjThgZ li:nth-child(2) { animation-delay: 0.15s; }
  .fqhfyRWgjZ.dIgtg6UppT .ew2jjThgZ li:nth-child(3) { animation-delay: 0.2s; }
  .fqhfyRWgjZ.dIgtg6UppT .ew2jjThgZ li:nth-child(4) { animation-delay: 0.25s; }
  .fqhfyRWgjZ.dIgtg6UppT .ew2jjThgZ li:nth-child(5) { animation-delay: 0.3s; }
  .fqhfyRWgjZ.dIgtg6UppT .ew2jjThgZ li:nth-child(6) { animation-delay: 0.35s; }
  .fqhfyRWgjZ.dIgtg6UppT .ew2jjThgZ li:nth-child(7) { animation-delay: 0.4s; }
  .fqhfyRWgjZ.dIgtg6UppT .ew2jjThgZ 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) {
  .fqhfyRWgjZ,
  .odFhfMEFf {
    display: none !important;
  }
  
  /* На мобильных для Minimal используется обычное мобильное меню */
  body.oQ4xve3B #page {
    transform: none !important;
  }
}

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

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

.iWC3D1Om3R6z.sKGf5qOt0E {
  background-size: cover;
  background-position: center;
}

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

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

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

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

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

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

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

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

  .q7lxB5bkw {
    height: 100vh;
  }
}

/* Hero Parallax Effect */
.qbVlaV2B0bmg {
  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 не сработал */
.qbVlaV2B0bmg:not([style*="background-size"]) {
  background-size: 130% auto;
}

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

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

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

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

/* Hero Subtitle */
.nKkThGsGbg {
  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 */
.iWC3D1Om3R6z.sfWvh3ZP .gNe2MlmbA {
  text-align: left;
}

.iWC3D1Om3R6z.j2kYvYIzr .gNe2MlmbA {
  text-align: center;
}

.iWC3D1Om3R6z.j2kYvYIzr .nKkThGsGbg {
  margin-left: auto;
  margin-right: auto;
}

.iWC3D1Om3R6z.bXsY5iKim .gNe2MlmbA {
  text-align: right;
}

.iWC3D1Om3R6z.bXsY5iKim .nKkThGsGbg {
  margin-left: auto;
}

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

.ojILmeS63m8 .gNB1Zi9n {
  display: none;
}

.qrPLZUIq .gNB1Zi9n {
  background: rgba(0, 0, 0, 0.2);
}

.iF7hyRHN .gNB1Zi9n {
  background: rgba(0, 0, 0, 0.4);
}

.jHCzSKyEim .gNB1Zi9n {
  background: rgba(0, 0, 0, 0.6);
}

.bWVwX5qh .gNB1Zi9n {
  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 */
.zUmGb36V {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.nnViTPrZWhlL .zUmGb36V {
  display: none;
}

.faf3NXGoX .zUmGb36V {
  background: rgba(0, 0, 0, 0.2);
}

.jiQXptZaEFOR .zUmGb36V {
  background: rgba(0, 0, 0, 0.4);
}

.xW5c2IxvX .zUmGb36V {
  background: rgba(0, 0, 0, 0.6);
}

.zwUfK8fNR2FB .zUmGb36V {
  background: rgba(0, 0, 0, 0.8);
}

.jMZm3o294 .zUmGb36V {
  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) */
.aMdLUtCyp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

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

.iWC3D1Om3R6z.j2kYvYIzr .jkChaqKmk {
  justify-content: center;
}

.iWC3D1Om3R6z.bXsY5iKim .jkChaqKmk {
  justify-content: flex-end;
}

.eQMFs2t58 {
  /* СИНХРОНИЗИРОВАНО С 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 */
.bcZRKQcf {
  border-radius: 6px;
}

.yGqWttzEkrua {
  border-radius: 50px;
}

.aUCz55n2Az {
  border-radius: 0;
}

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

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

.eQMFs2t58.fINOjVkmD0: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);
}

.eQMFs2t58.jt7xMfdFZzc {
  /* ИДЕНТИЧНО 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 переменной */
}

.eQMFs2t58.jt7xMfdFZzc: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);
}

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

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

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

.oS5IkrqBjAdp .eQMFs2t58.jt7xMfdFZzc:hover {
  background-color: var(--color-text-inverse, #ffffff);
  color: var(--color-primary);
  border-color: var(--color-text-inverse, #ffffff);
}

.oS5IkrqBjAdp .eQMFs2t58.qZIwFopn2uJ {
  color: var(--color-text-inverse, #ffffff);
}

.oS5IkrqBjAdp .eQMFs2t58.qZIwFopn2uJ:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-text-inverse, #ffffff);
}

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

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

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

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

.fdSqrNtF .kpw2g1yK8o {
  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 */
.t14IVrMTv {
  display: flex;
  align-items: stretch;
}

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

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

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

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

  .fdSqrNtF .gNe2MlmbA,
  .t14IVrMTv .gNe2MlmbA {
    padding: 40px 30px;
  }

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

@media (max-width: 768px) {
  .fdSqrNtF .gNe2MlmbA,
  .t14IVrMTv .gNe2MlmbA {
    padding: 30px 20px;
  }

  .fdSqrNtF .kpw2g1yK8o,
  .t14IVrMTv .kpw2g1yK8o {
    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.vyyZbrDJl4vF .blk-ce50a093__link,
body.vyyZbrDJl4vF div.blk-ce50a093 .blk-ce50a093__link,
body.vyyZbrDJl4vF .r1nu13re,
body.vyyZbrDJl4vF .btn,
body.vyyZbrDJl4vF .eQMFs2t58,
body.vyyZbrDJl4vF .kHYAbQft .r1nu13re,
body.vyyZbrDJl4vF .dR9vFSPTn .r1nu13re {
  border-radius: 6px !important;
}

/* PILL SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.yQppxnRU .blk-ce50a093__link,
body.yQppxnRU div.blk-ce50a093 .blk-ce50a093__link,
body.yQppxnRU .r1nu13re,
body.yQppxnRU .btn,
body.yQppxnRU .eQMFs2t58,
body.yQppxnRU .kHYAbQft .r1nu13re,
body.yQppxnRU .dR9vFSPTn .r1nu13re {
  border-radius: 50px !important;
}

/* PILL SHAPE - extra padding for CTA buttons и HERO buttons */
body.yQppxnRU .r1nu13re,
body.yQppxnRU .eQMFs2t58,
body.yQppxnRU .kHYAbQft .r1nu13re,
body.yQppxnRU .dR9vFSPTn .r1nu13re {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

/* SQUARE SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.rPZawIXBrE .blk-ce50a093__link,
body.rPZawIXBrE div.blk-ce50a093 .blk-ce50a093__link,
body.rPZawIXBrE .r1nu13re,
body.rPZawIXBrE .btn,
body.rPZawIXBrE .eQMFs2t58,
body.rPZawIXBrE .kHYAbQft .r1nu13re,
body.rPZawIXBrE .dR9vFSPTn .r1nu13re {
  border-radius: 0 !important;
}

/* ENSURE GLOBAL SHAPE WORKS EVERYWHERE - MAXIMUM SPECIFICITY */
body.vyyZbrDJl4vF .tiJIHbcJw.rwxAX4iTIpt .r1nu13re,
body.vyyZbrDJl4vF .veiVqrIY3dml .r1nu13re,
body.vyyZbrDJl4vF .bcZRKQcf,
body.vyyZbrDJl4vF .yGqWttzEkrua,
body.vyyZbrDJl4vF .aUCz55n2Az {
  border-radius: 6px !important;
}

body.yQppxnRU .tiJIHbcJw.rwxAX4iTIpt .r1nu13re,
body.yQppxnRU .veiVqrIY3dml .r1nu13re,
body.yQppxnRU .bcZRKQcf,
body.yQppxnRU .yGqWttzEkrua,
body.yQppxnRU .aUCz55n2Az {
  border-radius: 50px !important;
}

/* PILL SHAPE - extra padding for all contexts (включая HERO) */
body.yQppxnRU .tiJIHbcJw.rwxAX4iTIpt .r1nu13re,
body.yQppxnRU .veiVqrIY3dml .r1nu13re,
body.yQppxnRU .eQMFs2t58 {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.rPZawIXBrE .tiJIHbcJw.rwxAX4iTIpt .r1nu13re,
body.rPZawIXBrE .veiVqrIY3dml .r1nu13re,
body.rPZawIXBrE .bcZRKQcf,
body.rPZawIXBrE .yGqWttzEkrua,
body.rPZawIXBrE .aUCz55n2Az {
  border-radius: 0 !important;
}

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

body.yQppxnRU.bHpQjllqCB7U .r1nu13re,
body.yQppxnRU.dhjvEW00W .r1nu13re {
  border-radius: 50px !important;
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.rPZawIXBrE.bHpQjllqCB7U .r1nu13re,
body.rPZawIXBrE.dKUQ2Eqc .r1nu13re {
  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) {
  .hR0n0PGPORh {
    padding: 40px 20px;
  }

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

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

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

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

  .iWC3D1Om3R6z.sfWvh3ZP .jkChaqKmk {
    align-items: flex-start;
  }

  .iWC3D1Om3R6z.bXsY5iKim .jkChaqKmk {
    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;
  }

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

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

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

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

  .jkChaqKmk {
    gap: 10px;
  }

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

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

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

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

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

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

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

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

.iFxwv7thbb {
  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;
}

.mUfRlOoB {
  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;
}

.dygtiTyKb,
.mmzPFZeJ4,
.pwU9lF0rs {
  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;
}

.dygtiTyKb:hover,
.mmzPFZeJ4:hover,
.pwU9lF0rs:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

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

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

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

.mmzPFZeJ4:disabled,
.pwU9lF0rs:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.mmzPFZeJ4:disabled:hover,
.pwU9lF0rs: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) {
  .r1MIKNn6rX3a {
    max-width: 95vw;
    max-height: 70vh;
  }

  .dygtiTyKb,
  .mmzPFZeJ4,
  .pwU9lF0rs {
    width: 40px;
    height: 40px;
  }

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

  .mmzPFZeJ4 {
    left: 10px;
  }

  .pwU9lF0rs {
    right: 10px;
  }

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

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

/* Content image styles when lightbox is enabled */
body.lightbox-enabled .mm1Ke1P6Mb9u img:hover,
body.lightbox-enabled .iegt9pHvfN 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.vyyZbrDJl4vF .blk-ce50a093 .blk-ce50a093__link,
html body.vyyZbrDJl4vF .r1nu13re,
html body.vyyZbrDJl4vF .btn,
html body.vyyZbrDJl4vF .eQMFs2t58 {
  border-radius: 6px !important;
}

html body.yQppxnRU .blk-ce50a093 .blk-ce50a093__link,
html body.yQppxnRU .r1nu13re,
html body.yQppxnRU .btn,
html body.yQppxnRU .eQMFs2t58 {
  border-radius: 50px !important;
}

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

html body.rPZawIXBrE .blk-ce50a093 .blk-ce50a093__link,
html body.rPZawIXBrE .r1nu13re,
html body.rPZawIXBrE .btn,
html body.rPZawIXBrE .eQMFs2t58 {
  border-radius: 0 !important;
}

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

/* ENSURE ALL BUTTONS HAVE CONSISTENT TRANSITIONS */
.cdSIMEwEqZG,
.r1nu13re,
.eQMFs2t58,
.blk-ce50a093__link,
.kHYAbQft .r1nu13re,
.dR9vFSPTn .r1nu13re {
  transition: all var(--transition-fast, 0.15s ease-in-out) !important;
}

/* UNIFIED HOVER EFFECTS - ALL BUTTON TYPES */
.cdSIMEwEqZG:hover,
.uXvbyrOj2ED:hover,
.yEKYFUSIf:hover,
.r1nu13re.tXXJqMqAKz7:hover,
.r1nu13re.imHFnqzA8n:hover,
.r1nu13re.aXbuD8Dx2tny:hover,
.eQMFs2t58.fINOjVkmD0:hover,
.eQMFs2t58.jt7xMfdFZzc:hover,
.eQMFs2t58.qZIwFopn2uJ:hover,
.kHYAbQft .r1nu13re:hover,
.dR9vFSPTn .r1nu13re: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 */
.fdSqrNtF {
  padding: 0;
  overflow: hidden;
  position: relative;
}

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

.eljzCiZm,
.oikMXEhNk {
  flex: 0 0 50%;
  width: 50%;
}

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

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

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

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

.fdSqrNtF .jkChaqKmk {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

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

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

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

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

.t14IVrMTv .eljzCiZm,
.t14IVrMTv .oikMXEhNk {
  flex: 0 0 50%;
  width: 50%;
}

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

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

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

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

.t14IVrMTv .jkChaqKmk {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

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

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

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

  .t14IVrMTv .mXU62rwcx {
    max-width: 1320px;
  }
}

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

  .t14IVrMTv .mXU62rwcx {
    max-width: 100%;
    padding: 0 20px;
  }
}

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

  .eljzCiZm,
  .oikMXEhNk {
    width: 100%;
    flex: 0 0 auto;
  }

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

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

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

  .fdSqrNtF .nKkThGsGbg {
    font-size: 1.1rem;
  }

  .fdSqrNtF .jkChaqKmk {
    justify-content: center;
  }

  .s3QXtHWvH .oikMXEhNk {
    display: none;
  }

  .t14IVrMTv .mXU62rwcx {
    flex-direction: column;
    padding: 0;
  }

  .t14IVrMTv .eljzCiZm,
  .t14IVrMTv .oikMXEhNk {
    width: 100%;
    flex: 0 0 auto;
  }

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

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

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

  .t14IVrMTv .nKkThGsGbg {
    font-size: 1.1rem;
  }

  .t14IVrMTv .jkChaqKmk {
    justify-content: center;
  }

  .nsq226wnadW .oikMXEhNk {
    display: none;
  }
}

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

  .fdSqrNtF .jkChaqKmk {
    flex-direction: column;
    align-items: stretch;
  }

  .fdSqrNtF .jkChaqKmk .cdSIMEwEqZG {
    text-align: center;
    min-width: 150px;
  }

  .t14IVrMTv .eljzCiZm {
    padding: 30px 15px;
  }

  .t14IVrMTv .jkChaqKmk {
    flex-direction: column;
    align-items: stretch;
  }

  .t14IVrMTv .jkChaqKmk .cdSIMEwEqZG {
    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 .mm1Ke1P6Mb9u .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 .mm1Ke1P6Mb9u .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 */
.hH0DvS3W {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

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

/* Column title */
.nHNafXkzk9Un .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 */
.nHNafXkzk9Un .footer-column-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

/* No menu assigned message */
.hH0DvS3W .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) {
  .hH0DvS3W {
    gap: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

.qaymTNBN .poXxn8oiJ {
  flex: 1 1 100%;
  width: 100%;
}

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

/* Make menu columns grid span full width in default footer */
.qaymTNBN .poXxn8oiJ: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 ===== */
.qaymTNBN .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;
}

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

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

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

.qaymTNBN .footer-column-links .current-menu-item a {
  color: var(--color-primary, #007cba);
  font-weight: 600;
}

/* ===== FOOTER CENTERED - Minimal with Background on Hover ===== */
.pNEURRa5I .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);
}

.pNEURRa5I .footer-column-links {
  text-align: center;
}

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

.pNEURRa5I .footer-column-links a:hover {
  background-color: var(--color-primary, #007cba);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Remove default underline for centered */
.pNEURRa5I .footer-column-links a::after {
  display: none;
}

.pNEURRa5I .footer-column-links .current-menu-item a {
  background-color: var(--color-primary, #007cba);
  color: #ffffff;
  font-weight: 500;
}

/* ===== FOOTER COMPLEX - Modern with Glowing Dots ===== */
.lFNaIr59g .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;
}

.lFNaIr59g .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 */
.lFNaIr59g .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 */
.lFNaIr59g .footer-column-links a:hover {
  color: rgba(255, 255, 255, 1);
  padding-left: 22px;
}

.lFNaIr59g .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 */
.lFNaIr59g .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;
}

.lFNaIr59g .footer-column-links a:hover::after {
  opacity: 1;
}

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

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

.lFNaIr59g .footer-column-links .current-menu-item a::after {
  opacity: 1;
}

/* ===== FOOTER MINIMAL - Simple No Effects ===== */
.uE4kN2R7o .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;
}

.uE4kN2R7o .footer-column-links a {
  color: var(--color-text-primary, #1a1a1a);
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

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

/* Remove all effects for minimal */
.uE4kN2R7o .footer-column-links a::before,
.uE4kN2R7o .footer-column-links a::after {
  display: none;
}

.uE4kN2R7o .footer-column-links .current-menu-item a {
  color: var(--color-primary, #007cba);
  font-weight: 500;
}

/* ===== LANGUAGE / GEO SWITCHER ===== */
.rlrN6X2E6A {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.eHCOhkNU6qJo {
  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;
}
.eHCOhkNU6qJo:hover {
  background: rgba(0, 0, 0, 0.04);
}
.nteNUJBT5k .eHCOhkNU6qJo {
  border-color: currentColor;
  opacity: 0.9;
}
.vqjshQhp,
.h0qlEduAYY {
  font-size: 1.1em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.oUZZIqpgz2Z {
  width: 28px;
  height: 20px;
  object-fit: cover;
  border-radius: 2px;
}
.rYACoMb6 {
  font-size: 0.7em;
  opacity: 0.8;
}
.uEivHhGn2zNT {
  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;
}
.yHBrlNCa1 {
  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;
}
.yHBrlNCa1:hover {
  background: var(--color-bg-secondary, #f8fafc);
}
.xWS7y8huANo {
  font-weight: 600;
  color: var(--color-primary, #2563eb);
}
.igJJF5KD {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm, 12px);
}
.yWWHAqdoiA .rlrN6X2E6A {
  margin-left: 0;
}
.t031trIO {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--color-footer-bg, #1a1a1a);
}
.t031trIO .eHCOhkNU6qJo {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--color-footer-text, #fff);
}
.t031trIO .uEivHhGn2zNT {
  background: var(--color-bg-dark, #0f172a);
  border-color: rgba(255, 255, 255, 0.15);
}
.t031trIO .yHBrlNCa1 {
  color: var(--color-footer-text, #fff);
}
.t031trIO .yHBrlNCa1:hover {
  background: rgba(255, 255, 255, 0.1);
}
.z8qRozdOrg {
  padding: 12px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.z8qRozdOrg .uEivHhGn2zNT {
  position: static;
  margin-top: 8px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.z8qRozdOrg .sjwh-lang-switcher-select[aria-expanded="true"] + .uEivHhGn2zNT {
  display: block !important;
}
.z8qRozdOrg .sjwh-lang-switcher-dropdown[hidden] {
  display: none !important;
}

/* На мобилке в хедере: только флаг в кнопке, полное название — в дропдауне */
@media (max-width: 767px) {
  .igJJF5KD .eHCOhkNU6qJo .qHIY1g7MyzY8 {
    display: none !important;
  }
  .igJJF5KD .eHCOhkNU6qJo {
    padding: 6px 10px;
    gap: 4px;
  }
}
