/* ============================================================
   KONTURA — SHARED STYLESHEET (site-wide)
   Extracted verbatim from naslovnica-MASTER.html <style> block.
   Source of truth for the entire multipage site.
   Do not alter values — this is the design canon.
   ============================================================ */

/* ============================================================
   KONTURA — NASLOVNICA · MASTER
   Base: P07 (full-bleed hero + light editorial, one dark CTA).
   Precision layer: P04 (mono section index, hairline rules,
     spec labels on cards, refined JAMSTVA + weekly report).
   Conversion layer: P08 (sticky contact CTA, early trust strip,
     phone in nav, persuasive JAMSTVA framing).
   Brand green #026B49. Restrained, professional, no hype.
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  /* Brand */
  --green: #026B49;
  --green-dark: #025C3E;
  --green-deepest: #013D29;
  --green-mid: #026B49;
  --green-tint: #E9F3EF;
  --green-tint2: #D4EAE1;

  /* Neutrals */
  --ink: #14181A;
  --soft-ink: #5A6268;
  --muted: #8A9299;
  --mist: #F4F6F5;
  --line: #E3E7E5;
  --line-2: #CDD6D2;
  --white: #FFFFFF;
  --sand: #C7A87A;

  /* Engineering accent (P04) */
  --annot: #8A9299;           /* mono annotation / spec-label colour (čisti dekor) */
  --annot-strong: #6B7570;    /* 10.07.: annotacije koje NOSE informaciju (captioni) — AA kontrast na bijelom/mist */
  --grid-dot: rgba(2,107,73,.06);

  /* Type */
  --sans: "Space Grotesk", "Segoe UI", system-ui, -apple-system, sans-serif;
  --body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --mono: "JetBrains Mono", Consolas, ui-monospace, monospace;

  /* Layout */
  /* 11.07. (Petar): 1240→1152 - sadržaj je išao „od ruba do ruba", želi centriraniji dojam */
  --maxw: 1152px;
  --gutter: clamp(20px, 5vw, 72px);
  --nav-h: 64px;
  --nav-h-condensed: 56px;
  --radius: 14px;
  --radius-sm: 10px;

  /* Spacing scale — 4px rhythm */
  --s1: 4px;  --s2: 8px;  --s3: 12px; --s4: 16px; --s5: 20px;
  --s6: 24px; --s7: 28px; --s8: 32px; --s10: 40px; --s12: 48px; --s16: 64px;

}

/* ---------- Globalno desktop skaliranje ----------
   13.07. (Petar): „cijeli web treba biti 20% zoomoutan - sve je nepregledno i preveliko;
   po defaultu sve na 80% trenutnog zooma." zoom skalira kompletan render (layout se
   reflowa, media queryji ostaju po stvarnom viewportu). Mobitel (≤900px) namjerno 1:1 -
   tamo bi 80% palo ispod granice čitljivosti. */
@media (min-width: 901px) {
  body { zoom: 0.8; }
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
h1, h2, h3, h4 {
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.06;
  color: var(--ink);
}

/* ---------- Accessibility ---------- */
.skip {
  position: absolute; left: -999px; top: 8px; z-index: 300;
  background: var(--green); color: #fff; padding: 10px 18px;
  border-radius: 8px; font-weight: 600; font-family: var(--sans); font-size: 14px;
}
.skip:focus { left: 12px; }

a:focus-visible, button:focus-visible {
  outline: 2.5px solid var(--green);
  outline-offset: 3px;
  border-radius: 4px;
}
:focus-visible { outline: 2.5px solid var(--green); outline-offset: 2px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(56px, 8vh, 104px); }
.hairline { border-top: 1px solid var(--line-2); } /* 11.07. (Petar): granice blokova vidljivije (--line → --line-2) */
/* 11.07.: cross-page anchori (#tjedni-izvjestaj i sl.) ne smiju završiti ispod floating nav pilla */
section[id] { scroll-margin-top: 88px; }

/* ---------- P04: hairline rule system with mono annotation ---------- */
.hl-rule {
  display: flex; align-items: center; gap: var(--s4);
  margin-bottom: clamp(36px, 5vw, 56px);
}
.hl-rule__label {
  font-family: var(--mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--annot); white-space: nowrap;
}
.hl-rule__line { flex: 1; height: 1px; background: var(--line); }
.hl-rule__idx {
  font-family: var(--mono); font-size: 10px; letter-spacing: .14em;
  color: var(--green); opacity: .8; white-space: nowrap; font-variant-numeric: tabular-nums;
}

/* ---------- Eyebrow ---------- */
.eyebrow {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow .idx { color: var(--annot); }
.eyebrow .sep { color: var(--line-2); }
/* 11.07. (Petar): kratka crtica = vizualno sidro početka bloka (blokovi se stapali).
   currentColor prati boju eyebrow teksta pa radi i na tamnim podlogama (final, page-hero). */
.eyebrow::before { content: ""; width: 20px; height: 2px; border-radius: 2px; background: currentColor; flex: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: 15px;
  padding: 13px 22px; border-radius: var(--radius-sm);
  transition: transform .15s ease, background .18s ease, color .18s ease,
              border-color .18s ease, box-shadow .2s ease;
  white-space: nowrap; letter-spacing: -.01em;
  position: relative;
}
.btn .arr { transition: transform .2s ease; display: inline-block; }
.btn:hover .arr { transform: translateX(4px); }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 2px 8px rgba(2,107,73,.18); }
.btn-primary:hover { background: var(--green-dark); box-shadow: 0 6px 20px -6px rgba(2,107,73,.5); }
.btn-primary:active { transform: translateY(1px); box-shadow: none; }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: rgba(20,24,26,.5); background: var(--mist); }
.btn-ghost:active { transform: translateY(1px); }
.btn-light { background: rgba(255,255,255,.97); color: var(--green-deepest); }
.btn-light:hover { background: #fff; box-shadow: 0 6px 20px -4px rgba(0,0,0,.18); }
.btn-lg { padding: 16px 28px; font-size: 16px; }
.btn-sm { padding: 9px 18px; font-size: 14px; }

/* inline text link */
.tlink {
  font-family: var(--sans); font-weight: 600; color: var(--green);
  display: inline-flex; align-items: center; gap: 8px; font-size: 15px;
  border-bottom: 1.5px solid transparent; padding-bottom: 1px; width: fit-content;
  transition: border-color .18s ease;
}
.tlink .arr { transition: transform .2s ease; display: inline-block; }
.tlink:hover { border-bottom-color: var(--green); }
.tlink:hover .arr { transform: translateX(4px); }

/* ============================================================
   NAV — sticky, condenses on scroll, active-section highlight
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: var(--nav-h);
  display: flex; align-items: center;
  transition: height .3s cubic-bezier(.4,0,.2,1), box-shadow .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
  will-change: height;
}
.nav.scrolled {
  height: var(--nav-h-condensed);
  border-bottom-color: var(--line);
  box-shadow: 0 1px 0 rgba(20,24,26,.025), 0 4px 16px -4px rgba(20,24,26,.06);
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; max-width: var(--maxw); margin: 0 auto;
  padding-inline: var(--gutter); gap: 16px; /* 11.07.: 24→16, nav sadržaj mora stati u maxw 1152 */
}

/* Logo: image with text fallback */
.nav__logo { display: inline-flex; align-items: center; gap: 12px; }
.nav__logo img { height: 32px; width: auto; display: block; transition: height .3s ease; }
.nav.scrolled .nav__logo img { height: 28px; }
.nav__logo .logo-fallback {
  font-family: var(--sans); font-weight: 700; font-size: 20px;
  letter-spacing: -0.03em; color: var(--green);
  display: none;
}
.nav__logo img[data-broken="true"] { display: none; }
.nav__logo img[data-broken="true"] ~ .logo-fallback { display: inline-flex; align-items: center; }
/* P04: mono version annotation beside logo */
.nav__logo-annot {
  font-family: var(--mono); font-size: 9px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--annot); border-left: 1px solid var(--line); padding-left: 12px;
  line-height: 1; margin-top: 1px;
}

.nav__links { display: flex; align-items: center; gap: clamp(10px, 1.2vw, 20px); }
.nav__links a {
  font-size: 14.5px; color: var(--soft-ink); font-weight: 500;
  position: relative; padding: 6px 0;
  transition: color .2s ease;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  height: 1.5px; width: 0; background: var(--green);
  transition: width .2s ease;
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { width: 100%; }
.nav__links a.nav-active { color: var(--green); font-weight: 600; }
.nav__links a.nav-active::after { width: 100%; }

.nav__right { display: flex; align-items: center; gap: 16px; }

/* P04: section index indicator in nav */
.nav__section-idx {
  font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--annot); transition: color .2s ease; white-space: nowrap;
  font-variant-numeric: tabular-nums;
}


.lang {
  font-family: var(--mono); font-size: 12.5px; color: var(--soft-ink);
  letter-spacing: .04em; display: flex; align-items: center; gap: 5px;
}
.lang b { color: var(--ink); }
.lang span[aria-hidden] { color: var(--line); }
.lang a:hover { color: var(--green); }

/* hamburger */
.burger {
  display: none; width: 44px; height: 44px; border: 1.5px solid var(--line);
  border-radius: var(--radius-sm); flex-direction: column;
  justify-content: center; align-items: center; gap: 5px;
  transition: border-color .2s ease, background .2s ease;
}
.burger:hover { border-color: rgba(20,24,26,.4); background: var(--mist); }
.burger span {
  display: block; width: 18px; height: 2px; background: var(--ink);
  border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease;
}
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile menu */
.mobile-menu {
  display: none; position: fixed;
  inset: var(--nav-h) 0 0 0; z-index: 99;
  background: var(--white); padding: 24px var(--gutter) 40px;
  flex-direction: column; gap: 2px; overflow-y: auto;
  border-top: 1px solid var(--line);
}
.mobile-menu.open { display: flex; }
.mobile-menu a:not(.btn) {
  font-family: var(--sans); font-size: 22px; font-weight: 600;
  padding: 14px 0; border-bottom: 1px solid var(--line);
  color: var(--ink); transition: color .2s ease;
  display: flex; align-items: center; justify-content: space-between;
}
.mobile-menu a:not(.btn):hover { color: var(--green); }
.mobile-menu a.nav-active { color: var(--green); font-weight: 600; } /* 11.07.: aktivna = trenutna stranica */
.mobile-menu a.m-last { border-bottom: none; }
/* P04: mono index in mobile links */
.mobile-menu a .m-idx {
  font-family: var(--mono); font-size: 11px; letter-spacing: .12em;
  color: var(--annot); font-weight: 400;
}
.mobile-menu .btn { margin-top: 20px; justify-content: center; }
.mobile-menu__phone {
  margin-top: 16px; padding: 14px 0;
  font-family: var(--mono); font-size: 15px; color: var(--soft-ink);
  border-top: 1px solid var(--line);
  display: flex; align-items: center; gap: 8px;
}
.mobile-menu__phone svg { width: 16px; height: 16px; flex: none; }
.mobile-menu .lang { margin-top: 16px; font-size: 15px; }

/* ============================================================
   HERO — P07 full-bleed image with headline overlap
   ============================================================ */
.hero {
  position: relative;
  min-height: min(92vh, 860px);
  display: flex; flex-direction: column;
  overflow: hidden;
  background: #0E1311;
}

/* Full-bleed background placeholder — dramatic architectural dark */
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(160deg, #0E1311 0%, #111816 40%, #14181A 100%);
}
/* Architectural blueprint grid texture */
.hero__bg::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,.038) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.028) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, transparent 1px 16px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.014) 0 1px, transparent 1px 16px);
}
/* Restrained green vignette glow — lower-left, not dominant */
.hero__bg::after {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background:
    radial-gradient(ellipse 55% 50% at 8% 88%, rgba(2,107,73,.18) 0%, transparent 60%),
    radial-gradient(ellipse 40% 35% at 72% 105%, rgba(2,107,73,.10) 0%, transparent 55%),
    radial-gradient(circle 900px at 110% -5%, rgba(255,255,255,.04) 0%, transparent 55%);
}

/* hero__bg-label removed (Fix 7) */

/* Gradient veil */
.hero__veil {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  height: 260px;
  background: linear-gradient(to bottom,
    transparent 0%, rgba(14,19,17,.65) 40%, rgba(14,19,17,.92) 70%, #0E1311 100%);
  pointer-events: none;
}

/* White rounded base */
.hero__base {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 9;
  height: 48px; background: var(--white);
  border-radius: 28px 28px 0 0;
}

/* Bottom content panel */
.hero__panel {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 10;
  padding-bottom: clamp(48px, 6vw, 88px);
}
.hero__panel-inner {
  max-width: var(--maxw); margin: 0 auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: clamp(32px, 4vw, 72px);
  align-items: end;
}

/* Left: eyebrow + H1 + sub */
.hero__eyebrow { margin-bottom: 20px; color: rgba(255,255,255,.7); }
.hero__eyebrow .idx, .hero__eyebrow .sep { color: rgba(255,255,255,.35); }

.hero h1 {
  font-size: clamp(40px, 6.5vw, 86px);
  line-height: 1.0;
  letter-spacing: -0.038em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 22px;
  text-wrap: balance;
}
.hero h1 em { font-style: normal; color: var(--green-mid); }

.hero__sub {
  font-size: clamp(16px, 1.3vw, 19px);
  color: rgba(255,255,255,.72);
  max-width: 54ch;
  line-height: 1.65;
  margin-bottom: 30px;
  text-wrap: pretty;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }

/* Right: guarantee spec-pill — P07 glass + P04 mono spec header */
.hero__pill {
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  overflow: hidden;
}
.hero__pill-head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 22px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}
.hero__pill-head .label {
  font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.hero__pill-head .ver {
  font-family: var(--mono); font-size: 10px; letter-spacing: .1em;
  color: var(--green-mid);
}
.hero__pill ul { display: flex; flex-direction: column; padding: 6px 22px 14px; }
.hero__pill li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.hero__pill li:last-child { border-bottom: none; }
.hero__pill li .g-no {
  font-family: var(--mono); font-size: 10px; letter-spacing: .12em;
  color: var(--green-mid); font-weight: 600; flex: none; margin-top: 3px;
}
.hero__pill li .g-label {
  font-family: var(--sans); font-size: 15px; font-weight: 600; color: #fff;
  line-height: 1.3; display: block;
}
.hero__pill li .g-sub {
  font-family: var(--mono); font-weight: 400;
  color: rgba(255,255,255,.5); font-size: 11.5px; letter-spacing: .03em; margin-top: 3px;
  display: block;
}

/* ============================================================
   TRUST / STAT STRIP (P08) — directly after hero
   ============================================================ */
.trust-strip { padding-block: 0; }
.trust-strip__row {
  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-top: calc(-1 * clamp(28px, 4vw, 48px));
  position: relative; z-index: 12;
  background-color: var(--white);
  box-shadow: 0 24px 60px -40px rgba(20,24,26,.4);
}
.trust-strip__item {
  background: var(--white);
  padding: clamp(20px, 2.6vw, 30px) clamp(16px, 2vw, 28px);
  display: flex; flex-direction: column; gap: 5px;
  position: relative;
  transition: background .2s ease;
}
.trust-strip__item:hover { background: var(--mist); }
/* P04: tick mark annotation */
.trust-strip__item::before {
  content: ""; position: absolute; top: 14px; right: 14px;
  width: 7px; height: 7px;
  border-top: 1px solid var(--line-2); border-right: 1px solid var(--line-2);
  opacity: .7;
}
.trust-strip__num {
  font-family: var(--mono); font-weight: 600;
  font-size: clamp(20px, 3vw, 34px); /* 10.07.: duži stringovi (Od 2002. · Unutar 24 h) moraju stati u kolonu */
  letter-spacing: -0.03em; color: var(--green); line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.trust-strip__lbl { font-size: 13px; color: var(--soft-ink); line-height: 1.4; }
/* 10.07.: naslovnica ima 3 statistike (isti ritam kao 3 hero natuknice iznad — kolone se
   poklapaju); o-nama i projekti zadržavaju 4. Na mobitelu 3 stavke idu u stupac. */
.trust-strip__row--3 { grid-template-columns: repeat(3, 1fr); }

/* ============================================================
   SOCIAL PROOF — client logos (P04 annotated header)
   ============================================================ */
.proof { padding-block: clamp(44px, 5.5vw, 72px); }
.proof__header { display: flex; align-items: center; gap: var(--s5); margin-bottom: var(--s7); }
.proof__label {
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--annot); white-space: nowrap;
}
.proof__rule { flex: 1; height: 1px; background: var(--line); }
.proof__count {
  font-family: var(--mono); font-size: 11px; letter-spacing: .1em;
  color: var(--annot); white-space: nowrap;
}
/* 10.07.: 8 referenci u 4 kolone (2×4, bez siročadi u zadnjem redu) */
.proof__row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 1.4vw, 18px) clamp(12px, 1.6vw, 24px); align-items: center;
}
/* 10.07.: čista tipografska referenca — bez okvira koji je djelovao kao prazno input polje */
.clogo {
  display: flex; align-items: center; justify-content: center;
  min-height: 40px; padding: 6px 10px;
  font-family: var(--sans); font-weight: 600;
  font-size: clamp(12.5px, 1vw, 15px);
  letter-spacing: -0.01em; text-align: center; line-height: 1.25;
  color: var(--soft-ink);
  transition: color .2s ease;
}
.clogo:hover { color: var(--ink); }

/* 10.07.: pravi logotipi na naslovnici (Petar) — puna boja (Petrova odluka, bez grayscale zida).
   Na produkciju TEK uz pristanke klijenata (§4). */
.proof__row.proof__row--logos {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 18px clamp(14px, 2.2vw, 32px); list-style: none; margin: 0; padding: 0;
}
.proof__row--logos .clogo { min-height: 0; padding: 0; flex: 0 1 auto; }
.proof__row--logos img {
  display: block; width: auto; max-width: min(170px, 24vw); object-fit: contain;
}
.clogo--wide img { height: 34px; }
.clogo--tall img { height: 56px; }
@media (max-width: 600px) {
  .proof__row.proof__row--logos { justify-content: center; gap: 16px 24px; }
  .clogo--wide img { height: 27px; }
  .clogo--tall img { height: 44px; }
  .proof__count { display: none; } /* nowrap dekor se rezao na rubu */
}

/* ============================================================
   SHARED section heading
   ============================================================ */
.head { max-width: 62ch; margin-bottom: clamp(40px, 5vw, 64px); }
.head .eyebrow { margin-bottom: 16px; }
.head h2 { font-size: clamp(30px, 4vw, 52px); letter-spacing: -0.03em; margin-bottom: 16px; }
.head p { font-size: clamp(16px, 1.2vw, 18px); color: var(--soft-ink); max-width: 58ch; }

.head--grid {
  display: grid; grid-template-columns: repeat(12, 1fr);
  gap: 28px; align-items: end; max-width: none;
}
.head--grid .head__t { grid-column: 1 / 8; }
.head--grid .head__p { grid-column: 8 / 13; align-self: end; margin-bottom: 4px; }
.head--grid .head__t .eyebrow { margin-bottom: 16px; }
.head--grid .head__t h2 { font-size: clamp(30px, 4vw, 52px); letter-spacing: -0.03em; }
.head--grid .head__p p { color: var(--soft-ink); font-size: 16px; line-height: 1.65; }

/* ============================================================
   USLUGE — P04 spec-bar cards
   ============================================================ */
/* 11.07. (Petar): usluge = mist blok (kao „kako radimo") - naslovnica dobiva ritam
   bijela/mist/bijela/mist pa se blokovi jasno vide; kartice zato prelaze na bijelo */
.services { background: var(--mist); }
.services .card--feat { background: var(--white); }

.cards-primary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 20px; }

.card {
  position: relative;
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; background: var(--white); /* 11.07. (Petar): 30/28→26/24, niže kućice */
  display: flex; flex-direction: column; gap: 12px;
  transition: border-color .22s ease, transform .22s cubic-bezier(.4,0,.2,1), box-shadow .25s ease;
  overflow: hidden;
}
.card:hover { border-color: var(--line-2); transform: translateY(-4px); box-shadow: 0 20px 48px -28px rgba(20,24,26,.35); }
.card:focus-within { border-color: var(--green); }
/* P04: top spec annotation bar */
.card__spec-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 14px; margin-bottom: 2px;
  border-bottom: 1px solid var(--line);
}
.card__no { font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; color: var(--green); font-weight: 600; }
.card__tag { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--annot); }
.card h3 { font-size: clamp(19px, 1.45vw, 22px); letter-spacing: -0.02em; line-height: 1.1; }
.card p { font-size: 15px; color: var(--soft-ink); flex: 1; line-height: 1.65; }
.card .tlink { margin-top: 4px; font-size: 14px; }
.card--feat { background: var(--mist); }
.card--feat::after {
  content: ""; position: absolute; left: 0; top: 32px; bottom: 32px; width: 2px;
  background: linear-gradient(to bottom, var(--green), var(--green-mid));
  border-radius: 0 2px 2px 0;
}

/* Specialities strip */
.specialities {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  padding: 18px 22px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--white);
}
.spec__label {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--annot); font-weight: 500;
  white-space: nowrap; padding-right: var(--s4); border-right: 1px solid var(--line); margin-right: 4px;
}
.spec__tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13.5px; font-family: var(--sans); font-weight: 500; color: var(--ink);
  background: var(--mist); border: 1px solid var(--line);
  padding: 6px 12px; border-radius: 99px; white-space: nowrap;
  transition: border-color .18s ease, background .18s ease, transform .15s ease;
}
.spec__tag:hover { border-color: var(--green); background: var(--green-tint); transform: translateY(-1px); }
.spec__tag .spec__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex: none; }
.spec__tag .spec__mk { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; color: var(--annot); font-weight: 400; }
.spec__sep { color: var(--line-2); font-size: 18px; line-height: 1; user-select: none; }
/* 10.07.: namjeran 3+2 raspored tagova (prije se zadnji tag lomio sam — djelovalo slučajno) */
.spec__rows { display: flex; flex-direction: column; gap: 10px; flex: 1; min-width: 0; }
.spec__row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }

/* ============================================================
   KAKO RADIMO — P04 precision weekly report
   ============================================================ */
.how { background: var(--mist); }
.how__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(28px, 4.5vw, 72px); align-items: center; }
.how__copy { grid-column: 1 / 6; }
.how__copy .eyebrow { margin-bottom: 14px; }
.how__copy h2 { font-size: clamp(28px, 3.4vw, 46px); letter-spacing: -0.03em; margin-bottom: 20px; }
.how__copy p { color: var(--soft-ink); margin-bottom: 16px; max-width: 44ch; line-height: 1.7; }
.how__copy .tlink { margin-top: 8px; }
.how__visual { grid-column: 6 / 13; }

/* 11.07. (Petar): report kartica = link na puni primjer (kako-radimo#tjedni-izvjestaj) */
.report-link { display: block; color: inherit; }
.report-link .arr { transition: transform .2s ease; display: inline-block; }
.report-link:hover .arr { transform: translateX(4px); }
.report-link__hint {
  display: flex; justify-content: flex-end; align-items: center; gap: 8px;
  max-width: 540px; margin-left: auto; margin-top: 14px;
  font-family: var(--sans); font-weight: 600; font-size: 14px; color: var(--green);
}

/* weekly report card */
.report {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 32px 72px -40px rgba(20,24,26,.45), 0 2px 8px -4px rgba(20,24,26,.06);
  overflow: hidden; max-width: 540px; margin-left: auto;
  transform: rotate(-0.5deg);
  transition: transform .3s ease, box-shadow .3s ease;
}
.report:hover { transform: rotate(0deg) translateY(-4px); box-shadow: 0 40px 80px -36px rgba(20,24,26,.45), 0 8px 24px -8px rgba(20,24,26,.1); }
.report__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 22px; border-bottom: 1px solid var(--line); gap: 16px;
  background: var(--mist);
}
.report__brand { display: flex; align-items: center; gap: 12px; }
.report__brand img { height: 22px; width: auto; }
.report__brand .rb-fallback {
  font-family: var(--sans); font-weight: 700; font-size: 15px;
  letter-spacing: -0.03em; color: var(--green); display: none;
}
.report__brand img[data-broken="true"] { display: none; }
.report__brand img[data-broken="true"] ~ .rb-fallback { display: block; }
.report__brand img[data-broken="true"] + .rb-fallback ~ .rb-rule { display: none; }
.report__brand .rb-rule { width: 1px; height: 20px; background: var(--line); }
.report__brand .rb-doc {
  font-family: var(--mono); font-size: 10px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--annot);
}
.report__meta-right { display: flex; align-items: center; gap: var(--s3); }
.report__ver { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; color: var(--annot); }
.report__week {
  font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .08em;
  color: var(--green); background: var(--green-tint);
  border: 1px solid var(--green-tint2);
  padding: 5px 10px; border-radius: 6px; white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
/* P04: spec ruler inside report - v2 (10.07.): nosi stvarne podatke projekta (label + vrijednost) */
.report__spec-ruler { display: flex; align-items: stretch; border-bottom: 1px solid var(--line); }
.report__spec-ruler span {
  flex: 1; display: flex; flex-direction: column; gap: 3px;
  font-family: var(--mono); font-size: 9px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--annot); padding: 8px 22px 10px;
  border-right: 1px solid var(--line);
}
.report__spec-ruler span:last-child { border-right: none; }
.report__spec-ruler b { font-size: 11px; font-weight: 600; color: var(--ink); letter-spacing: .03em; text-transform: none; font-variant-numeric: tabular-nums; white-space: nowrap; }

/* report mail varijanta (kako-radimo, 10.07.) - izvjestaj kakav stize investitoru u inbox */
.rmail__head { padding: 14px 22px 12px; background: var(--mist); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; }
.rmail__from { display: flex; align-items: center; gap: 10px; }
.rmail__avatar {
  width: 34px; height: 34px; border-radius: 50%; background: var(--green); color: #fff;
  font-family: var(--sans); font-weight: 700; font-size: 15px;
  display: flex; align-items: center; justify-content: center; flex: none;
}
.rmail__from-name { font-family: var(--sans); font-weight: 600; font-size: 13.5px; color: var(--ink); line-height: 1.2; }
.rmail__from-name small { display: block; font-family: var(--mono); font-weight: 400; font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--annot-strong); margin-top: 3px; }
.rmail__time { margin-left: auto; align-self: flex-start; padding-top: 2px; font-family: var(--mono); font-size: 10px; letter-spacing: .06em; color: var(--annot); white-space: nowrap; }
.rmail__row { display: flex; gap: 10px; align-items: baseline; font-family: var(--mono); font-size: 11px; color: var(--soft-ink); letter-spacing: .02em; }
.rmail__lbl { flex: none; min-width: 52px; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: var(--annot); }
.rmail__row strong { font-family: var(--sans); font-size: 13px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.rmail__att { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 22px; border-bottom: 1px solid var(--line); }
.rmail__file {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .02em; color: var(--ink);
  border: 1px solid var(--line); background: var(--mist); border-radius: 6px; padding: 6px 10px;
}
.rmail__file svg { width: 12px; height: 12px; flex: none; color: var(--annot-strong); }
.report--mail .report__project { margin-bottom: 20px; }
.report--mail .report__project-meta { margin-bottom: 0; }

.report__body { padding: 22px; }
.report__project { display: flex; align-items: flex-start; justify-content: space-between; gap: var(--s4); margin-bottom: var(--s3); }
.report__title { font-family: var(--sans); font-weight: 600; font-size: 15px; letter-spacing: -0.015em; color: var(--ink); }
.report__status {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--green); background: var(--green-tint); border: 1px solid var(--green-tint2);
  padding: 4px 9px; border-radius: 5px; white-space: nowrap; flex: none;
}
.report__status::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--green); flex: none; }
.report__project-meta { font-family: var(--mono); font-size: 11px; letter-spacing: .04em; color: var(--annot); margin-bottom: 20px; }

.report__sec { margin-bottom: 18px; }
.report__sec-head { display: flex; align-items: center; gap: var(--s3); margin-bottom: 10px; padding-bottom: 6px; border-bottom: 1px solid var(--line); }
.report__sec-head h4 { font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--annot); font-weight: 500; }
.report__sec-head .sec-count { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; color: var(--annot); margin-left: auto; }
.report__sec li {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 13px; color: var(--ink); padding: 3px 0; line-height: 1.5; font-family: var(--body);
}
.report__sec li svg { width: 14px; height: 14px; flex: none; margin-top: 2px; }
.r-tick { color: var(--green); }
.r-plan { color: var(--annot); }
.r-note { color: var(--annot-strong); }
.report__sec li .r-qty {
  margin-left: auto; padding-left: 10px; margin-top: 2px;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .03em;
  color: var(--annot-strong); white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.report__sec--notes li { color: var(--soft-ink); font-size: 12.5px; }

/* precision progress bars with tick marks */
.report__bars { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; }
.bar { position: relative; }
.bar__top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.bar__lbl { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--soft-ink); font-weight: 500; }
.bar__val { font-family: var(--mono); font-size: 11px; font-weight: 600; color: var(--ink); letter-spacing: .04em; font-variant-numeric: tabular-nums; }
.bar__track { height: 7px; background: var(--mist); border-radius: 99px; overflow: hidden; border: 1px solid var(--line); position: relative; }
.bar__fill { height: 100%; border-radius: 99px; background: var(--green); }
.bar__fill--plan { background: repeating-linear-gradient(45deg, var(--green) 0 5px, var(--green-dark) 5px 10px); opacity: .9; }
.bar__ticks { position: absolute; inset: 0; display: flex; pointer-events: none; }
.bar__tick { flex: 1; border-right: 1px solid rgba(255,255,255,.4); }
.bar__tick:last-child { border-right: none; }

.report__foot {
  border-top: 1px solid var(--line); padding: 12px 22px;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  background: var(--mist);
}
.report__foot-left, .report__foot-right {
  font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--annot); display: flex; align-items: center; gap: 8px;
}
.report__foot-left::before { content: ""; width: 20px; height: 1px; background: var(--green); }

/* ============================================================
   JAMSTVA — P08 persuasive framing + P04 precise cards
   ============================================================ */
.jamstva { background: var(--white); }

/* P08: full-width banner before cards */
.jamstva__banner {
  margin-bottom: clamp(32px, 4.5vw, 52px);
  padding: 26px 30px;
  background: var(--green-tint);
  border: 1px solid var(--green-tint2);
  border-left: 4px solid var(--green);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.jamstva__banner-text h2 { font-size: clamp(22px, 2.8vw, 32px); letter-spacing: -0.03em; margin-bottom: 8px; }
.jamstva__banner-text p { font-size: 15.5px; color: var(--soft-ink); max-width: 56ch; line-height: 1.6; }
.jamstva__banner-cta { flex: none; }

.jamstva__head {
  display: grid; grid-template-columns: repeat(12, 1fr);
  gap: 28px; align-items: end;
  margin-bottom: clamp(28px, 3.5vw, 44px);
}
.jamstva__head-t { grid-column: 1 / 7; }
.jamstva__head-p { grid-column: 7 / 13; align-self: end; margin-bottom: 4px; }
.jamstva__head-p p { color: var(--soft-ink); font-size: 15.5px; max-width: 46ch; line-height: 1.65; }
.jamstva__head-t .eyebrow { margin-bottom: 0; }

.jamstva__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* P04: refined jam-card with spec annotations */
.jam-card {
  position: relative;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--white);
  display: flex; flex-direction: column; overflow: hidden;
  transition: border-color .22s ease, transform .22s cubic-bezier(.4,0,.2,1), box-shadow .25s ease;
}
.jam-card:hover {
  border-color: var(--green-tint2); transform: translateY(-4px);
  box-shadow: 0 20px 48px -28px rgba(2,107,73,.2), 0 4px 12px -8px rgba(20,24,26,.08);
}
/* P04: top rule with inset colour */
.jam-card__top-rule { height: 2px; background: linear-gradient(90deg, var(--green), var(--green-mid)); position: relative; }
.jam-card__top-rule::after {
  content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 40%;
  background: linear-gradient(90deg, transparent, var(--green-tint2));
}
.jam-card__inner { padding: 22px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; } /* 11.07. (Petar): 28→22, niže kućice */
.jam-card__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.jam-card__no { font-family: var(--mono); font-size: 10px; letter-spacing: .18em; color: var(--annot); font-weight: 600; }
.jam-card__icon {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  background: var(--green-tint); border-radius: var(--radius-sm);
  border: 1px solid var(--green-tint2); flex: none;
  transition: background .2s ease;
}
.jam-card:hover .jam-card__icon { background: rgba(2,107,73,.15); }
.jam-card__icon svg { width: 19px; height: 19px; stroke: var(--green); fill: none; stroke-width: 1.8; }
.jam-card h3 { font-size: clamp(16px, 1.3vw, 19px); letter-spacing: -0.02em; line-height: 1.15; color: var(--ink); }
.jam-card p { font-size: 14px; color: var(--soft-ink); line-height: 1.65; flex: 1; }
/* P04: bottom micro annotation */
.jam-card__foot {
  padding: 9px 22px; border-top: 1px solid var(--line); background: var(--mist);
  font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--annot); display: flex; align-items: center; gap: 6px;
}
.jam-card__foot::before { content: "§"; color: var(--green); opacity: .6; }

/* micro note */
.jamstva__micro {
  margin-top: 28px; padding: 18px 24px;
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: var(--mist); border-left: 3px solid var(--green);
  display: flex; align-items: center; gap: 14px;
}
.jamstva__micro svg { width: 18px; height: 18px; stroke: var(--green); fill: none; stroke-width: 1.8; flex: none; }
.jamstva__micro p { font-size: 15px; color: var(--soft-ink); max-width: 72ch; line-height: 1.65; }
.jamstva__micro p strong { color: var(--ink); font-weight: 600; }

/* ============================================================
   FLAGSHIP PROJECT
   ============================================================ */
.flagship .fl__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(28px, 4vw, 56px); align-items: center; }
.fl__media { grid-column: 1 / 7; }

/* Placeholder bez fotke — svijetla, tiha varijanta (10.07.: tamna mreža djelovala kao
   skeleton/loading state — GPT audit). Na <img class="ph"> pozadinu prekriva slika. */
.ph {
  position: relative; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 75% 0%, rgba(2,107,73,.05), transparent 60%),
    var(--mist);
  isolation: isolate;
}
.ph::before {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: .55;
  background-image:
    repeating-linear-gradient(0deg, rgba(2,107,73,.08) 0 1px, transparent 1px 36px),
    repeating-linear-gradient(90deg, rgba(2,107,73,.06) 0 1px, transparent 1px 36px);
}
/* P04: spec lines top-left */
.ph__spec { position: absolute; top: 16px; left: 18px; z-index: 3; display: flex; flex-direction: column; gap: 6px; }
.ph__spec-line {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--annot-strong);
}
.ph__spec-line .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--green-mid); flex: none; opacity: .85; }
/* „Foto · dolazi" značke skinute site-wide — placeholder ne najavljuje što nema */
.ph__label { display: none; }
.fl__media .ph { aspect-ratio: 4 / 3; }

.fl__body { grid-column: 7 / 13; }
/* P04: tag with mono spec style */
.fl__tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--green); font-weight: 600; margin-bottom: 20px;
  padding: 6px 12px; border: 1px solid var(--green-tint2); border-radius: 5px; background: var(--green-tint);
}
.fl__tag svg { width: 12px; height: 12px; }
.fl__body h2, .fl__body h3 { font-size: clamp(26px, 2.8vw, 40px); letter-spacing: -0.03em; margin-bottom: 24px; } /* 11.07.: naslovnica flagship = h2 (semantika); za-koga premium zadržava h3 */
.fl__stats {
  display: flex; flex-wrap: wrap; gap: clamp(22px, 3.5vw, 44px);
  margin-bottom: 24px; padding-block: 20px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.fl__stat .n { font-family: var(--mono); font-weight: 600; font-size: clamp(22px, 2.2vw, 30px); color: var(--ink); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; display: block; }
.fl__stat .l { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--annot); margin-top: 5px; }
.fl__inv { font-size: 15px; margin-bottom: 14px; }
.fl__inv b { font-weight: 600; }
.fl__inv .muted { color: var(--soft-ink); }
.fl__desc { color: var(--soft-ink); font-size: 16px; margin-bottom: 24px; max-width: 52ch; line-height: 1.7; }
.fl__desc .todo { color: var(--sand); font-family: var(--mono); font-size: 12.5px; }

/* ============================================================
   TEAM
   ============================================================ */
.team { background: var(--mist); }
.team__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(28px, 4vw, 56px); align-items: center; }
.team__media { grid-column: 1 / 6; }
.team__media .ph { aspect-ratio: 3 / 4; }
.team__body { grid-column: 6 / 13; }
.team__body .eyebrow { margin-bottom: 14px; }
.team__body h2 { font-size: clamp(28px, 3.2vw, 44px); letter-spacing: -0.03em; margin-bottom: 16px; }
.team__body p { color: var(--soft-ink); margin-bottom: 16px; max-width: 54ch; line-height: 1.7; }
.team__body p strong { color: var(--ink); font-weight: 600; }
.team__body .tlink { margin-top: 8px; }
/* P04: team spec annotations */
.team__spec { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.team__spec-item {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--annot); border: 1px solid var(--line);
  padding: 6px 12px; border-radius: 5px; background: var(--white);
}
.team__spec-item .val { color: var(--green); font-weight: 700; font-size: 13px; }

/* ============================================================
   FINAL CTA — the one dark block (P07 + P08 24h promise)
   ============================================================ */
.final {
  background:
    radial-gradient(120% 120% at 85% 10%, rgba(255,255,255,.07), transparent 55%),
    linear-gradient(165deg, var(--green-dark) 0%, var(--green-deepest) 100%);
  color: #fff; text-align: center; position: relative; overflow: hidden;
}
.final::before {
  content: ""; position: absolute; inset: 0; opacity: .45;
  background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px 48px);
  -webkit-mask-image: radial-gradient(circle at 50% 40%, #000, transparent 70%);
          mask-image: radial-gradient(circle at 50% 40%, #000, transparent 70%);
}
.final__inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.final .eyebrow { color: rgba(255,255,255,.7); justify-content: center; margin-bottom: 20px; }
.final .eyebrow .idx, .final .eyebrow .sep { color: rgba(255,255,255,.4); }
.final h2 { color: #fff; font-size: clamp(32px, 4.4vw, 58px); letter-spacing: -0.03em; margin-bottom: 16px; text-wrap: balance; }
.final p { color: rgba(255,255,255,.8); font-size: clamp(16px, 1.3vw, 19px); margin-bottom: 22px; max-width: 44ch; margin-inline: auto; line-height: 1.65; }
/* P08: 24h response promise — selektor .final .final__promise da nadjača .final p
   (10.07.: zbog specificnosti je mono red bio 16-19px umjesto 12px i ružno se lomio) */
.final .final__promise {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.65); margin-bottom: 26px; max-width: none;
}
.final__promise svg { width: 14px; height: 14px; flex: none; }
.final__contacts {
  margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px 24px;
  justify-content: center; align-items: center;
  font-family: var(--mono); font-size: 13.5px; color: rgba(255,255,255,.82); letter-spacing: .02em;
}
.final__contacts a { border-bottom: 1px solid rgba(255,255,255,.28); padding-bottom: 2px; transition: border-color .2s ease; }
.final__contacts a:hover { border-bottom-color: #fff; }
.final__contacts .sep { color: rgba(255,255,255,.35); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--white); padding-top: clamp(56px, 7vw, 88px); padding-bottom: 36px; }
.footer__top {
  display: grid; grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: clamp(28px, 4vw, 56px); padding-bottom: 44px;
  border-bottom: 1px solid var(--line); margin-bottom: 24px;
}
.footer__brand img { height: 32px; width: auto; margin-bottom: 20px; }
.footer__brand .fb-fallback {
  font-family: var(--sans); font-weight: 700; font-size: 18px;
  letter-spacing: -0.03em; color: var(--green); margin-bottom: 20px; display: none;
}
.footer__brand img[data-broken="true"] { display: none; }
.footer__brand img[data-broken="true"] + .fb-fallback { display: block; }
.footer__brand address { font-style: normal; color: var(--soft-ink); font-size: 14.5px; line-height: 1.85; }
.footer__brand address a:hover { color: var(--green); }
.footer h4 {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink); font-weight: 500; margin-bottom: 16px;
}
.footer__nav ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 22px; }
.footer__nav a { font-size: 14.5px; color: var(--soft-ink); transition: color .18s ease; }
.footer__nav a:hover { color: var(--green); }
.footer__about p { color: var(--soft-ink); font-size: 14.5px; margin-bottom: 20px; max-width: 34ch; line-height: 1.7; }
.social { display: flex; gap: 10px; }
.social a {
  width: 42px; height: 42px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center; color: var(--ink);
  transition: border-color .18s ease, color .18s ease, background .18s ease, transform .15s ease;
}
.social a:hover { border-color: var(--green); color: var(--green); background: var(--green-tint); transform: translateY(-2px); }
.social svg { width: 18px; height: 18px; }
.footer__bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px;
  font-size: 13px; color: var(--soft-ink);
}
.footer__bottom .links { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; }
.footer__bottom a:hover { color: var(--green); }
.footer__bottom .sep { color: var(--line); }
.footer__bottom .lang b { color: var(--ink); }

/* ============================================================
   BACK TO TOP
   ============================================================ */
.btt {
  position: fixed; right: 24px; bottom: 24px; z-index: 50;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--green); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px -4px rgba(2,107,73,.5);
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, background .18s ease, bottom .25s ease;
  transform: translateY(8px);
}
.btt.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.btt:hover { background: var(--green-dark); }
.btt svg { width: 20px; height: 20px; }

/* ============================================================
   SCROLL REVEAL — visible without JS; animate when JS present
   ============================================================ */
/* 10.07. (audit): .6s/18px djelovalo tromo na dugoj mobilnoj stranici - kraće i suptilnije */
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .4s ease, transform .4s cubic-bezier(.4,0,.2,1); }
.js .reveal.in { opacity: 1; transform: none; }
@media (max-width: 600px) {
  .js .reveal { transform: translateY(10px); transition-duration: .32s; }
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1 !important; transform: none !important; transition: none; }
  html { scroll-behavior: auto; }
  .report { transform: none; }
  .btt, .btn, .card, .jam-card, .stat, .social a, .clogo, .trust-strip__item { transition: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .hero__panel-inner { grid-template-columns: 1fr 340px; }
  .jamstva__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  /* Nav: collapse to hamburger */
  .nav__links { display: none; }
  .nav__right .lang { display: none; }
  .nav__right .btn { display: none; }
  .nav__section-idx { display: none; }
  .burger { display: flex; }

  /* Hero: stack copy, pill moves above */
  .hero__panel-inner { grid-template-columns: 1fr; gap: 28px; }
  .hero__right { order: -1; }
  .hero__pill { max-width: 480px; }
  .hero h1 { font-size: clamp(36px, 8vw, 60px); }

  /* Trust strip */
  .trust-strip__row { grid-template-columns: 1fr 1fr; }

  /* Services */
  .head--grid { grid-template-columns: 1fr; }
  .head--grid .head__t, .head--grid .head__p { grid-column: auto; }
  .head--grid .head__p { margin-bottom: 0; }
  .cards-primary { grid-template-columns: 1fr 1fr; }

  /* How */
  .how__grid { grid-template-columns: 1fr; }
  .how__copy, .how__visual { grid-column: auto; }
  .report { margin-inline: auto; transform: none; max-width: 100%; }

  /* Jamstva */
  .jamstva__head { grid-template-columns: 1fr; }
  .jamstva__head-t, .jamstva__head-p { grid-column: auto; }
  .jamstva__grid { grid-template-columns: 1fr 1fr; }
  .jamstva__banner { flex-direction: column; align-items: flex-start; }

  /* Flagship + Team */
  /* 10.07. mobile audit: ".flagship .fl__grid" nužan - bazno pravilo (spec. 0,2,0) inače pregazi ovaj override
     pa flagship na mobu ostane u 12 kolona (fotka 2px, tekst u stupcu od 120px) */
  .fl__grid, .flagship .fl__grid, .team__grid { grid-template-columns: 1fr; }
  .fl__media, .fl__body, .team__media, .team__body { grid-column: auto; }
  .team__media .ph { aspect-ratio: 16 / 10; }
  .fl__media .ph { aspect-ratio: 16 / 10; }

  /* Footer */
  .footer__top { grid-template-columns: 1fr; gap: 36px; }
  .footer__nav ul { grid-template-columns: 1fr 1fr 1fr; }

  .btt { right: 16px; }
}

@media (max-width: 600px) {
  /* Hero: full-height tighten */
  .hero { min-height: min(86vh, 700px); }
  .hero__panel { padding-bottom: clamp(40px, 8vw, 64px); }
  .hero__base { height: 36px; border-radius: 22px 22px 0 0; }
  /* hero__bg-label removed (Fix 7) */

  /* Trust strip — 2×2 grid on mobile so all 4 KPIs visible */
  .trust-strip__row { grid-template-columns: 1fr 1fr; margin-top: calc(-1 * 24px); }
  /* naslovnica (3 stavke): stupac umjesto 2+1 šepavca */
  .trust-strip__row.trust-strip__row--3 { grid-template-columns: 1fr; }
  .trust-strip { padding-bottom: clamp(8px, 2vw, 16px); }

  /* Proof */
  .proof__row { grid-template-columns: 1fr 1fr 1fr; }

  /* Services / jamstva single col */
  .cards-primary { grid-template-columns: 1fr; }
  .jamstva__grid { grid-template-columns: 1fr; }

  /* Specialities (10.07. mobile audit): label iznad chipova (red chipova bio stisnut na 152px
     pa je najduži chip bio odrezan na rubu ekrana) + chipovi se smiju lomiti u dva reda */
  .specialities { flex-direction: column; }
  .spec__label { border-right: 0; padding-right: 0; margin-right: 0; }
  .spec__tag { white-space: normal; }

  /* CTAs fill */
  .hero__cta .btn { flex: 1; justify-content: center; }

  /* Footer nav */
  .footer__nav ul { grid-template-columns: 1fr 1fr; }

  /* Back to top: na mobitelu SKRIVEN (audit 2×: gura se sa sticky CTA-om preko sadržaja) */
  .btt { display: none; }


  /* 24h promise: uži font da se mono red ne lomi na zadnjoj riječi */
  .final .final__promise { font-size: 10.5px; letter-spacing: .06em; }

  /* 10.07. (audit): mobilna stranica bila ~12,9 ekrana - sekcije tretirane kao veliki
     „statementi" (section padding 65px, kartice 30/28px padding). Kompaktnije, bez
     gubitka sadržaja. 11.07. (Petar): kartice usluga/jamstava još niže - manji padding,
     tekst 15→14.5px/1.55, kompaktnija ikona i spec-bar. */
  .section { padding-block: 44px; }
  .head, .head--grid { margin-bottom: 28px; }
  .head--grid { gap: 16px; }
  .cards-primary { gap: 12px; margin-bottom: 14px; }
  .card { padding: 18px 16px; gap: 9px; }
  .card__spec-bar { padding-bottom: 8px; }
  .card h3 { font-size: 18px; }
  .card p { font-size: 14.5px; line-height: 1.55; }
  .card .tlink { margin-top: 2px; font-size: 13.5px; }
  .specialities { padding: 14px 16px; }
  .jamstva__banner { padding: 18px 16px; gap: 14px; margin-bottom: 24px; }
  .jamstva__banner-text p { font-size: 14.5px; line-height: 1.55; }
  .jamstva__head { margin-bottom: 20px; gap: 12px; }
  .jamstva__grid { gap: 10px; }
  .jam-card__inner { padding: 16px; gap: 8px; }
  .jam-card__header { margin-bottom: 0; }
  .jam-card__icon { width: 32px; height: 32px; }
  .jam-card__icon svg { width: 16px; height: 16px; }
  .jam-card h3 { font-size: 16.5px; }
  .jam-card p { font-size: 13.5px; line-height: 1.55; }
  .jam-card__foot { padding: 7px 16px; }
  .jamstva__micro { margin-top: 14px; padding: 12px 14px; gap: 10px; }
  .jamstva__micro p { font-size: 14px; line-height: 1.55; }
  .how__grid { gap: 24px; }

  /* 11.07. (audit): report na mobilnoj naslovnici kraći - „Plan" blok skriven (puni primjer
     je klik dalje; kako-radimo mail varijanta nema ovu klasu pa ostaje potpuna) */
  .report__sec--plan { display: none; }
  /* 11.07. (audit): touch mete tekstualnih linkova ~44px (vizual nepromijenjen) */
  .tlink { padding-block: 10px; margin-block: -10px; }
}

@media (max-width: 400px) {
  .proof__row { grid-template-columns: 1fr 1fr; }
  .trust-strip__row { grid-template-columns: 1fr 1fr; }
  .report__head { flex-wrap: wrap; }
  .report__spec-ruler { display: none; }
  .hero__pill li { gap: 10px; }
}

/* ===== NAV CLEANUP (02.07.2026) — dekorativni mono labeli maknuti (preklapali sadržaj na srednjim širinama; svibanjska lekcija), telefon i linkovi ne smiju se lomiti ===== */
.nav__logo-annot { display: none !important; }
.nav__section-idx { display: none !important; }
.nav__links a { white-space: nowrap; }
.nav__logo { flex: none; }
.nav__logo img { max-width: none; }
/* Međukoraci prije burgera (900px): telefon i jezik otpadaju da CTA uvijek stane */
@media (max-width: 1080px) { .nav__right .lang { display: none; } }
/* Hero fotografija — EKOS čelična konstrukcija (02.07.2026) */
.hero__bg {
  background: url('/assets/img/foto/dunjkovec-dron-2.jpg') center 55%/cover no-repeat;
}
/* Scrim preko cijele hero fotke (veil je samo donja traka) */
.hero__bg::after {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(90deg, rgba(8,12,10,.82) 0%, rgba(8,12,10,.55) 45%, rgba(8,12,10,.28) 100%),
    linear-gradient(180deg, rgba(8,12,10,.30) 0%, rgba(8,12,10,.38) 55%, rgba(8,12,10,.80) 100%);
}
/* Čišći hero preko fotke: blueprint mreža UGAŠENA (šum na fotki), scrim jednosmjeran — tamno lijevo iza teksta, fotka desno čista */
.hero__bg::before { display: none; }
.hero__bg::after {
  background: linear-gradient(90deg, rgba(10,14,12,.94) 0%, rgba(10,14,12,.80) 28%, rgba(10,14,12,.38) 58%, rgba(10,14,12,.06) 100%);
}
/* Dno heroja: crna traka maknuta (scrim na ::after radi posao), više zraka ispod CTA/pilla */
.hero__veil { background: none; }
.hero__panel { padding-bottom: clamp(76px, 9vw, 128px); }
/* Mobile hero fixevi (03.07.): H1 prije pilla, eyebrow bez lomljenja, flat vertikalni scrim za čitljivost */
@media (max-width: 900px) {
  .hero__right { order: 2; }
  .hero__eyebrow span { white-space: nowrap; }
  .hero__bg::after { background: linear-gradient(180deg, rgba(8,12,10,.60) 0%, rgba(8,12,10,.72) 55%, rgba(8,12,10,.86) 100%); }
}
/* Mobile: hero raste sa sadržajem (panel je bottom-anchored pa je vrh naslova prelijevao iznad ekrana) */
@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero__panel { position: static; padding-top: clamp(84px, 16vw, 120px); }
}
/* Mobile (03.07. — Petar feedback): pill skriven (sadržaj se ponavlja u sekciji "Način rada" niže) → kraći hero; fotka kadrirana na objekt/kran */
@media (max-width: 900px) {
  .hero__right { display: none; }
  .hero__bg { background-position: 65% 42% !important; }
}
/* Mobile overflow fix (03.07. — Petar screenshot): eyebrow se mora lomiti, grid itemi ne smiju forsirati širinu, overflow-x guard */
@media (max-width: 900px) {
  .hero__eyebrow { flex-wrap: wrap; row-gap: 4px; }
  .hero__panel-inner > * { min-width: 0; max-width: 100%; }
  html, body { overflow-x: hidden; }
  .hero__panel { padding-top: clamp(100px, 20vw, 130px); }
}
/* Spec tagovi su sada linkovi (hale-first — 03.07.) */
a.spec__tag { text-decoration: none; color: inherit; transition: color .18s ease; }
a.spec__tag:hover { color: var(--green); }

/* ============================================================
   BREADCRUMB — jedan izvor (10.07.; prije: kopija u <style> bloku na 42 stranice)
   Pokriva obje markup varijante: <nav class="crumb"><ol><li>… i ravne <a>/<span>.
   margin-bottom clamp je efektivno 0 (zadržan radi vjernosti starom kanonu).
   ============================================================ */
.crumb {
  padding-top: clamp(20px, 3vw, 32px);
  margin-bottom: clamp(-8px, 0vw, 4px);
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--annot);
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
}
.crumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; list-style: none; margin: 0; padding: 0; }
.crumb li { display: inline-flex; align-items: center; gap: 8px; }
.crumb a { color: var(--annot); border-bottom: 1px solid transparent; transition: color .18s ease, border-color .18s ease; }
.crumb a:hover { color: var(--green); border-bottom-color: var(--green); }
.crumb .sep { color: var(--line-2); }
.crumb [aria-current="page"] { color: var(--green); }


/* ============================================================
   HUB-HERO — JEDAN ujednačen vrh 6 glavnih unutarnjih stranica (13.07., Petar)
   usluge · projekti · kako-radimo · o-nama · vodici · kontakt.
   Namjerno ODVOJEN od .page-hero / .subhero / .page-intro (koje koriste
   druge podstranice) da izmjena ovdje NE procuri drugamo.
   H1 crn, bez zelenih riječi, bez eyebrow chipa, bez fotke i velikog CTA-a.
   Veličina H1 = autoritativni override blok niže (body .hub-hero h1) - JEDINI izvor.
   ============================================================ */
.hub-crumb { padding-top: clamp(24px, 3.4vw, 40px); margin-bottom: 0; }
.hub-hero {
  padding-block: clamp(24px, 3vw, 44px) clamp(28px, 3.4vw, 48px);
  border-bottom: 1px solid var(--line-2);
}
/* NE ograničavati širinu ni centrirati (.wrap već nosi margin:0 auto → uži max-width bi
   centrirao hero i uvukao H1 udesno u odnosu na sekcije ispod). Tekst ograničavaju H1/lead max-width. */
.hub-hero h1 {
  letter-spacing: -0.035em; line-height: 1.03; color: var(--ink);
  max-width: 20ch; text-wrap: balance; margin: 0 0 14px;
}
.hub-hero h1 em { font-style: normal; color: inherit; }
.hub-hero__lead {
  font-size: clamp(16px, 1.3vw, 18px); color: var(--soft-ink);
  max-width: 60ch; line-height: 1.6; text-wrap: pretty; margin: 0;
}
@media (max-width: 600px) {
  .hub-crumb { padding-top: 22px; }
  .hub-hero { padding-block: 18px 28px; }
  .hub-hero h1 { margin-bottom: 12px; }
}

/* Kompaktna horizontalna anchor-navigacija ispod hub-heroa (kako-radimo).
   Bez kartice i sive podloge; na mobitelu horizontalno listanje. */
.hub-anchornav { border-bottom: 1px solid var(--line); }
.hub-anchornav ul {
  display: flex; flex-wrap: wrap; gap: 8px 26px; list-style: none;
  margin: 0; padding: clamp(12px, 1.4vw, 16px) 0;
}
.hub-anchornav a {
  font-size: 14px; font-weight: 500; color: var(--soft-ink);
  white-space: nowrap; border-bottom: 1px solid transparent; padding-bottom: 2px;
  transition: color .18s ease, border-color .18s ease;
}
.hub-anchornav a:hover { color: var(--green); border-bottom-color: var(--green); }
@media (max-width: 700px) {
  .hub-anchornav ul {
    flex-wrap: nowrap; overflow-x: auto; gap: 20px; padding: 12px 0;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
  }
  .hub-anchornav ul::-webkit-scrollbar { display: none; }
}


/* ============================================================
   NAV PILL + HERO V2 „SPLIT" (07.07.2026 — Petar odabrao V2)
   Hero bez teksta preko fotke (halo-effect princip: čist prvi dojam);
   nav = floating pill, čisti CSS bez markup izmjena.
   Stari .hero__* selektori iznad su mrtvi (markup zamijenjen) — čišćenje post-launch.
   ============================================================ */

/* ===== NAV: floating pill (varijanta 07.07.2026) ===== */
.nav { background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none;
  height: auto; padding: 12px clamp(12px, 2vw, 28px) 0; border-bottom: none; }
.nav.scrolled { height: auto; border-bottom: none; box-shadow: none; }
.nav__inner {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 1px 2px rgba(20,24,26,.04), 0 10px 32px -14px rgba(20,24,26,.12);
  height: 62px; padding-inline: 16px 8px; gap: 12px; min-width: 0; /* 11.07.: 20/10/16 → 16/8/12 (maxw 1152, telefon mora stati) */
  transition: height .3s cubic-bezier(.4,0,.2,1), box-shadow .25s ease;
}
.nav.scrolled .nav__inner { height: 54px;
  box-shadow: 0 2px 4px rgba(20,24,26,.05), 0 16px 44px -14px rgba(20,24,26,.18); }
/* 10.07. (Petar): nav čitljiviji — veći logo, veći i tamniji linkovi, viši pill */
.nav__logo img { height: 36px; }
.nav.scrolled .nav__logo img { height: 31px; }
.nav__links { gap: 2px; }
.nav__links a { padding: 8px 10px; border-radius: 999px; font-size: 15px; color: var(--ink); font-weight: 500; } /* 11.07.: 13→10 (maxw 1152) */
.nav__links a::after { display: none; }
.nav__links a:hover { background: var(--mist); color: var(--ink); }
.nav__links a.nav-active { background: var(--green-tint); color: var(--green); font-weight: 600; }
.nav__right { gap: 10px; }
.nav__right .btn { padding: 10px 18px; font-size: 14px; border-radius: 999px; }
/* Zona 900–1280 (bez telefona, s linkovima): kompaktnije da CTA uvijek stane u pill */
@media (max-width: 1240px) {
  .nav__links a { padding: 8px 9px; font-size: 14px; }
  .nav__right .btn { padding: 9px 14px; font-size: 13.5px; }
  .nav__inner { padding-inline: 14px 8px; gap: 10px; }
}
@media (max-width: 900px) { .nav { padding-top: 10px; } .nav__inner { height: 56px; padding-inline: 16px 10px; } }
/* 10.07.: 7 stavki + veći font ne stanu u zonu 900–990 → burger ranije; CTA gumb ostaje u pillu */
@media (max-width: 990px) {
  .nav__links { display: none; }
  .burger { display: flex; }
}

.hero-v2 { position: relative; overflow: hidden;
  /* Hero gradijent + dot-tekstura (14.07., Petar - codex stil): meki mint sjaj rasprsen, ne samo u kutu */
  background:
    radial-gradient(78% 62% at 6% 0%, rgba(216,235,227,.92) 0%, transparent 60%),
    radial-gradient(58% 52% at 99% 102%, rgba(233,243,239,.6) 0%, transparent 60%),
    linear-gradient(180deg, #f8faf9 0%, var(--white) 78%);
}
.hero-v2::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .6;
  background-image: radial-gradient(rgba(2,107,73,.12) .7px, transparent .7px);
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(100deg, #000, transparent 74%);
          mask-image: linear-gradient(100deg, #000, transparent 74%);
}
.hero-v2__halo { position: absolute; right: -180px; top: 50%; transform: translateY(-50%);
  width: 860px; height: 860px; pointer-events: none;
  background: radial-gradient(circle at center, rgba(2,107,73,.08) 0%, transparent 60%); }
.hero-v2__halo::before, .hero-v2__halo::after { content: ""; position: absolute; border-radius: 50%; }
.hero-v2__halo::before { inset: 70px; border: 1px solid var(--line-2); opacity: .65; }
.hero-v2__halo::after { inset: 190px; border: 1px solid var(--line-2); opacity: .9; }
.hero-v2__inner { max-width: var(--maxw); margin: 0 auto; position: relative; z-index: 1;
  padding: clamp(48px, 8vh, 104px) var(--gutter) clamp(52px, 8vh, 96px);
  display: grid; grid-template-columns: 1.04fr .96fr;
  gap: clamp(36px, 5vw, 84px); align-items: center; }
.hero-v2__eyebrow { margin-bottom: 18px; }
/* 10.07. (audit): cap spušten sa 62px - copy stupac je maxw-om ograničen (~490px na maxw 1152),
   pa je 62px lomio svaki od 3 zadana retka u dva (6 vizualnih redaka na SVIM desktop
   širinama = kršio §4 „H1 u 3 reda"). Najširi redak treba ~10×font-size širine.
   11.07.: cap 50→47px prati suženje maxw 1240→1152. */
.hero-v2 h1 { font-family: var(--sans); font-weight: 700;
  font-size: clamp(36px, 4.25vw, 47px); line-height: 1.05; letter-spacing: -0.022em;
  color: var(--ink); margin-bottom: 20px; }
.hero-v2 h1 em { font-style: normal; color: var(--green); }
.hero-v2__sub { font-size: clamp(16px, 1.3vw, 17.5px); line-height: 1.72;
  color: var(--soft-ink); max-width: 56ch; margin-bottom: 28px; }
/* 10.07.: mikro-obećanje ispod CTA gumba (smanjuje neizvjesnost klika) */
.hero-v2__cta-note { margin-top: 12px; font-size: 13.5px; color: var(--soft-ink); }
/* 10.07. (Petar + audit): benefit red zategnut — veća tipografija (sub je bio 12.5px u 2.9:1
   kontrastu = „fusnota"), zelena lijeva linija po stavci daje vizualnu masu i vlastiti ritam
   (3 stavke iznad 4 statistike više se ne čitaju kao neporavnati stupci), više zraka od CTA-a. */
.hero-v2__trust { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px clamp(20px, 2.5vw, 36px); margin-top: clamp(36px, 4vw, 46px); padding: 26px 0 0; border-top: 1px solid var(--line); }
.hero-v2__trust li { border-left: 2px solid var(--green); padding-left: 14px; }
.hero-v2__trust .t-label { display: block;
  font-weight: 600; font-size: 15.5px; color: var(--ink); margin-bottom: 4px; letter-spacing: -.01em; }
.hero-v2__trust .t-sub { display: block;
  font-size: 13.5px; color: var(--annot-strong); line-height: 1.55; }
.hero-v2__media { position: relative; margin: 0; }
.hero-v2__media img { display: block; width: 100%;
  height: clamp(380px, 42vw, 560px); object-fit: cover; object-position: center 55%;
  border-radius: 20px; border: 1px solid var(--line);
  box-shadow: 0 2px 6px rgba(20,24,26,.05), 0 28px 64px -26px rgba(20,24,26,.24); }
.hero-v2__chip { position: absolute; display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.94); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px;
  font-size: 13px; font-weight: 600; color: var(--ink);
  box-shadow: 0 8px 24px -10px rgba(20,24,26,.22); white-space: nowrap; }
.hero-v2__chip--top { top: 18px; right: -14px; }
.hero-v2__chip--bottom { bottom: 22px; left: -16px; }
.hero-v2__chip .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green);
  animation: chipPulse 2.6s ease-in-out infinite; }
@keyframes chipPulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(2,107,73,.16); }
  50% { box-shadow: 0 0 0 7px rgba(2,107,73,.05); } }
@media (prefers-reduced-motion: reduce) { .hero-v2__chip .dot { animation: none; } }
@media (max-width: 900px) {
  .hero-v2__inner { grid-template-columns: 1fr; gap: 30px;
    padding-top: clamp(28px, 6vw, 44px); padding-bottom: 48px; }
  .hero-v2__halo { display: none; }
  .hero-v2 h1 { font-size: clamp(33px, 8.6vw, 44px); }
  .hero-v2__eyebrow { flex-wrap: wrap; row-gap: 4px; }
  /* 10.07.: eyebrow je sada JEDNA fraza - mora se smjeti lomiti (nowrap bi prelio ekran) */
  .hero-v2__eyebrow span { white-space: normal; }
  .hero-v2__media img { height: min(62vw, 420px); object-position: 65% 42%; }
  .hero-v2__chip--top { right: 10px; top: 12px; }
  .hero-v2__chip--bottom { left: 10px; bottom: 14px; }
  .hero-v2__trust { grid-template-columns: 1fr; gap: 14px; }
  html, body { overflow-x: hidden; }
}


/* ============================================================
   PHOTO BAND — foto pauza između tekstualnih sekcija (07.07.2026)
   Naslovnica: EKOS čelik (nakon klijenata) + Vratišinec dron (nakon
   kako-radimo). Isti vizualni jezik kao hero-v2 media (radius/border/sjena).
   ============================================================ */
.photo-band { padding-block: clamp(14px, 2.5vh, 28px); }
.photo-band__fig { position: relative; margin: 0; max-width: var(--maxw);
  margin-inline: auto; padding-inline: var(--gutter); }
.photo-band__fig img { display: block; width: 100%;
  height: clamp(300px, 38vw, 470px); object-fit: cover;
  border-radius: 20px; border: 1px solid var(--line);
  box-shadow: 0 2px 6px rgba(20,24,26,.05), 0 24px 56px -24px rgba(20,24,26,.20); }
.photo-band__chip { position: absolute; left: calc(var(--gutter) + 18px); bottom: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.94); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px;
  font-size: 13px; font-weight: 600; color: var(--ink);
  box-shadow: 0 8px 24px -10px rgba(20,24,26,.22); }
.photo-band__chip .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex: none; }
.photo-band__link { position: absolute; right: calc(var(--gutter) + 18px); bottom: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(20,24,26,.78); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  color: #fff; border-radius: 999px; padding: 9px 16px;
  font-size: 13px; font-weight: 600; transition: background .18s ease, transform .15s ease; }
.photo-band__link:hover { background: var(--green); transform: translateY(-2px); }
@media (max-width: 700px) {
  .photo-band__fig img { height: min(58vw, 380px); border-radius: 16px; }
  .photo-band__chip { left: calc(var(--gutter) + 10px); bottom: 12px; right: auto;
    max-width: calc(100% - 2*var(--gutter) - 20px); white-space: normal; font-size: 12px; padding: 8px 13px; }
  .photo-band__link { display: none; }
}


/* ============================================================
   HERO V2 BALANS (07.07.2026 — runda 2; dorada 10.07. — audit benefit reda)
   Trust natuknice: traka preko pune širine grida; blagi margin-top za zrak
   od CTA note; t-sub se SMIJE lomiti u 2 reda (raniji nowrap+ellipsis je
   rezao tekst i davao „fusnota" dojam).
   ============================================================ */
.hero-v2__inner { row-gap: clamp(26px, 3.5vh, 40px); }
.hero-v2__trust { grid-column: 1 / -1; margin-top: clamp(2px, 1vw, 10px); }
@media (min-width: 901px) {
  /* bez column-gapa: kolone natuknica = kolone statistika ispod (granice se POKLAPAJU);
     razmak među stavkama daje padding-right unutar svake */
  .hero-v2__trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 0; }
  .hero-v2__trust li { padding-right: 24px; }
}

/* ==========================================================================
   SHARED SUBPAGE KOMPONENTE — deduplicirano iz inline <style> blokova (audit 10.07.2026.)
   Pravila su byte-identicna bivsim inline verzijama; NE mijenjati bez provjere podstranica!
   ========================================================================== */

.faq__item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); overflow: hidden; }

.faq__item summary {
    list-style: none; cursor: pointer; padding: 20px 24px;
    display: flex; align-items: center; justify-content: space-between; gap: 18px;
    font-family: var(--sans); font-weight: 600; font-size: clamp(16px, 1.2vw, 18px); color: var(--ink);
    letter-spacing: -0.015em;
  }

.faq__item summary::-webkit-details-marker { display: none; }

.faq__item summary .q-ico { flex: none; width: 22px; height: 22px; color: var(--green); transition: transform .25s ease; }

.faq__item[open] summary .q-ico { transform: rotate(45deg); }

.faq__item summary:hover { color: var(--green); }

.faq__a { padding: 0 24px 22px; }

.faq__a p { font-size: 15.5px; color: var(--soft-ink); line-height: 1.7; max-width: 70ch; }

.note p strong { color: var(--ink); font-weight: 600; }

.svc-hero .eyebrow { margin-bottom: 18px; }

.subhero .eyebrow { margin-bottom: 16px; }

.related a {
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
    border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white);
    padding: 18px 22px; transition: border-color .2s ease, background .2s ease, transform .15s ease;
    font-family: var(--sans); font-weight: 600; font-size: 16px; color: var(--ink); letter-spacing: -0.015em;
  }

.related a:hover { border-color: var(--green); background: var(--green-tint); transform: translateY(-2px); }

.related a .arr { color: var(--green); transition: transform .2s ease; }

.related a:hover .arr { transform: translateX(4px); }

.note svg { width: 20px; height: 20px; stroke: var(--green); fill: none; stroke-width: 1.8; flex: none; margin-top: 2px; }

.note p { font-size: 15px; color: var(--soft-ink); max-width: 80ch; line-height: 1.65; }

.cs-meta .sep { color: var(--line-2); }

.cs-visual .ph { aspect-ratio: 16 / 9; }

.cs-hero .eyebrow { margin-bottom: 18px; }

.cs-gallery .ph { aspect-ratio: 4 / 3; }

.cs-meta strong { color: var(--ink); font-weight: 600; }

/* FAQ */
  .faq { display: flex; flex-direction: column; gap: 14px; max-width: 76ch; }

.subhero__lead strong { color: var(--ink); font-weight: 600; }

.subhero h1 em { font-style: normal; color: var(--green); }

.cs-block:last-child { margin-bottom: 0; }

.svc-hero h1 em { font-style: normal; color: var(--green); }

.svc-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* Gallery */
  .cs-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

/* Case-study hero - light editorial, built from existing tokens */
  .cs-hero { padding-top: clamp(8px, 1.5vw, 16px); padding-bottom: clamp(36px, 5vw, 56px); }

.cs-hero h1 {
    font-size: clamp(36px, 4.25vw, 47px); letter-spacing: -0.035em; line-height: 1.04;
    max-width: 20ch; margin-bottom: 22px; text-wrap: balance;
  }

.cs-meta {
    display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px;
    font-family: var(--mono); font-size: 12.5px; letter-spacing: .04em; color: var(--soft-ink);
  }

/* Big hero visual */
  .cs-visual { margin-top: clamp(28px, 4vw, 44px); }

/* Two-column body: narrative + facts rail */
  .cs-body { display: grid; grid-template-columns: 1fr; gap: clamp(36px, 5vw, 64px); }

@media (min-width: 901px) {
    .cs-body { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); align-items: start; }
    .cs-rail { position: sticky; top: calc(var(--nav-h) + 24px); }
  }

.cs-block { margin-bottom: clamp(36px, 4.5vw, 52px); }

.cs-block h2 { font-size: clamp(24px, 2.6vw, 34px); letter-spacing: -0.03em; margin-bottom: 18px; }

.cs-block h2 + p, .cs-block p + p { margin-top: 14px; }

.cs-block p { color: var(--soft-ink); font-size: clamp(16px, 1.1vw, 17px); line-height: 1.75; max-width: 60ch; }

.cs-block p strong { color: var(--ink); font-weight: 600; }

/* Facts rail card */
  .facts {
    border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist); overflow: hidden;
  }

.facts__head {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 12px 22px; border-bottom: 1px solid var(--line); background: var(--white);
  }

.facts__head .label { font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--annot); }

.facts__head .ver { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; color: var(--green); }

.facts dl { padding: 6px 22px 14px; margin: 0; }

.facts__row { padding: 12px 0; border-bottom: 1px solid var(--line); }

.facts__row:last-child { border-bottom: none; }

.facts dt { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--annot); margin-bottom: 5px; }

.facts dd { font-family: var(--sans); font-size: 15px; font-weight: 600; color: var(--ink); letter-spacing: -.01em; line-height: 1.35; }

.facts dd .sub { display: block; font-family: var(--body); font-size: 13px; font-weight: 400; color: var(--soft-ink); margin-top: 3px; letter-spacing: 0; }

.facts dd .todo { color: var(--sand); font-family: var(--mono); font-size: 12px; font-weight: 400; }

.cs-status::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--green); flex: none; }

.simcard { display: flex; flex-direction: column; }

.simcard h3 { font-size: clamp(18px, 1.4vw, 21px); letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 8px; }

.simcard p { font-size: 14px; color: var(--soft-ink); line-height: 1.6; flex: 1; margin-bottom: 14px; }

/* Related services links */
  .related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.guide-note svg { width: 19px; height: 19px; stroke: var(--green); fill: none; stroke-width: 1.8; flex: none; margin-top: 2px; }

.guide-note p { font-size: 15.5px; color: var(--soft-ink); max-width: 70ch; line-height: 1.65; }

.guide-note p strong { color: var(--ink); font-weight: 600; }

.guide-close .eyebrow { margin-bottom: 14px; }

.guide-close p strong { color: var(--ink); font-weight: 600; }

.guide-close__cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.breadcrumb a:hover { color: var(--green); border-bottom-color: var(--green); }

.breadcrumb .sep { color: var(--line-2); }

.breadcrumb [aria-current="page"] { color: var(--green); }

.cs-scope li b { font-weight: 600; }

.cs-block p a { color: var(--green); border-bottom: 1px solid var(--green-tint2); padding-bottom: 1px; transition: border-color .18s ease; }

.cs-block p a:hover { border-bottom-color: var(--green); }

/* Status pill */
  .cs-status {
    display: inline-flex; align-items: center; gap: 5px;
    font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase;
    color: var(--green); background: var(--green-tint); border: 1px solid var(--green-tint2);
    padding: 4px 9px; border-radius: 5px; white-space: nowrap;
  }

/* Similar projects / related services */
  .cs-similar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.page-hero .eyebrow { margin-bottom: 18px; }

.page-hero h1 {
    font-size: clamp(36px, 4.25vw, 47px); letter-spacing: -0.035em; line-height: 1.02;
    max-width: 18ch; text-wrap: balance; margin-bottom: 20px;
  }

/* Note (reuses jamstva micro style) */
  .note {
    margin-top: 28px; padding: 20px 24px;
    border: 1px solid var(--green-tint2); border-radius: var(--radius-sm);
    background: var(--green-tint); border-left: 3px solid var(--green);
    display: flex; align-items: flex-start; gap: 14px;
  }

/* Breadcrumb (mono/eyebrow style) */
  .breadcrumb { padding-top: clamp(20px, 3vw, 32px); }

.breadcrumb ol {
    display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
    list-style: none; font-family: var(--mono); font-size: 11px;
    letter-spacing: .12em; text-transform: uppercase; color: var(--annot);
  }

.breadcrumb a { color: var(--annot); border-bottom: 1px solid transparent; padding-bottom: 1px; transition: color .18s ease, border-color .18s ease; }

/* Scope list */
  .cs-scope { display: grid; gap: 12px; margin-top: 6px; }

.cs-scope li {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 15.5px; color: var(--ink); line-height: 1.55; max-width: 64ch;
  }

.cs-scope li svg { width: 16px; height: 16px; flex: none; margin-top: 4px; stroke: var(--green); fill: none; stroke-width: 2.2; }

/* Spec chips (technical highlights) */
  .cs-specchips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }

@media (max-width: 460px) { .cs-gallery { grid-template-columns: 1fr; } }

.prose h2:first-child { margin-top: 0; }

.prose p { font-size: 16.5px; color: var(--soft-ink); line-height: 1.75; margin-bottom: 16px; }

.prose p strong { color: var(--ink); font-weight: 600; }

.prose ul { margin: 4px 0 18px; display: grid; gap: 10px; }

.prose ul li::before {
    content: ""; position: absolute; left: 4px; top: 11px;
    width: 7px; height: 7px; border-radius: 50%; background: var(--green); flex: none;
  }

.prose ul li strong { color: var(--ink); font-weight: 600; }

.subhero__lead { font-size: clamp(17px, 1.5vw, 21px); color: var(--soft-ink); max-width: 62ch; line-height: 1.6; text-wrap: pretty; }

.guide-close p { font-size: 16px; color: var(--soft-ink); max-width: 62ch; line-height: 1.65; margin-bottom: 24px; }

.page-hero .lead {
    font-size: clamp(17px, 1.5vw, 22px); color: var(--soft-ink);
    max-width: 56ch; line-height: 1.6; text-wrap: pretty;
  }

/* Page hero - light editorial intro for subpages (mirrors .head scale) */
  .page-hero { padding-block: clamp(36px, 5vw, 64px) clamp(8px, 2vw, 16px); }

/* Service hero (light, subpage) */
  .svc-hero { padding-block: clamp(40px, 5.5vw, 72px) clamp(40px, 5vw, 64px); }

.svc-hero__lead { font-size: clamp(16px, 1.4vw, 20px); color: var(--soft-ink); max-width: 60ch; line-height: 1.65; text-wrap: pretty; }

/* Checklist - green tick rows (reuse r-tick token from report) */
  .svc-checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

.svc-check {
    display: flex; align-items: flex-start; gap: 14px;
    padding: 20px 22px; background: var(--white);
    border: 1px solid var(--line); border-radius: var(--radius);
    transition: border-color .22s ease, transform .22s cubic-bezier(.4,0,.2,1), box-shadow .25s ease;
  }

.svc-check:hover { border-color: var(--line-2); transform: translateY(-3px); box-shadow: 0 18px 44px -28px rgba(20,24,26,.32); }

.svc-check .r-tick { width: 22px; height: 22px; flex: none; margin-top: 1px; stroke-width: 2.4; }

.svc-check h3 { font-size: clamp(16px, 1.2vw, 18px); letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 6px; }

.svc-check p { font-size: 14px; color: var(--soft-ink); line-height: 1.6; }

.checklist li {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 16px; color: var(--ink); line-height: 1.55; font-family: var(--body);
    padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white);
    transition: border-color .2s ease, transform .2s ease;
  }

.checklist li:hover { border-color: var(--line-2); transform: translateY(-2px); }

.checklist li svg { width: 20px; height: 20px; flex: none; margin-top: 1px; color: var(--green); }

.checklist li b { font-weight: 600; display: block; font-family: var(--sans); letter-spacing: -0.01em; }

.checklist li span.t { color: var(--soft-ink); font-size: 14.5px; display: block; margin-top: 3px; }

.mini-grid .ph { aspect-ratio: 4 / 3; }

.subhero .eyebrow .date { color: var(--annot); }

.prose h2 {
    font-size: clamp(24px, 2.6vw, 34px); letter-spacing: -0.03em; line-height: 1.12;
    margin-top: clamp(40px, 5vw, 64px); margin-bottom: 16px; text-wrap: balance;
  }

.prose h3 {
    font-size: clamp(18px, 1.5vw, 21px); letter-spacing: -0.02em; line-height: 1.2;
    margin-top: clamp(24px, 3vw, 34px); margin-bottom: 10px;
  }

.prose a:not(.tlink) { color: var(--green); border-bottom: 1px solid var(--green-tint2); padding-bottom: 1px; transition: border-color .18s ease; }

.prose a:not(.tlink):hover { border-bottom-color: var(--green); }

.prose ul li {
    position: relative; padding-left: 26px;
    font-size: 16px; color: var(--soft-ink); line-height: 1.7;
  }

.prose .tlink { margin-top: 8px; }

.phase {
    display: grid; grid-template-columns: 64px 1fr; gap: clamp(18px, 3vw, 40px);
    padding: clamp(22px, 3vw, 32px) 0;
    border-top: 1px solid var(--line);
  }

.phase:last-child { border-bottom: 1px solid var(--line); }

.phase__idx {
    font-family: var(--mono); font-weight: 600; font-size: clamp(22px, 2.6vw, 34px);
    color: var(--green); letter-spacing: -0.02em; line-height: 1; font-variant-numeric: tabular-nums;
  }

.phase__body p { font-size: 15.5px; color: var(--soft-ink); line-height: 1.7; max-width: 62ch; }

.phase__body p strong { color: var(--ink); font-weight: 600; }

.phase__meta {
    margin-top: 10px; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
    color: var(--annot); display: inline-flex; align-items: center; gap: 8px;
  }

.phase__meta::before { content: ""; width: 18px; height: 1px; background: var(--green); flex: none; }

/* FAQ - site-standard details harmonika (isti obrazac kao /usluge/) */
  .faq { display: flex; flex-direction: column; gap: 14px; max-width: 76ch; margin-top: clamp(8px, 2vw, 16px); }

@media (max-width: 600px) {
    .phase { grid-template-columns: 1fr; gap: 10px; }
    .phase__idx { font-size: 26px; }
  }

.crumbs a:hover { color: var(--green); border-bottom-color: var(--green); }

.crumbs .sep { color: var(--line-2); }

.crumbs [aria-current="page"] { color: var(--green); }

.page-intro .eyebrow { margin-bottom: 18px; }

.infocard__sub {
    font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase;
    color: var(--annot); margin-bottom: 20px;
  }

.infolist { display: flex; flex-direction: column; }

.infolist__item {
    display: flex; align-items: flex-start; gap: 14px;
    padding: 16px 0; border-bottom: 1px solid var(--line);
  }

.infolist__item:last-child { border-bottom: none; padding-bottom: 0; }

.infolist__icon {
    width: 38px; height: 38px; flex: none;
    display: flex; align-items: center; justify-content: center;
    background: var(--green-tint); border: 1px solid var(--green-tint2);
    border-radius: var(--radius-sm);
  }

.infolist__icon svg { width: 18px; height: 18px; stroke: var(--green); fill: none; stroke-width: 1.8; }

.infolist__body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }

.infolist__k {
    font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
    color: var(--annot);
  }

.infolist__v { font-family: var(--sans); font-weight: 600; font-size: 16px; color: var(--ink); letter-spacing: -0.01em; }

.infolist__v a { transition: color .18s ease; }

.infolist__v a:hover { color: var(--green); }

.infolist__v.is-addr { font-weight: 500; font-size: 15px; line-height: 1.5; }

.seg-hero h1 em { font-style: normal; color: var(--green); }

.seg-hero .eyebrow { margin-bottom: 18px; }

.note .todo { color: var(--sand); font-family: var(--mono); font-size: 12.5px; letter-spacing: .02em; }

.svc-related { display: flex; flex-wrap: wrap; gap: 16px 32px; margin-top: 28px; }

/* Sub-page hero - light editorial, reuses .head scale */
  .svc-hero { padding-block: clamp(28px, 4vw, 48px) clamp(40px, 6vh, 72px); }

.svc-hero__lead {
    font-size: clamp(17px, 1.4vw, 21px); color: var(--soft-ink);
    max-width: 60ch; line-height: 1.6; text-wrap: pretty;
  }

/* Rizik → odgovor (two-column rows: customer fear vs our answer) */
  .risk { display: flex; flex-direction: column; gap: 16px; }

.risk__row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white);
    transition: border-color .22s ease, transform .22s cubic-bezier(.4,0,.2,1), box-shadow .25s ease;
  }

.risk__row:hover { border-color: var(--line-2); transform: translateY(-3px); box-shadow: 0 18px 44px -28px rgba(20,24,26,.3); }

.risk__fear { padding: 24px 26px; background: var(--mist); border-right: 1px solid var(--line); }

.risk__ans { padding: 24px 26px; display: flex; align-items: flex-start; gap: 12px; }

.risk__tag { font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--annot); display: block; margin-bottom: 8px; }

.risk__ans .risk__tag { color: var(--green); }

.risk__fear h3 { font-size: clamp(16px, 1.3vw, 19px); letter-spacing: -0.02em; line-height: 1.2; color: var(--ink); }

.risk__ans-body { flex: 1; }

.risk__ans-body h3 { font-size: clamp(16px, 1.3vw, 19px); letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 6px; }

.risk__ans-body p { font-size: 14.5px; color: var(--soft-ink); line-height: 1.6; }

.risk__ans svg { width: 22px; height: 22px; flex: none; margin-top: 1px; color: var(--green); stroke-width: 2.4; }

.svc-step {
    position: relative; padding: 28px 26px;
    background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
    display: flex; flex-direction: column; gap: 10px;
  }

.svc-step__no { font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; color: var(--green); font-weight: 600; }

.svc-step h3 { font-size: clamp(16px, 1.2vw, 19px); letter-spacing: -0.02em; line-height: 1.15; }

.svc-step p { font-size: 14px; color: var(--soft-ink); line-height: 1.6; }

.svc-step__arrow { position: absolute; top: 28px; right: -14px; z-index: 2; color: var(--line-2); }

.svc-step__arrow svg { width: 22px; height: 22px; }

/* Intro note - reuses jamstva__micro language (mist card, green left rule) */
  .guide-note {
    margin-top: clamp(24px, 3.5vw, 36px); padding: 20px 24px;
    border: 1px solid var(--line); border-radius: var(--radius-sm);
    background: var(--mist); border-left: 3px solid var(--green);
    display: flex; align-items: flex-start; gap: 14px;
  }

/* Closing block - green-tint banner (reuses jamstva__banner language) */
  .guide-close {
    padding: clamp(28px, 4vw, 44px) clamp(26px, 4vw, 40px);
    background: var(--green-tint); border: 1px solid var(--green-tint2);
    border-left: 4px solid var(--green); border-radius: var(--radius);
  }

/* Article header */
  .subhero { padding-block: clamp(36px, 5vw, 64px) 0; }

.subhero h1 { font-size: clamp(36px, 4.25vw, 47px); letter-spacing: -0.035em; margin-bottom: 18px; text-wrap: balance; max-width: 26ch; }

/* Intro note - mist card, green left rule */
  .guide-note {
    margin-top: clamp(24px, 3.5vw, 36px); padding: 20px 24px;
    border: 1px solid var(--line); border-radius: var(--radius-sm);
    background: var(--mist); border-left: 3px solid var(--green);
    display: flex; align-items: flex-start; gap: 14px;
  }

/* Prose body */
  .prose { max-width: 70ch; }

.prose table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 560px; }

.prose thead th {
    font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase;
    color: var(--annot); text-align: left; font-weight: 600;
    padding: 12px 14px; background: var(--mist); border-bottom: 1px solid var(--line);
  }

.prose tbody td {
    padding: 12px 14px; border-bottom: 1px solid var(--line);
    color: var(--soft-ink); line-height: 1.55; vertical-align: top;
  }

.prose tbody tr:last-child td { border-bottom: none; }

.prose tbody td strong { color: var(--ink); font-weight: 600; }

.prose tbody td em { font-style: normal; color: var(--green); font-weight: 600; }

/* Phases - mono-indexed step rows */
  .phases { display: grid; gap: 0; margin-top: clamp(8px, 2vw, 16px); }

.phase__body h3 { font-size: clamp(19px, 1.7vw, 24px); letter-spacing: -0.025em; line-height: 1.15; margin-bottom: 10px; margin-top: 0; }

/* Closing block - green-tint banner */
  .guide-close {
    padding: clamp(28px, 4vw, 44px) clamp(26px, 4vw, 40px);
    background: var(--green-tint); border: 1px solid var(--green-tint2);
    border-left: 4px solid var(--green); border-radius: var(--radius);
  }

.guide-close h2 { font-size: clamp(24px, 3vw, 38px); letter-spacing: -0.03em; margin-bottom: 14px; text-wrap: balance; max-width: 26ch; }

/* Related links row */
  .guide-more { margin-top: clamp(28px, 4vw, 40px); display: grid; gap: 12px; }

/* =========================================================================
   13.07. (Petar) - UJEDNACEN NASLOV PODSTRANICA
   Naslovnica (hero-v2 h1) je namjerno kapirana na 47px; sve ostale sablone
   naslova (page-hero, subhero, cs-hero, svc-hero, legal-hero, page-intro) su
   ostale vece (60-76px) pa su svi H1 na podstranicama izgledali veci od
   naslovnice. Ovaj blok ih sve vraca na mjeru naslovnice.
   `body`-prefiks daje vecu specificnost (0,0,1,2) od inline `<style>` pravila
   pojedinih stranica (0,0,1,1) pa POBIJEDJUJE bez obzira na redoslijed ucitavanja.
   JEDINI izvor istine za velicinu naslova podstranica - mijenjaj OVDJE.
   ========================================================================= */
body .page-hero h1,
body .subhero h1,
body .cs-hero h1,
body .svc-hero h1,
body .legal-hero h1,
body .page-intro h1,
body .hub-hero h1 {
  font-size: clamp(36px, 4.25vw, 47px);
}

/* =============================================================
   GUIDE VISUALS (16.07.2026.) - vizuali odluke u vodicima.
   Samo postojeci tokeni; sve klase .gv- (nema kolizije s ostatkom).
   Tipovi: bars, gt(timeline), fl/step(proces), mile(dospijece), sc(opseg), bids.
   Pravila u seo-google/03c "Vizualni paket".
   ============================================================= */
.gv { margin: 26px 0 30px; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 18px; background: var(--white); }
.gv figcaption, .gv-cap { font: 600 11px/1.4 var(--mono); letter-spacing: .05em; text-transform: uppercase; color: var(--annot-strong); margin: 0 0 14px; }
.gv-take { font: 500 14px/1.55 var(--body); color: var(--soft-ink); margin: 14px 0 0; padding-left: 14px; border-left: 3px solid var(--green); }

.gv-bars { display: flex; flex-direction: column; gap: 12px; }
.gv-br { display: grid; grid-template-columns: 132px 1fr; gap: 12px; align-items: center; }
.gv-bl { font: 600 12.5px/1.3 var(--body); color: var(--ink); }
.gv-bt { position: relative; background: var(--mist); border-radius: 6px; height: 34px; }
.gv-bf { position: absolute; left: 0; top: 0; height: 100%; border-radius: 6px; display: flex; align-items: center; padding: 0 12px; font: 700 13px/1 var(--body); color: #fff; white-space: nowrap; }
.gv-bf--grey { background: var(--soft-ink); }
.gv-bf--green { background: var(--green); }

.gv-gt { display: flex; flex-direction: column; gap: 8px; }
.gv-gt .gv-r > span { display: block; font: 600 12px/1.3 var(--body); color: var(--ink); margin: 0 0 3px; }
.gv-gt .gv-tr { position: relative; height: 18px; background: var(--mist); border-radius: 5px; }
.gv-gt .gv-tr i { position: absolute; top: 0; height: 100%; border-radius: 5px; background: var(--muted); }
.gv-gt .gv-tr i.g { background: var(--green); }
.gv-axis { display: flex; justify-content: space-between; margin: 9px 0 0; font: 600 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }

.gv-fl { display: flex; gap: 8px; flex-wrap: wrap; }
.gv-step { flex: 1 1 120px; min-width: 118px; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 12px; background: var(--mist); }
.gv-step .n { font: 700 11px/1 var(--mono); color: var(--green); }
.gv-step b { display: block; font: 600 13px/1.25 var(--sans); color: var(--ink); margin: 5px 0 4px; }
.gv-step p { font: 400 11.5px/1.4 var(--body); color: var(--soft-ink); margin: 0; }
.gv-step.key { background: var(--green); border-color: var(--green); }
.gv-step.key .n { color: rgba(255,255,255,.7); }
.gv-step.key b { color: #fff; }
.gv-step.key p { color: rgba(255,255,255,.9); }

.gv-mile { margin: 18px 0 6px; }
.gv-mlab { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px 4px; }
.gv-ml { position: relative; text-align: center; padding-top: 24px; }
.gv-ml::before { content: ""; position: absolute; top: 7px; left: 0; right: 0; height: 3px; background: var(--line-2); }
.gv-mm { position: absolute; top: 2px; left: 50%; transform: translateX(-50%); width: 13px; height: 13px; border-radius: 50%; background: var(--green); border: 2px solid var(--white); z-index: 1; }
.gv-ml b { display: block; font: 600 12px/1.25 var(--body); color: var(--ink); }
.gv-ml span { display: block; font: 600 9.5px/1.3 var(--mono); text-transform: uppercase; letter-spacing: .02em; color: var(--annot-strong); margin-top: 3px; }

.gv-sc { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gv-col { border-radius: var(--radius-sm); padding: 14px 14px 6px; }
.gv-col.yes { background: var(--green-tint); border: 1px solid var(--green-tint2); }
.gv-col.no { background: var(--mist); border: 1px solid var(--line); }
.gv-col h4 { font: 700 13px/1 var(--sans); margin: 0 0 10px; }
.gv-col.yes h4 { color: var(--green-dark); }
.gv-col.no h4 { color: var(--soft-ink); }
.gv-col ul { list-style: none; margin: 0; padding: 0; }
.gv-col li { font: 400 12.5px/1.35 var(--body); color: var(--ink); padding: 0 0 8px 18px; position: relative; }
.gv-col.yes li::before { content: "\2713"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.gv-col.no li::before { content: "\2013"; position: absolute; left: 0; color: var(--muted); font-weight: 700; }

.gv-bids { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gv-bid { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px; }
.gv-bid h4 { font: 700 13px/1.2 var(--sans); color: var(--ink); margin: 0 0 3px; }
.gv-bid .gv-sub { font: 500 10px/1.3 var(--mono); text-transform: uppercase; letter-spacing: .03em; color: var(--muted); margin: 0 0 12px; }
.gv-lump { background: var(--mist); border-radius: 6px; padding: 24px 12px; text-align: center; font: 600 13px/1.4 var(--body); color: var(--soft-ink); }
.gv-ln { display: flex; justify-content: space-between; font: 500 12px/1.3 var(--body); color: var(--ink); padding: 6px 0; border-bottom: 1px solid var(--line); }
.gv-ln .ok { color: var(--green); font-weight: 700; }
.gv-ln .gap { color: var(--sand); font-weight: 600; }

@media (max-width: 620px) {
  .gv-br { grid-template-columns: 1fr; gap: 4px; }
  .gv-sc, .gv-bids { grid-template-columns: 1fr; }
  .gv-mlab { grid-template-columns: 1fr 1fr; }
}



/* ============ COOKIE BANNER .cbanner (T-006, 20.07.2026.) - samo postojeci tokeni; NE .consent (zauzeto na kontakt formi!) ============ */
.cbanner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: var(--white); border-top: 1px solid var(--line-2); box-shadow: 0 -6px 24px rgba(20,24,26,.08); padding: 14px 0; }
.cbanner[hidden] { display: none; }
.cbanner__in { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: space-between; }
.cbanner__in p { font-size: 14px; color: var(--soft-ink); margin: 0; }
.cbanner__in p a { color: var(--green); font-weight: 600; }
.cbanner__btns { display: flex; gap: 10px; flex: none; }
.cbanner__btns .btn { padding: 10px 18px; font-size: 14px; }
@media (max-width: 640px) { .cbanner__in { justify-content: center; text-align: center; } }
