/* Telemus AI design system (2026-05).
 * Canonical static-site layer for typography, dark surfaces, navigation,
 * cards, forms, footer and motion. Loaded after the legacy page CSS so
 * shared selectors render consistently across every static HTML page. */

/* UI + headings: Plus Jakarta Sans (single family reads cleaner on dense marketing copy). */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");

:root {
  --tx-font-sans: "Plus Jakarta Sans", "Nunito", ui-sans-serif, system-ui, sans-serif;
  /* Kept for any legacy var() use; headings no longer use a separate display face. */
  --tx-font-display: var(--tx-font-sans);
  --tx-accent: #94cf14;
  --tx-accent-bright: #c7ff4c;
  --tx-accent-dim: #5d820d;
  --tx-accent-soft: rgba(148, 207, 20, 0.15);
  --tx-bg: #05080a;
  --tx-bg-deep: #020405;
  --tx-bg-elev: #0d1316;
  --tx-bg-elev-2: #151c20;
  --tx-text: #eef3f4;
  --tx-text-muted: #9ba6aa;
  --tx-text-soft: rgba(238, 243, 244, 0.68);
  --tx-border: rgba(255, 255, 255, 0.08);
  --tx-border-strong: rgba(148, 207, 20, 0.35);
  --tx-border-glass: rgba(226, 244, 233, 0.12);
  --tx-panel: rgba(9, 14, 16, 0.82);
  --tx-panel-strong: rgba(7, 11, 13, 0.94);
  --tx-radius: 10px;
  --tx-radius-lg: 18px;
  --tx-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  --tx-shadow-glow: 0 0 0 1px rgba(148, 207, 20, 0.25),
                    0 14px 32px rgba(148, 207, 20, 0.10);
  --tx-ease: 220ms cubic-bezier(0.4, 0, 0.2, 1);
  --tx-header-height: 68px;
  --tx-header-gutter: clamp(12px, 1.6vw, 22px);
  --tx-header-link-size: clamp(13px, 0.32vw + 12px, 15px);
  --tx-header-mobile-overlay: rgba(5, 8, 10, 0.98);
  --tx-header-bg: rgba(8, 11, 12, 0.82);
  --tx-header-bg-scrolled: rgba(7, 10, 11, 0.94);
  --tx-header-link: #ffffff;
  --tx-header-link-muted: rgba(232, 235, 238, 0.85);
}

html { scroll-behavior: smooth; }

html {
  background: #050708 !important;
  overflow-x: hidden;
}

body {
  background:
    radial-gradient(circle at 12% -5%, rgba(148, 207, 20, 0.12), transparent 38%),
    radial-gradient(circle at 88% 105%, rgba(72, 105, 82, 0.18), transparent 46%),
    linear-gradient(180deg, #070b0d 0%, var(--tx-bg) 40%, var(--tx-bg-deep) 100%),
    var(--tx-bg) !important;
  color: var(--tx-text) !important;
  font-family: var(--tx-font-sans) !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

::selection { background: var(--tx-accent); color: var(--tx-bg); }

/* Scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--tx-bg); }
::-webkit-scrollbar-thumb { background: #232a30; border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: #2e373e; }

/* Typography — Jakarta for all headings (loads after css/style.css; neutral tracking) */
h1, h2, h3, h4, h5, h6 {
  color: var(--tx-text) !important;
  font-family: var(--tx-font-sans) !important;
  letter-spacing: 0 !important;
  font-variant-ligatures: none;
  font-kerning: normal;
  text-rendering: optimizeLegibility !important;
  text-wrap: balance;
}
h1 {
  font-weight: 700 !important;
  font-size: clamp(1.85rem, 3.6vw + 1.05rem, 3.1rem) !important;
  line-height: 1.28 !important;
}
h2 {
  font-weight: 600 !important;
  font-size: clamp(1.45rem, 2.75vw + 0.95rem, 2.4rem) !important;
  line-height: 1.34 !important;
}
h3 {
  font-weight: 600 !important;
  font-size: clamp(1.22rem, 2.1vw + 0.78rem, 1.9rem) !important;
  line-height: 1.4 !important;
}
h4, h5, h6 {
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.42 !important;
}
.block__title h3 { font-weight: 600 !important; }
.block__title h3 span {
  font-weight: 800 !important;
  letter-spacing: 0.035em !important;
}
p {
  color: var(--tx-text-muted);
  line-height: 1.68;
}

/* Home hero headline */
.top__wrapper-title h1 {
  font-family: var(--tx-font-sans) !important;
  font-size: clamp(2.35rem, 7.5vw + 1.1rem, 5.5rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.22 !important;
  text-transform: none !important;
  text-shadow:
    0 0 52px rgba(148, 207, 20, 0.32),
    0 2px 28px rgba(0, 0, 0, 0.55) !important;
}
.top__wrapper-title h1 span {
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  opacity: 0.96;
}
.top__wrapper-description h2 {
  font-family: var(--tx-font-sans) !important;
  font-size: clamp(1.12rem, 2.1vw + 0.72rem, 1.8rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.035em !important;
  line-height: 1.55 !important;
  text-transform: none !important;
  color: var(--tx-text-muted) !important;
}

.top__wrapper-description .typing {
  display: inline-block !important;
  position: relative;
  vertical-align: baseline;
  text-wrap: pretty;
  max-width: min(920px, 86vw) !important;
  min-height: 1.2em !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 6px auto 0 !important;
  background: transparent !important;
  color: var(--tx-text) !important;
  font-family: var(--tx-font-sans) !important;
  font-weight: 600 !important;
  font-size: clamp(1.9rem, 2.9vw + 0.9rem, 2.95rem) !important;
  line-height: 1.25 !important;
  text-align: center !important;
  white-space: normal !important;
  text-wrap: balance;
  overflow: visible;
  transform: translateY(0);
}

.top__wrapper-description .typing::after {
  content: "";
  display: inline-block !important;
  margin-left: 0.11ch !important;
  width: 0.095em !important;
  height: 0.9em !important;
  min-height: 0.9em !important;
  border-radius: 2px !important;
  background: var(--tx-accent) !important;
  position: static !important;
  transform: none !important;
  vertical-align: -0.06em;
  animation: blink 1s step-end infinite;
}

.top__wrapper-description .typing.is-complete::after,
.top__wrapper-description .typing.typing-done::after,
.top__wrapper-description .typing.finished::after {
  display: none !important;
}

.block__title h3,
.pages__head .block__title h2,
.pages__head .block__title h1 {
  font-family: var(--tx-font-sans) !important;
  font-size: clamp(1.85rem, 3.85vw + 0.82rem, 3.05rem) !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0.04em !important;
  line-height: 1.34 !important;
}
.block__title h3 span,
.pages__head .block__title h2 span,
.pages__head .block__title h1 span {
  font-weight: 800 !important;
  letter-spacing: 0.035em !important;
}

/* Promo / inset titles */
.newsletter__title {
  font-family: var(--tx-font-sans) !important;
  font-size: clamp(1.05rem, 1.6vw + 0.65rem, 1.45rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0.035em !important;
  line-height: 1.5 !important;
}
.newsletter__title span {
  font-family: var(--tx-font-sans) !important;
  font-weight: 800 !important;
  letter-spacing: 0.035em !important;
}

/* Rhythm — more air between stacked sections */
section {
  padding-top: clamp(32px, 5.5vw, 72px);
  padding-bottom: clamp(32px, 5.5vw, 72px);
}

/* Links */
a {
  border-bottom-color: rgba(148, 207, 20, 0.45) !important;
  transition: color var(--tx-ease), border-color var(--tx-ease);
}
a:hover {
  color: var(--tx-accent-bright) !important;
  border-bottom-color: var(--tx-accent-bright) !important;
}

/* Header shell: centralized topbar tokens for consistent static-site rendering. */
.header__top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  min-height: var(--tx-header-height);
  padding: 10px var(--tx-header-gutter);
  background: linear-gradient(
    to bottom,
    rgba(10, 13, 15, 0.18) 0%,
    var(--tx-header-bg) 50%,
    rgba(10, 13, 15, 0.06) 100%
  ) !important;
  backdrop-filter: blur(28px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(160%) !important;
  border-bottom: 0 !important;
  transition: all 450ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.header__top.scrolled {
  position: fixed !important;
  background: linear-gradient(
    to bottom,
    var(--tx-header-bg-scrolled) 0%,
    rgba(8, 11, 13, 0.72) 100%
  ) !important;
  border-bottom: 1px solid var(--tx-border) !important;
  backdrop-filter: blur(22px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(140%) !important;
  animation: headerFadeIn 450ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes headerFadeIn {
  from { transform: translateY(-100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.header__top .container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: var(--tx-header-gutter);
}

.header__logo {
  width: min(171px, 28vw);
  max-width: 171px;
  min-width: 128px;
  height: auto;
  display: flex;
  align-items: center;
  z-index: 2100;
}

.header__logo a {
  width: 100%;
  border: 0;
}

.header__logo img {
  width: 100%;
  height: auto;
  max-height: 43px;
}

/* Nav — Jakarta at 700 for primary links */
.header__menu nav {
  font-family: var(--tx-font-sans) !important;
  display: flex !important;
  align-items: center;
  width: 100%;
  flex: 1 1 auto;
  line-height: 1;
  gap: 4px;
}
.header__menu nav ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.02em;
  padding: 12px 0 8px !important;
  transition: color var(--tx-ease);
  line-height: 1.1;
}
.header__menu nav ul > li > a {
  color: var(--tx-header-link) !important;
  font-weight: 700 !important;
  text-transform: none !important;
  font-size: var(--tx-header-link-size) !important;
  letter-spacing: 0.012em !important;
  text-wrap: nowrap;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
  border-bottom: 0 !important;
}
.header__menu nav ul > li > a:hover,
.header__menu nav ul > li > a:focus-visible {
  color: var(--tx-accent-bright) !important;
  text-shadow: 0 1px 16px rgba(148, 207, 20, 0.22);
}
.header__menu nav ul > li > a:not([href^="javascript"])::after {
  content: "";
  position: absolute;
  left: 2px; right: 2px; bottom: 4px;
  height: 2px;
  background: var(--tx-accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--tx-ease);
  pointer-events: none;
}
.header__menu nav ul > li > a:not([href^="javascript"]):hover::after { transform: scaleX(1); }
/* Dropdown caret (desktop): cleaner, theme-aligned chevron that scales with font size.
 * Explicitly replace old image-based caret.
 */
.header__menu nav ul li.sub > a::after {
  content: "" !important;
  right: -2px !important;
  left: auto !important;
  width: 7px !important;
  height: 7px !important;
  top: 50% !important;
  transform-origin: center center;
  border-right: 2px solid var(--tx-accent) !important;
  border-bottom: 2px solid var(--tx-accent) !important;
  transform: translateY(-60%) rotate(45deg) !important;
  background: none !important;
  margin: 0 !important;
  opacity: 0.95 !important;
}

/* Submenu */
.header__menu nav ul li .submenu {
  border-radius: var(--tx-radius) !important;
  border-color: rgba(148, 207, 20, 0.32) !important;
  background: linear-gradient(
    170deg,
    rgba(18, 22, 26, 0.99),
    rgba(10, 13, 16, 0.98)
  ) !important;
  box-shadow: var(--tx-shadow);
  left: -20px !important;
  width: max-content !important;
  min-width: min(340px, 80vw) !important;
  max-width: min(420px, 85vw) !important;
  padding: 12px !important;
  transform: translate(0, 14px) !important;
  border: 1px solid rgba(148, 207, 20, 0.38) !important;
  outline: 1px solid rgba(255, 255, 255, 0.04);
  outline-offset: -1px;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  will-change: opacity, transform;
  transition: opacity var(--tx-ease), transform var(--tx-ease), visibility var(--tx-ease);
}
.header__menu nav ul li.open .submenu,
.header__menu nav ul li:hover .submenu,
.header__menu nav ul li:focus-within .submenu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0, 0) !important;
  pointer-events: auto;
}
.header__menu nav ul li .submenu li a {
  font-family: var(--tx-font-sans) !important;
  font-weight: 600 !important;
  font-size: 14.2px !important;
  line-height: 1.55 !important;
  border-radius: 8px !important;
  white-space: normal !important;
  padding: 11px 14px 11px 32px !important;
  transition: background var(--tx-ease), color var(--tx-ease), transform var(--tx-ease);
  color: var(--tx-text) !important;
  position: relative;
}

.header__menu nav ul li .submenu li a::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 8px;
  height: 2px;
  background: linear-gradient(90deg, var(--tx-accent), rgba(148, 207, 20, 0.2));
  transform: translateY(-50%);
  border-radius: 2px;
  opacity: 0.9;
}

.header__menu nav ul li .submenu li,
.header__menu nav ul li .submenu li:before,
.header__menu nav ul li .submenu li::marker {
  padding-left: 0 !important;
  content: none !important;
}

.header__menu nav ul li .submenu li:not(:last-child) {
  margin-bottom: 2px;
}
.header__menu nav ul li .submenu li a:hover {
  background: var(--tx-accent-soft) !important;
  color: var(--tx-accent-bright) !important;
  transform: translateX(2px);
}
.header__menu nav ul li .submenu li a:focus-visible {
  outline-offset: -1px;
}

.header__menu nav ul li.sub > a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding-right: 12px !important;
}

.header__menu nav ul li.sub.open > a::after,
.header__menu nav ul li.sub:focus-within > a::after {
  transform: translateY(-50%) rotate(-45deg) !important;
  opacity: 1;
  border-right-color: var(--tx-accent-bright);
  border-bottom-color: var(--tx-accent-bright);
}

.header__menu {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.burger-wrapper {
  display: none;
}

.burger {
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.header__menu nav ul {
  min-width: 0;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__menu .btn-active {
  margin-left: auto !important;
  margin-right: 0 !important;
  flex-shrink: 0;
  min-width: max-content;
  align-self: center;
  text-wrap: nowrap;
  text-transform: none !important;
  line-height: 1.2 !important;
  height: 36px !important;
  min-height: 36px !important;
  margin-bottom: 2px !important;
}

/* Buttons */
.btn-active {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  overflow: hidden;
  border-radius: 9px !important;
  letter-spacing: 0.06em;
  font-family: var(--tx-font-sans) !important;
  font-weight: 700 !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(0,0,0,0)), var(--tx-bg-elev) !important;
  margin: 0 0 0 16px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 20px !important;
  line-height: 1 !important;
  flex: 0 0 auto !important;
  transition: transform var(--tx-ease), box-shadow var(--tx-ease),
              border-color var(--tx-ease), background var(--tx-ease);
  border: 1px solid var(--tx-border) !important;
}
.btn-active:hover {
  transform: translateY(-2px);
  border-color: var(--tx-accent-bright) !important;
  background: linear-gradient(180deg, rgba(148,207,20,0.22), rgba(148,207,20,0.06)), var(--tx-bg-elev) !important;
  box-shadow: var(--tx-shadow-glow);
}
.btn-active:focus-visible {
  outline: 2px solid var(--tx-accent-bright);
  outline-offset: 3px;
}

@media (max-width: 1200px) {
  .header {
    position: relative;
  }

  .header__top {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .burger-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    margin-left: 6px;
  }

  .header__logo {
    width: clamp(122px, 34vw, 150px);
  }

  .header__top.scrolled {
    overflow: visible;
  }

  .header__menu nav ul li.sub:after,
  .header__menu nav ul li.sub::after {
    display: none !important;
  }

  .header__menu nav ul li.sub > a {
    width: 100% !important;
    padding-right: 48px !important;
  }

  .header__menu nav ul li.sub > a::after {
    right: 20px !important;
    top: 50% !important;
    width: 8px !important;
    height: 8px !important;
    border-right: 2px solid var(--tx-accent) !important;
    border-bottom: 2px solid var(--tx-accent) !important;
    background: none !important;
    margin: 0 !important;
    transform: translateY(-50%) rotate(45deg) !important;
    opacity: 0.8 !important;
    transition: transform var(--tx-ease), opacity var(--tx-ease) !important;
  }

  .header__menu nav ul li.sub.open > a::after {
    transform: translateY(-50%) rotate(-135deg) !important;
    opacity: 1 !important;
  }

  .header__menu nav ul li .submenu {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding-top: 6px !important;
    padding-bottom: 4px !important;
  }

  .header__menu nav ul li .submenu li a {
    border-radius: 0 !important;
    padding: 9px 16px 9px 20px !important;
    transform: none !important;
  }

  .header__menu nav ul li .submenu li a:hover {
    background: rgba(148, 207, 20, 0.14) !important;
  }

  .header__menu nav {
    position: fixed;
    right: -100% !important;
    width: min(420px, 100%) !important;
    top: 0;
    height: 100dvh;
    background: var(--tx-header-mobile-overlay) !important;
    padding-top: 66px !important;
    border-left: 1px solid var(--tx-border);
    box-shadow: -16px 0 32px rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .header__menu nav.active {
    right: 0 !important;
  }

  .header__menu nav ul {
    width: 100%;
    padding: 24px 0 0 0 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  .header__menu nav ul li {
    width: 100%;
    padding: 0 !important;
  }

  .header__menu nav ul li a {
    padding: 14px 28px !important;
    font-size: 16.5px !important;
    font-weight: 700 !important;
    width: 100% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
  }

  .header__menu .btn-active {
    margin-top: 12px !important;
    margin-right: 28px !important;
    margin-left: 28px !important;
    align-self: stretch !important;
    min-height: 44px !important;
    font-size: 15px !important;
  }

  .header__menu .submenu {
    width: 100% !important;
    transform: none !important;
    max-height: 0;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.15) !important;
  }

  .header__menu .sub.open .submenu {
    max-height: 1000px;
  }
}

/* Section heading underline → gradient */
.block__title h3:after,
.pages__head .block__title h2:after {
  height: 2px !important;
  width: 64px !important;
  background: linear-gradient(90deg, transparent, var(--tx-accent), transparent) !important;
}

/* Cards / panels — soft hover lift */
.bloghome__item,
.services__item,
.team__item,
.faq__item {
  border: 1px solid var(--tx-border);
  border-radius: var(--tx-radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(0,0,0,0)), var(--tx-bg-elev);
  transition: transform var(--tx-ease), box-shadow var(--tx-ease), border-color var(--tx-ease);
}
.bloghome__item:hover,
.services__item:hover,
.team__item:hover,
.faq__item:hover {
  transform: translateY(-4px);
  border-color: var(--tx-border-strong);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(148, 207, 20, 0.22);
}

/* FAQ accordion styling (FAQs page). */
#faq-accordion {
  margin-top: 10px !important;
  max-width: min(1020px, 100%);
}

#faq-accordion .ui-accordion-header {
  position: relative !important;
  background: linear-gradient(180deg, rgba(16, 20, 24, 0.95), rgba(15, 18, 22, 0.95)) !important;
  border: 1px solid #2e3b43 !important;
  color: #f4f6f8 !important;
  margin: 0 0 8px !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  padding: 16px 46px 16px 18px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.01em !important;
  font-size: 17px !important;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease,
              box-shadow 180ms ease !important;
  outline: 0 !important;
}

#faq-accordion .ui-accordion-header + div {
  margin-top: -7px !important;
}

#faq-accordion .ui-widget-content {
  border: 0 !important;
  background: transparent !important;
}

#faq-accordion .ui-accordion-content {
  background: rgba(16, 21, 24, 0.94) !important;
  color: #d5dde3 !important;
  border: 1px solid #2b3840 !important;
  border-radius: 0 0 10px 10px !important;
  margin-top: -6px !important;
  padding: 0 16px 16px !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
  letter-spacing: 0.01em !important;
}

#faq-accordion .ui-state-active,
#faq-accordion .ui-widget-content .ui-state-active,
#faq-accordion .ui-widget-header .ui-state-active,
#faq-accordion a.ui-button:active,
#faq-accordion .ui-button:active,
#faq-accordion .ui-button.ui-state-active:hover {
  color: #ffffff !important;
  border-color: #94cf14 !important;
  background: #1a2f16 !important;
  box-shadow: 0 0 0 1px rgba(148, 207, 20, 0.25) !important;
}

#faq-accordion .ui-accordion-header:hover,
#faq-accordion .ui-accordion-header:focus-visible,
#faq-accordion .ui-state-active {
  border-color: #94cf14 !important;
  background: #1a2f16 !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 1px rgba(148, 207, 20, 0.25), 0 8px 22px rgba(0, 0, 0, 0.25);
}

#faq-accordion .question,
#faq-accordion .ui-accordion-header {
  cursor: pointer;
}

#faq-accordion .ui-accordion-header::after {
  content: "+";
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: auto !important;
  height: auto !important;
  color: #94cf14 !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  transition: transform 180ms ease, color 180ms ease !important;
}

#faq-accordion .ui-accordion-header.ui-state-active::after {
  content: "−";
  transform: translateY(-50%) rotate(0deg) scale(1.1) !important;
}

#faq-accordion .ui-accordion-header .ui-icon {
  display: none !important;
}

/* Clients carousel tiles */
.clients__image {
  transition: box-shadow var(--tx-ease), transform var(--tx-ease);
}
.clients__image:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(148, 207, 20, 0.45) !important;
}

/* Forms */
.contact .form-input input,
.contact .form-textarea textarea {
  background: var(--tx-bg-elev) !important;
  color: var(--tx-text) !important;
  border: 1px solid var(--tx-border) !important;
  border-radius: 8px !important;
  transition: border-color var(--tx-ease), box-shadow var(--tx-ease);
}
.contact .form-input input:focus,
.contact .form-textarea textarea:focus {
  outline: none;
  border-color: var(--tx-accent-bright) !important;
  box-shadow: 0 0 0 3px rgba(148, 207, 20, 0.18);
}

/* Footer */
footer.black-bg {
  position: relative;
  border-top: 1px solid var(--tx-border);
  padding-top: 18px;
}

footer .footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 16px;
  padding: 34px 0 0 0;
  border-bottom: 1px solid var(--tx-border);
}

footer .footer__item {
  color: var(--tx-text-muted);
  width: 22%;
  min-width: 190px;
  flex: 1 1 190px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.01),
    rgba(255, 255, 255, 0)
  ) !important;
}

footer .footer__item:first-child {
  width: 34%;
  min-width: 250px;
}

footer .footer__item-title {
  font-family: var(--tx-font-sans) !important;
  color: var(--tx-text) !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  margin-bottom: 14px;
}

footer .footer__item a {
  color: var(--tx-text-muted) !important;
}

footer .footer__item a:hover,
footer .footer__item a:focus-visible {
  color: var(--tx-accent-bright) !important;
}

footer .footer__item-links {
  margin-top: 4px;
}

footer .footer__item-links ul li {
  margin: 0 0 10px 0;
}

footer .footer__item .footer__item-links ul li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

footer .footer__item .footer__item-links ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tx-accent);
  opacity: 0.75;
}

/* Footer policy links should remain visually consistent with sibling links. */
footer .footer a[href*="terms-of-use"],
footer .footer a[href*="terms-and-conditions"] {
  color: var(--tx-text-muted) !important;
  font-weight: inherit !important;
  text-shadow: none !important;
}

footer .footer a[href*="terms-of-use"]:hover,
footer .footer a[href*="terms-and-conditions"]:hover {
  color: var(--tx-accent-bright) !important;
}

footer .footer .footer-terms-link,
footer a.footer-terms-link {
  color: var(--tx-text-muted) !important;
  font-weight: inherit !important;
  text-shadow: none !important;
}

footer .footer .footer-terms-link:hover,
footer a.footer-terms-link:hover {
  color: var(--tx-accent-bright) !important;
}

/* No global green bottom-border underline in footer (theme applies border-bottom on all `a`). */
footer.black-bg a {
  border-bottom: none !important;
  text-decoration: none !important;
}

/* Hide left-edge hover bar from legacy footer link styles */
footer.black-bg .footer__item-links ul li a::before,
footer.black-bg .footer__item-links ul li a:hover::before {
  display: none !important;
  content: none !important;
}

footer .footer > div[style],
footer .footer .footer-legal {
  width: 100%;
  text-align: center;
  padding: 22px 0 20px;
  color: var(--tx-text-muted);
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

footer .footer > div[style] .copy,
footer .footer .footer-legal .copy {
  color: var(--tx-text);
  font-size: 14px;
  font-weight: 600;
}
footer .footer > div[style] a,
footer .footer .footer-legal a {
  color: var(--tx-accent) !important;
  font-weight: 700 !important;
  border-bottom: 1px solid transparent;
  transition: color var(--tx-ease), border-color var(--tx-ease);
}
footer .footer > div[style] a:hover,
footer .footer > div[style] a:focus-visible,
footer .footer .footer-legal a:hover,
footer .footer .footer-legal a:focus-visible {
  color: var(--tx-accent-bright) !important;
  border-bottom-color: var(--tx-accent-bright) !important;
}

@media (max-width: 1201px) {
  footer .footer {
    padding-top: 18px;
  }

  footer .footer__item {
    min-width: 100%;
    width: 100%;
    padding-top: 12px;
  }

  footer .footer__item:first-child {
    min-width: 100%;
    width: 100%;
  }

  footer .footer > div[style],
  footer .footer .footer-legal {
    text-align: left;
    padding-top: 24px;
  }
}

/* Focus rings for keyboard users */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--tx-accent-bright);
  outline-offset: 2px;
  border-radius: 4px;
}

/* Mobile nav — slightly more opaque, with blur */
@media (max-width: 1200px) {
  .header__menu .btn-active,
  .header__top.scrolled .btn-active {
    height: 30px !important;
    padding: 0 14px !important;
    margin-left: 10px !important;
    font-size: 12px !important;
  }

  .header__menu {
    gap: 4px;
  }
  .header__menu nav ul {
    padding: 45px 0 0 0;
    width: 100%;
  }
  .header__menu .btn-active,
  .header__top.scrolled .btn-active {
    margin-left: 10px !important;
    margin-right: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------------------------------------------------------------------------
 * Contact page (.contact--refresh)
 * Modern two-column layout: info card on the left, message form on the right.
 * Collapses to a single column under ~960px.
 * --------------------------------------------------------------------------- */

.contact--refresh { padding: 60px 0 90px; }

.contact--refresh .contact__lede {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}
.contact--refresh .contact__lede h1 {
  font-size: clamp(2rem, 5.2vw + 0.85rem, 3.35rem) !important;
  font-weight: 700 !important;
  font-family: var(--tx-font-sans) !important;
  margin-bottom: 16px;
  letter-spacing: 0.035em !important;
  line-height: 1.26 !important;
  text-transform: none !important;
  text-rendering: optimizeLegibility !important;
}
.contact--refresh .contact__lede p {
  color: var(--tx-text-muted);
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 0;
}

.contact--refresh .contact__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.3fr);
  gap: 32px;
  align-items: start;
}
@media (max-width: 960px) {
  .contact--refresh .contact__grid { grid-template-columns: 1fr; }
}

.contact--refresh .contact__panel,
.contact--refresh .contact__form-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0)),
              var(--tx-bg-elev);
  border: 1px solid var(--tx-border);
  border-radius: 14px;
  padding: 32px 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.contact--refresh .contact__panel { position: relative; }
@media (min-width: 1100px) {
  .contact--refresh .contact__panel { position: sticky; top: 110px; }
}

.contact--refresh .contact__panel-title { margin-bottom: 24px; }
.contact--refresh .contact__panel-title h3 {
  margin-bottom: 8px;
  font-size: clamp(1.35rem, 2.4vw + 0.75rem, 1.85rem) !important;
  font-family: var(--tx-font-sans) !important;
  font-weight: 600 !important;
  letter-spacing: 0.035em !important;
  line-height: 1.38 !important;
  text-transform: none;
}
.contact--refresh .contact__panel-title h3 span {
  color: var(--tx-accent);
  font-weight: 800 !important;
  letter-spacing: 0.03em !important;
}
.contact--refresh .contact__form-hint {
  color: var(--tx-text-muted);
  font-size: 14px;
  margin-bottom: 0;
}

/* Info list */
.contact--refresh .contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.contact--refresh .contact__list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--tx-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.015);
  transition: border-color var(--tx-ease), background var(--tx-ease),
              transform var(--tx-ease);
}
.contact--refresh .contact__list li::before { content: none; }
.contact--refresh .contact__list li:hover {
  border-color: var(--tx-border-strong);
  background: rgba(148, 207, 20, 0.06);
  transform: translateY(-1px);
}
.contact--refresh .contact__icon {
  grid-row: 1 / span 2;
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px;
  background: var(--tx-accent-soft);
  border: 1px solid rgba(148, 207, 20, 0.25);
}
.contact--refresh .contact__icon img {
  width: 20px; height: 20px;
  filter: brightness(0) saturate(100%)
          invert(72%) sepia(76%) saturate(489%)
          hue-rotate(33deg) brightness(98%) contrast(96%);
}
.contact--refresh .contact__label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tx-text-muted);
  font-weight: 600;
}
.contact--refresh .contact__value {
  color: var(--tx-text) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  border-bottom: 0 !important;
  word-break: break-word;
}
.contact--refresh a.contact__value:hover {
  color: var(--tx-accent-bright) !important;
}

.contact--refresh .contact__hours {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px dashed var(--tx-border);
}
.contact--refresh .contact__hours .contact__label { display: block; margin-bottom: 6px; }
.contact--refresh .contact__hours p {
  margin-bottom: 0;
  color: var(--tx-text);
  font-size: 15px;
}

/* Form */
.contact--refresh .contact__form { display: grid; gap: 16px; }
.contact--refresh .contact__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 540px) {
  .contact--refresh .contact__form-row { grid-template-columns: 1fr; }
}

.contact--refresh .contact__form label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tx-text-muted);
}
.contact--refresh .contact__form input[type="text"],
.contact--refresh .contact__form input[type="email"],
.contact--refresh .contact__form textarea {
  width: 100%;
  padding: 12px 14px;
  background: var(--tx-bg) !important;
  color: var(--tx-text) !important;
  border: 1px solid var(--tx-border) !important;
  border-radius: 10px !important;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.45;
  transition: border-color var(--tx-ease), box-shadow var(--tx-ease),
              background var(--tx-ease);
}
.contact--refresh .contact__form input::placeholder,
.contact--refresh .contact__form textarea::placeholder {
  color: rgba(154, 163, 171, 0.65);
}
.contact--refresh .contact__form input:hover,
.contact--refresh .contact__form textarea:hover {
  border-color: rgba(255, 255, 255, 0.14) !important;
}
.contact--refresh .contact__form input:focus,
.contact--refresh .contact__form textarea:focus {
  outline: none;
  border-color: var(--tx-accent-bright) !important;
  box-shadow: 0 0 0 3px rgba(148, 207, 20, 0.18) !important;
  background: var(--tx-bg-elev-2) !important;
}
.contact--refresh .contact__form textarea {
  resize: vertical;
  min-height: 140px;
}

.contact--refresh .contact__form-consent {
  display: flex; align-items: flex-start; gap: 10px;
  margin: 4px 0 6px;
  font-size: 13px;
  color: var(--tx-text-muted);
}
.contact--refresh .contact__form-consent input[type="checkbox"] {
  margin-top: 3px;
  accent-color: var(--tx-accent);
}
.contact--refresh .contact__form-consent label {
  margin-bottom: 0;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--tx-text-muted);
}
.contact--refresh .contact__form-consent a {
  color: var(--tx-accent) !important;
  border-bottom: 1px solid rgba(148, 207, 20, 0.4) !important;
}

.contact--refresh .contact__form-submit {
  width: 100%;
  justify-content: center;
  height: 48px !important;
  margin-top: 4px;
}
.contact--refresh .contact__form-submit input[type="submit"] {
  width: 100%;
  height: 100%;
  background: transparent;
  color: inherit;
  border: 0;
  font-family: var(--tx-font-sans) !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase;
  cursor: pointer;
}

/* ---------------------------------------------------------------------------
 * Site polish pass: one shared visual shell for the static marketing pages.
 * These rules intentionally sit last so legacy inline CSS can stay in place
 * while the shared shell controls the rendered header, dropdown, FAQ, footer
 * and hero rhythm consistently across pages.
 * --------------------------------------------------------------------------- */

body.site-shell-ready {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% -8%, rgba(148, 207, 20, 0.13), transparent 36%),
    linear-gradient(180deg, #090d0e 0%, #070a0b 58%, #050708 100%) !important;
}

body.site-shell-ready .header__top {
  min-height: 70px !important;
  padding: 12px clamp(18px, 3.2vw, 44px) !important;
  background:
    linear-gradient(180deg, rgba(4, 7, 8, 0.998), rgba(4, 7, 8, 0.988)) !important;
  border-bottom: 1px solid rgba(148, 207, 20, 0.18) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.055), 0 18px 42px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(14px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(120%) !important;
}

body.site-shell-ready .header__top.scrolled {
  background:
    linear-gradient(180deg, rgba(4, 7, 8, 1), rgba(4, 7, 8, 0.992)) !important;
  box-shadow: 0 1px 0 rgba(148, 207, 20, 0.18), 0 18px 42px rgba(0, 0, 0, 0.38);
}

body.site-shell-ready .header__top > .container,
body.site-shell-ready .header__top .container {
  max-width: 1360px !important;
  min-height: 46px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.site-shell-ready .header__logo {
  width: clamp(150px, 13vw, 176px) !important;
  min-width: 148px !important;
}

body.site-shell-ready .header__menu {
  gap: clamp(12px, 1.5vw, 22px) !important;
}

body.site-shell-ready .header__menu nav {
  justify-content: flex-end;
}

body.site-shell-ready .header__menu nav ul {
  gap: clamp(16px, 2vw, 30px) !important;
  padding-right: clamp(12px, 1.6vw, 24px) !important;
}

body.site-shell-ready .header__menu nav ul > li > a {
  padding: 10px 0 !important;
  color: rgba(245, 248, 249, 0.9) !important;
  font-size: var(--tx-header-link-size) !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-shadow: none !important;
}

body.site-shell-ready .header__menu nav ul > li > a::after {
  bottom: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, var(--tx-accent), rgba(184, 242, 58, 0.15)) !important;
}

body.site-shell-ready .header__menu nav ul > li > a.is-active {
  color: #ffffff !important;
}

body.site-shell-ready .header__menu nav ul > li > a.is-active::after {
  transform: scaleX(1) !important;
}

body.site-shell-ready .header__menu nav ul li.sub > a {
  padding-right: 16px !important;
  gap: 7px !important;
}

body.site-shell-ready .header__menu nav ul li.sub > a::after {
  right: 0 !important;
  width: 6px !important;
  height: 6px !important;
  border-width: 1.8px !important;
}

body.site-shell-ready .header__menu .btn-active {
  height: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  border-radius: 8px !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0)),
    rgba(17, 22, 26, 0.86) !important;
  color: #f8faf9 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.site-shell-ready .header__menu .btn-active:hover {
  transform: translateY(-1px);
  border-color: rgba(184, 242, 58, 0.55) !important;
  background:
    linear-gradient(180deg, rgba(148, 207, 20, 0.22), rgba(148, 207, 20, 0.06)),
    rgba(18, 26, 22, 0.96) !important;
}

body.site-shell-ready .header__menu nav ul li .submenu {
  left: 50% !important;
  width: min(520px, calc(100vw - 48px)) !important;
  min-width: min(420px, calc(100vw - 48px)) !important;
  max-width: min(520px, calc(100vw - 48px)) !important;
  padding: 8px !important;
  border-radius: 8px !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
  background:
    linear-gradient(180deg, rgba(17, 22, 24, 0.99), rgba(8, 12, 13, 0.99)) !important;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(148, 207, 20, 0.10);
  transform: translate(-50%, 12px) !important;
}

body.site-shell-ready .header__menu nav ul li.open .submenu,
body.site-shell-ready .header__menu nav ul li:hover .submenu,
body.site-shell-ready .header__menu nav ul li:focus-within .submenu {
  transform: translate(-50%, 0) !important;
}

body.site-shell-ready .header__menu nav ul li .submenu li a {
  min-height: 44px;
  padding: 10px 12px !important;
  border-radius: 6px !important;
  color: rgba(232, 235, 238, 0.88) !important;
  font-size: 13.5px !important;
  font-weight: 560 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

body.site-shell-ready .header__menu nav ul li .submenu li a::before {
  display: none !important;
}

body.site-shell-ready .header__menu nav ul li .submenu li a:hover,
body.site-shell-ready .header__menu nav ul li .submenu li a:focus-visible {
  color: #ffffff !important;
  background: rgba(148, 207, 20, 0.10) !important;
  transform: none !important;
}

body.site-shell-ready .top__wrapper {
  min-height: 710px;
  height: 78vh;
  padding: 110px 18px 72px;
}

body.site-shell-ready .top__wrapper-title {
  padding-top: 0 !important;
}

body.site-shell-ready .top__wrapper-title h1 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px !important;
  font-size: clamp(3rem, 6.5vw, 6.2rem) !important;
  line-height: 1.06 !important;
}

body.site-shell-ready .top__wrapper-description {
  padding-top: 0 !important;
}

body.site-shell-ready .top__wrapper-description .typing {
  display: inline !important;
  font-size: clamp(1.55rem, 2.3vw, 2.4rem) !important;
  line-height: 1.24 !important;
  font-weight: 650 !important;
}

body.site-shell-ready .home-overview {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 112px) 0 clamp(76px, 9vw, 122px) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(5, 8, 9, 0.76), rgba(8, 12, 13, 0.96)),
    radial-gradient(circle at 82% 20%, rgba(148, 207, 20, 0.10), transparent 34%) !important;
}

body.site-shell-ready .home-overview .container {
  max-width: 1180px;
}

body.site-shell-ready .home-overview__intro {
  max-width: 790px;
  margin-bottom: clamp(32px, 5vw, 56px);
}

body.site-shell-ready .home-overview__eyebrow {
  margin-bottom: 12px;
  color: var(--tx-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.site-shell-ready .home-overview__intro h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.1rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.site-shell-ready .home-overview__intro p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(218, 225, 227, 0.74);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.7;
}

body.site-shell-ready .home-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

body.site-shell-ready .home-overview__item {
  min-height: 250px;
  padding: clamp(24px, 3vw, 34px);
  background:
    linear-gradient(180deg, rgba(16, 21, 23, 0.94), rgba(9, 13, 14, 0.94));
}

body.site-shell-ready .home-overview__item span {
  display: inline-flex;
  margin-bottom: 42px;
  color: rgba(148, 207, 20, 0.9);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.site-shell-ready .home-overview__item h3 {
  margin-bottom: 10px;
  color: #f4f7f5 !important;
  font-size: clamp(1.35rem, 2vw, 1.9rem) !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

body.site-shell-ready .home-overview__item p {
  margin-bottom: 0;
  color: rgba(211, 219, 222, 0.72);
  font-size: 15.5px;
  line-height: 1.65;
}

body.site-shell-ready footer.black-bg {
  background:
    linear-gradient(180deg, rgba(6, 9, 10, 0.3), rgba(4, 6, 7, 1)) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: clamp(28px, 4vw, 56px);
}

body.site-shell-ready footer .footer {
  display: grid !important;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(170px, 1fr));
  gap: clamp(26px, 4vw, 58px) !important;
  border-bottom: 0 !important;
  padding: 0 0 12px !important;
}

body.site-shell-ready footer .footer__item,
body.site-shell-ready footer .footer__item:first-child {
  width: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.site-shell-ready footer .footer__item-title {
  margin-bottom: 18px;
  color: #f5f8f6 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}

body.site-shell-ready footer .footer__item-links ul,
body.site-shell-ready footer .footer__item-links li {
  margin: 0 !important;
  padding: 0 !important;
}

body.site-shell-ready footer .footer__item-links li + li {
  margin-top: 10px !important;
}

body.site-shell-ready footer .footer__item a {
  color: rgba(210, 217, 220, 0.74) !important;
  font-size: 15px;
}

body.site-shell-ready footer .footer__item-links a[href*="terms-of-use"],
body.site-shell-ready footer .footer__item-links a[href*="terms-and-conditions"],
body.site-shell-ready footer .footer__item-links .footer-terms-link {
  color: rgba(210, 217, 220, 0.74) !important;
  font-weight: inherit !important;
  text-shadow: none !important;
}

body.site-shell-ready footer .footer-legal a[href*="terms-of-use"],
body.site-shell-ready footer .footer-legal a[href*="terms-and-conditions"],
body.site-shell-ready footer .footer-legal .footer-terms-link {
  color: rgba(210, 217, 220, 0.74) !important;
  font-weight: inherit !important;
  text-shadow: none !important;
}

body.site-shell-ready footer .footer > div[style],
body.site-shell-ready footer .footer .footer-legal {
  grid-column: 1 / -1;
  justify-content: space-between;
  margin-top: 18px;
  padding: 22px 0 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

body.nothome.site-shell-ready .content__body.page {
  min-height: 0;
  padding-top: clamp(122px, 12vw, 164px) !important;
  padding-bottom: clamp(44px, 6vw, 72px) !important;
}

body.nothome.site-shell-ready .page__body {
  max-width: 980px;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.nothome.site-shell-ready .page__title h1 {
  margin-bottom: 22px !important;
  font-size: clamp(2.1rem, 4vw, 3.8rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.site-shell-ready #faq-accordion {
  max-width: 100% !important;
  margin-top: 20px !important;
  display: grid;
  gap: 10px;
}

body.site-shell-ready #faq-accordion .ui-accordion-header {
  margin: 0 !important;
  padding: 18px 54px 18px 20px !important;
  border-radius: 8px !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
  background: rgba(13, 17, 19, 0.82) !important;
  color: #f2f5f5 !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
}

body.site-shell-ready #faq-accordion .ui-accordion-header:hover,
body.site-shell-ready #faq-accordion .ui-accordion-header:focus-visible,
body.site-shell-ready #faq-accordion .ui-state-active {
  border-color: rgba(148, 207, 20, 0.55) !important;
  background: rgba(22, 32, 22, 0.92) !important;
}

body.site-shell-ready #faq-accordion .ui-accordion-content {
  margin: -4px 0 2px !important;
  padding: 18px 20px 20px !important;
  border-color: rgba(255, 255, 255, 0.09) !important;
  border-radius: 0 0 8px 8px !important;
  background: rgba(8, 12, 13, 0.72) !important;
  color: rgba(221, 228, 231, 0.84) !important;
  font-size: 15.5px !important;
}

body.site-shell-ready .newsletter {
  padding: clamp(56px, 8vw, 96px) 0 !important;
  background:
    linear-gradient(180deg, rgba(6, 9, 10, 0), rgba(8, 12, 10, 0.68)) !important;
}

body.site-shell-ready .newsletter__title {
  margin-bottom: 32px !important;
  color: var(--tx-accent) !important;
  letter-spacing: 0 !important;
}

body.site-shell-ready .newsletter__title span {
  color: #f4f7f5 !important;
  letter-spacing: 0 !important;
}

body.site-shell-ready .newsletter__form .dflex {
  gap: 16px;
  margin: 0 !important;
}

body.site-shell-ready .newsletter__form .form-item {
  width: min(300px, 100%) !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.site-shell-ready .newsletter__form .form-item:last-child {
  width: min(300px, 100%) !important;
}

@media (max-width: 1200px) {
  body.site-shell-ready .header__top {
    min-height: 64px !important;
    padding: 8px 18px !important;
  }

  body.site-shell-ready .header__menu nav {
    background: rgba(5, 8, 9, 0.985) !important;
  }

  body.site-shell-ready .header__menu nav ul {
    gap: 0 !important;
    padding-right: 0 !important;
  }

  body.site-shell-ready .header__menu nav ul li .submenu {
    left: auto !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    box-shadow: none !important;
  }

  body.site-shell-ready .header__menu .btn-active {
    height: 34px !important;
    min-height: 34px !important;
    margin-left: 8px !important;
  }

  body.site-shell-ready footer .footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  body.site-shell-ready .header__top .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.site-shell-ready .header__logo {
    width: clamp(128px, 40vw, 150px) !important;
    min-width: 128px !important;
  }

  body.site-shell-ready .header__menu {
    width: auto !important;
    flex: 0 0 auto !important;
    gap: 8px !important;
  }

  body.site-shell-ready .header__menu nav {
    width: min(360px, 100vw) !important;
    max-width: 100vw !important;
  }

  body.site-shell-ready .burger-wrapper {
    position: relative !important;
    right: auto !important;
    width: 42px !important;
    height: 42px !important;
    margin-left: 0 !important;
    flex: 0 0 42px !important;
  }

  body.site-shell-ready .burger {
    width: 34px !important;
    height: 34px !important;
  }

  body.site-shell-ready .header__menu .btn-active {
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 11px !important;
    font-size: 12px !important;
  }

  body.site-shell-ready .top__wrapper {
    min-height: 640px;
    height: auto;
    padding-top: 104px;
    padding-left: 18px;
    padding-right: 18px;
  }

  body.site-shell-ready .top__wrapper-title h1 {
    max-width: min(335px, 100%);
    font-size: clamp(2rem, 8vw, 2.6rem) !important;
    overflow-wrap: normal;
  }

  body.site-shell-ready .top__wrapper-description .typing {
    max-width: calc(100vw - 36px) !important;
    font-size: clamp(1.25rem, 6vw, 1.75rem) !important;
  }

  body.nothome.site-shell-ready .page__body,
  body.site-shell-ready #faq-accordion {
    width: min(360px, 100%) !important;
    max-width: min(360px, calc(100vw - 30px)) !important;
    min-width: 0 !important;
  }

  #faq-accordion .ui-accordion-header,
  body.site-shell-ready #faq-accordion .ui-accordion-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word;
    text-wrap: wrap !important;
    padding: 16px 44px 16px 16px !important;
    background: rgba(11, 15, 17, 0.94) !important;
    color: #f2f5f5 !important;
    font-size: 14.8px !important;
    line-height: 1.38 !important;
  }

  #faq-accordion .ui-accordion-header::after,
  body.site-shell-ready #faq-accordion .ui-accordion-header::after {
    position: static !important;
    flex: 0 0 auto;
    transform: none !important;
    margin-left: auto;
  }

  body.site-shell-ready .home-overview__grid {
    grid-template-columns: 1fr;
  }

  body.site-shell-ready .home-overview__item {
    min-height: 0;
  }

  body.site-shell-ready .home-overview__item span {
    margin-bottom: 24px;
  }

  body.site-shell-ready footer .footer {
    grid-template-columns: 1fr;
  }

  body.site-shell-ready footer .footer > div[style],
  body.site-shell-ready footer .footer .footer-legal {
    justify-content: flex-start;
  }
}

/* ---------------------------------------------------------------------------
 * Canonical topbar shell.
 * This intentionally targets the shared header classes directly, not just
 * body.site-shell-ready, because the legacy pages include different embedded
 * header CSS and body classes. Keeping this final layer plain and fixed makes
 * the topbar render identically on the homepage and every interior page.
 * --------------------------------------------------------------------------- */

:root {
  --tx-header-height: 74px;
}

.header__top,
body.site-shell-ready .header__top,
body.site-shell-ready .header__top.scrolled {
  position: fixed !important;
  top: clamp(10px, 1.4vw, 18px) !important;
  left: 50% !important;
  right: auto !important;
  width: min(1320px, calc(100% - clamp(24px, 4vw, 56px))) !important;
  min-height: var(--tx-header-height) !important;
  padding: 0 !important;
  border: 1px solid rgba(226, 244, 233, 0.14) !important;
  border-bottom-color: rgba(148, 207, 20, 0.20) !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 16% 0%, rgba(199, 255, 76, 0.13), transparent 32%),
    linear-gradient(180deg, rgba(13, 20, 22, 0.78), rgba(5, 8, 9, 0.62)) !important;
  box-shadow:
    0 22px 68px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(148, 207, 20, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.095),
    inset 0 -1px 0 rgba(0, 0, 0, 0.34) !important;
  backdrop-filter: blur(26px) saturate(165%) !important;
  -webkit-backdrop-filter: blur(26px) saturate(165%) !important;
  transform: translateX(-50%) !important;
  animation: none !important;
  overflow: visible !important;
  z-index: 10000 !important;
}

.header__top > .container,
.header__top .container,
body.site-shell-ready .header__top > .container,
body.site-shell-ready .header__top .container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(18px, 2.4vw, 34px) !important;
  width: 100% !important;
  max-width: none !important;
  min-height: var(--tx-header-height) !important;
  margin: 0 auto !important;
  padding: 0 clamp(18px, 3vw, 38px) !important;
}

.header__logo,
body.site-shell-ready .header__logo {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  width: clamp(150px, 12vw, 174px) !important;
  min-width: clamp(150px, 12vw, 174px) !important;
  height: 43px !important;
}

.header__logo a,
.header__logo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 43px !important;
  border: 0 !important;
}

.header__menu,
body.site-shell-ready .header__menu {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 1 1 auto !important;
  gap: clamp(14px, 1.8vw, 24px) !important;
  min-width: 0 !important;
}

.header__menu nav,
body.site-shell-ready .header__menu nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  background: transparent !important;
}

.header__menu nav ul,
body.site-shell-ready .header__menu nav ul {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(16px, 1.8vw, 26px) !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.header__menu nav ul li,
body.site-shell-ready .header__menu nav ul li {
  display: flex !important;
  align-items: center !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.header__menu nav ul li::before,
body.site-shell-ready .header__menu nav ul li::before {
  display: none !important;
}

.header__menu nav ul > li > a,
body.site-shell-ready .header__menu nav ul > li > a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: rgba(234, 239, 241, 0.78) !important;
  font-family: var(--tx-font-sans) !important;
  font-size: 13.75px !important;
  font-weight: 620 !important;
  letter-spacing: 0.015em !important;
  line-height: 1 !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  text-shadow: none !important;
  transition: color var(--tx-ease), background var(--tx-ease), transform var(--tx-ease), opacity var(--tx-ease) !important;
}

.header__menu nav ul > li > a::after,
body.site-shell-ready .header__menu nav ul > li > a::after {
  display: none !important;
}

.header__menu nav ul > li > a:hover,
.header__menu nav ul > li > a:focus-visible,
.header__menu nav ul > li > a.is-active,
body.site-shell-ready .header__menu nav ul > li > a:hover,
body.site-shell-ready .header__menu nav ul > li > a:focus-visible,
body.site-shell-ready .header__menu nav ul > li > a.is-active {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.header__menu nav ul li.sub > a,
body.site-shell-ready .header__menu nav ul li.sub > a {
  padding-right: 0 !important;
}

.header__menu nav ul li.sub > a::after,
body.site-shell-ready .header__menu nav ul li.sub > a::after {
  content: "" !important;
  position: static !important;
  display: inline-block !important;
  width: 6px !important;
  height: 6px !important;
  margin: -3px 0 0 2px !important;
  border: 0 !important;
  border-right: 1.5px solid currentColor !important;
  border-bottom: 1.5px solid currentColor !important;
  background: transparent !important;
  opacity: 0.7 !important;
  transform: rotate(45deg) !important;
}

.header__menu .btn-active,
body.site-shell-ready .header__menu .btn-active {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  height: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 1px solid rgba(184, 242, 58, 0.5) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(184, 242, 58, 0.18), rgba(148, 207, 20, 0.07)) !important;
  color: #f8fbf3 !important;
  font-family: var(--tx-font-sans) !important;
  font-size: 13.4px !important;
  font-weight: 720 !important;
  letter-spacing: 0.01em !important;
  line-height: 36px !important;
  text-transform: none !important;
  text-decoration: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(148, 207, 20, 0.08),
    0 10px 26px rgba(0, 0, 0, 0.22) !important;
  transform: none !important;
  translate: 0 -0.5px;
}

.header__menu .btn-active::after,
body.site-shell-ready .header__menu .btn-active::after {
  display: none !important;
}

.header__menu .btn-active:hover,
.header__menu .btn-active:focus-visible,
body.site-shell-ready .header__menu .btn-active:hover,
body.site-shell-ready .header__menu .btn-active:focus-visible {
  border-color: rgba(184, 242, 58, 0.66) !important;
  background:
    linear-gradient(180deg, rgba(199, 255, 76, 0.24), rgba(148, 207, 20, 0.12)) !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

.header__menu nav ul li .submenu,
body.site-shell-ready .header__menu nav ul li .submenu {
  position: absolute !important;
  top: calc(100% + 18px) !important;
  left: 50% !important;
  display: block !important;
  width: min(430px, calc(100vw - 44px)) !important;
  min-width: min(430px, calc(100vw - 44px)) !important;
  max-width: min(430px, calc(100vw - 44px)) !important;
  height: auto !important;
  margin: 0 !important;
  padding: 12px !important;
  border: 1px solid var(--tx-border-glass) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(148, 207, 20, 0.11), transparent 38%),
    linear-gradient(180deg, rgba(12, 18, 20, 0.98), rgba(5, 8, 9, 0.98)) !important;
  box-shadow:
    0 30px 88px rgba(0, 0, 0, 0.64),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translate(-50%, 8px) !important;
  transition: opacity var(--tx-ease), transform var(--tx-ease), visibility var(--tx-ease) !important;
}

.header__menu nav ul li.open .submenu,
.header__menu nav ul li:hover .submenu,
.header__menu nav ul li:focus-within .submenu,
body.site-shell-ready .header__menu nav ul li.open .submenu,
body.site-shell-ready .header__menu nav ul li:hover .submenu,
body.site-shell-ready .header__menu nav ul li:focus-within .submenu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

.header__menu nav ul li .submenu li,
body.site-shell-ready .header__menu nav ul li .submenu li {
  display: block !important;
  width: 100% !important;
}

.header__menu nav ul li .submenu li + li,
body.site-shell-ready .header__menu nav ul li .submenu li + li {
  margin-top: 2px !important;
}

.header__menu nav ul li .submenu li a,
body.site-shell-ready .header__menu nav ul li .submenu li a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  min-height: 42px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 11px 13px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.018) !important;
  color: rgba(231, 238, 240, 0.82) !important;
  font-size: 13.15px !important;
  font-weight: 560 !important;
  letter-spacing: 0.005em !important;
  line-height: 1.35 !important;
  text-transform: none !important;
  white-space: normal !important;
}

.header__menu nav ul li .submenu li a::before,
body.site-shell-ready .header__menu nav ul li .submenu li a::before {
  content: "" !important;
  position: static !important;
  display: inline-block !important;
  flex: 0 0 6px !important;
  width: 6px !important;
  height: 6px !important;
  margin: 0 10px 0 0 !important;
  border-radius: 999px !important;
  background: rgba(184, 242, 58, 0.78) !important;
  box-shadow: 0 0 14px rgba(148, 207, 20, 0.35) !important;
  transform: none !important;
}

.header__menu nav ul li .submenu li a:hover,
.header__menu nav ul li .submenu li a:focus-visible,
body.site-shell-ready .header__menu nav ul li .submenu li a:hover,
body.site-shell-ready .header__menu nav ul li .submenu li a:focus-visible {
  background: rgba(148, 207, 20, 0.105) !important;
  color: #ffffff !important;
}

@media (max-width: 1200px) {
  :root {
    --tx-header-height: 66px;
  }

  .header__top,
  body.site-shell-ready .header__top,
  body.site-shell-ready .header__top.scrolled {
    min-height: var(--tx-header-height) !important;
    top: 8px !important;
    width: calc(100% - 20px) !important;
    border-radius: 22px !important;
  }

  .header__top > .container,
  .header__top .container,
  body.site-shell-ready .header__top > .container,
  body.site-shell-ready .header__top .container {
    min-height: var(--tx-header-height) !important;
    padding: 0 16px !important;
  }

  .header__logo,
  body.site-shell-ready .header__logo {
    width: 142px !important;
    min-width: 142px !important;
    height: 38px !important;
  }

  .header__menu,
  body.site-shell-ready .header__menu {
    flex: 0 0 auto !important;
    gap: 10px !important;
  }

  .header__menu nav,
  body.site-shell-ready .header__menu nav {
    position: fixed !important;
    top: calc(var(--tx-header-height) + 18px) !important;
    right: -100% !important;
    display: block !important;
    overflow: auto !important;
    width: min(380px, calc(100vw - 20px)) !important;
    height: calc(100dvh - var(--tx-header-height) - 28px) !important;
    padding: 18px !important;
    border: 1px solid rgba(226, 244, 233, 0.13) !important;
    border-radius: 22px !important;
    background:
      radial-gradient(circle at 24% 0%, rgba(148, 207, 20, 0.12), transparent 34%),
      linear-gradient(180deg, rgba(8, 12, 14, 0.92), rgba(4, 7, 8, 0.92)) !important;
    box-shadow: -24px 0 60px rgba(0, 0, 0, 0.42) !important;
    backdrop-filter: blur(22px) saturate(150%) !important;
    -webkit-backdrop-filter: blur(22px) saturate(150%) !important;
    transition: right var(--tx-ease) !important;
    z-index: 9999 !important;
  }

  .header__menu nav.active,
  body.site-shell-ready .header__menu nav.active {
    right: 10px !important;
  }

  .header__menu nav ul,
  body.site-shell-ready .header__menu nav ul {
    display: grid !important;
    justify-content: stretch !important;
    gap: 6px !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .header__menu nav ul li,
  body.site-shell-ready .header__menu nav ul li {
    display: block !important;
    width: 100% !important;
  }

  .header__menu nav ul > li > a,
  body.site-shell-ready .header__menu nav ul > li > a {
    justify-content: flex-start !important;
    width: 100% !important;
    height: auto !important;
    min-height: 42px !important;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
  }

  .header__menu nav ul li.sub > a,
  body.site-shell-ready .header__menu nav ul li.sub > a {
    justify-content: space-between !important;
  }

  .header__menu nav ul li .submenu,
  body.site-shell-ready .header__menu nav ul li .submenu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 4px 0 8px !important;
    padding: 8px !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .header__menu nav ul li.open .submenu,
  body.site-shell-ready .header__menu nav ul li.open .submenu {
    display: block !important;
  }

  .header__menu .btn-active,
  body.site-shell-ready .header__menu .btn-active {
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 13px !important;
    font-size: 12.5px !important;
  }

  .header__top .burger-wrapper,
  body.site-shell-ready .header__top .burger-wrapper {
    position: relative !important;
    right: auto !important;
    display: block !important;
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
    margin-left: 0 !important;
  }

  .header__top .burger-image,
  body.site-shell-ready .header__top .burger-image {
    display: block !important;
    padding: 7px 0 0 6px !important;
  }
}

/* Final product-surface polish.
 * Keeps the futuristic feel restrained: depth, typography and interaction
 * hierarchy do the work instead of heavy glow on every element.
 */
body.site-shell-ready .top__wrapper {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

body.site-shell-ready .top__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(148, 207, 20, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 207, 20, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 42%, black 0%, transparent 68%);
  opacity: 0.55;
}

body.site-shell-ready .top__wrapper::after {
  content: "";
  position: absolute;
  inset: 10% 8% auto;
  z-index: -1;
  height: min(520px, 58vw);
  background:
    radial-gradient(circle at 50% 42%, rgba(148, 207, 20, 0.16), transparent 42%),
    radial-gradient(circle at 52% 52%, rgba(255, 255, 255, 0.08), transparent 18%);
  filter: blur(22px);
  opacity: 0.72;
  pointer-events: none;
}

body.site-shell-ready .top__wrapper-title h1 {
  max-width: min(1060px, calc(100vw - 36px));
  margin-left: auto !important;
  margin-right: auto !important;
  background: linear-gradient(180deg, #ffffff 0%, #d9e2e2 54%, #98aaab 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  text-shadow: none !important;
}

body.site-shell-ready .top__wrapper-description h2 {
  max-width: min(960px, calc(100vw - 36px));
  margin-left: auto !important;
  margin-right: auto !important;
  color: rgba(229, 237, 238, 0.76) !important;
}

body.site-shell-ready .top__wrapper-description img[alt="Tesseract Cube"],
body.site-shell-ready img[alt="Tesseract Cube"] {
  width: clamp(104px, 12vw, 142px) !important;
  height: auto !important;
  filter:
    drop-shadow(0 22px 42px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 28px rgba(148, 207, 20, 0.22));
  opacity: 0.94;
}

body.site-shell-ready #faq-accordion {
  gap: 14px !important;
  margin-top: 28px !important;
}

body.site-shell-ready #faq-accordion .ui-accordion-header {
  position: relative !important;
  padding: 20px 58px 20px 22px !important;
  border: 1px solid rgba(226, 244, 233, 0.12) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(180deg, rgba(15, 22, 24, 0.94), rgba(8, 13, 15, 0.94)) !important;
  color: rgba(240, 245, 246, 0.94) !important;
  font-weight: 620 !important;
  line-height: 1.35 !important;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
}

body.site-shell-ready #faq-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none !important;
}

body.site-shell-ready #faq-accordion .ui-accordion-header::after {
  content: "+" !important;
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;
  display: grid !important;
  place-items: center !important;
  width: 28px !important;
  height: 28px !important;
  border: 1px solid rgba(148, 207, 20, 0.28) !important;
  border-radius: 999px !important;
  background: rgba(148, 207, 20, 0.08) !important;
  color: var(--tx-accent-bright) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

body.site-shell-ready #faq-accordion .ui-state-active {
  border-color: rgba(184, 242, 58, 0.36) !important;
  background:
    linear-gradient(180deg, rgba(20, 31, 24, 0.96), rgba(8, 13, 11, 0.96)) !important;
}

body.site-shell-ready #faq-accordion .ui-state-active::after {
  content: "-" !important;
}

body.site-shell-ready #faq-accordion .ui-accordion-content {
  margin: -6px 0 2px !important;
  padding: 20px 22px 22px !important;
  border: 1px solid rgba(226, 244, 233, 0.09) !important;
  border-top: 0 !important;
  border-radius: 0 0 16px 16px !important;
  background: rgba(5, 9, 10, 0.76) !important;
  color: rgba(221, 229, 231, 0.82) !important;
}

body.site-shell-ready footer .footer__item-links a {
  color: rgba(222, 229, 231, 0.72) !important;
  font-weight: 500 !important;
  border-bottom: 0 !important;
}

body.site-shell-ready footer .footer__item-links a:hover,
body.site-shell-ready footer .footer__item-links a:focus-visible {
  color: #ffffff !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* Footer logo is intentionally omitted; the primary brand mark already anchors
 * the topbar, so the footer reads cleaner as legal/product navigation. */
body.site-shell-ready footer .footer__item:first-child picture,
body.site-shell-ready footer .footer__item:first-child > img {
  display: none !important;
}

/* Particle neural field: fixed, non-interactive, masked into the hero so the
 * effect feels spatial without competing with content or wasting layout work.
 */
body.site-shell-ready #js-particles {
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  pointer-events: none !important;
  opacity: 0.86;
  mix-blend-mode: screen;
  mask-image:
    radial-gradient(circle at 50% 36%, black 0%, black 34%, transparent 78%);
}

body.site-shell-ready #js-particles canvas {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.92;
  filter:
    drop-shadow(0 0 8px rgba(148, 207, 20, 0.24))
    drop-shadow(0 0 22px rgba(148, 207, 20, 0.10));
  transform: translateZ(0);
}

body.site-shell-ready .particle-pulse {
  position: absolute;
  z-index: 2;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.78) 0 10%, rgba(199, 255, 76, 0.58) 11% 28%, rgba(148, 207, 20, 0.10) 29% 100%);
  box-shadow:
    0 0 12px rgba(199, 255, 76, 0.42),
    0 0 34px rgba(148, 207, 20, 0.18);
  transform: translate(-50%, -50%) scale(0.45);
  animation: txParticlePulse 820ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

body.site-shell-ready .particle-pulse::before,
body.site-shell-ready .particle-pulse::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(199, 255, 76, 0.42);
  border-radius: inherit;
  box-shadow:
    inset 0 0 8px rgba(148, 207, 20, 0.12),
    0 0 14px rgba(148, 207, 20, 0.16);
  animation: txParticleRing 820ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

body.site-shell-ready .particle-pulse::after {
  inset: -5px;
  border-color: rgba(232, 245, 209, 0.18);
  animation-delay: 90ms;
}

body.site-shell-ready .particle-pulse--strong {
  width: 13px;
  height: 13px;
  animation-duration: 1000ms;
}

body.site-shell-ready .particle-pulse--strong::before,
body.site-shell-ready .particle-pulse--strong::after {
  animation-duration: 1000ms;
}

@keyframes txParticlePulse {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.35);
  }
  12% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3.2);
  }
}

@keyframes txParticleRing {
  0% {
    opacity: 0.52;
    transform: scale(0.6);
  }
  100% {
    opacity: 0;
    transform: scale(6.4);
  }
}

body.site-shell-ready header,
body.site-shell-ready section,
body.site-shell-ready footer {
  position: relative;
  z-index: 1;
}

/* Static-site shell layout.
 * Short interior pages should still pin the footer to the viewport bottom,
 * while longer pages keep the footer after content naturally. This central
 * rule avoids page-by-page footer hacks and keeps future static pages aligned.
 */
body.site-shell-ready {
  min-height: 100dvh !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
}

body.site-shell-ready > header,
body.site-shell-ready > section,
body.site-shell-ready > main,
body.site-shell-ready > .content,
body.site-shell-ready > .content__body {
  flex: 0 0 auto;
}

body.site-shell-ready > footer {
  width: 100%;
  flex: 0 0 auto;
  margin-top: auto !important;
}

/* Compact footer test: preserves existing content while reducing the footer
 * depth and making section labels use the Telemus green brand accent. */
body.site-shell-ready footer.black-bg {
  padding-top: clamp(16px, 2.2vw, 28px) !important;
}

body.site-shell-ready footer .footer {
  gap: clamp(14px, 2vw, 24px) !important;
  padding-bottom: 0 !important;
}

body.site-shell-ready footer .footer__item,
body.site-shell-ready footer .footer__item:first-child {
  min-height: 0 !important;
  padding: 0 !important;
}

body.site-shell-ready footer .footer__item:first-child p {
  max-width: 300px;
  margin: 0 !important;
  font-size: 12.5px !important;
  line-height: 1.42 !important;
}

body.site-shell-ready footer .footer__item-title {
  display: block !important;
  margin: 0 0 6px !important;
  padding: 1px 0 0 !important;
  color: var(--tx-green) !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
  letter-spacing: 0.16em !important;
}

body.site-shell-ready footer .footer__item-links ul {
  margin: 0 !important;
}

body.site-shell-ready footer .footer__item-links li + li {
  margin-top: 4px !important;
}

body.site-shell-ready footer .footer__item a {
  min-height: 0 !important;
  padding: 1px 0 !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

body.site-shell-ready footer .footer > div[style],
body.site-shell-ready footer .footer .footer-legal {
  display: grid !important;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(170px, 1fr)) !important;
  column-gap: clamp(14px, 2vw, 24px) !important;
  align-items: center !important;
  justify-content: stretch !important;
  min-height: 0 !important;
  margin-top: clamp(8px, 1.2vw, 14px) !important;
  padding: 6px 0 !important;
  gap: 10px !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

body.site-shell-ready footer .footer > div[style] .copy,
body.site-shell-ready footer .footer .footer-legal .copy,
body.site-shell-ready footer .footer > div[style] a,
body.site-shell-ready footer .footer .footer-legal a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

body.site-shell-ready footer .footer > div[style] .copy,
body.site-shell-ready footer .footer .footer-legal .copy {
  grid-column: 1;
  justify-self: start;
}

body.site-shell-ready footer .footer > div[style] > span:not(.copy),
body.site-shell-ready footer .footer .footer-legal > span:not(.copy) {
  grid-column: 3 / -1;
  justify-self: start;
  text-align: left;
}

@media (max-width: 900px) {
  body.site-shell-ready footer .footer > div[style],
  body.site-shell-ready footer .footer .footer-legal {
    grid-template-columns: 1fr !important;
  }

  body.site-shell-ready footer .footer > div[style] .copy,
  body.site-shell-ready footer .footer .footer-legal .copy,
  body.site-shell-ready footer .footer > div[style] > span:not(.copy),
  body.site-shell-ready footer .footer .footer-legal > span:not(.copy) {
    grid-column: 1;
  }
}

/* Article directory page.
 * AI Articles is a normal navigation destination; article selection happens
 * on this landing page instead of inside the global topbar.
 */
body.site-shell-ready .article-directory {
  padding-top: clamp(118px, 12vw, 168px) !important;
  padding-bottom: clamp(64px, 9vw, 112px) !important;
}

body.site-shell-ready .article-directory__shell {
  max-width: 1180px;
  margin: 0 auto !important;
  padding: 0 clamp(18px, 3vw, 34px) !important;
}

body.site-shell-ready .article-directory__intro {
  max-width: 760px;
  margin: 0 auto clamp(34px, 5vw, 58px) !important;
  text-align: center;
}

body.site-shell-ready .article-directory__eyebrow {
  margin: 0 0 14px !important;
  color: var(--tx-accent-bright) !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
}

body.site-shell-ready .article-directory__intro h1 {
  margin-bottom: 18px !important;
  font-size: clamp(2.4rem, 5vw, 4.6rem) !important;
  line-height: 1.08 !important;
}

body.site-shell-ready .article-directory__intro p:not(.article-directory__eyebrow) {
  color: rgba(226, 235, 237, 0.72) !important;
  font-size: clamp(16px, 1vw, 18px) !important;
}

body.site-shell-ready .article-directory__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

body.site-shell-ready .article-directory__card {
  position: relative;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(22px, 3vw, 32px) !important;
  border: 1px solid rgba(226, 244, 233, 0.11) !important;
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(148, 207, 20, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(15, 23, 25, 0.92), rgba(7, 11, 12, 0.92));
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  color: var(--tx-text) !important;
  text-decoration: none !important;
  transition:
    transform var(--tx-ease),
    border-color var(--tx-ease),
    background var(--tx-ease),
    box-shadow var(--tx-ease);
}

body.site-shell-ready .article-directory__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(199, 255, 76, 0.14), transparent 42%),
    linear-gradient(rgba(148, 207, 20, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 207, 20, 0.035) 1px, transparent 1px);
  background-size: auto, 38px 38px, 38px 38px;
  opacity: 0;
  transition: opacity var(--tx-ease);
  pointer-events: none;
}

body.site-shell-ready .article-directory__card:hover,
body.site-shell-ready .article-directory__card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(184, 242, 58, 0.36) !important;
  box-shadow:
    0 26px 84px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(148, 207, 20, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.site-shell-ready .article-directory__card:hover::before,
body.site-shell-ready .article-directory__card:focus-visible::before {
  opacity: 1;
}

body.site-shell-ready .article-directory__card span {
  position: relative;
  z-index: 1;
  width: max-content;
  margin-bottom: 32px;
  color: rgba(199, 255, 76, 0.74);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

body.site-shell-ready .article-directory__card h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 14px !important;
  font-size: clamp(1.18rem, 1.55vw, 1.55rem) !important;
  line-height: 1.25 !important;
}

body.site-shell-ready .article-directory__card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
  color: rgba(223, 231, 233, 0.70) !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}

body.site-shell-ready .article-directory__card:first-child {
  grid-column: span 2;
  min-height: 250px;
}

@media (max-width: 720px) {
  body.site-shell-ready #js-particles {
    opacity: 0.58;
    mask-image:
      radial-gradient(circle at 50% 32%, black 0%, black 24%, transparent 70%);
  }

  body.site-shell-ready .article-directory__grid {
    grid-template-columns: 1fr;
  }

  body.site-shell-ready .article-directory__card:first-child {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .header__top > .container,
  .header__top .container,
  body.site-shell-ready .header__top > .container,
  body.site-shell-ready .header__top .container {
    gap: 10px !important;
    padding: 0 12px !important;
  }

  .header__logo,
  body.site-shell-ready .header__logo {
    width: 126px !important;
    min-width: 126px !important;
  }

  .header__menu .btn-active,
  body.site-shell-ready .header__menu .btn-active {
    width: auto !important;
    max-width: 88px !important;
    padding: 0 10px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}

/* Mobile navigation component.
 * Mobile gets its own glass dropdown layout instead of inheriting the legacy
 * side drawer geometry, which caused right-edge bleed and poor button alignment.
 */
html,
body.site-shell-ready {
  overflow-x: clip;
}

@supports not (overflow-x: clip) {
  html,
  body.site-shell-ready {
    overflow-x: hidden;
  }
}

body.site-shell-ready .mobile-menu-toggle__label {
  display: none;
}

body.site-shell-ready .header__top .burger-wrapper {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

@media (max-width: 1200px) {
  body.site-shell-ready.over_hide {
    overflow: hidden;
  }

  body.site-shell-ready .header__top {
    padding: 10px 12px !important;
  }

  body.site-shell-ready .header__top > .container {
    display: grid !important;
    grid-template-columns: minmax(112px, auto) minmax(0, 1fr) auto auto;
    align-items: center !important;
    gap: 8px !important;
    position: relative;
    width: min(680px, calc(100vw - 20px)) !important;
    min-width: 0 !important;
    min-height: 54px;
    padding: 7px 8px 7px 14px !important;
  }

  body.site-shell-ready .header__logo {
    grid-column: 1;
    width: 130px !important;
    min-width: 0 !important;
    height: auto !important;
  }

  body.site-shell-ready .header__menu {
    grid-column: 3 / 5;
    display: grid !important;
    grid-template-columns: auto auto;
    align-items: center !important;
    justify-content: end !important;
    gap: 8px !important;
    min-width: 0 !important;
    position: static !important;
  }

  body.site-shell-ready .header__menu .btn-active {
    grid-column: 1;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    border-color: rgba(148, 207, 20, 0.55) !important;
    background:
      linear-gradient(180deg, rgba(22, 32, 35, 0.74), rgba(7, 11, 12, 0.68)) !important;
    color: rgba(244, 250, 245, 0.94) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.09),
      0 10px 26px rgba(0, 0, 0, 0.24) !important;
    font-family: Montserrat, Nunito, sans-serif !important;
    font-size: 12px !important;
    font-weight: 760 !important;
    letter-spacing: 0.04em !important;
    line-height: 1 !important;
  }

  body.site-shell-ready .header__top .burger-wrapper {
    grid-column: 2;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    width: auto !important;
    min-width: 76px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 10px 0 13px !important;
    overflow: hidden !important;
    border: 1px solid rgba(226, 244, 233, 0.14) !important;
    border-radius: 999px !important;
    background:
      radial-gradient(circle at 20% 0%, rgba(148, 207, 20, 0.14), transparent 48%),
      linear-gradient(180deg, rgba(24, 35, 38, 0.78), rgba(8, 12, 13, 0.72)) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.10),
      0 10px 26px rgba(0, 0, 0, 0.26) !important;
    transform: none !important;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    backdrop-filter: blur(16px) saturate(130%);
    -webkit-backdrop-filter: blur(16px) saturate(130%);
  }

  body.site-shell-ready .mobile-menu-toggle__label {
    display: block;
    color: rgba(241, 248, 243, 0.90);
    font-family: Montserrat, Nunito, sans-serif;
    font-size: 11px;
    font-weight: 780;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
  }

  body.site-shell-ready .header__top .burger {
    flex: 0 0 28px;
    width: 28px !important;
    height: 28px !important;
  }

  body.site-shell-ready .header__menu nav {
    top: calc(env(safe-area-inset-top, 0px) + 78px) !important;
    right: max(10px, env(safe-area-inset-right, 0px)) !important;
    left: max(10px, env(safe-area-inset-left, 0px)) !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: calc(100dvh - 98px) !important;
    padding: 8px !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    border: 1px solid rgba(226, 244, 233, 0.13) !important;
    border-radius: 24px !important;
    background:
      radial-gradient(circle at 18% 0%, rgba(148, 207, 20, 0.14), transparent 42%),
      linear-gradient(180deg, rgba(11, 18, 19, 0.92), rgba(6, 10, 11, 0.94)) !important;
    box-shadow:
      0 26px 80px rgba(0, 0, 0, 0.52),
      inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    transform: translateY(-10px) scale(0.985) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease !important;
    backdrop-filter: blur(22px) saturate(140%);
    -webkit-backdrop-filter: blur(22px) saturate(140%);
  }

  body.site-shell-ready .header__menu nav.active {
    transform: translateY(0) scale(1) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.site-shell-ready .header__menu nav > a {
    display: none !important;
  }

  body.site-shell-ready .header__menu nav ul {
    display: grid !important;
    grid-template-columns: 1fr;
    align-items: stretch !important;
    gap: 6px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.site-shell-ready .header__menu nav ul li {
    width: 100% !important;
    padding: 0 !important;
  }

  body.site-shell-ready .header__menu nav ul li::before,
  body.site-shell-ready .header__menu nav ul li.sub::after {
    display: none !important;
  }

  body.site-shell-ready .header__menu nav ul li a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 1px solid rgba(226, 244, 233, 0.08) !important;
    border-radius: 16px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)) !important;
    color: rgba(238, 246, 240, 0.88) !important;
    font-family: Montserrat, Nunito, sans-serif !important;
    font-size: 13px !important;
    font-weight: 760 !important;
    letter-spacing: 0.08em !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
    transition:
      background 180ms ease,
      border-color 180ms ease,
      color 180ms ease,
      transform 180ms ease !important;
  }

  body.site-shell-ready .header__menu nav ul li a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid rgba(199, 255, 76, 0.72);
    border-right: 1px solid rgba(199, 255, 76, 0.72);
    transform: rotate(45deg);
    opacity: 0.72;
  }

  body.site-shell-ready .header__menu nav ul li a:hover,
  body.site-shell-ready .header__menu nav ul li a:focus-visible,
  body.site-shell-ready .header__menu nav ul li a.is-active {
    border-color: rgba(148, 207, 20, 0.28) !important;
    background:
      linear-gradient(180deg, rgba(148, 207, 20, 0.13), rgba(148, 207, 20, 0.045)) !important;
    color: #ffffff !important;
    transform: translateX(2px);
  }

  body.site-shell-ready .header__menu nav ul li .submenu {
    position: static !important;
    display: none;
    width: 100% !important;
    margin-top: 6px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}

@media (max-width: 430px) {
  body.site-shell-ready .header__top {
    padding: 8px 10px !important;
  }

  body.site-shell-ready .header__top > .container {
    grid-template-columns: minmax(96px, 1fr) auto auto;
    min-height: 50px;
    gap: 6px !important;
    padding: 6px 7px 6px 12px !important;
  }

  body.site-shell-ready .header__logo {
    width: 112px !important;
  }

  body.site-shell-ready .header__menu {
    grid-column: 2 / 4;
    gap: 6px !important;
  }

  body.site-shell-ready .header__menu .btn-active {
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 12px !important;
    font-size: 11px !important;
  }

  body.site-shell-ready .header__top .burger-wrapper {
    min-width: 68px !important;
    height: 38px !important;
    padding: 0 8px 0 10px !important;
  }

  body.site-shell-ready .mobile-menu-toggle__label {
    font-size: 10px;
  }

  body.site-shell-ready .header__top .burger {
    flex-basis: 25px;
    width: 25px !important;
    height: 25px !important;
  }
}

@media (max-width: 355px) {
  body.site-shell-ready .header__logo {
    width: 104px !important;
  }

  body.site-shell-ready .header__menu .btn-active {
    padding: 0 10px !important;
  }

  body.site-shell-ready .mobile-menu-toggle__label {
    display: none !important;
  }

  body.site-shell-ready .header__top .burger-wrapper {
    min-width: 42px !important;
    padding: 0 7px !important;
  }
}
