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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text utilities */
.mFxssno9dei { text-align: center; }
.aLrkcRZ1Rk { text-align: left; }
.wDDDJyH7f { text-align: right; }

.zt8pIhsz { color: var(--color-primary); }
.kNOc82fT { color: var(--color-text-secondary); }
.jZ9816Y74bUn { color: var(--color-text-light); }

/* Display utilities */
.pyo3J14xFeQ { display: none; }
.i2pFxcHcgZ { display: block; }
.yYauk0uF { display: flex; }
.qvNW4LBOb { display: inline; }
.xATmNYHbSz7 { display: inline-block; }

/* Flex utilities */
.tjIa9Fgm { flex-direction: column; }
.tq9KewVsgeVi { flex-wrap: wrap; }
.nSYid8DbYoI { justify-content: center; }
.eOTESey5 { justify-content: space-between; }
.ax1mvnod0b { justify-content: space-around; }
.nlmD0AZseIoE { align-items: center; }
.dMZsnOoU { align-items: flex-start; }
.zzBsodNYT { align-items: flex-end; }

/* Spacing utilities */
.oIpZNgTYJMj { margin-bottom: 0; }
.gAQ3WqGmOAWO { margin-bottom: var(--spacing-sm); }
.eYzqPZanqgV { margin-bottom: var(--spacing-md); }
.u7oIKxx3KLtt { margin-bottom: var(--spacing-lg); }
.reb4WorG { margin-bottom: var(--spacing-xl); }

.mXrAYivYHF { margin-top: 0; }
.siNigZVp { margin-top: var(--spacing-sm); }
.lHW02DgCV3M { margin-top: var(--spacing-md); }
.wwntfTFAt4 { margin-top: var(--spacing-lg); }
.jImHP59QZ { 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 */
.cvPQRXLLIB,
.wMLnL8tvyJ,
.mGkMgQUmUVVQ {
  padding: var(--spacing-xl) 0; /* Only vertical padding, horizontal is from .dpYeMFmH3F */
}

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

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

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

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

.cclWaYUA {
  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) */
.sjeGknmL5rXw.aLrkcRZ1Rk {
  text-align: left;
}

.sjeGknmL5rXw.mFxssno9dei {
  text-align: center;
}

.sjeGknmL5rXw.wDDDJyH7f {
  text-align: right;
}

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

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

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

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

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

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

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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sr9yf9RL9A:hover {
  background: transparent;
}

.sr9yf9RL9A:hover .zktsV6YZp {
  background-color: var(--color-primary-dark);
}

.sr9yf9RL9A:hover .efuNRwZANk {
  fill: var(--color-primary-dark);
}

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

.sr9yf9RL9A.wOl9kKIpHepI .zktsV6YZp:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.sr9yf9RL9A.wOl9kKIpHepI .zktsV6YZp:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

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

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


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

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

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

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

.sr9yf9RL9A.wOl9kKIpHepI .pPClLBShfE {
  display: none !important;
}

.sr9yf9RL9A.wOl9kKIpHepI .aSQRXAB6 {
  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 - классическое исчезновение с поворотом */
.h0V3wLykQsz .pPClLBShfE {
  animation: hamburgerFadeOut 0.3s ease-out forwards;
}

.gVUqxUGyyGJj.wOl9kKIpHepI .pPClLBShfE {
  animation: none;
}

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

.gVUqxUGyyGJj.wOl9kKIpHepI .pPClLBShfE {
  transform: rotate(45deg);
  display: block !important;
}

.zkLXGC2D .aSQRXAB6 {
  display: none !important;
}

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

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

.sr9yf9RL9A:hover .ljAr3JGChe .nVXdggb62 {
  background: var(--color-primary-dark);
}

.ljAr3JGChe .t6RIcRDaTy69 {
  top: 10px;
}

.ljAr3JGChe .kruycQ0O6O {
  top: 19px;
}

.ljAr3JGChe .nXvQglKXGDBB {
  top: 28px;
}

.sr9yf9RL9A.wOl9kKIpHepI .ljAr3JGChe .t6RIcRDaTy69 {
  transform: rotate(45deg);
  top: 19px;
}

.sr9yf9RL9A.wOl9kKIpHepI .ljAr3JGChe .kruycQ0O6O {
  opacity: 0;
  transform: scale(0) rotate(90deg);
}

.sr9yf9RL9A.wOl9kKIpHepI .ljAr3JGChe .nXvQglKXGDBB {
  transform: rotate(-45deg);
  top: 19px;
}


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

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

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

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

.oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y.scrolled {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* Меню слева */
.oNhUxVi5Vv.bbVDel0aN7 .sr9yf9RL9A {
  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);
}

.oNhUxVi5Vv.bbVDel0aN7 .sr9yf9RL9A:hover {
  background: transparent !important;
  border-radius: var(--radius-md);
}

.oNhUxVi5Vv.bbVDel0aN7 .sr9yf9RL9A:hover svg {
  fill: var(--color-primary-dark) !important;
}

.oNhUxVi5Vv.bbVDel0aN7 .sr9yf9RL9A:hover .zktsV6YZp,
.oNhUxVi5Vv.bbVDel0aN7 .sr9yf9RL9A:hover .ljAr3JGChe .nVXdggb62 {
  background-color: var(--color-primary-dark) !important;
}

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

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

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

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

.oNhUxVi5Vv.bbVDel0aN7 .tCoUUE8eq {
  padding: 0;
  margin: 0;
}

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

.oNhUxVi5Vv.bbVDel0aN7 .oJcHtpTnzc {
  display: none;
}



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

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

.hlsqZBViDg.sH33ICXgV0B: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 */
.vCv15L0YRPMq:hover,
.gWaLpCO9umVC:hover,
.haDURk0sL:hover,
.yd72PQjNQouV:hover,
.yktGrqrdueVz:hover,
.hlsqZBViDg:hover,
.pgcvVfpV:hover {
  animation: none !important;
}

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

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

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

.hlsqZBViDg.hmIb4eaz0YpG:hover {
  color: var(--color-primary-dark);
  background-color: var(--color-primary-light);
}

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

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

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

/* Square Shape */
body.lkx8kgImiU .hlsqZBViDg {
  border-radius: 0;
}

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

body.tK5hyk3Cp .oNhUxVi5Vv.hQtwMCD8Y .hlsqZBViDg {
  border-radius: 50px !important;
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.lkx8kgImiU .oNhUxVi5Vv.hQtwMCD8Y .hlsqZBViDg {
  border-radius: 0 !important;
}

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

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

body.skjh8NfgXIA5 .zn9ZCQu7KL {
  min-height: 70px !important;
}

body.sWazMaUu0 .zn9ZCQu7KL {
  min-height: 80px !important;
}

body.lOkLdmlGmsJM .zn9ZCQu7KL {
  min-height: 100px !important;
}

/* Header Heights for Minimal Style - same values but with specific selectors */
body.gCkuxV3A.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7 .zn9ZCQu7KL,
body.gCkuxV3A .oNhUxVi5Vv.bbVDel0aN7 .zn9ZCQu7KL {
  min-height: 60px !important;
}

body.skjh8NfgXIA5.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7 .zn9ZCQu7KL,
body.skjh8NfgXIA5 .oNhUxVi5Vv.bbVDel0aN7 .zn9ZCQu7KL {
  min-height: 70px !important;
}

body.sWazMaUu0.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7 .zn9ZCQu7KL,
body.sWazMaUu0 .oNhUxVi5Vv.bbVDel0aN7 .zn9ZCQu7KL {
  min-height: 80px !important;
}

body.lOkLdmlGmsJM.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7 .zn9ZCQu7KL,
body.lOkLdmlGmsJM .oNhUxVi5Vv.bbVDel0aN7 .zn9ZCQu7KL {
  min-height: 100px !important;
}

/* Sticky Header Heights */
body.iigk7bHr70A #nQOJixuTVd.hQtwMCD8Y .zn9ZCQu7KL,
body.iigk7bHr70A .oNhUxVi5Vv.hQtwMCD8Y .zn9ZCQu7KL {
  min-height: 50px !important;
}

body.lZZIAQrCKUkV #nQOJixuTVd.hQtwMCD8Y .zn9ZCQu7KL,
body.lZZIAQrCKUkV .oNhUxVi5Vv.hQtwMCD8Y .zn9ZCQu7KL {
  min-height: 60px !important;
}

body.jYqN3wTgj #nQOJixuTVd.hQtwMCD8Y .zn9ZCQu7KL,
body.jYqN3wTgj .oNhUxVi5Vv.hQtwMCD8Y .zn9ZCQu7KL {
  min-height: 70px !important;
}

body.wHeLAjZoG #nQOJixuTVd.hQtwMCD8Y .zn9ZCQu7KL,
body.wHeLAjZoG .oNhUxVi5Vv.hQtwMCD8Y .zn9ZCQu7KL {
  min-height: 80px !important;
}

/* Sticky Header Heights for Minimal Style - with specific selectors */
body.iigk7bHr70A.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y .zn9ZCQu7KL,
body.iigk7bHr70A .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y .zn9ZCQu7KL {
  min-height: 50px !important;
}

body.lZZIAQrCKUkV.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y .zn9ZCQu7KL,
body.lZZIAQrCKUkV .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y .zn9ZCQu7KL {
  min-height: 60px !important;
}

body.jYqN3wTgj.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y .zn9ZCQu7KL,
body.jYqN3wTgj .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y .zn9ZCQu7KL {
  min-height: 70px !important;
}

body.wHeLAjZoG.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y .zn9ZCQu7KL,
body.wHeLAjZoG .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y .zn9ZCQu7KL {
  min-height: 80px !important;
}

/* Scrolled state heights (when sticky is active and scrolled) */
body.iigk7bHr70A #nQOJixuTVd.hQtwMCD8Y.vxOr19BfX .zn9ZCQu7KL,
body.iigk7bHr70A .oNhUxVi5Vv.hQtwMCD8Y.vxOr19BfX .zn9ZCQu7KL {
  min-height: 50px !important;
}

body.lZZIAQrCKUkV #nQOJixuTVd.hQtwMCD8Y.vxOr19BfX .zn9ZCQu7KL,
body.lZZIAQrCKUkV .oNhUxVi5Vv.hQtwMCD8Y.vxOr19BfX .zn9ZCQu7KL {
  min-height: 60px !important;
}

body.jYqN3wTgj #nQOJixuTVd.hQtwMCD8Y.vxOr19BfX .zn9ZCQu7KL,
body.jYqN3wTgj .oNhUxVi5Vv.hQtwMCD8Y.vxOr19BfX .zn9ZCQu7KL {
  min-height: 70px !important;
}

body.wHeLAjZoG #nQOJixuTVd.hQtwMCD8Y.vxOr19BfX .zn9ZCQu7KL,
body.wHeLAjZoG .oNhUxVi5Vv.hQtwMCD8Y.vxOr19BfX .zn9ZCQu7KL {
  min-height: 80px !important;
}

/* Scrolled state heights for Minimal Style - with specific selectors */
body.iigk7bHr70A.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y.vxOr19BfX .zn9ZCQu7KL,
body.iigk7bHr70A .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y.vxOr19BfX .zn9ZCQu7KL {
  min-height: 50px !important;
}

body.lZZIAQrCKUkV.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y.vxOr19BfX .zn9ZCQu7KL,
body.lZZIAQrCKUkV .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y.vxOr19BfX .zn9ZCQu7KL {
  min-height: 60px !important;
}

body.jYqN3wTgj.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y.vxOr19BfX .zn9ZCQu7KL,
body.jYqN3wTgj .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y.vxOr19BfX .zn9ZCQu7KL {
  min-height: 70px !important;
}

body.wHeLAjZoG.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y.vxOr19BfX .zn9ZCQu7KL,
body.wHeLAjZoG .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y.vxOr19BfX .zn9ZCQu7KL {
  min-height: 80px !important;
}

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

  /* Mobile Header Heights for Minimal Style - with specific selectors */
  body.gCkuxV3A.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7 .zn9ZCQu7KL,
  body.gCkuxV3A .oNhUxVi5Vv.bbVDel0aN7 .zn9ZCQu7KL {
    min-height: 50px !important;
  }

  body.skjh8NfgXIA5.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7 .zn9ZCQu7KL,
  body.skjh8NfgXIA5 .oNhUxVi5Vv.bbVDel0aN7 .zn9ZCQu7KL {
    min-height: 60px !important;
  }

  body.sWazMaUu0.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7 .zn9ZCQu7KL,
  body.sWazMaUu0 .oNhUxVi5Vv.bbVDel0aN7 .zn9ZCQu7KL {
    min-height: 65px !important;
  }

  body.lOkLdmlGmsJM.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7 .zn9ZCQu7KL,
  body.lOkLdmlGmsJM .oNhUxVi5Vv.bbVDel0aN7 .zn9ZCQu7KL {
    min-height: 70px !important;
  }

  /* Mobile Sticky Heights */
  body.iigk7bHr70A #nQOJixuTVd.hQtwMCD8Y .zn9ZCQu7KL,
  body.iigk7bHr70A .oNhUxVi5Vv.hQtwMCD8Y .zn9ZCQu7KL {
    min-height: 45px !important;
  }

  body.lZZIAQrCKUkV #nQOJixuTVd.hQtwMCD8Y .zn9ZCQu7KL,
  body.lZZIAQrCKUkV .oNhUxVi5Vv.hQtwMCD8Y .zn9ZCQu7KL {
    min-height: 50px !important;
  }

  body.jYqN3wTgj #nQOJixuTVd.hQtwMCD8Y .zn9ZCQu7KL,
  body.jYqN3wTgj .oNhUxVi5Vv.hQtwMCD8Y .zn9ZCQu7KL {
    min-height: 55px !important;
  }

  body.wHeLAjZoG #nQOJixuTVd.hQtwMCD8Y .zn9ZCQu7KL,
  body.wHeLAjZoG .oNhUxVi5Vv.hQtwMCD8Y .zn9ZCQu7KL {
    min-height: 60px !important;
  }

  /* Mobile Sticky Heights for Minimal Style - with specific selectors */
  body.iigk7bHr70A.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y .zn9ZCQu7KL,
  body.iigk7bHr70A .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y .zn9ZCQu7KL {
    min-height: 45px !important;
  }

  body.lZZIAQrCKUkV.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y .zn9ZCQu7KL,
  body.lZZIAQrCKUkV .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y .zn9ZCQu7KL {
    min-height: 50px !important;
  }

  body.jYqN3wTgj.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y .zn9ZCQu7KL,
  body.jYqN3wTgj .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y .zn9ZCQu7KL {
    min-height: 55px !important;
  }

  body.wHeLAjZoG.header-style-minimal .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y .zn9ZCQu7KL,
  body.wHeLAjZoG .oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y .zn9ZCQu7KL {
    min-height: 60px !important;
  }

  /* FIX: Prevent menu button from wrapping in sticky mode */
  #nQOJixuTVd.hQtwMCD8Y .zn9ZCQu7KL,
  .oNhUxVi5Vv.hQtwMCD8Y .zn9ZCQu7KL {
    flex-wrap: nowrap !important; /* Force elements to stay in one line */
  }

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

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

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

  #nQOJixuTVd.hQtwMCD8Y .sr9yf9RL9A,
  .oNhUxVi5Vv.hQtwMCD8Y .sr9yf9RL9A {
    flex-shrink: 0; /* Prevent button from shrinking */
    padding: 5px !important; /* Reduce padding in sticky mode */
    min-width: 35px !important;
    min-height: 35px !important;
  }

  #nQOJixuTVd.hQtwMCD8Y .sr9yf9RL9A .efuNRwZANk,
  .oNhUxVi5Vv.hQtwMCD8Y .sr9yf9RL9A .efuNRwZANk {
    width: 30px !important;
    height: 30px !important;
  }

  #nQOJixuTVd.hQtwMCD8Y .sr9yf9RL9A .ljAr3JGChe,
  .oNhUxVi5Vv.hQtwMCD8Y .sr9yf9RL9A .ljAr3JGChe {
    width: 30px !important;
    height: 30px !important;
  }

  #nQOJixuTVd.hQtwMCD8Y .sr9yf9RL9A .zktsV6YZp,
  .oNhUxVi5Vv.hQtwMCD8Y .sr9yf9RL9A .zktsV6YZp {
    width: 24px !important;
    margin: 3px 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

/* For sticky header - keep progress bar visible */
#nQOJixuTVd.hQtwMCD8Y .fDxSEKRaH,
.oNhUxVi5Vv.hQtwMCD8Y .fDxSEKRaH {
  position: absolute;
  bottom: 0;
}

/* Hide progress bar when header is hidden on scroll */
#nQOJixuTVd.hQtwMCD8Y.header-hidden .fDxSEKRaH,
.oNhUxVi5Vv.hQtwMCD8Y.header-hidden .fDxSEKRaH {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show progress bar when visible */
body.fei2q2rFS7f .fDxSEKRaH {
  display: block;
}

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

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

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

.cfFCXV4z.wOl9kKIpHepI {
  right: 0;
}

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

.tNbE5VW2ufNe.wOl9kKIpHepI {
  display: block;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iG0xXAwIZdNw .ktmYWOvM8 .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%);
}

.iG0xXAwIZdNw .ktmYWOvM8 .pNqddU4CCZq > a::after {
  transform: translateY(-50%) rotate(90deg);
}

.iG0xXAwIZdNw .pNqddU4CCZq > .ktmYWOvM8 {
  display: block;
}

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

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

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

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

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

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

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

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

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


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

  .sr9yf9RL9A {
    display: flex !important;
  }

  .cfFCXV4z {
    display: block;
  }

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

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

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

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

}

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



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

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

#nQOJixuTVd.hQtwMCD8Y.scrolled .pbLISp306E img,
.oNhUxVi5Vv.hQtwMCD8Y.scrolled .pbLISp306E img {
  max-height: 40px;
  transition: max-height 0.3s ease;
}

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

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


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

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

/* Контейнер внутри scrolled Minimal */
.oNhUxVi5Vv.bbVDel0aN7.hQtwMCD8Y.scrolled .zn9ZCQu7KL {
  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 */
#nQOJixuTVd.hQtwMCD8Y.header-hidden,
.oNhUxVi5Vv.hQtwMCD8Y.header-hidden {
  transform: translateY(-100%);
}

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

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

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

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

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

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

.vK41gitc6n5J.wOl9kKIpHepI {
  transform: translateX(0);
}

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

.vK41gitc6n5J .iT16Fq5cM0Ww {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

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

.tQ0gwIrqcVp.wOl9kKIpHepI {
  transform: translateX(0);
}

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

.tQ0gwIrqcVp .iT16Fq5cM0Ww {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

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

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

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

.wCTaeg1JzR0w .c8ydvQGpivJu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

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

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

.wCTaeg1JzR0w .iT16Fq5cM0Ww .hlsqZBViDg {
  min-width: 120px;
  text-align: center;
}

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

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

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

.wCTaeg1JzR0w.wOl9kKIpHepI .iG0xXAwIZdNw li {
  opacity: 1;
  transform: translateY(0);
}

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

.wCTaeg1JzR0w .iG0xXAwIZdNw 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;
}

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

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

.wCTaeg1JzR0w .iG0xXAwIZdNw 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 */
.o8aUDhaf {
  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;
}

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

/* Allow JavaScript to override positioning */
body.gCkuxV3A .o8aUDhaf {
  top: 60px;
  height: calc(100vh - 60px);
}
body.skjh8NfgXIA5 .o8aUDhaf {
  top: 70px;
  height: calc(100vh - 70px);
}
body.sWazMaUu0 .o8aUDhaf {
  top: 80px;
  height: calc(100vh - 80px);
}
body.lOkLdmlGmsJM .o8aUDhaf {
  top: 100px;
  height: calc(100vh - 100px);
}

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


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

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

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

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

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

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

.o8aUDhaf #lwsFvvu2T {
  margin: 0;
  padding: 0;
}

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

.o8aUDhaf.wOl9kKIpHepI .iG0xXAwIZdNw li {
  opacity: 1;
  transform: translateX(0);
}

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

.o8aUDhaf .iG0xXAwIZdNw 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;
}

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

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

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

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

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

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

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

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

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

.sLX6Ko4YS3 .cfFCXV4z:not(.sjwh-is-active) {
  opacity: 0;
}

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

.w64alTQTWQ .cfFCXV4z:not(.sjwh-is-active) {
  transform: scale(0.8);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .eE60SdVD {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dIdEVCGIN0 {
  margin-bottom: 10px;
}

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

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

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

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

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

.uCVNnYh9tAkW a:hover {
  opacity: 0.7;
}

.zd506kSFU .eE60SdVD {
  display: flex;
  gap: 15px;
  justify-content: center;
}

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

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

.pRnZtLFvA {
  font-weight: bold;
}

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

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

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

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

.lMIppBSDKG9u .xoaFqHAf,
.site-footer.lMIppBSDKG9u .xoaFqHAf {
  width: 100% !important;
}

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

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

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

.lMIppBSDKG9u .sZ3Tx3IK,
.site-footer.lMIppBSDKG9u .sZ3Tx3IK {
  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 */
.xoaFqHAf.x5P8YoQNE7C .hRLxDP3b9vt,
.site-footer.lMIppBSDKG9u .x5P8YoQNE7C .hRLxDP3b9vt {
  grid-template-columns: 1fr !important;
}

.xoaFqHAf.e8nIp9EzD .hRLxDP3b9vt,
.site-footer.lMIppBSDKG9u .e8nIp9EzD .hRLxDP3b9vt {
  grid-template-columns: repeat(2, 1fr) !important;
}

.xoaFqHAf.lUjpFkd0WTN .hRLxDP3b9vt,
.site-footer.lMIppBSDKG9u .lUjpFkd0WTN .hRLxDP3b9vt {
  grid-template-columns: repeat(3, 1fr) !important;
}

.xoaFqHAf.ss3Cia8KfaN .hRLxDP3b9vt,
.site-footer.lMIppBSDKG9u .ss3Cia8KfaN .hRLxDP3b9vt {
  grid-template-columns: repeat(4, 1fr) !important;
}

.xoaFqHAf.elFZamRTe6 .hRLxDP3b9vt,
.site-footer.lMIppBSDKG9u .elFZamRTe6 .hRLxDP3b9vt {
  grid-template-columns: repeat(5, 1fr) !important;
}

.xoaFqHAf.aB31dxes75L .hRLxDP3b9vt,
.site-footer.lMIppBSDKG9u .aB31dxes75L .hRLxDP3b9vt {
  grid-template-columns: repeat(6, 1fr) !important;
}

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

.lMIppBSDKG9u .sZ3Tx3IK li::marker,
.site-footer.lMIppBSDKG9u .sZ3Tx3IK li::marker {
  content: '' !important;
}

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

.lMIppBSDKG9u .sZ3Tx3IK a:hover,
.site-footer.lMIppBSDKG9u .sZ3Tx3IK a:hover {
  opacity: 0.7 !important;
}

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

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

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

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

.lMIppBSDKG9u .oCXGVJDoz,
.site-footer.lMIppBSDKG9u .oCXGVJDoz {
  margin-bottom: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lMIppBSDKG9u .lhE9G1JgX,
.site-footer.lMIppBSDKG9u .lhE9G1JgX {
  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;
}

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

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

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

.lMIppBSDKG9u .oCpTjO6Qtq1,
.site-footer.lMIppBSDKG9u .oCpTjO6Qtq1 {
  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;
}

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

.lMIppBSDKG9u .oCpTjO6Qtq1.rXEJJcGmre3N:hover,
.site-footer.lMIppBSDKG9u .oCpTjO6Qtq1.rXEJJcGmre3N:hover {
  background: #1877f2 !important;
}

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

.lMIppBSDKG9u .oCpTjO6Qtq1.s2DVd5RtWa:hover,
.site-footer.lMIppBSDKG9u .oCpTjO6Qtq1.s2DVd5RtWa:hover {
  background: #000000 !important;
}

.lMIppBSDKG9u .oCpTjO6Qtq1.wnY7ZvyL76z:hover,
.site-footer.lMIppBSDKG9u .oCpTjO6Qtq1.wnY7ZvyL76z:hover {
  background: #ff0000 !important;
}

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

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

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

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

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

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

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

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

  .lMIppBSDKG9u .e2vnLMzvrPA,
  .site-footer.lMIppBSDKG9u .e2vnLMzvrPA {
    text-align: center !important;
  }

  .lMIppBSDKG9u .gaT2l5J9,
  .site-footer.lMIppBSDKG9u .gaT2l5J9 {
    justify-content: center !important;
  }

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

  .lMIppBSDKG9u .vCct202R2s,
  .site-footer.lMIppBSDKG9u .vCct202R2s {
    justify-content: center !important;
  }

  /* Navigation columns responsive - reduce to 2 columns on tablet */
  .xoaFqHAf.lUjpFkd0WTN .hRLxDP3b9vt,
  .xoaFqHAf.ss3Cia8KfaN .hRLxDP3b9vt,
  .xoaFqHAf.elFZamRTe6 .hRLxDP3b9vt,
  .xoaFqHAf.aB31dxes75L .hRLxDP3b9vt,
  .site-footer.lMIppBSDKG9u .lUjpFkd0WTN .hRLxDP3b9vt,
  .site-footer.lMIppBSDKG9u .ss3Cia8KfaN .hRLxDP3b9vt,
  .site-footer.lMIppBSDKG9u .elFZamRTe6 .hRLxDP3b9vt,
  .site-footer.lMIppBSDKG9u .aB31dxes75L .hRLxDP3b9vt {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

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

  .lMIppBSDKG9u .sZ3Tx3IK,
  .site-footer.lMIppBSDKG9u .sZ3Tx3IK {
    gap: 10px !important;
  }


  /* Navigation columns mobile - all become single column */
  .xoaFqHAf.e8nIp9EzD .hRLxDP3b9vt,
  .xoaFqHAf.lUjpFkd0WTN .hRLxDP3b9vt,
  .xoaFqHAf.ss3Cia8KfaN .hRLxDP3b9vt,
  .xoaFqHAf.elFZamRTe6 .hRLxDP3b9vt,
  .xoaFqHAf.aB31dxes75L .hRLxDP3b9vt,
  .site-footer.lMIppBSDKG9u .e8nIp9EzD .hRLxDP3b9vt,
  .site-footer.lMIppBSDKG9u .lUjpFkd0WTN .hRLxDP3b9vt,
  .site-footer.lMIppBSDKG9u .ss3Cia8KfaN .hRLxDP3b9vt,
  .site-footer.lMIppBSDKG9u .elFZamRTe6 .hRLxDP3b9vt,
  .site-footer.lMIppBSDKG9u .aB31dxes75L .hRLxDP3b9vt {
    grid-template-columns: 1fr !important;
  }
}

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

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

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

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

.iantaTsvbcN .qcdJ7Cs1x,
.site-footer.iantaTsvbcN .qcdJ7Cs1x {
  margin-bottom: 10px !important;
}

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

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

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

.iantaTsvbcN .e1rhhUvZ,
.site-footer.iantaTsvbcN .e1rhhUvZ {
  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;
}

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

.iantaTsvbcN .e1rhhUvZ.rXEJJcGmre3N:hover,
.site-footer.iantaTsvbcN .e1rhhUvZ.rXEJJcGmre3N:hover {
  background: #1877f2 !important;
}

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

.iantaTsvbcN .e1rhhUvZ.s2DVd5RtWa:hover,
.site-footer.iantaTsvbcN .e1rhhUvZ.s2DVd5RtWa:hover {
  background: #000000 !important;
}

.iantaTsvbcN .e1rhhUvZ.wnY7ZvyL76z:hover,
.site-footer.iantaTsvbcN .e1rhhUvZ.wnY7ZvyL76z:hover {
  background: #ff0000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .iantaTsvbcN .xIEj8vgJY {
    gap: 8px !important;
  }
  
  .iantaTsvbcN .bDlcEqDlk {
    max-width: calc((100% - 40px) / 3) !important;
  }
  
  .iantaTsvbcN .w5VcLeoUBI {
    max-height: 50px !important;
  }
}

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

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

.iantaTsvbcN .b7XhI9EOQ,
.site-footer.iantaTsvbcN .b7XhI9EOQ {
  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;
}

.iantaTsvbcN .b7XhI9EOQ .oACRfIqU,
.site-footer.iantaTsvbcN .b7XhI9EOQ .oACRfIqU {
  justify-content: flex-end !important;
}

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

.iantaTsvbcN .bdSakI4imv4,
.site-footer.iantaTsvbcN .bdSakI4imv4 {
  display: flex !important;
  flex-direction: column !important;
}

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

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

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

.iantaTsvbcN .x7hplyDQ5o li::marker,
.site-footer.iantaTsvbcN .x7hplyDQ5o li::marker {
  content: '' !important;
}

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

.iantaTsvbcN .x7hplyDQ5o a:hover,
.site-footer.iantaTsvbcN .x7hplyDQ5o a:hover {
  opacity: 0.7 !important;
}

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

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

.iantaTsvbcN .dxbryMaH,
.site-footer.iantaTsvbcN .dxbryMaH {
  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) {
  .iantaTsvbcN .pwaCQeGhMX9,
  .site-footer.iantaTsvbcN .pwaCQeGhMX9 {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .iantaTsvbcN .iQ5LYv5lG,
  .site-footer.iantaTsvbcN .iQ5LYv5lG {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  
  .iantaTsvbcN .b7XhI9EOQ,
  .site-footer.iantaTsvbcN .b7XhI9EOQ {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
  }
  
  .iantaTsvbcN .vtcE155G {
    text-align: left !important;
  }
}

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

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

  .iantaTsvbcN .g0dlFo9QTh,
  .site-footer.iantaTsvbcN .g0dlFo9QTh {
    text-align: center !important;
    align-items: center !important;
  }

  .iantaTsvbcN .hXM5bDWTQqlm,
  .site-footer.iantaTsvbcN .hXM5bDWTQqlm {
    justify-content: center !important;
  }

  .iantaTsvbcN .dm3v5BES,
  .site-footer.iantaTsvbcN .dm3v5BES {
    justify-content: center !important;
  }

  .iantaTsvbcN .bdSakI4imv4,
  .site-footer.iantaTsvbcN .bdSakI4imv4 {
    align-items: center !important;
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

  .czw9rbl1R {
    justify-content: center;
  }
}

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

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

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

  /* Отключение всех focus стилей в боковом меню */
  .kpMGqrYlaKDz *:focus,
  .kpMGqrYlaKDz a:focus,
  .kpMGqrYlaKDz button:focus,
  .fCC85bP5E6 *:focus,
  .uM9B7sMNQLxJ a:focus,
  .i3RJFSqmVrDl a:focus,
  .vQ7Oajaa5Jt a:focus,
  .vQ7Oajaa5Jt button:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }

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

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

  .oNhUxVi5Vv.bbVDel0aN7 .sr9yf9RL9A:hover .ljAr3JGChe .nVXdggb62 {
    background: var(--color-primary-dark);
  }

  /* Когда меню открыто, меняем иконку */
  body.wXASsfrLR .oNhUxVi5Vv.bbVDel0aN7 .sr9yf9RL9A {
    background: transparent;
  }

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

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

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

.jX2Zpxas.lZO5ELWwmX8G {
  background-size: cover;
  background-position: center;
}

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

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

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

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

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

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

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

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

  .aFaOECHRf {
    height: 100vh;
  }
}

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

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

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

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

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

/* Hero Subtitle */
.yZcltY4F {
  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 */
.jX2Zpxas.aLrkcRZ1Rk .b7TbjqZ0W {
  text-align: left;
}

.jX2Zpxas.mFxssno9dei .b7TbjqZ0W {
  text-align: center;
}

.jX2Zpxas.mFxssno9dei .yZcltY4F {
  margin-left: auto;
  margin-right: auto;
}

.jX2Zpxas.wDDDJyH7f .b7TbjqZ0W {
  text-align: right;
}

.jX2Zpxas.wDDDJyH7f .yZcltY4F {
  margin-left: auto;
}

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

.bHxbdTpJC .kmCuTZ99G {
  display: none;
}

.uxj7hd2NmZ .kmCuTZ99G {
  background: rgba(0, 0, 0, 0.2);
}

.ooVs16WSV7a .kmCuTZ99G {
  background: rgba(0, 0, 0, 0.4);
}

.xKndJ5cSvYvk .kmCuTZ99G {
  background: rgba(0, 0, 0, 0.6);
}

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

.mDDle8mYl .pPs4Za3aIw {
  display: none;
}

.vRTKTDGxi9Hk .pPs4Za3aIw {
  background: rgba(0, 0, 0, 0.2);
}

.e9jusPEd .pPs4Za3aIw {
  background: rgba(0, 0, 0, 0.4);
}

.dfAe5xi8dsAD .pPs4Za3aIw {
  background: rgba(0, 0, 0, 0.6);
}

.xgReKinE9 .pPs4Za3aIw {
  background: rgba(0, 0, 0, 0.8);
}

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

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

.jX2Zpxas.mFxssno9dei .kY52WKXb0d1g {
  justify-content: center;
}

.jX2Zpxas.wDDDJyH7f .kY52WKXb0d1g {
  justify-content: flex-end;
}

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

.a4YJo9t1TeZJ {
  border-radius: 50px;
}

.ciU9gmCNXm {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

.dpi1gC9Hk .pgcvVfpV.czxnKReHLN:hover {
  background-color: var(--color-text-inverse, #ffffff);
  color: var(--color-primary);
  border-color: var(--color-text-inverse, #ffffff);
}

.dpi1gC9Hk .pgcvVfpV.lUoFYiXwUN0 {
  color: var(--color-text-inverse, #ffffff);
}

.dpi1gC9Hk .pgcvVfpV.lUoFYiXwUN0:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-text-inverse, #ffffff);
}

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

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

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

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

.iVrQTr7CL .j1QrwzqKu {
  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 */
.uZYIvycS {
  display: flex;
  align-items: stretch;
}

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

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

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

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

  .iVrQTr7CL .b7TbjqZ0W,
  .uZYIvycS .b7TbjqZ0W {
    padding: 40px 30px;
  }

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

@media (max-width: 768px) {
  .iVrQTr7CL .b7TbjqZ0W,
  .uZYIvycS .b7TbjqZ0W {
    padding: 30px 20px;
  }

  .iVrQTr7CL .j1QrwzqKu,
  .uZYIvycS .j1QrwzqKu {
    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.oJ719TI9oj .blk-ce50a093__link,
body.oJ719TI9oj div.blk-ce50a093 .blk-ce50a093__link,
body.oJ719TI9oj .hlsqZBViDg,
body.oJ719TI9oj .btn,
body.oJ719TI9oj .pgcvVfpV,
body.oJ719TI9oj .iT16Fq5cM0Ww .hlsqZBViDg,
body.oJ719TI9oj .vQ7Oajaa5Jt .hlsqZBViDg {
  border-radius: 6px !important;
}

/* PILL SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.vjRmLtKcG .blk-ce50a093__link,
body.vjRmLtKcG div.blk-ce50a093 .blk-ce50a093__link,
body.vjRmLtKcG .hlsqZBViDg,
body.vjRmLtKcG .btn,
body.vjRmLtKcG .pgcvVfpV,
body.vjRmLtKcG .iT16Fq5cM0Ww .hlsqZBViDg,
body.vjRmLtKcG .vQ7Oajaa5Jt .hlsqZBViDg {
  border-radius: 50px !important;
}

/* PILL SHAPE - extra padding for CTA buttons и HERO buttons */
body.vjRmLtKcG .hlsqZBViDg,
body.vjRmLtKcG .pgcvVfpV,
body.vjRmLtKcG .iT16Fq5cM0Ww .hlsqZBViDg,
body.vjRmLtKcG .vQ7Oajaa5Jt .hlsqZBViDg {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

/* SQUARE SHAPE - applies to ALL buttons (CTA + Gutenberg + Mobile + Sidebar) */
body.bxN93oEQquog .blk-ce50a093__link,
body.bxN93oEQquog div.blk-ce50a093 .blk-ce50a093__link,
body.bxN93oEQquog .hlsqZBViDg,
body.bxN93oEQquog .btn,
body.bxN93oEQquog .pgcvVfpV,
body.bxN93oEQquog .iT16Fq5cM0Ww .hlsqZBViDg,
body.bxN93oEQquog .vQ7Oajaa5Jt .hlsqZBViDg {
  border-radius: 0 !important;
}

/* ENSURE GLOBAL SHAPE WORKS EVERYWHERE - MAXIMUM SPECIFICITY */
body.oJ719TI9oj .oNhUxVi5Vv.hQtwMCD8Y .hlsqZBViDg,
body.oJ719TI9oj .eSBr7XLRWbL .hlsqZBViDg,
body.oJ719TI9oj .vn0UG9YgUD,
body.oJ719TI9oj .a4YJo9t1TeZJ,
body.oJ719TI9oj .ciU9gmCNXm {
  border-radius: 6px !important;
}

body.vjRmLtKcG .oNhUxVi5Vv.hQtwMCD8Y .hlsqZBViDg,
body.vjRmLtKcG .eSBr7XLRWbL .hlsqZBViDg,
body.vjRmLtKcG .vn0UG9YgUD,
body.vjRmLtKcG .a4YJo9t1TeZJ,
body.vjRmLtKcG .ciU9gmCNXm {
  border-radius: 50px !important;
}

/* PILL SHAPE - extra padding for all contexts (включая HERO) */
body.vjRmLtKcG .oNhUxVi5Vv.hQtwMCD8Y .hlsqZBViDg,
body.vjRmLtKcG .eSBr7XLRWbL .hlsqZBViDg,
body.vjRmLtKcG .pgcvVfpV {
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.bxN93oEQquog .oNhUxVi5Vv.hQtwMCD8Y .hlsqZBViDg,
body.bxN93oEQquog .eSBr7XLRWbL .hlsqZBViDg,
body.bxN93oEQquog .vn0UG9YgUD,
body.bxN93oEQquog .a4YJo9t1TeZJ,
body.bxN93oEQquog .ciU9gmCNXm {
  border-radius: 0 !important;
}

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

body.vjRmLtKcG.pWu1WBR5I .hlsqZBViDg,
body.vjRmLtKcG.lkx8kgImiU .hlsqZBViDg {
  border-radius: 50px !important;
  padding-left: var(--spacing-lg) !important;
  padding-right: var(--spacing-lg) !important;
}

body.bxN93oEQquog.pWu1WBR5I .hlsqZBViDg,
body.bxN93oEQquog.tK5hyk3Cp .hlsqZBViDg {
  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) {
  .g1iFfvdyYP2P {
    padding: 40px 20px;
  }

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

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

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

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

  .jX2Zpxas.aLrkcRZ1Rk .kY52WKXb0d1g {
    align-items: flex-start;
  }

  .jX2Zpxas.wDDDJyH7f .kY52WKXb0d1g {
    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;
  }

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

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

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

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

  .kY52WKXb0d1g {
    gap: 10px;
  }

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

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

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

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

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

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

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

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

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

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

.d5sA7Bfz3d,
.ri6PO8kGLtH,
.qyzUZxFX {
  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;
}

.d5sA7Bfz3d:hover,
.ri6PO8kGLtH:hover,
.qyzUZxFX:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

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

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

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

.ri6PO8kGLtH:disabled,
.qyzUZxFX:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

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

  .d5sA7Bfz3d,
  .ri6PO8kGLtH,
  .qyzUZxFX {
    width: 40px;
    height: 40px;
  }

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

  .ri6PO8kGLtH {
    left: 10px;
  }

  .qyzUZxFX {
    right: 10px;
  }

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

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

/* Content image styles when lightbox is enabled */
body.lightbox-enabled .cvPQRXLLIB img:hover,
body.lightbox-enabled .wMLnL8tvyJ 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.oJ719TI9oj .blk-ce50a093 .blk-ce50a093__link,
html body.oJ719TI9oj .hlsqZBViDg,
html body.oJ719TI9oj .btn,
html body.oJ719TI9oj .pgcvVfpV {
  border-radius: 6px !important;
}

html body.vjRmLtKcG .blk-ce50a093 .blk-ce50a093__link,
html body.vjRmLtKcG .hlsqZBViDg,
html body.vjRmLtKcG .btn,
html body.vjRmLtKcG .pgcvVfpV {
  border-radius: 50px !important;
}

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

html body.bxN93oEQquog .blk-ce50a093 .blk-ce50a093__link,
html body.bxN93oEQquog .hlsqZBViDg,
html body.bxN93oEQquog .btn,
html body.bxN93oEQquog .pgcvVfpV {
  border-radius: 0 !important;
}

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

/* ENSURE ALL BUTTONS HAVE CONSISTENT TRANSITIONS */
.yCSBPA1P,
.hlsqZBViDg,
.pgcvVfpV,
.blk-ce50a093__link,
.iT16Fq5cM0Ww .hlsqZBViDg,
.vQ7Oajaa5Jt .hlsqZBViDg {
  transition: all var(--transition-fast, 0.15s ease-in-out) !important;
}

/* UNIFIED HOVER EFFECTS - ALL BUTTON TYPES */
.yCSBPA1P:hover,
.qOY30b00:hover,
.xjqKBdN2Rl7:hover,
.hlsqZBViDg.sH33ICXgV0B:hover,
.hlsqZBViDg.kDnGXmZZ:hover,
.hlsqZBViDg.hmIb4eaz0YpG:hover,
.pgcvVfpV.ycuOoKmIUCvN:hover,
.pgcvVfpV.czxnKReHLN:hover,
.pgcvVfpV.lUoFYiXwUN0:hover,
.iT16Fq5cM0Ww .hlsqZBViDg:hover,
.vQ7Oajaa5Jt .hlsqZBViDg: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 */
.iVrQTr7CL {
  padding: 0;
  overflow: hidden;
  position: relative;
}

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

.jne6BbaFixfR,
.eDXdEl1ed5mV {
  flex: 0 0 50%;
  width: 50%;
}

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

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

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

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

.iVrQTr7CL .kY52WKXb0d1g {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

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

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

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

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

.uZYIvycS .jne6BbaFixfR,
.uZYIvycS .eDXdEl1ed5mV {
  flex: 0 0 50%;
  width: 50%;
}

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

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

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

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

.uZYIvycS .kY52WKXb0d1g {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

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

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

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

  .uZYIvycS .cMm8sO7omlN {
    max-width: 1320px;
  }
}

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

  .uZYIvycS .cMm8sO7omlN {
    max-width: 100%;
    padding: 0 20px;
  }
}

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

  .jne6BbaFixfR,
  .eDXdEl1ed5mV {
    width: 100%;
    flex: 0 0 auto;
  }

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

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

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

  .iVrQTr7CL .yZcltY4F {
    font-size: 1.1rem;
  }

  .iVrQTr7CL .kY52WKXb0d1g {
    justify-content: center;
  }

  .pAUIvaUHBRB .eDXdEl1ed5mV {
    display: none;
  }

  .uZYIvycS .cMm8sO7omlN {
    flex-direction: column;
    padding: 0;
  }

  .uZYIvycS .jne6BbaFixfR,
  .uZYIvycS .eDXdEl1ed5mV {
    width: 100%;
    flex: 0 0 auto;
  }

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

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

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

  .uZYIvycS .yZcltY4F {
    font-size: 1.1rem;
  }

  .uZYIvycS .kY52WKXb0d1g {
    justify-content: center;
  }

  .qEqckTooYw .eDXdEl1ed5mV {
    display: none;
  }
}

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

  .iVrQTr7CL .kY52WKXb0d1g {
    flex-direction: column;
    align-items: stretch;
  }

  .iVrQTr7CL .kY52WKXb0d1g .yCSBPA1P {
    text-align: center;
    min-width: 150px;
  }

  .uZYIvycS .jne6BbaFixfR {
    padding: 30px 15px;
  }

  .uZYIvycS .kY52WKXb0d1g {
    flex-direction: column;
    align-items: stretch;
  }

  .uZYIvycS .kY52WKXb0d1g .yCSBPA1P {
    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 .cvPQRXLLIB .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 .cvPQRXLLIB .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 */
.eqQGArX2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fNTAcmTTE .wNmO1KdvRhZ {
  flex: 1 1 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ===== LANGUAGE / GEO SWITCHER ===== */
.uIvf7VCTj {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.sw5jlo3hKO {
  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;
}
.sw5jlo3hKO:hover {
  background: rgba(0, 0, 0, 0.04);
}
.wGo5odQmO6Yf .sw5jlo3hKO {
  border-color: currentColor;
  opacity: 0.9;
}
.dWVedZqUvZ,
.lrhr9urqmC5r {
  font-size: 1.1em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.vfMjMMra {
  width: 28px;
  height: 20px;
  object-fit: cover;
  border-radius: 2px;
}
.kL0UrW898 {
  font-size: 0.7em;
  opacity: 0.8;
}
.tU82TNKrt {
  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;
}
.fr5PbpHqKQ {
  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;
}
.fr5PbpHqKQ:hover {
  background: var(--color-bg-secondary, #f8fafc);
}
.xl39ua2rriq {
  font-weight: 600;
  color: var(--color-primary, #2563eb);
}
.dGeaudKblzk {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm, 12px);
}
.zn9ZCQu7KL .uIvf7VCTj {
  margin-left: 0;
}
.nrzCq21g {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--color-footer-bg, #1a1a1a);
}
.nrzCq21g .sw5jlo3hKO {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--color-footer-text, #fff);
}
.nrzCq21g .tU82TNKrt {
  background: var(--color-bg-dark, #0f172a);
  border-color: rgba(255, 255, 255, 0.15);
}
.nrzCq21g .fr5PbpHqKQ {
  color: var(--color-footer-text, #fff);
}
.nrzCq21g .fr5PbpHqKQ:hover {
  background: rgba(255, 255, 255, 0.1);
}
.yEPdmolMl {
  padding: 12px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.yEPdmolMl .tU82TNKrt {
  position: static;
  margin-top: 8px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.yEPdmolMl .sjwh-lang-switcher-select[aria-expanded="true"] + .tU82TNKrt {
  display: block !important;
}
.yEPdmolMl .sjwh-lang-switcher-dropdown[hidden] {
  display: none !important;
}

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