/* ==========================================================
   Stilmatik — javni sajt
   Signature: jezik tehnickog nacrta (blueprint) — linije kota,
   crosshair oznake, mono anotacije — provlaci se kroz hero,
   kartice i specifikacije, kao odjek datasheet-ova opreme
   koju firma prodaje.

   Paleta:  grafit #14181c · celicno plava #24425f · safety
            narandzasta #e8590c (jedini topli akcenat)
   Tipografija: Space Grotesk (naslovi) · Inter (tekst) ·
            JetBrains Mono (podaci, oznake, specifikacije)
   ========================================================== */

:root {
  --graphite: #14181c;
  --graphite-2: #1c2227;
  --steel: #24425f;
  --steel-light: #3d6690;
  --steel-pale: #eef2f6;
  --safety: #e8590c;
  --safety-dark: #c74a08;
  --paper: #f6f7f5;
  --ink: #181d22;
  --mist: #626c74;
  --mist-2: #8b939a;
  --line: #e3e6e4;
  --line-strong: #cfd4d2;
  --white: #ffffff;

  --font-display: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  --radius: 3px;
  --radius-lg: 6px;
  --shadow-sm: 0 1px 3px rgba(20, 24, 28, 0.06);
  --shadow: 0 8px 28px rgba(20, 24, 28, 0.09);
  --shadow-lg: 0 20px 56px rgba(20, 24, 28, 0.16);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
hr { border: none; border-top: 1px solid var(--line); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 0.5em;
  letter-spacing: -0.015em;
  color: var(--graphite);
}

h1 { font-size: clamp(2.1rem, 1.2rem + 3.6vw, 3.4rem); }
h2 { font-size: clamp(1.55rem, 1.2rem + 1.4vw, 2.15rem); }
h3 { font-size: 1.2rem; letter-spacing: -0.01em; }

p { margin: 0 0 1em; color: var(--mist); }

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}

.icon { width: 1em; height: 1em; display: inline-block; vertical-align: -0.15em; flex-shrink: 0; }

.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--safety);
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 1em;
}
.eyebrow::before {
  content: '';
  width: 16px;
  height: 1px;
  background: var(--safety);
  display: inline-block;
}

/* Focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--safety);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ---------------- Buttons ---------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: -0.005em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease);
}
.btn .icon { transition: transform 0.2s var(--ease); }
.btn:hover .icon { transform: translateX(3px); }
.btn-primary { background: var(--safety); color: var(--white); }
.btn-primary:hover { background: var(--safety-dark); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.32); }
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.06); }
.btn-dark { background: var(--graphite); color: var(--white); }
.btn-dark:hover { background: var(--steel); }
.btn-block { width: 100%; justify-content: center; }
.btn-sm { padding: 9px 16px; font-size: 0.82rem; }

/* ---------------- Header ---------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  border-bottom: 1px solid var(--line);
  transition: height 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(255,255,255,0.96);
  box-shadow: 0 6px 24px rgba(20,24,28,0.07);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
  transition: height 0.25s var(--ease);
}
.site-header.is-scrolled .site-header__inner { height: 86px; }
.logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.42rem;
  color: var(--graphite);
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: -0.01em;
}
.logo img { height: 69px; width: auto; }
.logo .mark {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--graphite);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.12rem;
  position: relative;
}
.logo .mark span { color: var(--safety); }

.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a {
  font-size: 0.98rem;
  font-weight: 500;
  color: var(--ink);
  position: relative;
  padding: 9px 14px;
  border-radius: var(--radius);
  transition: color 0.15s ease, background 0.15s ease;
}
.main-nav a:hover { color: var(--steel); background: var(--steel-pale); }
.main-nav a.is-active { color: var(--steel); }
.main-nav a.is-active::after {
  content: '';
  position: absolute;
  left: 14px; right: 14px; bottom: 3px;
  height: 2px;
  background: var(--safety);
}
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-actions .phone {
  font-family: var(--font-mono); font-size: 1.05rem; color: var(--mist);
  display: none; align-items: center; gap: 7px;
  transition: color 0.15s ease;
}
.header-actions .phone .icon { color: var(--safety); }
.header-actions .phone:hover { color: var(--steel); }
@media (min-width: 900px) { .header-actions .phone { display: flex; } }
@media (max-width: 900px) { .header-actions { display: none; } }

.nav-toggle {
  display: none;
  position: relative;
  z-index: 210;
  background: none; border: none; cursor: pointer;
  width: 40px; height: 40px;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span { width: 22px; height: 2px; background: var(--ink); display: block; transition: transform 0.25s var(--ease), opacity 0.2s var(--ease), background 0.2s var(--ease); }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 900px) {
  .nav-toggle.is-open span { background: var(--white); }
}

/* ---------------- Mega dropdown ("Proizvodi") ---------------- */
.nav-item.has-dropdown { position: relative; }
.nav-caret { width: 11px; height: 11px; margin-left: 2px; transition: transform 0.2s var(--ease); vertical-align: -0.05em; }
.nav-item.has-dropdown:hover .nav-caret { transform: rotate(180deg); }
.nav-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translate(-50%, 8px);
  width: 460px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease), visibility 0s linear 0.2s;
  z-index: 50;
}
.nav-item.has-dropdown:hover .nav-dropdown,
.nav-item.has-dropdown:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease), visibility 0s linear 0s;
}
.nav-dropdown::before {
  content: '';
  position: absolute;
  top: -6px; left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px; height: 12px;
  background: var(--white);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.nav-dropdown__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.nav-dropdown__item {
  display: flex; align-items: center; gap: 11px;
  padding: 10px 12px;
  border-radius: var(--radius);
  font-size: 0.86rem; font-weight: 500; color: var(--ink);
  transition: background 0.15s ease, color 0.15s ease;
}
.nav-dropdown__item:hover { background: var(--steel-pale); color: var(--steel); }
.nav-dropdown__icon { width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%; background: var(--paper); color: var(--steel); display: flex; align-items: center; justify-content: center; }
.nav-dropdown__icon .icon { width: 15px; height: 15px; }
.nav-dropdown__item:hover .nav-dropdown__icon { background: var(--safety); color: var(--white); }
.nav-dropdown__all {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 12px; padding-top: 14px;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--safety); font-weight: 600;
}
.nav-dropdown__all .icon { width: 13px; height: 13px; transition: transform 0.2s var(--ease); }
.nav-dropdown__all:hover .icon { transform: translateX(3px); }
/* ---------------- Mobile: full-screen premium overlay menu ---------------- */
.nav-item__caret {
  display: none;
}

@media (max-width: 900px) {
  html.nav-open, html.nav-open body { overflow: hidden; height: 100%; }

  .nav-toggle { display: flex; }

  .main-nav {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 200;
    width: 100%;
    height: 100dvh;
    background:
      radial-gradient(circle at 88% 8%, rgba(232,89,12,0.16), transparent 55%),
      linear-gradient(180deg, var(--graphite) 0%, #10141a 100%);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 100px 8px 24px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.3s var(--ease), visibility 0s linear 0.3s, transform 0.3s var(--ease);
  }
  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s var(--ease), visibility 0s linear 0s, transform 0.3s var(--ease);
  }

  /* Blueprint-style crosshair accent, echoes the hero */
  .main-nav::before {
    content: '';
    position: absolute;
    top: 40px; left: 24px; right: 24px;
    height: 1px;
    background: rgba(255,255,255,0.1);
  }

  .main-nav > a,
  .main-nav > .nav-item {
    width: 100%;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
  }
  .main-nav.is-open > a,
  .main-nav.is-open > .nav-item {
    opacity: 1;
    transform: translateY(0);
  }
  .main-nav.is-open > a:nth-child(1) { transition-delay: 0.05s; }
  .main-nav.is-open > *:nth-child(2) { transition-delay: 0.1s; }
  .main-nav.is-open > *:nth-child(3) { transition-delay: 0.15s; }
  .main-nav.is-open > *:nth-child(4) { transition-delay: 0.2s; }
  .main-nav.is-open > *:nth-child(5) { transition-delay: 0.25s; }
  .main-nav.is-open > *:nth-child(6) { transition-delay: 0.3s; }
  .main-nav.is-open > *:nth-child(7) { transition-delay: 0.35s; }

  .main-nav > a:not(:last-child),
  .main-nav > .nav-item {
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .main-nav { counter-reset: navitem; }
  .main-nav > a,
  .main-nav > .nav-item > a:first-child {
    font-family: var(--font-display);
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    padding: 17px 18px;
    width: 100%;
    display: flex;
    align-items: center;
    counter-increment: navitem;
  }
  .main-nav > a::before,
  .main-nav > .nav-item > a:first-child::before {
    content: counter(navitem, decimal-leading-zero);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--safety);
    margin-right: 16px;
    letter-spacing: 0.05em;
  }
  .main-nav a:hover,
  .main-nav a:active { color: var(--safety); background: rgba(255,255,255,0.04); }
  .main-nav a.is-active { color: var(--safety); }
  .main-nav a.is-active::after { display: none; }

  .main-nav .nav-item { width: 100%; }
  .main-nav .nav-item.has-dropdown {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .main-nav .nav-item.has-dropdown > a { flex: 1 1 auto; width: auto; }
  .main-nav .nav-item.has-dropdown > a .nav-caret { display: none; }

  .nav-item__caret {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    background: none;
    border: none;
    color: var(--white);
    cursor: pointer;
  }
  .nav-item__caret .icon { width: 18px; height: 18px; transition: transform 0.25s var(--ease); }
  .nav-item.is-expanded .nav-item__caret .icon { transform: rotate(180deg); color: var(--safety); }

  /* Accordion: submenu becomes an inline panel instead of the desktop flyout */
  .nav-dropdown {
    position: static;
    display: block;
    width: 100%;
    flex-basis: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
    background: rgba(255,255,255,0.03);
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s var(--ease);
  }
  .nav-dropdown::before { display: none; }
  .nav-item.is-expanded .nav-dropdown { max-height: 600px; }
  .nav-dropdown__grid { grid-template-columns: 1fr; gap: 2px; padding: 6px 8px 12px 54px; }
  .nav-dropdown__item { color: rgba(255,255,255,0.78); font-size: 0.95rem; }
  .nav-dropdown__item:hover { background: rgba(255,255,255,0.06); color: var(--white); }
  .nav-dropdown__icon { background: rgba(255,255,255,0.06); color: var(--white); }
  .nav-dropdown__all { color: var(--safety); border-top-color: rgba(255,255,255,0.1); margin: 0 8px 14px 54px; padding-bottom: 0; }

  /* Contact block folded into the overlay, since header-actions is hidden here */
  .nav-mobile-footer {
    margin-top: auto;
    padding: 24px 18px 4px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s var(--ease) 0.4s, transform 0.35s var(--ease) 0.4s;
  }
  .main-nav.is-open .nav-mobile-footer { opacity: 1; transform: translateY(0); }
  .nav-mobile-footer .phone {
    display: flex; align-items: center; gap: 9px;
    font-family: var(--font-mono); font-size: 0.9rem; color: rgba(255,255,255,0.7);
  }
  .nav-mobile-footer .phone .icon { color: var(--safety); }
}

/* ---------------- Hero — blueprint opener ---------------- */
.hero {
  background: var(--graphite);
  color: var(--white);
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  background-position: center top;
}
.hero::before {
  content: '';
  position: absolute; inset: -10%;
  background:
    radial-gradient(ellipse 70% 55% at 78% 15%, rgba(61,102,144,0.35), transparent 60%),
    radial-gradient(ellipse 45% 40% at 10% 90%, rgba(232,89,12,0.10), transparent 60%);
  pointer-events: none;
  animation: ambient-drift 16s ease-in-out infinite;
}
@keyframes ambient-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-2.5%, 2%) scale(1.06); }
}
.hero__inner {
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero h1 { color: var(--white); }
.hero .eyebrow { color: var(--safety); }
.hero .eyebrow::before { background: var(--safety); }
.hero p.lead { color: rgba(255,255,255,0.68); font-size: 1.08rem; max-width: 480px; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; }

/* ---- Hero slider ---- */
.hero-slider { position: relative; min-height: clamp(340px, 46vh, 460px); }
.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  gap: clamp(16px, 3vh, 40px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px) scale(0.985);
  filter: blur(6px);
  transition: opacity 0.6s var(--ease), transform 0.75s var(--ease), filter 0.75s var(--ease), visibility 0s linear 0.75s;
  pointer-events: none;
}
.hero-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
  filter: blur(0);
  pointer-events: auto;
  transition: opacity 0.6s var(--ease), transform 0.75s var(--ease), filter 0.75s var(--ease), visibility 0s linear 0s;
}

/* Staggered text entrance inside the active slide */
.hero-copy > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}
.hero-slide.is-active .hero-copy > * { opacity: 1; transform: translateY(0); }
.hero-slide.is-active .hero-copy > *:nth-child(1) { transition-delay: 0.16s; }
.hero-slide.is-active .hero-copy > *:nth-child(2) { transition-delay: 0.24s; }
.hero-slide.is-active .hero-copy > *:nth-child(3) { transition-delay: 0.32s; }
.hero-slide.is-active .hero-copy > *:nth-child(4) { transition-delay: 0.4s; }

/* Mechanism graphic: soft scale-in, slightly delayed after the copy */
.hero-mechanism {
  position: relative;
  height: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(1.06) translateY(8px);
  transition: opacity 0.8s var(--ease) 0.22s, transform 1s var(--ease) 0.22s;
}
.hero-slide.is-active .hero-mechanism { opacity: 1; transform: scale(1) translateY(0); }
.hero-mechanism svg { width: auto; height: 100%; max-width: 100%; max-height: 100%; }
.hero-mechanism .dim-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.05em;
  fill: rgba(255,255,255,0.42);
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.5s var(--ease) 0.75s;
}
.hero-slide.is-active .dim-label { opacity: 1; }
.hero-mechanism .dim-line,
.hero-mechanism .accent-line {
  stroke: rgba(255,255,255,0.28);
  stroke-width: 1;
  stroke-dasharray: 460;
  stroke-dashoffset: 460;
  transition: stroke-dashoffset 1.1s var(--ease) 0.3s;
}
.hero-slide.is-active .dim-line,
.hero-slide.is-active .accent-line { stroke-dashoffset: 0; }
.hero-mechanism .accent-line { stroke: var(--safety); }
.hero-mechanism .pulse {
  animation: pulse-dot 2.6s ease-in-out infinite;
  transform-origin: center;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.25); }
}

.hero-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-stats { display: flex; gap: 38px; }
.hero-stats div strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  color: var(--white);
  font-weight: 600;
}
.hero-stats div span { font-size: 0.72rem; color: rgba(255,255,255,0.48); font-family: var(--font-mono); text-transform: uppercase; letter-spacing: 0.08em; }

/* ---- Dots with built-in progress fill (syncs to autoplay duration) ---- */
.hero-dots { display: flex; align-items: center; gap: 9px; }
.hero-dots button {
  position: relative;
  width: 26px; height: 4px; border-radius: 2px;
  background: rgba(255,255,255,0.22);
  border: none; padding: 0; cursor: pointer;
  overflow: hidden;
  transition: background 0.25s var(--ease), width 0.25s var(--ease);
}
.hero-dots button .fill {
  position: absolute; inset: 0;
  background: var(--safety);
  transform: scaleX(0);
  transform-origin: left;
}
.hero-dots button.is-active { width: 46px; }
.hero-dots button.is-active .fill {
  animation: dot-fill var(--slide-duration, 3800ms) linear forwards;
}
.hero-dots button:not(.is-active):hover { background: rgba(255,255,255,0.5); }
@keyframes dot-fill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (max-width: 860px) {
  .hero { min-height: 0; display: block; }
  .hero__inner { padding-top: 56px; padding-bottom: 40px; }
  .hero-slider { min-height: 0; }
  .hero-mechanism { height: auto; }
  .hero-mechanism svg { width: 100%; height: auto; max-height: none; }
  .hero-slide { grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { padding: 0 6px; }
  .hero-mechanism { order: -1; max-width: 280px; margin: 0 auto; }
  .hero-bottom { margin-top: 32px; padding-top: 22px; justify-content: center; text-align: center; }
  .hero-stats { gap: 26px; flex-wrap: wrap; justify-content: center; }
}

/* ---------------- Trust / benefits strip ---------------- */
.trust-bar {
  background: var(--graphite);
  border-top: 1px solid rgba(255,255,255,0.08);
  position: relative;
}
.trust-bar::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--safety) 15%, var(--safety) 85%, transparent);
  opacity: 0.7;
}
.trust-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 30px 24px;
  border-left: 1px solid rgba(255,255,255,0.12);
  position: relative;
  transition: background 0.2s var(--ease);
}
.trust-item:first-child { border-left: none; }
.trust-item:hover { background: rgba(255,255,255,0.025); }
.trust-item__icon {
  width: 46px; height: 46px; flex-shrink: 0;
  border-radius: 50%;
  background: rgba(232,89,12,0.14);
  border: 1px solid rgba(232,89,12,0.3);
  color: var(--safety);
  display: flex; align-items: center; justify-content: center;
}
.trust-item__icon .icon { width: 21px; height: 21px; }
.trust-item h4 { color: var(--white); font-size: 0.92rem; margin: 0 0 3px; font-family: var(--font-body); font-weight: 600; letter-spacing: -0.005em; }
.trust-item p { color: rgba(255,255,255,0.56); font-size: 0.79rem; margin: 0; line-height: 1.45; }
@media (max-width: 980px) { .trust-bar__inner { grid-template-columns: 1fr 1fr; } .trust-item:nth-child(3) { border-left: none; } .trust-item { border-top: 1px solid rgba(255,255,255,0.08); } .trust-item:nth-child(-n+2) { border-top: none; } }
@media (max-width: 560px) { .trust-bar__inner { grid-template-columns: 1fr; } .trust-item { border-left: none !important; } .trust-item:not(:first-child) { border-top: 1px solid rgba(255,255,255,0.08); } }

/* ---------------- CTA band ---------------- */
.cta-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, var(--steel) 0%, #1d3549 100%);
  padding: 54px 0;
  background-image:
    linear-gradient(120deg, var(--steel) 0%, #1d3549 100%),
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: auto, 38px 38px, 38px 38px;
}
.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.cta-band h2 { color: var(--white); margin: 0 0 6px; font-size: clamp(1.35rem, 1rem + 1vw, 1.8rem); }
.cta-band p { color: rgba(255,255,255,0.72); margin: 0; max-width: 480px; }
.cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.cta-band__phone { display: flex; align-items: center; gap: 9px; color: var(--white); font-family: var(--font-mono); font-size: 0.95rem; font-weight: 500; }
.cta-band__phone .icon { color: var(--safety); width: 18px; height: 18px; }

/* ---------------- Product / featured badges ---------------- */
.badge-featured {
  position: absolute; top: 10px; right: 10px;
  background: var(--safety); color: var(--white);
  font-family: var(--font-mono); font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 2px;
  display: flex; align-items: center; gap: 4px;
}
.badge-featured .icon { width: 10px; height: 10px; }

/* ---------------- Scroll reveal ---------------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-reveal="stagger"] > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}
[data-reveal="stagger"].is-visible > * { opacity: 1; transform: translateY(0); }
[data-reveal="stagger"].is-visible > *:nth-child(1) { transition-delay: 0.02s; }
[data-reveal="stagger"].is-visible > *:nth-child(2) { transition-delay: 0.08s; }
[data-reveal="stagger"].is-visible > *:nth-child(3) { transition-delay: 0.14s; }
[data-reveal="stagger"].is-visible > *:nth-child(4) { transition-delay: 0.2s; }
[data-reveal="stagger"].is-visible > *:nth-child(5) { transition-delay: 0.26s; }
[data-reveal="stagger"].is-visible > *:nth-child(6) { transition-delay: 0.32s; }
[data-reveal="stagger"].is-visible > *:nth-child(7) { transition-delay: 0.38s; }
[data-reveal="stagger"].is-visible > *:nth-child(8) { transition-delay: 0.44s; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal], [data-reveal="stagger"] > * { opacity: 1; transform: none; }
}

/* ---------------- Sections ---------------- */
.section { padding: 84px 0; }
.section--tight { padding: 50px 0; }
.section--alt { background: var(--paper); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 42px; flex-wrap: wrap; }
.section-head p { max-width: 520px; margin: 0; }

/* ---------------- Category / Brand grids ---------------- */
.grid { display: grid; gap: 22px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1180px) { .grid-5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 980px) { .grid-5 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid-5 { grid-template-columns: 1fr; } }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 980px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.category-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 24px 26px;
  transition: border-color 0.2s var(--ease), transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
  position: relative;
  overflow: hidden;
}
.category-card::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--safety);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s var(--ease);
}
.category-card:hover::after { transform: scaleX(1); }
.category-card::before {
  /* crosshair — blueprint referentna oznaka, ne redni broj */
  content: '';
  position: absolute; top: 16px; left: 16px;
  width: 9px; height: 9px;
  border-left: 1px solid var(--line-strong);
  border-top: 1px solid var(--line-strong);
  transition: border-color 0.2s ease;
}
.category-card:hover { border-color: var(--steel); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.category-card:hover::before { border-color: var(--safety); }
.category-card .cat-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--steel-pale);
  color: var(--steel);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), transform 0.2s var(--ease);
}
.category-card:hover .cat-icon { background: var(--safety); color: var(--white); transform: scale(1.06) rotate(-4deg); }
.category-card .cat-icon .icon { width: 26px; height: 26px; }
.category-card .cat-count {
  position: absolute; top: 24px; right: 22px;
  font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.02em;
  color: var(--mist-2); background: var(--paper);
  border: 1px solid var(--line); border-radius: 20px;
  padding: 4px 10px;
}
.category-card h3 { margin: 0 0 8px; font-size: 1.14rem; }
.category-card p { font-size: 0.87rem; margin: 0; min-height: 2.6em; }
.category-card .cat-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.79rem; font-weight: 600; color: var(--steel); margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  width: 100%;
}
.category-card:hover .cat-link { color: var(--safety); }
.category-card:hover .cat-link .icon { transform: translateX(3px); }
.category-card .cat-link .icon { width: 13px; height: 13px; transition: transform 0.2s var(--ease); }

.brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.brand-chip {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 22px;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--steel);
  font-size: 0.94rem;
  transition: all 0.2s var(--ease);
}
.brand-chip:hover { background: var(--graphite); color: var(--white); border-color: var(--graphite); transform: translateY(-2px); }

/* ---------------- Product cards ---------------- */
.product-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s var(--ease), transform 0.25s var(--ease), border-color 0.25s var(--ease);
}
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: var(--line-strong); }
.product-card__img {
  aspect-ratio: 4/3;
  background:
    linear-gradient(rgba(36,66,95,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36,66,95,0.05) 1px, transparent 1px),
    var(--steel-pale);
  background-size: 18px 18px, 18px 18px, 100% 100%;
  overflow: hidden;
  position: relative;
  padding: 22px;
}
.product-card__img img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.5s var(--ease); filter: drop-shadow(0 10px 16px rgba(20,24,28,0.1)); }
.product-card:hover .product-card__img img { transform: scale(1.045); }
.product-card__brand {
  position: absolute; top: 10px; left: 10px;
  background: rgba(20,24,28,0.82); color: var(--white);
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 2px;
}
.product-card__body { padding: 19px 19px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.product-card__cat { font-family: var(--font-mono); font-size: 0.66rem; color: var(--mist-2); text-transform: uppercase; letter-spacing: 0.06em; }
.product-card__body h3 { font-size: 1rem; margin: 0; }
.product-card__body p { font-size: 0.86rem; margin: 0; flex: 1; }
.product-card__foot { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.product-card__sku { font-family: var(--font-mono); font-size: 0.7rem; color: var(--mist-2); }
.product-card__link { display: inline-flex; align-items: center; gap: 5px; font-size: 0.8rem; font-weight: 600; color: var(--steel); }
.product-card__link .icon { width: 13px; height: 13px; transition: transform 0.2s var(--ease); }
.product-card:hover .product-card__link { color: var(--safety); }
.product-card:hover .product-card__link .icon { transform: translateX(3px); }

/* ---------------- Filters ---------------- */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0 32px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 34px;
}
.filter-bar select, .filter-bar input[type=search] {
  font-family: var(--font-body);
  font-size: 0.86rem;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  transition: border-color 0.15s ease;
}
.filter-bar select:focus, .filter-bar input:focus { border-color: var(--steel); }
.filter-bar input[type=search] { min-width: 220px; flex: 1; }

/* ---------------- Breadcrumbs ---------------- */
.breadcrumbs {
  font-size: 0.79rem;
  color: var(--mist-2);
  padding: 20px 0;
  font-family: var(--font-mono);
}
.breadcrumbs a { color: var(--mist); }
.breadcrumbs a:hover { color: var(--steel); }
.breadcrumbs span.sep { margin: 0 9px; opacity: 0.5; }

/* ---------------- Product detail ---------------- */
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: flex-start;
}
@media (max-width: 900px) { .product-detail { grid-template-columns: 1fr; gap: 30px; } }

.pd-right { margin-top: 64px; }
@media (max-width: 900px) { .pd-right { margin-top: 0; } }

.pd-gallery__main {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  background:
    linear-gradient(rgba(36,66,95,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36,66,95,0.05) 1px, transparent 1px),
    var(--steel-pale);
  background-size: 20px 20px, 20px 20px, 100% 100%;
  padding: 32px;
}
.pd-gallery__main img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 14px 20px rgba(20,24,28,0.12)); }
.pd-gallery__thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.pd-gallery__thumbs img { width: 72px; height: 72px; object-fit: contain; background: var(--steel-pale); padding: 8px; border-radius: var(--radius); border: 1px solid var(--line); cursor: pointer; transition: border-color 0.15s ease; }
.pd-gallery__thumbs img:hover { border-color: var(--steel); }

.pd-tag {
  font-family: var(--font-mono); font-size: 0.72rem; color: var(--steel); text-transform: uppercase;
  letter-spacing: 0.08em; background: var(--steel-pale); padding: 5px 10px; border-radius: 2px; display: inline-block;
}
.pd-title { margin: 14px 0 4px; font-size: clamp(1.5rem, 1rem + 1.6vw, 2rem); }
.pd-sku { font-family: var(--font-mono); font-size: 0.82rem; color: var(--mist-2); margin-bottom: 20px; }
.pd-desc { font-size: 0.98rem; color: var(--ink); margin-top: 20px; }

/* datasheet-style specs table -- signature element */
.spec-sheet {
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
.spec-sheet__head {
  background: var(--graphite);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spec-sheet__head::after { content: '⌖'; opacity: 0.5; font-size: 0.9rem; }
.spec-sheet table { width: 100%; border-collapse: collapse; }
.spec-sheet tr:not(:last-child) td { border-bottom: 1px solid var(--line); }
.spec-sheet tr:nth-child(even) td { background: rgba(238,242,246,0.4); }
.spec-sheet td { padding: 12px 16px; font-size: 0.87rem; }
.spec-sheet td:first-child { color: var(--mist); width: 42%; font-family: var(--font-mono); font-size: 0.79rem; }
.spec-sheet td:last-child { color: var(--ink); font-weight: 500; }

.pd-cta {
  padding: 24px;
  background: var(--paper);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  border-left: 3px solid var(--safety);
}
.pd-cta h3 { margin-bottom: 6px; font-size: 1rem; }
.pd-cta p { font-size: 0.86rem; margin-bottom: 16px; }
.pd-cta .contact-line { display: flex; flex-direction: column; gap: 10px; font-size: 0.9rem; margin-bottom: 16px; }
.pd-cta .contact-line a, .pd-cta .contact-line span { display: inline-flex; align-items: center; gap: 8px; }
.pd-cta .contact-line a { color: var(--steel); font-weight: 600; }
.pd-cta .contact-line a .icon, .pd-cta .contact-line span .icon { color: var(--safety); }
.pd-cta .contact-line a:hover { color: var(--safety); }

/* ---------------- Forms ---------------- */
.form-group { margin-bottom: 17px; }
.form-group label { display: block; font-size: 0.83rem; font-weight: 600; margin-bottom: 7px; color: var(--ink); }
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.92rem;
  background: var(--white);
  color: var(--ink);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: var(--steel);
  box-shadow: 0 0 0 3px rgba(36,66,95,0.08);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }

.alert { padding: 14px 18px; border-radius: var(--radius); font-size: 0.9rem; margin-bottom: 20px; border-left: 3px solid; }
.alert-success { background: #eef8f1; color: #1c6b3a; border-color: #1c6b3a; }
.alert-error { background: #fdeeec; color: #a3311f; border-color: #a3311f; }

/* ---------------- Modal (product inquiry) ---------------- */
.modal-backdrop {
  position: fixed; inset: 0; background: rgba(20,24,28,0.6);
  backdrop-filter: blur(3px);
  display: none; align-items: center; justify-content: center;
  z-index: 1000; padding: 20px;
}
.modal-backdrop.is-open { display: flex; animation: fade-in 0.2s var(--ease); }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
.modal {
  background: var(--white); border-radius: var(--radius-lg);
  max-width: 460px; width: 100%; padding: 32px;
  box-shadow: var(--shadow-lg);
  max-height: 90vh; overflow-y: auto;
  border-top: 3px solid var(--safety);
}
.modal-close { float: right; background: none; border: none; font-size: 1.4rem; cursor: pointer; color: var(--mist); line-height: 1; transition: color 0.15s ease; }
.modal-close:hover { color: var(--ink); }

/* ---------------- Footer ---------------- */
.site-footer {
  background: var(--graphite);
  color: rgba(255,255,255,0.68);
  padding: 64px 0 24px;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 42px 42px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { color: var(--white); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; font-family: var(--font-mono); margin-bottom: 18px; font-weight: 500; }
.site-footer .logo { color: var(--white); margin-bottom: 14px; }
.site-footer .logo .mark { background: rgba(255,255,255,0.1); }
.site-footer p { color: rgba(255,255,255,0.5); font-size: 0.88rem; }
.site-footer ul li { margin-bottom: 11px; }
.site-footer ul li a { display: inline-flex; align-items: center; gap: 9px; font-size: 0.88rem; }
.site-footer ul li a .icon { color: var(--safety); flex-shrink: 0; }
.site-footer a:hover { color: var(--white); }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
  width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.16);
  display: flex; align-items: center; justify-content: center; transition: all 0.2s ease;
}
.footer-social a:hover { background: var(--safety); border-color: var(--safety); }
.footer-social .icon { width: 15px; height: 15px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 22px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-size: 0.76rem; color: rgba(255,255,255,0.38);
  font-family: var(--font-mono);
}

/* ---------------- Misc pages ---------------- */
.page-hero {
  background: var(--steel);
  color: var(--white);
  padding: 58px 0;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 36px 36px;
}
.page-hero h1 { color: var(--white); margin: 0; position: relative; z-index: 1; }
.page-hero .eyebrow { position: relative; z-index: 1; }
.content-block { padding: 60px 0; }
.content-block img { border-radius: var(--radius); margin: 20px 0; }
.content-block h2 { margin-top: 1.4em; }

.empty-state { text-align: center; padding: 76px 20px; color: var(--mist); }
.empty-state h3 { color: var(--ink); }

.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 42px; }
.pagination a, .pagination span {
  width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); border-radius: var(--radius); font-size: 0.85rem;
  font-family: var(--font-mono);
  transition: border-color 0.15s ease, color 0.15s ease;
}
.pagination a:hover { border-color: var(--steel); color: var(--steel); }
.pagination .is-active { background: var(--steel); color: var(--white); border-color: var(--steel); }
/* ==========================================================
   PREMIUM DOPUNA — O nama / Brendovi / Kontakt
   Dodatni, samostalni blok klasa (ne menja postojeće stilove
   iznad). Prati isti blueprint/datasheet jezik sajta:
   grafit + čelično plava + safety narandžasta, mono oznake,
   fine linije mreže kao kod nacrta.
   ========================================================== */

/* ---------- Zajednički "premium" hero sa nišanom/kotama ---------- */
.ph-hero {
  position: relative;
  background: var(--graphite);
  color: var(--white);
  padding: 84px 0 76px;
  overflow: hidden;
  isolation: isolate;
}
.ph-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 38px 38px;
  -webkit-mask-image: radial-gradient(ellipse at 30% 20%, black, transparent 75%);
  mask-image: radial-gradient(ellipse at 30% 20%, black, transparent 75%);
  z-index: 0;
}
.ph-hero::after {
  content: '';
  position: absolute; right: -80px; top: -80px;
  width: 340px; height: 340px;
  border: 1px solid rgba(232,89,12,0.35);
  border-radius: 50%;
  z-index: 0;
}
.ph-hero .container { position: relative; z-index: 1; }
.ph-hero .eyebrow { color: var(--safety); }
.ph-hero .eyebrow::before { background: var(--safety); }
.ph-hero h1 { color: var(--white); margin-bottom: 14px; }
.ph-hero p.lead { color: rgba(255,255,255,0.66); max-width: 620px; font-size: 1.02rem; margin: 0; }
.ph-hero .breadcrumbs { padding-top: 0; margin-bottom: 22px; color: rgba(255,255,255,0.4); }
.ph-hero .breadcrumbs a { color: rgba(255,255,255,0.68); }
.ph-hero .breadcrumbs a:hover { color: var(--safety); }
.ph-hero .breadcrumbs span.sep { opacity: 0.35; }

.ph-crosshair {
  position: absolute; z-index: 1;
  width: 22px; height: 22px;
  opacity: 0.5;
}
.ph-crosshair::before, .ph-crosshair::after { content: ''; position: absolute; background: var(--safety); }
.ph-crosshair::before { top: 50%; left: 0; right: 0; height: 1px; transform: translateY(-50%); }
.ph-crosshair::after { left: 50%; top: 0; bottom: 0; width: 1px; transform: translateX(-50%); }

/* ---------- O NAMA ---------- */
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  margin: 40px 0 0;
}
@media (max-width: 780px) { .about-stats { grid-template-columns: repeat(2, 1fr); } }
.about-stats__item {
  background: var(--white);
  padding: 26px 22px;
  text-align: left;
}
.about-stats__item .num {
  font-family: var(--font-mono);
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--steel);
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.about-stats__item .num span { color: var(--safety); }
.about-stats__item .lbl {
  font-size: 0.8rem;
  color: var(--mist);
  line-height: 1.4;
}

.about-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 56px;
  align-items: start;
  margin-top: 54px;
}
@media (max-width: 900px) { .about-layout { grid-template-columns: 1fr; gap: 36px; } }

.about-body h2 {
  font-size: 1.5rem;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--graphite);
  margin-bottom: 22px;
  display: flex; align-items: baseline; gap: 10px;
}
.about-body h2::before {
  content: '';
  width: 10px; height: 10px;
  background: var(--safety);
  border-radius: 1px;
  display: inline-block;
  transform: translateY(-1px);
}
.about-body h3 {
  font-size: 1.05rem;
  margin-top: 2em;
  color: var(--graphite);
}
.about-body p { color: var(--mist); font-size: 0.98rem; }
.about-body p strong { color: var(--ink); }
.about-body hr { margin: 30px 0; border-top: 1px solid var(--line); }

.about-checklist { display: flex; flex-direction: column; gap: 14px; margin: 20px 0 0; }
.about-checklist li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 0.95rem; color: var(--ink);
}
.about-checklist .chk {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  background: var(--steel-pale); color: var(--steel);
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.about-checklist .chk .icon { width: 12px; height: 12px; }

.partner-strip {
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.partner-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 18px 20px;
  align-items: baseline;
}
.partner-row:not(:last-child) { border-bottom: 1px solid var(--line); }
.partner-row:nth-child(even) { background: rgba(238,242,246,0.4); }
.partner-row .p-name {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  color: var(--steel);
}
.partner-row .p-desc { font-size: 0.86rem; color: var(--mist); margin: 0; }
.partner-row .p-desc strong { color: var(--ink); }

@media (max-width: 560px) {
  .partner-row { grid-template-columns: 1fr; gap: 4px; }
}

.about-sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 20px; }
.about-side-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 3px solid var(--safety);
  border-radius: var(--radius);
  padding: 26px 24px;
}
.about-side-card h3 { font-size: 1rem; margin-bottom: 14px; }
.about-side-card .contact-line { display: flex; flex-direction: column; gap: 12px; font-size: 0.9rem; }
.about-side-card .contact-line a, .about-side-card .contact-line span { display: inline-flex; align-items: flex-start; gap: 9px; }
.about-side-card .contact-line a { color: var(--steel); font-weight: 600; }
.about-side-card .contact-line a .icon, .about-side-card .contact-line span .icon { color: var(--safety); margin-top: 2px; }
.about-side-card .contact-line a:hover { color: var(--safety); }
.about-side-card .btn { width: 100%; justify-content: center; margin-top: 4px; }

.about-side-card--dark {
  background: var(--graphite);
  border-left: none;
  color: rgba(255,255,255,0.7);
}
.about-side-card--dark h3 { color: var(--white); }
.about-side-card--dark p { color: rgba(255,255,255,0.6); font-size: 0.88rem; }

/* ---------- BRENDOVI ---------- */
.brand-hero-strip {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 30px;
  position: relative; z-index: 1;
}
.brand-hero-strip span {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.75);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 20px;
  padding: 6px 14px;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
}
@media (max-width: 980px) { .brand-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .brand-grid { grid-template-columns: 1fr; } }

.brand-card {
  position: relative;
  display: block;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease), border-color 0.22s var(--ease);
  overflow: hidden;
}
.brand-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--safety);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.brand-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--steel); }
.brand-card:hover::before { transform: scaleX(1); }

.brand-card__index {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--mist-2);
  letter-spacing: 0.08em;
}
.brand-card__logo {
  height: 38px; width: auto;
  margin: 16px 0 18px;
  object-fit: contain;
  object-position: left;
}
.brand-card h3 {
  font-size: 1.2rem;
  display: flex; align-items: center; gap: 10px;
}
.brand-card p { font-size: 0.87rem; margin: 8px 0 20px; min-height: 2.6em; }
.brand-card__link {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--steel);
  display: inline-flex; align-items: center; gap: 7px;
}
.brand-card__link .icon { width: 13px; height: 13px; transition: transform 0.2s var(--ease); }
.brand-card:hover .brand-card__link { color: var(--safety); }
.brand-card:hover .brand-card__link .icon { transform: translateX(3px); }

.brands-cta {
  margin-top: 56px;
  background: var(--steel);
  border-radius: var(--radius-lg);
  padding: 40px 44px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 30px 30px;
}
.brands-cta h3 { color: var(--white); margin-bottom: 6px; position: relative; z-index: 1; }
.brands-cta p { color: rgba(255,255,255,0.7); margin: 0; position: relative; z-index: 1; }
.brands-cta .btn { flex-shrink: 0; position: relative; z-index: 1; }

/* ---------- KONTAKT ---------- */
.contact-hero { padding-bottom: 108px; margin-bottom: -64px; }

.contact-quickgrid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: -64px;
  margin-bottom: 20px;
}
@media (max-width: 900px) { .contact-quickgrid { grid-template-columns: 1fr; } }

.contact-quickcard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px 24px;
  display: flex; gap: 16px; align-items: flex-start;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.contact-quickcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.contact-quickcard .cq-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--steel-pale);
  color: var(--steel);
  display: flex; align-items: center; justify-content: center;
}
.contact-quickcard .cq-icon .icon { width: 20px; height: 20px; }
.contact-quickcard h4 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--font-mono); color: var(--mist); margin-bottom: 6px; font-weight: 500; }
.contact-quickcard a, .contact-quickcard span.cq-val { font-size: 0.95rem; font-weight: 600; color: var(--ink); }
.contact-quickcard a:hover { color: var(--safety); }

.contact-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}
@media (max-width: 600px) { .contact-panel { padding: 26px; } }
.contact-panel h3 { font-size: 1.15rem; margin-bottom: 4px; }
.contact-panel > p.hint { font-size: 0.86rem; margin-bottom: 26px; }

.contact-side-stack { display: flex; flex-direction: column; gap: 20px; }
.contact-side-stack .pd-cta h3 { display: flex; align-items: center; gap: 9px; }
.contact-side-stack .pd-cta h3 .icon { color: var(--safety); width: 15px; height: 15px; }

.contact-map-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }