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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text utilities */
.u8VergPyL { text-align: center; }
.oUrqQWcZjPx { text-align: left; }
.gt0ujhUZ { text-align: right; }

.tRdMZ07jPl { color: var(--color-primary); }
.siZqqFIEp5hN { color: var(--color-text-secondary); }
.hJQEAIuLosCF { color: var(--color-text-light); }

/* Display utilities */
.rHNRd4SF3xs { display: none; }
.lx9SpopahsW { display: block; }
.wUyNFC42mxV { display: flex; }
.e1HIJQsN { display: inline; }
.eOcg4nFKhrV { display: inline-block; }

/* Flex utilities */
.xE1jxSlXkkL { flex-direction: column; }
.fxEr5AysSJuR { flex-wrap: wrap; }
.udSErrPp6s0 { justify-content: center; }
.oUE8NuJo { justify-content: space-between; }
.c1oTfu1R5B { justify-content: space-around; }
.qSbaPJwMxvb { align-items: center; }
.uOGs3fAwG { align-items: flex-start; }
.cZDqzeBaGl { align-items: flex-end; }

/* Spacing utilities */
.tmGdVe4IT { margin-bottom: 0; }
.vZ7jSwIulKfs { margin-bottom: var(--spacing-sm); }
.t0yTL3Qa { margin-bottom: var(--spacing-md); }
.oMDwIMOQB { margin-bottom: var(--spacing-lg); }
.sQ2RFIJIG64 { margin-bottom: var(--spacing-xl); }

.dd4DjGSm { margin-top: 0; }
.naEcOZuM1af { margin-top: var(--spacing-sm); }
.jg7L42vZEMKw { margin-top: var(--spacing-md); }
.gx1lxZphA { margin-top: var(--spacing-lg); }
.fF1R36eFSe { 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 */
.k2pWK9QFA7,
.aAtgQmMFv,
.chQeJWq2 {
  padding: var(--spacing-xl) 0; /* Only vertical padding, horizontal is from .p7NKHz6G */
}

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

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

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

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

.lDlEqM4GQ1x {
  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) */
.iLDWoMulWAG.oUrqQWcZjPx {
  text-align: left;
}

.iLDWoMulWAG.u8VergPyL {
  text-align: center;
}

.iLDWoMulWAG.gt0ujhUZ {
  text-align: right;
}

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

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

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

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

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

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

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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.akZtkZWc:hover {
  background: transparent;
}

.akZtkZWc:hover .iscVToSX5S {
  background-color: var(--color-primary-dark);
}

.akZtkZWc:hover .pQqGsQz0zanr {
  fill: var(--color-primary-dark);
}

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

.akZtkZWc.kY9IImuju6 .iscVToSX5S:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.akZtkZWc.kY9IImuju6 .iscVToSX5S:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

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

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


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

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

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

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

.akZtkZWc.kY9IImuju6 .vqKnbEEXPIa {
  display: none !important;
}

.akZtkZWc.kY9IImuju6 .mRWZsc7iB9d {
  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 - классическое исчезновение с поворотом */
.uL4J6gqpGMd .vqKnbEEXPIa {
  animation: hamburgerFadeOut 0.3s ease-out forwards;
}

.nGWT0yhzPp.kY9IImuju6 .vqKnbEEXPIa {
  animation: none;
}

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

.nGWT0yhzPp.kY9IImuju6 .vqKnbEEXPIa {
  transform: rotate(45deg);
  display: block !important;
}

.hc7pb4MrRUqI .mRWZsc7iB9d {
  display: none !important;
}

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

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

.akZtkZWc:hover .icbnsiJSMhW .wyW6f6VB {
  background: var(--color-primary-dark);
}

.icbnsiJSMhW .vnspzgJmLFJ {
  top: 10px;
}

.icbnsiJSMhW .jdYEDIneaw {
  top: 19px;
}

.icbnsiJSMhW .iVKPHBdHwk6 {
  top: 28px;
}

.akZtkZWc.kY9IImuju6 .icbnsiJSMhW .vnspzgJmLFJ {
  transform: rotate(45deg);
  top: 19px;
}

.akZtkZWc.kY9IImuju6 .icbnsiJSMhW .jdYEDIneaw {
  opacity: 0;
  transform: scale(0) rotate(90deg);
}

.akZtkZWc.kY9IImuju6 .icbnsiJSMhW .iVKPHBdHwk6 {
  transform: rotate(-45deg);
  top: 19px;
}


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

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

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

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

.eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX.scrolled {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* Меню слева */
.eqm4g09HFpgz.mcmX5kAg9b .akZtkZWc {
  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);
}

.eqm4g09HFpgz.mcmX5kAg9b .akZtkZWc:hover {
  background: transparent !important;
  border-radius: var(--radius-md);
}

.eqm4g09HFpgz.mcmX5kAg9b .akZtkZWc:hover svg {
  fill: var(--color-primary-dark) !important;
}

.eqm4g09HFpgz.mcmX5kAg9b .akZtkZWc:hover .iscVToSX5S,
.eqm4g09HFpgz.mcmX5kAg9b .akZtkZWc:hover .icbnsiJSMhW .wyW6f6VB {
  background-color: var(--color-primary-dark) !important;
}

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

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

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

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

.eqm4g09HFpgz.mcmX5kAg9b .zOBd6W3qA {
  padding: 0;
  margin: 0;
}

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

.eqm4g09HFpgz.mcmX5kAg9b .u3zl5gecb8h4 {
  display: none;
}



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

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

.lssYeoHxAN.aDkrvLbssrFQ: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 */
.mUctoiM7j:hover,
.vdCFSObjA3:hover,
.xIpdZZzw:hover,
.eCtVeA7KFh:hover,
.dTBjKmSA8a:hover,
.lssYeoHxAN:hover,
.dlBa1oe5qtee:hover {
  animation: none !important;
}

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

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

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

.lssYeoHxAN.dog2TJLXo:hover {
  color: var(--color-primary-dark);
  background-color: var(--color-primary-light);
}

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

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

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

/* Square Shape */
body.hLDYXRbvPwF5 .lssYeoHxAN {
  border-radius: 0;
}

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

body.pjDKFlkqYN .eqm4g09HFpgz.oc8kpSjpqX .lssYeoHxAN {
  border-radius: 50px !important;
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.hLDYXRbvPwF5 .eqm4g09HFpgz.oc8kpSjpqX .lssYeoHxAN {
  border-radius: 0 !important;
}

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

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

body.mlzL6UCNB .mUIpLdO6G3 {
  min-height: 70px !important;
}

body.cOHIRme1 .mUIpLdO6G3 {
  min-height: 80px !important;
}

body.w6uiX09a3HA1 .mUIpLdO6G3 {
  min-height: 100px !important;
}

/* Header Heights for Minimal Style - same values but with specific selectors */
body.rptdMZk2o90b.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b .mUIpLdO6G3,
body.rptdMZk2o90b .eqm4g09HFpgz.mcmX5kAg9b .mUIpLdO6G3 {
  min-height: 60px !important;
}

body.mlzL6UCNB.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b .mUIpLdO6G3,
body.mlzL6UCNB .eqm4g09HFpgz.mcmX5kAg9b .mUIpLdO6G3 {
  min-height: 70px !important;
}

body.cOHIRme1.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b .mUIpLdO6G3,
body.cOHIRme1 .eqm4g09HFpgz.mcmX5kAg9b .mUIpLdO6G3 {
  min-height: 80px !important;
}

body.w6uiX09a3HA1.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b .mUIpLdO6G3,
body.w6uiX09a3HA1 .eqm4g09HFpgz.mcmX5kAg9b .mUIpLdO6G3 {
  min-height: 100px !important;
}

/* Sticky Header Heights */
body.ecYtX2gXM2T #wbd4OT2E.oc8kpSjpqX .mUIpLdO6G3,
body.ecYtX2gXM2T .eqm4g09HFpgz.oc8kpSjpqX .mUIpLdO6G3 {
  min-height: 50px !important;
}

body.mOwX0zzx #wbd4OT2E.oc8kpSjpqX .mUIpLdO6G3,
body.mOwX0zzx .eqm4g09HFpgz.oc8kpSjpqX .mUIpLdO6G3 {
  min-height: 60px !important;
}

body.g0SzW4iSQf #wbd4OT2E.oc8kpSjpqX .mUIpLdO6G3,
body.g0SzW4iSQf .eqm4g09HFpgz.oc8kpSjpqX .mUIpLdO6G3 {
  min-height: 70px !important;
}

body.kYHshJ9P #wbd4OT2E.oc8kpSjpqX .mUIpLdO6G3,
body.kYHshJ9P .eqm4g09HFpgz.oc8kpSjpqX .mUIpLdO6G3 {
  min-height: 80px !important;
}

/* Sticky Header Heights for Minimal Style - with specific selectors */
body.ecYtX2gXM2T.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX .mUIpLdO6G3,
body.ecYtX2gXM2T .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX .mUIpLdO6G3 {
  min-height: 50px !important;
}

body.mOwX0zzx.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX .mUIpLdO6G3,
body.mOwX0zzx .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX .mUIpLdO6G3 {
  min-height: 60px !important;
}

body.g0SzW4iSQf.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX .mUIpLdO6G3,
body.g0SzW4iSQf .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX .mUIpLdO6G3 {
  min-height: 70px !important;
}

body.kYHshJ9P.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX .mUIpLdO6G3,
body.kYHshJ9P .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX .mUIpLdO6G3 {
  min-height: 80px !important;
}

/* Scrolled state heights (when sticky is active and scrolled) */
body.ecYtX2gXM2T #wbd4OT2E.oc8kpSjpqX.nxzVuFELfyw .mUIpLdO6G3,
body.ecYtX2gXM2T .eqm4g09HFpgz.oc8kpSjpqX.nxzVuFELfyw .mUIpLdO6G3 {
  min-height: 50px !important;
}

body.mOwX0zzx #wbd4OT2E.oc8kpSjpqX.nxzVuFELfyw .mUIpLdO6G3,
body.mOwX0zzx .eqm4g09HFpgz.oc8kpSjpqX.nxzVuFELfyw .mUIpLdO6G3 {
  min-height: 60px !important;
}

body.g0SzW4iSQf #wbd4OT2E.oc8kpSjpqX.nxzVuFELfyw .mUIpLdO6G3,
body.g0SzW4iSQf .eqm4g09HFpgz.oc8kpSjpqX.nxzVuFELfyw .mUIpLdO6G3 {
  min-height: 70px !important;
}

body.kYHshJ9P #wbd4OT2E.oc8kpSjpqX.nxzVuFELfyw .mUIpLdO6G3,
body.kYHshJ9P .eqm4g09HFpgz.oc8kpSjpqX.nxzVuFELfyw .mUIpLdO6G3 {
  min-height: 80px !important;
}

/* Scrolled state heights for Minimal Style - with specific selectors */
body.ecYtX2gXM2T.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX.nxzVuFELfyw .mUIpLdO6G3,
body.ecYtX2gXM2T .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX.nxzVuFELfyw .mUIpLdO6G3 {
  min-height: 50px !important;
}

body.mOwX0zzx.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX.nxzVuFELfyw .mUIpLdO6G3,
body.mOwX0zzx .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX.nxzVuFELfyw .mUIpLdO6G3 {
  min-height: 60px !important;
}

body.g0SzW4iSQf.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX.nxzVuFELfyw .mUIpLdO6G3,
body.g0SzW4iSQf .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX.nxzVuFELfyw .mUIpLdO6G3 {
  min-height: 70px !important;
}

body.kYHshJ9P.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX.nxzVuFELfyw .mUIpLdO6G3,
body.kYHshJ9P .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX.nxzVuFELfyw .mUIpLdO6G3 {
  min-height: 80px !important;
}

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

  /* Mobile Header Heights for Minimal Style - with specific selectors */
  body.rptdMZk2o90b.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b .mUIpLdO6G3,
  body.rptdMZk2o90b .eqm4g09HFpgz.mcmX5kAg9b .mUIpLdO6G3 {
    min-height: 50px !important;
  }

  body.mlzL6UCNB.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b .mUIpLdO6G3,
  body.mlzL6UCNB .eqm4g09HFpgz.mcmX5kAg9b .mUIpLdO6G3 {
    min-height: 60px !important;
  }

  body.cOHIRme1.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b .mUIpLdO6G3,
  body.cOHIRme1 .eqm4g09HFpgz.mcmX5kAg9b .mUIpLdO6G3 {
    min-height: 65px !important;
  }

  body.w6uiX09a3HA1.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b .mUIpLdO6G3,
  body.w6uiX09a3HA1 .eqm4g09HFpgz.mcmX5kAg9b .mUIpLdO6G3 {
    min-height: 70px !important;
  }

  /* Mobile Sticky Heights */
  body.ecYtX2gXM2T #wbd4OT2E.oc8kpSjpqX .mUIpLdO6G3,
  body.ecYtX2gXM2T .eqm4g09HFpgz.oc8kpSjpqX .mUIpLdO6G3 {
    min-height: 45px !important;
  }

  body.mOwX0zzx #wbd4OT2E.oc8kpSjpqX .mUIpLdO6G3,
  body.mOwX0zzx .eqm4g09HFpgz.oc8kpSjpqX .mUIpLdO6G3 {
    min-height: 50px !important;
  }

  body.g0SzW4iSQf #wbd4OT2E.oc8kpSjpqX .mUIpLdO6G3,
  body.g0SzW4iSQf .eqm4g09HFpgz.oc8kpSjpqX .mUIpLdO6G3 {
    min-height: 55px !important;
  }

  body.kYHshJ9P #wbd4OT2E.oc8kpSjpqX .mUIpLdO6G3,
  body.kYHshJ9P .eqm4g09HFpgz.oc8kpSjpqX .mUIpLdO6G3 {
    min-height: 60px !important;
  }

  /* Mobile Sticky Heights for Minimal Style - with specific selectors */
  body.ecYtX2gXM2T.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX .mUIpLdO6G3,
  body.ecYtX2gXM2T .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX .mUIpLdO6G3 {
    min-height: 45px !important;
  }

  body.mOwX0zzx.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX .mUIpLdO6G3,
  body.mOwX0zzx .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX .mUIpLdO6G3 {
    min-height: 50px !important;
  }

  body.g0SzW4iSQf.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX .mUIpLdO6G3,
  body.g0SzW4iSQf .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX .mUIpLdO6G3 {
    min-height: 55px !important;
  }

  body.kYHshJ9P.header-style-minimal .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX .mUIpLdO6G3,
  body.kYHshJ9P .eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX .mUIpLdO6G3 {
    min-height: 60px !important;
  }

  /* FIX: Prevent menu button from wrapping in sticky mode */
  #wbd4OT2E.oc8kpSjpqX .mUIpLdO6G3,
  .eqm4g09HFpgz.oc8kpSjpqX .mUIpLdO6G3 {
    flex-wrap: nowrap !important; /* Force elements to stay in one line */
  }

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

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

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

  #wbd4OT2E.oc8kpSjpqX .akZtkZWc,
  .eqm4g09HFpgz.oc8kpSjpqX .akZtkZWc {
    flex-shrink: 0; /* Prevent button from shrinking */
    padding: 5px !important; /* Reduce padding in sticky mode */
    min-width: 35px !important;
    min-height: 35px !important;
  }

  #wbd4OT2E.oc8kpSjpqX .akZtkZWc .pQqGsQz0zanr,
  .eqm4g09HFpgz.oc8kpSjpqX .akZtkZWc .pQqGsQz0zanr {
    width: 30px !important;
    height: 30px !important;
  }

  #wbd4OT2E.oc8kpSjpqX .akZtkZWc .icbnsiJSMhW,
  .eqm4g09HFpgz.oc8kpSjpqX .akZtkZWc .icbnsiJSMhW {
    width: 30px !important;
    height: 30px !important;
  }

  #wbd4OT2E.oc8kpSjpqX .akZtkZWc .iscVToSX5S,
  .eqm4g09HFpgz.oc8kpSjpqX .akZtkZWc .iscVToSX5S {
    width: 24px !important;
    margin: 3px 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

/* For sticky header - keep progress bar visible */
#wbd4OT2E.oc8kpSjpqX .a5hAqTFiMPgE,
.eqm4g09HFpgz.oc8kpSjpqX .a5hAqTFiMPgE {
  position: absolute;
  bottom: 0;
}

/* Hide progress bar when header is hidden on scroll */
#wbd4OT2E.oc8kpSjpqX.header-hidden .a5hAqTFiMPgE,
.eqm4g09HFpgz.oc8kpSjpqX.header-hidden .a5hAqTFiMPgE {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show progress bar when visible */
body.hl30L0T7j .a5hAqTFiMPgE {
  display: block;
}

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

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

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

.rXzLiJ0dC.kY9IImuju6 {
  right: 0;
}

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

.loiHtmJXqZg.kY9IImuju6 {
  display: block;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mrcjIof3m0ot .zfCKGDIPdEO .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%);
}

.mrcjIof3m0ot .zfCKGDIPdEO .gkQpKOpBzH > a::after {
  transform: translateY(-50%) rotate(90deg);
}

.mrcjIof3m0ot .gkQpKOpBzH > .zfCKGDIPdEO {
  display: block;
}

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

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

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

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

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

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

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

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

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


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

  .akZtkZWc {
    display: flex !important;
  }

  .rXzLiJ0dC {
    display: block;
  }

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

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

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

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

}

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



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

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

#wbd4OT2E.oc8kpSjpqX.scrolled .ziAgYEiaj img,
.eqm4g09HFpgz.oc8kpSjpqX.scrolled .ziAgYEiaj img {
  max-height: 40px;
  transition: max-height 0.3s ease;
}

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

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


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

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

/* Контейнер внутри scrolled Minimal */
.eqm4g09HFpgz.mcmX5kAg9b.oc8kpSjpqX.scrolled .mUIpLdO6G3 {
  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 */
#wbd4OT2E.oc8kpSjpqX.header-hidden,
.eqm4g09HFpgz.oc8kpSjpqX.header-hidden {
  transform: translateY(-100%);
}

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

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

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

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

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

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

.mD5a0vsd8b.kY9IImuju6 {
  transform: translateX(0);
}

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

.mD5a0vsd8b .owkBm3QtWe {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

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

.bSkMapRoVrx.kY9IImuju6 {
  transform: translateX(0);
}

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

.bSkMapRoVrx .owkBm3QtWe {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

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

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

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

.rHZ2SLHbmxB .y6X0QnvT {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

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

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

.rHZ2SLHbmxB .owkBm3QtWe .lssYeoHxAN {
  min-width: 120px;
  text-align: center;
}

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

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

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

.rHZ2SLHbmxB.kY9IImuju6 .mrcjIof3m0ot li {
  opacity: 1;
  transform: translateY(0);
}

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

.rHZ2SLHbmxB .mrcjIof3m0ot 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;
}

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

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

.rHZ2SLHbmxB .mrcjIof3m0ot 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 */
.cAS9caEyQ0e0 {
  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;
}

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

/* Allow JavaScript to override positioning */
body.rptdMZk2o90b .cAS9caEyQ0e0 {
  top: 60px;
  height: calc(100vh - 60px);
}
body.mlzL6UCNB .cAS9caEyQ0e0 {
  top: 70px;
  height: calc(100vh - 70px);
}
body.cOHIRme1 .cAS9caEyQ0e0 {
  top: 80px;
  height: calc(100vh - 80px);
}
body.w6uiX09a3HA1 .cAS9caEyQ0e0 {
  top: 100px;
  height: calc(100vh - 100px);
}

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


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

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

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

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

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

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

.cAS9caEyQ0e0 #k6jFIYlR8n {
  margin: 0;
  padding: 0;
}

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

.cAS9caEyQ0e0.kY9IImuju6 .mrcjIof3m0ot li {
  opacity: 1;
  transform: translateX(0);
}

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

.cAS9caEyQ0e0 .mrcjIof3m0ot 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;
}

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

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

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

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

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

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

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

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

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

.sTXaQpgotA9 .rXzLiJ0dC:not(.sjwh-is-active) {
  opacity: 0;
}

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

.j6MsoCRB .rXzLiJ0dC:not(.sjwh-is-active) {
  transform: scale(0.8);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xdNqJ38Emp {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lke0IFTn {
  margin-bottom: 10px;
}

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

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

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

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

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

.h6nOFu2eDD a:hover {
  opacity: 0.7;
}

.laqZR8syimv .xdNqJ38Emp {
  display: flex;
  gap: 15px;
  justify-content: center;
}

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

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

.hqPcDUFp {
  font-weight: bold;
}

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

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

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

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

.a5JhqB9yp .p94piUciftf,
.site-footer.a5JhqB9yp .p94piUciftf {
  width: 100% !important;
}

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

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

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

.a5JhqB9yp .sI59nSdWcv,
.site-footer.a5JhqB9yp .sI59nSdWcv {
  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 */
.p94piUciftf.bu5uhgT0B .rdzqymraeEe,
.site-footer.a5JhqB9yp .bu5uhgT0B .rdzqymraeEe {
  grid-template-columns: 1fr !important;
}

.p94piUciftf.kqtqvGjYVEh .rdzqymraeEe,
.site-footer.a5JhqB9yp .kqtqvGjYVEh .rdzqymraeEe {
  grid-template-columns: repeat(2, 1fr) !important;
}

.p94piUciftf.pOYK9rcq6cG .rdzqymraeEe,
.site-footer.a5JhqB9yp .pOYK9rcq6cG .rdzqymraeEe {
  grid-template-columns: repeat(3, 1fr) !important;
}

.p94piUciftf.zSdKqDeX .rdzqymraeEe,
.site-footer.a5JhqB9yp .zSdKqDeX .rdzqymraeEe {
  grid-template-columns: repeat(4, 1fr) !important;
}

.p94piUciftf.fkkQZjKM .rdzqymraeEe,
.site-footer.a5JhqB9yp .fkkQZjKM .rdzqymraeEe {
  grid-template-columns: repeat(5, 1fr) !important;
}

.p94piUciftf.v2bgKF9IW6FR .rdzqymraeEe,
.site-footer.a5JhqB9yp .v2bgKF9IW6FR .rdzqymraeEe {
  grid-template-columns: repeat(6, 1fr) !important;
}

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

.a5JhqB9yp .sI59nSdWcv li::marker,
.site-footer.a5JhqB9yp .sI59nSdWcv li::marker {
  content: '' !important;
}

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

.a5JhqB9yp .sI59nSdWcv a:hover,
.site-footer.a5JhqB9yp .sI59nSdWcv a:hover {
  opacity: 0.7 !important;
}

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

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

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

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

.a5JhqB9yp .xyrBQKkG8Ht,
.site-footer.a5JhqB9yp .xyrBQKkG8Ht {
  margin-bottom: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.a5JhqB9yp .iNCtFsrjL,
.site-footer.a5JhqB9yp .iNCtFsrjL {
  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;
}

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

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

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

.a5JhqB9yp .mDwd4BI8oQ,
.site-footer.a5JhqB9yp .mDwd4BI8oQ {
  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;
}

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

.a5JhqB9yp .mDwd4BI8oQ.tKaHysNp:hover,
.site-footer.a5JhqB9yp .mDwd4BI8oQ.tKaHysNp:hover {
  background: #1877f2 !important;
}

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

.a5JhqB9yp .mDwd4BI8oQ.qbM4hrX4DI:hover,
.site-footer.a5JhqB9yp .mDwd4BI8oQ.qbM4hrX4DI:hover {
  background: #000000 !important;
}

.a5JhqB9yp .mDwd4BI8oQ.smIAxg7fB:hover,
.site-footer.a5JhqB9yp .mDwd4BI8oQ.smIAxg7fB:hover {
  background: #ff0000 !important;
}

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

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

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

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

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

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

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

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

  .a5JhqB9yp .v6rgwocFwWWk,
  .site-footer.a5JhqB9yp .v6rgwocFwWWk {
    text-align: center !important;
  }

  .a5JhqB9yp .pbW8QMvzCX,
  .site-footer.a5JhqB9yp .pbW8QMvzCX {
    justify-content: center !important;
  }

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

  .a5JhqB9yp .k312ulogI9I,
  .site-footer.a5JhqB9yp .k312ulogI9I {
    justify-content: center !important;
  }

  /* Navigation columns responsive - reduce to 2 columns on tablet */
  .p94piUciftf.pOYK9rcq6cG .rdzqymraeEe,
  .p94piUciftf.zSdKqDeX .rdzqymraeEe,
  .p94piUciftf.fkkQZjKM .rdzqymraeEe,
  .p94piUciftf.v2bgKF9IW6FR .rdzqymraeEe,
  .site-footer.a5JhqB9yp .pOYK9rcq6cG .rdzqymraeEe,
  .site-footer.a5JhqB9yp .zSdKqDeX .rdzqymraeEe,
  .site-footer.a5JhqB9yp .fkkQZjKM .rdzqymraeEe,
  .site-footer.a5JhqB9yp .v2bgKF9IW6FR .rdzqymraeEe {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

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

  .a5JhqB9yp .sI59nSdWcv,
  .site-footer.a5JhqB9yp .sI59nSdWcv {
    gap: 10px !important;
  }


  /* Navigation columns mobile - all become single column */
  .p94piUciftf.kqtqvGjYVEh .rdzqymraeEe,
  .p94piUciftf.pOYK9rcq6cG .rdzqymraeEe,
  .p94piUciftf.zSdKqDeX .rdzqymraeEe,
  .p94piUciftf.fkkQZjKM .rdzqymraeEe,
  .p94piUciftf.v2bgKF9IW6FR .rdzqymraeEe,
  .site-footer.a5JhqB9yp .kqtqvGjYVEh .rdzqymraeEe,
  .site-footer.a5JhqB9yp .pOYK9rcq6cG .rdzqymraeEe,
  .site-footer.a5JhqB9yp .zSdKqDeX .rdzqymraeEe,
  .site-footer.a5JhqB9yp .fkkQZjKM .rdzqymraeEe,
  .site-footer.a5JhqB9yp .v2bgKF9IW6FR .rdzqymraeEe {
    grid-template-columns: 1fr !important;
  }
}

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

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

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

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

.ayUHnt8r7txY .bv7ZoY6YnWpC,
.site-footer.ayUHnt8r7txY .bv7ZoY6YnWpC {
  margin-bottom: 10px !important;
}

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

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

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

.ayUHnt8r7txY .nXVgD145,
.site-footer.ayUHnt8r7txY .nXVgD145 {
  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;
}

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

.ayUHnt8r7txY .nXVgD145.tKaHysNp:hover,
.site-footer.ayUHnt8r7txY .nXVgD145.tKaHysNp:hover {
  background: #1877f2 !important;
}

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

.ayUHnt8r7txY .nXVgD145.qbM4hrX4DI:hover,
.site-footer.ayUHnt8r7txY .nXVgD145.qbM4hrX4DI:hover {
  background: #000000 !important;
}

.ayUHnt8r7txY .nXVgD145.smIAxg7fB:hover,
.site-footer.ayUHnt8r7txY .nXVgD145.smIAxg7fB:hover {
  background: #ff0000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .ayUHnt8r7txY .k1fJkLwOFixZ {
    gap: 8px !important;
  }
  
  .ayUHnt8r7txY .eWwCkNbz1 {
    max-width: calc((100% - 40px) / 3) !important;
  }
  
  .ayUHnt8r7txY .jGR9tZKq7dJC {
    max-height: 50px !important;
  }
}

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

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

.ayUHnt8r7txY .dQoq9cd2,
.site-footer.ayUHnt8r7txY .dQoq9cd2 {
  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;
}

.ayUHnt8r7txY .dQoq9cd2 .yZmPxYNJjf6h,
.site-footer.ayUHnt8r7txY .dQoq9cd2 .yZmPxYNJjf6h {
  justify-content: flex-end !important;
}

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

.ayUHnt8r7txY .rwpIV0xLWg,
.site-footer.ayUHnt8r7txY .rwpIV0xLWg {
  display: flex !important;
  flex-direction: column !important;
}

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

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

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

.ayUHnt8r7txY .pP0YloLExj li::marker,
.site-footer.ayUHnt8r7txY .pP0YloLExj li::marker {
  content: '' !important;
}

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

.ayUHnt8r7txY .pP0YloLExj a:hover,
.site-footer.ayUHnt8r7txY .pP0YloLExj a:hover {
  opacity: 0.7 !important;
}

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

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

.ayUHnt8r7txY .veYD6u9pU,
.site-footer.ayUHnt8r7txY .veYD6u9pU {
  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) {
  .ayUHnt8r7txY .fgJzkyyhhl,
  .site-footer.ayUHnt8r7txY .fgJzkyyhhl {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .ayUHnt8r7txY .uv20ECxg,
  .site-footer.ayUHnt8r7txY .uv20ECxg {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  
  .ayUHnt8r7txY .dQoq9cd2,
  .site-footer.ayUHnt8r7txY .dQoq9cd2 {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
  }
  
  .ayUHnt8r7txY .srlPA43JvjM {
    text-align: left !important;
  }
}

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

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

  .ayUHnt8r7txY .tdWTXoS95jme,
  .site-footer.ayUHnt8r7txY .tdWTXoS95jme {
    text-align: center !important;
    align-items: center !important;
  }

  .ayUHnt8r7txY .tE2pRXl2Hr,
  .site-footer.ayUHnt8r7txY .tE2pRXl2Hr {
    justify-content: center !important;
  }

  .ayUHnt8r7txY .auMNWqtCG,
  .site-footer.ayUHnt8r7txY .auMNWqtCG {
    justify-content: center !important;
  }

  .ayUHnt8r7txY .rwpIV0xLWg,
  .site-footer.ayUHnt8r7txY .rwpIV0xLWg {
    align-items: center !important;
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

  .kJhSCd0r9fzq {
    justify-content: center;
  }
}

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

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

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

  /* Отключение всех focus стилей в боковом меню */
  .pLbLxyI3PS *:focus,
  .pLbLxyI3PS a:focus,
  .pLbLxyI3PS button:focus,
  .tIAsrpVSm3 *:focus,
  .rEM6CdqUaqfq a:focus,
  .hsQFYUrQEcu a:focus,
  .mVJFKTIpA a:focus,
  .mVJFKTIpA button:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }

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

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

  .eqm4g09HFpgz.mcmX5kAg9b .akZtkZWc:hover .icbnsiJSMhW .wyW6f6VB {
    background: var(--color-primary-dark);
  }

  /* Когда меню открыто, меняем иконку */
  body.fLpnRxFhDJ .eqm4g09HFpgz.mcmX5kAg9b .akZtkZWc {
    background: transparent;
  }

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

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

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

.y3oCshLJP.bH3rXoUzZh {
  background-size: cover;
  background-position: center;
}

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

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

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

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

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

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

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

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

  .mL8nG3IW {
    height: 100vh;
  }
}

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

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

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

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

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

/* Hero Subtitle */
.xyCbGNX5yu {
  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 */
.y3oCshLJP.oUrqQWcZjPx .jIiRqm4fSb1E {
  text-align: left;
}

.y3oCshLJP.u8VergPyL .jIiRqm4fSb1E {
  text-align: center;
}

.y3oCshLJP.u8VergPyL .xyCbGNX5yu {
  margin-left: auto;
  margin-right: auto;
}

.y3oCshLJP.gt0ujhUZ .jIiRqm4fSb1E {
  text-align: right;
}

.y3oCshLJP.gt0ujhUZ .xyCbGNX5yu {
  margin-left: auto;
}

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

.mNMiOdx8Vc .a6fUIcZw {
  display: none;
}

.o3TlTUdZOjyg .a6fUIcZw {
  background: rgba(0, 0, 0, 0.2);
}

.emdTTObRNckV .a6fUIcZw {
  background: rgba(0, 0, 0, 0.4);
}

.w1llyOSSHr .a6fUIcZw {
  background: rgba(0, 0, 0, 0.6);
}

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

.eY8VG0bgCD3 .sdKVXPpWQk2 {
  display: none;
}

.zJLjyAcv0JLn .sdKVXPpWQk2 {
  background: rgba(0, 0, 0, 0.2);
}

.eTUFVBn4y .sdKVXPpWQk2 {
  background: rgba(0, 0, 0, 0.4);
}

.kvvzMIiz1g .sdKVXPpWQk2 {
  background: rgba(0, 0, 0, 0.6);
}

.nWzae5AlC1 .sdKVXPpWQk2 {
  background: rgba(0, 0, 0, 0.8);
}

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

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

.y3oCshLJP.u8VergPyL .bvvnbEPbPK {
  justify-content: center;
}

.y3oCshLJP.gt0ujhUZ .bvvnbEPbPK {
  justify-content: flex-end;
}

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

.r6n4YXvGOk {
  border-radius: 50px;
}

.rNyp5wMY5 {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

.jUub9Kx2X .dlBa1oe5qtee.pDmu0a2VGmlQ:hover {
  background-color: var(--color-text-inverse, #ffffff);
  color: var(--color-primary);
  border-color: var(--color-text-inverse, #ffffff);
}

.jUub9Kx2X .dlBa1oe5qtee.f9ESR5QSP {
  color: var(--color-text-inverse, #ffffff);
}

.jUub9Kx2X .dlBa1oe5qtee.f9ESR5QSP:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-text-inverse, #ffffff);
}

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

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

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

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

.f2E5cYJqnL0 .g4RIMtKM {
  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 */
.zIRi752T {
  display: flex;
  align-items: stretch;
}

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

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

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

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

  .f2E5cYJqnL0 .jIiRqm4fSb1E,
  .zIRi752T .jIiRqm4fSb1E {
    padding: 40px 30px;
  }

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

@media (max-width: 768px) {
  .f2E5cYJqnL0 .jIiRqm4fSb1E,
  .zIRi752T .jIiRqm4fSb1E {
    padding: 30px 20px;
  }

  .f2E5cYJqnL0 .g4RIMtKM,
  .zIRi752T .g4RIMtKM {
    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.ztCeIX9E .blk-ce50a093__link,
body.ztCeIX9E div.blk-ce50a093 .blk-ce50a093__link,
body.ztCeIX9E .lssYeoHxAN,
body.ztCeIX9E .btn,
body.ztCeIX9E .dlBa1oe5qtee,
body.ztCeIX9E .owkBm3QtWe .lssYeoHxAN,
body.ztCeIX9E .mVJFKTIpA .lssYeoHxAN {
  border-radius: 6px !important;
}

/* PILL SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.c3977BEH .blk-ce50a093__link,
body.c3977BEH div.blk-ce50a093 .blk-ce50a093__link,
body.c3977BEH .lssYeoHxAN,
body.c3977BEH .btn,
body.c3977BEH .dlBa1oe5qtee,
body.c3977BEH .owkBm3QtWe .lssYeoHxAN,
body.c3977BEH .mVJFKTIpA .lssYeoHxAN {
  border-radius: 50px !important;
}

/* PILL SHAPE - extra padding for CTA buttons и HERO buttons */
body.c3977BEH .lssYeoHxAN,
body.c3977BEH .dlBa1oe5qtee,
body.c3977BEH .owkBm3QtWe .lssYeoHxAN,
body.c3977BEH .mVJFKTIpA .lssYeoHxAN {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

/* SQUARE SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.uEh93Z26hRA .blk-ce50a093__link,
body.uEh93Z26hRA div.blk-ce50a093 .blk-ce50a093__link,
body.uEh93Z26hRA .lssYeoHxAN,
body.uEh93Z26hRA .btn,
body.uEh93Z26hRA .dlBa1oe5qtee,
body.uEh93Z26hRA .owkBm3QtWe .lssYeoHxAN,
body.uEh93Z26hRA .mVJFKTIpA .lssYeoHxAN {
  border-radius: 0 !important;
}

/* ENSURE GLOBAL SHAPE WORKS EVERYWHERE - MAXIMUM SPECIFICITY */
body.ztCeIX9E .eqm4g09HFpgz.oc8kpSjpqX .lssYeoHxAN,
body.ztCeIX9E .dGIdjKT0d93 .lssYeoHxAN,
body.ztCeIX9E .x7W3iU4GS2Z,
body.ztCeIX9E .r6n4YXvGOk,
body.ztCeIX9E .rNyp5wMY5 {
  border-radius: 6px !important;
}

body.c3977BEH .eqm4g09HFpgz.oc8kpSjpqX .lssYeoHxAN,
body.c3977BEH .dGIdjKT0d93 .lssYeoHxAN,
body.c3977BEH .x7W3iU4GS2Z,
body.c3977BEH .r6n4YXvGOk,
body.c3977BEH .rNyp5wMY5 {
  border-radius: 50px !important;
}

/* PILL SHAPE - extra padding for all contexts (включая HERO) */
body.c3977BEH .eqm4g09HFpgz.oc8kpSjpqX .lssYeoHxAN,
body.c3977BEH .dGIdjKT0d93 .lssYeoHxAN,
body.c3977BEH .dlBa1oe5qtee {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.uEh93Z26hRA .eqm4g09HFpgz.oc8kpSjpqX .lssYeoHxAN,
body.uEh93Z26hRA .dGIdjKT0d93 .lssYeoHxAN,
body.uEh93Z26hRA .x7W3iU4GS2Z,
body.uEh93Z26hRA .r6n4YXvGOk,
body.uEh93Z26hRA .rNyp5wMY5 {
  border-radius: 0 !important;
}

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

body.c3977BEH.g0IEdZRW .lssYeoHxAN,
body.c3977BEH.hLDYXRbvPwF5 .lssYeoHxAN {
  border-radius: 50px !important;
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.uEh93Z26hRA.g0IEdZRW .lssYeoHxAN,
body.uEh93Z26hRA.pjDKFlkqYN .lssYeoHxAN {
  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) {
  .mj4wL4Sn {
    padding: 40px 20px;
  }

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

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

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

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

  .y3oCshLJP.oUrqQWcZjPx .bvvnbEPbPK {
    align-items: flex-start;
  }

  .y3oCshLJP.gt0ujhUZ .bvvnbEPbPK {
    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;
  }

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

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

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

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

  .bvvnbEPbPK {
    gap: 10px;
  }

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

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

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

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

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

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

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

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

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

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

.eTGTTk7hOhU,
.kD9eEb1u,
.d7CnqOUK5bzT {
  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;
}

.eTGTTk7hOhU:hover,
.kD9eEb1u:hover,
.d7CnqOUK5bzT:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

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

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

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

.kD9eEb1u:disabled,
.d7CnqOUK5bzT:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

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

  .eTGTTk7hOhU,
  .kD9eEb1u,
  .d7CnqOUK5bzT {
    width: 40px;
    height: 40px;
  }

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

  .kD9eEb1u {
    left: 10px;
  }

  .d7CnqOUK5bzT {
    right: 10px;
  }

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

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

/* Content image styles when lightbox is enabled */
body.lightbox-enabled .k2pWK9QFA7 img:hover,
body.lightbox-enabled .aAtgQmMFv 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.ztCeIX9E .blk-ce50a093 .blk-ce50a093__link,
html body.ztCeIX9E .lssYeoHxAN,
html body.ztCeIX9E .btn,
html body.ztCeIX9E .dlBa1oe5qtee {
  border-radius: 6px !important;
}

html body.c3977BEH .blk-ce50a093 .blk-ce50a093__link,
html body.c3977BEH .lssYeoHxAN,
html body.c3977BEH .btn,
html body.c3977BEH .dlBa1oe5qtee {
  border-radius: 50px !important;
}

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

html body.uEh93Z26hRA .blk-ce50a093 .blk-ce50a093__link,
html body.uEh93Z26hRA .lssYeoHxAN,
html body.uEh93Z26hRA .btn,
html body.uEh93Z26hRA .dlBa1oe5qtee {
  border-radius: 0 !important;
}

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

/* ENSURE ALL BUTTONS HAVE CONSISTENT TRANSITIONS */
.x1mHr7qQOX,
.lssYeoHxAN,
.dlBa1oe5qtee,
.blk-ce50a093__link,
.owkBm3QtWe .lssYeoHxAN,
.mVJFKTIpA .lssYeoHxAN {
  transition: all var(--transition-fast, 0.15s ease-in-out) !important;
}

/* UNIFIED HOVER EFFECTS - ALL BUTTON TYPES */
.x1mHr7qQOX:hover,
.mjIkq4ltuiBS:hover,
.l6SlTgepLPN0:hover,
.lssYeoHxAN.aDkrvLbssrFQ:hover,
.lssYeoHxAN.nBLbIIVCp:hover,
.lssYeoHxAN.dog2TJLXo:hover,
.dlBa1oe5qtee.u4ExaRnDFzO:hover,
.dlBa1oe5qtee.pDmu0a2VGmlQ:hover,
.dlBa1oe5qtee.f9ESR5QSP:hover,
.owkBm3QtWe .lssYeoHxAN:hover,
.mVJFKTIpA .lssYeoHxAN: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 */
.f2E5cYJqnL0 {
  padding: 0;
  overflow: hidden;
  position: relative;
}

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

.p9xbnDglI,
.aOUcbgfrM {
  flex: 0 0 50%;
  width: 50%;
}

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

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

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

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

.f2E5cYJqnL0 .bvvnbEPbPK {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

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

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

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

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

.zIRi752T .p9xbnDglI,
.zIRi752T .aOUcbgfrM {
  flex: 0 0 50%;
  width: 50%;
}

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

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

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

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

.zIRi752T .bvvnbEPbPK {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

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

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

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

  .zIRi752T .o0PRsyQa7O34 {
    max-width: 1320px;
  }
}

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

  .zIRi752T .o0PRsyQa7O34 {
    max-width: 100%;
    padding: 0 20px;
  }
}

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

  .p9xbnDglI,
  .aOUcbgfrM {
    width: 100%;
    flex: 0 0 auto;
  }

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

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

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

  .f2E5cYJqnL0 .xyCbGNX5yu {
    font-size: 1.1rem;
  }

  .f2E5cYJqnL0 .bvvnbEPbPK {
    justify-content: center;
  }

  .u5G4LSFn3 .aOUcbgfrM {
    display: none;
  }

  .zIRi752T .o0PRsyQa7O34 {
    flex-direction: column;
    padding: 0;
  }

  .zIRi752T .p9xbnDglI,
  .zIRi752T .aOUcbgfrM {
    width: 100%;
    flex: 0 0 auto;
  }

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

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

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

  .zIRi752T .xyCbGNX5yu {
    font-size: 1.1rem;
  }

  .zIRi752T .bvvnbEPbPK {
    justify-content: center;
  }

  .azno65vwbxb .aOUcbgfrM {
    display: none;
  }
}

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

  .f2E5cYJqnL0 .bvvnbEPbPK {
    flex-direction: column;
    align-items: stretch;
  }

  .f2E5cYJqnL0 .bvvnbEPbPK .x1mHr7qQOX {
    text-align: center;
    min-width: 150px;
  }

  .zIRi752T .p9xbnDglI {
    padding: 30px 15px;
  }

  .zIRi752T .bvvnbEPbPK {
    flex-direction: column;
    align-items: stretch;
  }

  .zIRi752T .bvvnbEPbPK .x1mHr7qQOX {
    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 .k2pWK9QFA7 .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 .k2pWK9QFA7 .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 */
.hp4wYGghav {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jiXQ3yfc .ught8Kjv {
  flex: 1 1 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ===== LANGUAGE / GEO SWITCHER ===== */
.p5zmE8FE {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.e16AmLvLwrH {
  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;
}
.e16AmLvLwrH:hover {
  background: rgba(0, 0, 0, 0.04);
}
.dzQ2YWoH .e16AmLvLwrH {
  border-color: currentColor;
  opacity: 0.9;
}
.olNYlqWgOM,
.gZB6nwGGydT3 {
  font-size: 1.1em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.lIO2ZI1dL {
  width: 28px;
  height: 20px;
  object-fit: cover;
  border-radius: 2px;
}
.qwd0d4KC {
  font-size: 0.7em;
  opacity: 0.8;
}
.qkDsJdcjMAb {
  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;
}
.tjW4b2JP9sL {
  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;
}
.tjW4b2JP9sL:hover {
  background: var(--color-bg-secondary, #f8fafc);
}
.aW7M2nGWZW {
  font-weight: 600;
  color: var(--color-primary, #2563eb);
}
.yfhePPgX {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm, 12px);
}
.mUIpLdO6G3 .p5zmE8FE {
  margin-left: 0;
}
.nMhtKvqN {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--color-footer-bg, #1a1a1a);
}
.nMhtKvqN .e16AmLvLwrH {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--color-footer-text, #fff);
}
.nMhtKvqN .qkDsJdcjMAb {
  background: var(--color-bg-dark, #0f172a);
  border-color: rgba(255, 255, 255, 0.15);
}
.nMhtKvqN .tjW4b2JP9sL {
  color: var(--color-footer-text, #fff);
}
.nMhtKvqN .tjW4b2JP9sL:hover {
  background: rgba(255, 255, 255, 0.1);
}
.oaRcewxm0 {
  padding: 12px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.oaRcewxm0 .qkDsJdcjMAb {
  position: static;
  margin-top: 8px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.oaRcewxm0 .sjwh-lang-switcher-select[aria-expanded="true"] + .qkDsJdcjMAb {
  display: block !important;
}
.oaRcewxm0 .sjwh-lang-switcher-dropdown[hidden] {
  display: none !important;
}

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