/* 7.9.68 — header not clipped, language always reachable, unified footer, product seams */

/* Header: wrap instead of crop. Language first, never off-canvas. */
html body.bu-landing-page .bu-neon-head,
html body.bu-product-page .bu-neon-head,
html body [data-landing-header].bu-neon-head {
  height: auto !important;
  min-height: 64px !important;
  max-height: none !important;
  overflow: visible !important;
}
html body .bu-neon-head-inner {
  flex-wrap: wrap !important;
  row-gap: 8px !important;
  overflow: visible !important;
  height: auto !important;
  min-height: 64px !important;
}
html body .bu-neon-actions {
  flex-wrap: wrap;
  overflow: visible !important;
  z-index: 80;
}
html body .bu-neon-head .bu-lang-pick,
html body .bu-neon-side-foot .bu-lang-pick {
  display: inline-flex !important;
  position: relative !important;
  z-index: 120 !important;
  overflow: visible !important;
  flex: 0 0 auto;
}
html body .bu-lang-v56 .bu-lang-btn,
html body .bu-neon-head .bu-lang-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 36px !important;
  min-width: 0 !important;
  padding: 0 12px 0 8px !important;
  background: #fff !important;
  color: #123a48 !important;
  border: 1px solid #d5e4ea !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}
html body .bu-lang-v56 .bu-lang-btn-code,
html body .bu-lang-v56 .bu-lang-btn-name {
  display: inline !important;
  color: #123a48 !important;
  font-weight: 800 !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap;
}
html body .bu-lang-v56 .bu-lang-btn-name { font-size: 12px; }
html body .bu-lang-v56 .bu-lang-menu,
html body .bu-neon-head .bu-lang-menu {
  z-index: 2147483002 !important;
  background: #fff !important;
  color: #123a48 !important;
}
html body .bu-neon-side-foot .bu-lang-pick { width: 100%; }
html body .bu-neon-side-foot .bu-lang-btn { width: 100%; justify-content: flex-start; }

@media (max-width: 720px) {
  html body .bu-lang-v56 .bu-lang-btn-name { display: none !important; }
}

/* Product section cuts */
html body.bu-product-page .bu-seam,
html body.bu-landing-page .bu-seam-pro,
html body.bu-landing-page .bu-seam-pro-close {
  height: 56px;
  margin: -18px 0;
}
html body .bu-seam-pro span:nth-child(1) {
  background: linear-gradient(118deg, #d7ebe8 0%, #2aa3b5 42%, #c45c26 78%, #f4efe4 100%);
}
html body .bu-seam-pro span:nth-child(2) {
  background: linear-gradient(108deg, #0b6e86, #10b981 55%, #ea580c);
  opacity: 0.55;
}
html body .bu-seam-pro span:nth-child(3),
html body .bu-seam-pro-close span:nth-child(3) {
  background: linear-gradient(90deg, #0b6e86, #c45c26);
}
html body .bu-seam-pro-close span:nth-child(1) {
  background: linear-gradient(118deg, #f4efe4 0%, #164556 50%, #c45c26 100%);
}

html body.bu-product-page .bu-pro-nav,
html body.bu-landing-page .bu-pro-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 20px 18px;
  max-width: 1120px;
  margin: 0 auto;
}
html body.bu-product-page .bu-pro-story,
html body.bu-product-page .bu-pro-grid3,
html body.bu-product-page .bu-pro-grid2,
html body.bu-product-page .bu-pro-split {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Same public footer on every marketing page */
html body.bu-landing-page .bu-pub-foot,
html body.bu-product-page .bu-pub-foot,
html body.bu-author-page .bu-pub-foot {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  margin-top: 0 !important;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(42, 163, 181, 0.28), transparent 46%),
    radial-gradient(ellipse at 88% 20%, rgba(196, 92, 38, 0.18), transparent 40%),
    linear-gradient(180deg, #164556 0%, #123a48 58%, #0e3340 100%) !important;
  color: #d7ebe8 !important;
}
html body .bu-pub-foot a { color: #e4f4f1 !important; }
html body .bu-pub-foot strong { color: #fff !important; }
