/* Berza Utovara — željeni izgled (dark glass). Last in enqueue. */
:root {
  --bu-shot-blue: #1d6fd8;
  --bu-shot-glow: #3b9eff;
  --bu-shot-navy: #07101c;
  --bu-shot-glass: rgba(10, 18, 34, 0.62);
  --bu-shot-line: rgba(255, 255, 255, 0.12);
}

/* —— Landing header —— */
[data-landing-header].bu-site-header-v2,
.bu-shot-header.bu-site-header-v2 {
  background: rgba(7, 14, 28, 0.58) !important;
  backdrop-filter: blur(20px) saturate(1.25);
  -webkit-backdrop-filter: blur(20px) saturate(1.25);
  border-bottom: 1px solid var(--bu-shot-line) !important;
  box-shadow: none !important;
}
[data-landing-header] .bu-site-header-inner {
  min-height: 72px;
}
[data-landing-header] .bu-site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
[data-landing-header] .bu-site-logo-tag {
  display: none;
  max-width: 11rem;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
  color: rgba(226, 232, 240, 0.78);
}
@media (min-width: 1180px) {
  [data-landing-header] .bu-site-logo-tag { display: block; }
}
[data-landing-header] .bu-site-nav {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid var(--bu-shot-line) !important;
  border-radius: 999px;
  padding: 4px;
}
[data-landing-header] .bu-site-nav-a,
[data-landing-header] .bu-site-more summary {
  color: #e2e8f0;
  font-weight: 750;
}
[data-landing-header] .bu-site-nav-a.is-on {
  background: var(--bu-shot-blue);
  color: #fff;
  box-shadow: 0 6px 18px rgba(29, 111, 216, 0.45);
}
[data-landing-header] .bu-site-link {
  color: #f8fafc !important;
  font-weight: 750;
}
[data-landing-header] .bu-site-cta {
  background: var(--bu-shot-blue) !important;
  color: #fff !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 22px rgba(29, 111, 216, 0.42);
}
[data-landing-header] .bu-lang-btn {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--bu-shot-line);
  color: #fff;
}

/* —— Landing hero —— */
.bu-shot-hero.landing-hero-desk {
  position: relative;
  isolation: isolate;
  min-height: calc(100dvh - 72px);
  display: flex;
  flex-direction: column;
  color: #f8fafc;
  overflow: hidden;
  background: #050b16;
}
.bu-shot-hero .landing-intro-media,
.bu-shot-hero .landing-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 42%;
}
.bu-shot-hero-veil {
  background:
    linear-gradient(105deg, rgba(8, 16, 32, 0.58) 0%, rgba(8, 16, 32, 0.26) 46%, rgba(8, 16, 32, 0.06) 72%, rgba(8, 16, 32, 0.22) 100%),
    linear-gradient(180deg, rgba(8, 16, 32, 0.08) 0%, rgba(8, 16, 32, 0.42) 100%) !important;
}
.bu-shot-hero-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: grid;
  gap: 28px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 36px 24px 28px;
  align-items: center;
}
@media (min-width: 1080px) {
  .bu-shot-hero-inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    padding: 48px 36px 32px;
    gap: 40px;
  }
}
.bu-shot-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.bu-shot-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(8, 16, 32, 0.55);
  border: 1px solid var(--bu-shot-line);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e2e8f0;
}
.bu-shot-pill.is-live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bu-shot-glow);
  box-shadow: 0 0 0 4px rgba(59, 158, 255, 0.25);
  animation: bu-shot-pulse 1.8s ease-in-out infinite;
}
.bu-shot-pill.is-users { color: #86efac; }
@keyframes bu-shot-pulse {
  50% { box-shadow: 0 0 0 7px rgba(59, 158, 255, 0.08); }
}
.bu-shot-hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(2.15rem, 4.6vw, 3.7rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.04;
  color: #fff;
  max-width: 14ch;
}
.bu-shot-hero-copy h1 em {
  font-style: normal;
  color: #7ec4ff;
}
.bu-shot-lead {
  margin: 0 0 18px;
  max-width: 46ch;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 550;
  color: #cbd5e1;
}
.bu-shot-feats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
@media (min-width: 700px) {
  .bu-shot-feats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.bu-shot-feats li {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 750;
  color: #e2e8f0;
}
.bu-shot-feat-ico {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--bu-shot-line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  position: relative;
}
.bu-shot-feat-ico::before {
  content: "";
  position: absolute;
  inset: 13px;
  background: #93c5fd;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.bu-shot-ico-shield::before {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'><path d='M12 3l8 3v6c0 5-3.4 8.4-8 9-4.6-.6-8-4-8-9V6z'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'><path d='M12 3l8 3v6c0 5-3.4 8.4-8 9-4.6-.6-8-4-8-9V6z'/></svg>");
}
.bu-shot-ico-bolt::before {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M13 2L4 14h7l-1 8 9-12h-7z'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M13 2L4 14h7l-1 8 9-12h-7z'/></svg>");
}
.bu-shot-ico-pin::before {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 2a7 7 0 00-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 00-7-7zm0 9.5A2.5 2.5 0 1112 6a2.5 2.5 0 010 5.5z'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 2a7 7 0 00-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 00-7-7zm0 9.5A2.5 2.5 0 1112 6a2.5 2.5 0 010 5.5z'/></svg>");
}
.bu-shot-ico-users::before {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M16 11a4 4 0 10-8 0 4 4 0 008 0zM4 20a8 8 0 0116 0v1H4z'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M16 11a4 4 0 10-8 0 4 4 0 008 0zM4 20a8 8 0 0116 0v1H4z'/></svg>");
}

.bu-shot-search {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(59, 158, 255, 0.12);
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
}
.bu-shot-search-tabs {
  display: flex;
  gap: 6px;
}
.bu-shot-search-tabs a {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  color: #94a3b8;
  text-decoration: none;
}
.bu-shot-search-tabs a.is-on {
  background: var(--bu-shot-blue);
  color: #fff;
  box-shadow: 0 8px 20px rgba(29, 111, 216, 0.4);
}
.bu-shot-search-row {
  display: grid;
  gap: 8px;
}
@media (min-width: 820px) {
  .bu-shot-search-row {
    grid-template-columns: 1fr 1fr 1fr auto;
    align-items: end;
  }
}
.bu-shot-search-row label {
  display: grid;
  gap: 4px;
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #93c5fd;
}
.bu-shot-search-row label.has-ico { position: relative; }
.bu-shot-search-row label.has-ico input { padding-left: 38px; }
.bu-shot-search-row label.has-ico::after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1d6fd8;
  box-shadow: 0 0 0 3px rgba(29, 111, 216, 0.18);
  pointer-events: none;
}
.bu-shot-search-row input {
  height: 48px;
  border-radius: 14px;
  border: 1px solid #dbe3ef;
  background: #fff;
  color: #0f172a;
  padding: 0 14px;
  font-weight: 700;
}
.bu-shot-search-row input::placeholder { color: #64748b; }
.bu-shot-search-row button {
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--bu-shot-blue);
  color: #fff;
  font-weight: 850;
  white-space: nowrap;
  box-shadow: 0 10px 28px rgba(29, 111, 216, 0.5);
  cursor: pointer;
}
.bu-shot-dests {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #cbd5e1;
}
.bu-shot-dests-lab { color: #94a3b8; font-weight: 650; }
.bu-shot-dests a {
  color: #e2e8f0;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}
.bu-shot-dests-all { color: #7ec4ff !important; }

.bu-shot-aside {
  position: relative;
  display: grid;
  justify-items: end;
  gap: 14px;
  align-content: center;
}
.bu-board-shot-vip {
  justify-self: end;
  align-self: center;
  padding: 10px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #4c1d95, #1d6fd8);
  color: #fff !important;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(76, 29, 149, 0.35);
}
.bu-shot-script {
  margin: 0;
  font-family: "Segoe Script", "Lucida Handwriting", cursive;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  color: #8ec8ff;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}
.bu-shot-card {
  width: min(340px, 100%);
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}
.bu-shot-card-k {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #93c5fd;
}
.bu-shot-card h2 {
  margin: 0 0 6px;
  font-size: 1.25rem;
  color: #fff;
}
.bu-shot-card p { margin: 0; color: #cbd5e1; font-weight: 650; }
.bu-shot-card-meta { margin: 8px 0 12px !important; }
.bu-shot-card-meta strong { color: #7ec4ff; font-size: 1.15rem; }
.bu-shot-card a {
  display: inline-flex;
  color: #fff;
  background: var(--bu-shot-blue);
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 999px;
}
.bu-shot-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 8px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(14px);
}
.bu-shot-metrics li {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #cbd5e1;
}
.bu-shot-metrics strong {
  display: block;
  color: #fff;
  font-size: 16px;
}
.bu-shot-hero-foot {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 10px 24px 14px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.7);
  background: rgba(5, 11, 22, 0.35);
  border-top: 1px solid var(--bu-shot-line);
}
@media (max-width: 700px) {
  .bu-shot-aside { justify-items: stretch; }
  .bu-shot-card, .bu-shot-script { width: 100%; }
  .bu-shot-hero-foot { flex-direction: column; }
}

/* —— Registracija: donji split (tamno lijevo + bijela forma) —— */
body.bu-auth-chrome {
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(29, 111, 216, 0.16), transparent 50%),
    linear-gradient(180deg, #eef4fb, #f8fafc) !important;
}
body.bu-auth-chrome .bu-auth-top-v2 {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
body.bu-auth-chrome .bu-reg-v4 {
  max-width: 1180px;
  margin: 12px auto 40px;
  padding: 0 16px 24px;
  display: grid;
  gap: 0;
}
@media (min-width: 960px) {
  body.bu-auth-chrome .bu-reg-v4 {
    grid-template-columns: minmax(280px, 0.92fr) minmax(360px, 1.08fr);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
    background: #fff;
  }
}
body.bu-auth-chrome .bu-auth-aside-v4 {
  display: none !important;
}
@media (min-width: 960px) {
  body.bu-auth-chrome .bu-auth-aside-v4 {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    min-height: 640px;
    padding: 32px 28px !important;
    border-radius: 0 !important;
    color: #e2e8f0;
    background-color: #07111f !important;
    background-image:
      linear-gradient(165deg, rgba(7, 17, 31, 0.78), rgba(7, 17, 31, 0.42)),
      url("bu-truck-portrait.png") !important;
    background-size: cover !important;
    background-position: 62% 40% !important;
  }
}
.bu-auth-aside-kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #93c5fd;
}
.bu-auth-aside-cards {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.bu-auth-aside-cards li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  font-weight: 800;
  color: #fff;
}
.bu-auth-aside-cards i {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(29, 111, 216, 0.35);
}
.bu-auth-aside-stats {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 750;
  color: #cbd5e1;
}
body.bu-auth-chrome .bu-auth-main {
  background: #fff;
  padding: 28px 22px 32px;
}
@media (min-width: 960px) {
  body.bu-auth-chrome .bu-auth-main { padding: 36px 40px 40px; }
}
body.bu-auth-chrome .bu-reg-tabs-v4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0 18px;
}
body.bu-auth-chrome .bu-reg-tab {
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 16px;
}
body.bu-auth-chrome .bu-reg-tab.is-on.blue {
  background: #eff6ff;
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(29, 111, 216, 0.12);
}
body.bu-auth-chrome .bu-reg-hero h1 {
  letter-spacing: -0.04em;
}
body.bu-auth-chrome .bu-journey-chip {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 850;
}

/* Auth split photo — nalog/board/objavi live in look-shot-pro.css */
@media (min-width: 960px) {
  .bu-auth-aside-v4 {
    background-color: #07111f;
    background-image:
      linear-gradient(165deg, rgba(7, 17, 31, 0.78), rgba(7, 17, 31, 0.42)),
      url("bu-truck-portrait.png");
    background-size: cover;
    background-position: 62% 40%;
  }
}

@media (max-width: 899px) {
  .bu-shot-hero.landing-hero-desk { min-height: auto; }
}

main.landing-page {
  background: #050b16;
}
main.landing-page .landing-entry,
main.landing-page .landing-sections,
main.landing-page .landing-footer-cta,
main.landing-page .app-cta {
  background: #f4f7fb;
}
