.elementor-40 .elementor-element.elementor-element-2293818{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-2293818 *//* ── Betinia Header ── */
.site-header {
  background: linear-gradient(180deg,
    rgba(10,8,20,.97) 0%,
    rgba(14,10,28,.94) 50%,
    rgba(10,8,20,.97) 100%) !important;
  border-bottom: 1px solid rgba(139,92,246,.18) !important;
  box-shadow:
    0 1px 0 rgba(139,92,246,.12),
    0 8px 32px rgba(0,0,0,.55),
    0 24px 64px rgba(0,0,0,.35) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  width: 100% !important;
  backdrop-filter: blur(20px) saturate(1.4) !important;
}
/* тонкая фиолетовая линия сверху */
.site-header::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(139,92,246,.7) 30%,
    rgba(167,139,250,.9) 50%,
    rgba(139,92,246,.7) 70%,
    transparent 100%);
  pointer-events: none;
}
/* мягкое свечение снизу */
.site-header::after {
  content: "";
  position: absolute;
  left: 10%; right: 10%; bottom: -1px; height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(139,92,246,.25),
    transparent);
  pointer-events: none;
}

.site-header .site-header__inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  height: 72px !important;
  padding: 0 24px !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

/* ── LOGO ── */
.site-header__logo {
  flex-shrink: 0 !important;
  line-height: 0 !important;
}
.site-header__logo img {
  height: 48px !important;
  width: auto !important;
  display: block !important;
  max-width: 200px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 2px 12px rgba(139,92,246,.35)) !important;
  transition: filter .2s !important;
}
.site-header__logo:hover img {
  filter: drop-shadow(0 2px 18px rgba(167,139,250,.55)) !important;
}

/* ── NAV ── */
.site-header__nav {
  display: flex !important;
  align-items: center !important;
  gap: 2px !important;
  flex: 1 !important;
  margin: 0 14px !important;
}
.site-header__nav a {
  display: flex !important;
  align-items: center !important;
  height: 36px !important;
  padding: 0 11px !important;
  font-size: .7rem !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: rgba(200,190,230,.5) !important;
  border-radius: 7px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background: none !important;
  transition: color .2s, background .2s !important;
  position: relative !important;
}
.site-header__nav a::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 11px; right: 11px; height: 1px;
  background: linear-gradient(90deg, #8b5cf6, #a78bfa);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.site-header__nav a:hover {
  color: rgba(220,210,255,.92) !important;
  background: rgba(139,92,246,.08) !important;
}
.site-header__nav a:hover::after {
  transform: scaleX(1);
}

/* ── CTA ── */
.site-header__cta {
  flex-shrink: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 40px !important;
  padding: 0 22px !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg,
    #6d28d9 0%,
    #7c3aed 40%,
    #8b5cf6 70%,
    #a78bfa 100%) !important;
  box-shadow:
    0 4px 16px rgba(109,40,217,.45),
    0 1px 0 rgba(255,255,255,.12) inset !important;
  transition: all .2s !important;
  border: none !important;
  position: relative !important;
  overflow: hidden !important;
}
.site-header__cta::before {
  content: "";
  position: absolute;
  inset: -40% -60%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
  transform: translateX(-60%) rotate(12deg);
  transition: transform .5s ease;
  pointer-events: none;
}
.site-header__cta:hover {
  transform: translateY(-1px) !important;
  box-shadow:
    0 8px 24px rgba(109,40,217,.55),
    0 1px 0 rgba(255,255,255,.14) inset !important;
  color: #fff !important;
  text-decoration: none !important;
}
.site-header__cta:hover::before {
  transform: translateX(35%) rotate(12deg);
}

/* ── BURGER ── */
.site-header__burger {
  display: none !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px !important;
  width: 40px !important;
  height: 40px !important;
  flex-shrink: 0 !important;
  background: none !important;
  border: 1px solid rgba(139,92,246,.25) !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: border-color .2s !important;
}
.site-header__burger:hover {
  border-color: rgba(139,92,246,.5) !important;
}
.site-header__burger div {
  width: 15px !important;
  height: 1.5px !important;
  background: rgba(200,185,240,.75) !important;
  transition: transform .25s, opacity .2s !important;
}

/* ── MOBILE MENU ── */
.site-header__mobile {
  display: none;
  flex-direction: column;
  background: rgba(10,8,20,.99);
  border-top: 1px solid rgba(139,92,246,.12);
}
.site-header__mobile a {
  display: flex !important;
  align-items: center !important;
  padding: 13px 24px !important;
  font-size: .74rem !important;
  font-weight: 700 !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
  color: rgba(200,190,230,.55) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,.04) !important;
  background: none !important;
  transition: color .2s, background .2s, padding-left .2s !important;
}
.site-header__mobile a:hover {
  color: rgba(220,210,255,.92) !important;
  background: rgba(139,92,246,.06) !important;
  padding-left: 32px !important;
}
.site-header__mobile .site-header__cta {
  margin: 14px 24px !important;
  height: 46px !important;
  border-bottom: none !important;
  display: flex !important;
  justify-content: center !important;
  color: #fff !important;
  border-radius: 10px !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .site-header__nav { display: none !important; }
  .site-header .site-header__cta { display: none !important; }
  .site-header__burger { display: flex !important; }
}
@media (max-width: 480px) {
  .site-header .site-header__inner { padding: 0 16px !important; }
  .site-header__logo img { height: 40px !important; }
}/* End custom CSS */