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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text utilities */
.gjosnAfM0hcO { text-align: center; }
.rPPLUvE55V { text-align: left; }
.c0J709Y8Y6 { text-align: right; }

.kRWZtJdq { color: var(--color-primary); }
.x6U2qQUL { color: var(--color-text-secondary); }
.kguh53p2 { color: var(--color-text-light); }

/* Display utilities */
.fWgEBi7i4NX { display: none; }
.k4B55Kdrx9cD { display: block; }
.iXp5mpkrL { display: flex; }
.pBelFuv10 { display: inline; }
.ertJqbd65CQ { display: inline-block; }

/* Flex utilities */
.oXL1pH8ue { flex-direction: column; }
.fWwMsiFjYaS { flex-wrap: wrap; }
.lV7wKtS08 { justify-content: center; }
.bgQwkHZsMyA { justify-content: space-between; }
.pxkkZwhAyG { justify-content: space-around; }
.p6oWtubCxlSv { align-items: center; }
.tGDBCUM1ErW { align-items: flex-start; }
.jKgFv6HsJFa { align-items: flex-end; }

/* Spacing utilities */
.rqD6id1ZmJjb { margin-bottom: 0; }
.nP8NssD0gM { margin-bottom: var(--spacing-sm); }
.yOwp9z8WNNO { margin-bottom: var(--spacing-md); }
.fqiGvDohoAJb { margin-bottom: var(--spacing-lg); }
.dWfyA9heO { margin-bottom: var(--spacing-xl); }

.lsaK9h3P { margin-top: 0; }
.quZB7sVkDu2c { margin-top: var(--spacing-sm); }
.xeoY5zEs { margin-top: var(--spacing-md); }
.skxSQtrRJfR8 { margin-top: var(--spacing-lg); }
.naAma7f2 { 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 */
.uLq0bthxlpat,
.tjfMQaskv,
.fxyl90FrJs {
  padding: var(--spacing-xl) 0; /* Only vertical padding, horizontal is from .s5g2L2P1lpr */
}

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

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

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

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

.lLLFz8qLV1 {
  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) */
.lCSxBdJXI55.rPPLUvE55V {
  text-align: left;
}

.lCSxBdJXI55.gjosnAfM0hcO {
  text-align: center;
}

.lCSxBdJXI55.c0J709Y8Y6 {
  text-align: right;
}

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

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

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

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

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

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

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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kWFIRimK:hover {
  background: transparent;
}

.kWFIRimK:hover .ihmVhjrXXMTt {
  background-color: var(--color-primary-dark);
}

.kWFIRimK:hover .bHHIXjdCbPg9 {
  fill: var(--color-primary-dark);
}

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

.kWFIRimK.sEZ4Bnsy .ihmVhjrXXMTt:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.kWFIRimK.sEZ4Bnsy .ihmVhjrXXMTt:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

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

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


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

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

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

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

.kWFIRimK.sEZ4Bnsy .f6sNYrNYRK {
  display: none !important;
}

.kWFIRimK.sEZ4Bnsy .k28ohYRl {
  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 - классическое исчезновение с поворотом */
.kZcSG3qX3 .f6sNYrNYRK {
  animation: hamburgerFadeOut 0.3s ease-out forwards;
}

.zQqbOrxM.sEZ4Bnsy .f6sNYrNYRK {
  animation: none;
}

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

.zQqbOrxM.sEZ4Bnsy .f6sNYrNYRK {
  transform: rotate(45deg);
  display: block !important;
}

.a5cCh27m .k28ohYRl {
  display: none !important;
}

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

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

.kWFIRimK:hover .u45sSxdjKnco .p6HLMlXw5INp {
  background: var(--color-primary-dark);
}

.u45sSxdjKnco .xD5bySwDe {
  top: 10px;
}

.u45sSxdjKnco .aE5TXbPyT3 {
  top: 19px;
}

.u45sSxdjKnco .cDOGk3wOLF {
  top: 28px;
}

.kWFIRimK.sEZ4Bnsy .u45sSxdjKnco .xD5bySwDe {
  transform: rotate(45deg);
  top: 19px;
}

.kWFIRimK.sEZ4Bnsy .u45sSxdjKnco .aE5TXbPyT3 {
  opacity: 0;
  transform: scale(0) rotate(90deg);
}

.kWFIRimK.sEZ4Bnsy .u45sSxdjKnco .cDOGk3wOLF {
  transform: rotate(-45deg);
  top: 19px;
}


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

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

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

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

.ghZFp5Zek.r5M4WmON.pUVl6FEjLph2.scrolled {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* Меню слева */
.ghZFp5Zek.r5M4WmON .kWFIRimK {
  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);
}

.ghZFp5Zek.r5M4WmON .kWFIRimK:hover {
  background: transparent !important;
  border-radius: var(--radius-md);
}

.ghZFp5Zek.r5M4WmON .kWFIRimK:hover svg {
  fill: var(--color-primary-dark) !important;
}

.ghZFp5Zek.r5M4WmON .kWFIRimK:hover .ihmVhjrXXMTt,
.ghZFp5Zek.r5M4WmON .kWFIRimK:hover .u45sSxdjKnco .p6HLMlXw5INp {
  background-color: var(--color-primary-dark) !important;
}

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

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

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

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

.ghZFp5Zek.r5M4WmON .oc3r64QgGnp {
  padding: 0;
  margin: 0;
}

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

.ghZFp5Zek.r5M4WmON .npu1QoRodZ {
  display: none;
}



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

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

.rZhIlD269r.dboD2hcM: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 */
.sHywgRRHThp:hover,
.lRYOR5RX:hover,
.bsq0Ls8nJ:hover,
.xVQBiCMbyh:hover,
.bQBbTJngpy1:hover,
.rZhIlD269r:hover,
.rm4c5YvKUhj:hover {
  animation: none !important;
}

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

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

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

.rZhIlD269r.inglnxiGjk:hover {
  color: var(--color-primary-dark);
  background-color: var(--color-primary-light);
}

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

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

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

/* Square Shape */
body.sZYNuSC9jAv .rZhIlD269r {
  border-radius: 0;
}

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

body.tQaXdkLjZ9h .ghZFp5Zek.pUVl6FEjLph2 .rZhIlD269r {
  border-radius: 50px !important;
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.sZYNuSC9jAv .ghZFp5Zek.pUVl6FEjLph2 .rZhIlD269r {
  border-radius: 0 !important;
}

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

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

body.jMi8y4guD .eVIwE3EGFH {
  min-height: 70px !important;
}

body.vwUeJjU8DNF4 .eVIwE3EGFH {
  min-height: 80px !important;
}

body.qpaO6EoJlTFR .eVIwE3EGFH {
  min-height: 100px !important;
}

/* Header Heights for Minimal Style - same values but with specific selectors */
body.gqO5rPRDH9W.header-style-minimal .ghZFp5Zek.r5M4WmON .eVIwE3EGFH,
body.gqO5rPRDH9W .ghZFp5Zek.r5M4WmON .eVIwE3EGFH {
  min-height: 60px !important;
}

body.jMi8y4guD.header-style-minimal .ghZFp5Zek.r5M4WmON .eVIwE3EGFH,
body.jMi8y4guD .ghZFp5Zek.r5M4WmON .eVIwE3EGFH {
  min-height: 70px !important;
}

body.vwUeJjU8DNF4.header-style-minimal .ghZFp5Zek.r5M4WmON .eVIwE3EGFH,
body.vwUeJjU8DNF4 .ghZFp5Zek.r5M4WmON .eVIwE3EGFH {
  min-height: 80px !important;
}

body.qpaO6EoJlTFR.header-style-minimal .ghZFp5Zek.r5M4WmON .eVIwE3EGFH,
body.qpaO6EoJlTFR .ghZFp5Zek.r5M4WmON .eVIwE3EGFH {
  min-height: 100px !important;
}

/* Sticky Header Heights */
body.sVTG3XEtPpQ #zKMS4iWx.pUVl6FEjLph2 .eVIwE3EGFH,
body.sVTG3XEtPpQ .ghZFp5Zek.pUVl6FEjLph2 .eVIwE3EGFH {
  min-height: 50px !important;
}

body.w4elyvcB #zKMS4iWx.pUVl6FEjLph2 .eVIwE3EGFH,
body.w4elyvcB .ghZFp5Zek.pUVl6FEjLph2 .eVIwE3EGFH {
  min-height: 60px !important;
}

body.eR8qbqvDUg #zKMS4iWx.pUVl6FEjLph2 .eVIwE3EGFH,
body.eR8qbqvDUg .ghZFp5Zek.pUVl6FEjLph2 .eVIwE3EGFH {
  min-height: 70px !important;
}

body.dZvpvoD0 #zKMS4iWx.pUVl6FEjLph2 .eVIwE3EGFH,
body.dZvpvoD0 .ghZFp5Zek.pUVl6FEjLph2 .eVIwE3EGFH {
  min-height: 80px !important;
}

/* Sticky Header Heights for Minimal Style - with specific selectors */
body.sVTG3XEtPpQ.header-style-minimal .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2 .eVIwE3EGFH,
body.sVTG3XEtPpQ .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2 .eVIwE3EGFH {
  min-height: 50px !important;
}

body.w4elyvcB.header-style-minimal .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2 .eVIwE3EGFH,
body.w4elyvcB .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2 .eVIwE3EGFH {
  min-height: 60px !important;
}

body.eR8qbqvDUg.header-style-minimal .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2 .eVIwE3EGFH,
body.eR8qbqvDUg .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2 .eVIwE3EGFH {
  min-height: 70px !important;
}

body.dZvpvoD0.header-style-minimal .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2 .eVIwE3EGFH,
body.dZvpvoD0 .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2 .eVIwE3EGFH {
  min-height: 80px !important;
}

/* Scrolled state heights (when sticky is active and scrolled) */
body.sVTG3XEtPpQ #zKMS4iWx.pUVl6FEjLph2.lZIU2bW3px .eVIwE3EGFH,
body.sVTG3XEtPpQ .ghZFp5Zek.pUVl6FEjLph2.lZIU2bW3px .eVIwE3EGFH {
  min-height: 50px !important;
}

body.w4elyvcB #zKMS4iWx.pUVl6FEjLph2.lZIU2bW3px .eVIwE3EGFH,
body.w4elyvcB .ghZFp5Zek.pUVl6FEjLph2.lZIU2bW3px .eVIwE3EGFH {
  min-height: 60px !important;
}

body.eR8qbqvDUg #zKMS4iWx.pUVl6FEjLph2.lZIU2bW3px .eVIwE3EGFH,
body.eR8qbqvDUg .ghZFp5Zek.pUVl6FEjLph2.lZIU2bW3px .eVIwE3EGFH {
  min-height: 70px !important;
}

body.dZvpvoD0 #zKMS4iWx.pUVl6FEjLph2.lZIU2bW3px .eVIwE3EGFH,
body.dZvpvoD0 .ghZFp5Zek.pUVl6FEjLph2.lZIU2bW3px .eVIwE3EGFH {
  min-height: 80px !important;
}

/* Scrolled state heights for Minimal Style - with specific selectors */
body.sVTG3XEtPpQ.header-style-minimal .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2.lZIU2bW3px .eVIwE3EGFH,
body.sVTG3XEtPpQ .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2.lZIU2bW3px .eVIwE3EGFH {
  min-height: 50px !important;
}

body.w4elyvcB.header-style-minimal .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2.lZIU2bW3px .eVIwE3EGFH,
body.w4elyvcB .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2.lZIU2bW3px .eVIwE3EGFH {
  min-height: 60px !important;
}

body.eR8qbqvDUg.header-style-minimal .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2.lZIU2bW3px .eVIwE3EGFH,
body.eR8qbqvDUg .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2.lZIU2bW3px .eVIwE3EGFH {
  min-height: 70px !important;
}

body.dZvpvoD0.header-style-minimal .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2.lZIU2bW3px .eVIwE3EGFH,
body.dZvpvoD0 .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2.lZIU2bW3px .eVIwE3EGFH {
  min-height: 80px !important;
}

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

  /* Mobile Header Heights for Minimal Style - with specific selectors */
  body.gqO5rPRDH9W.header-style-minimal .ghZFp5Zek.r5M4WmON .eVIwE3EGFH,
  body.gqO5rPRDH9W .ghZFp5Zek.r5M4WmON .eVIwE3EGFH {
    min-height: 50px !important;
  }

  body.jMi8y4guD.header-style-minimal .ghZFp5Zek.r5M4WmON .eVIwE3EGFH,
  body.jMi8y4guD .ghZFp5Zek.r5M4WmON .eVIwE3EGFH {
    min-height: 60px !important;
  }

  body.vwUeJjU8DNF4.header-style-minimal .ghZFp5Zek.r5M4WmON .eVIwE3EGFH,
  body.vwUeJjU8DNF4 .ghZFp5Zek.r5M4WmON .eVIwE3EGFH {
    min-height: 65px !important;
  }

  body.qpaO6EoJlTFR.header-style-minimal .ghZFp5Zek.r5M4WmON .eVIwE3EGFH,
  body.qpaO6EoJlTFR .ghZFp5Zek.r5M4WmON .eVIwE3EGFH {
    min-height: 70px !important;
  }

  /* Mobile Sticky Heights */
  body.sVTG3XEtPpQ #zKMS4iWx.pUVl6FEjLph2 .eVIwE3EGFH,
  body.sVTG3XEtPpQ .ghZFp5Zek.pUVl6FEjLph2 .eVIwE3EGFH {
    min-height: 45px !important;
  }

  body.w4elyvcB #zKMS4iWx.pUVl6FEjLph2 .eVIwE3EGFH,
  body.w4elyvcB .ghZFp5Zek.pUVl6FEjLph2 .eVIwE3EGFH {
    min-height: 50px !important;
  }

  body.eR8qbqvDUg #zKMS4iWx.pUVl6FEjLph2 .eVIwE3EGFH,
  body.eR8qbqvDUg .ghZFp5Zek.pUVl6FEjLph2 .eVIwE3EGFH {
    min-height: 55px !important;
  }

  body.dZvpvoD0 #zKMS4iWx.pUVl6FEjLph2 .eVIwE3EGFH,
  body.dZvpvoD0 .ghZFp5Zek.pUVl6FEjLph2 .eVIwE3EGFH {
    min-height: 60px !important;
  }

  /* Mobile Sticky Heights for Minimal Style - with specific selectors */
  body.sVTG3XEtPpQ.header-style-minimal .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2 .eVIwE3EGFH,
  body.sVTG3XEtPpQ .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2 .eVIwE3EGFH {
    min-height: 45px !important;
  }

  body.w4elyvcB.header-style-minimal .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2 .eVIwE3EGFH,
  body.w4elyvcB .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2 .eVIwE3EGFH {
    min-height: 50px !important;
  }

  body.eR8qbqvDUg.header-style-minimal .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2 .eVIwE3EGFH,
  body.eR8qbqvDUg .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2 .eVIwE3EGFH {
    min-height: 55px !important;
  }

  body.dZvpvoD0.header-style-minimal .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2 .eVIwE3EGFH,
  body.dZvpvoD0 .ghZFp5Zek.r5M4WmON.pUVl6FEjLph2 .eVIwE3EGFH {
    min-height: 60px !important;
  }

  /* FIX: Prevent menu button from wrapping in sticky mode */
  #zKMS4iWx.pUVl6FEjLph2 .eVIwE3EGFH,
  .ghZFp5Zek.pUVl6FEjLph2 .eVIwE3EGFH {
    flex-wrap: nowrap !important; /* Force elements to stay in one line */
  }

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

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

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

  #zKMS4iWx.pUVl6FEjLph2 .kWFIRimK,
  .ghZFp5Zek.pUVl6FEjLph2 .kWFIRimK {
    flex-shrink: 0; /* Prevent button from shrinking */
    padding: 5px !important; /* Reduce padding in sticky mode */
    min-width: 35px !important;
    min-height: 35px !important;
  }

  #zKMS4iWx.pUVl6FEjLph2 .kWFIRimK .bHHIXjdCbPg9,
  .ghZFp5Zek.pUVl6FEjLph2 .kWFIRimK .bHHIXjdCbPg9 {
    width: 30px !important;
    height: 30px !important;
  }

  #zKMS4iWx.pUVl6FEjLph2 .kWFIRimK .u45sSxdjKnco,
  .ghZFp5Zek.pUVl6FEjLph2 .kWFIRimK .u45sSxdjKnco {
    width: 30px !important;
    height: 30px !important;
  }

  #zKMS4iWx.pUVl6FEjLph2 .kWFIRimK .ihmVhjrXXMTt,
  .ghZFp5Zek.pUVl6FEjLph2 .kWFIRimK .ihmVhjrXXMTt {
    width: 24px !important;
    margin: 3px 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

/* For sticky header - keep progress bar visible */
#zKMS4iWx.pUVl6FEjLph2 .bdfI27TKT,
.ghZFp5Zek.pUVl6FEjLph2 .bdfI27TKT {
  position: absolute;
  bottom: 0;
}

/* Hide progress bar when header is hidden on scroll */
#zKMS4iWx.pUVl6FEjLph2.header-hidden .bdfI27TKT,
.ghZFp5Zek.pUVl6FEjLph2.header-hidden .bdfI27TKT {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show progress bar when visible */
body.bFfjTAsRkuV .bdfI27TKT {
  display: block;
}

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

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

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

.twUdSY3PB.sEZ4Bnsy {
  right: 0;
}

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

.ytMpvNck.sEZ4Bnsy {
  display: block;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hEIosJtB .cIxbKGJw348 .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%);
}

.hEIosJtB .cIxbKGJw348 .c01t7a5N6V > a::after {
  transform: translateY(-50%) rotate(90deg);
}

.hEIosJtB .c01t7a5N6V > .cIxbKGJw348 {
  display: block;
}

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

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

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

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

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

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

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

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

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


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

  .kWFIRimK {
    display: flex !important;
  }

  .twUdSY3PB {
    display: block;
  }

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

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

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

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

}

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



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

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

#zKMS4iWx.pUVl6FEjLph2.scrolled .iFrYEbvSN img,
.ghZFp5Zek.pUVl6FEjLph2.scrolled .iFrYEbvSN img {
  max-height: 40px;
  transition: max-height 0.3s ease;
}

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

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


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

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

/* Контейнер внутри scrolled Minimal */
.ghZFp5Zek.r5M4WmON.pUVl6FEjLph2.scrolled .eVIwE3EGFH {
  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 */
#zKMS4iWx.pUVl6FEjLph2.header-hidden,
.ghZFp5Zek.pUVl6FEjLph2.header-hidden {
  transform: translateY(-100%);
}

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

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

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

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

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

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

.s2jkp5MCc.sEZ4Bnsy {
  transform: translateX(0);
}

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

.s2jkp5MCc .yqwVYiSsV {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

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

.tMeqtUCW2vt.sEZ4Bnsy {
  transform: translateX(0);
}

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

.tMeqtUCW2vt .yqwVYiSsV {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

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

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

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

.brCrNkNbiq .kDXf2SNiWELD {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

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

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

.brCrNkNbiq .yqwVYiSsV .rZhIlD269r {
  min-width: 120px;
  text-align: center;
}

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

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

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

.brCrNkNbiq.sEZ4Bnsy .hEIosJtB li {
  opacity: 1;
  transform: translateY(0);
}

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

.brCrNkNbiq .hEIosJtB 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;
}

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

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

.brCrNkNbiq .hEIosJtB 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 */
.yHHNyv1tcbJ {
  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;
}

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

/* Allow JavaScript to override positioning */
body.gqO5rPRDH9W .yHHNyv1tcbJ {
  top: 60px;
  height: calc(100vh - 60px);
}
body.jMi8y4guD .yHHNyv1tcbJ {
  top: 70px;
  height: calc(100vh - 70px);
}
body.vwUeJjU8DNF4 .yHHNyv1tcbJ {
  top: 80px;
  height: calc(100vh - 80px);
}
body.qpaO6EoJlTFR .yHHNyv1tcbJ {
  top: 100px;
  height: calc(100vh - 100px);
}

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


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

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

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

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

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

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

.yHHNyv1tcbJ #wOObnEdplw {
  margin: 0;
  padding: 0;
}

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

.yHHNyv1tcbJ.sEZ4Bnsy .hEIosJtB li {
  opacity: 1;
  transform: translateX(0);
}

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

.yHHNyv1tcbJ .hEIosJtB 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;
}

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

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

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

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

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

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

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

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

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

.fIDtZdVF .twUdSY3PB:not(.sjwh-is-active) {
  opacity: 0;
}

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

.lzHuD4gqm .twUdSY3PB:not(.sjwh-is-active) {
  transform: scale(0.8);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xF7UmkCgWYun {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xp2rUruSe3 {
  margin-bottom: 10px;
}

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

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

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

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

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

.fYimokjX7a a:hover {
  opacity: 0.7;
}

.mZwtQBtIjzX4 .xF7UmkCgWYun {
  display: flex;
  gap: 15px;
  justify-content: center;
}

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

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

.bw1RK2Irzf {
  font-weight: bold;
}

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

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

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

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

.gxFOHoJIkJN3 .ozKDsuvW4f,
.site-footer.gxFOHoJIkJN3 .ozKDsuvW4f {
  width: 100% !important;
}

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

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

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

.gxFOHoJIkJN3 .zdN0WiSxHd5,
.site-footer.gxFOHoJIkJN3 .zdN0WiSxHd5 {
  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 */
.ozKDsuvW4f.l6GbByo5p7J9 .ydsFioPyc5h,
.site-footer.gxFOHoJIkJN3 .l6GbByo5p7J9 .ydsFioPyc5h {
  grid-template-columns: 1fr !important;
}

.ozKDsuvW4f.dPhDxaVcNoq2 .ydsFioPyc5h,
.site-footer.gxFOHoJIkJN3 .dPhDxaVcNoq2 .ydsFioPyc5h {
  grid-template-columns: repeat(2, 1fr) !important;
}

.ozKDsuvW4f.uPHAsY6j .ydsFioPyc5h,
.site-footer.gxFOHoJIkJN3 .uPHAsY6j .ydsFioPyc5h {
  grid-template-columns: repeat(3, 1fr) !important;
}

.ozKDsuvW4f.w8r14UBk .ydsFioPyc5h,
.site-footer.gxFOHoJIkJN3 .w8r14UBk .ydsFioPyc5h {
  grid-template-columns: repeat(4, 1fr) !important;
}

.ozKDsuvW4f.gQ6BssdPrPba .ydsFioPyc5h,
.site-footer.gxFOHoJIkJN3 .gQ6BssdPrPba .ydsFioPyc5h {
  grid-template-columns: repeat(5, 1fr) !important;
}

.ozKDsuvW4f.afWFR5ok2 .ydsFioPyc5h,
.site-footer.gxFOHoJIkJN3 .afWFR5ok2 .ydsFioPyc5h {
  grid-template-columns: repeat(6, 1fr) !important;
}

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

.gxFOHoJIkJN3 .zdN0WiSxHd5 li::marker,
.site-footer.gxFOHoJIkJN3 .zdN0WiSxHd5 li::marker {
  content: '' !important;
}

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

.gxFOHoJIkJN3 .zdN0WiSxHd5 a:hover,
.site-footer.gxFOHoJIkJN3 .zdN0WiSxHd5 a:hover {
  opacity: 0.7 !important;
}

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

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

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

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

.gxFOHoJIkJN3 .aSGbgzcyf,
.site-footer.gxFOHoJIkJN3 .aSGbgzcyf {
  margin-bottom: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gxFOHoJIkJN3 .gckMimmO,
.site-footer.gxFOHoJIkJN3 .gckMimmO {
  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;
}

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

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

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

.gxFOHoJIkJN3 .eZ537yHt,
.site-footer.gxFOHoJIkJN3 .eZ537yHt {
  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;
}

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

.gxFOHoJIkJN3 .eZ537yHt.pd7DwzXoLc:hover,
.site-footer.gxFOHoJIkJN3 .eZ537yHt.pd7DwzXoLc:hover {
  background: #1877f2 !important;
}

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

.gxFOHoJIkJN3 .eZ537yHt.yegagB1Xw:hover,
.site-footer.gxFOHoJIkJN3 .eZ537yHt.yegagB1Xw:hover {
  background: #000000 !important;
}

.gxFOHoJIkJN3 .eZ537yHt.bXLBDQgWQPHv:hover,
.site-footer.gxFOHoJIkJN3 .eZ537yHt.bXLBDQgWQPHv:hover {
  background: #ff0000 !important;
}

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

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

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

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

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

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

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

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

  .gxFOHoJIkJN3 .fpfv3JjWX9,
  .site-footer.gxFOHoJIkJN3 .fpfv3JjWX9 {
    text-align: center !important;
  }

  .gxFOHoJIkJN3 .zKoUlED9,
  .site-footer.gxFOHoJIkJN3 .zKoUlED9 {
    justify-content: center !important;
  }

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

  .gxFOHoJIkJN3 .wZoz7ecds,
  .site-footer.gxFOHoJIkJN3 .wZoz7ecds {
    justify-content: center !important;
  }

  /* Navigation columns responsive - reduce to 2 columns on tablet */
  .ozKDsuvW4f.uPHAsY6j .ydsFioPyc5h,
  .ozKDsuvW4f.w8r14UBk .ydsFioPyc5h,
  .ozKDsuvW4f.gQ6BssdPrPba .ydsFioPyc5h,
  .ozKDsuvW4f.afWFR5ok2 .ydsFioPyc5h,
  .site-footer.gxFOHoJIkJN3 .uPHAsY6j .ydsFioPyc5h,
  .site-footer.gxFOHoJIkJN3 .w8r14UBk .ydsFioPyc5h,
  .site-footer.gxFOHoJIkJN3 .gQ6BssdPrPba .ydsFioPyc5h,
  .site-footer.gxFOHoJIkJN3 .afWFR5ok2 .ydsFioPyc5h {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

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

  .gxFOHoJIkJN3 .zdN0WiSxHd5,
  .site-footer.gxFOHoJIkJN3 .zdN0WiSxHd5 {
    gap: 10px !important;
  }


  /* Navigation columns mobile - all become single column */
  .ozKDsuvW4f.dPhDxaVcNoq2 .ydsFioPyc5h,
  .ozKDsuvW4f.uPHAsY6j .ydsFioPyc5h,
  .ozKDsuvW4f.w8r14UBk .ydsFioPyc5h,
  .ozKDsuvW4f.gQ6BssdPrPba .ydsFioPyc5h,
  .ozKDsuvW4f.afWFR5ok2 .ydsFioPyc5h,
  .site-footer.gxFOHoJIkJN3 .dPhDxaVcNoq2 .ydsFioPyc5h,
  .site-footer.gxFOHoJIkJN3 .uPHAsY6j .ydsFioPyc5h,
  .site-footer.gxFOHoJIkJN3 .w8r14UBk .ydsFioPyc5h,
  .site-footer.gxFOHoJIkJN3 .gQ6BssdPrPba .ydsFioPyc5h,
  .site-footer.gxFOHoJIkJN3 .afWFR5ok2 .ydsFioPyc5h {
    grid-template-columns: 1fr !important;
  }
}

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

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

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

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

.ju2APMesf .obkvzuuiU,
.site-footer.ju2APMesf .obkvzuuiU {
  margin-bottom: 10px !important;
}

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

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

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

.ju2APMesf .n7AFwvr0N5sT,
.site-footer.ju2APMesf .n7AFwvr0N5sT {
  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;
}

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

.ju2APMesf .n7AFwvr0N5sT.pd7DwzXoLc:hover,
.site-footer.ju2APMesf .n7AFwvr0N5sT.pd7DwzXoLc:hover {
  background: #1877f2 !important;
}

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

.ju2APMesf .n7AFwvr0N5sT.yegagB1Xw:hover,
.site-footer.ju2APMesf .n7AFwvr0N5sT.yegagB1Xw:hover {
  background: #000000 !important;
}

.ju2APMesf .n7AFwvr0N5sT.bXLBDQgWQPHv:hover,
.site-footer.ju2APMesf .n7AFwvr0N5sT.bXLBDQgWQPHv:hover {
  background: #ff0000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .ju2APMesf .fy11mVOZfyz {
    gap: 8px !important;
  }
  
  .ju2APMesf .cKZnJMvh6 {
    max-width: calc((100% - 40px) / 3) !important;
  }
  
  .ju2APMesf .bCknPPwKYOD {
    max-height: 50px !important;
  }
}

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

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

.ju2APMesf .u1gq33AXkkP,
.site-footer.ju2APMesf .u1gq33AXkkP {
  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;
}

.ju2APMesf .u1gq33AXkkP .eXoHlKhGjbt,
.site-footer.ju2APMesf .u1gq33AXkkP .eXoHlKhGjbt {
  justify-content: flex-end !important;
}

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

.ju2APMesf .aejY3HkJunE,
.site-footer.ju2APMesf .aejY3HkJunE {
  display: flex !important;
  flex-direction: column !important;
}

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

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

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

.ju2APMesf .jL3eAXhxjVrA li::marker,
.site-footer.ju2APMesf .jL3eAXhxjVrA li::marker {
  content: '' !important;
}

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

.ju2APMesf .jL3eAXhxjVrA a:hover,
.site-footer.ju2APMesf .jL3eAXhxjVrA a:hover {
  opacity: 0.7 !important;
}

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

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

.ju2APMesf .kc2bKTdV0R,
.site-footer.ju2APMesf .kc2bKTdV0R {
  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) {
  .ju2APMesf .lsfDdI6Cc4,
  .site-footer.ju2APMesf .lsfDdI6Cc4 {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .ju2APMesf .yApHAnh71o,
  .site-footer.ju2APMesf .yApHAnh71o {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  
  .ju2APMesf .u1gq33AXkkP,
  .site-footer.ju2APMesf .u1gq33AXkkP {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
  }
  
  .ju2APMesf .tf32rK9AoS {
    text-align: left !important;
  }
}

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

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

  .ju2APMesf .wq9yl3iF,
  .site-footer.ju2APMesf .wq9yl3iF {
    text-align: center !important;
    align-items: center !important;
  }

  .ju2APMesf .zOQtCgTYAV,
  .site-footer.ju2APMesf .zOQtCgTYAV {
    justify-content: center !important;
  }

  .ju2APMesf .mehOTzrm9i4M,
  .site-footer.ju2APMesf .mehOTzrm9i4M {
    justify-content: center !important;
  }

  .ju2APMesf .aejY3HkJunE,
  .site-footer.ju2APMesf .aejY3HkJunE {
    align-items: center !important;
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

  .zObDgoEj4 {
    justify-content: center;
  }
}

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

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

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

  /* Отключение всех focus стилей в боковом меню */
  .gTKQpl9gptg9 *:focus,
  .gTKQpl9gptg9 a:focus,
  .gTKQpl9gptg9 button:focus,
  .xPxhWPdn *:focus,
  .w1pcUpw9V8 a:focus,
  .u85TFykpy a:focus,
  .rrxpcrmA0 a:focus,
  .rrxpcrmA0 button:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }

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

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

  .ghZFp5Zek.r5M4WmON .kWFIRimK:hover .u45sSxdjKnco .p6HLMlXw5INp {
    background: var(--color-primary-dark);
  }

  /* Когда меню открыто, меняем иконку */
  body.cmWxv7oj .ghZFp5Zek.r5M4WmON .kWFIRimK {
    background: transparent;
  }

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

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

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

.vFLEKFjY3k.mboKxYfx1l {
  background-size: cover;
  background-position: center;
}

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

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

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

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

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

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

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

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

  .ua17qB95g {
    height: 100vh;
  }
}

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

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

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

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

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

/* Hero Subtitle */
.a4fiEtPKkht {
  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 */
.vFLEKFjY3k.rPPLUvE55V .iSVTQLNU {
  text-align: left;
}

.vFLEKFjY3k.gjosnAfM0hcO .iSVTQLNU {
  text-align: center;
}

.vFLEKFjY3k.gjosnAfM0hcO .a4fiEtPKkht {
  margin-left: auto;
  margin-right: auto;
}

.vFLEKFjY3k.c0J709Y8Y6 .iSVTQLNU {
  text-align: right;
}

.vFLEKFjY3k.c0J709Y8Y6 .a4fiEtPKkht {
  margin-left: auto;
}

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

.t4JjWLZiNB .yBm5q3S5m7RG {
  display: none;
}

.a74j7OusCUzS .yBm5q3S5m7RG {
  background: rgba(0, 0, 0, 0.2);
}

.u8XxbquI1zsw .yBm5q3S5m7RG {
  background: rgba(0, 0, 0, 0.4);
}

.kcnN81Fz0Ti .yBm5q3S5m7RG {
  background: rgba(0, 0, 0, 0.6);
}

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

.j6VDh8wJscO .a6y09dDI {
  display: none;
}

.g23RzC9w .a6y09dDI {
  background: rgba(0, 0, 0, 0.2);
}

.fBQLn4k4 .a6y09dDI {
  background: rgba(0, 0, 0, 0.4);
}

.uo6cb0GTP4z .a6y09dDI {
  background: rgba(0, 0, 0, 0.6);
}

.jj4Thjeu .a6y09dDI {
  background: rgba(0, 0, 0, 0.8);
}

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

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

.vFLEKFjY3k.gjosnAfM0hcO .pQ1cF4x6yI {
  justify-content: center;
}

.vFLEKFjY3k.c0J709Y8Y6 .pQ1cF4x6yI {
  justify-content: flex-end;
}

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

.zbR4sPEkI3QY {
  border-radius: 50px;
}

.vYYhAtL3 {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

.lA475WJPITA .rm4c5YvKUhj.ka9pGNKuU:hover {
  background-color: var(--color-text-inverse, #ffffff);
  color: var(--color-primary);
  border-color: var(--color-text-inverse, #ffffff);
}

.lA475WJPITA .rm4c5YvKUhj.e5IQEKri1 {
  color: var(--color-text-inverse, #ffffff);
}

.lA475WJPITA .rm4c5YvKUhj.e5IQEKri1:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-text-inverse, #ffffff);
}

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

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

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

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

.dqyWggAfDCeG .rUaKXPwKiRDb {
  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 */
.fMW5kqcLS {
  display: flex;
  align-items: stretch;
}

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

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

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

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

  .dqyWggAfDCeG .iSVTQLNU,
  .fMW5kqcLS .iSVTQLNU {
    padding: 40px 30px;
  }

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

@media (max-width: 768px) {
  .dqyWggAfDCeG .iSVTQLNU,
  .fMW5kqcLS .iSVTQLNU {
    padding: 30px 20px;
  }

  .dqyWggAfDCeG .rUaKXPwKiRDb,
  .fMW5kqcLS .rUaKXPwKiRDb {
    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.tNhowZhrv .blk-ce50a093__link,
body.tNhowZhrv div.blk-ce50a093 .blk-ce50a093__link,
body.tNhowZhrv .rZhIlD269r,
body.tNhowZhrv .btn,
body.tNhowZhrv .rm4c5YvKUhj,
body.tNhowZhrv .yqwVYiSsV .rZhIlD269r,
body.tNhowZhrv .rrxpcrmA0 .rZhIlD269r {
  border-radius: 6px !important;
}

/* PILL SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.dxx2RjBks .blk-ce50a093__link,
body.dxx2RjBks div.blk-ce50a093 .blk-ce50a093__link,
body.dxx2RjBks .rZhIlD269r,
body.dxx2RjBks .btn,
body.dxx2RjBks .rm4c5YvKUhj,
body.dxx2RjBks .yqwVYiSsV .rZhIlD269r,
body.dxx2RjBks .rrxpcrmA0 .rZhIlD269r {
  border-radius: 50px !important;
}

/* PILL SHAPE - extra padding for CTA buttons и HERO buttons */
body.dxx2RjBks .rZhIlD269r,
body.dxx2RjBks .rm4c5YvKUhj,
body.dxx2RjBks .yqwVYiSsV .rZhIlD269r,
body.dxx2RjBks .rrxpcrmA0 .rZhIlD269r {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

/* SQUARE SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.fymkp6O7hL4l .blk-ce50a093__link,
body.fymkp6O7hL4l div.blk-ce50a093 .blk-ce50a093__link,
body.fymkp6O7hL4l .rZhIlD269r,
body.fymkp6O7hL4l .btn,
body.fymkp6O7hL4l .rm4c5YvKUhj,
body.fymkp6O7hL4l .yqwVYiSsV .rZhIlD269r,
body.fymkp6O7hL4l .rrxpcrmA0 .rZhIlD269r {
  border-radius: 0 !important;
}

/* ENSURE GLOBAL SHAPE WORKS EVERYWHERE - MAXIMUM SPECIFICITY */
body.tNhowZhrv .ghZFp5Zek.pUVl6FEjLph2 .rZhIlD269r,
body.tNhowZhrv .uTPFQm3CJHb .rZhIlD269r,
body.tNhowZhrv .vKitP3vF,
body.tNhowZhrv .zbR4sPEkI3QY,
body.tNhowZhrv .vYYhAtL3 {
  border-radius: 6px !important;
}

body.dxx2RjBks .ghZFp5Zek.pUVl6FEjLph2 .rZhIlD269r,
body.dxx2RjBks .uTPFQm3CJHb .rZhIlD269r,
body.dxx2RjBks .vKitP3vF,
body.dxx2RjBks .zbR4sPEkI3QY,
body.dxx2RjBks .vYYhAtL3 {
  border-radius: 50px !important;
}

/* PILL SHAPE - extra padding for all contexts (включая HERO) */
body.dxx2RjBks .ghZFp5Zek.pUVl6FEjLph2 .rZhIlD269r,
body.dxx2RjBks .uTPFQm3CJHb .rZhIlD269r,
body.dxx2RjBks .rm4c5YvKUhj {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.fymkp6O7hL4l .ghZFp5Zek.pUVl6FEjLph2 .rZhIlD269r,
body.fymkp6O7hL4l .uTPFQm3CJHb .rZhIlD269r,
body.fymkp6O7hL4l .vKitP3vF,
body.fymkp6O7hL4l .zbR4sPEkI3QY,
body.fymkp6O7hL4l .vYYhAtL3 {
  border-radius: 0 !important;
}

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

body.dxx2RjBks.fsWNPMWob .rZhIlD269r,
body.dxx2RjBks.sZYNuSC9jAv .rZhIlD269r {
  border-radius: 50px !important;
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.fymkp6O7hL4l.fsWNPMWob .rZhIlD269r,
body.fymkp6O7hL4l.tQaXdkLjZ9h .rZhIlD269r {
  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) {
  .n2KAmG9c {
    padding: 40px 20px;
  }

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

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

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

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

  .vFLEKFjY3k.rPPLUvE55V .pQ1cF4x6yI {
    align-items: flex-start;
  }

  .vFLEKFjY3k.c0J709Y8Y6 .pQ1cF4x6yI {
    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;
  }

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

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

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

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

  .pQ1cF4x6yI {
    gap: 10px;
  }

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

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

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

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

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

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

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

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

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

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

.dAJQIJ6rc,
.gyzK1jYiwUG,
.gFpEcEqpsjMP {
  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;
}

.dAJQIJ6rc:hover,
.gyzK1jYiwUG:hover,
.gFpEcEqpsjMP:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

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

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

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

.gyzK1jYiwUG:disabled,
.gFpEcEqpsjMP:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

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

  .dAJQIJ6rc,
  .gyzK1jYiwUG,
  .gFpEcEqpsjMP {
    width: 40px;
    height: 40px;
  }

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

  .gyzK1jYiwUG {
    left: 10px;
  }

  .gFpEcEqpsjMP {
    right: 10px;
  }

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

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

/* Content image styles when lightbox is enabled */
body.lightbox-enabled .uLq0bthxlpat img:hover,
body.lightbox-enabled .tjfMQaskv 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.tNhowZhrv .blk-ce50a093 .blk-ce50a093__link,
html body.tNhowZhrv .rZhIlD269r,
html body.tNhowZhrv .btn,
html body.tNhowZhrv .rm4c5YvKUhj {
  border-radius: 6px !important;
}

html body.dxx2RjBks .blk-ce50a093 .blk-ce50a093__link,
html body.dxx2RjBks .rZhIlD269r,
html body.dxx2RjBks .btn,
html body.dxx2RjBks .rm4c5YvKUhj {
  border-radius: 50px !important;
}

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

html body.fymkp6O7hL4l .blk-ce50a093 .blk-ce50a093__link,
html body.fymkp6O7hL4l .rZhIlD269r,
html body.fymkp6O7hL4l .btn,
html body.fymkp6O7hL4l .rm4c5YvKUhj {
  border-radius: 0 !important;
}

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

/* ENSURE ALL BUTTONS HAVE CONSISTENT TRANSITIONS */
.m9HRC9eryC8,
.rZhIlD269r,
.rm4c5YvKUhj,
.blk-ce50a093__link,
.yqwVYiSsV .rZhIlD269r,
.rrxpcrmA0 .rZhIlD269r {
  transition: all var(--transition-fast, 0.15s ease-in-out) !important;
}

/* UNIFIED HOVER EFFECTS - ALL BUTTON TYPES */
.m9HRC9eryC8:hover,
.gtay1AvZr:hover,
.oeAMJMpBM:hover,
.rZhIlD269r.dboD2hcM:hover,
.rZhIlD269r.dZ5xn4vZmTNB:hover,
.rZhIlD269r.inglnxiGjk:hover,
.rm4c5YvKUhj.t6mwEjR28j:hover,
.rm4c5YvKUhj.ka9pGNKuU:hover,
.rm4c5YvKUhj.e5IQEKri1:hover,
.yqwVYiSsV .rZhIlD269r:hover,
.rrxpcrmA0 .rZhIlD269r: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 */
.dqyWggAfDCeG {
  padding: 0;
  overflow: hidden;
  position: relative;
}

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

.bxxnPDEq9QOm,
.svAupfJJJK {
  flex: 0 0 50%;
  width: 50%;
}

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

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

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

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

.dqyWggAfDCeG .pQ1cF4x6yI {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

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

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

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

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

.fMW5kqcLS .bxxnPDEq9QOm,
.fMW5kqcLS .svAupfJJJK {
  flex: 0 0 50%;
  width: 50%;
}

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

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

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

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

.fMW5kqcLS .pQ1cF4x6yI {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

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

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

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

  .fMW5kqcLS .hFUGe4XZFz {
    max-width: 1320px;
  }
}

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

  .fMW5kqcLS .hFUGe4XZFz {
    max-width: 100%;
    padding: 0 20px;
  }
}

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

  .bxxnPDEq9QOm,
  .svAupfJJJK {
    width: 100%;
    flex: 0 0 auto;
  }

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

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

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

  .dqyWggAfDCeG .a4fiEtPKkht {
    font-size: 1.1rem;
  }

  .dqyWggAfDCeG .pQ1cF4x6yI {
    justify-content: center;
  }

  .bl0OeYxDE73l .svAupfJJJK {
    display: none;
  }

  .fMW5kqcLS .hFUGe4XZFz {
    flex-direction: column;
    padding: 0;
  }

  .fMW5kqcLS .bxxnPDEq9QOm,
  .fMW5kqcLS .svAupfJJJK {
    width: 100%;
    flex: 0 0 auto;
  }

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

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

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

  .fMW5kqcLS .a4fiEtPKkht {
    font-size: 1.1rem;
  }

  .fMW5kqcLS .pQ1cF4x6yI {
    justify-content: center;
  }

  .ktLn7WqeGC .svAupfJJJK {
    display: none;
  }
}

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

  .dqyWggAfDCeG .pQ1cF4x6yI {
    flex-direction: column;
    align-items: stretch;
  }

  .dqyWggAfDCeG .pQ1cF4x6yI .m9HRC9eryC8 {
    text-align: center;
    min-width: 150px;
  }

  .fMW5kqcLS .bxxnPDEq9QOm {
    padding: 30px 15px;
  }

  .fMW5kqcLS .pQ1cF4x6yI {
    flex-direction: column;
    align-items: stretch;
  }

  .fMW5kqcLS .pQ1cF4x6yI .m9HRC9eryC8 {
    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 .uLq0bthxlpat .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 .uLq0bthxlpat .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 */
.nq6o81nmSgL {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jiUdq6UtCD .y8PFXfGMb4 {
  flex: 1 1 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ===== LANGUAGE / GEO SWITCHER ===== */
.lWQQJWDL1O6y {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.ndEGVnHt {
  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;
}
.ndEGVnHt:hover {
  background: rgba(0, 0, 0, 0.04);
}
.rzwzNVU41v0M .ndEGVnHt {
  border-color: currentColor;
  opacity: 0.9;
}
.uysNvc3VsB,
.dXy2bgTnb {
  font-size: 1.1em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.jhB9g9gSiB {
  width: 28px;
  height: 20px;
  object-fit: cover;
  border-radius: 2px;
}
.joHZi0SFXoq {
  font-size: 0.7em;
  opacity: 0.8;
}
.suWsqjk5rx {
  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;
}
.pocK5prc5ivP {
  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;
}
.pocK5prc5ivP:hover {
  background: var(--color-bg-secondary, #f8fafc);
}
.ux9blkuzu5 {
  font-weight: 600;
  color: var(--color-primary, #2563eb);
}
.fx5KsK5kvI {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm, 12px);
}
.eVIwE3EGFH .lWQQJWDL1O6y {
  margin-left: 0;
}
.svymxJZx {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--color-footer-bg, #1a1a1a);
}
.svymxJZx .ndEGVnHt {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--color-footer-text, #fff);
}
.svymxJZx .suWsqjk5rx {
  background: var(--color-bg-dark, #0f172a);
  border-color: rgba(255, 255, 255, 0.15);
}
.svymxJZx .pocK5prc5ivP {
  color: var(--color-footer-text, #fff);
}
.svymxJZx .pocK5prc5ivP:hover {
  background: rgba(255, 255, 255, 0.1);
}
.nYvZhRTUD6 {
  padding: 12px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.nYvZhRTUD6 .suWsqjk5rx {
  position: static;
  margin-top: 8px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.nYvZhRTUD6 .sjwh-lang-switcher-select[aria-expanded="true"] + .suWsqjk5rx {
  display: block !important;
}
.nYvZhRTUD6 .sjwh-lang-switcher-dropdown[hidden] {
  display: none !important;
}

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