/* 7.9.31 — light marketing, langs, compose, chat card, network, apps. */

:root {
  --bu-paper: #f4f7fb;
  --bu-ink: #0f172a;
  --bu-muted: #475569;
  --bu-line: #e2e8f0;
  --bu-blue: #1d6fd8;
}

/* —— Language menu: show the list, not a hidden search trap —— */
.bu-lang-btn-code {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-left: 4px;
}
.bu-lang-menu {
  min-width: 220px;
  max-height: min(70vh, 420px);
  overflow: auto;
  padding: 8px;
}
.bu-lang-hits {
  display: grid;
  gap: 4px;
}
.bu-lang-hits form { margin: 0; }
.bu-lang-opt {
  width: 100%;
  text-align: left;
  min-height: 40px;
  border-radius: 10px;
  padding: 0 10px;
  border: 0;
  background: #fff;
  font-weight: 750;
}
.bu-lang-opt.is-on { background: #eff6ff; color: #1d4ed8; }
.bu-mshell-lang { padding: 0 12px 12px; }

/* —— Network / landing light bands —— */
.bu-shot-net {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 14px 20px 22px;
  background: #f4f7fb;
  color: #334155;
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}
.bu-shot-net strong { color: #0f172a; width: 100%; }
.bu-shot-net span {
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e2e8f0;
  font-weight: 800;
  font-size: 12px;
  color: #1d4ed8;
}
.landing-band-net {
  background: #fff !important;
  color: var(--bu-ink);
}
.landing-net-hosts {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 800px) {
  .landing-net-hosts { grid-template-columns: repeat(3, 1fr); }
}
.landing-net-hosts li {
  padding: 16px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid var(--bu-line);
  font-size: 14px;
  color: var(--bu-muted);
}
.landing-net-hosts strong { display: block; color: var(--bu-ink); margin-bottom: 4px; }

body.bu-landing-page main.landing-page .landing-band,
body.bu-landing-page .landing-footer-cta,
body.bu-landing-page .app-cta {
  background: #f4f7fb;
  color: var(--bu-ink);
}
body.bu-landing-page .landing-sec-lead,
body.bu-landing-page .landing-band p {
  color: #334155;
}

/* —— Marketing / software / cijene: paper, not navy —— */
.bu-mkt,
.bu-mkt-pro {
  background: var(--bu-paper) !important;
  color: var(--bu-ink);
}
.bu-mkt-hero {
  min-height: 340px;
}
.bu-mkt-hero-overlay {
  background: linear-gradient(180deg, rgba(8, 16, 32, 0.35), rgba(8, 16, 32, 0.55)) !important;
}
.bu-mkt-hero-inner {
  color: #fff;
}
.bu-mkt-subnav {
  background: #fff;
  border-bottom: 1px solid var(--bu-line);
  position: sticky;
  top: 0;
  z-index: 8;
}
.bu-mkt-subnav a {
  color: #334155;
  font-weight: 750;
}
.bu-mkt-subnav a.is-on {
  color: var(--bu-blue);
  box-shadow: inset 0 -2px 0 var(--bu-blue);
}
.bu-mkt-section,
.bu-mkt-section-inner,
.bu-mkt-sec-head h2,
.bu-mkt-pillar h3,
.bu-mkt-feature h3,
.bu-mkt-body,
.bu-mkt-outcomes,
.bu-price-card {
  color: var(--bu-ink);
}
.bu-mkt-section {
  background: var(--bu-paper);
}
.bu-mkt-section-alt {
  background: #fff !important;
}
.bu-mkt-pillar,
.bu-mkt-feature,
.bu-price-card {
  background: #fff;
  border: 1px solid var(--bu-line);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}
.bu-mkt-sec-lead,
.bu-mkt-pillar p,
.bu-mkt-feature p,
.bu-mkt-corridor-lead {
  color: var(--bu-muted) !important;
}
.bu-mkt-corridor {
  background: #eef4fb !important;
  color: var(--bu-ink);
}
.bu-mkt-bottom-cta {
  background: #0f172a;
  color: #fff;
}
.bu-price-grace {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  border-radius: 14px;
  padding: 14px 16px;
}

/* —— Blog —— */
.bu-blog-pro {
  background: var(--bu-paper);
  color: var(--bu-ink);
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}
.bu-blog-hero {
  background: #fff;
  border: 1px solid var(--bu-line);
  border-radius: 22px;
  padding: 28px 24px;
  margin-bottom: 18px;
}
.bu-blog-hero h1 { color: var(--bu-ink); letter-spacing: -0.03em; }
.bu-blog-search {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}
.bu-blog-search input {
  flex: 1;
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid var(--bu-line);
  padding: 0 14px;
  font-size: 16px;
}
.bu-blog-card {
  background: #fff;
  border: 1px solid var(--bu-line);
  border-radius: 18px;
  overflow: hidden;
}
.bu-blog-card h2 a { color: var(--bu-ink); text-decoration: none; }

/* —— Compose live + nalog —— */
.bu-compose-live {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e3a8a;
  font-size: 14px;
  font-weight: 700;
}
.bu-nalog-compose .bu-compose-step {
  background: #fff;
  border: 1px solid var(--bu-line);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
}
.bu-compose-step-n {
  background: var(--bu-blue);
  color: #fff;
}

/* —— Chat listing card —— */
.bu-chat-ad-card {
  margin: 8px 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid var(--bu-line);
  display: grid;
  gap: 4px;
}
.bu-chat-ad-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1d4ed8;
}
.bu-chat-ad-route {
  margin: 0;
  font-size: 16px;
  font-weight: 850;
  color: var(--bu-ink);
}
.bu-chat-ad-card a {
  font-weight: 800;
  color: var(--bu-blue);
  text-decoration: none;
  margin-top: 4px;
}

/* —— Apps —— */
.bu-appscreen h1 { letter-spacing: -0.03em; }
.bu-app-primary {
  border-radius: 18px;
}

@media (max-width: 899px) {
  .bu-mkt-hero { min-height: 280px; }
  .bu-mkt-hero-inner h1 { font-size: 1.6rem; }
  .bu-blog-search { flex-direction: column; }
  .bu-shot-net { padding: 12px 14px 18px; }
  .bu-nalog-compose .bu-post-layout { display: block; }
  .bu-compose-submit { width: 100%; min-height: 48px; }
  .bu-lang-menu { right: 8px; left: 8px; min-width: 0; }
}
