/* ── UK public chrome ─────────────────────────────────────────────────────
   The header and footer every anonymous visitor to bidvane.co.uk sees. Loaded
   after style.css / chrome.css and scoped to `body.mkt-uk:not(.app)`, so the
   signed-in app and the Israeli site are untouched.

   Design system: the public-site concept (docs/concept-public-site). Night
   ground for the header and footer, Bidvane's own seal blue and construction
   orange, the original wordmark lockup with "Bid" in the dark-mode seal.  */

.mkt-uk:not(.app) {
  --pub-night: #0F1A21; --pub-night-line: rgba(255,255,255,.09);
  --pub-night-ink: #E7EDF1; --pub-night-soft: #9DAFBA; --pub-seal-hi: #7CB7DE;
  --pub-mint: #5DD39E; --pub-display: "Sora", "Heebo", system-ui, sans-serif;
}

/* ── header ─────────────────────────────────────────────────────────────── */
/* Solid night, not translucent: the concept's 82% bar sat over a night hero,
   but here the sticky bar scrolls over paper pages too, and the off-white
   bleeding through read as grey. */
.mkt-uk:not(.app) .topbar { position: sticky; top: 0; z-index: 30;
  background: var(--pub-night);
  border-bottom: 1px solid var(--pub-night-line); box-shadow: none; }
.mkt-uk:not(.app) .topbar-inner { height: 64px; }
.mkt-uk:not(.app) .brand .bv-word .b1 { color: var(--pub-seal-hi); -webkit-text-stroke-color: var(--pub-seal-hi); }
.mkt-uk:not(.app) .brand .bv-word .b2 { color: #fff; -webkit-text-stroke-color: #fff; }
.mkt-uk:not(.app) .nav-pub-link { color: var(--pub-night-soft); font-family: var(--pub-display);
  font-weight: 500; font-size: 14px; position: relative; padding: 6px 2px; background: none; border: 0; }
.mkt-uk:not(.app) .nav-pub-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0;
  height: 2px; background: var(--accent); transition: right .25s cubic-bezier(.2,.8,.2,1); }
.mkt-uk:not(.app) .nav-pub-link:hover { color: #fff; }
.mkt-uk:not(.app) .nav-pub-link:hover::after { right: 0; }
.mkt-uk:not(.app) .nav-pub-links { gap: 22px; }
/* Log in: outlined in white so the pair reads as two actions beside the orange Sign up. */
.mkt-uk:not(.app) .nav-pub-login { color: #fff; font-family: var(--pub-display); font-weight: 500; font-size: 14px;
  border: 1px solid rgba(255,255,255,.55); border-radius: 9px; padding: 9px 14px; text-decoration: none;
  transition: border-color .2s, background .2s; }
.mkt-uk:not(.app) .nav-pub-login:hover { border-color: #fff; background: rgba(255,255,255,.08); text-decoration: none; }
.mkt-uk:not(.app) .nav-signup { font-family: var(--pub-display); font-weight: 600; font-size: 14px;
  padding: 10px 16px; border-radius: 9px; background: var(--accent); color: #fff; border: 0;
  box-shadow: 0 6px 18px rgb(232 101 13 / .28); }
.mkt-uk:not(.app) .nav-signup:hover { background: #F07520; }
/* The collapsed "Menu" on small screens, on the dark bar. */
.mkt-uk:not(.app) .nav-pub-menu > summary { color: var(--pub-night-ink); }
.mkt-uk:not(.app) .nav-pub-menu .nav-dropdown-menu { background: #152430; border-color: var(--pub-night-line); }
.mkt-uk:not(.app) .nav-pub-menu .nav-dropdown-menu a { color: var(--pub-night-ink); }
.mkt-uk:not(.app) .nav-pub-menu .nav-dropdown-menu a:hover { background: rgba(255,255,255,.06); }

/* ── footer ─────────────────────────────────────────────────────────────── */
.mkt-uk:not(.app) .pub-foot { background: var(--pub-night); color: var(--pub-night-soft);
  border-top: 1px solid var(--pub-night-line); padding: 56px 0 28px; font-size: 14px; }
.mkt-uk:not(.app) .pub-foot-inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.mkt-uk:not(.app) .pub-foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; align-items: start; }
.mkt-uk:not(.app) .pub-foot-brand .bv-word .b1 { color: var(--pub-seal-hi); -webkit-text-stroke-color: var(--pub-seal-hi); }
.mkt-uk:not(.app) .pub-foot-brand .bv-word .b2 { color: #fff; -webkit-text-stroke-color: #fff; }
.mkt-uk:not(.app) .pub-foot-brand p { margin: 16px 0 0; max-width: 40ch; line-height: 1.55; }
.mkt-uk:not(.app) .pub-foot-badges { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.mkt-uk:not(.app) .pub-foot-badges li { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px 6px 8px;
  border-radius: 8px; background: rgba(255,255,255,.04); border: 1px solid var(--pub-night-line);
  font-family: var(--pub-display); font-weight: 600; font-size: 12px; color: #fff; }
.mkt-uk:not(.app) .pub-foot-badges svg { width: 15px; height: 15px; color: var(--pub-seal-hi); flex: none; }
.mkt-uk:not(.app) .pub-foot-col { display: flex; flex-direction: column; gap: 10px; }
.mkt-uk:not(.app) .pub-foot-col h4 { margin: 0 0 4px; font-family: var(--pub-display); font-weight: 600; font-size: 12px;
  letter-spacing: .12em; text-transform: uppercase; color: #fff; }
.mkt-uk:not(.app) .pub-foot-col a { color: var(--pub-night-soft); text-decoration: none; transition: color .2s; }
.mkt-uk:not(.app) .pub-foot-col a:hover { color: #fff; text-decoration: none; }
.mkt-uk:not(.app) .pub-foot-bar { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--pub-night-line);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12.5px; color: var(--pub-night-soft); }
.mkt-uk:not(.app) .pub-foot-bar span:last-child { max-width: 62ch; }
@media (max-width: 960px) { .mkt-uk:not(.app) .pub-foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .mkt-uk:not(.app) .pub-foot-grid { grid-template-columns: 1fr; } }

/* ── document pages: legal, contact, blog ─────────────────────────────── */
/* The title band. It sits inside .container (block content), so it pulls
   itself full-bleed and back up against the header. */
.mkt-uk:not(.app) .pub-doc-head { position: relative; overflow: hidden; isolation: isolate; box-sizing: border-box;
  width: 100vw; margin: calc(-1 * var(--s6)) 0 36px calc(50% - 50vw); padding: 44px 0 40px;
  background: var(--pub-night); color: var(--pub-night-ink); }
.mkt-uk:not(.app) .pub-doc-head::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(55% 45% at 78% 30%, rgba(22,85,122,.62), transparent 60%), radial-gradient(38% 38% at 18% 95%, rgba(232,101,13,.16), transparent 60%); }
.mkt-uk:not(.app) .pub-doc-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--s5); }
.mkt-uk:not(.app) .pub-doc-head .crumbs { color: var(--pub-night-soft); margin-bottom: 18px; font-size: 13px; }
.mkt-uk:not(.app) .pub-doc-head .crumbs a { color: var(--pub-night-soft); }
.mkt-uk:not(.app) .pub-doc-head .crumbs a:hover { color: #fff; }
.mkt-uk:not(.app) .pub-kicker { display: inline-block; font: 600 12px/1 var(--pub-display); letter-spacing: .14em; text-transform: uppercase; color: #F5A15C; }
.mkt-uk:not(.app) .pub-doc-h1, .mkt-uk:not(.app) .pub-doc-head h1 { font: 800 clamp(30px, 3.4vw, 42px)/1.1 var(--pub-display);
  letter-spacing: -.02em; color: #fff; margin: 12px 0 0; max-width: 24ch; text-wrap: balance; }
.mkt-uk:not(.app) .pub-doc-sub, .mkt-uk:not(.app) .pub-doc-head .blg-sub { margin: 12px 0 0; font-size: 16.5px; line-height: 1.5; color: var(--pub-night-soft); max-width: 56ch; }
.mkt-uk:not(.app) .pub-doc-meta { margin: 12px 0 0; font-size: 13px; color: var(--pub-night-soft); }
.mkt-uk:not(.app) .pub-doc-head .legal-nav { margin: 22px 0 0; }
.mkt-uk:not(.app) .pub-doc-head .legal-nav a { border-color: rgba(255,255,255,.2); color: var(--pub-night-ink); background: rgba(255,255,255,.04);
  font-family: var(--pub-display); font-weight: 600; font-size: 13px; }
.mkt-uk:not(.app) .pub-doc-head .legal-nav a:hover { border-color: #fff; color: #fff; }
.mkt-uk:not(.app) .pub-doc-head .legal-nav a.is-active { background: var(--accent); border-color: var(--accent); color: #fff; }
/* the body: an editorial measure, Sora headings, the "last updated" note stepped back */
.mkt-uk:not(.app) .legal-doc { max-width: 820px; }
.mkt-uk:not(.app) .legal-doc .blog-body { font-size: 16.5px; line-height: 1.65; }
.mkt-uk:not(.app) .blog-body h2 { font-family: var(--pub-display); font-weight: 700; font-size: 22px; letter-spacing: -.015em; margin: 36px 0 10px; }
.mkt-uk:not(.app) .blog-body h3 { font-family: var(--pub-display); font-weight: 700; font-size: 17px; margin: 22px 0 6px; }
.mkt-uk:not(.app) .blog-body a { color: var(--seal); font-weight: 600; }
.mkt-uk:not(.app) .blog-article-meta { font-size: 12.5px; line-height: 1.5; color: var(--ink-soft); opacity: .85; padding: 0 0 16px; margin: 0 0 22px; border-bottom: 1px solid var(--line); }
.mkt-uk:not(.app) .blog-back { margin: 36px 0 0; font-size: 14px; }
.mkt-uk:not(.app) .blog-back a { color: var(--ink-soft); font-weight: 500; }
/* blog: the listing's head rides in the band; the cards keep their app styles */
.mkt-uk:not(.app) .pub-doc-head .blg-head { margin: 0; }
.mkt-uk:not(.app) .pub-doc-head .blg-head h1 { color: #fff; font-family: var(--pub-display); font-weight: 800; }
.mkt-uk:not(.app) .blg-feat, .mkt-uk:not(.app) .blg-card { border-radius: 16px; }

/* ── contact: one card, nothing else ──────────────────────────────────── */
.mkt-uk:not(.app) .ct2-wrap { max-width: 680px; margin: 0 auto; padding: 4px 0 40px; }
.mkt-uk:not(.app) .ct2-card { position: relative; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  padding: 26px 28px 24px; box-shadow: 0 1px 2px rgb(28 43 51 / .06), 0 8px 24px rgb(28 43 51 / .08); }
.mkt-uk:not(.app) .ct2-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--accent), var(--seal)); }
.mkt-uk:not(.app) .ct2-label { display: block; font: 600 12.5px var(--pub-display); margin: 14px 0 6px; color: var(--ink); }
.mkt-uk:not(.app) .ct2-label .muted { color: var(--ink-soft); font-weight: 500; }
.mkt-uk:not(.app) .ct2-card input, .mkt-uk:not(.app) .ct2-card textarea, .mkt-uk:not(.app) .ct2-card select { width: 100%; font-size: 15.5px; padding: 11px 12px;
  border: 1px solid var(--line); border-radius: 10px; background: var(--paper); transition: box-shadow .2s, border-color .2s; }
.mkt-uk:not(.app) .ct2-card input:focus, .mkt-uk:not(.app) .ct2-card textarea:focus, .mkt-uk:not(.app) .ct2-card select:focus { outline: 0; border-color: var(--seal); box-shadow: 0 0 0 4px rgba(22,85,122,.14); }
.mkt-uk:not(.app) .ct2-card textarea { min-height: 120px; resize: vertical; }
.mkt-uk:not(.app) .ct2-native[hidden] { display: none; }
.mkt-uk:not(.app) .ct2-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mkt-uk:not(.app) .ct2-topics { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.mkt-uk:not(.app) .ct2-topics[hidden] { display: none; }
.mkt-uk:not(.app) .ct2-topic { font: 600 12.5px var(--pub-display); padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface);
  cursor: pointer; color: var(--ink-soft); transition: all .18s cubic-bezier(.2,.8,.2,1); }
.mkt-uk:not(.app) .ct2-topic:hover { border-color: var(--seal); color: var(--seal); }
.mkt-uk:not(.app) .ct2-topic.is-on { background: var(--seal); border-color: var(--seal); color: #fff; }
.mkt-uk:not(.app) .ct2-desc { margin: 8px 0 0; font-size: 13px; color: var(--ink-soft); min-height: 18px; transition: opacity .15s; }
.mkt-uk:not(.app) .ct2-desc.is-switching { opacity: 0; }
.mkt-uk:not(.app) .ct2-send { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.mkt-uk:not(.app) .ct2-send small { font-size: 12.5px; color: var(--ink-soft); }
.mkt-uk:not(.app) .ct2-facts { margin: 18px auto 0; display: flex; flex-wrap: wrap; gap: 6px 22px; justify-content: center; list-style: none; padding: 0; font-size: 13px; color: var(--ink-soft); }
.mkt-uk:not(.app) .ct2-facts li::before { content: "✓"; color: #1F8A5B; font-weight: 700; margin-right: 6px; }
.mkt-uk:not(.app) .ct2-err { margin-bottom: 14px; }
.mkt-uk:not(.app) .ct2-sent-p { margin: 14px 0 0; color: var(--ink-soft); }
.mkt-uk:not(.app) .hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
@media (max-width: 560px) { .mkt-uk:not(.app) .ct2-row { grid-template-columns: 1fr; } .mkt-uk:not(.app) .ct2-card { padding: 22px 18px; } }

/* ── auth pages: one card on the night ground ─────────────────────────── */
.mkt-uk:not(.app) .auth-wrap { background: var(--pub-night); min-height: calc(100vh - 64px); display: grid; align-content: center; justify-items: center; gap: 18px;
  padding: 56px 24px 72px; position: relative; overflow: hidden; isolation: isolate; }
.mkt-uk:not(.app) .auth-wrap::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(55% 45% at 78% 30%, rgba(22,85,122,.62), transparent 60%), radial-gradient(38% 38% at 18% 95%, rgba(232,101,13,.16), transparent 60%); }
.mkt-uk:not(.app) .auth-card { max-width: 440px; border: 0; border-radius: 18px; padding: 30px 30px 26px; box-shadow: 0 30px 60px rgb(0 0 0 / .35); position: relative; overflow: hidden; background: var(--surface); }
.mkt-uk:not(.app) .auth-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--accent), var(--seal)); }
.mkt-uk:not(.app) .auth-card h1 { font: 700 26px/1.15 var(--pub-display); letter-spacing: -.02em; margin-bottom: 6px; }
.mkt-uk:not(.app) .pub-auth-lead { margin: 0 0 18px; color: var(--ink-soft); font-size: 14.5px; }
.mkt-uk:not(.app) .auth-card .field > span { font: 600 13px var(--pub-display); }
.mkt-uk:not(.app) .auth-card input:not([type=checkbox]) { border-radius: 10px; }
.mkt-uk:not(.app) .auth-card .btn-primary { font-family: var(--pub-display); font-weight: 600; border-radius: 10px; }
.mkt-uk:not(.app) .pub-auth-facts { margin: 0; display: flex; flex-wrap: wrap; gap: 6px 18px; justify-content: center; list-style: none; padding: 0; font-size: 13px; color: var(--pub-night-soft); }
.mkt-uk:not(.app) .pub-auth-facts li::before { content: "✓"; color: var(--pub-mint); font-weight: 700; margin-right: 6px; }

/* ── about ────────────────────────────────────────────────────────────── */
.ab2 .ab2-hero { padding: 80px 0 72px; }
.ab2 .ab2-h1 { max-width: 18ch; font-size: clamp(34px, 3.8vw, 48px); }
.ab2 .ab2-sub { max-width: 58ch; font-size: 18px; }
.ab2-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 38px; }
.ab2-fact { border: 1px solid var(--lp3-night-line); border-radius: 14px; padding: 16px 18px; background: rgba(255,255,255,.04); }
.ab2-fact b { display: block; font: 800 26px/1 var(--lp3-display); color: #fff; letter-spacing: -.02em; }
.ab2-fact span { display: block; margin-top: 6px; font-size: 12.5px; color: var(--lp3-night-soft); line-height: 1.35; }
/* follow one contract: four steps on one line, the first three ours */
.ab2-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 8px 0 0; padding: 0; list-style: none; }
.ab2-steps::before { content: ""; position: absolute; left: 8%; right: 8%; top: 22px; height: 2px; background: linear-gradient(90deg, var(--accent) 0 62%, var(--line) 62%); z-index: 0; }
.ab2-step { position: relative; z-index: 1; }
.ab2-node { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font: 800 15px var(--lp3-display); color: #fff; background: var(--accent); box-shadow: 0 0 0 6px var(--paper); margin-bottom: 18px; }
.ab2-step.is-late .ab2-node { background: var(--surface); color: var(--ink-soft); border: 2px solid var(--line); }
.ab2-when { font: 600 11.5px var(--lp3-display); letter-spacing: .1em; text-transform: uppercase; color: var(--lp3-accent-ink); }
.ab2-step.is-late .ab2-when { color: var(--ink-soft); }
.ab2-step h3 { font-size: 20px; font-weight: 700; margin-top: 8px; letter-spacing: -.015em; }
.ab2-step p { margin-top: 8px; font-size: 15px; line-height: 1.55; color: var(--ink-soft); }
/* principles: four quiet cards, each a promise and its proof */
.ab2-principles-sec { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ab2-principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.ab2-principle { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 26px 26px 24px; box-shadow: var(--lp3-shadow); transition: transform .3s var(--lp3-ease), box-shadow .3s; }
.ab2-principle:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgb(28 43 51 / .12); }
.ab2-principle h3 { font-size: 22px; font-weight: 700; letter-spacing: -.015em; }
.ab2-principle p { margin-top: 12px; font-size: 15.5px; line-height: 1.55; color: var(--ink-soft); }
.ab2-ex { display: inline-block; margin-top: 14px; font: 600 13px var(--lp3-display); color: var(--seal); background: #EEF5FA; padding: 6px 10px; border-radius: 7px; }
.ab2-contact { margin-top: 26px; font-size: 15px; color: var(--lp3-night-soft); position: relative; }
.ab2-contact a { color: #fff; font-weight: 600; }
@media (max-width: 960px) { .ab2-facts, .ab2-steps, .ab2-principles { grid-template-columns: 1fr 1fr; } .ab2-steps::before { display: none; } }
@media (max-width: 560px) { .ab2-facts, .ab2-steps, .ab2-principles { grid-template-columns: 1fr; } }
/* the "last updated" note: a quiet line, not the app's grey pill */
.mkt-uk:not(.app) .legal-doc .blog-article-meta { background: none; border-radius: 0; padding: 0 0 16px; margin: 0 0 22px; border-bottom: 1px solid var(--line); }
