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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text utilities */
.oEPnXN8rxpH { text-align: center; }
.pH465xBbV { text-align: left; }
.fzp3yN3JKk { text-align: right; }

.oov6Vbcap7nk { color: var(--color-primary); }
.pQkkpN8N0j { color: var(--color-text-secondary); }
.fIQE7Uz4ciS { color: var(--color-text-light); }

/* Display utilities */
.jqPWSHaT9sWY { display: none; }
.dJRse4FW { display: block; }
.kGwwyPfOw { display: flex; }
.oVx5jJXtTmww { display: inline; }
.iz3qmo0XEwxM { display: inline-block; }

/* Flex utilities */
.vPffaofQC { flex-direction: column; }
.h0rgMNz3xuN { flex-wrap: wrap; }
.vamim0J2 { justify-content: center; }
.fuPtIHG8Q { justify-content: space-between; }
.b1vgH9bzpj { justify-content: space-around; }
.h7sOXdHm2fkM { align-items: center; }
.eTnMd3Uz { align-items: flex-start; }
.kwycVDpuWkJL { align-items: flex-end; }

/* Spacing utilities */
.oEZlMROy1 { margin-bottom: 0; }
.lnH01eJ4 { margin-bottom: var(--spacing-sm); }
.awOKSDk10Z { margin-bottom: var(--spacing-md); }
.vmZTCbCu4h { margin-bottom: var(--spacing-lg); }
.aadVZIKZBX1 { margin-bottom: var(--spacing-xl); }

.oX6pJLRX9q { margin-top: 0; }
.zs2jWZsKOz { margin-top: var(--spacing-sm); }
.nYg1jVam7DB { margin-top: var(--spacing-md); }
.rymG0JtU95p { margin-top: var(--spacing-lg); }
.rzNrSJhg4r0W { 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 */
.aFbuMemt3,
.bublDZ3je95,
.ljDgZLmz2o {
  padding: var(--spacing-xl) 0; /* Only vertical padding, horizontal is from .ywMOioStz */
}

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

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

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

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

.kBgJux7heW {
  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) */
.uPwgXsmovpd.pH465xBbV {
  text-align: left;
}

.uPwgXsmovpd.oEPnXN8rxpH {
  text-align: center;
}

.uPwgXsmovpd.fzp3yN3JKk {
  text-align: right;
}

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

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

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

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

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

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

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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ux2QGBdLcM5:hover {
  background: transparent;
}

.ux2QGBdLcM5:hover .r66Bu1ahkc {
  background-color: var(--color-primary-dark);
}

.ux2QGBdLcM5:hover .i60IjC9fQYO {
  fill: var(--color-primary-dark);
}

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

.ux2QGBdLcM5.g8l6rxmt .r66Bu1ahkc:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.ux2QGBdLcM5.g8l6rxmt .r66Bu1ahkc:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

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

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


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

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

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

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

.ux2QGBdLcM5.g8l6rxmt .oSyGWiI7D {
  display: none !important;
}

.ux2QGBdLcM5.g8l6rxmt .dEc8RilgU {
  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 - классическое исчезновение с поворотом */
.dcvJo7tgcQHD .oSyGWiI7D {
  animation: hamburgerFadeOut 0.3s ease-out forwards;
}

.oD47fRSD.g8l6rxmt .oSyGWiI7D {
  animation: none;
}

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

.oD47fRSD.g8l6rxmt .oSyGWiI7D {
  transform: rotate(45deg);
  display: block !important;
}

.upeQPrXDPO .dEc8RilgU {
  display: none !important;
}

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

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

.ux2QGBdLcM5:hover .iKVaqP14T .blmHyoh4VY {
  background: var(--color-primary-dark);
}

.iKVaqP14T .eQ8NoVNECTIi {
  top: 10px;
}

.iKVaqP14T .wtBxxFpMgyP {
  top: 19px;
}

.iKVaqP14T .tCHG1wGXzi0 {
  top: 28px;
}

.ux2QGBdLcM5.g8l6rxmt .iKVaqP14T .eQ8NoVNECTIi {
  transform: rotate(45deg);
  top: 19px;
}

.ux2QGBdLcM5.g8l6rxmt .iKVaqP14T .wtBxxFpMgyP {
  opacity: 0;
  transform: scale(0) rotate(90deg);
}

.ux2QGBdLcM5.g8l6rxmt .iKVaqP14T .tCHG1wGXzi0 {
  transform: rotate(-45deg);
  top: 19px;
}


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

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

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

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

.eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy.scrolled {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* Меню слева */
.eIo74PXwDdMa.lwKFAj97 .ux2QGBdLcM5 {
  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);
}

.eIo74PXwDdMa.lwKFAj97 .ux2QGBdLcM5:hover {
  background: transparent !important;
  border-radius: var(--radius-md);
}

.eIo74PXwDdMa.lwKFAj97 .ux2QGBdLcM5:hover svg {
  fill: var(--color-primary-dark) !important;
}

.eIo74PXwDdMa.lwKFAj97 .ux2QGBdLcM5:hover .r66Bu1ahkc,
.eIo74PXwDdMa.lwKFAj97 .ux2QGBdLcM5:hover .iKVaqP14T .blmHyoh4VY {
  background-color: var(--color-primary-dark) !important;
}

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

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

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

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

.eIo74PXwDdMa.lwKFAj97 .cz6RSiW5zGm {
  padding: 0;
  margin: 0;
}

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

.eIo74PXwDdMa.lwKFAj97 .m12QcSpOtF {
  display: none;
}



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

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

.dVgqmqOo0.fEja0nZac: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 */
.wxgdKaOMBs:hover,
.uEy6RZ8fKjBl:hover,
.nwP9j9Tgnydg:hover,
.id7fr1qE:hover,
.ahv51jxiNm:hover,
.dVgqmqOo0:hover,
.y4pyhR7VFUp:hover {
  animation: none !important;
}

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

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

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

.dVgqmqOo0.sl7Bkyt4IN:hover {
  color: var(--color-primary-dark);
  background-color: var(--color-primary-light);
}

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

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

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

/* Square Shape */
body.a36zJ7p42 .dVgqmqOo0 {
  border-radius: 0;
}

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

body.f0V8IRBArx .eIo74PXwDdMa.fK5QQsjjcy .dVgqmqOo0 {
  border-radius: 50px !important;
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.a36zJ7p42 .eIo74PXwDdMa.fK5QQsjjcy .dVgqmqOo0 {
  border-radius: 0 !important;
}

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

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

body.lVthJnun .dORQUi5x {
  min-height: 70px !important;
}

body.mY56PTbE .dORQUi5x {
  min-height: 80px !important;
}

body.wCcaNlaymEq .dORQUi5x {
  min-height: 100px !important;
}

/* Header Heights for Minimal Style - same values but with specific selectors */
body.pvZtfIB18dt0.header-style-minimal .eIo74PXwDdMa.lwKFAj97 .dORQUi5x,
body.pvZtfIB18dt0 .eIo74PXwDdMa.lwKFAj97 .dORQUi5x {
  min-height: 60px !important;
}

body.lVthJnun.header-style-minimal .eIo74PXwDdMa.lwKFAj97 .dORQUi5x,
body.lVthJnun .eIo74PXwDdMa.lwKFAj97 .dORQUi5x {
  min-height: 70px !important;
}

body.mY56PTbE.header-style-minimal .eIo74PXwDdMa.lwKFAj97 .dORQUi5x,
body.mY56PTbE .eIo74PXwDdMa.lwKFAj97 .dORQUi5x {
  min-height: 80px !important;
}

body.wCcaNlaymEq.header-style-minimal .eIo74PXwDdMa.lwKFAj97 .dORQUi5x,
body.wCcaNlaymEq .eIo74PXwDdMa.lwKFAj97 .dORQUi5x {
  min-height: 100px !important;
}

/* Sticky Header Heights */
body.fgDhqfLLXPaQ #gFIoD1DNzt.fK5QQsjjcy .dORQUi5x,
body.fgDhqfLLXPaQ .eIo74PXwDdMa.fK5QQsjjcy .dORQUi5x {
  min-height: 50px !important;
}

body.s7LvWyWbTqNV #gFIoD1DNzt.fK5QQsjjcy .dORQUi5x,
body.s7LvWyWbTqNV .eIo74PXwDdMa.fK5QQsjjcy .dORQUi5x {
  min-height: 60px !important;
}

body.e0qkx67ZdYJ #gFIoD1DNzt.fK5QQsjjcy .dORQUi5x,
body.e0qkx67ZdYJ .eIo74PXwDdMa.fK5QQsjjcy .dORQUi5x {
  min-height: 70px !important;
}

body.bR1WbK9vN8 #gFIoD1DNzt.fK5QQsjjcy .dORQUi5x,
body.bR1WbK9vN8 .eIo74PXwDdMa.fK5QQsjjcy .dORQUi5x {
  min-height: 80px !important;
}

/* Sticky Header Heights for Minimal Style - with specific selectors */
body.fgDhqfLLXPaQ.header-style-minimal .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy .dORQUi5x,
body.fgDhqfLLXPaQ .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy .dORQUi5x {
  min-height: 50px !important;
}

body.s7LvWyWbTqNV.header-style-minimal .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy .dORQUi5x,
body.s7LvWyWbTqNV .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy .dORQUi5x {
  min-height: 60px !important;
}

body.e0qkx67ZdYJ.header-style-minimal .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy .dORQUi5x,
body.e0qkx67ZdYJ .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy .dORQUi5x {
  min-height: 70px !important;
}

body.bR1WbK9vN8.header-style-minimal .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy .dORQUi5x,
body.bR1WbK9vN8 .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy .dORQUi5x {
  min-height: 80px !important;
}

/* Scrolled state heights (when sticky is active and scrolled) */
body.fgDhqfLLXPaQ #gFIoD1DNzt.fK5QQsjjcy.shQ9W20Fq3x .dORQUi5x,
body.fgDhqfLLXPaQ .eIo74PXwDdMa.fK5QQsjjcy.shQ9W20Fq3x .dORQUi5x {
  min-height: 50px !important;
}

body.s7LvWyWbTqNV #gFIoD1DNzt.fK5QQsjjcy.shQ9W20Fq3x .dORQUi5x,
body.s7LvWyWbTqNV .eIo74PXwDdMa.fK5QQsjjcy.shQ9W20Fq3x .dORQUi5x {
  min-height: 60px !important;
}

body.e0qkx67ZdYJ #gFIoD1DNzt.fK5QQsjjcy.shQ9W20Fq3x .dORQUi5x,
body.e0qkx67ZdYJ .eIo74PXwDdMa.fK5QQsjjcy.shQ9W20Fq3x .dORQUi5x {
  min-height: 70px !important;
}

body.bR1WbK9vN8 #gFIoD1DNzt.fK5QQsjjcy.shQ9W20Fq3x .dORQUi5x,
body.bR1WbK9vN8 .eIo74PXwDdMa.fK5QQsjjcy.shQ9W20Fq3x .dORQUi5x {
  min-height: 80px !important;
}

/* Scrolled state heights for Minimal Style - with specific selectors */
body.fgDhqfLLXPaQ.header-style-minimal .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy.shQ9W20Fq3x .dORQUi5x,
body.fgDhqfLLXPaQ .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy.shQ9W20Fq3x .dORQUi5x {
  min-height: 50px !important;
}

body.s7LvWyWbTqNV.header-style-minimal .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy.shQ9W20Fq3x .dORQUi5x,
body.s7LvWyWbTqNV .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy.shQ9W20Fq3x .dORQUi5x {
  min-height: 60px !important;
}

body.e0qkx67ZdYJ.header-style-minimal .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy.shQ9W20Fq3x .dORQUi5x,
body.e0qkx67ZdYJ .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy.shQ9W20Fq3x .dORQUi5x {
  min-height: 70px !important;
}

body.bR1WbK9vN8.header-style-minimal .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy.shQ9W20Fq3x .dORQUi5x,
body.bR1WbK9vN8 .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy.shQ9W20Fq3x .dORQUi5x {
  min-height: 80px !important;
}

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

  /* Mobile Header Heights for Minimal Style - with specific selectors */
  body.pvZtfIB18dt0.header-style-minimal .eIo74PXwDdMa.lwKFAj97 .dORQUi5x,
  body.pvZtfIB18dt0 .eIo74PXwDdMa.lwKFAj97 .dORQUi5x {
    min-height: 50px !important;
  }

  body.lVthJnun.header-style-minimal .eIo74PXwDdMa.lwKFAj97 .dORQUi5x,
  body.lVthJnun .eIo74PXwDdMa.lwKFAj97 .dORQUi5x {
    min-height: 60px !important;
  }

  body.mY56PTbE.header-style-minimal .eIo74PXwDdMa.lwKFAj97 .dORQUi5x,
  body.mY56PTbE .eIo74PXwDdMa.lwKFAj97 .dORQUi5x {
    min-height: 65px !important;
  }

  body.wCcaNlaymEq.header-style-minimal .eIo74PXwDdMa.lwKFAj97 .dORQUi5x,
  body.wCcaNlaymEq .eIo74PXwDdMa.lwKFAj97 .dORQUi5x {
    min-height: 70px !important;
  }

  /* Mobile Sticky Heights */
  body.fgDhqfLLXPaQ #gFIoD1DNzt.fK5QQsjjcy .dORQUi5x,
  body.fgDhqfLLXPaQ .eIo74PXwDdMa.fK5QQsjjcy .dORQUi5x {
    min-height: 45px !important;
  }

  body.s7LvWyWbTqNV #gFIoD1DNzt.fK5QQsjjcy .dORQUi5x,
  body.s7LvWyWbTqNV .eIo74PXwDdMa.fK5QQsjjcy .dORQUi5x {
    min-height: 50px !important;
  }

  body.e0qkx67ZdYJ #gFIoD1DNzt.fK5QQsjjcy .dORQUi5x,
  body.e0qkx67ZdYJ .eIo74PXwDdMa.fK5QQsjjcy .dORQUi5x {
    min-height: 55px !important;
  }

  body.bR1WbK9vN8 #gFIoD1DNzt.fK5QQsjjcy .dORQUi5x,
  body.bR1WbK9vN8 .eIo74PXwDdMa.fK5QQsjjcy .dORQUi5x {
    min-height: 60px !important;
  }

  /* Mobile Sticky Heights for Minimal Style - with specific selectors */
  body.fgDhqfLLXPaQ.header-style-minimal .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy .dORQUi5x,
  body.fgDhqfLLXPaQ .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy .dORQUi5x {
    min-height: 45px !important;
  }

  body.s7LvWyWbTqNV.header-style-minimal .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy .dORQUi5x,
  body.s7LvWyWbTqNV .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy .dORQUi5x {
    min-height: 50px !important;
  }

  body.e0qkx67ZdYJ.header-style-minimal .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy .dORQUi5x,
  body.e0qkx67ZdYJ .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy .dORQUi5x {
    min-height: 55px !important;
  }

  body.bR1WbK9vN8.header-style-minimal .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy .dORQUi5x,
  body.bR1WbK9vN8 .eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy .dORQUi5x {
    min-height: 60px !important;
  }

  /* FIX: Prevent menu button from wrapping in sticky mode */
  #gFIoD1DNzt.fK5QQsjjcy .dORQUi5x,
  .eIo74PXwDdMa.fK5QQsjjcy .dORQUi5x {
    flex-wrap: nowrap !important; /* Force elements to stay in one line */
  }

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

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

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

  #gFIoD1DNzt.fK5QQsjjcy .ux2QGBdLcM5,
  .eIo74PXwDdMa.fK5QQsjjcy .ux2QGBdLcM5 {
    flex-shrink: 0; /* Prevent button from shrinking */
    padding: 5px !important; /* Reduce padding in sticky mode */
    min-width: 35px !important;
    min-height: 35px !important;
  }

  #gFIoD1DNzt.fK5QQsjjcy .ux2QGBdLcM5 .i60IjC9fQYO,
  .eIo74PXwDdMa.fK5QQsjjcy .ux2QGBdLcM5 .i60IjC9fQYO {
    width: 30px !important;
    height: 30px !important;
  }

  #gFIoD1DNzt.fK5QQsjjcy .ux2QGBdLcM5 .iKVaqP14T,
  .eIo74PXwDdMa.fK5QQsjjcy .ux2QGBdLcM5 .iKVaqP14T {
    width: 30px !important;
    height: 30px !important;
  }

  #gFIoD1DNzt.fK5QQsjjcy .ux2QGBdLcM5 .r66Bu1ahkc,
  .eIo74PXwDdMa.fK5QQsjjcy .ux2QGBdLcM5 .r66Bu1ahkc {
    width: 24px !important;
    margin: 3px 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

/* For sticky header - keep progress bar visible */
#gFIoD1DNzt.fK5QQsjjcy .zAuhgC9Ry,
.eIo74PXwDdMa.fK5QQsjjcy .zAuhgC9Ry {
  position: absolute;
  bottom: 0;
}

/* Hide progress bar when header is hidden on scroll */
#gFIoD1DNzt.fK5QQsjjcy.header-hidden .zAuhgC9Ry,
.eIo74PXwDdMa.fK5QQsjjcy.header-hidden .zAuhgC9Ry {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show progress bar when visible */
body.uElkSd8a .zAuhgC9Ry {
  display: block;
}

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

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

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

.pRBIqDfO.g8l6rxmt {
  right: 0;
}

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

.ebX9IY1nQvRQ.g8l6rxmt {
  display: block;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dNpwgVCm .dLl8BU0s .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%);
}

.dNpwgVCm .dLl8BU0s .lEnRi9BGwD > a::after {
  transform: translateY(-50%) rotate(90deg);
}

.dNpwgVCm .lEnRi9BGwD > .dLl8BU0s {
  display: block;
}

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

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

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

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

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

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

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

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

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


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

  .ux2QGBdLcM5 {
    display: flex !important;
  }

  .pRBIqDfO {
    display: block;
  }

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

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

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

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

}

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



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

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

#gFIoD1DNzt.fK5QQsjjcy.scrolled .fSGlzyWuGcv img,
.eIo74PXwDdMa.fK5QQsjjcy.scrolled .fSGlzyWuGcv img {
  max-height: 40px;
  transition: max-height 0.3s ease;
}

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

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


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

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

/* Контейнер внутри scrolled Minimal */
.eIo74PXwDdMa.lwKFAj97.fK5QQsjjcy.scrolled .dORQUi5x {
  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 */
#gFIoD1DNzt.fK5QQsjjcy.header-hidden,
.eIo74PXwDdMa.fK5QQsjjcy.header-hidden {
  transform: translateY(-100%);
}

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

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

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

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

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

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

.wlMF2MTfzO2.g8l6rxmt {
  transform: translateX(0);
}

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

.wlMF2MTfzO2 .okaAuKBSl {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

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

.kPZD2Vu3V.g8l6rxmt {
  transform: translateX(0);
}

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

.kPZD2Vu3V .okaAuKBSl {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

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

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

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

.iNwxmU3CC .zEcMAQ2f3SN4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

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

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

.iNwxmU3CC .okaAuKBSl .dVgqmqOo0 {
  min-width: 120px;
  text-align: center;
}

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

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

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

.iNwxmU3CC.g8l6rxmt .dNpwgVCm li {
  opacity: 1;
  transform: translateY(0);
}

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

.iNwxmU3CC .dNpwgVCm 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;
}

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

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

.iNwxmU3CC .dNpwgVCm 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 */
.wupp6re1nd1 {
  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;
}

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

/* Allow JavaScript to override positioning */
body.pvZtfIB18dt0 .wupp6re1nd1 {
  top: 60px;
  height: calc(100vh - 60px);
}
body.lVthJnun .wupp6re1nd1 {
  top: 70px;
  height: calc(100vh - 70px);
}
body.mY56PTbE .wupp6re1nd1 {
  top: 80px;
  height: calc(100vh - 80px);
}
body.wCcaNlaymEq .wupp6re1nd1 {
  top: 100px;
  height: calc(100vh - 100px);
}

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


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

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

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

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

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

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

.wupp6re1nd1 #rO2PfDTp0FQ {
  margin: 0;
  padding: 0;
}

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

.wupp6re1nd1.g8l6rxmt .dNpwgVCm li {
  opacity: 1;
  transform: translateX(0);
}

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

.wupp6re1nd1 .dNpwgVCm 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;
}

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

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

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

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

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

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

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

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

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

.eMKNPufV .pRBIqDfO:not(.sjwh-is-active) {
  opacity: 0;
}

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

.ciilbj20 .pRBIqDfO:not(.sjwh-is-active) {
  transform: scale(0.8);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .l6Y4LkPJVCEM {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dnuNwy1z {
  margin-bottom: 10px;
}

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

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

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

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

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

.o0ZK3snpbZWt a:hover {
  opacity: 0.7;
}

.xrfXQhhnwUP .l6Y4LkPJVCEM {
  display: flex;
  gap: 15px;
  justify-content: center;
}

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

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

.k8aXIHcG9KS {
  font-weight: bold;
}

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

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

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

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

.gSljPWOD9hA .lDNT5qoM,
.site-footer.gSljPWOD9hA .lDNT5qoM {
  width: 100% !important;
}

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

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

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

.gSljPWOD9hA .syODjYxn,
.site-footer.gSljPWOD9hA .syODjYxn {
  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 */
.lDNT5qoM.q5dqMyH30b .tZKsFpDj2QN,
.site-footer.gSljPWOD9hA .q5dqMyH30b .tZKsFpDj2QN {
  grid-template-columns: 1fr !important;
}

.lDNT5qoM.vAQ1PybNEmw .tZKsFpDj2QN,
.site-footer.gSljPWOD9hA .vAQ1PybNEmw .tZKsFpDj2QN {
  grid-template-columns: repeat(2, 1fr) !important;
}

.lDNT5qoM.xNoV0HRn .tZKsFpDj2QN,
.site-footer.gSljPWOD9hA .xNoV0HRn .tZKsFpDj2QN {
  grid-template-columns: repeat(3, 1fr) !important;
}

.lDNT5qoM.lVCkcs2M2 .tZKsFpDj2QN,
.site-footer.gSljPWOD9hA .lVCkcs2M2 .tZKsFpDj2QN {
  grid-template-columns: repeat(4, 1fr) !important;
}

.lDNT5qoM.fBnW5DSTAa .tZKsFpDj2QN,
.site-footer.gSljPWOD9hA .fBnW5DSTAa .tZKsFpDj2QN {
  grid-template-columns: repeat(5, 1fr) !important;
}

.lDNT5qoM.v7ENLTqw .tZKsFpDj2QN,
.site-footer.gSljPWOD9hA .v7ENLTqw .tZKsFpDj2QN {
  grid-template-columns: repeat(6, 1fr) !important;
}

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

.gSljPWOD9hA .syODjYxn li::marker,
.site-footer.gSljPWOD9hA .syODjYxn li::marker {
  content: '' !important;
}

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

.gSljPWOD9hA .syODjYxn a:hover,
.site-footer.gSljPWOD9hA .syODjYxn a:hover {
  opacity: 0.7 !important;
}

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

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

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

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

.gSljPWOD9hA .bQx5gOQ0Xa,
.site-footer.gSljPWOD9hA .bQx5gOQ0Xa {
  margin-bottom: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gSljPWOD9hA .a2zuknMDaMht,
.site-footer.gSljPWOD9hA .a2zuknMDaMht {
  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;
}

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

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

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

.gSljPWOD9hA .zUIdjYsl6,
.site-footer.gSljPWOD9hA .zUIdjYsl6 {
  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;
}

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

.gSljPWOD9hA .zUIdjYsl6.vqI4Pv5gv:hover,
.site-footer.gSljPWOD9hA .zUIdjYsl6.vqI4Pv5gv:hover {
  background: #1877f2 !important;
}

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

.gSljPWOD9hA .zUIdjYsl6.oTyvu0c06:hover,
.site-footer.gSljPWOD9hA .zUIdjYsl6.oTyvu0c06:hover {
  background: #000000 !important;
}

.gSljPWOD9hA .zUIdjYsl6.n9BrzgOpwq65:hover,
.site-footer.gSljPWOD9hA .zUIdjYsl6.n9BrzgOpwq65:hover {
  background: #ff0000 !important;
}

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

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

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

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

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

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

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

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

  .gSljPWOD9hA .peYzkgUJE,
  .site-footer.gSljPWOD9hA .peYzkgUJE {
    text-align: center !important;
  }

  .gSljPWOD9hA .cyXLgX2F,
  .site-footer.gSljPWOD9hA .cyXLgX2F {
    justify-content: center !important;
  }

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

  .gSljPWOD9hA .zXFf10CgRD3s,
  .site-footer.gSljPWOD9hA .zXFf10CgRD3s {
    justify-content: center !important;
  }

  /* Navigation columns responsive - reduce to 2 columns on tablet */
  .lDNT5qoM.xNoV0HRn .tZKsFpDj2QN,
  .lDNT5qoM.lVCkcs2M2 .tZKsFpDj2QN,
  .lDNT5qoM.fBnW5DSTAa .tZKsFpDj2QN,
  .lDNT5qoM.v7ENLTqw .tZKsFpDj2QN,
  .site-footer.gSljPWOD9hA .xNoV0HRn .tZKsFpDj2QN,
  .site-footer.gSljPWOD9hA .lVCkcs2M2 .tZKsFpDj2QN,
  .site-footer.gSljPWOD9hA .fBnW5DSTAa .tZKsFpDj2QN,
  .site-footer.gSljPWOD9hA .v7ENLTqw .tZKsFpDj2QN {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

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

  .gSljPWOD9hA .syODjYxn,
  .site-footer.gSljPWOD9hA .syODjYxn {
    gap: 10px !important;
  }


  /* Navigation columns mobile - all become single column */
  .lDNT5qoM.vAQ1PybNEmw .tZKsFpDj2QN,
  .lDNT5qoM.xNoV0HRn .tZKsFpDj2QN,
  .lDNT5qoM.lVCkcs2M2 .tZKsFpDj2QN,
  .lDNT5qoM.fBnW5DSTAa .tZKsFpDj2QN,
  .lDNT5qoM.v7ENLTqw .tZKsFpDj2QN,
  .site-footer.gSljPWOD9hA .vAQ1PybNEmw .tZKsFpDj2QN,
  .site-footer.gSljPWOD9hA .xNoV0HRn .tZKsFpDj2QN,
  .site-footer.gSljPWOD9hA .lVCkcs2M2 .tZKsFpDj2QN,
  .site-footer.gSljPWOD9hA .fBnW5DSTAa .tZKsFpDj2QN,
  .site-footer.gSljPWOD9hA .v7ENLTqw .tZKsFpDj2QN {
    grid-template-columns: 1fr !important;
  }
}

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

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

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

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

.ubCufO6s .cYGFpy7bBFu,
.site-footer.ubCufO6s .cYGFpy7bBFu {
  margin-bottom: 10px !important;
}

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

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

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

.ubCufO6s .iyLKJllP,
.site-footer.ubCufO6s .iyLKJllP {
  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;
}

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

.ubCufO6s .iyLKJllP.vqI4Pv5gv:hover,
.site-footer.ubCufO6s .iyLKJllP.vqI4Pv5gv:hover {
  background: #1877f2 !important;
}

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

.ubCufO6s .iyLKJllP.oTyvu0c06:hover,
.site-footer.ubCufO6s .iyLKJllP.oTyvu0c06:hover {
  background: #000000 !important;
}

.ubCufO6s .iyLKJllP.n9BrzgOpwq65:hover,
.site-footer.ubCufO6s .iyLKJllP.n9BrzgOpwq65:hover {
  background: #ff0000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .ubCufO6s .kaupoBw6c9 {
    gap: 8px !important;
  }
  
  .ubCufO6s .gRfqtUBAAxCj {
    max-width: calc((100% - 40px) / 3) !important;
  }
  
  .ubCufO6s .nNVJrIVht {
    max-height: 50px !important;
  }
}

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

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

.ubCufO6s .xLs4Kcw91U98,
.site-footer.ubCufO6s .xLs4Kcw91U98 {
  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;
}

.ubCufO6s .xLs4Kcw91U98 .gjoJybqUuZ,
.site-footer.ubCufO6s .xLs4Kcw91U98 .gjoJybqUuZ {
  justify-content: flex-end !important;
}

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

.ubCufO6s .xHldwgiuA2U,
.site-footer.ubCufO6s .xHldwgiuA2U {
  display: flex !important;
  flex-direction: column !important;
}

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

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

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

.ubCufO6s .oh9bqREQC li::marker,
.site-footer.ubCufO6s .oh9bqREQC li::marker {
  content: '' !important;
}

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

.ubCufO6s .oh9bqREQC a:hover,
.site-footer.ubCufO6s .oh9bqREQC a:hover {
  opacity: 0.7 !important;
}

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

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

.ubCufO6s .ny0CQhqKzBGF,
.site-footer.ubCufO6s .ny0CQhqKzBGF {
  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) {
  .ubCufO6s .u1tdAdqPYOl4,
  .site-footer.ubCufO6s .u1tdAdqPYOl4 {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .ubCufO6s .zN7U6pv2pu3Q,
  .site-footer.ubCufO6s .zN7U6pv2pu3Q {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  
  .ubCufO6s .xLs4Kcw91U98,
  .site-footer.ubCufO6s .xLs4Kcw91U98 {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
  }
  
  .ubCufO6s .jiklZNZnWs {
    text-align: left !important;
  }
}

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

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

  .ubCufO6s .q4OLNDUcZCD4,
  .site-footer.ubCufO6s .q4OLNDUcZCD4 {
    text-align: center !important;
    align-items: center !important;
  }

  .ubCufO6s .bcXjk3nFE2ov,
  .site-footer.ubCufO6s .bcXjk3nFE2ov {
    justify-content: center !important;
  }

  .ubCufO6s .gS5knnDiC,
  .site-footer.ubCufO6s .gS5knnDiC {
    justify-content: center !important;
  }

  .ubCufO6s .xHldwgiuA2U,
  .site-footer.ubCufO6s .xHldwgiuA2U {
    align-items: center !important;
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

  .cP3mWTHGZVV8 {
    justify-content: center;
  }
}

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

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

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

  /* Отключение всех focus стилей в боковом меню */
  .xhWRF97r *:focus,
  .xhWRF97r a:focus,
  .xhWRF97r button:focus,
  .eerkPuqa8 *:focus,
  .holIp8k9xcs a:focus,
  .srxCqOIxp a:focus,
  .q5JApfe0JF a:focus,
  .q5JApfe0JF button:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }

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

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

  .eIo74PXwDdMa.lwKFAj97 .ux2QGBdLcM5:hover .iKVaqP14T .blmHyoh4VY {
    background: var(--color-primary-dark);
  }

  /* Когда меню открыто, меняем иконку */
  body.lTf31I2XaR .eIo74PXwDdMa.lwKFAj97 .ux2QGBdLcM5 {
    background: transparent;
  }

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

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

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

.aWFcWkcZa.k41VSXbSjwN4 {
  background-size: cover;
  background-position: center;
}

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

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

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

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

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

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

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

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

  .drCl1lGn {
    height: 100vh;
  }
}

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

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

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

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

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

/* Hero Subtitle */
.no9QA63NHwS {
  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 */
.aWFcWkcZa.pH465xBbV .sWBXJvCaQS0 {
  text-align: left;
}

.aWFcWkcZa.oEPnXN8rxpH .sWBXJvCaQS0 {
  text-align: center;
}

.aWFcWkcZa.oEPnXN8rxpH .no9QA63NHwS {
  margin-left: auto;
  margin-right: auto;
}

.aWFcWkcZa.fzp3yN3JKk .sWBXJvCaQS0 {
  text-align: right;
}

.aWFcWkcZa.fzp3yN3JKk .no9QA63NHwS {
  margin-left: auto;
}

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

.j9eYn5fR .p573RR5YqxEu {
  display: none;
}

.c3s8Aj5P .p573RR5YqxEu {
  background: rgba(0, 0, 0, 0.2);
}

.maXHRhR8M .p573RR5YqxEu {
  background: rgba(0, 0, 0, 0.4);
}

.mcmvA45rnl9C .p573RR5YqxEu {
  background: rgba(0, 0, 0, 0.6);
}

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

.zKQ3Iz9oa7 .bovo81IFW {
  display: none;
}

.kO0lRVCZM6 .bovo81IFW {
  background: rgba(0, 0, 0, 0.2);
}

.bGmKmu5ul .bovo81IFW {
  background: rgba(0, 0, 0, 0.4);
}

.o4IlLwduYETf .bovo81IFW {
  background: rgba(0, 0, 0, 0.6);
}

.zn014Pt00i .bovo81IFW {
  background: rgba(0, 0, 0, 0.8);
}

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

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

.aWFcWkcZa.oEPnXN8rxpH .g0El5M4N8NU4 {
  justify-content: center;
}

.aWFcWkcZa.fzp3yN3JKk .g0El5M4N8NU4 {
  justify-content: flex-end;
}

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

.leZ7g3qBAeC {
  border-radius: 50px;
}

.sEZFJgBIzKs {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

.yfkZpyt8Pq .y4pyhR7VFUp.kRTIJpDevguw:hover {
  background-color: var(--color-text-inverse, #ffffff);
  color: var(--color-primary);
  border-color: var(--color-text-inverse, #ffffff);
}

.yfkZpyt8Pq .y4pyhR7VFUp.ckR1TBqI {
  color: var(--color-text-inverse, #ffffff);
}

.yfkZpyt8Pq .y4pyhR7VFUp.ckR1TBqI:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-text-inverse, #ffffff);
}

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

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

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

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

.kNbbAqrz .jVlfuuXs {
  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 */
.t6PRtTsYU {
  display: flex;
  align-items: stretch;
}

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

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

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

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

  .kNbbAqrz .sWBXJvCaQS0,
  .t6PRtTsYU .sWBXJvCaQS0 {
    padding: 40px 30px;
  }

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

@media (max-width: 768px) {
  .kNbbAqrz .sWBXJvCaQS0,
  .t6PRtTsYU .sWBXJvCaQS0 {
    padding: 30px 20px;
  }

  .kNbbAqrz .jVlfuuXs,
  .t6PRtTsYU .jVlfuuXs {
    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.dkMCGHKq .blk-ce50a093__link,
body.dkMCGHKq div.blk-ce50a093 .blk-ce50a093__link,
body.dkMCGHKq .dVgqmqOo0,
body.dkMCGHKq .btn,
body.dkMCGHKq .y4pyhR7VFUp,
body.dkMCGHKq .okaAuKBSl .dVgqmqOo0,
body.dkMCGHKq .q5JApfe0JF .dVgqmqOo0 {
  border-radius: 6px !important;
}

/* PILL SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.bQTNXwxh3IFx .blk-ce50a093__link,
body.bQTNXwxh3IFx div.blk-ce50a093 .blk-ce50a093__link,
body.bQTNXwxh3IFx .dVgqmqOo0,
body.bQTNXwxh3IFx .btn,
body.bQTNXwxh3IFx .y4pyhR7VFUp,
body.bQTNXwxh3IFx .okaAuKBSl .dVgqmqOo0,
body.bQTNXwxh3IFx .q5JApfe0JF .dVgqmqOo0 {
  border-radius: 50px !important;
}

/* PILL SHAPE - extra padding for CTA buttons и HERO buttons */
body.bQTNXwxh3IFx .dVgqmqOo0,
body.bQTNXwxh3IFx .y4pyhR7VFUp,
body.bQTNXwxh3IFx .okaAuKBSl .dVgqmqOo0,
body.bQTNXwxh3IFx .q5JApfe0JF .dVgqmqOo0 {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

/* SQUARE SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.m71NN9Qu8mvF .blk-ce50a093__link,
body.m71NN9Qu8mvF div.blk-ce50a093 .blk-ce50a093__link,
body.m71NN9Qu8mvF .dVgqmqOo0,
body.m71NN9Qu8mvF .btn,
body.m71NN9Qu8mvF .y4pyhR7VFUp,
body.m71NN9Qu8mvF .okaAuKBSl .dVgqmqOo0,
body.m71NN9Qu8mvF .q5JApfe0JF .dVgqmqOo0 {
  border-radius: 0 !important;
}

/* ENSURE GLOBAL SHAPE WORKS EVERYWHERE - MAXIMUM SPECIFICITY */
body.dkMCGHKq .eIo74PXwDdMa.fK5QQsjjcy .dVgqmqOo0,
body.dkMCGHKq .baQcsMOj .dVgqmqOo0,
body.dkMCGHKq .tr0U8pMgXW,
body.dkMCGHKq .leZ7g3qBAeC,
body.dkMCGHKq .sEZFJgBIzKs {
  border-radius: 6px !important;
}

body.bQTNXwxh3IFx .eIo74PXwDdMa.fK5QQsjjcy .dVgqmqOo0,
body.bQTNXwxh3IFx .baQcsMOj .dVgqmqOo0,
body.bQTNXwxh3IFx .tr0U8pMgXW,
body.bQTNXwxh3IFx .leZ7g3qBAeC,
body.bQTNXwxh3IFx .sEZFJgBIzKs {
  border-radius: 50px !important;
}

/* PILL SHAPE - extra padding for all contexts (включая HERO) */
body.bQTNXwxh3IFx .eIo74PXwDdMa.fK5QQsjjcy .dVgqmqOo0,
body.bQTNXwxh3IFx .baQcsMOj .dVgqmqOo0,
body.bQTNXwxh3IFx .y4pyhR7VFUp {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.m71NN9Qu8mvF .eIo74PXwDdMa.fK5QQsjjcy .dVgqmqOo0,
body.m71NN9Qu8mvF .baQcsMOj .dVgqmqOo0,
body.m71NN9Qu8mvF .tr0U8pMgXW,
body.m71NN9Qu8mvF .leZ7g3qBAeC,
body.m71NN9Qu8mvF .sEZFJgBIzKs {
  border-radius: 0 !important;
}

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

body.bQTNXwxh3IFx.x2lGyzHM583 .dVgqmqOo0,
body.bQTNXwxh3IFx.a36zJ7p42 .dVgqmqOo0 {
  border-radius: 50px !important;
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.m71NN9Qu8mvF.x2lGyzHM583 .dVgqmqOo0,
body.m71NN9Qu8mvF.f0V8IRBArx .dVgqmqOo0 {
  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) {
  .wXFJvljV {
    padding: 40px 20px;
  }

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

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

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

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

  .aWFcWkcZa.pH465xBbV .g0El5M4N8NU4 {
    align-items: flex-start;
  }

  .aWFcWkcZa.fzp3yN3JKk .g0El5M4N8NU4 {
    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;
  }

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

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

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

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

  .g0El5M4N8NU4 {
    gap: 10px;
  }

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

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

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

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

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

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

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

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

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

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

.sYTyfjGc,
.yxIibBDo0fo,
.pb4STQpLl {
  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;
}

.sYTyfjGc:hover,
.yxIibBDo0fo:hover,
.pb4STQpLl:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

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

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

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

.yxIibBDo0fo:disabled,
.pb4STQpLl:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

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

  .sYTyfjGc,
  .yxIibBDo0fo,
  .pb4STQpLl {
    width: 40px;
    height: 40px;
  }

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

  .yxIibBDo0fo {
    left: 10px;
  }

  .pb4STQpLl {
    right: 10px;
  }

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

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

/* Content image styles when lightbox is enabled */
body.lightbox-enabled .aFbuMemt3 img:hover,
body.lightbox-enabled .bublDZ3je95 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.dkMCGHKq .blk-ce50a093 .blk-ce50a093__link,
html body.dkMCGHKq .dVgqmqOo0,
html body.dkMCGHKq .btn,
html body.dkMCGHKq .y4pyhR7VFUp {
  border-radius: 6px !important;
}

html body.bQTNXwxh3IFx .blk-ce50a093 .blk-ce50a093__link,
html body.bQTNXwxh3IFx .dVgqmqOo0,
html body.bQTNXwxh3IFx .btn,
html body.bQTNXwxh3IFx .y4pyhR7VFUp {
  border-radius: 50px !important;
}

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

html body.m71NN9Qu8mvF .blk-ce50a093 .blk-ce50a093__link,
html body.m71NN9Qu8mvF .dVgqmqOo0,
html body.m71NN9Qu8mvF .btn,
html body.m71NN9Qu8mvF .y4pyhR7VFUp {
  border-radius: 0 !important;
}

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

/* ENSURE ALL BUTTONS HAVE CONSISTENT TRANSITIONS */
.iyBxLN0m,
.dVgqmqOo0,
.y4pyhR7VFUp,
.blk-ce50a093__link,
.okaAuKBSl .dVgqmqOo0,
.q5JApfe0JF .dVgqmqOo0 {
  transition: all var(--transition-fast, 0.15s ease-in-out) !important;
}

/* UNIFIED HOVER EFFECTS - ALL BUTTON TYPES */
.iyBxLN0m:hover,
.nk2ErsSfNu:hover,
.op73OWUp:hover,
.dVgqmqOo0.fEja0nZac:hover,
.dVgqmqOo0.pyJIVHbS:hover,
.dVgqmqOo0.sl7Bkyt4IN:hover,
.y4pyhR7VFUp.rC0xhIJw:hover,
.y4pyhR7VFUp.kRTIJpDevguw:hover,
.y4pyhR7VFUp.ckR1TBqI:hover,
.okaAuKBSl .dVgqmqOo0:hover,
.q5JApfe0JF .dVgqmqOo0: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 */
.kNbbAqrz {
  padding: 0;
  overflow: hidden;
  position: relative;
}

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

.irfa96RPIfad,
.orhCKo21 {
  flex: 0 0 50%;
  width: 50%;
}

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

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

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

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

.kNbbAqrz .g0El5M4N8NU4 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

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

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

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

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

.t6PRtTsYU .irfa96RPIfad,
.t6PRtTsYU .orhCKo21 {
  flex: 0 0 50%;
  width: 50%;
}

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

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

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

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

.t6PRtTsYU .g0El5M4N8NU4 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

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

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

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

  .t6PRtTsYU .hkC7kdOximf5 {
    max-width: 1320px;
  }
}

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

  .t6PRtTsYU .hkC7kdOximf5 {
    max-width: 100%;
    padding: 0 20px;
  }
}

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

  .irfa96RPIfad,
  .orhCKo21 {
    width: 100%;
    flex: 0 0 auto;
  }

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

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

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

  .kNbbAqrz .no9QA63NHwS {
    font-size: 1.1rem;
  }

  .kNbbAqrz .g0El5M4N8NU4 {
    justify-content: center;
  }

  .dyoIKdmq1N3 .orhCKo21 {
    display: none;
  }

  .t6PRtTsYU .hkC7kdOximf5 {
    flex-direction: column;
    padding: 0;
  }

  .t6PRtTsYU .irfa96RPIfad,
  .t6PRtTsYU .orhCKo21 {
    width: 100%;
    flex: 0 0 auto;
  }

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

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

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

  .t6PRtTsYU .no9QA63NHwS {
    font-size: 1.1rem;
  }

  .t6PRtTsYU .g0El5M4N8NU4 {
    justify-content: center;
  }

  .gXUKuQWsG .orhCKo21 {
    display: none;
  }
}

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

  .kNbbAqrz .g0El5M4N8NU4 {
    flex-direction: column;
    align-items: stretch;
  }

  .kNbbAqrz .g0El5M4N8NU4 .iyBxLN0m {
    text-align: center;
    min-width: 150px;
  }

  .t6PRtTsYU .irfa96RPIfad {
    padding: 30px 15px;
  }

  .t6PRtTsYU .g0El5M4N8NU4 {
    flex-direction: column;
    align-items: stretch;
  }

  .t6PRtTsYU .g0El5M4N8NU4 .iyBxLN0m {
    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 .aFbuMemt3 .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 .aFbuMemt3 .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 */
.hBmexWh2H7 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aKCNJqnGAC .obDe6p4I1o8 {
  flex: 1 1 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ===== LANGUAGE / GEO SWITCHER ===== */
.lbTX52ra {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.vKUhuIgdWHEP {
  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;
}
.vKUhuIgdWHEP:hover {
  background: rgba(0, 0, 0, 0.04);
}
.wpG5vgSnF .vKUhuIgdWHEP {
  border-color: currentColor;
  opacity: 0.9;
}
.orlzJcNjH1B,
.eoUTllfRX4 {
  font-size: 1.1em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.ubj4JuF8v {
  width: 28px;
  height: 20px;
  object-fit: cover;
  border-radius: 2px;
}
.hlKKGnNNl {
  font-size: 0.7em;
  opacity: 0.8;
}
.jwY73xtA {
  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;
}
.n7vZDmZ6 {
  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;
}
.n7vZDmZ6:hover {
  background: var(--color-bg-secondary, #f8fafc);
}
.xKjet1KuaX {
  font-weight: 600;
  color: var(--color-primary, #2563eb);
}
.j6tqRLINzmm {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm, 12px);
}
.dORQUi5x .lbTX52ra {
  margin-left: 0;
}
.jopnXm2a5Cco {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--color-footer-bg, #1a1a1a);
}
.jopnXm2a5Cco .vKUhuIgdWHEP {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--color-footer-text, #fff);
}
.jopnXm2a5Cco .jwY73xtA {
  background: var(--color-bg-dark, #0f172a);
  border-color: rgba(255, 255, 255, 0.15);
}
.jopnXm2a5Cco .n7vZDmZ6 {
  color: var(--color-footer-text, #fff);
}
.jopnXm2a5Cco .n7vZDmZ6:hover {
  background: rgba(255, 255, 255, 0.1);
}
.b4R6cA6hFl {
  padding: 12px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.b4R6cA6hFl .jwY73xtA {
  position: static;
  margin-top: 8px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.b4R6cA6hFl .sjwh-lang-switcher-select[aria-expanded="true"] + .jwY73xtA {
  display: block !important;
}
.b4R6cA6hFl .sjwh-lang-switcher-dropdown[hidden] {
  display: none !important;
}

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