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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text utilities */
.dT7hL9Bf { text-align: center; }
.aqGz2Ev0f { text-align: left; }
.qjKnClgK { text-align: right; }

.iiOh1wS9TG0 { color: var(--color-primary); }
.bm9tlHhJkSHR { color: var(--color-text-secondary); }
.j1s5Waljf { color: var(--color-text-light); }

/* Display utilities */
.gtpx06HlVH { display: none; }
.sECsiYDIq { display: block; }
.gP3uFlcf6 { display: flex; }
.pn3nh2Sep67 { display: inline; }
.sGpWUTpp7f { display: inline-block; }

/* Flex utilities */
.fQm5oFFel23c { flex-direction: column; }
.xnt1Zpy52A { flex-wrap: wrap; }
.nG9QnVTg { justify-content: center; }
.c4iURJax { justify-content: space-between; }
.uSHEcX8m { justify-content: space-around; }
.hSwEf4jZuQ { align-items: center; }
.kBoT67Rk { align-items: flex-start; }
.z0UvSCFTfBP7 { align-items: flex-end; }

/* Spacing utilities */
.xnRHzTcyV { margin-bottom: 0; }
.leIrHjeu { margin-bottom: var(--spacing-sm); }
.nYRMQARW { margin-bottom: var(--spacing-md); }
.wITqbnAPH { margin-bottom: var(--spacing-lg); }
.gluAJ9P7HU { margin-bottom: var(--spacing-xl); }

.wkRYHzZOGyQ { margin-top: 0; }
.m9MrKlz2X5qH { margin-top: var(--spacing-sm); }
.hwUDNUgc3N { margin-top: var(--spacing-md); }
.txqw1cWvzefb { margin-top: var(--spacing-lg); }
.i4QFTZI9 { 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 */
.j0YmvPxnl,
.iR22xbBU,
.e5S8uae73L {
  padding: var(--spacing-xl) 0; /* Only vertical padding, horizontal is from .muEJh8K3 */
}

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

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

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

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

.fdeK3vaWl {
  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) */
.xvef17O9Z.aqGz2Ev0f {
  text-align: left;
}

.xvef17O9Z.dT7hL9Bf {
  text-align: center;
}

.xvef17O9Z.qjKnClgK {
  text-align: right;
}

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

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

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

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

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

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

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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sa0bfPkO6k:hover {
  background: transparent;
}

.sa0bfPkO6k:hover .b3MjNAF5ngI {
  background-color: var(--color-primary-dark);
}

.sa0bfPkO6k:hover .jYqk3iRmI {
  fill: var(--color-primary-dark);
}

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

.sa0bfPkO6k.dhE609WzK .b3MjNAF5ngI:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.sa0bfPkO6k.dhE609WzK .b3MjNAF5ngI:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

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

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


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

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

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

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

.sa0bfPkO6k.dhE609WzK .i2cztCRt {
  display: none !important;
}

.sa0bfPkO6k.dhE609WzK .zLbI22Qq3HSy {
  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 - классическое исчезновение с поворотом */
.jwrIMAvEaeC .i2cztCRt {
  animation: hamburgerFadeOut 0.3s ease-out forwards;
}

.zo6PU0d3vLlv.dhE609WzK .i2cztCRt {
  animation: none;
}

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

.zo6PU0d3vLlv.dhE609WzK .i2cztCRt {
  transform: rotate(45deg);
  display: block !important;
}

.dIJoOJ07YdF4 .zLbI22Qq3HSy {
  display: none !important;
}

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

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

.sa0bfPkO6k:hover .z1Vc3k70jvc .ygtWWGPOt {
  background: var(--color-primary-dark);
}

.z1Vc3k70jvc .exE6ZIKKM {
  top: 10px;
}

.z1Vc3k70jvc .nUMsqVNd8pv {
  top: 19px;
}

.z1Vc3k70jvc .iB6EyfGI {
  top: 28px;
}

.sa0bfPkO6k.dhE609WzK .z1Vc3k70jvc .exE6ZIKKM {
  transform: rotate(45deg);
  top: 19px;
}

.sa0bfPkO6k.dhE609WzK .z1Vc3k70jvc .nUMsqVNd8pv {
  opacity: 0;
  transform: scale(0) rotate(90deg);
}

.sa0bfPkO6k.dhE609WzK .z1Vc3k70jvc .iB6EyfGI {
  transform: rotate(-45deg);
  top: 19px;
}


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

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

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

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

.nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc.scrolled {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* Меню слева */
.nUhLyENaZwch.qsqI0sxBG .sa0bfPkO6k {
  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);
}

.nUhLyENaZwch.qsqI0sxBG .sa0bfPkO6k:hover {
  background: transparent !important;
  border-radius: var(--radius-md);
}

.nUhLyENaZwch.qsqI0sxBG .sa0bfPkO6k:hover svg {
  fill: var(--color-primary-dark) !important;
}

.nUhLyENaZwch.qsqI0sxBG .sa0bfPkO6k:hover .b3MjNAF5ngI,
.nUhLyENaZwch.qsqI0sxBG .sa0bfPkO6k:hover .z1Vc3k70jvc .ygtWWGPOt {
  background-color: var(--color-primary-dark) !important;
}

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

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

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

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

.nUhLyENaZwch.qsqI0sxBG .mKwIsYpSiX {
  padding: 0;
  margin: 0;
}

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

.nUhLyENaZwch.qsqI0sxBG .zpAvakYErs {
  display: none;
}



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

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

.l7G1jX5T.nkpVZnCnNyEO: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 */
.ovIbNyUFnfg:hover,
.nsKHwtykp:hover,
.k4uRUbYkECp:hover,
.gqzcy0JuB:hover,
.zkAL7dPoS:hover,
.l7G1jX5T:hover,
.jlVdPk7S:hover {
  animation: none !important;
}

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

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

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

.l7G1jX5T.tMg4JqybS1:hover {
  color: var(--color-primary-dark);
  background-color: var(--color-primary-light);
}

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

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

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

/* Square Shape */
body.x9ASjccA .l7G1jX5T {
  border-radius: 0;
}

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

body.sq9CjVKcpat .nUhLyENaZwch.w2zDvUPmc .l7G1jX5T {
  border-radius: 50px !important;
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.x9ASjccA .nUhLyENaZwch.w2zDvUPmc .l7G1jX5T {
  border-radius: 0 !important;
}

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

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

body.yFnN8XkG6b .kt14UmaNqGBI {
  min-height: 70px !important;
}

body.yLFKhG9ui .kt14UmaNqGBI {
  min-height: 80px !important;
}

body.bXpkXezzAdNX .kt14UmaNqGBI {
  min-height: 100px !important;
}

/* Header Heights for Minimal Style - same values but with specific selectors */
body.fn0ngjwT2.header-style-minimal .nUhLyENaZwch.qsqI0sxBG .kt14UmaNqGBI,
body.fn0ngjwT2 .nUhLyENaZwch.qsqI0sxBG .kt14UmaNqGBI {
  min-height: 60px !important;
}

body.yFnN8XkG6b.header-style-minimal .nUhLyENaZwch.qsqI0sxBG .kt14UmaNqGBI,
body.yFnN8XkG6b .nUhLyENaZwch.qsqI0sxBG .kt14UmaNqGBI {
  min-height: 70px !important;
}

body.yLFKhG9ui.header-style-minimal .nUhLyENaZwch.qsqI0sxBG .kt14UmaNqGBI,
body.yLFKhG9ui .nUhLyENaZwch.qsqI0sxBG .kt14UmaNqGBI {
  min-height: 80px !important;
}

body.bXpkXezzAdNX.header-style-minimal .nUhLyENaZwch.qsqI0sxBG .kt14UmaNqGBI,
body.bXpkXezzAdNX .nUhLyENaZwch.qsqI0sxBG .kt14UmaNqGBI {
  min-height: 100px !important;
}

/* Sticky Header Heights */
body.iVTrZRxj #lGe0NztWx.w2zDvUPmc .kt14UmaNqGBI,
body.iVTrZRxj .nUhLyENaZwch.w2zDvUPmc .kt14UmaNqGBI {
  min-height: 50px !important;
}

body.dtOVyTDhc #lGe0NztWx.w2zDvUPmc .kt14UmaNqGBI,
body.dtOVyTDhc .nUhLyENaZwch.w2zDvUPmc .kt14UmaNqGBI {
  min-height: 60px !important;
}

body.cyjBvmbGVp3Y #lGe0NztWx.w2zDvUPmc .kt14UmaNqGBI,
body.cyjBvmbGVp3Y .nUhLyENaZwch.w2zDvUPmc .kt14UmaNqGBI {
  min-height: 70px !important;
}

body.iGVEFjFl #lGe0NztWx.w2zDvUPmc .kt14UmaNqGBI,
body.iGVEFjFl .nUhLyENaZwch.w2zDvUPmc .kt14UmaNqGBI {
  min-height: 80px !important;
}

/* Sticky Header Heights for Minimal Style - with specific selectors */
body.iVTrZRxj.header-style-minimal .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc .kt14UmaNqGBI,
body.iVTrZRxj .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc .kt14UmaNqGBI {
  min-height: 50px !important;
}

body.dtOVyTDhc.header-style-minimal .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc .kt14UmaNqGBI,
body.dtOVyTDhc .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc .kt14UmaNqGBI {
  min-height: 60px !important;
}

body.cyjBvmbGVp3Y.header-style-minimal .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc .kt14UmaNqGBI,
body.cyjBvmbGVp3Y .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc .kt14UmaNqGBI {
  min-height: 70px !important;
}

body.iGVEFjFl.header-style-minimal .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc .kt14UmaNqGBI,
body.iGVEFjFl .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc .kt14UmaNqGBI {
  min-height: 80px !important;
}

/* Scrolled state heights (when sticky is active and scrolled) */
body.iVTrZRxj #lGe0NztWx.w2zDvUPmc.n6GFkcGnSVPs .kt14UmaNqGBI,
body.iVTrZRxj .nUhLyENaZwch.w2zDvUPmc.n6GFkcGnSVPs .kt14UmaNqGBI {
  min-height: 50px !important;
}

body.dtOVyTDhc #lGe0NztWx.w2zDvUPmc.n6GFkcGnSVPs .kt14UmaNqGBI,
body.dtOVyTDhc .nUhLyENaZwch.w2zDvUPmc.n6GFkcGnSVPs .kt14UmaNqGBI {
  min-height: 60px !important;
}

body.cyjBvmbGVp3Y #lGe0NztWx.w2zDvUPmc.n6GFkcGnSVPs .kt14UmaNqGBI,
body.cyjBvmbGVp3Y .nUhLyENaZwch.w2zDvUPmc.n6GFkcGnSVPs .kt14UmaNqGBI {
  min-height: 70px !important;
}

body.iGVEFjFl #lGe0NztWx.w2zDvUPmc.n6GFkcGnSVPs .kt14UmaNqGBI,
body.iGVEFjFl .nUhLyENaZwch.w2zDvUPmc.n6GFkcGnSVPs .kt14UmaNqGBI {
  min-height: 80px !important;
}

/* Scrolled state heights for Minimal Style - with specific selectors */
body.iVTrZRxj.header-style-minimal .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc.n6GFkcGnSVPs .kt14UmaNqGBI,
body.iVTrZRxj .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc.n6GFkcGnSVPs .kt14UmaNqGBI {
  min-height: 50px !important;
}

body.dtOVyTDhc.header-style-minimal .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc.n6GFkcGnSVPs .kt14UmaNqGBI,
body.dtOVyTDhc .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc.n6GFkcGnSVPs .kt14UmaNqGBI {
  min-height: 60px !important;
}

body.cyjBvmbGVp3Y.header-style-minimal .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc.n6GFkcGnSVPs .kt14UmaNqGBI,
body.cyjBvmbGVp3Y .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc.n6GFkcGnSVPs .kt14UmaNqGBI {
  min-height: 70px !important;
}

body.iGVEFjFl.header-style-minimal .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc.n6GFkcGnSVPs .kt14UmaNqGBI,
body.iGVEFjFl .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc.n6GFkcGnSVPs .kt14UmaNqGBI {
  min-height: 80px !important;
}

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

  /* Mobile Header Heights for Minimal Style - with specific selectors */
  body.fn0ngjwT2.header-style-minimal .nUhLyENaZwch.qsqI0sxBG .kt14UmaNqGBI,
  body.fn0ngjwT2 .nUhLyENaZwch.qsqI0sxBG .kt14UmaNqGBI {
    min-height: 50px !important;
  }

  body.yFnN8XkG6b.header-style-minimal .nUhLyENaZwch.qsqI0sxBG .kt14UmaNqGBI,
  body.yFnN8XkG6b .nUhLyENaZwch.qsqI0sxBG .kt14UmaNqGBI {
    min-height: 60px !important;
  }

  body.yLFKhG9ui.header-style-minimal .nUhLyENaZwch.qsqI0sxBG .kt14UmaNqGBI,
  body.yLFKhG9ui .nUhLyENaZwch.qsqI0sxBG .kt14UmaNqGBI {
    min-height: 65px !important;
  }

  body.bXpkXezzAdNX.header-style-minimal .nUhLyENaZwch.qsqI0sxBG .kt14UmaNqGBI,
  body.bXpkXezzAdNX .nUhLyENaZwch.qsqI0sxBG .kt14UmaNqGBI {
    min-height: 70px !important;
  }

  /* Mobile Sticky Heights */
  body.iVTrZRxj #lGe0NztWx.w2zDvUPmc .kt14UmaNqGBI,
  body.iVTrZRxj .nUhLyENaZwch.w2zDvUPmc .kt14UmaNqGBI {
    min-height: 45px !important;
  }

  body.dtOVyTDhc #lGe0NztWx.w2zDvUPmc .kt14UmaNqGBI,
  body.dtOVyTDhc .nUhLyENaZwch.w2zDvUPmc .kt14UmaNqGBI {
    min-height: 50px !important;
  }

  body.cyjBvmbGVp3Y #lGe0NztWx.w2zDvUPmc .kt14UmaNqGBI,
  body.cyjBvmbGVp3Y .nUhLyENaZwch.w2zDvUPmc .kt14UmaNqGBI {
    min-height: 55px !important;
  }

  body.iGVEFjFl #lGe0NztWx.w2zDvUPmc .kt14UmaNqGBI,
  body.iGVEFjFl .nUhLyENaZwch.w2zDvUPmc .kt14UmaNqGBI {
    min-height: 60px !important;
  }

  /* Mobile Sticky Heights for Minimal Style - with specific selectors */
  body.iVTrZRxj.header-style-minimal .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc .kt14UmaNqGBI,
  body.iVTrZRxj .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc .kt14UmaNqGBI {
    min-height: 45px !important;
  }

  body.dtOVyTDhc.header-style-minimal .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc .kt14UmaNqGBI,
  body.dtOVyTDhc .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc .kt14UmaNqGBI {
    min-height: 50px !important;
  }

  body.cyjBvmbGVp3Y.header-style-minimal .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc .kt14UmaNqGBI,
  body.cyjBvmbGVp3Y .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc .kt14UmaNqGBI {
    min-height: 55px !important;
  }

  body.iGVEFjFl.header-style-minimal .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc .kt14UmaNqGBI,
  body.iGVEFjFl .nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc .kt14UmaNqGBI {
    min-height: 60px !important;
  }

  /* FIX: Prevent menu button from wrapping in sticky mode */
  #lGe0NztWx.w2zDvUPmc .kt14UmaNqGBI,
  .nUhLyENaZwch.w2zDvUPmc .kt14UmaNqGBI {
    flex-wrap: nowrap !important; /* Force elements to stay in one line */
  }

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

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

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

  #lGe0NztWx.w2zDvUPmc .sa0bfPkO6k,
  .nUhLyENaZwch.w2zDvUPmc .sa0bfPkO6k {
    flex-shrink: 0; /* Prevent button from shrinking */
    padding: 5px !important; /* Reduce padding in sticky mode */
    min-width: 35px !important;
    min-height: 35px !important;
  }

  #lGe0NztWx.w2zDvUPmc .sa0bfPkO6k .jYqk3iRmI,
  .nUhLyENaZwch.w2zDvUPmc .sa0bfPkO6k .jYqk3iRmI {
    width: 30px !important;
    height: 30px !important;
  }

  #lGe0NztWx.w2zDvUPmc .sa0bfPkO6k .z1Vc3k70jvc,
  .nUhLyENaZwch.w2zDvUPmc .sa0bfPkO6k .z1Vc3k70jvc {
    width: 30px !important;
    height: 30px !important;
  }

  #lGe0NztWx.w2zDvUPmc .sa0bfPkO6k .b3MjNAF5ngI,
  .nUhLyENaZwch.w2zDvUPmc .sa0bfPkO6k .b3MjNAF5ngI {
    width: 24px !important;
    margin: 3px 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

/* For sticky header - keep progress bar visible */
#lGe0NztWx.w2zDvUPmc .nUdJ030IiK,
.nUhLyENaZwch.w2zDvUPmc .nUdJ030IiK {
  position: absolute;
  bottom: 0;
}

/* Hide progress bar when header is hidden on scroll */
#lGe0NztWx.w2zDvUPmc.header-hidden .nUdJ030IiK,
.nUhLyENaZwch.w2zDvUPmc.header-hidden .nUdJ030IiK {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show progress bar when visible */
body.m5ac4A2mqLa .nUdJ030IiK {
  display: block;
}

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

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

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

.w9gLQ14lz.dhE609WzK {
  right: 0;
}

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

.s3zi2F453.dhE609WzK {
  display: block;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fYhaZv3WO .gTSiUmEH4N .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%);
}

.fYhaZv3WO .gTSiUmEH4N .sXY8iSEeF > a::after {
  transform: translateY(-50%) rotate(90deg);
}

.fYhaZv3WO .sXY8iSEeF > .gTSiUmEH4N {
  display: block;
}

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

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

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

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

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

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

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

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

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


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

  .sa0bfPkO6k {
    display: flex !important;
  }

  .w9gLQ14lz {
    display: block;
  }

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

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

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

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

}

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



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

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

#lGe0NztWx.w2zDvUPmc.scrolled .hrK9moxdh img,
.nUhLyENaZwch.w2zDvUPmc.scrolled .hrK9moxdh img {
  max-height: 40px;
  transition: max-height 0.3s ease;
}

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

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


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

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

/* Контейнер внутри scrolled Minimal */
.nUhLyENaZwch.qsqI0sxBG.w2zDvUPmc.scrolled .kt14UmaNqGBI {
  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 */
#lGe0NztWx.w2zDvUPmc.header-hidden,
.nUhLyENaZwch.w2zDvUPmc.header-hidden {
  transform: translateY(-100%);
}

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

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

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

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

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

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

.wbw1dTCOoV.dhE609WzK {
  transform: translateX(0);
}

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

.wbw1dTCOoV .uQWcPrO2M {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

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

.ff1fXA6E6m.dhE609WzK {
  transform: translateX(0);
}

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

.ff1fXA6E6m .uQWcPrO2M {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

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

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

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

.v9AbuMrk .cEpTLzXgXE8 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

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

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

.v9AbuMrk .uQWcPrO2M .l7G1jX5T {
  min-width: 120px;
  text-align: center;
}

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

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

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

.v9AbuMrk.dhE609WzK .fYhaZv3WO li {
  opacity: 1;
  transform: translateY(0);
}

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

.v9AbuMrk .fYhaZv3WO 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;
}

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

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

.v9AbuMrk .fYhaZv3WO 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 */
.iOFPLXSBHY9 {
  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;
}

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

/* Allow JavaScript to override positioning */
body.fn0ngjwT2 .iOFPLXSBHY9 {
  top: 60px;
  height: calc(100vh - 60px);
}
body.yFnN8XkG6b .iOFPLXSBHY9 {
  top: 70px;
  height: calc(100vh - 70px);
}
body.yLFKhG9ui .iOFPLXSBHY9 {
  top: 80px;
  height: calc(100vh - 80px);
}
body.bXpkXezzAdNX .iOFPLXSBHY9 {
  top: 100px;
  height: calc(100vh - 100px);
}

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


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

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

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

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

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

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

.iOFPLXSBHY9 #jdarg1hOLY {
  margin: 0;
  padding: 0;
}

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

.iOFPLXSBHY9.dhE609WzK .fYhaZv3WO li {
  opacity: 1;
  transform: translateX(0);
}

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

.iOFPLXSBHY9 .fYhaZv3WO 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;
}

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

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

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

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

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

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

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

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

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

.lZCDh0usZ .w9gLQ14lz:not(.sjwh-is-active) {
  opacity: 0;
}

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

.uW2Q9ox46 .w9gLQ14lz:not(.sjwh-is-active) {
  transform: scale(0.8);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d7XAmEut {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rA7H2w6elV {
  margin-bottom: 10px;
}

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

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

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

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

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

.rdbwYrCA1t1 a:hover {
  opacity: 0.7;
}

.cdP82lsP .d7XAmEut {
  display: flex;
  gap: 15px;
  justify-content: center;
}

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

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

.e8xvypWANZ {
  font-weight: bold;
}

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

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

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

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

.kNaAO0eJ .rRUEffT6mCbu,
.site-footer.kNaAO0eJ .rRUEffT6mCbu {
  width: 100% !important;
}

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

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

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

.kNaAO0eJ .bLR2SJXGDaJY,
.site-footer.kNaAO0eJ .bLR2SJXGDaJY {
  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 */
.rRUEffT6mCbu.gPU7vua1u .fqS1PXzMr,
.site-footer.kNaAO0eJ .gPU7vua1u .fqS1PXzMr {
  grid-template-columns: 1fr !important;
}

.rRUEffT6mCbu.aXQnHnDaw .fqS1PXzMr,
.site-footer.kNaAO0eJ .aXQnHnDaw .fqS1PXzMr {
  grid-template-columns: repeat(2, 1fr) !important;
}

.rRUEffT6mCbu.uhFVAJRd .fqS1PXzMr,
.site-footer.kNaAO0eJ .uhFVAJRd .fqS1PXzMr {
  grid-template-columns: repeat(3, 1fr) !important;
}

.rRUEffT6mCbu.qYTDCucz .fqS1PXzMr,
.site-footer.kNaAO0eJ .qYTDCucz .fqS1PXzMr {
  grid-template-columns: repeat(4, 1fr) !important;
}

.rRUEffT6mCbu.swjGwC0wJ8o .fqS1PXzMr,
.site-footer.kNaAO0eJ .swjGwC0wJ8o .fqS1PXzMr {
  grid-template-columns: repeat(5, 1fr) !important;
}

.rRUEffT6mCbu.rSCZ708sppM .fqS1PXzMr,
.site-footer.kNaAO0eJ .rSCZ708sppM .fqS1PXzMr {
  grid-template-columns: repeat(6, 1fr) !important;
}

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

.kNaAO0eJ .bLR2SJXGDaJY li::marker,
.site-footer.kNaAO0eJ .bLR2SJXGDaJY li::marker {
  content: '' !important;
}

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

.kNaAO0eJ .bLR2SJXGDaJY a:hover,
.site-footer.kNaAO0eJ .bLR2SJXGDaJY a:hover {
  opacity: 0.7 !important;
}

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

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

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

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

.kNaAO0eJ .rTglqFOIOp,
.site-footer.kNaAO0eJ .rTglqFOIOp {
  margin-bottom: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kNaAO0eJ .mQYbKQl7a,
.site-footer.kNaAO0eJ .mQYbKQl7a {
  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;
}

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

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

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

.kNaAO0eJ .niqTslDiK,
.site-footer.kNaAO0eJ .niqTslDiK {
  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;
}

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

.kNaAO0eJ .niqTslDiK.fx3Vu44P9Njb:hover,
.site-footer.kNaAO0eJ .niqTslDiK.fx3Vu44P9Njb:hover {
  background: #1877f2 !important;
}

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

.kNaAO0eJ .niqTslDiK.sFvKofQ7RzL:hover,
.site-footer.kNaAO0eJ .niqTslDiK.sFvKofQ7RzL:hover {
  background: #000000 !important;
}

.kNaAO0eJ .niqTslDiK.qNycxsJLLxE:hover,
.site-footer.kNaAO0eJ .niqTslDiK.qNycxsJLLxE:hover {
  background: #ff0000 !important;
}

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

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

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

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

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

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

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

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

  .kNaAO0eJ .rIOC1mlsmj,
  .site-footer.kNaAO0eJ .rIOC1mlsmj {
    text-align: center !important;
  }

  .kNaAO0eJ .noL4rLLT,
  .site-footer.kNaAO0eJ .noL4rLLT {
    justify-content: center !important;
  }

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

  .kNaAO0eJ .hmxJETHad3gY,
  .site-footer.kNaAO0eJ .hmxJETHad3gY {
    justify-content: center !important;
  }

  /* Navigation columns responsive - reduce to 2 columns on tablet */
  .rRUEffT6mCbu.uhFVAJRd .fqS1PXzMr,
  .rRUEffT6mCbu.qYTDCucz .fqS1PXzMr,
  .rRUEffT6mCbu.swjGwC0wJ8o .fqS1PXzMr,
  .rRUEffT6mCbu.rSCZ708sppM .fqS1PXzMr,
  .site-footer.kNaAO0eJ .uhFVAJRd .fqS1PXzMr,
  .site-footer.kNaAO0eJ .qYTDCucz .fqS1PXzMr,
  .site-footer.kNaAO0eJ .swjGwC0wJ8o .fqS1PXzMr,
  .site-footer.kNaAO0eJ .rSCZ708sppM .fqS1PXzMr {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

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

  .kNaAO0eJ .bLR2SJXGDaJY,
  .site-footer.kNaAO0eJ .bLR2SJXGDaJY {
    gap: 10px !important;
  }


  /* Navigation columns mobile - all become single column */
  .rRUEffT6mCbu.aXQnHnDaw .fqS1PXzMr,
  .rRUEffT6mCbu.uhFVAJRd .fqS1PXzMr,
  .rRUEffT6mCbu.qYTDCucz .fqS1PXzMr,
  .rRUEffT6mCbu.swjGwC0wJ8o .fqS1PXzMr,
  .rRUEffT6mCbu.rSCZ708sppM .fqS1PXzMr,
  .site-footer.kNaAO0eJ .aXQnHnDaw .fqS1PXzMr,
  .site-footer.kNaAO0eJ .uhFVAJRd .fqS1PXzMr,
  .site-footer.kNaAO0eJ .qYTDCucz .fqS1PXzMr,
  .site-footer.kNaAO0eJ .swjGwC0wJ8o .fqS1PXzMr,
  .site-footer.kNaAO0eJ .rSCZ708sppM .fqS1PXzMr {
    grid-template-columns: 1fr !important;
  }
}

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

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

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

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

.vqlIiukj .vvSvNOZORpr,
.site-footer.vqlIiukj .vvSvNOZORpr {
  margin-bottom: 10px !important;
}

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

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

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

.vqlIiukj .gpNnqFcl,
.site-footer.vqlIiukj .gpNnqFcl {
  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;
}

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

.vqlIiukj .gpNnqFcl.fx3Vu44P9Njb:hover,
.site-footer.vqlIiukj .gpNnqFcl.fx3Vu44P9Njb:hover {
  background: #1877f2 !important;
}

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

.vqlIiukj .gpNnqFcl.sFvKofQ7RzL:hover,
.site-footer.vqlIiukj .gpNnqFcl.sFvKofQ7RzL:hover {
  background: #000000 !important;
}

.vqlIiukj .gpNnqFcl.qNycxsJLLxE:hover,
.site-footer.vqlIiukj .gpNnqFcl.qNycxsJLLxE:hover {
  background: #ff0000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .vqlIiukj .wQ9Sfo56xOIb {
    gap: 8px !important;
  }
  
  .vqlIiukj .cDdMPdOJpFJ {
    max-width: calc((100% - 40px) / 3) !important;
  }
  
  .vqlIiukj .ycZFcrgWG {
    max-height: 50px !important;
  }
}

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

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

.vqlIiukj .ic5zSUjm9Y1,
.site-footer.vqlIiukj .ic5zSUjm9Y1 {
  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;
}

.vqlIiukj .ic5zSUjm9Y1 .udNoWIia60,
.site-footer.vqlIiukj .ic5zSUjm9Y1 .udNoWIia60 {
  justify-content: flex-end !important;
}

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

.vqlIiukj .jMZ35lwz,
.site-footer.vqlIiukj .jMZ35lwz {
  display: flex !important;
  flex-direction: column !important;
}

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

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

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

.vqlIiukj .s72zAHI1e li::marker,
.site-footer.vqlIiukj .s72zAHI1e li::marker {
  content: '' !important;
}

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

.vqlIiukj .s72zAHI1e a:hover,
.site-footer.vqlIiukj .s72zAHI1e a:hover {
  opacity: 0.7 !important;
}

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

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

.vqlIiukj .lV48wkgzNM,
.site-footer.vqlIiukj .lV48wkgzNM {
  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) {
  .vqlIiukj .tMPmgzyBsk,
  .site-footer.vqlIiukj .tMPmgzyBsk {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .vqlIiukj .wC0kUyC2u,
  .site-footer.vqlIiukj .wC0kUyC2u {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  
  .vqlIiukj .ic5zSUjm9Y1,
  .site-footer.vqlIiukj .ic5zSUjm9Y1 {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
  }
  
  .vqlIiukj .jp78iBso1z {
    text-align: left !important;
  }
}

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

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

  .vqlIiukj .dHfrsnyQC,
  .site-footer.vqlIiukj .dHfrsnyQC {
    text-align: center !important;
    align-items: center !important;
  }

  .vqlIiukj .mPPftIcoR,
  .site-footer.vqlIiukj .mPPftIcoR {
    justify-content: center !important;
  }

  .vqlIiukj .wK8M6ny6isfr,
  .site-footer.vqlIiukj .wK8M6ny6isfr {
    justify-content: center !important;
  }

  .vqlIiukj .jMZ35lwz,
  .site-footer.vqlIiukj .jMZ35lwz {
    align-items: center !important;
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

  .ybsbTEbc31Fi {
    justify-content: center;
  }
}

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

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

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

  /* Отключение всех focus стилей в боковом меню */
  .zI6AhbIx2X3b *:focus,
  .zI6AhbIx2X3b a:focus,
  .zI6AhbIx2X3b button:focus,
  .gMInfy7G *:focus,
  .c605ZcAUCNHY a:focus,
  .pMTDwDRMHSjL a:focus,
  .dgRq2WtS a:focus,
  .dgRq2WtS button:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }

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

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

  .nUhLyENaZwch.qsqI0sxBG .sa0bfPkO6k:hover .z1Vc3k70jvc .ygtWWGPOt {
    background: var(--color-primary-dark);
  }

  /* Когда меню открыто, меняем иконку */
  body.nkNjU7OGu .nUhLyENaZwch.qsqI0sxBG .sa0bfPkO6k {
    background: transparent;
  }

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

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

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

.e83jxYXaS.kfUkYrJVjgnO {
  background-size: cover;
  background-position: center;
}

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

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

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

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

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

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

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

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

  .puLLPiyHH {
    height: 100vh;
  }
}

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

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

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

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

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

/* Hero Subtitle */
.ey9b16GtEfc {
  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 */
.e83jxYXaS.aqGz2Ev0f .dL9dSO1A {
  text-align: left;
}

.e83jxYXaS.dT7hL9Bf .dL9dSO1A {
  text-align: center;
}

.e83jxYXaS.dT7hL9Bf .ey9b16GtEfc {
  margin-left: auto;
  margin-right: auto;
}

.e83jxYXaS.qjKnClgK .dL9dSO1A {
  text-align: right;
}

.e83jxYXaS.qjKnClgK .ey9b16GtEfc {
  margin-left: auto;
}

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

.gFAQ7sYcaAp .ys7JTAFk {
  display: none;
}

.bPNbwbAnL .ys7JTAFk {
  background: rgba(0, 0, 0, 0.2);
}

.rZ7Ctcrinedu .ys7JTAFk {
  background: rgba(0, 0, 0, 0.4);
}

.sJjXwg3m .ys7JTAFk {
  background: rgba(0, 0, 0, 0.6);
}

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

.czN4LHEU .crgGBCPrnZ77 {
  display: none;
}

.wVYFBziPKsO .crgGBCPrnZ77 {
  background: rgba(0, 0, 0, 0.2);
}

.iCCRzU3nosQ .crgGBCPrnZ77 {
  background: rgba(0, 0, 0, 0.4);
}

.l7eMv5pYDU .crgGBCPrnZ77 {
  background: rgba(0, 0, 0, 0.6);
}

.j290IiiEWZnE .crgGBCPrnZ77 {
  background: rgba(0, 0, 0, 0.8);
}

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

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

.e83jxYXaS.dT7hL9Bf .utYnppdN0 {
  justify-content: center;
}

.e83jxYXaS.qjKnClgK .utYnppdN0 {
  justify-content: flex-end;
}

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

.zFsfWUypF {
  border-radius: 50px;
}

.wwhHTngLO2Qo {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

.sJ90TJiMn2 .jlVdPk7S.qtOQRITJYC:hover {
  background-color: var(--color-text-inverse, #ffffff);
  color: var(--color-primary);
  border-color: var(--color-text-inverse, #ffffff);
}

.sJ90TJiMn2 .jlVdPk7S.qSs9cxHa6wg {
  color: var(--color-text-inverse, #ffffff);
}

.sJ90TJiMn2 .jlVdPk7S.qSs9cxHa6wg:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-text-inverse, #ffffff);
}

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

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

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

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

.kzBAQKgWj .o2L0QXpl {
  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 */
.akIPfCQX74 {
  display: flex;
  align-items: stretch;
}

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

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

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

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

  .kzBAQKgWj .dL9dSO1A,
  .akIPfCQX74 .dL9dSO1A {
    padding: 40px 30px;
  }

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

@media (max-width: 768px) {
  .kzBAQKgWj .dL9dSO1A,
  .akIPfCQX74 .dL9dSO1A {
    padding: 30px 20px;
  }

  .kzBAQKgWj .o2L0QXpl,
  .akIPfCQX74 .o2L0QXpl {
    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.w5FVNmrSD .blk-ce50a093__link,
body.w5FVNmrSD div.blk-ce50a093 .blk-ce50a093__link,
body.w5FVNmrSD .l7G1jX5T,
body.w5FVNmrSD .btn,
body.w5FVNmrSD .jlVdPk7S,
body.w5FVNmrSD .uQWcPrO2M .l7G1jX5T,
body.w5FVNmrSD .dgRq2WtS .l7G1jX5T {
  border-radius: 6px !important;
}

/* PILL SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.iw6wuKtt87 .blk-ce50a093__link,
body.iw6wuKtt87 div.blk-ce50a093 .blk-ce50a093__link,
body.iw6wuKtt87 .l7G1jX5T,
body.iw6wuKtt87 .btn,
body.iw6wuKtt87 .jlVdPk7S,
body.iw6wuKtt87 .uQWcPrO2M .l7G1jX5T,
body.iw6wuKtt87 .dgRq2WtS .l7G1jX5T {
  border-radius: 50px !important;
}

/* PILL SHAPE - extra padding for CTA buttons и HERO buttons */
body.iw6wuKtt87 .l7G1jX5T,
body.iw6wuKtt87 .jlVdPk7S,
body.iw6wuKtt87 .uQWcPrO2M .l7G1jX5T,
body.iw6wuKtt87 .dgRq2WtS .l7G1jX5T {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

/* SQUARE SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.vNnZqYdYt .blk-ce50a093__link,
body.vNnZqYdYt div.blk-ce50a093 .blk-ce50a093__link,
body.vNnZqYdYt .l7G1jX5T,
body.vNnZqYdYt .btn,
body.vNnZqYdYt .jlVdPk7S,
body.vNnZqYdYt .uQWcPrO2M .l7G1jX5T,
body.vNnZqYdYt .dgRq2WtS .l7G1jX5T {
  border-radius: 0 !important;
}

/* ENSURE GLOBAL SHAPE WORKS EVERYWHERE - MAXIMUM SPECIFICITY */
body.w5FVNmrSD .nUhLyENaZwch.w2zDvUPmc .l7G1jX5T,
body.w5FVNmrSD .xnGSbHivN .l7G1jX5T,
body.w5FVNmrSD .eXZCtlDJhI,
body.w5FVNmrSD .zFsfWUypF,
body.w5FVNmrSD .wwhHTngLO2Qo {
  border-radius: 6px !important;
}

body.iw6wuKtt87 .nUhLyENaZwch.w2zDvUPmc .l7G1jX5T,
body.iw6wuKtt87 .xnGSbHivN .l7G1jX5T,
body.iw6wuKtt87 .eXZCtlDJhI,
body.iw6wuKtt87 .zFsfWUypF,
body.iw6wuKtt87 .wwhHTngLO2Qo {
  border-radius: 50px !important;
}

/* PILL SHAPE - extra padding for all contexts (включая HERO) */
body.iw6wuKtt87 .nUhLyENaZwch.w2zDvUPmc .l7G1jX5T,
body.iw6wuKtt87 .xnGSbHivN .l7G1jX5T,
body.iw6wuKtt87 .jlVdPk7S {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.vNnZqYdYt .nUhLyENaZwch.w2zDvUPmc .l7G1jX5T,
body.vNnZqYdYt .xnGSbHivN .l7G1jX5T,
body.vNnZqYdYt .eXZCtlDJhI,
body.vNnZqYdYt .zFsfWUypF,
body.vNnZqYdYt .wwhHTngLO2Qo {
  border-radius: 0 !important;
}

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

body.iw6wuKtt87.aEmJl8yffrT .l7G1jX5T,
body.iw6wuKtt87.x9ASjccA .l7G1jX5T {
  border-radius: 50px !important;
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.vNnZqYdYt.aEmJl8yffrT .l7G1jX5T,
body.vNnZqYdYt.sq9CjVKcpat .l7G1jX5T {
  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) {
  .aOo8FHrYk {
    padding: 40px 20px;
  }

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

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

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

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

  .e83jxYXaS.aqGz2Ev0f .utYnppdN0 {
    align-items: flex-start;
  }

  .e83jxYXaS.qjKnClgK .utYnppdN0 {
    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;
  }

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

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

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

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

  .utYnppdN0 {
    gap: 10px;
  }

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

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

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

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

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

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

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

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

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

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

.jNhPYgEs,
.oy5AwsSc,
.oj9x9hOFyJc {
  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;
}

.jNhPYgEs:hover,
.oy5AwsSc:hover,
.oj9x9hOFyJc:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

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

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

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

.oy5AwsSc:disabled,
.oj9x9hOFyJc:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

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

  .jNhPYgEs,
  .oy5AwsSc,
  .oj9x9hOFyJc {
    width: 40px;
    height: 40px;
  }

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

  .oy5AwsSc {
    left: 10px;
  }

  .oj9x9hOFyJc {
    right: 10px;
  }

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

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

/* Content image styles when lightbox is enabled */
body.lightbox-enabled .j0YmvPxnl img:hover,
body.lightbox-enabled .iR22xbBU 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.w5FVNmrSD .blk-ce50a093 .blk-ce50a093__link,
html body.w5FVNmrSD .l7G1jX5T,
html body.w5FVNmrSD .btn,
html body.w5FVNmrSD .jlVdPk7S {
  border-radius: 6px !important;
}

html body.iw6wuKtt87 .blk-ce50a093 .blk-ce50a093__link,
html body.iw6wuKtt87 .l7G1jX5T,
html body.iw6wuKtt87 .btn,
html body.iw6wuKtt87 .jlVdPk7S {
  border-radius: 50px !important;
}

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

html body.vNnZqYdYt .blk-ce50a093 .blk-ce50a093__link,
html body.vNnZqYdYt .l7G1jX5T,
html body.vNnZqYdYt .btn,
html body.vNnZqYdYt .jlVdPk7S {
  border-radius: 0 !important;
}

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

/* ENSURE ALL BUTTONS HAVE CONSISTENT TRANSITIONS */
.xClwE3fC,
.l7G1jX5T,
.jlVdPk7S,
.blk-ce50a093__link,
.uQWcPrO2M .l7G1jX5T,
.dgRq2WtS .l7G1jX5T {
  transition: all var(--transition-fast, 0.15s ease-in-out) !important;
}

/* UNIFIED HOVER EFFECTS - ALL BUTTON TYPES */
.xClwE3fC:hover,
.lHQzBOob3:hover,
.rRVMBAc3:hover,
.l7G1jX5T.nkpVZnCnNyEO:hover,
.l7G1jX5T.c1vVQ5dqG:hover,
.l7G1jX5T.tMg4JqybS1:hover,
.jlVdPk7S.kfzszx6F:hover,
.jlVdPk7S.qtOQRITJYC:hover,
.jlVdPk7S.qSs9cxHa6wg:hover,
.uQWcPrO2M .l7G1jX5T:hover,
.dgRq2WtS .l7G1jX5T: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 */
.kzBAQKgWj {
  padding: 0;
  overflow: hidden;
  position: relative;
}

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

.oyRlEp4r6WN5,
.zESUXeJNv2t {
  flex: 0 0 50%;
  width: 50%;
}

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

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

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

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

.kzBAQKgWj .utYnppdN0 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

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

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

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

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

.akIPfCQX74 .oyRlEp4r6WN5,
.akIPfCQX74 .zESUXeJNv2t {
  flex: 0 0 50%;
  width: 50%;
}

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

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

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

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

.akIPfCQX74 .utYnppdN0 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

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

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

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

  .akIPfCQX74 .yS8RAjJfHN {
    max-width: 1320px;
  }
}

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

  .akIPfCQX74 .yS8RAjJfHN {
    max-width: 100%;
    padding: 0 20px;
  }
}

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

  .oyRlEp4r6WN5,
  .zESUXeJNv2t {
    width: 100%;
    flex: 0 0 auto;
  }

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

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

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

  .kzBAQKgWj .ey9b16GtEfc {
    font-size: 1.1rem;
  }

  .kzBAQKgWj .utYnppdN0 {
    justify-content: center;
  }

  .v2m16VVviS5 .zESUXeJNv2t {
    display: none;
  }

  .akIPfCQX74 .yS8RAjJfHN {
    flex-direction: column;
    padding: 0;
  }

  .akIPfCQX74 .oyRlEp4r6WN5,
  .akIPfCQX74 .zESUXeJNv2t {
    width: 100%;
    flex: 0 0 auto;
  }

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

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

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

  .akIPfCQX74 .ey9b16GtEfc {
    font-size: 1.1rem;
  }

  .akIPfCQX74 .utYnppdN0 {
    justify-content: center;
  }

  .mKqolFa6 .zESUXeJNv2t {
    display: none;
  }
}

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

  .kzBAQKgWj .utYnppdN0 {
    flex-direction: column;
    align-items: stretch;
  }

  .kzBAQKgWj .utYnppdN0 .xClwE3fC {
    text-align: center;
    min-width: 150px;
  }

  .akIPfCQX74 .oyRlEp4r6WN5 {
    padding: 30px 15px;
  }

  .akIPfCQX74 .utYnppdN0 {
    flex-direction: column;
    align-items: stretch;
  }

  .akIPfCQX74 .utYnppdN0 .xClwE3fC {
    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 .j0YmvPxnl .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 .j0YmvPxnl .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 */
.vmpSMv1J {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qWwylZ9qSO .iEnL9fQbHb {
  flex: 1 1 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ===== LANGUAGE / GEO SWITCHER ===== */
.ffUFVqJMr {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.jN65ZRuDuryL {
  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;
}
.jN65ZRuDuryL:hover {
  background: rgba(0, 0, 0, 0.04);
}
.f7CBXvkU .jN65ZRuDuryL {
  border-color: currentColor;
  opacity: 0.9;
}
.dNs9vGl5,
.kOx0eKxhVzp {
  font-size: 1.1em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.hz3ES6TQuD {
  width: 28px;
  height: 20px;
  object-fit: cover;
  border-radius: 2px;
}
.npdYjmqXG7GX {
  font-size: 0.7em;
  opacity: 0.8;
}
.aoY72YW9hvV {
  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;
}
.nA8VIlwcS {
  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;
}
.nA8VIlwcS:hover {
  background: var(--color-bg-secondary, #f8fafc);
}
.zSq8iThZf {
  font-weight: 600;
  color: var(--color-primary, #2563eb);
}
.z1KRpm2cEg {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm, 12px);
}
.kt14UmaNqGBI .ffUFVqJMr {
  margin-left: 0;
}
.nwNuDiAHw7SW {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--color-footer-bg, #1a1a1a);
}
.nwNuDiAHw7SW .jN65ZRuDuryL {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--color-footer-text, #fff);
}
.nwNuDiAHw7SW .aoY72YW9hvV {
  background: var(--color-bg-dark, #0f172a);
  border-color: rgba(255, 255, 255, 0.15);
}
.nwNuDiAHw7SW .nA8VIlwcS {
  color: var(--color-footer-text, #fff);
}
.nwNuDiAHw7SW .nA8VIlwcS:hover {
  background: rgba(255, 255, 255, 0.1);
}
.tlTBejJev28h {
  padding: 12px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.tlTBejJev28h .aoY72YW9hvV {
  position: static;
  margin-top: 8px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tlTBejJev28h .sjwh-lang-switcher-select[aria-expanded="true"] + .aoY72YW9hvV {
  display: block !important;
}
.tlTBejJev28h .sjwh-lang-switcher-dropdown[hidden] {
  display: none !important;
}

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