/* ==========================================================================
   BrziWebshop.com — main.css
   Mobile-first. Tokens from the v2 design handoff.
   Radius 0 everywhere except the logo block. No shadows anywhere.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Fonts (self-hosted subsets)
   Archivo and JetBrains Mono are variable (wght axis) — one file per subset
   covers every weight. Archivo / Archivo Black have no Cyrillic subset; the
   Russian review quote falls back to system-ui by design.
   -------------------------------------------------------------------------- */
@font-face {
  font-family: Archivo;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/archivo-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Archivo;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/archivo-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/archivo-black-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/archivo-black-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(../fonts/jbmono-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(../fonts/jbmono-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(../fonts/jbmono-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* --------------------------------------------------------------------------
   2. Tokens
   -------------------------------------------------------------------------- */
:root {
  --ink: #0B0E14;
  --ink-raised: #0F131B;
  --surface: #12161F;
  --surface-hover: #161B27;
  --hairline: #1C2230;
  --hairline-2: #232A38;
  --hairline-3: #2A3244;
  --orange: #FF6B00;
  --blue: #14224A;
  --blue-hover: #182A5C;
  --blue-border: #24386E;
  --blue-text: #7FA6FF;
  --blue-mut: #8FA3CE;
  --blue-body: #B9C6E4;
  --blue-strong: #E6ECFA;
  --stat-blue: #1E48A8;
  --paper: #F2F1EE;
  --white: #FFFFFF;
  --t1: #E4E6EB;
  --t2: #C6CBD6;
  --t3: #A7AEBC;
  --t4: #8B93A3;
  --t5: #6E7688;
  --t6: #3D4658;

  --sans: Archivo, system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --display: 'Archivo Black', Archivo, system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, 'Cascadia Mono', Consolas, monospace;

  --wrap: 1400px;
  --pad: clamp(18px, 4.5vw, 26px);
  --sec-y: clamp(56px, 8vw, 120px);
  --card-pad: clamp(24px, 3vw, 44px);
  --header-h: 58px;
}

/* --------------------------------------------------------------------------
   3. Base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  text-wrap: pretty;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--paper); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--orange); }

h1, h2, h3, p, blockquote, figure { margin: 0; }

::selection { background: var(--orange); color: var(--ink); }

:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

/* Skip link */
.bw-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 14px 20px;
  background: var(--orange);
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.bw-skip:focus {
  left: 0;
  color: var(--ink);
}

/* Anchor targets clear the sticky header */
[id] { scroll-margin-top: calc(var(--header-h) + 12px); }

/* --------------------------------------------------------------------------
   4. Utilities
   -------------------------------------------------------------------------- */
.bw-wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  width: 100%;
}

.bw-section { padding: var(--sec-y) var(--pad); }

.bw-display {
  font-family: var(--display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -.04em;
}

.bw-mono {
  font-family: var(--mono);
  font-weight: 700;
}

.bw-eyebrow {
  font-family: var(--mono);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--t4);
}

.bw-orange { color: var(--orange); }

/* Hairline grid: 1px gaps reveal the container background as rules */
.bw-grid {
  display: grid;
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
}

.bw-hide-sm { display: none; }

.bw-badge {
  display: inline-block;
  padding: 6px 10px;
  background: var(--orange);
  color: var(--ink);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Buttons — min 44px tall via padding, radius 0 */
.bw-btn {
  display: inline-block;
  padding: 18px 28px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.bw-btn--primary { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.bw-btn--primary:hover { background: var(--white); border-color: var(--white); color: var(--ink); }
.bw-btn--ghost { border-color: var(--hairline-3); color: var(--paper); }
.bw-btn--ghost:hover { border-color: var(--white); background: var(--surface); color: var(--paper); }
.bw-btn--ghost-orange { border-color: var(--hairline-3); color: var(--paper); }
.bw-btn--ghost-orange:hover { border-color: var(--orange); color: var(--orange); background: transparent; }
.bw-btn--lg { padding: 20px 30px; font-size: 15px; }

@media (min-width: 600px) {
  .bw-btn--lg { padding: 20px 34px; }
}

/* --------------------------------------------------------------------------
   5. Header / nav
   -------------------------------------------------------------------------- */
.bw-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(11, 14, 20, .88);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline);
}

.bw-header__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 10px var(--pad);
  display: flex;
  align-items: center;
  gap: 14px;
}

/* The only rounded element on the page — the logo artwork is dark-on-light */
.bw-logo {
  display: flex;
  align-items: center;
  background: var(--white);
  padding: 6px 10px;
  border-radius: 6px;
  flex: 0 0 auto;
}
.bw-logo img { height: 22px; width: auto; }

.bw-nav {
  display: none;
  gap: 24px;
  margin-left: auto;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.bw-nav a { color: var(--t4); }
.bw-nav a:hover { color: var(--orange); }

.bw-header__right {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.bw-header__phone {
  display: none;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--t4);
  white-space: nowrap;
}

.bw-header__cta {
  display: none;
  padding: 12px 18px;
  font-size: 12px;
}

/* Hamburger — only meaningful with JS, so it is revealed by the .js class */
.bw-burger {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--hairline-3);
  color: var(--paper);
  cursor: pointer;
  flex: 0 0 auto;
}
.js .bw-burger { display: flex; }
.bw-burger:hover { border-color: var(--orange); color: var(--orange); }
.bw-burger__bars { display: block; width: 20px; height: 12px; position: relative; }
.bw-burger__bars::before,
.bw-burger__bars::after,
.bw-burger__bars span {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: transform .18s ease, opacity .18s ease;
}
.bw-burger__bars::before { top: 0; }
.bw-burger__bars span { top: 5px; }
.bw-burger__bars::after { top: 10px; }
.bw-burger[aria-expanded="true"] .bw-burger__bars::before { transform: translateY(5px) rotate(45deg); }
.bw-burger[aria-expanded="true"] .bw-burger__bars span { opacity: 0; }
.bw-burger[aria-expanded="true"] .bw-burger__bars::after { transform: translateY(-5px) rotate(-45deg); }

/* Full-screen mobile menu */
.bw-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: var(--ink);
  padding: calc(var(--header-h) + 24px) var(--pad) 32px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bw-menu[hidden] { display: none; }
.bw-menu a {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(28px, 8vw, 40px);
  line-height: 1.15;
  letter-spacing: -.03em;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid var(--hairline);
}
.bw-menu__phone {
  margin-top: 22px;
  font-family: var(--mono) !important;
  font-size: 16px !important;
  font-weight: 700;
  color: var(--orange) !important;
  border-bottom: 0 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.bw-menu .bw-btn {
  margin-top: 8px;
  font-family: var(--sans);
  font-size: 15px !important;
  letter-spacing: .04em !important;
  border-bottom: 0 !important;
  line-height: 1.2 !important;
}
body.bw-locked { overflow: hidden; }

@media (min-width: 600px) {
  .bw-header__cta { display: inline-block; }
}

@media (min-width: 900px) {
  .bw-hide-sm { display: revert; }
  .bw-nav { display: flex; }
  .bw-header__phone { display: inline-block; }
  .js .bw-burger { display: none; }
  .bw-logo { padding: 7px 12px; }
  .bw-logo img { height: 26px; }
  .bw-header__inner { padding: 12px var(--pad); gap: 30px; }
  .bw-header__cta { padding: 12px 22px; font-size: 13px; }
}

/* Without JS the hamburger is useless, so show the links inline instead */
.no-js .bw-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  font-size: 12px;
}

/* Language switch */
.bw-lang {
  display: flex;
  align-items: center;
  gap: 2px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  flex: 0 0 auto;
}
.bw-lang a {
  padding: 7px 8px;
  color: var(--t5);
  border: 1px solid transparent;
}
.bw-lang a:hover { color: var(--orange); }
.bw-lang a[aria-current="true"] {
  color: var(--ink);
  background: var(--paper);
}
.bw-lang a[aria-current="true"]:hover { background: var(--orange); color: var(--ink); }
.bw-menu .bw-lang {
  margin-top: 18px;
  font-size: 14px;
}
.bw-menu .bw-lang a {
  font-family: var(--mono) !important;
  font-size: 14px !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  border-bottom: 0 !important;
  padding: 9px 12px;
  line-height: 1.2 !important;
}

/* Turnstile widget */
.bw-captcha { min-height: 65px; }
.bw-captcha:empty { min-height: 0; }

.bw-noscript {
  padding: 16px 18px;
  border: 1px solid var(--orange);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--t2);
}
.bw-noscript a { color: var(--orange); font-weight: 700; }

/* --------------------------------------------------------------------------
   6. Hero
   -------------------------------------------------------------------------- */
.bw-hero {
  position: relative;
  padding: clamp(40px, 7vw, 110px) var(--pad) clamp(36px, 5vw, 72px);
  overflow: hidden;
}
.bw-hero__glow {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.bw-hero__glow--orange {
  top: -30%;
  left: -10%;
  width: 70vw;
  height: 70vw;
  background: radial-gradient(circle, rgba(255, 107, 0, .16), transparent 62%);
}
.bw-hero__glow--blue {
  bottom: -40%;
  right: -15%;
  width: 65vw;
  height: 65vw;
  background: radial-gradient(circle, rgba(20, 58, 150, .30), transparent 62%);
}
.bw-hero__inner { position: relative; z-index: 1; }

.bw-hero__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7C859A;
}

.bw-hero h1 {
  margin: clamp(18px, 3vw, 34px) 0 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(58px, 12.6vw, 214px);
  line-height: .82;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.bw-hero__cols {
  margin-top: clamp(26px, 3.4vw, 48px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(26px, 3vw, 60px);
  align-items: start;
}

.bw-hero__lead {
  max-width: 44ch;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.45;
  font-weight: 500;
  color: var(--t2);
}
.bw-hero__lead strong { color: var(--white); font-weight: 900; }

.bw-hero__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.bw-stat { border-left: 3px solid var(--orange); padding-left: 16px; }
.bw-stat--blue { border-left-color: var(--stat-blue); }
.bw-stat__num {
  font-family: var(--display);
  font-size: clamp(40px, 4.4vw, 68px);
  line-height: .9;
  letter-spacing: -.04em;
}
.bw-stat__label {
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--t4);
}

.bw-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(28px, 3.4vw, 46px);
}
.bw-hero__cta .bw-btn { flex: 1 1 auto; }

@media (min-width: 600px) {
  .bw-hero__cta .bw-btn { flex: 0 0 auto; }
}

/* --------------------------------------------------------------------------
   7. Marquees
   -------------------------------------------------------------------------- */
.bw-marquee { overflow: hidden; }
.bw-marquee__track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: bwRun linear infinite;
}
@keyframes bwRun {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.bw-marquee--orange {
  background: var(--orange);
  color: var(--ink);
  padding: 14px 0;
}
.bw-marquee--orange .bw-marquee__track {
  animation-duration: 26s;
  font-family: var(--display);
  font-size: clamp(15px, 1.5vw, 20px);
  letter-spacing: -.01em;
  text-transform: uppercase;
}
.bw-marquee--orange span { padding-right: 22px; }

.bw-marquee--stack {
  background: var(--ink-raised);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  padding: 16px 0;
}
.bw-marquee--stack .bw-marquee__track {
  animation-duration: 34s;
  font-family: var(--mono);
  font-size: 13.5px;
  color: var(--t5);
}
.bw-marquee--stack span { padding-right: 28px; }

/* --------------------------------------------------------------------------
   8. Statement + metrics
   -------------------------------------------------------------------------- */
.bw-statement { border-bottom: 1px solid var(--hairline); }
.bw-statement h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(34px, 6.2vw, 104px);
  line-height: .92;
  letter-spacing: -.04em;
  text-transform: uppercase;
  max-width: 20ch;
}
.bw-metrics {
  margin-top: clamp(30px, 4vw, 64px);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.bw-metric { background: var(--ink); padding: 30px 26px; }
.bw-metric--orange { background: var(--orange); color: var(--ink); }
.bw-metric--orange .bw-eyebrow { color: var(--ink); }
.bw-metric__row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.bw-metric__num {
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 64px);
  line-height: .9;
  letter-spacing: -.04em;
}
.bw-metric__unit { font-size: 14px; font-weight: 700; color: var(--t4); }
.bw-metric p { margin-top: 20px; font-size: 14.5px; line-height: 1.55; color: var(--t4); }
.bw-metric--orange p { color: var(--ink); font-weight: 600; }

.bw-bar {
  margin-top: 20px;
  height: 6px;
  background: var(--hairline);
  overflow: hidden;
}
.bw-bar__fill { width: 95%; height: 100%; background: var(--orange); }
.js .bw-bar__fill { width: 0; transition: width 1.3s cubic-bezier(.2, .8, .2, 1); }
.js .bw-bar__fill.is-visible { width: 95%; }

/* --------------------------------------------------------------------------
   9. Usluge
   -------------------------------------------------------------------------- */
.bw-sec-head {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
}
.bw-sec-head h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(34px, 5.4vw, 88px);
  line-height: .9;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.bw-sec-head p {
  max-width: 40ch;
  font-size: 16px;
  line-height: 1.55;
  color: var(--t4);
}

.bw-cards {
  margin-top: clamp(30px, 4vw, 60px);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}
.bw-card {
  background: var(--surface);
  padding: var(--card-pad);
  transition: background .15s ease;
  display: flex;
  flex-direction: column;
}
.bw-card:hover { background: var(--surface-hover); }
.bw-card--blue { background: var(--blue); }
.bw-card--blue:hover { background: var(--blue-hover); }
.bw-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.bw-card__num {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--orange);
}
.bw-card--blue .bw-card__num { color: var(--blue-text); }
.bw-card h3 {
  margin: 22px 0 14px;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: .98;
  letter-spacing: -.03em;
  text-transform: uppercase;
}
.bw-card p { font-size: 15.5px; line-height: 1.6; color: var(--t3); margin-bottom: 26px; }
.bw-card--blue p { color: var(--blue-body); }
/* margin-top:auto pins the price row to the card bottom so the rule lines up
   across cards of different copy length */
.bw-card__foot {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--hairline-2);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.bw-card--blue .bw-card__foot { border-top-color: var(--blue-border); }
/* Never let a price break across lines — "from €3,900" is wider than
   "od 3.900 €" and wraps at the same card width otherwise. */
.bw-card__price {
  font-family: var(--display);
  font-size: 26px;
  letter-spacing: -.03em;
  white-space: nowrap;
}
.bw-card__dur {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--t4);
  text-align: right;
}
.bw-card--blue .bw-card__dur { color: var(--blue-mut); }

/* List rows 04–08 */
.bw-rows {
  margin-top: 1px;
  display: grid;
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
  border-top: none;
}
.bw-row {
  background: var(--ink);
  padding: 22px clamp(18px, 2.4vw, 40px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 20px;
  align-items: center;
  transition: background .15s ease;
}
.bw-row:hover { background: var(--surface); }
.bw-row__head { display: flex; gap: 14px; align-items: baseline; }
.bw-row__num { font-family: var(--mono); font-size: 12px; color: var(--orange); }
.bw-row h3 {
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 900;
  letter-spacing: -.02em;
}
.bw-row__desc { display: none; font-size: 15px; line-height: 1.5; color: var(--t4); }
.bw-row__price {
  font-family: var(--display);
  font-size: 19px;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.bw-fineprint {
  margin-top: 20px;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.5;
  color: var(--t5);
}

@media (min-width: 900px) {
  .bw-row {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.6fr) auto;
    padding: 26px clamp(22px, 2.4vw, 40px);
  }
  .bw-row__desc { display: block; }
}

/* --------------------------------------------------------------------------
   10. Proces
   -------------------------------------------------------------------------- */
.bw-proces h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(34px, 5.4vw, 88px);
  line-height: .9;
  letter-spacing: -.04em;
  text-transform: uppercase;
  max-width: 18ch;
}
.bw-steps {
  margin-top: clamp(30px, 4vw, 60px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  gap: 24px;
}
.bw-step { border-top: 4px solid var(--hairline-3); padding-top: 20px; }
.bw-step--first { border-top-color: var(--orange); }
.bw-step__day {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--t4);
}
.bw-step--first .bw-step__day { color: var(--orange); }
.bw-step h3 { margin: 14px 0 10px; font-size: 21px; font-weight: 900; letter-spacing: -.02em; }
.bw-step p { font-size: 15px; line-height: 1.55; color: var(--t4); }

/* --------------------------------------------------------------------------
   11. Usporedba
   -------------------------------------------------------------------------- */
.bw-compare { padding: 0 var(--pad) var(--sec-y); }
.bw-compare__box { max-width: var(--wrap); margin: 0 auto; border: 1px solid var(--hairline); }
.bw-compare__head {
  padding: clamp(24px, 3.4vw, 52px) clamp(20px, 3vw, 48px);
  border-bottom: 1px solid var(--hairline);
}
.bw-compare__head .bw-eyebrow { color: var(--orange); font-size: 12px; }
.bw-compare__head h2 {
  margin-top: 16px;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(28px, 4.2vw, 64px);
  line-height: .94;
  letter-spacing: -.035em;
  text-transform: uppercase;
  max-width: 22ch;
}
.bw-compare__panels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 1px;
  background: var(--hairline);
}
.bw-panel { background: var(--ink); padding: clamp(22px, 3vw, 44px); }
.bw-panel--good { background: var(--surface); border-left: 3px solid var(--orange); }
.bw-panel__title {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--t5);
}
.bw-panel--good .bw-panel__title { color: var(--orange); }
.bw-panel ul {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--t4);
}
.bw-panel--good ul { color: var(--t1); }
.bw-panel li { display: flex; gap: 14px; }
.bw-panel li::before {
  content: '✕';
  color: var(--t6);
  font-weight: 900;
  flex: 0 0 auto;
}
.bw-panel--good li::before { content: '✓'; color: var(--orange); }

/* --------------------------------------------------------------------------
   12. Održavanje
   -------------------------------------------------------------------------- */
.bw-maint {
  background: var(--ink-raised);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.bw-maint__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: clamp(30px, 4vw, 72px);
  align-items: start;
}
.bw-maint h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(30px, 4.4vw, 72px);
  line-height: .92;
  letter-spacing: -.04em;
  text-transform: uppercase;
  max-width: 16ch;
}
.bw-maint__lead {
  margin-top: 22px;
  max-width: 44ch;
  font-size: 17px;
  line-height: 1.6;
  color: var(--t4);
}
.bw-maint .bw-btn { margin-top: 28px; }

.bw-tiers { display: grid; gap: 1px; background: var(--hairline); border: 1px solid var(--hairline); }
.bw-tier {
  background: var(--ink);
  padding: 24px 26px;
  display: flex;
  gap: 20px;
  align-items: baseline;
  justify-content: space-between;
}
.bw-tier--pop { border-left: 3px solid var(--orange); }
.bw-tier__name {
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.bw-tier__name .bw-badge { margin-left: 8px; vertical-align: middle; padding: 5px 9px; }
.bw-tier__desc { margin-top: 8px; font-size: 14.5px; line-height: 1.5; color: var(--t4); }
.bw-tier__price {
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: -.03em;
  white-space: nowrap;
}
.bw-tiers__foot {
  background: var(--ink-raised);
  padding: 16px 26px;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.5;
  color: var(--t5);
}

/* --------------------------------------------------------------------------
   13. Recenzije
   -------------------------------------------------------------------------- */
.bw-score {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 22px;
  border: 1px solid var(--hairline);
  background: var(--surface);
}
.bw-score__num { font-family: var(--display); font-size: 44px; line-height: .9; letter-spacing: -.04em; }
.bw-stars { letter-spacing: .16em; color: var(--orange); font-size: 15px; }
.bw-score__label {
  margin-top: 5px;
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--t4);
}

.bw-reviews {
  margin-top: clamp(30px, 4vw, 56px);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}
.bw-review {
  background: var(--ink);
  padding: clamp(22px, 2.6vw, 38px);
}
.bw-review__stars { color: var(--orange); letter-spacing: .14em; font-size: 13px; }
.bw-review p {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -.015em;
}
.bw-review footer {
  margin-top: 20px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--t4);
}
.bw-review--orange { background: var(--orange); color: var(--ink); }
.bw-review--orange .bw-review__stars { color: var(--ink); }
.bw-review--orange p {
  font-family: var(--display);
  font-weight: 400;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -.03em;
}
.bw-review--orange footer { color: var(--ink); font-weight: 700; }
.bw-review--blue { background: var(--blue); }
.bw-review--blue .bw-review__stars { color: var(--blue-text); }
.bw-review--blue p { color: var(--blue-strong); }
.bw-review--blue footer { color: var(--blue-mut); }

.bw-portfolio {
  margin-top: 24px;
  padding: 22px clamp(18px, 2.4vw, 36px);
  border: 1px solid var(--hairline);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}
.bw-portfolio p { font-size: 16px; line-height: 1.5; color: var(--t3); max-width: 56ch; }
.bw-portfolio .bw-btn { padding: 16px 24px; font-size: 13px; letter-spacing: .05em; }

/* --------------------------------------------------------------------------
   14. FAQ
   -------------------------------------------------------------------------- */
.bw-faq { padding: 0 var(--pad) var(--sec-y); }
.bw-faq__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(26px, 4vw, 72px);
  align-items: start;
}
.bw-faq h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(34px, 5vw, 80px);
  line-height: .9;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.bw-faq__lead { margin-top: 20px; max-width: 34ch; font-size: 16px; line-height: 1.55; color: var(--t4); }
.bw-faq__phone {
  display: inline-block;
  margin-top: 18px;
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 700;
  color: var(--orange);
}
.bw-faq__phone:hover { color: var(--white); }

.bw-faq details { border-top: 1px solid var(--hairline); padding: 20px 0; }
.bw-faq details:last-child { border-bottom: 1px solid var(--hairline); }
.bw-faq summary {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -.02em;
  list-style: none;
  cursor: pointer;
}
.bw-faq summary::-webkit-details-marker { display: none; }
.bw-faq summary:hover { color: var(--orange); }
.bw-faq__sign {
  color: var(--orange);
  font-size: 24px;
  line-height: 1;
  flex: 0 0 auto;
}
.bw-faq__sign::after { content: '+'; }
.bw-faq details[open] .bw-faq__sign::after { content: '−'; }
.bw-faq details p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--t4);
  max-width: 66ch;
}

/* --------------------------------------------------------------------------
   15. Kontakt
   -------------------------------------------------------------------------- */
.bw-contact { background: var(--orange); color: var(--ink); }
.bw-contact__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: clamp(30px, 4vw, 72px);
  align-items: start;
}
.bw-contact h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(38px, 6.4vw, 112px);
  line-height: .86;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.bw-contact__lead {
  margin-top: 24px;
  max-width: 40ch;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 600;
}
.bw-contact__links { margin-top: 32px; display: grid; gap: 14px; }
.bw-contact__phone {
  font-family: var(--display);
  font-size: clamp(24px, 2.6vw, 38px);
  letter-spacing: -.03em;
  color: var(--ink);
}
.bw-contact__mail { font-size: clamp(17px, 1.6vw, 22px); font-weight: 800; color: var(--ink); word-break: break-word; }
.bw-contact__phone:hover, .bw-contact__mail:hover { color: var(--white); }
.bw-contact__hours {
  font-family: var(--mono);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Form card */
.bw-formcard {
  background: var(--ink);
  color: var(--paper);
  padding: var(--card-pad);
}
.bw-formcard__label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--orange);
}
.bw-form { display: grid; gap: 16px; margin-top: 22px; }
.bw-field { display: grid; gap: 8px; }
.bw-field > span, .bw-fieldset__legend {
  font-family: var(--mono);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--t4);
}
.bw-field input[type="text"],
.bw-field input[type="email"],
.bw-field textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--hairline-3);
  border-radius: 0;
  background: var(--ink-raised);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  color: var(--paper);
  outline: none;
  transition: border-color .15s ease;
  -webkit-appearance: none;
  appearance: none;
}
.bw-field textarea { resize: vertical; min-height: 96px; }
.bw-field input::placeholder, .bw-field textarea::placeholder { color: var(--t5); }
.bw-field input:focus, .bw-field textarea:focus { border-color: var(--orange); }
.bw-field input[aria-invalid="true"], .bw-field textarea[aria-invalid="true"] { border-color: var(--orange); }

.bw-error {
  font-size: 13.5px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--orange);
}
.bw-error:empty { display: none; }

/* Chip selector — real radios, works without JS */
.bw-fieldset { border: 0; margin: 0; padding: 0; display: grid; gap: 8px; }
.bw-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.bw-chip { position: relative; }
.bw-chip input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.bw-chip span {
  display: block;
  padding: 11px 16px;
  border: 1px solid var(--hairline-3);
  background: transparent;
  color: var(--t3);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: all .15s ease;
  cursor: pointer;
}
.bw-chip input:checked + span {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--ink);
}
.bw-chip input:focus-visible + span { outline: 2px solid var(--orange); outline-offset: 3px; }
.bw-chip:hover span { border-color: var(--orange); }

/* Consent */
.bw-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--t3);
}
.bw-consent input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--orange);
  flex: 0 0 auto;
}
.bw-consent a { color: var(--orange); text-decoration: underline; }
.bw-consent a:hover { color: var(--white); }

.bw-submit {
  width: 100%;
  margin-top: 22px;
  padding: 19px;
  border: 1px solid var(--orange);
  border-radius: 0;
  background: var(--orange);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
}
.bw-submit:hover { background: var(--white); border-color: var(--white); }
.bw-submit[disabled] { opacity: .6; cursor: progress; }

.bw-formnote {
  margin-top: 16px;
  font-family: var(--mono);
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--t5);
}

.bw-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Form status / success state */
.bw-status:empty { display: none; }
.bw-status {
  padding: 16px 18px;
  border: 1px solid var(--orange);
  font-size: 15px;
  line-height: 1.55;
  color: var(--t1);
}
.bw-status--error { border-color: var(--orange); color: var(--orange); font-weight: 700; }

.bw-success h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  line-height: .95;
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: var(--orange);
}
.bw-success p { margin-top: 16px; font-size: 16px; line-height: 1.6; color: var(--t3); }
.bw-success a { color: var(--orange); font-weight: 700; }

/* --------------------------------------------------------------------------
   16. Footer
   -------------------------------------------------------------------------- */
.bw-footer { padding: clamp(40px, 5vw, 72px) var(--pad) 32px; }
.bw-footer__cols {
  max-width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 36px;
  align-items: start;
}
.bw-footer__logo { display: inline-block; background: var(--white); padding: 10px 14px; }
.bw-footer__logo img { height: 28px; width: auto; }
.bw-footer__tag { margin-top: 16px; max-width: 32ch; font-size: 14.5px; line-height: 1.6; color: var(--t4); }
.bw-footer__studio { margin-top: 14px; font-family: var(--mono); font-size: 12px; color: var(--t5); }
.bw-footer__studio a { color: var(--orange); }
.bw-footer__head {
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--t5);
}
.bw-footer__list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 600;
  color: var(--t3);
}
.bw-footer__list a { color: var(--t3); }
.bw-footer__list a:hover { color: var(--orange); }
.bw-footer__legal {
  display: grid;
  gap: 9px;
  margin-top: 16px;
  font-family: var(--mono);
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--t4);
}
.bw-footer__bottom {
  max-width: var(--wrap);
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--hairline);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--t5);
}
.bw-footer__bottom a { color: var(--t5); }
.bw-footer__bottom a:hover { color: var(--orange); }

/* --------------------------------------------------------------------------
   17. Legal / simple content pages
   -------------------------------------------------------------------------- */
.bw-doc { padding: clamp(40px, 6vw, 88px) var(--pad) var(--sec-y); }
.bw-doc__inner { max-width: 78ch; margin: 0 auto; }
.bw-doc h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(34px, 6vw, 72px);
  line-height: .9;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.bw-doc__meta { margin-top: 16px; font-family: var(--mono); font-size: 12px; color: var(--t5); }
.bw-doc h2 {
  margin-top: 40px;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 900;
  letter-spacing: -.02em;
}
.bw-doc h3 { margin-top: 26px; font-size: 17px; font-weight: 900; }
.bw-doc p, .bw-doc li { font-size: 16px; line-height: 1.65; color: var(--t3); }
.bw-doc p { margin-top: 14px; }
.bw-doc ul { margin: 14px 0 0; padding-left: 22px; display: grid; gap: 10px; }
.bw-doc a { color: var(--orange); text-decoration: underline; }
.bw-doc a:hover { color: var(--white); }
.bw-doc__back {
  display: inline-block;
  margin-top: 44px;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   18. Reduced motion
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bw-marquee__track { animation: none; transform: none; }
  .js .bw-bar__fill { width: 95%; transition: none; }
  .bw-burger__bars::before,
  .bw-burger__bars::after,
  .bw-burger__bars span { transition: none; }
}
