/*!
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 */
.kfVEUS0pHN {
  left: -9999px;
  position: absolute;
  top: 2.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text utilities */
.mYegeWMoPd { text-align: center; }
.lSRM3PIGKHlk { text-align: left; }
.ibSgsLSN { text-align: right; }

.s3KralgezJW { color: var(--color-primary); }
.qHsYmmGB { color: var(--color-text-secondary); }
.nDQdYALLf { color: var(--color-text-light); }

/* Display utilities */
.qRordiWRv { display: none; }
.y2s33ZS2f2DM { display: block; }
.hgze68sI9q { display: flex; }
.huiRSNVG { display: inline; }
.rXPIhXkDWYL { display: inline-block; }

/* Flex utilities */
.uZd0JjQn { flex-direction: column; }
.shHpYvFIPI { flex-wrap: wrap; }
.xTnJJbjaS7cJ { justify-content: center; }
.ppBePACS { justify-content: space-between; }
.iInXdydWk { justify-content: space-around; }
.gVCaE1o6 { align-items: center; }
.foUT41O6Uj { align-items: flex-start; }
.y6E1EFn3qG { align-items: flex-end; }

/* Spacing utilities */
.efwzs4oL3 { margin-bottom: 0; }
.wFP6LiheLX { margin-bottom: var(--spacing-sm); }
.h2VsC01sMY { margin-bottom: var(--spacing-md); }
.vwQKxxhRa1YR { margin-bottom: var(--spacing-lg); }
.iZoluqO9c7a6 { margin-bottom: var(--spacing-xl); }

.pv5WOpb3 { margin-top: 0; }
.jlgMECQy2sOi { margin-top: var(--spacing-sm); }
.mMw7ZjoA { margin-top: var(--spacing-md); }
.h3sEJ47MT { margin-top: var(--spacing-lg); }
.eaFxA32RzelH { 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 */
.nhxfZFX6r0IU,
.oY3HyCxtgiNg,
.c3qbyFD3 {
  padding: var(--spacing-xl) 0; /* Only vertical padding, horizontal is from .hbL9hB5jQ56l */
}

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

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

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

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

.a0ht8C0fj {
  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) */
.yAqmjVkpaIS.lSRM3PIGKHlk {
  text-align: left;
}

.yAqmjVkpaIS.mYegeWMoPd {
  text-align: center;
}

.yAqmjVkpaIS.ibSgsLSN {
  text-align: right;
}

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

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

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

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

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

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

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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dHAfnOfL:hover {
  background: transparent;
}

.dHAfnOfL:hover .eSABTAcMnI2e {
  background-color: var(--color-primary-dark);
}

.dHAfnOfL:hover .i8otkmx1Q0zO {
  fill: var(--color-primary-dark);
}

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

.dHAfnOfL.ai5aAGGZXInD .eSABTAcMnI2e:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.dHAfnOfL.ai5aAGGZXInD .eSABTAcMnI2e:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

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

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


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

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

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

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

.dHAfnOfL.ai5aAGGZXInD .xbXPI7l6PI {
  display: none !important;
}

.dHAfnOfL.ai5aAGGZXInD .rCDAYRE7 {
  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 - классическое исчезновение с поворотом */
.g9g6hzC5nM6 .xbXPI7l6PI {
  animation: hamburgerFadeOut 0.3s ease-out forwards;
}

.ycQPG4tl47y.ai5aAGGZXInD .xbXPI7l6PI {
  animation: none;
}

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

.ycQPG4tl47y.ai5aAGGZXInD .xbXPI7l6PI {
  transform: rotate(45deg);
  display: block !important;
}

.jMiidICRfVJ .rCDAYRE7 {
  display: none !important;
}

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

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

.dHAfnOfL:hover .in17zZSox7nq .nzeawZYP {
  background: var(--color-primary-dark);
}

.in17zZSox7nq .iUUQGzwcBZ {
  top: 10px;
}

.in17zZSox7nq .zX6KTJhG {
  top: 19px;
}

.in17zZSox7nq .usBI8JZL7 {
  top: 28px;
}

.dHAfnOfL.ai5aAGGZXInD .in17zZSox7nq .iUUQGzwcBZ {
  transform: rotate(45deg);
  top: 19px;
}

.dHAfnOfL.ai5aAGGZXInD .in17zZSox7nq .zX6KTJhG {
  opacity: 0;
  transform: scale(0) rotate(90deg);
}

.dHAfnOfL.ai5aAGGZXInD .in17zZSox7nq .usBI8JZL7 {
  transform: rotate(-45deg);
  top: 19px;
}


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

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

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

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

.d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU.scrolled {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* Меню слева */
.d34bkVrSQ.qd27Ce2Hvc51 .dHAfnOfL {
  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);
}

.d34bkVrSQ.qd27Ce2Hvc51 .dHAfnOfL:hover {
  background: transparent !important;
  border-radius: var(--radius-md);
}

.d34bkVrSQ.qd27Ce2Hvc51 .dHAfnOfL:hover svg {
  fill: var(--color-primary-dark) !important;
}

.d34bkVrSQ.qd27Ce2Hvc51 .dHAfnOfL:hover .eSABTAcMnI2e,
.d34bkVrSQ.qd27Ce2Hvc51 .dHAfnOfL:hover .in17zZSox7nq .nzeawZYP {
  background-color: var(--color-primary-dark) !important;
}

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

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

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

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

.d34bkVrSQ.qd27Ce2Hvc51 .eASmzGZVa {
  padding: 0;
  margin: 0;
}

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

.d34bkVrSQ.qd27Ce2Hvc51 .cFZ3UYG4k7 {
  display: none;
}



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

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

.bZdjV1MIkd2.lpSpzAwI: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 */
.qVyeA1Zbo9v:hover,
.zV7xR7j6:hover,
.f9Q4siwW99:hover,
.cEUtadF5:hover,
.jqq67dbkXF:hover,
.bZdjV1MIkd2:hover,
.ibAwIvR1847E:hover {
  animation: none !important;
}

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

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

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

.bZdjV1MIkd2.vNtqegKq2:hover {
  color: var(--color-primary-dark);
  background-color: var(--color-primary-light);
}

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

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

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

/* Square Shape */
body.oAmVLYBVsFz .bZdjV1MIkd2 {
  border-radius: 0;
}

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

body.jQf1dq1zw .d34bkVrSQ.g4sK2MXU .bZdjV1MIkd2 {
  border-radius: 50px !important;
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.oAmVLYBVsFz .d34bkVrSQ.g4sK2MXU .bZdjV1MIkd2 {
  border-radius: 0 !important;
}

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

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

body.gOt1a6n44 .hYkd0HQ0xCrN {
  min-height: 70px !important;
}

body.oCfTGUI9uuj .hYkd0HQ0xCrN {
  min-height: 80px !important;
}

body.vbbzNqYL43x .hYkd0HQ0xCrN {
  min-height: 100px !important;
}

/* Header Heights for Minimal Style - same values but with specific selectors */
body.bBlkBpDEIk.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51 .hYkd0HQ0xCrN,
body.bBlkBpDEIk .d34bkVrSQ.qd27Ce2Hvc51 .hYkd0HQ0xCrN {
  min-height: 60px !important;
}

body.gOt1a6n44.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51 .hYkd0HQ0xCrN,
body.gOt1a6n44 .d34bkVrSQ.qd27Ce2Hvc51 .hYkd0HQ0xCrN {
  min-height: 70px !important;
}

body.oCfTGUI9uuj.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51 .hYkd0HQ0xCrN,
body.oCfTGUI9uuj .d34bkVrSQ.qd27Ce2Hvc51 .hYkd0HQ0xCrN {
  min-height: 80px !important;
}

body.vbbzNqYL43x.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51 .hYkd0HQ0xCrN,
body.vbbzNqYL43x .d34bkVrSQ.qd27Ce2Hvc51 .hYkd0HQ0xCrN {
  min-height: 100px !important;
}

/* Sticky Header Heights */
body.kI65IK24YGw #e1pKvcBvogB.g4sK2MXU .hYkd0HQ0xCrN,
body.kI65IK24YGw .d34bkVrSQ.g4sK2MXU .hYkd0HQ0xCrN {
  min-height: 50px !important;
}

body.zPHH0YR1xOQ2 #e1pKvcBvogB.g4sK2MXU .hYkd0HQ0xCrN,
body.zPHH0YR1xOQ2 .d34bkVrSQ.g4sK2MXU .hYkd0HQ0xCrN {
  min-height: 60px !important;
}

body.uynWbtti #e1pKvcBvogB.g4sK2MXU .hYkd0HQ0xCrN,
body.uynWbtti .d34bkVrSQ.g4sK2MXU .hYkd0HQ0xCrN {
  min-height: 70px !important;
}

body.hNThPiokbZP #e1pKvcBvogB.g4sK2MXU .hYkd0HQ0xCrN,
body.hNThPiokbZP .d34bkVrSQ.g4sK2MXU .hYkd0HQ0xCrN {
  min-height: 80px !important;
}

/* Sticky Header Heights for Minimal Style - with specific selectors */
body.kI65IK24YGw.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU .hYkd0HQ0xCrN,
body.kI65IK24YGw .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU .hYkd0HQ0xCrN {
  min-height: 50px !important;
}

body.zPHH0YR1xOQ2.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU .hYkd0HQ0xCrN,
body.zPHH0YR1xOQ2 .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU .hYkd0HQ0xCrN {
  min-height: 60px !important;
}

body.uynWbtti.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU .hYkd0HQ0xCrN,
body.uynWbtti .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU .hYkd0HQ0xCrN {
  min-height: 70px !important;
}

body.hNThPiokbZP.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU .hYkd0HQ0xCrN,
body.hNThPiokbZP .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU .hYkd0HQ0xCrN {
  min-height: 80px !important;
}

/* Scrolled state heights (when sticky is active and scrolled) */
body.kI65IK24YGw #e1pKvcBvogB.g4sK2MXU.iT3SttsvXWlK .hYkd0HQ0xCrN,
body.kI65IK24YGw .d34bkVrSQ.g4sK2MXU.iT3SttsvXWlK .hYkd0HQ0xCrN {
  min-height: 50px !important;
}

body.zPHH0YR1xOQ2 #e1pKvcBvogB.g4sK2MXU.iT3SttsvXWlK .hYkd0HQ0xCrN,
body.zPHH0YR1xOQ2 .d34bkVrSQ.g4sK2MXU.iT3SttsvXWlK .hYkd0HQ0xCrN {
  min-height: 60px !important;
}

body.uynWbtti #e1pKvcBvogB.g4sK2MXU.iT3SttsvXWlK .hYkd0HQ0xCrN,
body.uynWbtti .d34bkVrSQ.g4sK2MXU.iT3SttsvXWlK .hYkd0HQ0xCrN {
  min-height: 70px !important;
}

body.hNThPiokbZP #e1pKvcBvogB.g4sK2MXU.iT3SttsvXWlK .hYkd0HQ0xCrN,
body.hNThPiokbZP .d34bkVrSQ.g4sK2MXU.iT3SttsvXWlK .hYkd0HQ0xCrN {
  min-height: 80px !important;
}

/* Scrolled state heights for Minimal Style - with specific selectors */
body.kI65IK24YGw.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU.iT3SttsvXWlK .hYkd0HQ0xCrN,
body.kI65IK24YGw .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU.iT3SttsvXWlK .hYkd0HQ0xCrN {
  min-height: 50px !important;
}

body.zPHH0YR1xOQ2.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU.iT3SttsvXWlK .hYkd0HQ0xCrN,
body.zPHH0YR1xOQ2 .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU.iT3SttsvXWlK .hYkd0HQ0xCrN {
  min-height: 60px !important;
}

body.uynWbtti.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU.iT3SttsvXWlK .hYkd0HQ0xCrN,
body.uynWbtti .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU.iT3SttsvXWlK .hYkd0HQ0xCrN {
  min-height: 70px !important;
}

body.hNThPiokbZP.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU.iT3SttsvXWlK .hYkd0HQ0xCrN,
body.hNThPiokbZP .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU.iT3SttsvXWlK .hYkd0HQ0xCrN {
  min-height: 80px !important;
}

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

  /* Mobile Header Heights for Minimal Style - with specific selectors */
  body.bBlkBpDEIk.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51 .hYkd0HQ0xCrN,
  body.bBlkBpDEIk .d34bkVrSQ.qd27Ce2Hvc51 .hYkd0HQ0xCrN {
    min-height: 50px !important;
  }

  body.gOt1a6n44.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51 .hYkd0HQ0xCrN,
  body.gOt1a6n44 .d34bkVrSQ.qd27Ce2Hvc51 .hYkd0HQ0xCrN {
    min-height: 60px !important;
  }

  body.oCfTGUI9uuj.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51 .hYkd0HQ0xCrN,
  body.oCfTGUI9uuj .d34bkVrSQ.qd27Ce2Hvc51 .hYkd0HQ0xCrN {
    min-height: 65px !important;
  }

  body.vbbzNqYL43x.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51 .hYkd0HQ0xCrN,
  body.vbbzNqYL43x .d34bkVrSQ.qd27Ce2Hvc51 .hYkd0HQ0xCrN {
    min-height: 70px !important;
  }

  /* Mobile Sticky Heights */
  body.kI65IK24YGw #e1pKvcBvogB.g4sK2MXU .hYkd0HQ0xCrN,
  body.kI65IK24YGw .d34bkVrSQ.g4sK2MXU .hYkd0HQ0xCrN {
    min-height: 45px !important;
  }

  body.zPHH0YR1xOQ2 #e1pKvcBvogB.g4sK2MXU .hYkd0HQ0xCrN,
  body.zPHH0YR1xOQ2 .d34bkVrSQ.g4sK2MXU .hYkd0HQ0xCrN {
    min-height: 50px !important;
  }

  body.uynWbtti #e1pKvcBvogB.g4sK2MXU .hYkd0HQ0xCrN,
  body.uynWbtti .d34bkVrSQ.g4sK2MXU .hYkd0HQ0xCrN {
    min-height: 55px !important;
  }

  body.hNThPiokbZP #e1pKvcBvogB.g4sK2MXU .hYkd0HQ0xCrN,
  body.hNThPiokbZP .d34bkVrSQ.g4sK2MXU .hYkd0HQ0xCrN {
    min-height: 60px !important;
  }

  /* Mobile Sticky Heights for Minimal Style - with specific selectors */
  body.kI65IK24YGw.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU .hYkd0HQ0xCrN,
  body.kI65IK24YGw .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU .hYkd0HQ0xCrN {
    min-height: 45px !important;
  }

  body.zPHH0YR1xOQ2.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU .hYkd0HQ0xCrN,
  body.zPHH0YR1xOQ2 .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU .hYkd0HQ0xCrN {
    min-height: 50px !important;
  }

  body.uynWbtti.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU .hYkd0HQ0xCrN,
  body.uynWbtti .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU .hYkd0HQ0xCrN {
    min-height: 55px !important;
  }

  body.hNThPiokbZP.header-style-minimal .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU .hYkd0HQ0xCrN,
  body.hNThPiokbZP .d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU .hYkd0HQ0xCrN {
    min-height: 60px !important;
  }

  /* FIX: Prevent menu button from wrapping in sticky mode */
  #e1pKvcBvogB.g4sK2MXU .hYkd0HQ0xCrN,
  .d34bkVrSQ.g4sK2MXU .hYkd0HQ0xCrN {
    flex-wrap: nowrap !important; /* Force elements to stay in one line */
  }

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

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

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

  #e1pKvcBvogB.g4sK2MXU .dHAfnOfL,
  .d34bkVrSQ.g4sK2MXU .dHAfnOfL {
    flex-shrink: 0; /* Prevent button from shrinking */
    padding: 5px !important; /* Reduce padding in sticky mode */
    min-width: 35px !important;
    min-height: 35px !important;
  }

  #e1pKvcBvogB.g4sK2MXU .dHAfnOfL .i8otkmx1Q0zO,
  .d34bkVrSQ.g4sK2MXU .dHAfnOfL .i8otkmx1Q0zO {
    width: 30px !important;
    height: 30px !important;
  }

  #e1pKvcBvogB.g4sK2MXU .dHAfnOfL .in17zZSox7nq,
  .d34bkVrSQ.g4sK2MXU .dHAfnOfL .in17zZSox7nq {
    width: 30px !important;
    height: 30px !important;
  }

  #e1pKvcBvogB.g4sK2MXU .dHAfnOfL .eSABTAcMnI2e,
  .d34bkVrSQ.g4sK2MXU .dHAfnOfL .eSABTAcMnI2e {
    width: 24px !important;
    margin: 3px 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

/* For sticky header - keep progress bar visible */
#e1pKvcBvogB.g4sK2MXU .cnjXQp8Qcf,
.d34bkVrSQ.g4sK2MXU .cnjXQp8Qcf {
  position: absolute;
  bottom: 0;
}

/* Hide progress bar when header is hidden on scroll */
#e1pKvcBvogB.g4sK2MXU.header-hidden .cnjXQp8Qcf,
.d34bkVrSQ.g4sK2MXU.header-hidden .cnjXQp8Qcf {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show progress bar when visible */
body.jxYMAEvVMJ .cnjXQp8Qcf {
  display: block;
}

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

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

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

.qlnlwbyU.ai5aAGGZXInD {
  right: 0;
}

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

.oiqk2s7G.ai5aAGGZXInD {
  display: block;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gfosMF381D .mxuK9dBFU .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%);
}

.gfosMF381D .mxuK9dBFU .sf4BYjptjtl > a::after {
  transform: translateY(-50%) rotate(90deg);
}

.gfosMF381D .sf4BYjptjtl > .mxuK9dBFU {
  display: block;
}

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

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

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

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

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

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

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

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

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


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

  .dHAfnOfL {
    display: flex !important;
  }

  .qlnlwbyU {
    display: block;
  }

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

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

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

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

}

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



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

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

#e1pKvcBvogB.g4sK2MXU.scrolled .lIF3P6XW img,
.d34bkVrSQ.g4sK2MXU.scrolled .lIF3P6XW img {
  max-height: 40px;
  transition: max-height 0.3s ease;
}

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

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


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

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

/* Контейнер внутри scrolled Minimal */
.d34bkVrSQ.qd27Ce2Hvc51.g4sK2MXU.scrolled .hYkd0HQ0xCrN {
  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 */
#e1pKvcBvogB.g4sK2MXU.header-hidden,
.d34bkVrSQ.g4sK2MXU.header-hidden {
  transform: translateY(-100%);
}

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

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

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

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

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

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

.oQVkTZfKdb.ai5aAGGZXInD {
  transform: translateX(0);
}

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

.oQVkTZfKdb .aJcEMZRN {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

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

.oBwtwcaD.ai5aAGGZXInD {
  transform: translateX(0);
}

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

.oBwtwcaD .aJcEMZRN {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

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

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

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

.gqbxGUny .m5TCdqo0bj {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

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

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

.gqbxGUny .aJcEMZRN .bZdjV1MIkd2 {
  min-width: 120px;
  text-align: center;
}

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

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

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

.gqbxGUny.ai5aAGGZXInD .gfosMF381D li {
  opacity: 1;
  transform: translateY(0);
}

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

.gqbxGUny .gfosMF381D 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;
}

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

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

.gqbxGUny .gfosMF381D 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 */
.c3MqhyPRswF {
  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;
}

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

/* Allow JavaScript to override positioning */
body.bBlkBpDEIk .c3MqhyPRswF {
  top: 60px;
  height: calc(100vh - 60px);
}
body.gOt1a6n44 .c3MqhyPRswF {
  top: 70px;
  height: calc(100vh - 70px);
}
body.oCfTGUI9uuj .c3MqhyPRswF {
  top: 80px;
  height: calc(100vh - 80px);
}
body.vbbzNqYL43x .c3MqhyPRswF {
  top: 100px;
  height: calc(100vh - 100px);
}

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


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

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

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

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

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

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

.c3MqhyPRswF #h17D1WsQV {
  margin: 0;
  padding: 0;
}

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

.c3MqhyPRswF.ai5aAGGZXInD .gfosMF381D li {
  opacity: 1;
  transform: translateX(0);
}

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

.c3MqhyPRswF .gfosMF381D 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;
}

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

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

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

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

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

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

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

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

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

.hF2rbvLPCe .qlnlwbyU:not(.sjwh-is-active) {
  opacity: 0;
}

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

.cShAf4GVYUg .qlnlwbyU:not(.sjwh-is-active) {
  transform: scale(0.8);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .kyWSYfzX {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u7g1tPpPBi {
  margin-bottom: 10px;
}

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

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

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

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

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

.eL0UbhN3C a:hover {
  opacity: 0.7;
}

.cgS2gWrb .kyWSYfzX {
  display: flex;
  gap: 15px;
  justify-content: center;
}

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

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

.rEJKYG3CE {
  font-weight: bold;
}

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

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

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

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

.yDH9amWUj .aJQEnWH1Ch,
.site-footer.yDH9amWUj .aJQEnWH1Ch {
  width: 100% !important;
}

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

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

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

.yDH9amWUj .gZIWI6Iy,
.site-footer.yDH9amWUj .gZIWI6Iy {
  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 */
.aJQEnWH1Ch.fOtopL0JZ .n4WkMcvdTXT,
.site-footer.yDH9amWUj .fOtopL0JZ .n4WkMcvdTXT {
  grid-template-columns: 1fr !important;
}

.aJQEnWH1Ch.ztIeJbSq .n4WkMcvdTXT,
.site-footer.yDH9amWUj .ztIeJbSq .n4WkMcvdTXT {
  grid-template-columns: repeat(2, 1fr) !important;
}

.aJQEnWH1Ch.tTzTttijB74N .n4WkMcvdTXT,
.site-footer.yDH9amWUj .tTzTttijB74N .n4WkMcvdTXT {
  grid-template-columns: repeat(3, 1fr) !important;
}

.aJQEnWH1Ch.ugyUHqvcHu5 .n4WkMcvdTXT,
.site-footer.yDH9amWUj .ugyUHqvcHu5 .n4WkMcvdTXT {
  grid-template-columns: repeat(4, 1fr) !important;
}

.aJQEnWH1Ch.hY5dK1S09S4t .n4WkMcvdTXT,
.site-footer.yDH9amWUj .hY5dK1S09S4t .n4WkMcvdTXT {
  grid-template-columns: repeat(5, 1fr) !important;
}

.aJQEnWH1Ch.o9MdXHTpn2 .n4WkMcvdTXT,
.site-footer.yDH9amWUj .o9MdXHTpn2 .n4WkMcvdTXT {
  grid-template-columns: repeat(6, 1fr) !important;
}

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

.yDH9amWUj .gZIWI6Iy li::marker,
.site-footer.yDH9amWUj .gZIWI6Iy li::marker {
  content: '' !important;
}

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

.yDH9amWUj .gZIWI6Iy a:hover,
.site-footer.yDH9amWUj .gZIWI6Iy a:hover {
  opacity: 0.7 !important;
}

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

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

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

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

.yDH9amWUj .dPVGiOyKx6lC,
.site-footer.yDH9amWUj .dPVGiOyKx6lC {
  margin-bottom: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yDH9amWUj .clg4LeCruhrm,
.site-footer.yDH9amWUj .clg4LeCruhrm {
  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;
}

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

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

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

.yDH9amWUj .fmmHOIDmi4nK,
.site-footer.yDH9amWUj .fmmHOIDmi4nK {
  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;
}

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

.yDH9amWUj .fmmHOIDmi4nK.uJCC5dV3KY:hover,
.site-footer.yDH9amWUj .fmmHOIDmi4nK.uJCC5dV3KY:hover {
  background: #1877f2 !important;
}

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

.yDH9amWUj .fmmHOIDmi4nK.y7vuojDyM:hover,
.site-footer.yDH9amWUj .fmmHOIDmi4nK.y7vuojDyM:hover {
  background: #000000 !important;
}

.yDH9amWUj .fmmHOIDmi4nK.q2NM24Rr:hover,
.site-footer.yDH9amWUj .fmmHOIDmi4nK.q2NM24Rr:hover {
  background: #ff0000 !important;
}

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

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

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

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

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

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

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

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

  .yDH9amWUj .s7SZH32dS,
  .site-footer.yDH9amWUj .s7SZH32dS {
    text-align: center !important;
  }

  .yDH9amWUj .wJ03r6LJop4,
  .site-footer.yDH9amWUj .wJ03r6LJop4 {
    justify-content: center !important;
  }

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

  .yDH9amWUj .xnMQIUymoW,
  .site-footer.yDH9amWUj .xnMQIUymoW {
    justify-content: center !important;
  }

  /* Navigation columns responsive - reduce to 2 columns on tablet */
  .aJQEnWH1Ch.tTzTttijB74N .n4WkMcvdTXT,
  .aJQEnWH1Ch.ugyUHqvcHu5 .n4WkMcvdTXT,
  .aJQEnWH1Ch.hY5dK1S09S4t .n4WkMcvdTXT,
  .aJQEnWH1Ch.o9MdXHTpn2 .n4WkMcvdTXT,
  .site-footer.yDH9amWUj .tTzTttijB74N .n4WkMcvdTXT,
  .site-footer.yDH9amWUj .ugyUHqvcHu5 .n4WkMcvdTXT,
  .site-footer.yDH9amWUj .hY5dK1S09S4t .n4WkMcvdTXT,
  .site-footer.yDH9amWUj .o9MdXHTpn2 .n4WkMcvdTXT {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

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

  .yDH9amWUj .gZIWI6Iy,
  .site-footer.yDH9amWUj .gZIWI6Iy {
    gap: 10px !important;
  }


  /* Navigation columns mobile - all become single column */
  .aJQEnWH1Ch.ztIeJbSq .n4WkMcvdTXT,
  .aJQEnWH1Ch.tTzTttijB74N .n4WkMcvdTXT,
  .aJQEnWH1Ch.ugyUHqvcHu5 .n4WkMcvdTXT,
  .aJQEnWH1Ch.hY5dK1S09S4t .n4WkMcvdTXT,
  .aJQEnWH1Ch.o9MdXHTpn2 .n4WkMcvdTXT,
  .site-footer.yDH9amWUj .ztIeJbSq .n4WkMcvdTXT,
  .site-footer.yDH9amWUj .tTzTttijB74N .n4WkMcvdTXT,
  .site-footer.yDH9amWUj .ugyUHqvcHu5 .n4WkMcvdTXT,
  .site-footer.yDH9amWUj .hY5dK1S09S4t .n4WkMcvdTXT,
  .site-footer.yDH9amWUj .o9MdXHTpn2 .n4WkMcvdTXT {
    grid-template-columns: 1fr !important;
  }
}

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

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

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

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

.jlyk2YC2z .eSIzmZ0u97Sa,
.site-footer.jlyk2YC2z .eSIzmZ0u97Sa {
  margin-bottom: 10px !important;
}

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

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

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

.jlyk2YC2z .doc9S9BP,
.site-footer.jlyk2YC2z .doc9S9BP {
  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;
}

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

.jlyk2YC2z .doc9S9BP.uJCC5dV3KY:hover,
.site-footer.jlyk2YC2z .doc9S9BP.uJCC5dV3KY:hover {
  background: #1877f2 !important;
}

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

.jlyk2YC2z .doc9S9BP.y7vuojDyM:hover,
.site-footer.jlyk2YC2z .doc9S9BP.y7vuojDyM:hover {
  background: #000000 !important;
}

.jlyk2YC2z .doc9S9BP.q2NM24Rr:hover,
.site-footer.jlyk2YC2z .doc9S9BP.q2NM24Rr:hover {
  background: #ff0000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .jlyk2YC2z .cfaucnN1 {
    gap: 8px !important;
  }
  
  .jlyk2YC2z .uNMg6fwuZlS {
    max-width: calc((100% - 40px) / 3) !important;
  }
  
  .jlyk2YC2z .wvZzlhrUHNB {
    max-height: 50px !important;
  }
}

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

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

.jlyk2YC2z .x8WCRMOYvQ,
.site-footer.jlyk2YC2z .x8WCRMOYvQ {
  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;
}

.jlyk2YC2z .x8WCRMOYvQ .wE7FFtDQsWGY,
.site-footer.jlyk2YC2z .x8WCRMOYvQ .wE7FFtDQsWGY {
  justify-content: flex-end !important;
}

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

.jlyk2YC2z .otvaAO3xqRB,
.site-footer.jlyk2YC2z .otvaAO3xqRB {
  display: flex !important;
  flex-direction: column !important;
}

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

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

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

.jlyk2YC2z .sHbaNWkHS li::marker,
.site-footer.jlyk2YC2z .sHbaNWkHS li::marker {
  content: '' !important;
}

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

.jlyk2YC2z .sHbaNWkHS a:hover,
.site-footer.jlyk2YC2z .sHbaNWkHS a:hover {
  opacity: 0.7 !important;
}

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

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

.jlyk2YC2z .hC2FHGaU,
.site-footer.jlyk2YC2z .hC2FHGaU {
  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) {
  .jlyk2YC2z .fmjFfVnos3,
  .site-footer.jlyk2YC2z .fmjFfVnos3 {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .jlyk2YC2z .dxJkaJZefpjz,
  .site-footer.jlyk2YC2z .dxJkaJZefpjz {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  
  .jlyk2YC2z .x8WCRMOYvQ,
  .site-footer.jlyk2YC2z .x8WCRMOYvQ {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
  }
  
  .jlyk2YC2z .yHjK5M6LI {
    text-align: left !important;
  }
}

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

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

  .jlyk2YC2z .arHeB1a3uZi2,
  .site-footer.jlyk2YC2z .arHeB1a3uZi2 {
    text-align: center !important;
    align-items: center !important;
  }

  .jlyk2YC2z .zDaY72SfHOQK,
  .site-footer.jlyk2YC2z .zDaY72SfHOQK {
    justify-content: center !important;
  }

  .jlyk2YC2z .fhhJfKXg,
  .site-footer.jlyk2YC2z .fhhJfKXg {
    justify-content: center !important;
  }

  .jlyk2YC2z .otvaAO3xqRB,
  .site-footer.jlyk2YC2z .otvaAO3xqRB {
    align-items: center !important;
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

  .nqf6yQKIGBL {
    justify-content: center;
  }
}

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

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

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

  /* Отключение всех focus стилей в боковом меню */
  .yZ3BANi66Tq *:focus,
  .yZ3BANi66Tq a:focus,
  .yZ3BANi66Tq button:focus,
  .cPUuWA4V4x2 *:focus,
  .v1H6UoRjtrt a:focus,
  .mP5XIN68 a:focus,
  .ikDhvuGQPr a:focus,
  .ikDhvuGQPr button:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }

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

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

  .d34bkVrSQ.qd27Ce2Hvc51 .dHAfnOfL:hover .in17zZSox7nq .nzeawZYP {
    background: var(--color-primary-dark);
  }

  /* Когда меню открыто, меняем иконку */
  body.rtKWWFx5f .d34bkVrSQ.qd27Ce2Hvc51 .dHAfnOfL {
    background: transparent;
  }

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

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

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

.sgdeov39o.mJYwYegIV {
  background-size: cover;
  background-position: center;
}

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

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

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

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

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

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

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

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

  .ryUxYXdrbi {
    height: 100vh;
  }
}

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

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

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

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

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

/* Hero Subtitle */
.ljFUthXoAKI {
  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 */
.sgdeov39o.lSRM3PIGKHlk .gPQQxTPU {
  text-align: left;
}

.sgdeov39o.mYegeWMoPd .gPQQxTPU {
  text-align: center;
}

.sgdeov39o.mYegeWMoPd .ljFUthXoAKI {
  margin-left: auto;
  margin-right: auto;
}

.sgdeov39o.ibSgsLSN .gPQQxTPU {
  text-align: right;
}

.sgdeov39o.ibSgsLSN .ljFUthXoAKI {
  margin-left: auto;
}

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

.cKoox0ob .tKN501zCn {
  display: none;
}

.gvnpUc9r .tKN501zCn {
  background: rgba(0, 0, 0, 0.2);
}

.zLhN29JVU2R .tKN501zCn {
  background: rgba(0, 0, 0, 0.4);
}

.qeMGoSM4t1 .tKN501zCn {
  background: rgba(0, 0, 0, 0.6);
}

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

.zTCLX5Wo .qYEFxraIiRz {
  display: none;
}

.cDdr4U3p3p .qYEFxraIiRz {
  background: rgba(0, 0, 0, 0.2);
}

.hSGeSQQcoMdg .qYEFxraIiRz {
  background: rgba(0, 0, 0, 0.4);
}

.iZVi22nxUss4 .qYEFxraIiRz {
  background: rgba(0, 0, 0, 0.6);
}

.wK7VXoUSlFu .qYEFxraIiRz {
  background: rgba(0, 0, 0, 0.8);
}

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

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

.sgdeov39o.mYegeWMoPd .twXUI6FRIlt {
  justify-content: center;
}

.sgdeov39o.ibSgsLSN .twXUI6FRIlt {
  justify-content: flex-end;
}

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

.pjAbsRuwEYc {
  border-radius: 50px;
}

.doQgsDyzZ5 {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

.rMVprcgoPx4 .ibAwIvR1847E.zkZaVYJSUT:hover {
  background-color: var(--color-text-inverse, #ffffff);
  color: var(--color-primary);
  border-color: var(--color-text-inverse, #ffffff);
}

.rMVprcgoPx4 .ibAwIvR1847E.jpvJIuFAHszD {
  color: var(--color-text-inverse, #ffffff);
}

.rMVprcgoPx4 .ibAwIvR1847E.jpvJIuFAHszD:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-text-inverse, #ffffff);
}

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

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

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

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

.tdOwdRaaq .iiej5wLSWC1a {
  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 */
.asZS5nOB {
  display: flex;
  align-items: stretch;
}

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

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

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

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

  .tdOwdRaaq .gPQQxTPU,
  .asZS5nOB .gPQQxTPU {
    padding: 40px 30px;
  }

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

@media (max-width: 768px) {
  .tdOwdRaaq .gPQQxTPU,
  .asZS5nOB .gPQQxTPU {
    padding: 30px 20px;
  }

  .tdOwdRaaq .iiej5wLSWC1a,
  .asZS5nOB .iiej5wLSWC1a {
    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.iT9h8kFfca .blk-ce50a093__link,
body.iT9h8kFfca div.blk-ce50a093 .blk-ce50a093__link,
body.iT9h8kFfca .bZdjV1MIkd2,
body.iT9h8kFfca .btn,
body.iT9h8kFfca .ibAwIvR1847E,
body.iT9h8kFfca .aJcEMZRN .bZdjV1MIkd2,
body.iT9h8kFfca .ikDhvuGQPr .bZdjV1MIkd2 {
  border-radius: 6px !important;
}

/* PILL SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.uoxmy9KNRMP .blk-ce50a093__link,
body.uoxmy9KNRMP div.blk-ce50a093 .blk-ce50a093__link,
body.uoxmy9KNRMP .bZdjV1MIkd2,
body.uoxmy9KNRMP .btn,
body.uoxmy9KNRMP .ibAwIvR1847E,
body.uoxmy9KNRMP .aJcEMZRN .bZdjV1MIkd2,
body.uoxmy9KNRMP .ikDhvuGQPr .bZdjV1MIkd2 {
  border-radius: 50px !important;
}

/* PILL SHAPE - extra padding for CTA buttons и HERO buttons */
body.uoxmy9KNRMP .bZdjV1MIkd2,
body.uoxmy9KNRMP .ibAwIvR1847E,
body.uoxmy9KNRMP .aJcEMZRN .bZdjV1MIkd2,
body.uoxmy9KNRMP .ikDhvuGQPr .bZdjV1MIkd2 {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

/* SQUARE SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.b9ENlL6qRP .blk-ce50a093__link,
body.b9ENlL6qRP div.blk-ce50a093 .blk-ce50a093__link,
body.b9ENlL6qRP .bZdjV1MIkd2,
body.b9ENlL6qRP .btn,
body.b9ENlL6qRP .ibAwIvR1847E,
body.b9ENlL6qRP .aJcEMZRN .bZdjV1MIkd2,
body.b9ENlL6qRP .ikDhvuGQPr .bZdjV1MIkd2 {
  border-radius: 0 !important;
}

/* ENSURE GLOBAL SHAPE WORKS EVERYWHERE - MAXIMUM SPECIFICITY */
body.iT9h8kFfca .d34bkVrSQ.g4sK2MXU .bZdjV1MIkd2,
body.iT9h8kFfca .owmIXarPNn .bZdjV1MIkd2,
body.iT9h8kFfca .kYuVgsEiiJ,
body.iT9h8kFfca .pjAbsRuwEYc,
body.iT9h8kFfca .doQgsDyzZ5 {
  border-radius: 6px !important;
}

body.uoxmy9KNRMP .d34bkVrSQ.g4sK2MXU .bZdjV1MIkd2,
body.uoxmy9KNRMP .owmIXarPNn .bZdjV1MIkd2,
body.uoxmy9KNRMP .kYuVgsEiiJ,
body.uoxmy9KNRMP .pjAbsRuwEYc,
body.uoxmy9KNRMP .doQgsDyzZ5 {
  border-radius: 50px !important;
}

/* PILL SHAPE - extra padding for all contexts (включая HERO) */
body.uoxmy9KNRMP .d34bkVrSQ.g4sK2MXU .bZdjV1MIkd2,
body.uoxmy9KNRMP .owmIXarPNn .bZdjV1MIkd2,
body.uoxmy9KNRMP .ibAwIvR1847E {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.b9ENlL6qRP .d34bkVrSQ.g4sK2MXU .bZdjV1MIkd2,
body.b9ENlL6qRP .owmIXarPNn .bZdjV1MIkd2,
body.b9ENlL6qRP .kYuVgsEiiJ,
body.b9ENlL6qRP .pjAbsRuwEYc,
body.b9ENlL6qRP .doQgsDyzZ5 {
  border-radius: 0 !important;
}

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

body.uoxmy9KNRMP.l7u7MN9tANa .bZdjV1MIkd2,
body.uoxmy9KNRMP.oAmVLYBVsFz .bZdjV1MIkd2 {
  border-radius: 50px !important;
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.b9ENlL6qRP.l7u7MN9tANa .bZdjV1MIkd2,
body.b9ENlL6qRP.jQf1dq1zw .bZdjV1MIkd2 {
  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) {
  .dftzWbNWSuD {
    padding: 40px 20px;
  }

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

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

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

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

  .sgdeov39o.lSRM3PIGKHlk .twXUI6FRIlt {
    align-items: flex-start;
  }

  .sgdeov39o.ibSgsLSN .twXUI6FRIlt {
    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;
  }

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

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

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

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

  .twXUI6FRIlt {
    gap: 10px;
  }

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

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

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

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

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

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

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

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

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

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

.yxdyaB20I,
.a5w5CNKS,
.pNYGqWtsCbcO {
  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;
}

.yxdyaB20I:hover,
.a5w5CNKS:hover,
.pNYGqWtsCbcO:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

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

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

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

.a5w5CNKS:disabled,
.pNYGqWtsCbcO:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

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

  .yxdyaB20I,
  .a5w5CNKS,
  .pNYGqWtsCbcO {
    width: 40px;
    height: 40px;
  }

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

  .a5w5CNKS {
    left: 10px;
  }

  .pNYGqWtsCbcO {
    right: 10px;
  }

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

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

/* Content image styles when lightbox is enabled */
body.lightbox-enabled .nhxfZFX6r0IU img:hover,
body.lightbox-enabled .oY3HyCxtgiNg 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.iT9h8kFfca .blk-ce50a093 .blk-ce50a093__link,
html body.iT9h8kFfca .bZdjV1MIkd2,
html body.iT9h8kFfca .btn,
html body.iT9h8kFfca .ibAwIvR1847E {
  border-radius: 6px !important;
}

html body.uoxmy9KNRMP .blk-ce50a093 .blk-ce50a093__link,
html body.uoxmy9KNRMP .bZdjV1MIkd2,
html body.uoxmy9KNRMP .btn,
html body.uoxmy9KNRMP .ibAwIvR1847E {
  border-radius: 50px !important;
}

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

html body.b9ENlL6qRP .blk-ce50a093 .blk-ce50a093__link,
html body.b9ENlL6qRP .bZdjV1MIkd2,
html body.b9ENlL6qRP .btn,
html body.b9ENlL6qRP .ibAwIvR1847E {
  border-radius: 0 !important;
}

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

/* ENSURE ALL BUTTONS HAVE CONSISTENT TRANSITIONS */
.kaF2CIc3nYaI,
.bZdjV1MIkd2,
.ibAwIvR1847E,
.blk-ce50a093__link,
.aJcEMZRN .bZdjV1MIkd2,
.ikDhvuGQPr .bZdjV1MIkd2 {
  transition: all var(--transition-fast, 0.15s ease-in-out) !important;
}

/* UNIFIED HOVER EFFECTS - ALL BUTTON TYPES */
.kaF2CIc3nYaI:hover,
.eyMphYWMCeQs:hover,
.djyQrtqrFUEV:hover,
.bZdjV1MIkd2.lpSpzAwI:hover,
.bZdjV1MIkd2.x3kClMHI5gtG:hover,
.bZdjV1MIkd2.vNtqegKq2:hover,
.ibAwIvR1847E.xWN2wnDagIH:hover,
.ibAwIvR1847E.zkZaVYJSUT:hover,
.ibAwIvR1847E.jpvJIuFAHszD:hover,
.aJcEMZRN .bZdjV1MIkd2:hover,
.ikDhvuGQPr .bZdjV1MIkd2: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 */
.tdOwdRaaq {
  padding: 0;
  overflow: hidden;
  position: relative;
}

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

.qVcXig69PTc9,
.sScHv9pen {
  flex: 0 0 50%;
  width: 50%;
}

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

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

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

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

.tdOwdRaaq .twXUI6FRIlt {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

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

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

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

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

.asZS5nOB .qVcXig69PTc9,
.asZS5nOB .sScHv9pen {
  flex: 0 0 50%;
  width: 50%;
}

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

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

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

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

.asZS5nOB .twXUI6FRIlt {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

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

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

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

  .asZS5nOB .snlHNnrc8P {
    max-width: 1320px;
  }
}

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

  .asZS5nOB .snlHNnrc8P {
    max-width: 100%;
    padding: 0 20px;
  }
}

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

  .qVcXig69PTc9,
  .sScHv9pen {
    width: 100%;
    flex: 0 0 auto;
  }

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

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

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

  .tdOwdRaaq .ljFUthXoAKI {
    font-size: 1.1rem;
  }

  .tdOwdRaaq .twXUI6FRIlt {
    justify-content: center;
  }

  .oQFi9OoA .sScHv9pen {
    display: none;
  }

  .asZS5nOB .snlHNnrc8P {
    flex-direction: column;
    padding: 0;
  }

  .asZS5nOB .qVcXig69PTc9,
  .asZS5nOB .sScHv9pen {
    width: 100%;
    flex: 0 0 auto;
  }

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

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

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

  .asZS5nOB .ljFUthXoAKI {
    font-size: 1.1rem;
  }

  .asZS5nOB .twXUI6FRIlt {
    justify-content: center;
  }

  .jU8h1nwfcLc .sScHv9pen {
    display: none;
  }
}

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

  .tdOwdRaaq .twXUI6FRIlt {
    flex-direction: column;
    align-items: stretch;
  }

  .tdOwdRaaq .twXUI6FRIlt .kaF2CIc3nYaI {
    text-align: center;
    min-width: 150px;
  }

  .asZS5nOB .qVcXig69PTc9 {
    padding: 30px 15px;
  }

  .asZS5nOB .twXUI6FRIlt {
    flex-direction: column;
    align-items: stretch;
  }

  .asZS5nOB .twXUI6FRIlt .kaF2CIc3nYaI {
    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 .nhxfZFX6r0IU .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 .nhxfZFX6r0IU .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 */
.n0s5nceb {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sg0oJpy3wWg .tFoyeRDzh3rC {
  flex: 1 1 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ===== LANGUAGE / GEO SWITCHER ===== */
.dtXPdpXaG {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.rNCsnt1YKw {
  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;
}
.rNCsnt1YKw:hover {
  background: rgba(0, 0, 0, 0.04);
}
.yhJPL2eKO9vP .rNCsnt1YKw {
  border-color: currentColor;
  opacity: 0.9;
}
.lhzUfbsDd,
.eZWGe7sga {
  font-size: 1.1em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.nNkOZg24qx {
  width: 28px;
  height: 20px;
  object-fit: cover;
  border-radius: 2px;
}
.sWtwexZIXc {
  font-size: 0.7em;
  opacity: 0.8;
}
.voAzI4BZKwG {
  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;
}
.d3iqjiQzUwps {
  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;
}
.d3iqjiQzUwps:hover {
  background: var(--color-bg-secondary, #f8fafc);
}
.qfIBUO4z {
  font-weight: 600;
  color: var(--color-primary, #2563eb);
}
.v30SJAByV {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm, 12px);
}
.hYkd0HQ0xCrN .dtXPdpXaG {
  margin-left: 0;
}
.l4nTkRAl {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--color-footer-bg, #1a1a1a);
}
.l4nTkRAl .rNCsnt1YKw {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--color-footer-text, #fff);
}
.l4nTkRAl .voAzI4BZKwG {
  background: var(--color-bg-dark, #0f172a);
  border-color: rgba(255, 255, 255, 0.15);
}
.l4nTkRAl .d3iqjiQzUwps {
  color: var(--color-footer-text, #fff);
}
.l4nTkRAl .d3iqjiQzUwps:hover {
  background: rgba(255, 255, 255, 0.1);
}
.rF4ZXsmA02 {
  padding: 12px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.rF4ZXsmA02 .voAzI4BZKwG {
  position: static;
  margin-top: 8px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.rF4ZXsmA02 .sjwh-lang-switcher-select[aria-expanded="true"] + .voAzI4BZKwG {
  display: block !important;
}
.rF4ZXsmA02 .sjwh-lang-switcher-dropdown[hidden] {
  display: none !important;
}

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