/* 7.9.38 — polish: flush shell, overlay header, cinematic domains, readable type */

body.bu-landing-page .bu-neon-side,
body.bu-landing-page .landing-sidebar.bu-neon-side {
  background: linear-gradient(180deg, #f7fafc 0%, #e8eef6 100%) !important;
  color: #0b1220;
}

@media (min-width: 1100px) {
  body.bu-landing-page .landing-shell,
  body.bu-public-inner .landing-shell {
    grid-template-columns: 232px minmax(0, 1fr) !important;
    gap: 0 !important;
    column-gap: 0 !important;
  }
  body.bu-landing-page .landing-shell-main,
  body.bu-public-inner .landing-shell-main {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0;
    overflow: clip;
  }
  body.bu-landing-page .bu-neon-side,
  body.bu-landing-page .landing-sidebar.bu-neon-side {
    margin: 0 !important;
    padding: 10px 10px 12px !important;
    width: 232px;
    box-shadow: 12px 0 40px rgba(0, 140, 255, 0.16);
  }
}

/* Header overlays hero — no empty bar / gap */
@media (min-width: 1100px) {
  body.bu-landing-page .bu-neon-head,
  body.bu-landing-page [data-landing-header].bu-neon-head {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  body.bu-landing-page .bu-neon-head.is-stuck {
    position: fixed !important;
    left: 232px;
    background: rgba(5, 10, 24, 0.72) !important;
    backdrop-filter: blur(18px) saturate(1.25);
    border-bottom: 1px solid rgba(0, 212, 255, 0.16) !important;
  }
}
.bu-neon-head-inner {
  margin: 12px 16px 0 10px !important;
  min-height: 56px !important;
  padding: 0 10px 0 8px !important;
  background: rgba(6, 12, 24, 0.42) !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.bu-neon-pill,
.bu-neon-more summary {
  color: #f4fbff !important;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  font-size: 13.5px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.bu-neon-pill.is-on {
  color: #fff !important;
  box-shadow: 0 0 22px rgba(0, 180, 255, 0.55);
}
.bu-neon-login {
  color: #fff !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
body.bu-landing-page .bu-neon-head .bu-lang-btn {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
}
body.bu-landing-page .bu-neon-head .bu-lang-btn-compact span {
  display: inline !important;
  color: #fff !important;
}
.bu-neon-cta {
  box-shadow: 0 0 28px rgba(0, 200, 255, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
}

/* Sidebar foot */
.bu-neon-side-app {
  background: linear-gradient(180deg, #0c1b34, #07101f) !important;
  border: 1px solid rgba(0, 200, 255, 0.38) !important;
  box-shadow: 0 0 28px rgba(0, 160, 255, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  gap: 8px !important;
}
.bu-neon-side-app-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bu-neon-side-phone {
  width: 36px;
  height: 48px;
  border-radius: 10px;
  flex-shrink: 0;
  background:
    linear-gradient(180deg, #1a2a44, #0a1220);
  box-shadow: 0 0 0 1px rgba(122, 240, 255, 0.35), 0 0 16px rgba(0, 180, 255, 0.35);
  position: relative;
}
.bu-neon-side-phone::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 10px;
  border-radius: 4px;
  background: linear-gradient(180deg, #00d4ff, #0066ff);
  opacity: 0.85;
}
.bu-neon-side-cta {
  box-shadow: 0 0 20px rgba(0, 163, 255, 0.55);
}
.bu-neon-ai {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(0, 163, 255, 0.22);
  border-radius: 999px;
  padding: 6px 8px;
  margin: 8px 0 4px !important;
  font-size: 11px !important;
}

/* Hero flush + readable */
.bu-neon-hero {
  margin: 0;
  min-height: 100dvh;
  border-radius: 0;
}
.bu-neon-hero-inner {
  padding: 88px 22px 12px 22px !important;
  gap: 12px !important;
}
.bu-neon-hero-copy h1 {
  font-size: clamp(36px, 4.8vw, 68px);
  line-height: 1.02;
  max-width: 16ch;
  text-shadow: 0 2px 0 rgba(20, 70, 130, 0.35), 0 18px 40px rgba(0, 20, 50, 0.55);
}
.bu-neon-lead {
  font-size: 17.5px !important;
  line-height: 1.6 !important;
  color: #e8f4ff !important;
  max-width: 46ch;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}
.bu-neon-feats li {
  font-size: 13.5px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.bu-neon-hero-bloom.is-white {
  left: 18%;
  top: 8%;
  right: auto;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 68%);
  filter: blur(8px);
}

/* Phones + rail */
.bu-neon-phones {
  min-height: 380px;
}
.bu-neon-phones-img {
  max-width: 520px;
  filter: drop-shadow(0 24px 50px rgba(0, 140, 255, 0.5)) drop-shadow(0 0 40px rgba(255, 255, 255, 0.12));
}
.bu-neon-ai-bot {
  max-width: 280px;
  align-items: flex-start;
  left: 0;
  top: 2%;
}
.bu-neon-ai-bot-txt {
  display: grid;
  gap: 2px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
  color: #d7f6ff;
}
.bu-neon-ai-bot-txt b { color: #7af0ff; font-size: 12.5px; }
.bu-neon-phone-rail {
  gap: 16px;
  padding: 8px 0;
}
.bu-neon-phone-rail li span:last-child {
  writing-mode: horizontal-tb;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.bu-neon-script {
  position: absolute;
  right: 8px;
  bottom: 8%;
  margin: 0;
  font-family: Caveat, cursive;
  font-size: 28px;
  color: #b9e9ff;
  transform: rotate(-8deg);
  text-shadow: 0 8px 24px rgba(0, 40, 80, 0.55);
  pointer-events: none;
  z-index: 3;
}

/* Quad as one glass bar */
.bu-neon-quad {
  margin: 0 16px 10px;
  padding: 0 !important;
  gap: 0 !important;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(6, 12, 24, 0.55);
  border: 1px solid rgba(0, 200, 255, 0.28);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28), 0 0 40px rgba(0, 160, 255, 0.12);
  backdrop-filter: blur(18px);
}
.bu-neon-q {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 16px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 118px;
}
.bu-neon-q:last-child { border-right: 0; }
.bu-neon-q strong {
  font-size: 14.5px;
  color: #fff;
}
.bu-neon-q p {
  color: #c5d8ec !important;
  font-size: 13px !important;
  line-height: 1.4;
}
.bu-neon-q-btn {
  box-shadow: 0 0 20px rgba(0, 180, 255, 0.55);
}
.bu-neon-stats {
  padding: 10px 22px 16px !important;
  font-size: 13.5px;
  background: linear-gradient(180deg, transparent, rgba(5, 10, 24, 0.78));
}

/* Domain stage — second section, image as world */
.bu-neon-stage {
  position: relative;
  isolation: isolate;
  min-height: 88dvh;
  display: grid;
  align-items: end;
  overflow: hidden;
  margin: 0;
}
.bu-neon-stage-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  filter: saturate(1.15) contrast(1.05);
}
.bu-neon-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 10, 24, 0.15) 0%, rgba(5, 10, 24, 0.55) 48%, rgba(5, 10, 24, 0.88) 100%),
    linear-gradient(90deg, rgba(5, 10, 24, 0.35), transparent 40%, rgba(5, 10, 24, 0.2));
}
.bu-neon-lights span {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(6px);
}
.bu-neon-lights .is-white {
  width: 420px;
  height: 420px;
  left: -60px;
  top: -80px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.32), transparent 70%);
}
.bu-neon-lights .is-cyan {
  width: 380px;
  height: 380px;
  right: -40px;
  bottom: 10%;
  background: radial-gradient(circle, rgba(0, 200, 255, 0.4), transparent 70%);
}
.bu-neon-lights .is-beam {
  width: 220px;
  height: 70vh;
  left: 46%;
  top: 0;
  border-radius: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(0, 180, 255, 0.12), transparent);
  filter: blur(18px);
}
.bu-neon-stage-inner {
  position: relative;
  z-index: 1;
  padding: 72px 0 48px;
}
.bu-neon-stage .bu-neon-headtxt h2 {
  font-size: clamp(32px, 4vw, 52px);
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}
.bu-neon-stage .bu-neon-headtxt p {
  color: #e4f3ff;
  font-size: 17px;
  line-height: 1.6;
  max-width: 68ch;
}
.bu-neon-gates {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: stretch;
  margin-top: 28px;
}
.bu-neon-gate {
  position: relative;
  overflow: hidden;
  padding: 22px 20px;
  border-radius: 24px;
  background: rgba(8, 16, 32, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
}
.bu-neon-gate-glow {
  position: absolute;
  width: 160px;
  height: 160px;
  right: -30px;
  top: -40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 200, 255, 0.45), transparent 70%);
  pointer-events: none;
}
.bu-neon-gate.is-de .bu-neon-gate-glow {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28), transparent 70%);
}
.bu-neon-gate h3 {
  margin: 6px 0 8px;
  font-size: 26px;
  color: #fff;
  letter-spacing: -0.03em;
}
.bu-neon-gate p { color: #d5e8f8; line-height: 1.5; }
.bu-neon-gate a {
  display: inline-block;
  margin-top: 12px;
  color: #7af0ff;
  font-weight: 850;
  text-decoration: none;
}
.bu-neon-gate-join {
  align-self: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 30%, #7af0ff, #0066ff);
  box-shadow: 0 0 28px rgba(0, 180, 255, 0.55), 0 0 0 6px rgba(255, 255, 255, 0.12);
  color: #fff;
  text-align: center;
  line-height: 1.05;
}
.bu-neon-gate-join b { font-size: 22px; display: block; }
.bu-neon-gate-join span { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 800; }

.bu-neon-enter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  margin-top: 28px;
  border-radius: 16px;
  background: linear-gradient(180deg, #5ad4ff, #0090ff 46%, #0062d0);
  color: #fff !important;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(0, 120, 255, 0.4), 0 0 32px rgba(0, 200, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.bu-neon-enter:hover { filter: brightness(1.06); }
.bu-neon-enter-hint {
  margin: 10px 0 0;
  color: #c5d8ec;
  font-size: 14px;
}
.bu-neon-stage .bu-neon-facts {
  margin-top: 22px;
}
.bu-neon-stage .bu-neon-facts li {
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
}

/* Creative firma/vozac — overlapping film, not boxes */
.bu-neon-live { margin: 0; }
.bu-neon-live-track {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 520px;
}
.bu-neon-live-pane {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: block;
  text-decoration: none;
}
.bu-neon-live-pane img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.bu-neon-live-pane:hover img { transform: scale(1.04); }
.bu-neon-live-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 10, 24, 0.05), rgba(5, 10, 24, 0.82));
}
.bu-neon-live-pane.is-truck .bu-neon-live-veil {
  background: linear-gradient(180deg, rgba(5, 10, 24, 0.08), rgba(0, 40, 80, 0.78));
}
.bu-neon-live-copy {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 520px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  color: #eaf6ff;
}
.bu-neon-live-copy strong {
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -0.04em;
  color: #fff;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  max-width: 16ch;
}
.bu-neon-live-copy em {
  color: #7af0ff;
  font-style: normal;
  font-weight: 850;
}
.bu-neon-live-pane:first-child {
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
.bu-neon-live-pane.is-truck {
  margin-left: -7%;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

/* Why ticks as glowing chips, not paper boxes */
.bu-neon-ticks li {
  background: linear-gradient(90deg, rgba(0, 160, 255, 0.16), rgba(255, 255, 255, 0.04)) !important;
  border-color: rgba(0, 200, 255, 0.28) !important;
}

.bu-neon-headtxt p,
.bu-neon-wrap > p,
.bu-neon-split p {
  color: #cfe3f6;
  font-size: 16.5px;
  line-height: 1.55;
}

@media (max-width: 1099px) {
  .bu-neon-hero-inner { padding: 20px 14px 8px !important; }
  .bu-neon-quad { margin: 0 10px 8px; grid-template-columns: 1fr 1fr !important; }
  .bu-neon-q { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .bu-neon-gates { grid-template-columns: 1fr !important; }
  .bu-neon-gate-join { margin: 0 auto; }
  .bu-neon-live-track { grid-template-columns: 1fr !important; }
  .bu-neon-live-pane,
  .bu-neon-live-pane.is-truck {
    clip-path: none;
    margin: 0;
    min-height: 360px;
  }
  .bu-neon-live-copy { min-height: 360px; }
  .bu-neon-script { display: none; }
  .bu-neon-stage { min-height: 0; }
  body.bu-landing-page .bu-neon-head.is-stuck { left: 0; }
}

@media (max-width: 720px) {
  .bu-neon-quad { grid-template-columns: 1fr !important; }
}
