/* ============================================================
   TVZ v5 (2026) — vizualni sloj (child od tvz-V4)
   Sve je scope-ano pod body.tvz-v5 da NE utječe na tvz-V4.
   Učitava se nakon tvz-enterprise.css (dependency).
   ============================================================ */

/* ---------- 1) Dizajn-tokeni ---------- */
body.tvz-v5{
  --tvz-blue:#0b3a6f;
  --tvz-blue-dark:#08294e;
  --tvz-blue-deep:#061d39;
  --tvz-blue-accent:#2563eb;
  --tvz-blue-soft:#eaf1fb;
  --tvz-green:#16a34a;
  --tvz-green-dark:#15803d;
  --tvz-orange:#f97316;
  --tvz-ink:#0f2942;
  --tvz-text:#15314e;
  --tvz-muted:#5b6b7f;
  --tvz-border:#e6edf5;
  --tvz-surface:#ffffff;
  --tvz-surface-soft:#f8fbff;
  --tvz-page:#f3f6fb;
  --tvz-radius-lg:20px;
  --tvz-radius-md:14px;
  --tvz-radius-sm:10px;
  --tvz-shadow-sm:0 6px 18px rgba(11,42,82,.06);
  --tvz-shadow-md:0 18px 44px rgba(11,42,82,.12);
  --tvz-shadow-lg:0 30px 70px rgba(8,41,78,.18);
  background:var(--tvz-page);
}

body.tvz-v5,
body.tvz-v5 .tvz-section-subtitle,
body.tvz-v5 p{ color:var(--tvz-text); }

body.tvz-v5 h1, body.tvz-v5 h2, body.tvz-v5 h3,
body.tvz-v5 .tvz-section-title{ color:var(--tvz-ink); letter-spacing:-.01em; }
body.tvz-v5 .tvz-section-title{ font-weight:800; }

/* Eyebrow oznake sekcija */
body.tvz-v5 .tvz-study-stack__eyebrow,
body.tvz-v5 .tvz-home-focus-card__eyebrow,
body.tvz-v5 .tvz-sidebar-card__eyebrow,
body.tvz-v5 .tvz-study-general-card__eyebrow,
body.tvz-v5 .tvz-feature-link-card__eyebrow,
body.tvz-v5 .tvz-link-panel__eyebrow{
  color:var(--tvz-blue-accent);
  font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;
}

/* ---------- 2) Header / navigacija ---------- */
body.tvz-v5 .tvz-topbar{
  background:linear-gradient(90deg,var(--tvz-blue-deep) 0%,var(--tvz-blue-dark) 60%,var(--tvz-blue) 100%) !important;
}
body.tvz-v5 .tvz-header-main{ background:#fff; border-bottom:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-header-navbar{ background:#fff; }
body.tvz-v5 .tvz-menu--primary > li > a{
  font-weight:700;color:var(--tvz-ink);
}
body.tvz-v5 .tvz-menu--primary > li > a:hover,
body.tvz-v5 .tvz-menu--primary > li.current-menu-item > a{ color:var(--tvz-blue-accent); }

/* ---------- 3) Hero / naslovni banner ---------- */
body.tvz-v5 .tvz-home-banner--split,
body.tvz-v5 .tvz-hero{
  border-radius:var(--tvz-radius-lg);
  overflow:hidden;
  box-shadow:var(--tvz-shadow-md);
}
body.tvz-v5 .tvz-home-banner__split-copy{
  background:linear-gradient(135deg,var(--tvz-blue-deep) 0%,var(--tvz-blue) 100%);
  color:#fff;
}
body.tvz-v5 .tvz-home-banner__split-copy h2,
body.tvz-v5 .tvz-home-banner__split-copy h2 a{ color:#fff; }
body.tvz-v5 .tvz-home-banner__split-copy p{ color:rgba(255,255,255,.85); }

/* Velika potpisna kartica (konfigurator) — full-bleed foto + navy overlay */
body.tvz-v5 .tvz-home-signature-card{
  border-radius:var(--tvz-radius-lg);
  box-shadow:var(--tvz-shadow-md);
  min-height:300px;
}
body.tvz-v5 .tvz-home-signature-card__overlay{
  background:linear-gradient(120deg,rgba(6,29,57,.92) 0%,rgba(11,58,111,.55) 60%,rgba(11,58,111,.15) 100%);
}
body.tvz-v5 .tvz-home-signature-card__eyebrow{ color:#bcd4f5; }
body.tvz-v5 .tvz-home-signature-card h2{ color:#fff;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800; }
body.tvz-v5 .tvz-home-signature-card p{ color:rgba(255,255,255,.88); }
body.tvz-v5 .tvz-home-signature-card__cta{
  display:inline-flex;align-items:center;gap:8px;margin-top:14px;
  background:#fff;color:var(--tvz-blue) !important;font-weight:800;
  padding:11px 18px;border-radius:999px;
}

/* ---------- 4) Statistike (TVZ u brojkama) ---------- */
body.tvz-v5 .tvz-home-metrics--inline{ gap:12px; }
body.tvz-v5 .tvz-home-metric{
  background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);
  padding:16px 18px;box-shadow:var(--tvz-shadow-sm);transition:transform .15s,box-shadow .15s;
}
body.tvz-v5 .tvz-home-metric:hover{ transform:translateY(-2px);box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-home-metric strong{ color:var(--tvz-blue);font-size:1.9rem;font-weight:800;line-height:1; }
body.tvz-v5 .tvz-home-metric span{ color:var(--tvz-muted);font-weight:600; }

/* ---------- 5) Sekcije / paneli ---------- */
body.tvz-v5 .tvz-home-section--panel,
body.tvz-v5 .tvz-surface,
body.tvz-v5 .tvz-content-card{
  background:var(--tvz-surface);
  border:1px solid var(--tvz-border);
  border-radius:var(--tvz-radius-lg);
  box-shadow:var(--tvz-shadow-sm);
}

/* ---------- 6) Kartice: focus / studije / link-paneli / home-card ---------- */
body.tvz-v5 .tvz-home-focus-card,
body.tvz-v5 .tvz-feature-link-card,
body.tvz-v5 .tvz-link-panel,
body.tvz-v5 .tvz-home-card{
  background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);
  box-shadow:var(--tvz-shadow-sm);transition:transform .16s ease,box-shadow .16s ease,border-color .16s;
}
body.tvz-v5 .tvz-home-focus-card:hover,
body.tvz-v5 .tvz-feature-link-card:hover,
body.tvz-v5 .tvz-link-panel:hover,
body.tvz-v5 .tvz-home-card:hover{
  transform:translateY(-3px);box-shadow:var(--tvz-shadow-md);border-color:#cfe0f6;
}
body.tvz-v5 .tvz-home-focus-card h3,
body.tvz-v5 .tvz-feature-link-card h3,
body.tvz-v5 .tvz-link-panel h3{ color:var(--tvz-ink);font-weight:800; }
body.tvz-v5 .tvz-home-focus-card__cta{ color:var(--tvz-blue-accent);font-weight:800; }

/* Studije: fotka jasno vidljiva, tekst istaknut; razina = traka na vrhu (plavo/zeleno) */
body.tvz-v5 .tvz-study-landing-card{
  position:relative;min-height:300px;border-radius:var(--tvz-radius-lg);overflow:hidden;
  box-shadow:var(--tvz-shadow-sm);border-top:4px solid var(--tvz-blue-accent);
}
body.tvz-v5 .tvz-study-landing-card--grad{ border-top-color:var(--tvz-green); }
/* Neutralni navy gradijent samo pri dnu — fotka ostaje čista, bez zelenog filtera */
body.tvz-v5 .tvz-study-landing-card__overlay,
body.tvz-v5 .tvz-study-landing-card--grad .tvz-study-landing-card__overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(6,29,57,.10) 0%,rgba(6,29,57,.30) 45%,rgba(6,29,57,.88) 100%) !important;
}
body.tvz-v5 .tvz-study-landing-card__content{ position:relative;z-index:1; }
body.tvz-v5 .tvz-study-landing-card .tvz-study-general-card__eyebrow{
  display:inline-block;color:#fff !important;background:rgba(255,255,255,.20);
  padding:3px 11px;border-radius:999px;backdrop-filter:blur(2px);
}
body.tvz-v5 .tvz-study-landing-card__content h3{
  color:#fff !important;font-weight:800;font-size:clamp(1.4rem,2.4vw,1.95rem);
  margin:.35rem 0 .3rem;text-shadow:0 2px 14px rgba(0,0,0,.5);
}
body.tvz-v5 .tvz-study-landing-card__content p{
  color:rgba(255,255,255,.94) !important;text-shadow:0 1px 10px rgba(0,0,0,.45);
}
body.tvz-v5 .tvz-sem-count{ background:rgba(255,255,255,.22);color:#fff;border-radius:999px;padding:4px 12px;font-weight:800; }

/* ---------- 7) Gumbi / quick-link / chip ---------- */
body.tvz-v5 .tvz-quick-link{
  border-radius:999px;border:1px solid var(--tvz-border);background:#fff;color:var(--tvz-blue);
  font-weight:700;transition:.15s;
}
body.tvz-v5 .tvz-quick-link:hover{ background:var(--tvz-blue-soft);border-color:#cfe0f6; }
body.tvz-v5 .tvz-quick-link--primary{
  background:var(--tvz-blue);color:#fff;border-color:var(--tvz-blue);
}
body.tvz-v5 .tvz-quick-link--primary:hover{ background:var(--tvz-blue-dark);color:#fff; }
body.tvz-v5 .tvz-chip-link{ border-radius:999px;border:1px solid rgba(255,255,255,.25); }

/* ---------- 8) Vijesti / banner meta ---------- */
body.tvz-v5 .tvz-home-banner__title.is-active{ border-color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-home-banner__title-index{ color:var(--tvz-blue-accent);font-weight:800; }

/* ---------- 9) Footer ---------- */
body.tvz-v5 .tvz-site-footer{
  background:linear-gradient(180deg,var(--tvz-blue-dark) 0%,var(--tvz-blue-deep) 100%);
}
body.tvz-v5 .tvz-site-footer__cta--blue{ background:rgba(255,255,255,.06); }
body.tvz-v5 .tvz-site-footer__cta-kicker{ color:#9cc0ef; }
body.tvz-v5 .tvz-site-footer__col h2{ color:#fff; }
body.tvz-v5 .tvz-site-footer a{ color:rgba(255,255,255,.82); }
body.tvz-v5 .tvz-site-footer a:hover{ color:#fff; }

/* ---------- 10) Kolegiji: study-nav + redci (fina dorada) ---------- */
body.tvz-v5 .tvz-kol-studybtn{ border-radius:10px; }
body.tvz-v5 .tvz-kol-list--rows .tvz-kol-card{
  border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);border-color:var(--tvz-border);
}
body.tvz-v5 .tvz-kol-list--rows .tvz-kol-card:hover{ box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-kol-card__title{ color:var(--tvz-ink); }

/* ---------- 11) Sidebar kartice ---------- */
body.tvz-v5 .tvz-sidebar-card{
  border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);background:#fff;
}
body.tvz-v5 .tvz-sidebar-card--accent{
  background:linear-gradient(160deg,var(--tvz-blue-soft) 0%,#fff 70%);border-color:#d6e6fb;
}

/* ---------- 12) Sitne dorade tipografije i razmaka ---------- */
body.tvz-v5 .tvz-home-shell,
body.tvz-v5 .tvz-container{ --tvz-section-gap:26px; }
body.tvz-v5 .tvz-home-section{ margin-bottom:var(--tvz-section-gap,26px); }

/* ---------- 13) NOVI HERO naslovnice (mockup 2026) ---------- */
body.tvz-v5 .tvz-v5-hero{
  position:relative;
  width:100%;
  margin:0 0 26px;
  min-height:clamp(520px,72vh,760px);
  display:flex;
  background-color:var(--tvz-blue-deep);
  background-image:var(--tvz-hero-img);
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  color:#fff;
  z-index:0;
}
body.tvz-v5 .tvz-v5-hero__overlay{
  position:absolute;inset:0;z-index:0;
  background:linear-gradient(105deg,rgba(6,29,57,.97) 0%,rgba(8,41,78,.88) 36%,rgba(8,41,78,.5) 68%,rgba(8,41,78,.18) 100%);
}
body.tvz-v5 .tvz-v5-hero__inner{
  position:relative;z-index:1;width:100%;
  display:flex;flex-direction:column;justify-content:center;gap:24px;
  padding-top:64px;padding-bottom:56px;
}
body.tvz-v5 .tvz-v5-hero__copy{ max-width:680px; }
body.tvz-v5 .tvz-v5-hero__title{
  margin:0;color:#fff;font-weight:800;line-height:.98;letter-spacing:-.02em;
  font-size:clamp(2.6rem,6.4vw,5rem);
}
body.tvz-v5 .tvz-v5-hero__dot{ color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-hero__tagline{
  margin:20px 0 0;color:#fff;font-weight:700;font-size:clamp(1.2rem,2.4vw,1.7rem);
}
body.tvz-v5 .tvz-v5-hero__lead{
  margin:16px 0 0;max-width:540px;color:rgba(255,255,255,.86);font-size:1.05rem;line-height:1.65;
}
body.tvz-v5 .tvz-v5-hero__cta{ display:flex;flex-wrap:wrap;gap:12px;margin-top:30px; }
body.tvz-v5 .tvz-v5-btn{
  display:inline-flex;align-items:center;gap:9px;padding:14px 22px;border-radius:10px;
  font-weight:800;font-size:.95rem;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;
}
body.tvz-v5 .tvz-v5-btn--primary{ background:var(--tvz-blue-accent);color:#fff; }
body.tvz-v5 .tvz-v5-btn--primary:hover{ background:#1d4ed8;transform:translateY(-1px); }
body.tvz-v5 .tvz-v5-btn--ghost{ background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.55); }
body.tvz-v5 .tvz-v5-btn--ghost:hover{ background:rgba(255,255,255,.18); }
body.tvz-v5 .tvz-v5-hero__stats{
  list-style:none;margin:0;padding:24px 0 0;display:grid;grid-template-columns:repeat(6,auto);
  gap:22px 44px;align-items:end;justify-content:start;border-top:1px solid rgba(255,255,255,.16);
}
body.tvz-v5 .tvz-v5-stat{ display:flex;flex-direction:column;gap:4px; }
body.tvz-v5 .tvz-v5-stat strong{ color:#fff;font-weight:800;line-height:1;font-size:clamp(1.6rem,3vw,2.4rem); }
body.tvz-v5 .tvz-v5-stat span{ color:rgba(255,255,255,.82);font-size:.85rem;line-height:1.25;max-width:130px; }
body.tvz-v5 .tvz-v5-home{ margin-top:26px; }
@media (max-width:900px){
  body.tvz-v5 .tvz-v5-hero__stats{ grid-template-columns:repeat(3,1fr);gap:18px 20px; }
}
@media (max-width:560px){
  body.tvz-v5 .tvz-v5-hero{ min-height:auto; }
  body.tvz-v5 .tvz-v5-hero__inner{ padding-top:40px;padding-bottom:30px;gap:26px; }
  body.tvz-v5 .tvz-v5-hero__stats{ grid-template-columns:repeat(2,1fr); }
}

/* ---------- 14) Header — jedinstveni NAVY ton (kao hero), bez bijelih traka ---------- */
body.tvz-v5 .tvz-site-header{
  position:sticky;top:0;z-index:300;
  background:linear-gradient(180deg,var(--tvz-blue-deep) 0%,var(--tvz-blue-dark) 100%) !important;
}
body.tvz-v5 .tvz-topbar{ background:transparent !important;border-bottom:1px solid rgba(255,255,255,.08) !important; }
body.tvz-v5 .tvz-header-main{ background:transparent !important;border-bottom:0 !important;box-shadow:none !important; }
body.tvz-v5 .tvz-header-navbar{ background:transparent !important;border:0 !important;box-shadow:none !important;position:relative;z-index:310; }
body.tvz-v5 .tvz-header-main__inner{ min-height:82px;align-items:center;gap:18px; }

/* Logo + dvojezični naziv (bijelo na navy) */
body.tvz-v5 .tvz-site-branding--with-name .tvz-site-branding__link{ display:inline-flex;align-items:center;gap:12px;text-decoration:none; }
body.tvz-v5 .tvz-site-branding__logo{ background:#fff;color:var(--tvz-blue); }
body.tvz-v5 .tvz-site-branding__name{ display:flex;flex-direction:column;line-height:1.12; }
body.tvz-v5 .tvz-site-branding__name strong{ font-size:.95rem;font-weight:800;color:#fff;letter-spacing:.005em; }
body.tvz-v5 .tvz-site-branding__name small{ font-size:.7rem;color:rgba(255,255,255,.72);font-weight:600;text-transform:uppercase;letter-spacing:.03em; }
@media (max-width:820px){ body.tvz-v5 .tvz-site-branding__name{ display:none; } }

/* Navigacija — bijela na navy, akcent-podcrta */
body.tvz-v5 .tvz-menu--primary{ gap:2px; }
body.tvz-v5 .tvz-menu--primary > li > a{ font-weight:700;color:#fff !important;position:relative;padding:10px 14px;border-radius:10px;background:transparent;transition:background .15s,color .15s; }
body.tvz-v5 .tvz-menu--primary .tvz-menu-label,
body.tvz-v5 .tvz-menu--primary > li > a span{ color:inherit !important; }
/* hover — vidljiv pill (nadjačaj roditeljski v4 koji forsira bijelu podlogu) */
body.tvz-v5 .tvz-menu--primary > li > a:hover,
body.tvz-v5 .tvz-menu--primary > li > a:focus{ background:rgba(255,255,255,.14) !important;color:#fff !important; }
body.tvz-v5 .tvz-menu--primary > li > a:hover .tvz-menu-label,
body.tvz-v5 .tvz-menu--primary > li > a:hover span{ color:#fff !important; }
/* aktivna stavka — puni plavi pill + bijeli tekst (jasan kontrast, beats v4 bijela na bijelom) */
body.tvz-v5 .tvz-menu--primary > li.current-menu-item > a,
body.tvz-v5 .tvz-menu--primary > li.current-menu-ancestor > a,
body.tvz-v5 .tvz-menu--primary > li.current-menu-parent > a,
body.tvz-v5 .tvz-menu--primary > li.current_page_item > a{ background:var(--tvz-blue-accent) !important;color:#fff !important; }
body.tvz-v5 .tvz-menu--primary > li.current-menu-item > a .tvz-menu-label,
body.tvz-v5 .tvz-menu--primary > li.current-menu-ancestor > a .tvz-menu-label,
body.tvz-v5 .tvz-menu--primary > li.current-menu-item > a span,
body.tvz-v5 .tvz-menu--primary > li.current-menu-ancestor > a span{ color:#fff !important; }
/* svijetli akcent-podcrta */
body.tvz-v5 .tvz-menu--primary > li > a::after{
  content:"";position:absolute;left:14px;right:14px;bottom:4px;height:3px;border-radius:3px;
  background:#9ec5ff;transform:scaleX(0);transform-origin:left;transition:transform .18s ease;
}
body.tvz-v5 .tvz-menu--primary > li > a:hover::after,
body.tvz-v5 .tvz-menu--primary > li.current-menu-item > a::after,
body.tvz-v5 .tvz-menu--primary > li.current-menu-ancestor > a::after,
body.tvz-v5 .tvz-menu--primary > li.current_page_item > a::after{ transform:scaleX(1); }
body.tvz-v5 .tvz-menu--primary .tvz-menu-icon{ color:#9ec5ff; }

/* Lijevo (utility) i desno (jezici) — ujednačeno na navy */
body.tvz-v5 .tvz-topbar__inner{ align-items:center; }
body.tvz-v5 .tvz-menu--utility a{ color:rgba(255,255,255,.85) !important;font-weight:600;font-size:.82rem; }
body.tvz-v5 .tvz-menu--utility a:hover{ color:#fff !important; }
body.tvz-v5 .tvz-lang-switcher a,
body.tvz-v5 .tvz-langs a,
body.tvz-v5 .tvz-topbar a[lang],
body.tvz-v5 .tvz-topbar .tvz-lang a{ color:rgba(255,255,255,.8) !important;font-weight:700;font-size:.78rem;border-radius:6px;padding:3px 7px; }
body.tvz-v5 .tvz-lang-switcher a:hover,
body.tvz-v5 .tvz-langs a:hover{ color:#fff !important;background:rgba(255,255,255,.12); }
body.tvz-v5 .tvz-lang-switcher .is-active,
body.tvz-v5 .tvz-lang-switcher [aria-current],
body.tvz-v5 .tvz-langs .is-active{ background:#fff !important;color:var(--tvz-blue) !important; }

/* Pretraga na navy */
body.tvz-v5 .tvz-header-search .tvz-searchform__input{
  border-radius:999px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.12);color:#fff;
}
body.tvz-v5 .tvz-header-search .tvz-searchform__input::placeholder{ color:rgba(255,255,255,.7); }
body.tvz-v5 .tvz-header-search .tvz-searchform__button{
  border-radius:999px;background:var(--tvz-blue-accent);color:#fff;font-weight:700;border-color:var(--tvz-blue-accent);
}
body.tvz-v5 .tvz-nav-toggle span{ background:#fff; }

/* ---------- 15) Sekcije naslovnice (student-journey 2026) ---------- */
body.tvz-v5 .tvz-v5-sec-head{ margin:0 0 16px; }
body.tvz-v5 .tvz-v5-sec-head .tvz-section-title{ margin:.2rem 0 0; }

/* Zašto TVZ */
body.tvz-v5 .tvz-v5-why__grid{ display:grid;grid-template-columns:repeat(4,1fr);gap:16px; }
body.tvz-v5 .tvz-v5-why__card{ display:flex;flex-direction:column;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);overflow:hidden;box-shadow:var(--tvz-shadow-sm);text-decoration:none;color:var(--tvz-ink);transition:transform .16s ease,box-shadow .16s ease; }
body.tvz-v5 .tvz-v5-why__card:hover{ transform:translateY(-3px);box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-why__media{ display:block;aspect-ratio:16/10;background:var(--tvz-blue) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-why__body{ padding:14px 16px 18px;display:flex;flex-direction:column;gap:6px; }
body.tvz-v5 .tvz-v5-why__eyebrow{ color:var(--tvz-blue-accent);font-weight:800;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase; }
body.tvz-v5 .tvz-v5-why__body strong{ font-size:1.05rem;font-weight:800; }
body.tvz-v5 .tvz-v5-why__desc{ color:#3f5168;font-size:.9rem;line-height:1.5; }
body.tvz-v5 .tvz-section-subtitle{ color:#3f5168 !important; }
/* Naslovi sekcija bez panela poravnaj s rubom kartica */
body.tvz-v5 .tvz-v5-sec-head{ padding-inline:2px; }
@media (max-width:980px){ body.tvz-v5 .tvz-v5-why__grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ body.tvz-v5 .tvz-v5-why__grid{ grid-template-columns:1fr; } }

/* Laboratoriji (split foto/tekst) */
body.tvz-v5 .tvz-v5-labs{ display:grid;grid-template-columns:1.1fr .9fr;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);overflow:hidden;box-shadow:var(--tvz-shadow-sm); }
body.tvz-v5 .tvz-v5-labs__media{ min-height:300px;background:var(--tvz-blue) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-labs__copy{ padding:34px;display:flex;flex-direction:column;gap:12px;align-items:flex-start;justify-content:center; }
@media (max-width:820px){ body.tvz-v5 .tvz-v5-labs{ grid-template-columns:1fr; } body.tvz-v5 .tvz-v5-labs__media{ min-height:220px; } }

/* TVZ u brojkama (full-bleed) */
body.tvz-v5 .tvz-v5-numbers{ position:relative;width:100%;margin:0 0 26px;background-color:var(--tvz-blue-deep);background-image:var(--tvz-numbers-img);background-size:cover;background-position:center;color:#fff; }
body.tvz-v5 .tvz-v5-numbers__overlay{ position:absolute;inset:0;background:linear-gradient(120deg,rgba(6,29,57,.94),rgba(8,41,78,.78)); }
body.tvz-v5 .tvz-v5-numbers__inner{ position:relative;z-index:1;padding:54px 0; }
body.tvz-v5 .tvz-v5-numbers__title{ color:#fff;font-weight:800;text-align:center;margin:0 0 26px;font-size:clamp(1.5rem,3vw,2.1rem); }
body.tvz-v5 .tvz-v5-numbers__grid{ list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:20px;text-align:center; }
body.tvz-v5 .tvz-v5-numbers__grid strong{ display:block;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1;color:#fff; }
body.tvz-v5 .tvz-v5-numbers__grid span{ color:rgba(255,255,255,.82);font-size:.9rem; }
@media (max-width:760px){ body.tvz-v5 .tvz-v5-numbers__grid{ grid-template-columns:repeat(2,1fr);gap:24px 14px; } }

/* Život na TVZ-u (mozaik) */
body.tvz-v5 .tvz-v5-life__mosaic{ display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:150px;gap:12px; }
body.tvz-v5 .tvz-v5-life__tile{ background:var(--tvz-blue) center/cover no-repeat;border-radius:var(--tvz-radius-md); }
body.tvz-v5 .tvz-v5-life__tile--0{ grid-column:span 2;grid-row:span 2; }
@media (max-width:760px){ body.tvz-v5 .tvz-v5-life__mosaic{ grid-template-columns:repeat(2,1fr);grid-auto-rows:120px; } body.tvz-v5 .tvz-v5-life__tile--0{ grid-column:span 2;grid-row:span 1; } }

/* Kampusi */
body.tvz-v5 .tvz-v5-campus__grid{ display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px; }
body.tvz-v5 .tvz-v5-campus__card{ position:relative;display:flex;align-items:flex-end;min-height:240px;border-radius:var(--tvz-radius-lg);overflow:hidden;background:var(--c-img,linear-gradient(135deg,var(--tvz-blue),var(--tvz-blue-dark))) center/cover no-repeat;text-decoration:none;box-shadow:var(--tvz-shadow-sm); }
body.tvz-v5 .tvz-v5-campus__overlay{ position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,29,57,0) 40%,rgba(6,29,57,.85) 100%);transition:background .2s; }
body.tvz-v5 .tvz-v5-campus__name{ position:relative;z-index:1;padding:18px 20px;color:#fff;font-weight:800;font-size:1.15rem;display:flex;flex-direction:column;gap:2px; }
body.tvz-v5 .tvz-v5-campus__name small{ font-weight:600;font-size:.82rem;color:rgba(255,255,255,.82); }
body.tvz-v5 .tvz-v5-campus__card:hover .tvz-v5-campus__overlay{ background:linear-gradient(180deg,rgba(6,29,57,.15) 20%,rgba(6,29,57,.92) 100%); }
@media (max-width:760px){ body.tvz-v5 .tvz-v5-campus__grid{ grid-template-columns:1fr; } }

/* Trake: cjeloživotno / međunarodna */
body.tvz-v5 .tvz-v5-bands{ display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:var(--tvz-section-gap,26px); }
body.tvz-v5 .tvz-v5-band{ display:flex;flex-direction:column;gap:6px;padding:24px;border-radius:var(--tvz-radius-lg);text-decoration:none;color:#fff;box-shadow:var(--tvz-shadow-sm);transition:transform .16s; }
body.tvz-v5 .tvz-v5-band:hover{ transform:translateY(-2px); }
body.tvz-v5 .tvz-v5-band--lll{ background:linear-gradient(135deg,var(--tvz-blue),var(--tvz-blue-dark)); }
body.tvz-v5 .tvz-v5-band--intl{ background:linear-gradient(135deg,#0d7a5f,#0b4f6f); }
body.tvz-v5 .tvz-v5-band--proj{ background:linear-gradient(135deg,#2563eb,#061d39); }
body.tvz-v5 .tvz-v5-band--career{ background:linear-gradient(135deg,#16a34a,#08294e); }
body.tvz-v5 .tvz-v5-band__eyebrow{ font-weight:800;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.85); }
body.tvz-v5 .tvz-v5-band strong{ font-size:1.25rem;font-weight:800; }
body.tvz-v5 .tvz-v5-band__desc{ color:rgba(255,255,255,.85);font-size:.92rem; }
body.tvz-v5 .tvz-v5-band__cta{ margin-top:8px;font-weight:800;color:#fff; }
@media (max-width:760px){ body.tvz-v5 .tvz-v5-bands{ grid-template-columns:1fr; } }

/* ---------- 16) Kompaktni footer ---------- */
body.tvz-v5 .tvz-v5-footer{ background:linear-gradient(180deg,var(--tvz-blue-dark),var(--tvz-blue-deep));color:#fff; }
body.tvz-v5 .tvz-v5-footer__top{ display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:28px;padding:42px 0 24px; }
body.tvz-v5 .tvz-v5-footer__brand .tvz-site-footer__brandmark{ display:inline-flex;gap:12px;align-items:center;text-decoration:none;color:#fff;margin-bottom:14px; }
body.tvz-v5 .tvz-v5-footer__brand strong{ display:block;font-weight:800; }
body.tvz-v5 .tvz-v5-footer__brand small{ color:rgba(255,255,255,.7); }
body.tvz-v5 .tvz-v5-footer__col h2{ font-size:.95rem;color:#fff;margin:0 0 12px; }
body.tvz-v5 .tvz-v5-footer__contact{ display:flex;flex-direction:column;gap:6px;color:rgba(255,255,255,.85);margin:0; }
body.tvz-v5 .tvz-v5-footer__links{ display:flex;flex-direction:column;gap:8px; }
body.tvz-v5 .tvz-v5-footer a{ color:rgba(255,255,255,.82);text-decoration:none; }
body.tvz-v5 .tvz-v5-footer a:hover{ color:#fff; }
body.tvz-v5 .tvz-v5-footer__bottom{ display:flex;flex-wrap:wrap;gap:10px 18px;justify-content:space-between;align-items:center;padding:16px 0 28px;border-top:1px solid rgba(255,255,255,.12); }
body.tvz-v5 .tvz-v5-footer__legal{ display:flex;flex-wrap:wrap;gap:8px 16px; }
body.tvz-v5 .tvz-v5-footer__copy{ color:rgba(255,255,255,.6);font-size:.85rem; }
@media (max-width:820px){ body.tvz-v5 .tvz-v5-footer__top{ grid-template-columns:1fr 1fr;gap:22px; } }
@media (max-width:520px){ body.tvz-v5 .tvz-v5-footer__top{ grid-template-columns:1fr; } }

/* ---------- 17) Hero unutarnjih stranica (studij/odjel/kolegiji…) ---------- */
body.tvz-v5 .tvz-hero-overlay{ background:linear-gradient(105deg,rgba(6,29,57,.95) 0%,rgba(8,41,78,.8) 55%,rgba(8,41,78,.35) 100%) !important; }
body.tvz-v5 .tvz-hero-title{ font-weight:800;letter-spacing:-.01em;color:#fff; }
body.tvz-v5 .tvz-hero-lead{ color:rgba(255,255,255,.9); }
body.tvz-v5 .tvz-hero-facts{ display:flex;flex-wrap:wrap;gap:10px 14px; }
body.tvz-v5 .tvz-hero-fact{ background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:6px 14px;color:#fff;font-weight:700; }

/* ---------- 18) Stranica studija (single-studij) ---------- */
body.tvz-v5.single-studij .tvz-study-section{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:24px 26px;margin-bottom:18px; }
body.tvz-v5.single-studij .tvz-study-section__eyebrow{ color:var(--tvz-blue-accent);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem; }
body.tvz-v5.single-studij .tvz-study-section h2{ color:var(--tvz-ink);font-weight:800;margin:.2rem 0 .6rem; }
body.tvz-v5.single-studij .tvz-study-section--blue{ border-top:4px solid var(--tvz-blue-accent); }
body.tvz-v5.single-studij .tvz-study-section--green{ border-top:4px solid var(--tvz-green); }
body.tvz-v5.single-studij .tvz-study-section--orange{ border-top:4px solid var(--tvz-orange); }
/* Sadržajni izbornik (tabovi) */
body.tvz-v5.single-studij .tvz-study-content-menu{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);padding:10px 12px;margin-bottom:18px; }
body.tvz-v5.single-studij .tvz-study-content-menu__nav{ display:flex;flex-wrap:wrap;gap:6px; }
body.tvz-v5.single-studij .tvz-study-nav-link{ display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;color:var(--tvz-ink);font-weight:700;text-decoration:none;border:1px solid transparent;transition:.15s; }
body.tvz-v5.single-studij .tvz-study-nav-link:hover,
body.tvz-v5.single-studij .tvz-study-nav-link.is-active{ background:var(--tvz-blue-soft);color:var(--tvz-blue);border-color:#cfe0f6; }
body.tvz-v5.single-studij .tvz-study-nav-link__icon{ color:var(--tvz-blue-accent); }
/* "Što ćeš naučiti" — checklist */
body.tvz-v5.single-studij .tvz-richtext--checklist ul{ list-style:none;margin:0;padding:0; }
body.tvz-v5.single-studij .tvz-richtext--checklist li{ position:relative;padding-left:30px;margin-bottom:10px;line-height:1.5; }
body.tvz-v5.single-studij .tvz-richtext--checklist li::before{ content:"";position:absolute;left:0;top:2px;width:19px;height:19px;border-radius:50%;background:var(--tvz-green); }
body.tvz-v5.single-studij .tvz-richtext--checklist li::after{ content:"✓";position:absolute;left:4px;top:0;color:#fff;font-size:.82rem;font-weight:800; }

/* ---------- 19) NOVI izgled stranice studija (single-studij override) ---------- */
body.tvz-v5 .tvz-v5-studij-hero{
  position:relative;min-height:clamp(420px,52vh,560px);display:flex;align-items:center;
  background-color:var(--tvz-blue-deep);background-image:var(--bg);background-size:cover;background-position:center right;color:#fff;
}
body.tvz-v5 .tvz-v5-studij-hero__overlay{ position:absolute;inset:0;background:linear-gradient(90deg,var(--tvz-blue-deep) 0%,rgba(8,41,78,.94) 36%,rgba(8,41,78,.55) 66%,rgba(8,41,78,.12) 100%); }
body.tvz-v5 .tvz-v5-studij-hero__inner{ position:relative;z-index:1;width:100%;padding:30px 0 32px; }
body.tvz-v5 .tvz-v5-studij-hero__bc, body.tvz-v5 .tvz-v5-studij-hero__bc a, body.tvz-v5 .tvz-v5-studij-hero__bc span{ color:rgba(255,255,255,.78) !important;margin-bottom:14px; }
body.tvz-v5 .tvz-v5-studij-hero__eyebrow{ color:#7fb1f0;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem; }
body.tvz-v5 .tvz-v5-studij-hero__title{ margin:.25rem 0 0;color:#fff;font-weight:800;font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.02; }
body.tvz-v5 .tvz-v5-studij-hero__lead{ max-width:520px;margin:14px 0 0;color:rgba(255,255,255,.88);font-size:1.05rem;line-height:1.6; }
body.tvz-v5 .tvz-v5-studij-hero__cta{ display:flex;flex-wrap:wrap;gap:12px;margin-top:24px; }
body.tvz-v5 .tvz-v5-studij-hero__meta{ list-style:none;margin:32px 0 0;padding:24px 0 0;display:flex;flex-wrap:wrap;gap:20px 40px;border-top:1px solid rgba(255,255,255,.16); }
body.tvz-v5 .tvz-v5-studij-hero__meta li{ display:flex;align-items:center;gap:12px; }
body.tvz-v5 .tvz-v5-studij-hero__ico{ width:30px;height:30px;color:#9cc0ef;flex:0 0 auto; }
body.tvz-v5 .tvz-v5-studij-hero__ico svg{ width:100%;height:100%; }
body.tvz-v5 .tvz-v5-studij-hero__meta strong{ display:block;color:#fff;font-weight:800;line-height:1.1; }
body.tvz-v5 .tvz-v5-studij-hero__meta small{ color:rgba(255,255,255,.75);font-size:.82rem; }

body.tvz-v5 .tvz-v5-studij{ display:flex;flex-direction:column;gap:34px;padding:34px 0; }

/* O studiju */
body.tvz-v5 .tvz-v5-studij-about{ display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center; }
body.tvz-v5 .tvz-v5-studij-about__media{ min-height:320px;border-radius:var(--tvz-radius-lg);background-size:cover;background-position:center;box-shadow:var(--tvz-shadow-sm); }
@media (max-width:860px){ body.tvz-v5 .tvz-v5-studij-about{ grid-template-columns:1fr; } body.tvz-v5 .tvz-v5-studij-about__media{ min-height:220px; } }

/* Tri stupca */
body.tvz-v5 .tvz-v5-studij-cols{ display:grid;grid-template-columns:1.1fr 1fr 320px;gap:26px;align-items:start; }
@media (max-width:1024px){ body.tvz-v5 .tvz-v5-studij-cols{ grid-template-columns:1fr 1fr; } body.tvz-v5 .tvz-v5-studij-info{ grid-column:1 / -1; } }
@media (max-width:680px){ body.tvz-v5 .tvz-v5-studij-cols{ grid-template-columns:1fr; } }
body.tvz-v5 .tvz-v5-studij-learn__grid{ display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:14px 0; }
body.tvz-v5 .tvz-v5-studij-learn__card{ display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);background:#fff;box-shadow:var(--tvz-shadow-sm);font-weight:700;color:var(--tvz-ink);font-size:.92rem;line-height:1.35; }
body.tvz-v5 .tvz-v5-studij-learn__ico{ width:30px;height:30px;color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-studij-learn__ico svg{ width:100%;height:100%; }
body.tvz-v5 .tvz-v5-studij-kol__list{ list-style:none;margin:14px 0;padding:0;display:flex;flex-direction:column;gap:8px; }
body.tvz-v5 .tvz-v5-studij-kol__list a{ display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);background:#fff;text-decoration:none;color:var(--tvz-ink);font-weight:600;box-shadow:var(--tvz-shadow-sm);transition:.15s; }
body.tvz-v5 .tvz-v5-studij-kol__list a:hover{ border-color:#cfe0f6;background:var(--tvz-blue-soft);color:var(--tvz-blue); }
body.tvz-v5 .tvz-v5-studij-kol__arrow{ width:18px;height:18px;color:var(--tvz-blue-accent);flex:0 0 auto; }
body.tvz-v5 .tvz-v5-studij-kol__arrow svg{ width:100%;height:100%; }
body.tvz-v5 .tvz-v5-studij-info{ background:linear-gradient(160deg,var(--tvz-blue) 0%,var(--tvz-blue-deep) 100%);color:#fff;border-radius:var(--tvz-radius-lg);padding:24px;box-shadow:var(--tvz-shadow-sm);position:sticky;top:120px; }
body.tvz-v5 .tvz-v5-studij-info__eyebrow{ font-weight:800;font-size:1.05rem;margin-bottom:16px; }
body.tvz-v5 .tvz-v5-studij-info dl{ margin:0;display:flex;flex-direction:column;gap:12px; }
body.tvz-v5 .tvz-v5-studij-info dt{ color:rgba(255,255,255,.68);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em; }
body.tvz-v5 .tvz-v5-studij-info dd{ margin:0;font-weight:700;color:#fff; }
body.tvz-v5 .tvz-v5-studij-info dd a{ color:#bcd4f5; }
body.tvz-v5 .tvz-v5-studij-info__btn{ margin-top:18px;width:100%;justify-content:center; }

/* Zašto studirati */
body.tvz-v5 .tvz-v5-studij-why__grid{ display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:14px; }
body.tvz-v5 .tvz-v5-studij-why__card{ position:relative;min-height:250px;border-radius:var(--tvz-radius-lg);overflow:hidden;display:flex;align-items:flex-end;background:var(--bg,linear-gradient(135deg,var(--tvz-blue),var(--tvz-blue-deep))) center/cover no-repeat;box-shadow:var(--tvz-shadow-sm); }
body.tvz-v5 .tvz-v5-studij-why__overlay{ position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,29,57,.12) 30%,rgba(6,29,57,.9) 100%); }
body.tvz-v5 .tvz-v5-studij-why__txt{ position:relative;z-index:1;padding:18px;color:#fff;font-weight:700;line-height:1.35; }
@media (max-width:980px){ body.tvz-v5 .tvz-v5-studij-why__grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:520px){ body.tvz-v5 .tvz-v5-studij-why__grid{ grid-template-columns:1fr; } }

/* CTA traka */
body.tvz-v5 .tvz-v5-studij-cta{ display:flex;align-items:center;gap:20px;flex-wrap:wrap;background:linear-gradient(135deg,var(--tvz-blue),var(--tvz-blue-accent));color:#fff;border-radius:var(--tvz-radius-lg);padding:26px 30px;text-decoration:none;box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-studij-cta__ico{ width:56px;height:56px;flex:0 0 auto;color:#fff;background:rgba(255,255,255,.16);border-radius:50%;padding:13px; }
body.tvz-v5 .tvz-v5-studij-cta__ico svg{ width:100%;height:100%; }
body.tvz-v5 .tvz-v5-studij-cta__txt{ flex:1 1 280px; }
body.tvz-v5 .tvz-v5-studij-cta__txt strong{ display:block;font-size:1.3rem;font-weight:800; }
body.tvz-v5 .tvz-v5-studij-cta__txt small{ color:rgba(255,255,255,.85); }
body.tvz-v5 .tvz-v5-btn--light{ background:#fff;color:var(--tvz-blue) !important; }
body.tvz-v5 .tvz-v5-studij-cta:hover .tvz-v5-btn--light{ background:#eaf1fb; }

/* ---------- 20) Odjel (single-org_jedinica) ---------- */
body.tvz-v5 .tvz-v5-odj-hero{ background:linear-gradient(120deg,var(--tvz-blue-deep),var(--tvz-blue));color:#fff; }
body.tvz-v5 .tvz-v5-odj-hero__inner{ padding:28px 0 70px; }
body.tvz-v5 .tvz-v5-odj-hero__bc, body.tvz-v5 .tvz-v5-odj-hero__bc a, body.tvz-v5 .tvz-v5-odj-hero__bc span{ color:rgba(255,255,255,.78) !important;margin-bottom:16px; }
body.tvz-v5 .tvz-v5-odj-hero__grid{ display:grid;grid-template-columns:1.1fr 1fr;gap:34px;align-items:center; }
body.tvz-v5 .tvz-v5-odj-hero__eyebrow{ color:#7fb1f0;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem; }
body.tvz-v5 .tvz-v5-odj-hero__title{ margin:.25rem 0 0;font-weight:800;font-size:clamp(2rem,4.5vw,3.2rem);color:#fff;line-height:1.04; }
body.tvz-v5 .tvz-v5-odj-hero__lead{ max-width:520px;margin:14px 0 0;color:rgba(255,255,255,.88);line-height:1.6; }
body.tvz-v5 .tvz-v5-odj-hero__cta{ display:flex;flex-wrap:wrap;gap:12px;margin-top:24px; }
body.tvz-v5 .tvz-v5-odj-hero__media{ min-height:300px;border-radius:var(--tvz-radius-lg);background-size:cover;background-position:center;box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-btn--ghost-dark{ background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.5); }
body.tvz-v5 .tvz-v5-btn--ghost-dark:hover{ background:rgba(255,255,255,.2); }
@media (max-width:860px){ body.tvz-v5 .tvz-v5-odj-hero__grid{ grid-template-columns:1fr; } body.tvz-v5 .tvz-v5-odj-hero__media{ min-height:200px; } body.tvz-v5 .tvz-v5-odj-hero__inner{ padding-bottom:40px; } }

body.tvz-v5 .tvz-v5-odj{ display:flex;flex-direction:column;gap:34px;padding:0 0 34px; }
body.tvz-v5 .tvz-v5-odj-stats{ display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:-46px;position:relative;z-index:2; }
body.tvz-v5 .tvz-v5-odj-stat{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);padding:18px; }
body.tvz-v5 .tvz-v5-odj-stat__ico{ display:block;width:30px;height:30px;color:var(--tvz-blue-accent);margin-bottom:8px; }
body.tvz-v5 .tvz-v5-odj-stat__ico svg{ width:100%;height:100%; }
body.tvz-v5 .tvz-v5-odj-stat strong{ display:block;font-size:1.7rem;font-weight:800;color:var(--tvz-ink);line-height:1; }
body.tvz-v5 .tvz-v5-odj-stat span{ color:var(--tvz-muted);font-size:.85rem; }
@media (max-width:1024px){ body.tvz-v5 .tvz-v5-odj-stats{ grid-template-columns:repeat(3,1fr);margin-top:24px; } }
@media (max-width:560px){ body.tvz-v5 .tvz-v5-odj-stats{ grid-template-columns:repeat(2,1fr); } }

body.tvz-v5 .tvz-v5-odj-about{ display:grid;grid-template-columns:minmax(0,1.5fr) 350px;gap:34px;align-items:start; }
body.tvz-v5 .tvz-v5-odj-aside{ display:flex;flex-direction:column;gap:16px; }
body.tvz-v5 .tvz-v5-odj-aside-card{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:18px; }
body.tvz-v5 .tvz-v5-odj-aside-card__head{ font-weight:800;color:var(--tvz-ink);margin-bottom:10px; }
body.tvz-v5 .tvz-v5-odj-leadlist{ display:flex;flex-direction:column;gap:4px; }
body.tvz-v5 .tvz-v5-odj-leadlist .tvz-v5-odj-person{ border:0;box-shadow:none;background:transparent;padding:8px;border-radius:10px; }
body.tvz-v5 .tvz-v5-odj-leadlist .tvz-v5-odj-person:hover{ background:var(--tvz-surface-soft);transform:none;box-shadow:none; }
body.tvz-v5 .tvz-v5-odj-leadlist .tvz-v5-odj-person__ph{ width:46px;height:46px;font-size:1rem; }
body.tvz-v5 .tvz-v5-odj-areas{ background:var(--tvz-surface-soft);border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);padding:22px; }
body.tvz-v5 .tvz-v5-odj-areas__head{ font-weight:800;color:var(--tvz-ink);margin-bottom:12px; }
body.tvz-v5 .tvz-v5-odj-areas ul{ list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px; }
body.tvz-v5 .tvz-v5-odj-areas li{ position:relative;padding-left:26px;color:var(--tvz-text); }
body.tvz-v5 .tvz-v5-odj-areas li::before{ content:"✓";position:absolute;left:0;top:0;color:var(--tvz-blue-accent);font-weight:800; }
@media (max-width:860px){ body.tvz-v5 .tvz-v5-odj-about{ grid-template-columns:1fr; } }

body.tvz-v5 .tvz-v5-odj-studies__head{ display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:6px; }
body.tvz-v5 .tvz-v5-odj-studies__grid{ display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:8px; }
body.tvz-v5 .tvz-v5-odj-study{ display:flex;flex-direction:column;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);overflow:hidden;box-shadow:var(--tvz-shadow-sm);text-decoration:none;color:var(--tvz-ink);transition:transform .16s,box-shadow .16s; }
body.tvz-v5 .tvz-v5-odj-study:hover{ transform:translateY(-3px);box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-odj-study__media{ aspect-ratio:16/9;background:var(--tvz-blue) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-odj-study__body{ padding:16px;display:flex;flex-direction:column;gap:6px; }
body.tvz-v5 .tvz-v5-odj-study__eyebrow{ color:var(--tvz-blue-accent);font-weight:800;font-size:.66rem;text-transform:uppercase;letter-spacing:.06em; }
body.tvz-v5 .tvz-v5-odj-study__body strong{ font-size:1.1rem;font-weight:800; }
body.tvz-v5 .tvz-v5-odj-study__desc{ color:var(--tvz-muted);font-size:.88rem;line-height:1.5; }
body.tvz-v5 .tvz-v5-odj-study__more{ color:var(--tvz-blue-accent);font-weight:700;margin-top:4px; }
@media (max-width:860px){ body.tvz-v5 .tvz-v5-odj-studies__grid{ grid-template-columns:1fr; } }

body.tvz-v5 .tvz-v5-odj-cta{ display:flex;align-items:center;gap:20px;flex-wrap:wrap;background:linear-gradient(135deg,var(--tvz-blue-deep),var(--tvz-blue));color:#fff;border-radius:var(--tvz-radius-lg);padding:26px 30px;text-decoration:none;box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-odj-cta__ico{ width:54px;height:54px;flex:0 0 auto;color:#fff;background:rgba(255,255,255,.14);border-radius:14px;padding:13px; }
body.tvz-v5 .tvz-v5-odj-cta__ico svg{ width:100%;height:100%; }
body.tvz-v5 .tvz-v5-odj-cta__txt{ flex:1 1 280px; }
body.tvz-v5 .tvz-v5-odj-cta__txt strong{ display:block;font-size:1.2rem;font-weight:800; }
body.tvz-v5 .tvz-v5-odj-cta__txt small{ color:rgba(255,255,255,.85); }

/* Vodstvo odjela + kontakt */
body.tvz-v5 .tvz-v5-odj-lead{ display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:start; }
@media (max-width:860px){ body.tvz-v5 .tvz-v5-odj-lead{ grid-template-columns:1fr; } }
body.tvz-v5 .tvz-v5-odj-lead__grid{ display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;margin-top:12px; }
body.tvz-v5 .tvz-v5-odj-person{ display:flex;gap:14px;align-items:center;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);padding:14px;text-decoration:none;color:var(--tvz-ink);transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-odj-person:hover{ box-shadow:var(--tvz-shadow-md);transform:translateY(-2px); }
body.tvz-v5 .tvz-v5-odj-person__ph{ width:60px;height:60px;flex:0 0 auto;border-radius:50%;background:var(--tvz-blue-soft) center/cover no-repeat;display:flex;align-items:center;justify-content:center;color:var(--tvz-blue);font-weight:800;font-size:1.2rem; }
body.tvz-v5 .tvz-v5-odj-person__b{ display:flex;flex-direction:column;gap:2px;min-width:0; }
body.tvz-v5 .tvz-v5-odj-person__role{ color:var(--tvz-blue-accent);font-weight:800;font-size:.68rem;text-transform:uppercase;letter-spacing:.05em; }
body.tvz-v5 .tvz-v5-odj-person__b strong{ font-weight:800;line-height:1.2; }
body.tvz-v5 .tvz-v5-odj-person__zv{ color:var(--tvz-muted);font-size:.82rem; }
body.tvz-v5 .tvz-v5-odj-person__em{ color:var(--tvz-blue);font-size:.82rem;word-break:break-all; }
body.tvz-v5 .tvz-v5-odj-contact{ background:linear-gradient(160deg,var(--tvz-blue),var(--tvz-blue-deep));color:#fff;border-radius:var(--tvz-radius-lg);padding:22px; }
body.tvz-v5 .tvz-v5-odj-contact__eyebrow{ font-weight:800;margin-bottom:14px; }
body.tvz-v5 .tvz-v5-odj-contact ul{ list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px; }
body.tvz-v5 .tvz-v5-odj-contact li{ display:flex;flex-direction:column;gap:2px; }
body.tvz-v5 .tvz-v5-odj-contact li span{ color:rgba(255,255,255,.65);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em; }
body.tvz-v5 .tvz-v5-odj-contact a{ color:#fff;font-weight:700;text-decoration:none;word-break:break-all; }
body.tvz-v5 .tvz-v5-odj-sub__grid{ display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:8px; }
body.tvz-v5 .tvz-v5-odj-subcard{ display:flex;flex-direction:column;gap:6px;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);padding:16px;text-decoration:none;color:var(--tvz-ink);transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-odj-subcard:hover{ border-color:#cfe0f6;box-shadow:var(--tvz-shadow-md);transform:translateY(-2px); }
body.tvz-v5 .tvz-v5-odj-subcard strong{ font-weight:800; }
body.tvz-v5 .tvz-v5-odj-subcard__ex{ color:var(--tvz-muted);font-size:.86rem;line-height:1.45; }
body.tvz-v5 .tvz-v5-odj-subcard__more{ color:var(--tvz-blue-accent);font-weight:700; }

/* ---------- 21) Djelatnik (profili predložak — restyle) ---------- */
body.tvz-v5 .tvz-phs-page{ background:var(--tvz-page); }
body.tvz-v5 .tvz-phs-hero{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:24px; }
body.tvz-v5 .tvz-phs-hero__media img{ border-radius:var(--tvz-radius-md); }
body.tvz-v5 .tvz-phs-title{ color:var(--tvz-ink);font-weight:800; }
body.tvz-v5 .tvz-phs-eyebrow,
body.tvz-v5 .tvz-phs-section-label{ color:var(--tvz-blue-accent);font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem; }
body.tvz-v5 .tvz-phs-nav{ display:flex;flex-wrap:wrap;gap:4px;border-bottom:1px solid var(--tvz-border);margin:18px 0; }
body.tvz-v5 .tvz-phs-nav a{ padding:11px 14px;color:var(--tvz-ink);font-weight:700;text-decoration:none;border-bottom:3px solid transparent;margin-bottom:-1px; }
body.tvz-v5 .tvz-phs-nav a:hover,
body.tvz-v5 .tvz-phs-nav a.is-active,
body.tvz-v5 .tvz-phs-nav a[aria-current]{ color:var(--tvz-blue);border-bottom-color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-phs-card,
body.tvz-v5 .tvz-phs-section{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:22px;margin-bottom:16px; }
body.tvz-v5 .tvz-phs-section .tvz-kol-card,
body.tvz-v5 .tvz-phs-card .tvz-kol-card{ border-radius:var(--tvz-radius-md); }

/* ---------- 22) Djelatnik — novi profil (tvz-V5 override) ---------- */
body.tvz-v5 .tvz-v5-dj{ padding:24px 0 36px; }
body.tvz-v5 .tvz-v5-dj-bc, body.tvz-v5 .tvz-v5-dj-bc a, body.tvz-v5 .tvz-v5-dj-bc span{ color:var(--tvz-muted);font-size:.84rem; }
body.tvz-v5 .tvz-v5-dj-top{ display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start;margin-top:10px; }
@media (max-width:920px){ body.tvz-v5 .tvz-v5-dj-top{ grid-template-columns:1fr; } }
body.tvz-v5 .tvz-v5-dj-id{ display:grid;grid-template-columns:auto minmax(0,1fr);gap:22px;align-items:center; }
body.tvz-v5 .tvz-v5-dj-photo{ width:150px;height:180px;border-radius:var(--tvz-radius-lg);background:var(--tvz-blue-soft) center/cover no-repeat;display:flex;align-items:center;justify-content:center;color:var(--tvz-blue);font-weight:800;font-size:2.4rem;box-shadow:var(--tvz-shadow-sm);flex:0 0 auto; }
body.tvz-v5 .tvz-v5-dj-pre{ color:var(--tvz-muted);font-weight:700;font-size:.95rem; }
body.tvz-v5 .tvz-v5-dj-name{ margin:.1rem 0;font-weight:800;color:var(--tvz-ink);font-size:clamp(1.4rem,2.7vw,2.05rem);line-height:1.12;text-wrap:balance; }
body.tvz-v5 .tvz-v5-dj-zv{ margin:0;color:var(--tvz-text);font-weight:600; }
body.tvz-v5 .tvz-v5-dj-pod{ margin:.3rem 0 0;color:var(--tvz-text); }
body.tvz-v5 .tvz-v5-dj-contact{ list-style:none;margin:14px 0 0;padding:0;display:flex;flex-direction:column;gap:8px; }
body.tvz-v5 .tvz-v5-dj-contact li{ display:flex;align-items:center;gap:9px;color:var(--tvz-text); }
body.tvz-v5 .tvz-v5-dj-contact a{ color:var(--tvz-blue);text-decoration:none; }
body.tvz-v5 .tvz-v5-dj-contact li span{ width:18px;height:18px;color:var(--tvz-blue-accent);flex:0 0 auto; }
body.tvz-v5 .tvz-v5-dj-contact li span svg{ width:100%;height:100%; }
body.tvz-v5 .tvz-v5-dj-quick{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:16px; }
body.tvz-v5 .tvz-v5-dj-quick__head{ font-weight:800;color:var(--tvz-ink);margin-bottom:8px; }
body.tvz-v5 .tvz-v5-dj-quick a{ display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 4px;color:var(--tvz-blue);text-decoration:none;font-weight:700;border-bottom:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-dj-quick a:last-child{ border-bottom:0; }
body.tvz-v5 .tvz-v5-dj-quick a i{ width:16px;height:16px;color:var(--tvz-muted); } body.tvz-v5 .tvz-v5-dj-quick a i svg{ width:100%;height:100%; }

body.tvz-v5 .tvz-v5-dj-tabs{ display:flex;flex-wrap:wrap;gap:22px;margin:22px 0 4px;border-bottom:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-dj-tabs a{ padding:12px 2px;color:var(--tvz-muted);text-decoration:none;font-weight:700;border-bottom:3px solid transparent;margin-bottom:-1px; }
body.tvz-v5 .tvz-v5-dj-tabs a:hover{ color:var(--tvz-blue); }
body.tvz-v5 .tvz-v5-dj-tabs a.is-active{ color:var(--tvz-blue);border-bottom-color:var(--tvz-blue-accent); }

body.tvz-v5 .tvz-v5-dj-body{ display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start;margin-top:18px; }
@media (max-width:920px){ body.tvz-v5 .tvz-v5-dj-body{ grid-template-columns:1fr; } }
body.tvz-v5 .tvz-v5-dj-main{ display:flex;flex-direction:column;gap:18px;min-width:0; }
body.tvz-v5 .tvz-v5-dj-side{ display:flex;flex-direction:column;gap:18px; }
body.tvz-v5 .tvz-v5-dj-card{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:24px;scroll-margin-top:90px; }
body.tvz-v5 .tvz-v5-dj-card__head{ display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap; }
body.tvz-v5 .tvz-v5-dj-kol{ list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:8px; }
body.tvz-v5 .tvz-v5-dj-kol a{ display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);text-decoration:none;color:var(--tvz-blue);font-weight:700;transition:.12s; }
body.tvz-v5 .tvz-v5-dj-kol a:hover{ background:var(--tvz-blue-soft);border-color:#cfe0f6; }
body.tvz-v5 .tvz-v5-dj-kol b{ color:var(--tvz-blue);background:var(--tvz-blue-soft);border-radius:8px;padding:3px 9px;font-size:.8rem;white-space:nowrap; }
body.tvz-v5 .tvz-v5-dj-list{ list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:8px; }
body.tvz-v5 .tvz-v5-dj-list a{ color:var(--tvz-text);text-decoration:none;border-left:3px solid var(--tvz-border);padding-left:12px;display:block; }
body.tvz-v5 .tvz-v5-dj-list a:hover{ color:var(--tvz-blue);border-left-color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-dj-extra{ display:flex;flex-direction:column;gap:22px; }
body.tvz-v5 .tvz-v5-dj-extra h3{ margin:0 0 12px;color:var(--tvz-ink);font-weight:800; }
body.tvz-v5 .tvz-v5-dj-tags{ display:flex;flex-wrap:wrap;gap:8px; }
body.tvz-v5 .tvz-v5-dj-tags span{ background:var(--tvz-blue-soft);color:var(--tvz-blue);border-radius:999px;padding:6px 13px;font-weight:700;font-size:.85rem; }
body.tvz-v5 .tvz-v5-dj-act__grid{ display:grid;grid-template-columns:repeat(4,1fr);gap:12px; }
body.tvz-v5 .tvz-v5-dj-act__card{ display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);background:var(--tvz-surface-soft);color:var(--tvz-ink);text-decoration:none;font-weight:700;font-size:.9rem; }
body.tvz-v5 a.tvz-v5-dj-act__card:hover{ background:#fff;border-color:#cfe0f6;box-shadow:var(--tvz-shadow-sm); }
body.tvz-v5 .tvz-v5-dj-act__ico{ width:30px;height:30px;color:var(--tvz-blue-accent); } body.tvz-v5 .tvz-v5-dj-act__ico svg{ width:100%;height:100%; }
@media (max-width:680px){ body.tvz-v5 .tvz-v5-dj-act__grid{ grid-template-columns:repeat(2,1fr); } }

body.tvz-v5 .tvz-v5-dj-edu h3{ margin:0 0 14px;color:var(--tvz-ink);font-weight:800; }
body.tvz-v5 .tvz-v5-dj-edu__list{ list-style:none;margin:0;padding:0 0 0 18px;border-left:2px solid var(--tvz-border);display:flex;flex-direction:column;gap:16px; }
body.tvz-v5 .tvz-v5-dj-edu__list li{ position:relative; }
body.tvz-v5 .tvz-v5-dj-edu__list li::before{ content:"";position:absolute;left:-25px;top:4px;width:10px;height:10px;border-radius:50%;background:var(--tvz-blue-accent);box-shadow:0 0 0 3px var(--tvz-blue-soft); }
body.tvz-v5 .tvz-v5-dj-edu__per{ display:block;color:var(--tvz-muted);font-size:.78rem;font-weight:700; }
body.tvz-v5 .tvz-v5-dj-edu strong{ display:block;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-dj-edu__inst{ display:block;color:var(--tvz-muted);font-size:.86rem; }
body.tvz-v5 .tvz-v5-dj-kontakt{ background:linear-gradient(160deg,var(--tvz-blue),var(--tvz-blue-deep));color:#fff; }
body.tvz-v5 .tvz-v5-dj-kontakt__eyebrow{ font-weight:800;margin-bottom:8px; }
body.tvz-v5 .tvz-v5-dj-kontakt p{ color:rgba(255,255,255,.85);font-size:.9rem;margin:0 0 14px; }
body.tvz-v5 .tvz-v5-dj-kontakt ul{ list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px; }
body.tvz-v5 .tvz-v5-dj-kontakt li{ display:flex;align-items:center;gap:9px; }
body.tvz-v5 .tvz-v5-dj-kontakt li span{ width:18px;height:18px;color:#9cc0ef;flex:0 0 auto; } body.tvz-v5 .tvz-v5-dj-kontakt li span svg{ width:100%;height:100%; }
body.tvz-v5 .tvz-v5-dj-kontakt a{ color:#fff;text-decoration:none;word-break:break-all; }
body.tvz-v5 .tvz-v5-dj-kontakt__links{ display:flex;flex-wrap:wrap;gap:8px;margin-top:14px; }
body.tvz-v5 .tvz-v5-dj-kontakt__links a{ background:rgba(255,255,255,.14);border-radius:999px;padding:5px 12px;font-weight:700;font-size:.82rem; }
body.tvz-v5 .tvz-v5-dj-sluzbeno dl{ margin:10px 0 0;display:grid;grid-template-columns:1fr;gap:10px; }
body.tvz-v5 .tvz-v5-dj-sluzbeno dt{ color:var(--tvz-muted);font-size:.74rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700; }
body.tvz-v5 .tvz-v5-dj-sluzbeno dd{ margin:2px 0 0;color:var(--tvz-ink);font-weight:600; }
/* CRORIS-stil radova */
body.tvz-v5 .tvz-v5-dj-pubs__type{ margin:18px 0 8px;font-size:.95rem;font-weight:800;color:var(--tvz-ink);display:flex;align-items:center;gap:8px; }
body.tvz-v5 .tvz-v5-dj-pubs__type span{ font-size:.72rem;font-weight:700;color:var(--tvz-blue);background:var(--tvz-blue-soft);border-radius:999px;padding:2px 9px; }
body.tvz-v5 .tvz-v5-dj-pubs__list{ list-style:none;margin:0 0 6px;padding:0;display:flex;flex-direction:column;gap:12px;counter-reset:cite; }
body.tvz-v5 .tvz-v5-dj-cite{ position:relative;padding:0 0 12px 24px;border-bottom:1px solid var(--tvz-border);line-height:1.55;font-size:.92rem;color:var(--tvz-text); }
body.tvz-v5 .tvz-v5-dj-cite:last-child{ border-bottom:0;padding-bottom:0; }
body.tvz-v5 .tvz-v5-dj-cite::before{ counter-increment:cite;content:counter(cite)".";position:absolute;left:0;top:0;color:var(--tvz-muted);font-weight:700;font-size:.82rem; }
body.tvz-v5 .tvz-v5-dj-cite__a{ color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-dj-cite__t{ color:var(--tvz-blue);font-weight:700;text-decoration:none; }
body.tvz-v5 .tvz-v5-dj-cite__t:hover{ text-decoration:underline; }
body.tvz-v5 .tvz-v5-dj-cite__s{ color:var(--tvz-muted);font-style:italic; }
body.tvz-v5 .tvz-v5-dj-cite__doi{ color:var(--tvz-blue-accent);font-weight:600;text-decoration:none;font-size:.85rem;white-space:nowrap; }

/* ---------- 23) Međunarodna suradnja ---------- */
body.tvz-v5 .tvz-v5-ms-hero{ position:relative;background-color:var(--tvz-blue-deep);background-image:var(--bg);background-size:cover;background-position:center;color:#fff; }
body.tvz-v5 .tvz-v5-ms-hero__overlay{ position:absolute;inset:0;background:linear-gradient(100deg,rgba(6,29,57,.95) 0%,rgba(8,41,78,.8) 50%,rgba(8,41,78,.35) 100%); }
body.tvz-v5 .tvz-v5-ms-hero__inner{ position:relative;z-index:1;padding:30px 0 76px;max-width:760px; }
body.tvz-v5 .tvz-v5-ms-hero__bc, body.tvz-v5 .tvz-v5-ms-hero__bc a, body.tvz-v5 .tvz-v5-ms-hero__bc span{ color:rgba(255,255,255,.78) !important;margin-bottom:16px; }
body.tvz-v5 .tvz-v5-ms-hero__title{ margin:0;color:#fff;font-weight:800;font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.02; }
body.tvz-v5 .tvz-v5-ms-hero__lead{ margin:14px 0 0;color:rgba(255,255,255,.88);font-size:1.05rem;line-height:1.6; }
body.tvz-v5 .tvz-v5-ms-hero__cta{ display:flex;flex-wrap:wrap;gap:12px;margin-top:24px; }

body.tvz-v5 .tvz-v5-ms{ display:flex;flex-direction:column;gap:34px;padding:0 0 34px; }
body.tvz-v5 .tvz-v5-ms-stats{ display:grid;grid-template-columns:repeat(5,1fr);gap:0;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);margin-top:-48px;position:relative;z-index:2;overflow:hidden; }
body.tvz-v5 .tvz-v5-ms-stat{ display:flex;align-items:center;gap:12px;padding:20px;border-left:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-ms-stat:first-child{ border-left:0; }
body.tvz-v5 .tvz-v5-ms-stat__ico{ width:30px;height:30px;color:var(--tvz-blue-accent);flex:0 0 auto; } body.tvz-v5 .tvz-v5-ms-stat__ico svg{ width:100%;height:100%; }
body.tvz-v5 .tvz-v5-ms-stat strong{ display:block;font-size:1.5rem;font-weight:800;color:var(--tvz-ink);line-height:1; }
body.tvz-v5 .tvz-v5-ms-stat small{ color:var(--tvz-muted);font-size:.82rem; }
@media (max-width:1024px){ body.tvz-v5 .tvz-v5-ms-stats{ grid-template-columns:repeat(3,1fr);margin-top:24px; } body.tvz-v5 .tvz-v5-ms-stat:nth-child(4){ border-left:0; } }
@media (max-width:560px){ body.tvz-v5 .tvz-v5-ms-stats{ grid-template-columns:repeat(2,1fr); } }

body.tvz-v5 .tvz-v5-ms-head{ display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:12px; }
body.tvz-v5 .tvz-v5-ms-cols{ display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start; }
@media (max-width:1024px){ body.tvz-v5 .tvz-v5-ms-cols{ grid-template-columns:1fr; } }
body.tvz-v5 .tvz-v5-ms-opps__grid{ display:grid;grid-template-columns:repeat(2,1fr);gap:16px; }
@media (max-width:560px){ body.tvz-v5 .tvz-v5-ms-opps__grid{ grid-template-columns:1fr; } }
body.tvz-v5 .tvz-v5-ms-opp{ display:flex;flex-direction:column;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);overflow:hidden;box-shadow:var(--tvz-shadow-sm);text-decoration:none;color:var(--tvz-ink);transition:transform .16s,box-shadow .16s; }
body.tvz-v5 .tvz-v5-ms-opp:hover{ transform:translateY(-3px);box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-ms-opp__media{ aspect-ratio:16/9;background:var(--tvz-blue) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-ms-opp__b{ padding:16px;display:flex;flex-direction:column;gap:6px; }
body.tvz-v5 .tvz-v5-ms-opp__b strong{ font-size:1.05rem;font-weight:800; }
body.tvz-v5 .tvz-v5-ms-opp__desc{ color:var(--tvz-muted);font-size:.88rem;line-height:1.5; }
body.tvz-v5 .tvz-v5-ms-opp__more{ color:var(--tvz-blue-accent);font-weight:700;margin-top:2px; }

body.tvz-v5 .tvz-v5-ms-partners{ background:var(--tvz-surface-soft);border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);padding:20px; }
body.tvz-v5 .tvz-v5-ms-partners__grid{ display:grid;grid-template-columns:repeat(3,1fr);gap:10px; }
body.tvz-v5 .tvz-v5-ms-partner{ display:flex;align-items:center;justify-content:center;min-height:74px;padding:10px;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);text-decoration:none;color:var(--tvz-ink);font-size:.72rem;font-weight:700;text-align:center; }
body.tvz-v5 .tvz-v5-ms-partner img{ max-width:100%;max-height:46px;object-fit:contain; }
body.tvz-v5 .tvz-v5-ms-partner:hover{ border-color:#cfe0f6;box-shadow:var(--tvz-shadow-sm); }
body.tvz-v5 .tvz-v5-ms-partners__all{ display:inline-block;margin-top:14px; }

body.tvz-v5 .tvz-v5-ms-projects__grid{ display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:8px; }
@media (max-width:980px){ body.tvz-v5 .tvz-v5-ms-projects__grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:520px){ body.tvz-v5 .tvz-v5-ms-projects__grid{ grid-template-columns:1fr; } }
body.tvz-v5 .tvz-v5-ms-project{ display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);padding:16px;text-decoration:none;color:var(--tvz-ink);transition:.15s; }
body.tvz-v5 .tvz-v5-ms-project:hover{ box-shadow:var(--tvz-shadow-md);transform:translateY(-2px); }
body.tvz-v5 .tvz-v5-ms-project__logo{ width:44px;height:44px;flex:0 0 auto;border-radius:10px;background:var(--tvz-blue-soft) center/contain no-repeat;display:flex;align-items:center;justify-content:center;color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-ms-project__logo svg{ width:24px;height:24px; }
body.tvz-v5 .tvz-v5-ms-project__b strong{ display:block;font-weight:800; }
body.tvz-v5 .tvz-v5-ms-project__b span{ color:var(--tvz-muted);font-size:.85rem; }
body.tvz-v5 .tvz-v5-ms-sub__grid{ display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:8px; }
body.tvz-v5 .tvz-v5-ms-subcard{ display:flex;flex-direction:column;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);overflow:hidden;box-shadow:var(--tvz-shadow-sm);text-decoration:none;color:var(--tvz-ink);transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-ms-subcard:hover{ transform:translateY(-3px);box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-ms-subcard__img{ aspect-ratio:16/9;background:var(--tvz-blue) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-ms-subcard__b{ padding:16px;display:flex;flex-direction:column;gap:5px; }
body.tvz-v5 .tvz-v5-ms-subcard__lbl{ color:var(--tvz-blue-accent);font-weight:800;font-size:.66rem;text-transform:uppercase;letter-spacing:.06em; }
body.tvz-v5 .tvz-v5-ms-subcard__b strong{ font-weight:800;line-height:1.25; }
body.tvz-v5 .tvz-v5-ms-subcard__ex{ color:var(--tvz-muted);font-size:.86rem;line-height:1.45; }
body.tvz-v5 .tvz-v5-ms-subcard__more{ color:var(--tvz-blue-accent);font-weight:700;margin-top:2px; }

/* ---------- 24) Cjeloživotno obrazovanje (archive-tvz_program) ---------- */
body.tvz-v5 .tvz-v5-cjz{ background:var(--tvz-page); }
body.tvz-v5 .tvz-v5-cjz section{ scroll-margin-top:90px; }

/* hero */
body.tvz-v5 .tvz-v5-cjz-hero{ position:relative;background:var(--tvz-blue-deep) center/cover no-repeat;background-image:var(--cjz-hero);color:#fff;overflow:hidden; }
body.tvz-v5 .tvz-v5-cjz-hero__overlay{ position:absolute;inset:0;background:linear-gradient(100deg,rgba(6,29,57,.96) 0%,rgba(6,29,57,.78) 42%,rgba(8,41,78,.30) 100%); }
body.tvz-v5 .tvz-v5-cjz-hero__inner{ position:relative;max-width:1240px;margin:0 auto;padding:34px 24px 56px;max-width:760px;margin-left:max(24px,calc(50% - 620px)); }
body.tvz-v5 .tvz-v5-cjz-bc{ display:flex;gap:8px;align-items:center;font-size:.84rem;color:#b9cce6;margin-bottom:26px; }
body.tvz-v5 .tvz-v5-cjz-bc a{ color:#b9cce6;text-decoration:none; }
body.tvz-v5 .tvz-v5-cjz-bc a:hover{ color:#fff;text-decoration:underline; }
body.tvz-v5 .tvz-v5-cjz-hero__title{ font-size:clamp(2.4rem,5vw,3.5rem);line-height:1.05;font-weight:800;margin:0 0 18px; }
body.tvz-v5 .tvz-v5-cjz-hero__lead{ font-size:1.06rem;line-height:1.6;color:#dbe6f5;max-width:560px;margin:0 0 26px; }
body.tvz-v5 .tvz-v5-cjz-hero__cta{ display:flex;flex-wrap:wrap;gap:14px; }

/* gumbi (lokalni, da ne ovise o roditelju) */
body.tvz-v5 .tvz-v5-btn{ display:inline-flex;align-items:center;gap:8px;padding:13px 22px;border-radius:var(--tvz-radius-sm);font-weight:700;font-size:.95rem;text-decoration:none;border:2px solid transparent;transition:transform .15s,box-shadow .15s,background .15s; }
body.tvz-v5 .tvz-v5-btn--sm{ padding:10px 16px;font-size:.88rem; }
body.tvz-v5 .tvz-v5-btn--primary{ background:var(--tvz-blue-accent);color:#fff;border-color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-btn--primary:hover{ transform:translateY(-2px);box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-btn--ghost{ background:transparent;color:#fff;border-color:rgba(255,255,255,.55); }
body.tvz-v5 .tvz-v5-btn--ghost:hover{ background:rgba(255,255,255,.12); }

/* feature bar */
body.tvz-v5 .tvz-v5-cjz-feat{ max-width:1240px;margin:-34px auto 0;padding:0 24px;position:relative;z-index:3; }
body.tvz-v5 .tvz-v5-cjz-feat__row{ display:grid;grid-template-columns:repeat(5,1fr);gap:8px;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-md);padding:22px 18px; }
body.tvz-v5 .tvz-v5-cjz-feat__item{ display:flex;gap:12px;align-items:flex-start;padding:4px 12px;border-right:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-cjz-feat__item:last-child{ border-right:0; }
body.tvz-v5 .tvz-v5-cjz-feat__item svg{ width:30px;height:30px;color:var(--tvz-blue-accent);flex:0 0 auto;margin-top:2px; }
body.tvz-v5 .tvz-v5-cjz-feat__item strong{ display:block;font-weight:800;font-size:.95rem;color:var(--tvz-ink);line-height:1.2; }
body.tvz-v5 .tvz-v5-cjz-feat__item span{ display:block;font-size:.82rem;color:var(--tvz-muted);line-height:1.35;margin-top:3px; }

/* tijelo: glavni + sidebar */
body.tvz-v5 .tvz-v5-cjz-body{ max-width:1240px;margin:46px auto 0;padding:0 24px;display:grid;grid-template-columns:1fr 320px;gap:30px;align-items:start; }
body.tvz-v5 .tvz-v5-cjz-head{ display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:20px;flex-wrap:wrap; }
body.tvz-v5 .tvz-v5-cjz-head h2{ font-size:clamp(1.5rem,2.6vw,2rem);font-weight:800;color:var(--tvz-ink);margin:0; }
body.tvz-v5 .tvz-v5-cjz-head__link{ color:var(--tvz-blue-accent);font-weight:700;text-decoration:none;font-size:.92rem;white-space:nowrap; }
body.tvz-v5 .tvz-v5-cjz-head__link:hover{ text-decoration:underline; }

/* područja — kartice */
body.tvz-v5 .tvz-v5-cjz-areas{ display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px; }
body.tvz-v5 .tvz-v5-cjz-area{ display:flex;flex-direction:column;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);overflow:hidden;box-shadow:var(--tvz-shadow-sm);text-decoration:none;color:var(--tvz-ink);transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-cjz-area:hover{ transform:translateY(-4px);box-shadow:var(--tvz-shadow-lg); }
body.tvz-v5 .tvz-v5-cjz-area__img{ aspect-ratio:16/10;background:var(--tvz-blue-deep) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-cjz-area__b{ padding:16px 16px 18px;display:flex;flex-direction:column;gap:8px;flex:1; }
body.tvz-v5 .tvz-v5-cjz-area__b strong{ font-weight:800;font-size:1.02rem;line-height:1.25; }
body.tvz-v5 .tvz-v5-cjz-area__b em{ font-style:normal;color:var(--tvz-muted);font-size:.86rem;line-height:1.5;flex:1; }
body.tvz-v5 .tvz-v5-cjz-area__more{ color:var(--tvz-blue-accent);font-weight:700;font-size:.86rem;margin-top:2px; }

/* sidebar — za tvrtke */
body.tvz-v5 .tvz-v5-cjz-aside{ position:sticky;top:90px;display:flex;flex-direction:column;gap:18px; }
body.tvz-v5 .tvz-v5-cjz-card{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:24px; }
body.tvz-v5 .tvz-v5-cjz-card--company h2{ font-size:1.2rem;font-weight:800;color:var(--tvz-ink);margin:0 0 8px; }
body.tvz-v5 .tvz-v5-cjz-card--company p{ color:var(--tvz-muted);font-size:.9rem;line-height:1.55;margin:0 0 16px; }
body.tvz-v5 .tvz-v5-cjz-check{ list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:11px; }
body.tvz-v5 .tvz-v5-cjz-check li{ display:flex;gap:10px;align-items:center;font-size:.92rem;color:var(--tvz-ink);font-weight:600; }
body.tvz-v5 .tvz-v5-cjz-check svg{ width:18px;height:18px;color:var(--tvz-green);flex:0 0 auto; }

/* istaknuti programi */
body.tvz-v5 .tvz-v5-cjz-progs{ margin-top:52px;padding:44px 0 8px; }
body.tvz-v5 .tvz-v5-cjz-progs__inner{ max-width:1240px;margin:0 auto;padding:0 24px; }
body.tvz-v5 .tvz-v5-cjz-prog-grid{ display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px; }
body.tvz-v5 .tvz-v5-cjz-prog{ position:relative;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);padding:34px 18px 18px;display:flex;flex-direction:column;gap:12px;transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-cjz-prog:hover{ transform:translateY(-3px);box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-cjz-prog__badge{ position:absolute;top:14px;left:18px;font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:3px 9px;border-radius:999px; }
body.tvz-v5 .tvz-v5-cjz-prog__badge.is-new{ background:#dcfce7;color:#166534; }
body.tvz-v5 .tvz-v5-cjz-prog__badge.is-pop{ background:#dbeafe;color:#1d4ed8; }
body.tvz-v5 .tvz-v5-cjz-prog__title{ margin:0;font-size:1.04rem;font-weight:800;line-height:1.3; }
body.tvz-v5 .tvz-v5-cjz-prog__title a{ color:var(--tvz-ink);text-decoration:none; }
body.tvz-v5 .tvz-v5-cjz-prog__title a:hover{ color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-cjz-prog__meta{ display:flex;flex-wrap:wrap;gap:14px;margin-top:auto; }
body.tvz-v5 .tvz-v5-cjz-prog__meta span{ display:inline-flex;align-items:center;gap:6px;color:var(--tvz-muted);font-size:.85rem; }
body.tvz-v5 .tvz-v5-cjz-prog__meta svg{ width:16px;height:16px;color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-cjz-prog__more{ color:var(--tvz-blue-accent);font-weight:700;font-size:.86rem;text-decoration:none; }
body.tvz-v5 .tvz-v5-cjz-prog__more:hover{ text-decoration:underline; }
body.tvz-v5 .tvz-v5-cjz-empty{ color:var(--tvz-muted);font-size:.95rem; }

/* kontakt — tamna kartica */
body.tvz-v5 .tvz-v5-cjz-contact{ max-width:1240px;margin:40px auto 56px;padding:0 24px; }
body.tvz-v5 .tvz-v5-cjz-contact__card{ background:linear-gradient(120deg,var(--tvz-blue-deep),var(--tvz-blue-dark));border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-md);padding:34px 32px;color:#fff; }
body.tvz-v5 .tvz-v5-cjz-contact__txt h2{ font-size:1.5rem;font-weight:800;margin:0 0 8px; }
body.tvz-v5 .tvz-v5-cjz-contact__txt p{ color:#cfdcee;margin:0 0 18px;max-width:520px; }
body.tvz-v5 .tvz-v5-cjz-contact__list{ list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:14px 34px; }
body.tvz-v5 .tvz-v5-cjz-contact__list li{ display:flex;gap:10px;align-items:center;font-size:.96rem; }
body.tvz-v5 .tvz-v5-cjz-contact__list svg{ width:20px;height:20px;color:#7fb0ef;flex:0 0 auto; }
body.tvz-v5 .tvz-v5-cjz-contact__list a{ color:#fff;text-decoration:none; }
body.tvz-v5 .tvz-v5-cjz-contact__list a:hover{ text-decoration:underline; }

/* responsive */
@media (max-width:1024px){
  body.tvz-v5 .tvz-v5-cjz-feat__row{ grid-template-columns:repeat(2,1fr);row-gap:18px; }
  body.tvz-v5 .tvz-v5-cjz-feat__item:nth-child(2n){ border-right:0; }
  body.tvz-v5 .tvz-v5-cjz-body{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-cjz-aside{ position:static; }
}
@media (max-width:640px){
  body.tvz-v5 .tvz-v5-cjz-feat__row{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-cjz-feat__item{ border-right:0;border-bottom:1px solid var(--tvz-border);padding-bottom:14px; }
  body.tvz-v5 .tvz-v5-cjz-feat__item:last-child{ border-bottom:0; }
  body.tvz-v5 .tvz-v5-cjz-hero__inner{ padding-bottom:46px; }
}

/* ---------- 25) Cjeloživotno — katalog/platforma (archive-tvz_program v2) ---------- */
body.tvz-v5 .tvz-v5-edu{ background:var(--tvz-page); }
body.tvz-v5 .tvz-v5-edu section{ scroll-margin-top:84px; }
body.tvz-v5 .tvz-v5-edu-wrap{ max-width:1240px;margin:0 auto;padding:0 24px; }
body.tvz-v5 .tvz-v5-edu-h2{ font-size:clamp(1.5rem,2.6vw,2rem);font-weight:800;color:var(--tvz-ink);margin:0 0 4px; }
body.tvz-v5 .tvz-v5-edu-sub{ color:var(--tvz-muted);font-size:.95rem;margin:6px 0 0; }
body.tvz-v5 .tvz-v5-btn--soft{ background:#fff;color:var(--tvz-blue-accent);border:1px solid var(--tvz-border);box-shadow:var(--tvz-shadow-sm); }
body.tvz-v5 .tvz-v5-btn--soft:hover{ border-color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-btn--light{ background:#fff;color:var(--tvz-blue);font-weight:800; }
body.tvz-v5 .tvz-v5-btn--light:hover{ transform:translateY(-2px);box-shadow:var(--tvz-shadow-md); }

/* hero */
body.tvz-v5 .tvz-v5-edu-hero{ position:relative;background:var(--tvz-blue-deep) center/cover no-repeat;background-image:var(--edu-hero);color:#fff;overflow:hidden; }
body.tvz-v5 .tvz-v5-edu-hero__overlay{ position:absolute;inset:0;background:linear-gradient(100deg,rgba(6,29,57,.96),rgba(6,29,57,.72) 46%,rgba(8,41,78,.28)); }
body.tvz-v5 .tvz-v5-edu-hero__inner{ position:relative;max-width:1240px;margin:0 auto;padding:56px 24px 64px; }
body.tvz-v5 .tvz-v5-edu-hero__title{ font-size:clamp(2.4rem,5.4vw,3.7rem);line-height:1.04;font-weight:800;margin:0 0 18px; }
body.tvz-v5 .tvz-v5-edu-hero__title span{ color:#3b82f6; }
body.tvz-v5 .tvz-v5-edu-hero__lead{ font-size:1.05rem;line-height:1.6;color:#dbe6f5;max-width:540px;margin:0 0 26px; }
body.tvz-v5 .tvz-v5-edu-hero__cta{ display:flex;flex-wrap:wrap;gap:12px; }

/* kako želiš učiti */
body.tvz-v5 .tvz-v5-edu-paths-sel{ padding:46px 0 8px; }
body.tvz-v5 .tvz-v5-edu-choice{ display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px; }
body.tvz-v5 .tvz-v5-edu-choice__card{ display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:24px;text-decoration:none;color:var(--tvz-ink);transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-edu-choice__card:hover{ transform:translateY(-4px);box-shadow:var(--tvz-shadow-lg); }
body.tvz-v5 .tvz-v5-edu-choice__ic{ flex:0 0 auto;width:54px;height:54px;border-radius:14px;display:grid;place-items:center;background:var(--tvz-blue-accent);color:#fff; }
body.tvz-v5 .tvz-v5-edu-choice__ic svg{ width:28px;height:28px; }
body.tvz-v5 .tvz-v5-edu-choice__b{ display:flex;flex-direction:column;gap:3px; }
body.tvz-v5 .tvz-v5-edu-choice__b strong{ font-size:1.18rem;font-weight:800; }
body.tvz-v5 .tvz-v5-edu-choice__b em{ font-style:normal;color:var(--tvz-muted);font-size:.9rem; }
body.tvz-v5 .tvz-v5-edu-choice__more{ color:var(--tvz-blue-accent);font-weight:700;font-size:.88rem;margin-top:8px; }

/* katalog */
body.tvz-v5 .tvz-v5-edu-cat{ padding:44px 0 8px; }
body.tvz-v5 .tvz-v5-edu-cat__top{ display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-bottom:22px; }
body.tvz-v5 .tvz-v5-edu-cat__top .tvz-v5-edu-h2{ margin:0;flex:0 0 auto; }
body.tvz-v5 .tvz-v5-edu-cat__search{ position:relative;flex:1 1 320px;min-width:240px; }
body.tvz-v5 .tvz-v5-edu-cat__search svg{ position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-edu-cat__search input{ width:100%;padding:12px 14px 12px 42px;border:1px solid var(--tvz-border);border-radius:999px;font-size:.95rem;background:#fff; }
body.tvz-v5 .tvz-v5-edu-cat__search input:focus{ outline:2px solid var(--tvz-blue-accent);outline-offset:1px; }
body.tvz-v5 .tvz-v5-edu-cat__view{ display:flex;gap:6px;background:#fff;border:1px solid var(--tvz-border);border-radius:999px;padding:4px; }
body.tvz-v5 .tvz-v5-edu-cat__view button{ border:0;background:transparent;padding:8px 14px;border-radius:999px;font-weight:700;font-size:.86rem;color:var(--tvz-muted);cursor:pointer; }
body.tvz-v5 .tvz-v5-edu-cat__view button.is-active{ background:var(--tvz-blue-soft);color:var(--tvz-blue); }
body.tvz-v5 .tvz-v5-edu-cat__layout{ display:grid;grid-template-columns:248px 1fr;gap:26px;align-items:start; }

/* filtri */
body.tvz-v5 .tvz-v5-edu-filters{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:10px 6px;position:sticky;top:84px; }
body.tvz-v5 .tvz-v5-edu-fg{ border-bottom:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-edu-fg:last-of-type{ border-bottom:0; }
body.tvz-v5 .tvz-v5-edu-fg>summary{ list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:13px 14px;font-weight:700;color:var(--tvz-ink);font-size:.95rem; }
body.tvz-v5 .tvz-v5-edu-fg>summary::-webkit-details-marker{ display:none; }
body.tvz-v5 .tvz-v5-edu-fg__chev{ transition:transform .2s;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-edu-fg[open] .tvz-v5-edu-fg__chev{ transform:rotate(180deg); }
body.tvz-v5 .tvz-v5-edu-fg__opts{ display:flex;flex-direction:column;gap:4px;padding:0 14px 12px; }
body.tvz-v5 .tvz-v5-edu-chk{ display:flex;gap:9px;align-items:center;font-size:.9rem;color:var(--tvz-ink);cursor:pointer;padding:3px 0; }
body.tvz-v5 .tvz-v5-edu-chk input{ width:16px;height:16px;accent-color:var(--tvz-blue-accent);flex:0 0 auto; }
body.tvz-v5 .tvz-v5-edu-reset{ width:calc(100% - 12px);margin:8px 6px 6px;border:0;background:transparent;color:var(--tvz-blue-accent);font-weight:700;font-size:.88rem;cursor:pointer;text-align:left;padding:6px 8px; }

/* rezultati */
body.tvz-v5 .tvz-v5-edu-chips{ display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px; }
body.tvz-v5 .tvz-v5-edu-chip{ display:inline-flex;align-items:center;gap:6px;background:var(--tvz-blue-soft);color:var(--tvz-blue);border:0;border-radius:999px;padding:6px 12px;font-size:.82rem;font-weight:700;cursor:pointer; }
body.tvz-v5 .tvz-v5-edu-chip--clear{ background:transparent;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-edu-count{ color:var(--tvz-muted);font-size:.86rem;margin:2px 0 14px;text-align:right; }
body.tvz-v5 .tvz-v5-edu-grid{ display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px; }
body.tvz-v5 .tvz-v5-edu-card{ display:flex;flex-direction:column;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);overflow:hidden;box-shadow:var(--tvz-shadow-sm);transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-edu-card:hover{ transform:translateY(-4px);box-shadow:var(--tvz-shadow-lg); }
body.tvz-v5 .tvz-v5-edu-card__img{ display:block;aspect-ratio:16/10;background:var(--tvz-blue-deep) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-edu-card__b{ padding:14px 15px 16px;display:flex;flex-direction:column;gap:8px;flex:1; }
body.tvz-v5 .tvz-v5-edu-card__tag{ align-self:flex-start;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:3px 8px;border-radius:5px;background:var(--tvz-blue-soft);color:var(--tvz-blue); }
body.tvz-v5 .tvz-v5-edu-card__tag.tag-netakademija{ background:#ede9fe;color:#6d28d9; }
body.tvz-v5 .tvz-v5-edu-card__tag.tag-vaucer{ background:#dcfce7;color:#166534; }
body.tvz-v5 .tvz-v5-edu-card__tag.tag-mikro{ background:#fef3c7;color:#92400e; }
body.tvz-v5 .tvz-v5-edu-card__title{ margin:0;font-size:1.02rem;font-weight:800;line-height:1.28; }
body.tvz-v5 .tvz-v5-edu-card__title a{ color:var(--tvz-ink);text-decoration:none; }
body.tvz-v5 .tvz-v5-edu-card__title a:hover{ color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-edu-card__meta{ display:flex;flex-wrap:wrap;gap:12px; }
body.tvz-v5 .tvz-v5-edu-card__meta span{ display:inline-flex;align-items:center;gap:5px;color:var(--tvz-muted);font-size:.82rem; }
body.tvz-v5 .tvz-v5-edu-card__meta svg{ width:15px;height:15px;color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-edu-card__start{ font-size:.82rem;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-edu-card__cert{ font-size:.8rem;color:var(--tvz-green);font-weight:700; }
body.tvz-v5 .tvz-v5-edu-card__more{ margin-top:auto;color:var(--tvz-blue-accent);font-weight:700;font-size:.86rem;text-decoration:none;padding-top:4px; }
body.tvz-v5 .tvz-v5-edu-card__more:hover{ text-decoration:underline; }
body.tvz-v5 .tvz-v5-edu-empty{ grid-column:1/-1;color:var(--tvz-muted);padding:20px 0; }
body.tvz-v5 .tvz-v5-edu-more{ text-align:center;margin-top:24px; }

/* tablični prikaz */
body.tvz-v5 .tvz-v5-edu-grid.is-table{ display:block; }
body.tvz-v5 .tvz-v5-edu-grid.is-table .tvz-v5-edu-card{ flex-direction:row;align-items:center;margin-bottom:10px;border-radius:var(--tvz-radius-sm); }
body.tvz-v5 .tvz-v5-edu-grid.is-table .tvz-v5-edu-card__img{ width:120px;flex:0 0 120px;aspect-ratio:16/10; }
body.tvz-v5 .tvz-v5-edu-grid.is-table .tvz-v5-edu-card__b{ flex-direction:row;align-items:center;flex-wrap:wrap;gap:14px; }
body.tvz-v5 .tvz-v5-edu-grid.is-table .tvz-v5-edu-card__title{ flex:1 1 240px; }
body.tvz-v5 .tvz-v5-edu-grid.is-table .tvz-v5-edu-card__more{ margin:0; }
body.tvz-v5 .tvz-v5-edu-grid.is-table .tvz-v5-edu-empty{ display:block; }

/* karijerni putevi */
body.tvz-v5 .tvz-v5-edu-career{ padding:48px 0 8px; }
body.tvz-v5 .tvz-v5-edu-path{ display:flex;flex-wrap:wrap;align-items:stretch;gap:8px;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:20px;margin-top:16px; }
body.tvz-v5 .tvz-v5-edu-step{ flex:1 1 150px;min-width:130px;display:flex;flex-direction:column;gap:3px;padding:14px;border-radius:var(--tvz-radius-sm);background:var(--tvz-surface-soft);border-left:4px solid var(--pc,#2563eb); }
body.tvz-v5 .tvz-v5-edu-step strong{ font-weight:800;color:var(--tvz-ink);font-size:.95rem; }
body.tvz-v5 .tvz-v5-edu-step span{ color:var(--tvz-muted);font-size:.82rem; }
body.tvz-v5 a.tvz-v5-edu-step--prog{ text-decoration:none;transition:transform .12s,box-shadow .12s; }
body.tvz-v5 a.tvz-v5-edu-step--prog:hover{ transform:translateY(-2px);box-shadow:var(--tvz-shadow-sm); }
body.tvz-v5 a.tvz-v5-edu-step--prog:hover strong{ color:var(--pc,var(--tvz-blue-accent)); }
body.tvz-v5 .tvz-v5-edu-step__arr{ align-self:center;color:var(--pc,#2563eb);font-weight:800;font-size:1.2rem; }

/* za tvrtke + netakademija */
body.tvz-v5 .tvz-v5-edu-duo{ padding:48px 0 8px; }
body.tvz-v5 .tvz-v5-edu-duo__grid{ display:grid;grid-template-columns:1fr 1fr;gap:22px; }
body.tvz-v5 .tvz-v5-edu-panel{ border-radius:var(--tvz-radius-lg);overflow:hidden;box-shadow:var(--tvz-shadow-md);display:flex; }
body.tvz-v5 .tvz-v5-edu-panel--biz{ background:#fff;border:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-edu-panel--biz .tvz-v5-edu-panel__txt{ padding:30px;flex:1; }
body.tvz-v5 .tvz-v5-edu-panel--biz h2{ font-size:1.4rem;font-weight:800;color:var(--tvz-ink);margin:0 0 8px; }
body.tvz-v5 .tvz-v5-edu-panel--biz p{ color:var(--tvz-muted);font-size:.92rem;line-height:1.55;margin:0 0 16px; }
body.tvz-v5 .tvz-v5-edu-panel__img{ flex:0 0 38%;background:var(--tvz-blue-deep) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-edu-panel--net{ background:linear-gradient(135deg,var(--tvz-blue-deep),var(--tvz-blue-dark));color:#fff; }
body.tvz-v5 .tvz-v5-edu-panel--net .tvz-v5-edu-panel__txt{ padding:30px; }
body.tvz-v5 .tvz-v5-edu-net__brand{ display:inline-block;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:10px; }
body.tvz-v5 .tvz-v5-edu-panel--net p{ color:#cfdcee;font-size:.95rem;line-height:1.55;margin:0 0 18px;max-width:420px; }
body.tvz-v5 .tvz-v5-edu-net__stats{ display:flex;gap:28px;margin-bottom:20px; }
body.tvz-v5 .tvz-v5-edu-net__stats strong{ display:block;font-size:1.7rem;font-weight:800;color:#fff;line-height:1; }
body.tvz-v5 .tvz-v5-edu-net__stats span{ color:#9db8da;font-size:.8rem; }

/* predavači */
body.tvz-v5 .tvz-v5-edu-lect{ padding:48px 0 8px; }
body.tvz-v5 .tvz-v5-edu-lect__grid{ display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:18px;margin-top:18px; }
body.tvz-v5 .tvz-v5-edu-lect__card{ display:flex;flex-direction:column;gap:6px;text-decoration:none;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-edu-lect__ph{ aspect-ratio:1/1;border-radius:var(--tvz-radius-md);background:var(--tvz-blue-soft) center/cover no-repeat;margin-bottom:6px; }
body.tvz-v5 .tvz-v5-edu-lect__card strong{ font-weight:800;font-size:.95rem; }
body.tvz-v5 .tvz-v5-edu-lect__card:hover strong{ color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-edu-lect__card em{ font-style:normal;color:var(--tvz-muted);font-size:.82rem; }

/* CTA traka */
body.tvz-v5 .tvz-v5-edu-cta{ padding:44px 0 8px; }
body.tvz-v5 .tvz-v5-edu-cta__row{ background:var(--tvz-blue-accent);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-md);padding:30px 34px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#fff; }
body.tvz-v5 .tvz-v5-edu-cta__row h2{ font-size:1.4rem;font-weight:800;margin:0 0 4px; }
body.tvz-v5 .tvz-v5-edu-cta__row p{ margin:0;color:#dbe9ff; }

/* donja traka prednosti */
body.tvz-v5 .tvz-v5-edu-feat{ padding:40px 0 56px; }
body.tvz-v5 .tvz-v5-edu-feat__row{ display:grid;grid-template-columns:repeat(4,1fr);gap:24px; }
body.tvz-v5 .tvz-v5-edu-feat__item{ display:flex;gap:12px;align-items:flex-start; }
body.tvz-v5 .tvz-v5-edu-feat__item svg{ width:30px;height:30px;color:var(--tvz-blue-accent);flex:0 0 auto;margin-top:2px; }
body.tvz-v5 .tvz-v5-edu-feat__item strong{ display:block;font-weight:800;color:var(--tvz-ink);font-size:.95rem; }
body.tvz-v5 .tvz-v5-edu-feat__item span{ display:block;color:var(--tvz-muted);font-size:.82rem;margin-top:2px; }

/* responsive */
@media (max-width:1024px){
  body.tvz-v5 .tvz-v5-edu-choice{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-edu-cat__layout{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-edu-filters{ position:static; }
  body.tvz-v5 .tvz-v5-edu-duo__grid{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-edu-feat__row{ grid-template-columns:repeat(2,1fr);row-gap:22px; }
}
@media (max-width:640px){
  body.tvz-v5 .tvz-v5-edu-panel--biz{ flex-direction:column; }
  body.tvz-v5 .tvz-v5-edu-panel__img{ flex-basis:160px; }
  body.tvz-v5 .tvz-v5-edu-feat__row{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-edu-net__stats{ gap:18px; }
}

/* vezane podstranice ureda */
body.tvz-v5 .tvz-v5-edu-rel{ padding:48px 0 8px; }
body.tvz-v5 .tvz-v5-edu-rel__grid{ display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px;margin-top:18px; }
body.tvz-v5 .tvz-v5-edu-rel__card{ display:flex;flex-direction:column;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);overflow:hidden;box-shadow:var(--tvz-shadow-sm);text-decoration:none;color:var(--tvz-ink);transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-edu-rel__card:hover{ transform:translateY(-3px);box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-edu-rel__img{ aspect-ratio:16/9;background:var(--tvz-blue-deep) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-edu-rel__b{ padding:16px;display:flex;flex-direction:column;gap:5px; }
body.tvz-v5 .tvz-v5-edu-rel__lbl{ color:var(--tvz-blue-accent);font-weight:800;font-size:.66rem;text-transform:uppercase;letter-spacing:.06em; }
body.tvz-v5 .tvz-v5-edu-rel__b strong{ font-weight:800;line-height:1.25; }
body.tvz-v5 .tvz-v5-edu-rel__more{ color:var(--tvz-blue-accent);font-weight:700;font-size:.86rem;margin-top:2px; }

/* ---------- 26) Pojedina edukacija (single tvz_program) ---------- */
body.tvz-v5 .tvz-v5-prog{ background:var(--tvz-page); }
body.tvz-v5 .tvz-v5-prog section{ scroll-margin-top:84px; }

/* hero */
body.tvz-v5 .tvz-v5-prog-hero{ position:relative;background:var(--tvz-blue-deep) center/cover no-repeat;background-image:var(--prog-hero);color:#fff;overflow:hidden; }
body.tvz-v5 .tvz-v5-prog-hero__overlay{ position:absolute;inset:0;background:linear-gradient(100deg,rgba(6,29,57,.96),rgba(6,29,57,.80) 50%,rgba(8,41,78,.42)); }
body.tvz-v5 .tvz-v5-prog-hero__inner{ position:relative;max-width:1240px;margin:0 auto;padding:30px 24px 48px; }
body.tvz-v5 .tvz-v5-prog-bc{ display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:.84rem;color:#b9cce6;margin-bottom:20px; }
body.tvz-v5 .tvz-v5-prog-bc a{ color:#b9cce6;text-decoration:none; }
body.tvz-v5 .tvz-v5-prog-bc a:hover{ color:#fff;text-decoration:underline; }
body.tvz-v5 .tvz-v5-prog-hero__tag{ display:inline-block;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:4px 11px;border-radius:6px;margin-bottom:12px;background:rgba(255,255,255,.16);color:#fff; }
body.tvz-v5 .tvz-v5-prog-hero__tag.is-vaucer{ background:#16a34a; }
body.tvz-v5 .tvz-v5-prog-hero__tag.is-net{ background:#7c3aed; }
body.tvz-v5 .tvz-v5-prog-hero__tag.is-strucni{ background:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-prog-hero__title{ font-size:clamp(1.9rem,4vw,2.9rem);line-height:1.1;font-weight:800;margin:0 0 14px;max-width:18ch; }
body.tvz-v5 .tvz-v5-prog-hero__lead{ font-size:1.04rem;line-height:1.6;color:#dbe6f5;max-width:60ch;margin:0 0 22px; }
body.tvz-v5 .tvz-v5-prog-hero__meta{ list-style:none;display:flex;flex-wrap:wrap;gap:10px 28px;margin:0 0 26px;padding:0; }
body.tvz-v5 .tvz-v5-prog-hero__meta li{ display:flex;flex-direction:column;gap:2px; }
body.tvz-v5 .tvz-v5-prog-hero__meta span{ font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:#9db8da; }
body.tvz-v5 .tvz-v5-prog-hero__meta strong{ font-size:1.05rem;font-weight:800;color:#fff; }
body.tvz-v5 .tvz-v5-prog-hero__cta{ display:flex;flex-wrap:wrap;gap:12px; }

/* tijelo */
body.tvz-v5 .tvz-v5-prog-body{ max-width:1240px;margin:40px auto 0;padding:0 24px;display:grid;grid-template-columns:1fr 330px;gap:30px;align-items:start; }
body.tvz-v5 .tvz-v5-prog-main{ display:flex;flex-direction:column;gap:20px;min-width:0; }
body.tvz-v5 .tvz-v5-prog-card{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:28px 30px; }
body.tvz-v5 .tvz-v5-prog-card--cert{ background:var(--tvz-surface-soft);border-color:#d7e6d9; }
body.tvz-v5 .tvz-v5-prog-eyebrow{ display:block;color:var(--tvz-blue-accent);font-weight:800;font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;margin-bottom:6px; }
body.tvz-v5 .tvz-v5-prog-card h2{ font-size:1.35rem;font-weight:800;color:var(--tvz-ink);margin:0 0 14px; }
body.tvz-v5 .tvz-v5-prog-rt{ color:var(--tvz-ink);line-height:1.7;font-size:.97rem; }
body.tvz-v5 .tvz-v5-prog-rt p{ margin:0 0 12px; }
body.tvz-v5 .tvz-v5-prog-rt ul,
body.tvz-v5 .tvz-v5-prog-rt ol{ margin:0 0 12px;padding-left:1.3em; }
body.tvz-v5 .tvz-v5-prog-rt li{ margin:0 0 7px; }
body.tvz-v5 .tvz-v5-prog-rt h3,
body.tvz-v5 .tvz-v5-prog-rt h4{ font-weight:800;color:var(--tvz-ink);margin:18px 0 8px;font-size:1.05rem; }
body.tvz-v5 .tvz-v5-prog-rt--check ul{ list-style:none;padding-left:0; }
body.tvz-v5 .tvz-v5-prog-rt--check li{ position:relative;padding-left:28px; }
body.tvz-v5 .tvz-v5-prog-rt--check li::before{ content:"✓";position:absolute;left:0;top:0;color:var(--tvz-green);font-weight:800; }

/* sidebar */
body.tvz-v5 .tvz-v5-prog-stick{ position:sticky;top:84px;display:flex;flex-direction:column;gap:16px; }
body.tvz-v5 .tvz-v5-prog-side-card{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:20px 22px; }
body.tvz-v5 .tvz-v5-prog-side-card--terms{ border-top:3px solid var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-prog-side-card h3{ font-size:1.1rem;font-weight:800;color:var(--tvz-ink);margin:0 0 12px; }
body.tvz-v5 .tvz-v5-prog-termin{ display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:11px 0;border-top:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-prog-termin:first-of-type{ border-top:0; }
body.tvz-v5 .tvz-v5-prog-termin__date{ font-weight:800;color:var(--tvz-ink);font-size:.95rem; }
body.tvz-v5 .tvz-v5-prog-termin__cap{ font-size:.74rem;font-weight:700;color:var(--tvz-muted);background:var(--tvz-surface-soft);border-radius:999px;padding:2px 9px; }
body.tvz-v5 .tvz-v5-prog-termin__btn{ margin-left:auto;display:inline-flex;align-items:center;gap:6px;background:var(--tvz-blue-accent);color:#fff;font-weight:700;font-size:.84rem;text-decoration:none;padding:8px 14px;border-radius:var(--tvz-radius-sm);transition:transform .12s; }
body.tvz-v5 .tvz-v5-prog-termin__btn:hover{ transform:translateY(-1px); }
body.tvz-v5 .tvz-v5-prog-termin__full{ margin-left:auto;color:var(--tvz-muted);font-size:.82rem;font-weight:700; }
body.tvz-v5 .tvz-v5-prog-empty{ color:var(--tvz-muted);font-size:.9rem;margin:0; }
body.tvz-v5 .tvz-v5-prog-facts{ margin:0;display:flex;flex-direction:column;gap:0; }
body.tvz-v5 .tvz-v5-prog-facts div{ display:flex;justify-content:space-between;gap:14px;padding:9px 0;border-top:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-prog-facts div:first-child{ border-top:0; }
body.tvz-v5 .tvz-v5-prog-facts dt{ color:var(--tvz-muted);font-size:.88rem; }
body.tvz-v5 .tvz-v5-prog-facts dd{ margin:0;font-weight:700;color:var(--tvz-ink);font-size:.9rem;text-align:right; }
body.tvz-v5 .tvz-v5-prog-side-card--hzz p{ color:var(--tvz-muted);font-size:.86rem;line-height:1.5;margin:0 0 12px; }

/* sekcija prijave — v5 razmak (obrazac zadržava roditeljski lll-* stil) */
body.tvz-v5 .tvz-v5-prog-apply{ max-width:1240px;margin:40px auto 56px;padding:0 24px; }

@media (max-width:1024px){
  body.tvz-v5 .tvz-v5-prog-body{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-prog-stick{ position:static; }
}

/* ---------- 27) Karijere i alumni (page-karijere) ---------- */
body.tvz-v5 .tvz-v5-kar{ background:var(--tvz-page); }
body.tvz-v5 .tvz-v5-kar section{ scroll-margin-top:84px; }
body.tvz-v5 .tvz-v5-kar-wrap{ max-width:1240px;margin:0 auto;padding:0 24px; }
body.tvz-v5 .tvz-v5-kar-h2{ font-size:clamp(1.4rem,2.6vw,1.95rem);font-weight:800;color:var(--tvz-ink);margin:0; }
body.tvz-v5 .tvz-v5-kar-h2--sm{ font-size:1.2rem; }

/* hero */
body.tvz-v5 .tvz-v5-kar-hero{ position:relative;background:var(--tvz-blue-deep) center/cover no-repeat;background-image:var(--kar-hero);color:#fff;overflow:hidden; }
body.tvz-v5 .tvz-v5-kar-hero__overlay{ position:absolute;inset:0;background:linear-gradient(100deg,rgba(6,29,57,.96),rgba(6,29,57,.74) 48%,rgba(8,41,78,.30)); }
body.tvz-v5 .tvz-v5-kar-hero__inner{ position:relative;max-width:1240px;margin:0 auto;padding:34px 24px 56px; }
body.tvz-v5 .tvz-v5-kar-bc{ display:flex;gap:8px;align-items:center;font-size:.84rem;color:#b9cce6;margin-bottom:24px; }
body.tvz-v5 .tvz-v5-kar-bc a{ color:#b9cce6;text-decoration:none; }
body.tvz-v5 .tvz-v5-kar-bc a:hover{ color:#fff;text-decoration:underline; }
body.tvz-v5 .tvz-v5-kar-hero__title{ font-size:clamp(2.3rem,5vw,3.4rem);line-height:1.05;font-weight:800;margin:0 0 16px; }
body.tvz-v5 .tvz-v5-kar-hero__title span{ color:#3b82f6; }
body.tvz-v5 .tvz-v5-kar-hero__lead{ font-size:1.05rem;line-height:1.6;color:#dbe6f5;max-width:52ch;margin:0 0 24px; }
body.tvz-v5 .tvz-v5-kar-hero__cta{ display:flex;flex-wrap:wrap;gap:12px; }

/* feature bar */
body.tvz-v5 .tvz-v5-kar-feat{ max-width:1240px;margin:-30px auto 0;padding:0 24px;position:relative;z-index:3; }
body.tvz-v5 .tvz-v5-kar-feat__row{ display:grid;grid-template-columns:repeat(5,1fr);gap:8px;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-md);padding:22px 18px; }
body.tvz-v5 .tvz-v5-kar-feat__item{ display:flex;gap:12px;align-items:flex-start;padding:4px 12px;border-right:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-kar-feat__item:last-child{ border-right:0; }
body.tvz-v5 .tvz-v5-kar-feat__item svg{ width:28px;height:28px;color:var(--tvz-blue-accent);flex:0 0 auto;margin-top:2px; }
body.tvz-v5 .tvz-v5-kar-feat__item strong{ display:block;font-weight:800;font-size:.92rem;color:var(--tvz-ink);line-height:1.2; }
body.tvz-v5 .tvz-v5-kar-feat__item span{ display:block;font-size:.8rem;color:var(--tvz-muted);line-height:1.35;margin-top:3px; }

/* tijelo: prilike + događaji */
body.tvz-v5 .tvz-v5-kar-body{ max-width:1240px;margin:44px auto 0;padding:0 24px;display:grid;grid-template-columns:1fr 340px;gap:30px;align-items:start; }
body.tvz-v5 .tvz-v5-kar-head{ display:flex;justify-content:space-between;align-items:baseline;gap:14px;margin-bottom:18px;flex-wrap:wrap; }
body.tvz-v5 .tvz-v5-kar-head__link{ color:var(--tvz-blue-accent);font-weight:700;text-decoration:none;font-size:.9rem;white-space:nowrap; }
body.tvz-v5 .tvz-v5-kar-head__link:hover{ text-decoration:underline; }
body.tvz-v5 .tvz-v5-kar-opps{ display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px; }
body.tvz-v5 .tvz-v5-kar-opp{ display:flex;flex-direction:column;gap:9px;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);padding:18px;transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-kar-opp:hover{ transform:translateY(-3px);box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-kar-opp__top{ display:flex;align-items:center;justify-content:space-between;gap:10px; }
body.tvz-v5 .tvz-v5-kar-opp__badge{ font-size:.64rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:3px 9px;border-radius:5px; }
body.tvz-v5 .tvz-v5-kar-opp__badge.is-praksa{ background:#dbeafe;color:#1d4ed8; }
body.tvz-v5 .tvz-v5-kar-opp__badge.is-posao{ background:#dcfce7;color:#166534; }
body.tvz-v5 .tvz-v5-kar-opp__badge.is-stipendija{ background:#ede9fe;color:#6d28d9; }
body.tvz-v5 .tvz-v5-kar-opp__logo{ width:46px;height:30px;background:center/contain no-repeat; }
body.tvz-v5 .tvz-v5-kar-opp__title{ margin:0;font-size:1.02rem;font-weight:800;line-height:1.3; }
body.tvz-v5 .tvz-v5-kar-opp__title a{ color:var(--tvz-ink);text-decoration:none; }
body.tvz-v5 .tvz-v5-kar-opp__title a:hover{ color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-kar-opp__loc{ font-size:.82rem;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-kar-opp__ex{ font-size:.86rem;color:var(--tvz-muted);line-height:1.5;margin:0;flex:1; }
body.tvz-v5 .tvz-v5-kar-opp__more{ color:var(--tvz-blue-accent);font-weight:700;font-size:.85rem;text-decoration:none; }
body.tvz-v5 .tvz-v5-kar-opp__more:hover{ text-decoration:underline; }
body.tvz-v5 .tvz-v5-kar-empty{ color:var(--tvz-muted);font-size:.92rem; }

/* događaji sidebar */
body.tvz-v5 .tvz-v5-kar-aside{ position:sticky;top:84px; }
body.tvz-v5 .tvz-v5-kar-events{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:20px 22px; }
body.tvz-v5 .tvz-v5-kar-event{ display:flex;align-items:center;gap:12px;padding:12px 0;border-top:1px solid var(--tvz-border);text-decoration:none;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-kar-event:first-of-type{ border-top:0; }
body.tvz-v5 .tvz-v5-kar-event__date{ flex:0 0 auto;width:46px;text-align:center;background:var(--tvz-blue-soft);border-radius:var(--tvz-radius-sm);padding:6px 0;color:var(--tvz-blue); }
body.tvz-v5 .tvz-v5-kar-event__date strong{ display:block;font-size:1.2rem;font-weight:800;line-height:1; }
body.tvz-v5 .tvz-v5-kar-event__date small{ font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em; }
body.tvz-v5 .tvz-v5-kar-event__b{ flex:1;display:flex;flex-direction:column;gap:2px;min-width:0; }
body.tvz-v5 .tvz-v5-kar-event__b strong{ font-weight:700;font-size:.92rem;line-height:1.3; }
body.tvz-v5 .tvz-v5-kar-event__b span{ font-size:.78rem;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-kar-event__arr{ color:var(--tvz-muted);font-weight:800; }
body.tvz-v5 .tvz-v5-kar-event:hover .tvz-v5-kar-event__b strong{ color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-kar-events__cal{ width:100%;justify-content:center;margin-top:14px; }

/* velike kartice */
body.tvz-v5 .tvz-v5-kar-pillars{ padding:48px 0 8px; }
body.tvz-v5 .tvz-v5-kar-pillars__grid{ display:grid;grid-template-columns:repeat(3,1fr);gap:22px; }
body.tvz-v5 .tvz-v5-kar-pillar{ position:relative;min-height:220px;display:flex;flex-direction:column;justify-content:flex-end;border-radius:var(--tvz-radius-lg);overflow:hidden;background:var(--tvz-blue-deep) center/cover no-repeat;background-image:var(--p-img);box-shadow:var(--tvz-shadow-md);text-decoration:none;color:#fff;padding:22px; }
body.tvz-v5 .tvz-v5-kar-pillar__shade{ position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,29,57,.15),rgba(6,29,57,.88)); }
body.tvz-v5 .tvz-v5-kar-pillar__ic{ position:relative;width:46px;height:46px;border-radius:12px;display:grid;place-items:center;color:#fff;margin-bottom:10px; }
body.tvz-v5 .tvz-v5-kar-pillar__ic svg{ width:24px;height:24px; }
body.tvz-v5 .tvz-v5-kar-pillar__b{ position:relative;display:flex;flex-direction:column;gap:5px; }
body.tvz-v5 .tvz-v5-kar-pillar__b strong{ font-size:1.25rem;font-weight:800; }
body.tvz-v5 .tvz-v5-kar-pillar__b em{ font-style:normal;color:#dbe6f5;font-size:.9rem;line-height:1.45; }
body.tvz-v5 .tvz-v5-kar-pillar__more{ color:#fff;font-weight:700;font-size:.86rem;margin-top:4px; }
body.tvz-v5 .tvz-v5-kar-pillar:hover{ transform:translateY(-3px);transition:transform .15s; }

/* statistike */
body.tvz-v5 .tvz-v5-kar-stats{ padding:40px 0 8px; }
body.tvz-v5 .tvz-v5-kar-stats__row{ background:linear-gradient(120deg,var(--tvz-blue-deep),var(--tvz-blue-dark));border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-md);padding:30px 34px;color:#fff;display:flex;flex-wrap:wrap;align-items:center;gap:18px 30px; }
body.tvz-v5 .tvz-v5-kar-stats__row h2{ font-size:1.25rem;font-weight:800;margin:0;flex:1 1 220px;max-width:280px; }
body.tvz-v5 .tvz-v5-kar-stats__grid{ flex:2 1 520px;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:18px; }
body.tvz-v5 .tvz-v5-kar-stat strong{ display:block;font-size:1.7rem;font-weight:800;color:#fff;line-height:1; }
body.tvz-v5 .tvz-v5-kar-stat span{ display:block;font-size:.78rem;color:#9db8da;margin-top:5px;line-height:1.3; }

/* alumni gateway */
body.tvz-v5 .tvz-v5-kar-alumni{ padding:48px 0 8px; }
body.tvz-v5 .tvz-v5-kar-alumni__banner{ background:linear-gradient(120deg,var(--tvz-blue-deep),var(--tvz-blue-dark));border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-md);padding:30px 34px;color:#fff;margin-bottom:18px; }
body.tvz-v5 .tvz-v5-kar-alumni__eyebrow{ display:inline-block;background:rgba(255,255,255,.16);border-radius:999px;padding:4px 12px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px; }
body.tvz-v5 .tvz-v5-kar-alumni__txt h2{ font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:800;margin:0 0 8px;max-width:26ch; }
body.tvz-v5 .tvz-v5-kar-alumni__txt p{ color:#cfdcee;margin:0 0 18px;max-width:62ch;line-height:1.6; }
body.tvz-v5 .tvz-v5-kar-alumni__cta{ display:flex;flex-wrap:wrap;gap:12px; }
body.tvz-v5 .tvz-v5-kar-alumni__cards{ display:grid;grid-template-columns:repeat(4,1fr);gap:16px; }
body.tvz-v5 .tvz-v5-kar-alumni__card{ display:flex;flex-direction:column;gap:6px;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:20px;text-decoration:none;color:var(--tvz-ink);transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-kar-alumni__card:hover{ transform:translateY(-3px);box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-kar-alumni__ic{ width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--tvz-blue-soft);color:var(--tvz-blue);margin-bottom:4px; }
body.tvz-v5 .tvz-v5-kar-alumni__ic svg{ width:22px;height:22px; }
body.tvz-v5 .tvz-v5-kar-alumni__card strong{ font-weight:800;font-size:.98rem; }
body.tvz-v5 .tvz-v5-kar-alumni__card span{ color:var(--tvz-muted);font-size:.84rem;line-height:1.45; }
body.tvz-v5 .tvz-v5-kar-alumni__news{ margin-top:24px; }
body.tvz-v5 .tvz-v5-kar-alumni__newsgrid{ display:grid;grid-template-columns:repeat(3,1fr);gap:16px; }
body.tvz-v5 .tvz-v5-kar-alumni__newsitem{ display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);padding:18px;text-decoration:none;color:var(--tvz-ink);transition:transform .15s; }
body.tvz-v5 .tvz-v5-kar-alumni__newsitem:hover{ transform:translateY(-2px); }
body.tvz-v5 .tvz-v5-kar-alumni__newsitem small{ color:var(--tvz-muted);font-size:.76rem; }
body.tvz-v5 .tvz-v5-kar-alumni__newsitem strong{ font-weight:700;line-height:1.3; }
body.tvz-v5 .tvz-v5-kar-alumni__more{ color:var(--tvz-blue-accent);font-weight:700;font-size:.84rem;margin-top:2px; }
@media (max-width:1024px){ body.tvz-v5 .tvz-v5-kar-alumni__cards{ grid-template-columns:repeat(2,1fr); } body.tvz-v5 .tvz-v5-kar-alumni__newsgrid{ grid-template-columns:1fr; } }
@media (max-width:560px){ body.tvz-v5 .tvz-v5-kar-alumni__cards{ grid-template-columns:1fr; } }

/* korisne poveznice */
body.tvz-v5 .tvz-v5-kar-links{ padding:36px 0 8px; }
body.tvz-v5 .tvz-v5-kar-links__row{ display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px; }
body.tvz-v5 .tvz-v5-kar-links__lbl{ font-weight:800;color:var(--tvz-ink);font-size:.9rem; }
body.tvz-v5 .tvz-v5-kar-links__items{ display:flex;flex-wrap:wrap;gap:10px; }
body.tvz-v5 .tvz-v5-kar-links__items a{ display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--tvz-border);border-radius:999px;padding:8px 16px;font-weight:700;font-size:.86rem;color:var(--tvz-blue);text-decoration:none;transition:border-color .15s,transform .12s; }
body.tvz-v5 .tvz-v5-kar-links__items a:hover{ border-color:var(--tvz-blue-accent);transform:translateY(-1px); }

/* za poslodavce — kontakt ureda */
body.tvz-v5 .tvz-v5-kar-emp{ padding:36px 0 8px; }
body.tvz-v5 .tvz-v5-kar-emp__card{ background:linear-gradient(120deg,var(--tvz-blue-deep),var(--tvz-blue-dark));border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-md);padding:30px 34px;color:#fff;display:grid;grid-template-columns:1.4fr 1fr;gap:24px;align-items:center; }
body.tvz-v5 .tvz-v5-kar-emp__eyebrow{ display:block;color:#7fb0ef;font-weight:800;font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;margin-bottom:6px; }
body.tvz-v5 .tvz-v5-kar-emp__txt h2{ font-size:1.4rem;font-weight:800;margin:0 0 8px; }
body.tvz-v5 .tvz-v5-kar-emp__txt p{ color:#cfdcee;margin:0 0 16px;max-width:48ch;line-height:1.55; }
body.tvz-v5 .tvz-v5-kar-emp__contact{ list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px; }
body.tvz-v5 .tvz-v5-kar-emp__contact li{ display:flex;align-items:center;gap:11px;font-size:.96rem; }
body.tvz-v5 .tvz-v5-kar-emp__contact svg{ width:20px;height:20px;color:#7fb0ef;flex:0 0 auto; }
body.tvz-v5 .tvz-v5-kar-emp__contact a{ color:#fff;text-decoration:none; }
body.tvz-v5 .tvz-v5-kar-emp__contact a:hover{ text-decoration:underline; }
@media (max-width:768px){ body.tvz-v5 .tvz-v5-kar-emp__card{ grid-template-columns:1fr; } }

/* newsletter */
body.tvz-v5 .tvz-v5-kar-news{ padding:34px 0 56px; }
body.tvz-v5 .tvz-v5-kar-news__row{ background:var(--tvz-blue-soft);border:1px solid #d7e4f7;border-radius:var(--tvz-radius-lg);padding:24px 30px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap; }
body.tvz-v5 .tvz-v5-kar-news__txt{ display:flex;flex-direction:column;gap:3px; }
body.tvz-v5 .tvz-v5-kar-news__txt strong{ font-size:1.05rem;font-weight:800;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-kar-news__txt span{ color:var(--tvz-muted);font-size:.9rem; }

@media (max-width:1024px){
  body.tvz-v5 .tvz-v5-kar-feat__row{ grid-template-columns:repeat(2,1fr);row-gap:18px; }
  body.tvz-v5 .tvz-v5-kar-feat__item:nth-child(2n){ border-right:0; }
  body.tvz-v5 .tvz-v5-kar-body{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-kar-aside{ position:static; }
  body.tvz-v5 .tvz-v5-kar-pillars__grid{ grid-template-columns:1fr; }
}
@media (max-width:640px){
  body.tvz-v5 .tvz-v5-kar-feat__row{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-kar-feat__item{ border-right:0;border-bottom:1px solid var(--tvz-border);padding-bottom:14px; }
  body.tvz-v5 .tvz-v5-kar-feat__item:last-child{ border-bottom:0; }
}

/* ---------- 28) Upisi — Kako upisati (page-upisi) ---------- */
body.tvz-v5 .tvz-v5-up{ background:var(--tvz-page); }
body.tvz-v5 .tvz-v5-up-wrap{ max-width:1240px;margin:0 auto;padding:0 24px; }
body.tvz-v5 .tvz-v5-up-hero{ position:relative;background:var(--tvz-blue-deep) center/cover no-repeat;background-image:var(--up-hero);color:#fff;overflow:hidden; }
body.tvz-v5 .tvz-v5-up-hero__overlay{ position:absolute;inset:0;background:linear-gradient(100deg,rgba(6,29,57,.95),rgba(6,29,57,.74) 50%,rgba(8,41,78,.32)); }
body.tvz-v5 .tvz-v5-up-hero__inner{ position:relative;max-width:1240px;margin:0 auto;padding:32px 24px 46px; }
body.tvz-v5 .tvz-v5-up-bc{ display:flex;gap:8px;align-items:center;font-size:.84rem;color:#b9cce6;margin-bottom:20px; }
body.tvz-v5 .tvz-v5-up-bc a{ color:#b9cce6;text-decoration:none; }
body.tvz-v5 .tvz-v5-up-bc a:hover{ color:#fff;text-decoration:underline; }
body.tvz-v5 .tvz-v5-up-hero__title{ font-size:clamp(2rem,4.4vw,3rem);font-weight:800;margin:0 0 12px; }
body.tvz-v5 .tvz-v5-up-hero__lead{ font-size:1.04rem;line-height:1.6;color:#dbe6f5;max-width:60ch;margin:0; }

/* stepper */
body.tvz-v5 .tvz-v5-up-stepper{ margin-top:-26px;position:relative;z-index:3; }
body.tvz-v5 .tvz-v5-up-steps{ display:grid;grid-template-columns:repeat(5,1fr);gap:8px;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-md);padding:14px; }
body.tvz-v5 .tvz-v5-up-step{ display:flex;flex-direction:column;align-items:center;gap:8px;border:0;background:transparent;cursor:pointer;padding:10px 6px;border-radius:var(--tvz-radius-sm);text-align:center; }
body.tvz-v5 .tvz-v5-up-step__n{ width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-weight:800;background:var(--tvz-blue-soft);color:var(--tvz-blue);border:2px solid transparent;transition:all .15s; }
body.tvz-v5 .tvz-v5-up-step__t{ font-size:.84rem;font-weight:700;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-up-step.is-active .tvz-v5-up-step__n{ background:var(--tvz-blue-accent);color:#fff;border-color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-up-step.is-active .tvz-v5-up-step__t{ color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-up-step:hover .tvz-v5-up-step__n{ border-color:var(--tvz-blue-accent); }

/* tijelo */
body.tvz-v5 .tvz-v5-up-body{ max-width:1240px;margin:34px auto 0;padding:0 24px;display:grid;grid-template-columns:1fr 320px;gap:28px;align-items:start; }
body.tvz-v5 .tvz-v5-up-panel{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:28px 30px; }
body.tvz-v5 .tvz-v5-up-panel__step{ display:block;color:var(--tvz-blue-accent);font-weight:800;font-size:1.15rem;margin-bottom:10px; }
body.tvz-v5 .tvz-v5-up-panel__d{ color:var(--tvz-ink);line-height:1.65;margin:0 0 18px;font-size:.98rem; }
body.tvz-v5 .tvz-v5-up-panel__links{ display:flex;flex-wrap:wrap;gap:10px; }
body.tvz-v5 .tvz-v5-up-panel__links a{ display:inline-flex;align-items:center;gap:7px;background:var(--tvz-surface-soft);border:1px solid var(--tvz-border);border-radius:999px;padding:9px 16px;font-weight:700;font-size:.88rem;color:var(--tvz-blue);text-decoration:none;transition:border-color .15s,transform .12s; }
body.tvz-v5 .tvz-v5-up-panel__links a:hover{ border-color:var(--tvz-blue-accent);transform:translateY(-1px); }

/* sidebar */
body.tvz-v5 .tvz-v5-up-aside{ display:flex;flex-direction:column;gap:16px; }
body.tvz-v5 .tvz-v5-up-card{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:20px 22px; }
body.tvz-v5 .tvz-v5-up-card--dates{ border-top:3px solid var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-up-card h3{ font-size:1.05rem;font-weight:800;color:var(--tvz-ink);margin:0 0 12px; }
body.tvz-v5 .tvz-v5-up-dates{ list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0; }
body.tvz-v5 .tvz-v5-up-dates li{ display:flex;flex-direction:column;gap:1px;padding:10px 0;border-top:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-up-dates li:first-child{ border-top:0; }
body.tvz-v5 .tvz-v5-up-dates__d{ font-weight:800;color:var(--tvz-blue);font-size:.95rem; }
body.tvz-v5 .tvz-v5-up-dates__o{ color:var(--tvz-muted);font-size:.84rem; }
body.tvz-v5 .tvz-v5-up-card--guide p{ color:var(--tvz-muted);font-size:.88rem;line-height:1.5;margin:0 0 12px; }
body.tvz-v5 .tvz-v5-up-soon{ color:var(--tvz-muted);font-size:.85rem; }
body.tvz-v5 .tvz-v5-up-quick{ display:flex;flex-direction:column;gap:8px; }
body.tvz-v5 .tvz-v5-up-quick a{ color:var(--tvz-blue-accent);font-weight:700;font-size:.88rem;text-decoration:none; }
body.tvz-v5 .tvz-v5-up-quick a:hover{ text-decoration:underline; }
body.tvz-v5 .tvz-v5-up-content{ max-width:1240px;margin:30px auto 0;padding:0 24px; }
body.tvz-v5 .tvz-v5-up-content .tvz-v5-prog-rt{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);padding:24px 28px; }

@media (max-width:900px){
  body.tvz-v5 .tvz-v5-up-steps{ grid-template-columns:repeat(5,1fr);gap:4px;padding:10px; }
  body.tvz-v5 .tvz-v5-up-step__t{ font-size:.7rem; }
  body.tvz-v5 .tvz-v5-up-body{ grid-template-columns:1fr; }
}
@media (max-width:560px){
  body.tvz-v5 .tvz-v5-up-steps{ grid-template-columns:repeat(3,1fr);row-gap:10px; }
}

/* ---------- 29) Kontakt (page-kontakt) ---------- */
body.tvz-v5 .tvz-v5-kont{ background:var(--tvz-page); }
body.tvz-v5 .tvz-v5-kont-wrap{ max-width:1240px;margin:0 auto;padding:0 24px; }
body.tvz-v5 .tvz-v5-kont-hero{ background:linear-gradient(120deg,var(--tvz-blue-deep),var(--tvz-blue-dark));color:#fff; }
body.tvz-v5 .tvz-v5-kont-hero .tvz-v5-kont-wrap{ padding:30px 24px 40px; }
body.tvz-v5 .tvz-v5-kont-bc{ display:flex;gap:8px;align-items:center;font-size:.84rem;color:#b9cce6;margin-bottom:18px; }
body.tvz-v5 .tvz-v5-kont-bc a{ color:#b9cce6;text-decoration:none; }
body.tvz-v5 .tvz-v5-kont-bc a:hover{ color:#fff;text-decoration:underline; }
body.tvz-v5 .tvz-v5-kont-title{ font-size:clamp(1.9rem,4vw,2.8rem);font-weight:800;margin:0 0 10px; }
body.tvz-v5 .tvz-v5-kont-lead{ font-size:1.04rem;color:#dbe6f5;margin:0; }

body.tvz-v5 .tvz-v5-kont-body{ padding:40px 0 8px; }
body.tvz-v5 .tvz-v5-kont-grid{ display:grid;grid-template-columns:1fr 1.2fr;gap:28px;align-items:start; }
body.tvz-v5 .tvz-v5-kont-list{ list-style:none;margin:0 0 18px;padding:0;display:flex;flex-direction:column;gap:18px; }
body.tvz-v5 .tvz-v5-kont-list li{ display:flex;gap:14px;align-items:flex-start; }
body.tvz-v5 .tvz-v5-kont-list svg{ width:24px;height:24px;color:var(--tvz-blue-accent);flex:0 0 auto;margin-top:2px; }
body.tvz-v5 .tvz-v5-kont-list span{ display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-kont-list strong{ display:block;font-weight:700;color:var(--tvz-ink);font-size:1rem;margin-top:2px; }
body.tvz-v5 .tvz-v5-kont-list a{ color:var(--tvz-ink);text-decoration:none; }
body.tvz-v5 .tvz-v5-kont-list a:hover{ color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-kont-social{ display:flex;flex-wrap:wrap;gap:8px; }
body.tvz-v5 .tvz-v5-kont-social a{ display:inline-flex;align-items:center;background:#fff;border:1px solid var(--tvz-border);border-radius:999px;padding:7px 14px;font-weight:700;font-size:.82rem;color:var(--tvz-blue);text-decoration:none; }
body.tvz-v5 .tvz-v5-kont-social a:hover{ border-color:var(--tvz-blue-accent); }

body.tvz-v5 .tvz-v5-kont-form-card{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:28px 30px; }
body.tvz-v5 .tvz-v5-kont-form-card h2{ font-size:1.3rem;font-weight:800;color:var(--tvz-ink);margin:0 0 16px; }
body.tvz-v5 .tvz-v5-kont-form{ display:flex;flex-direction:column;gap:14px; }
body.tvz-v5 .tvz-v5-kont-form label{ display:flex;flex-direction:column;gap:6px;font-size:.86rem;font-weight:700;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-kont-form input,
body.tvz-v5 .tvz-v5-kont-form select,
body.tvz-v5 .tvz-v5-kont-form textarea{ font:inherit;font-weight:400;padding:11px 13px;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-sm);background:var(--tvz-surface-soft);color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-kont-form input:focus,
body.tvz-v5 .tvz-v5-kont-form select:focus,
body.tvz-v5 .tvz-v5-kont-form textarea:focus{ outline:2px solid var(--tvz-blue-accent);outline-offset:1px;background:#fff; }
body.tvz-v5 .tvz-v5-kont-form button{ align-self:flex-start;border:0;cursor:pointer; }
body.tvz-v5 .tvz-v5-kont-form__note{ margin:0;font-size:.85rem;color:var(--tvz-muted); }

body.tvz-v5 .tvz-v5-kont-map{ padding:36px 0 56px; }
body.tvz-v5 .tvz-v5-kont-map__inner{ position:relative;border-radius:var(--tvz-radius-lg);overflow:hidden;box-shadow:var(--tvz-shadow-md);border:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-kont-map__frame{ aspect-ratio:21/8;background:var(--tvz-blue-soft); }
body.tvz-v5 .tvz-v5-kont-map__frame iframe{ width:100%;height:100%;border:0;display:block; }
body.tvz-v5 .tvz-v5-kont-map__card{ position:absolute;left:24px;bottom:24px;background:#fff;border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-md);padding:16px 20px;display:flex;flex-direction:column;gap:3px;max-width:260px; }
body.tvz-v5 .tvz-v5-kont-map__card strong{ font-size:1.1rem;font-weight:800;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-kont-map__card span{ font-size:.86rem;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-kont-map__card a{ color:var(--tvz-blue-accent);font-weight:700;font-size:.86rem;text-decoration:none;margin-top:5px; }

@media (max-width:900px){
  body.tvz-v5 .tvz-v5-kont-grid{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-kont-map__frame{ aspect-ratio:4/3; }
  body.tvz-v5 .tvz-v5-kont-map__card{ position:static;max-width:none;border-radius:0; }
}

/* ---------- 30) Vijesti i događanja (landing + single post + single dogadjaj) ---------- */
body.tvz-v5 .tvz-v5-news{ background:var(--tvz-page); }
body.tvz-v5 .tvz-v5-news-wrap{ max-width:1240px;margin:0 auto;padding:0 24px; }
body.tvz-v5 .tvz-v5-news-h2{ font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:800;color:var(--tvz-ink);margin:0 0 18px; }

/* hero */
body.tvz-v5 .tvz-v5-news-hero{ position:relative;background:var(--tvz-blue-deep) center/cover no-repeat;background-image:var(--news-hero);color:#fff;overflow:hidden; }
body.tvz-v5 .tvz-v5-news-hero__overlay{ position:absolute;inset:0;background:linear-gradient(100deg,rgba(6,29,57,.96),rgba(6,29,57,.66) 55%,rgba(8,41,78,.20)); }
body.tvz-v5 .tvz-v5-news-hero__inner{ position:relative;padding:34px 24px 44px; }
body.tvz-v5 .tvz-v5-news-bc{ display:flex;gap:8px;align-items:center;font-size:.84rem;color:#b9cce6;margin-bottom:18px; }
body.tvz-v5 .tvz-v5-news-bc a{ color:#b9cce6;text-decoration:none; }
body.tvz-v5 .tvz-v5-news-bc a:hover{ color:#fff;text-decoration:underline; }
body.tvz-v5 .tvz-v5-news-hero__title{ font-size:clamp(2rem,4.4vw,3rem);font-weight:800;margin:0 0 12px; }
body.tvz-v5 .tvz-v5-news-hero__lead{ font-size:1.04rem;color:#dbe6f5;max-width:60ch;margin:0; }

/* filter bar */
body.tvz-v5 .tvz-v5-news-filters{ margin-top:-20px;position:relative;z-index:3; }
body.tvz-v5 .tvz-v5-news-filters .tvz-v5-news-wrap{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-md);padding:16px 18px;max-width:1192px; }
body.tvz-v5 .tvz-v5-news-tabs{ display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px; }
body.tvz-v5 .tvz-v5-news-tabs button{ border:1px solid var(--tvz-border);background:#fff;border-radius:999px;padding:9px 16px;font-weight:700;font-size:.86rem;color:var(--tvz-muted);cursor:pointer; }
body.tvz-v5 .tvz-v5-news-tabs button.is-active{ background:var(--tvz-blue-accent);color:#fff;border-color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-news-controls{ display:flex;flex-wrap:wrap;gap:10px;align-items:center; }
body.tvz-v5 .tvz-v5-news-search{ position:relative;flex:1 1 260px;min-width:200px; }
body.tvz-v5 .tvz-v5-news-search svg{ position:absolute;left:13px;top:50%;transform:translateY(-50%);width:17px;height:17px;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-news-search input{ width:100%;padding:10px 12px 10px 38px;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-sm);font-size:.92rem; }
body.tvz-v5 .tvz-v5-news-controls select,
body.tvz-v5 .tvz-v5-news-controls input[type=date]{ padding:10px 12px;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-sm);font:inherit;font-size:.88rem;background:#fff;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-news-reset{ border:0;background:transparent;color:var(--tvz-blue-accent);font-weight:700;font-size:.86rem;cursor:pointer; }

/* lista */
body.tvz-v5 .tvz-v5-news-list-sec{ padding:34px 0 8px; }
body.tvz-v5 .tvz-v5-news-grid{ display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px; }
body.tvz-v5 .tvz-v5-news-card{ display:flex;flex-direction:column;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);overflow:hidden;box-shadow:var(--tvz-shadow-sm);transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-news-card:hover{ transform:translateY(-4px);box-shadow:var(--tvz-shadow-lg); }
body.tvz-v5 .tvz-v5-news-card.is-feature{ grid-column:1 / -1;flex-direction:row; }
body.tvz-v5 .tvz-v5-news-card.is-feature .tvz-v5-news-card__img{ flex:0 0 46%;aspect-ratio:auto; }
body.tvz-v5 .tvz-v5-news-card.is-feature .tvz-v5-news-card__title{ font-size:1.4rem; }
body.tvz-v5 .tvz-v5-news-card__img{ display:block;aspect-ratio:16/10;background:var(--tvz-blue-deep) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-news-card__b{ padding:16px 18px 18px;display:flex;flex-direction:column;gap:8px;flex:1; }
body.tvz-v5 .tvz-v5-news-card__tag{ align-self:flex-start;font-size:.64rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:3px 9px;border-radius:5px;background:var(--tvz-blue-soft);color:var(--tvz-blue); }
body.tvz-v5 .tvz-v5-news-card__tag.tag-obavijest{ background:#fef3c7;color:#92400e; }
body.tvz-v5 .tvz-v5-news-card__date{ font-size:.78rem;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-news-card__title{ margin:0;font-size:1.05rem;font-weight:800;line-height:1.3; }
body.tvz-v5 .tvz-v5-news-card__title a{ color:var(--tvz-ink);text-decoration:none; }
body.tvz-v5 .tvz-v5-news-card__title a:hover{ color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-news-card__ex{ color:var(--tvz-muted);font-size:.88rem;line-height:1.5;margin:0;flex:1; }
body.tvz-v5 .tvz-v5-news-card__more{ color:var(--tvz-blue-accent);font-weight:700;font-size:.86rem;text-decoration:none; }
body.tvz-v5 .tvz-v5-news-empty{ grid-column:1/-1;color:var(--tvz-muted);padding:18px 0; }
body.tvz-v5 .tvz-v5-news-more{ text-align:center;margin-top:22px; }

/* nadolazeća događanja */
body.tvz-v5 .tvz-v5-news-events{ padding:40px 0 8px; }
body.tvz-v5 .tvz-v5-news-head{ display:flex;justify-content:space-between;align-items:baseline;gap:14px;margin-bottom:18px;flex-wrap:wrap; }
body.tvz-v5 .tvz-v5-news-headlink{ color:var(--tvz-blue-accent);font-weight:700;font-size:.9rem;text-decoration:none;white-space:nowrap; }
body.tvz-v5 .tvz-v5-news-ev-grid{ display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px; }
body.tvz-v5 .tvz-v5-news-ev{ display:flex;flex-direction:column;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);overflow:hidden;box-shadow:var(--tvz-shadow-sm);text-decoration:none;color:var(--tvz-ink);transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-news-ev:hover{ transform:translateY(-4px);box-shadow:var(--tvz-shadow-lg); }
body.tvz-v5 .tvz-v5-news-ev__img{ position:relative;aspect-ratio:16/10;background:var(--tvz-blue-deep) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-news-ev__date{ position:absolute;top:10px;left:10px;background:#fff;border-radius:var(--tvz-radius-sm);padding:4px 8px;text-align:center;box-shadow:var(--tvz-shadow-sm);color:var(--tvz-blue); }
body.tvz-v5 .tvz-v5-news-ev__date strong{ display:block;font-size:1.1rem;font-weight:800;line-height:1; }
body.tvz-v5 .tvz-v5-news-ev__date small{ font-size:.6rem;font-weight:800;letter-spacing:.05em; }
body.tvz-v5 .tvz-v5-news-ev__b{ padding:14px 16px 16px;display:flex;flex-direction:column;gap:4px;flex:1; }
body.tvz-v5 .tvz-v5-news-ev__b strong{ font-weight:800;line-height:1.3;font-size:.98rem; }
body.tvz-v5 .tvz-v5-news-ev__loc,
body.tvz-v5 .tvz-v5-news-ev__t{ font-size:.8rem;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-news-ev__more{ color:var(--tvz-blue-accent);font-weight:700;font-size:.84rem;margin-top:4px; }

/* newsletter */
body.tvz-v5 .tvz-v5-news-nl{ padding:34px 0 56px; }
body.tvz-v5 .tvz-v5-news-nl__row{ background:var(--tvz-blue-soft);border:1px solid #d7e4f7;border-radius:var(--tvz-radius-lg);padding:24px 30px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap; }
body.tvz-v5 .tvz-v5-news-nl__row strong{ display:block;font-size:1.05rem;font-weight:800;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-news-nl__row span{ color:var(--tvz-muted);font-size:.9rem; }

/* ---- single članak / događanje ---- */
body.tvz-v5 .tvz-v5-article{ background:var(--tvz-page); }
body.tvz-v5 .tvz-v5-art-wrap{ max-width:1180px;margin:0 auto;padding:30px 24px 56px;display:grid;grid-template-columns:1fr 320px;gap:30px;align-items:start; }
body.tvz-v5 .tvz-v5-art-bc{ display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:.82rem;color:var(--tvz-muted);margin-bottom:16px; }
body.tvz-v5 .tvz-v5-art-bc a{ color:var(--tvz-blue-accent);text-decoration:none; }
body.tvz-v5 .tvz-v5-art-badge{ display:inline-block;font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:4px 11px;border-radius:6px;background:var(--tvz-blue-accent);color:#fff;margin-bottom:12px; }
body.tvz-v5 .tvz-v5-art-badge.is-obav{ background:#d97706; }
body.tvz-v5 .tvz-v5-art-badge.is-event{ background:#7c3aed; }
body.tvz-v5 .tvz-v5-art-title{ font-size:clamp(1.7rem,3.4vw,2.4rem);font-weight:800;color:var(--tvz-ink);line-height:1.15;margin:0 0 14px; }
body.tvz-v5 .tvz-v5-art-meta{ display:flex;flex-wrap:wrap;gap:8px 20px;color:var(--tvz-muted);font-size:.9rem;margin-bottom:20px; }
body.tvz-v5 .tvz-v5-art-cover{ border-radius:var(--tvz-radius-lg);overflow:hidden;margin-bottom:22px;box-shadow:var(--tvz-shadow-sm); }
body.tvz-v5 .tvz-v5-art-cover img{ width:100%;height:auto;display:block; }
body.tvz-v5 .tvz-v5-art-body{ background:transparent;font-size:1rem; }
body.tvz-v5 .tvz-v5-art-body blockquote{ border-left:4px solid var(--tvz-blue-accent);background:var(--tvz-surface-soft);padding:14px 20px;margin:18px 0;border-radius:0 var(--tvz-radius-sm) var(--tvz-radius-sm) 0;font-style:italic;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-art-back{ display:inline-block;margin-top:24px;color:var(--tvz-blue-accent);font-weight:700;text-decoration:none; }
body.tvz-v5 .tvz-v5-art-aside{ display:flex;flex-direction:column;gap:16px;position:sticky;top:84px; }
body.tvz-v5 .tvz-v5-art-card{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:18px 20px; }
body.tvz-v5 .tvz-v5-art-card h3{ font-size:1rem;font-weight:800;color:var(--tvz-ink);margin:0 0 12px; }
body.tvz-v5 .tvz-v5-art-share{ display:flex;flex-wrap:wrap;gap:8px; }
body.tvz-v5 .tvz-v5-art-share a,
body.tvz-v5 .tvz-v5-art-copy{ border:1px solid var(--tvz-border);background:#fff;border-radius:999px;padding:7px 13px;font-weight:700;font-size:.8rem;color:var(--tvz-blue);text-decoration:none;cursor:pointer; }
body.tvz-v5 .tvz-v5-art-share a:hover,
body.tvz-v5 .tvz-v5-art-copy:hover{ border-color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-art-cats{ display:flex;flex-wrap:wrap;gap:8px; }
body.tvz-v5 .tvz-v5-art-cats a{ background:var(--tvz-blue-soft);color:var(--tvz-blue);border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:700;text-decoration:none; }
body.tvz-v5 .tvz-v5-art-rel{ display:flex;flex-direction:column;gap:12px; }
body.tvz-v5 .tvz-v5-art-rel__i{ display:flex;gap:11px;align-items:center;text-decoration:none;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-art-rel__img{ flex:0 0 auto;width:64px;height:48px;border-radius:var(--tvz-radius-sm);background:var(--tvz-blue-soft) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-art-rel__b small{ display:block;color:var(--tvz-muted);font-size:.72rem; }
body.tvz-v5 .tvz-v5-art-rel__b strong{ font-size:.88rem;font-weight:700;line-height:1.3; }
body.tvz-v5 .tvz-v5-art-rel__i:hover strong{ color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-art-rel__all{ display:inline-block;margin-top:12px;color:var(--tvz-blue-accent);font-weight:700;font-size:.85rem;text-decoration:none; }

/* događanje — detalji + CTA */
body.tvz-v5 .tvz-v5-event-details ul{ list-style:none;margin:0 0 14px;padding:0;display:flex;flex-direction:column;gap:0; }
body.tvz-v5 .tvz-v5-event-details li{ display:flex;flex-direction:column;gap:1px;padding:9px 0;border-top:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-event-details li:first-child{ border-top:0; }
body.tvz-v5 .tvz-v5-event-details span{ font-size:.74rem;text-transform:uppercase;letter-spacing:.05em;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-event-details strong{ font-weight:700;color:var(--tvz-ink);font-size:.95rem; }
body.tvz-v5 .tvz-v5-event-cal{ width:100%;justify-content:center;margin-top:4px; }
body.tvz-v5 .tvz-v5-event-cta{ margin-top:26px;background:linear-gradient(120deg,var(--tvz-blue-deep),var(--tvz-blue-dark));color:#fff;border-radius:var(--tvz-radius-lg);padding:22px 26px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap; }
body.tvz-v5 .tvz-v5-event-cta strong{ font-size:1.05rem;font-weight:800;max-width:42ch; }

@media (max-width:1024px){
  body.tvz-v5 .tvz-v5-art-wrap{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-art-aside{ position:static; }
}
@media (max-width:640px){
  body.tvz-v5 .tvz-v5-news-card.is-feature{ flex-direction:column; }
  body.tvz-v5 .tvz-v5-news-card.is-feature .tvz-v5-news-card__img{ flex-basis:auto;aspect-ratio:16/10; }
}

/* ---------- 31) Naši prostori i lokacije (page-prostori) ---------- */
body.tvz-v5 .tvz-v5-loc{ background:var(--tvz-page); }
body.tvz-v5 .tvz-v5-loc-wrap{ max-width:1240px;margin:0 auto;padding:0 24px; }
body.tvz-v5 .tvz-v5-loc-h2{ font-size:clamp(1.4rem,2.6vw,1.95rem);font-weight:800;color:var(--tvz-ink);margin:0 0 6px; }
body.tvz-v5 .tvz-v5-loc-sub{ color:var(--tvz-muted);font-size:.95rem;margin:0 0 20px; }

/* hero */
body.tvz-v5 .tvz-v5-loc-hero{ background:linear-gradient(120deg,var(--tvz-blue-deep),var(--tvz-blue-dark));color:#fff; }
body.tvz-v5 .tvz-v5-loc-hero__inner{ display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;padding:34px 24px 30px; }
body.tvz-v5 .tvz-v5-loc-bc{ display:flex;gap:8px;align-items:center;font-size:.84rem;color:#b9cce6;margin-bottom:18px; }
body.tvz-v5 .tvz-v5-loc-bc a{ color:#b9cce6;text-decoration:none; }
body.tvz-v5 .tvz-v5-loc-hero__txt h1{ font-size:clamp(1.9rem,4vw,2.9rem);font-weight:800;line-height:1.08;margin:0 0 14px; }
body.tvz-v5 .tvz-v5-loc-hero__txt p{ color:#dbe6f5;font-size:1.04rem;line-height:1.6;max-width:48ch;margin:0 0 22px; }
body.tvz-v5 .tvz-v5-loc-hero__cta{ display:flex;flex-wrap:wrap;gap:12px; }
body.tvz-v5 .tvz-v5-loc-hero__collage{ display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:1fr;gap:10px;aspect-ratio:1/.8; }
body.tvz-v5 .tvz-v5-loc-hero__cell{ border-radius:var(--tvz-radius-md);background:rgba(255,255,255,.08) center/cover no-repeat;min-height:90px; }
body.tvz-v5 .tvz-v5-loc-stats{ border-top:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.12); }
body.tvz-v5 .tvz-v5-loc-stats__row{ display:flex;flex-wrap:wrap;gap:18px 36px;padding:18px 24px; }
body.tvz-v5 .tvz-v5-loc-stat{ display:flex;align-items:baseline;gap:8px; }
body.tvz-v5 .tvz-v5-loc-stat strong{ font-size:1.5rem;font-weight:800;color:#fff; }
body.tvz-v5 .tvz-v5-loc-stat span{ color:#9db8da;font-size:.85rem; }

/* karta + lokacije */
body.tvz-v5 .tvz-v5-loc-map-sec{ padding:40px 0 8px; }
body.tvz-v5 .tvz-v5-loc-map-grid{ display:grid;grid-template-columns:1.6fr 1fr;gap:18px;margin-bottom:26px; }
body.tvz-v5 .tvz-v5-loc-map__frame{ border-radius:var(--tvz-radius-lg);overflow:hidden;border:1px solid var(--tvz-border);box-shadow:var(--tvz-shadow-sm);aspect-ratio:16/10;background:var(--tvz-blue-soft); }
body.tvz-v5 .tvz-v5-loc-map__frame iframe{ width:100%;height:100%;border:0;display:block; }
body.tvz-v5 .tvz-v5-loc-map__list{ display:flex;flex-direction:column;gap:8px; }
body.tvz-v5 .tvz-v5-loc-pin{ text-align:left;border:1px solid var(--tvz-border);background:#fff;border-radius:var(--tvz-radius-md);padding:13px 15px;cursor:pointer;display:flex;flex-direction:column;gap:2px;transition:border-color .15s; }
body.tvz-v5 .tvz-v5-loc-pin strong{ font-weight:800;color:var(--tvz-ink);font-size:.98rem; }
body.tvz-v5 .tvz-v5-loc-pin span{ color:var(--tvz-muted);font-size:.82rem; }
body.tvz-v5 .tvz-v5-loc-pin.is-active{ border-color:var(--tvz-blue-accent);border-left-width:4px;background:var(--tvz-surface-soft); }
body.tvz-v5 .tvz-v5-loc-pin:hover{ border-color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-loc-cards{ display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px; }
body.tvz-v5 .tvz-v5-loc-card{ display:flex;flex-direction:column;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);overflow:hidden;box-shadow:var(--tvz-shadow-sm);transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-loc-card:hover{ transform:translateY(-4px);box-shadow:var(--tvz-shadow-lg); }
body.tvz-v5 .tvz-v5-loc-card__img{ aspect-ratio:16/10;background:var(--tvz-blue-deep) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-loc-card__b{ padding:15px 16px 17px;display:flex;flex-direction:column;gap:6px;flex:1; }
body.tvz-v5 .tvz-v5-loc-card__name{ font-weight:800;font-size:1.05rem;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-loc-card__role{ color:var(--tvz-muted);font-size:.84rem; }
body.tvz-v5 .tvz-v5-loc-card__feat{ list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:4px;flex:1; }
body.tvz-v5 .tvz-v5-loc-card__feat li{ font-size:.84rem;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-loc-card__more{ color:var(--tvz-blue-accent);font-weight:700;font-size:.86rem;text-decoration:none;margin-top:6px; }

/* prostori za nastavu i rad */
body.tvz-v5 .tvz-v5-loc-spaces{ padding:48px 0 8px; }
body.tvz-v5 .tvz-v5-loc-spaces__grid{ display:grid;grid-template-columns:repeat(2,1fr);gap:18px; }
body.tvz-v5 .tvz-v5-loc-space{ position:relative;min-height:190px;border-radius:var(--tvz-radius-lg);overflow:hidden;display:flex;align-items:flex-end;padding:22px;background:#fff center/cover no-repeat;background-image:var(--sp-img);border:1px solid var(--tvz-border);box-shadow:var(--tvz-shadow-sm); }
body.tvz-v5 .tvz-v5-loc-space__shade{ position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0) 30%,rgba(255,255,255,.96)); }
body.tvz-v5 .tvz-v5-loc-space.is-dark .tvz-v5-loc-space__shade{ background:linear-gradient(180deg,rgba(6,29,57,.1) 20%,rgba(6,29,57,.9)); }
body.tvz-v5 .tvz-v5-loc-space__b{ position:relative;display:flex;flex-direction:column;gap:4px; }
body.tvz-v5 .tvz-v5-loc-space__b strong{ font-size:1.2rem;font-weight:800;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-loc-space__b span{ color:var(--tvz-muted);font-size:.86rem;line-height:1.45;max-width:42ch; }
body.tvz-v5 .tvz-v5-loc-space.is-dark .tvz-v5-loc-space__b strong{ color:#fff; }
body.tvz-v5 .tvz-v5-loc-space.is-dark .tvz-v5-loc-space__b span{ color:#dbe6f5; }
body.tvz-v5 .tvz-v5-loc-space__more{ color:var(--tvz-blue-accent);font-weight:700;font-size:.84rem;margin-top:4px; }
body.tvz-v5 .tvz-v5-loc-space.is-dark .tvz-v5-loc-space__more{ color:#9ec3ff; }

/* studentski život */
body.tvz-v5 .tvz-v5-loc-life{ padding:48px 0 8px; }
body.tvz-v5 .tvz-v5-loc-life__grid{ display:grid;grid-template-columns:1fr 1.3fr;gap:28px;align-items:center; }
body.tvz-v5 .tvz-v5-loc-life__txt h2{ font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;color:var(--tvz-ink);margin:0 0 12px; }
body.tvz-v5 .tvz-v5-loc-life__txt p{ color:var(--tvz-muted);font-size:1rem;line-height:1.6;margin:0 0 18px; }
body.tvz-v5 .tvz-v5-loc-life__mosaic{ display:grid;grid-template-columns:repeat(3,1fr);gap:10px; }
body.tvz-v5 .tvz-v5-loc-life__cell{ aspect-ratio:1/1;border-radius:var(--tvz-radius-md);background:var(--tvz-blue-soft) center/cover no-repeat; }

/* virtual campus */
body.tvz-v5 .tvz-v5-loc-virtual{ padding:48px 0 8px; }
body.tvz-v5 .tvz-v5-loc-virtual__card{ display:grid;grid-template-columns:1fr 1fr;gap:0;background:linear-gradient(120deg,var(--tvz-blue-deep),var(--tvz-blue-dark));color:#fff;border-radius:var(--tvz-radius-lg);overflow:hidden;box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-loc-virtual__txt{ padding:32px 34px; }
body.tvz-v5 .tvz-v5-loc-virtual__eyebrow{ display:inline-block;background:rgba(255,255,255,.16);border-radius:999px;padding:4px 12px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px; }
body.tvz-v5 .tvz-v5-loc-virtual__txt h2{ font-size:1.7rem;font-weight:800;margin:0 0 8px; }
body.tvz-v5 .tvz-v5-loc-virtual__txt p{ color:#cfdcee;margin:0 0 16px;max-width:44ch; }
body.tvz-v5 .tvz-v5-loc-virtual__card .tvz-v5-cjz-check li{ color:#eaf1fb; }
body.tvz-v5 .tvz-v5-loc-virtual__card .tvz-v5-cjz-check svg{ color:#7fb0ef; }
body.tvz-v5 .tvz-v5-loc-virtual__img{ background:var(--tvz-blue) center/cover no-repeat;min-height:260px; }

/* CTA */
body.tvz-v5 .tvz-v5-loc-cta{ padding:44px 0 8px; }
body.tvz-v5 .tvz-v5-loc-cta__row{ background:var(--tvz-blue-accent);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-md);padding:30px 34px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap; }
body.tvz-v5 .tvz-v5-loc-cta__row h2{ font-size:1.4rem;font-weight:800;margin:0;max-width:30ch; }
body.tvz-v5 .tvz-v5-loc-cta__btns{ display:flex;flex-wrap:wrap;gap:10px; }

/* brzi pristupi */
body.tvz-v5 .tvz-v5-loc-quick{ padding:36px 0 56px; }
body.tvz-v5 .tvz-v5-loc-quick__row{ display:grid;grid-template-columns:repeat(5,1fr);gap:14px; }
body.tvz-v5 .tvz-v5-loc-quick__i{ display:flex;flex-direction:column;gap:5px;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);padding:18px;text-decoration:none;transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-loc-quick__i:hover{ transform:translateY(-3px);box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-loc-quick__i svg{ width:26px;height:26px;color:var(--tvz-blue-accent);margin-bottom:4px; }
body.tvz-v5 .tvz-v5-loc-quick__i strong{ font-weight:800;color:var(--tvz-ink);font-size:.92rem;line-height:1.25; }
body.tvz-v5 .tvz-v5-loc-quick__i span{ color:var(--tvz-muted);font-size:.8rem;line-height:1.35; }

@media (max-width:1024px){
  body.tvz-v5 .tvz-v5-loc-hero__inner{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-loc-hero__collage{ aspect-ratio:2/1; }
  body.tvz-v5 .tvz-v5-loc-map-grid{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-loc-life__grid{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-loc-virtual__card{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-loc-virtual__img{ min-height:180px;order:-1; }
  body.tvz-v5 .tvz-v5-loc-quick__row{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:640px){
  body.tvz-v5 .tvz-v5-loc-spaces__grid{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-loc-life__mosaic{ grid-template-columns:repeat(3,1fr); }
  body.tvz-v5 .tvz-v5-loc-quick__row{ grid-template-columns:1fr; }
}

/* ---------- 32) Detalj lokacije (page-lokacija) ---------- */
body.tvz-v5 .tvz-v5-locd{ background:var(--tvz-page); }
body.tvz-v5 .tvz-v5-locd-wrap{ max-width:1200px;margin:0 auto;padding:0 24px; }
body.tvz-v5 .tvz-v5-locd-hero{ position:relative;background:var(--tvz-blue-deep) center/cover no-repeat;background-image:var(--locd-hero);color:#fff;overflow:hidden; }
body.tvz-v5 .tvz-v5-locd-hero__overlay{ position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,29,57,.55),rgba(6,29,57,.92)); }
body.tvz-v5 .tvz-v5-locd-hero__inner{ position:relative;padding:26px 24px 30px;min-height:230px;display:flex;flex-direction:column;justify-content:flex-end; }
body.tvz-v5 .tvz-v5-locd-hero__top{ display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:auto; }
body.tvz-v5 .tvz-v5-locd-bc{ display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:.82rem;color:#b9cce6; }
body.tvz-v5 .tvz-v5-locd-bc a{ color:#b9cce6;text-decoration:none; }
body.tvz-v5 .tvz-v5-locd-bc a:hover{ color:#fff; }
body.tvz-v5 .tvz-v5-locd-back{ color:#cfe0f5;text-decoration:none;font-weight:700;font-size:.84rem; }
body.tvz-v5 .tvz-v5-locd-title{ font-size:clamp(1.8rem,4vw,2.7rem);font-weight:800;margin:18px 0 6px; }
body.tvz-v5 .tvz-v5-locd-addr{ color:#dbe6f5;margin:0 0 16px;font-size:1rem; }
body.tvz-v5 .tvz-v5-locd-infobar{ display:flex;flex-wrap:wrap;gap:10px 26px; }
body.tvz-v5 .tvz-v5-locd-infobar span{ display:inline-flex;align-items:center;gap:8px;font-size:.9rem;color:#eaf1fb; }
body.tvz-v5 .tvz-v5-locd-infobar svg{ width:18px;height:18px;color:#7fb0ef; }

body.tvz-v5 .tvz-v5-locd-body{ padding:30px 24px 56px;display:flex;flex-direction:column;gap:24px; }
body.tvz-v5 .tvz-v5-locd-cols{ display:grid;grid-template-columns:1fr 1.2fr;gap:20px;align-items:start; }
body.tvz-v5 .tvz-v5-locd-card{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:24px 26px; }
body.tvz-v5 .tvz-v5-locd-card h2{ font-size:1.2rem;font-weight:800;color:var(--tvz-ink);margin:0 0 14px; }
body.tvz-v5 .tvz-v5-locd-kako{ list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0; }
body.tvz-v5 .tvz-v5-locd-kako li{ display:flex;flex-direction:column;gap:1px;padding:10px 0;border-top:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-locd-kako li:first-child{ border-top:0; }
body.tvz-v5 .tvz-v5-locd-kako span{ font-size:.74rem;text-transform:uppercase;letter-spacing:.05em;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-locd-kako strong{ font-weight:700;color:var(--tvz-ink);font-size:.95rem; }
body.tvz-v5 .tvz-v5-locd-sadrzaji{ display:grid;grid-template-columns:1fr 1fr;gap:14px; }
body.tvz-v5 .tvz-v5-locd-sadrzaj{ display:flex;gap:11px;align-items:flex-start;background:var(--tvz-surface-soft);border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);padding:14px; }
body.tvz-v5 .tvz-v5-locd-sadrzaj svg{ width:24px;height:24px;color:var(--tvz-blue-accent);flex:0 0 auto;margin-top:2px; }
body.tvz-v5 .tvz-v5-locd-sadrzaj strong{ display:block;font-weight:800;color:var(--tvz-ink);font-size:.95rem; }
body.tvz-v5 .tvz-v5-locd-sadrzaj span{ display:block;color:var(--tvz-muted);font-size:.82rem;line-height:1.4;margin-top:2px; }

body.tvz-v5 .tvz-v5-locd-map__frame{ aspect-ratio:21/7;border-radius:var(--tvz-radius-lg);overflow:hidden;border:1px solid var(--tvz-border);box-shadow:var(--tvz-shadow-sm);background:var(--tvz-blue-soft); }
body.tvz-v5 .tvz-v5-locd-map__frame iframe{ width:100%;height:100%;border:0;display:block; }
body.tvz-v5 .tvz-v5-locd-map__link{ display:inline-block;margin-top:10px;color:var(--tvz-blue-accent);font-weight:700;font-size:.88rem;text-decoration:none; }

body.tvz-v5 .tvz-v5-locd-study-grid{ display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px; }
body.tvz-v5 .tvz-v5-locd-study{ display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);padding:18px;text-decoration:none;transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-locd-study:hover{ transform:translateY(-3px);box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-locd-study strong{ font-weight:800;color:var(--tvz-ink);line-height:1.3; }
body.tvz-v5 .tvz-v5-locd-study span{ color:var(--tvz-muted);font-size:.84rem; }
body.tvz-v5 .tvz-v5-locd-study__more{ color:var(--tvz-blue-accent);font-weight:700;font-size:.84rem;margin-top:4px; }

body.tvz-v5 .tvz-v5-locd-teach-grid{ display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px; }
body.tvz-v5 .tvz-v5-locd-teach{ display:flex;flex-direction:column;gap:5px;text-decoration:none;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-locd-teach__ph{ aspect-ratio:1/1;border-radius:var(--tvz-radius-md);background:var(--tvz-blue-soft) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-locd-teach strong{ font-weight:800;font-size:.92rem;margin-top:4px; }
body.tvz-v5 .tvz-v5-locd-teach span{ color:var(--tvz-muted);font-size:.8rem; }
body.tvz-v5 .tvz-v5-locd-teach:hover strong{ color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-locd-content{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);padding:24px 28px; }

@media (max-width:900px){
  body.tvz-v5 .tvz-v5-locd-cols{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-locd-sadrzaji{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-locd-map__frame{ aspect-ratio:4/3; }
}

/* ---------- 33) Projekti i inovacije (archive-projekt + single-projekt) ---------- */
body.tvz-v5 .tvz-v5-proj{ background:var(--tvz-page); }
body.tvz-v5 .tvz-v5-proj-wrap{ max-width:1240px;margin:0 auto;padding:0 24px; }
body.tvz-v5 .tvz-v5-proj-h2{ font-size:clamp(1.4rem,2.6vw,1.95rem);font-weight:800;color:var(--tvz-ink);margin:0; }
body.tvz-v5 .tvz-v5-proj-sub{ color:var(--tvz-muted);font-size:.95rem;margin:6px 0 0; }

/* hero + stats */
body.tvz-v5 .tvz-v5-proj-hero{ position:relative;background:var(--tvz-blue-deep) center/cover no-repeat;background-image:var(--proj-hero);color:#fff;overflow:hidden; }
body.tvz-v5 .tvz-v5-proj-hero__overlay{ position:absolute;inset:0;background:linear-gradient(100deg,rgba(6,29,57,.96),rgba(6,29,57,.74) 50%,rgba(8,41,78,.30)); }
body.tvz-v5 .tvz-v5-proj-hero__inner{ position:relative;padding:34px 24px 30px; }
body.tvz-v5 .tvz-v5-proj-bc{ display:flex;gap:8px;align-items:center;font-size:.84rem;color:#b9cce6;margin-bottom:18px; }
body.tvz-v5 .tvz-v5-proj-bc a{ color:#b9cce6;text-decoration:none; }
body.tvz-v5 .tvz-v5-proj-hero__title{ font-size:clamp(2rem,4.4vw,3rem);font-weight:800;margin:0 0 12px; }
body.tvz-v5 .tvz-v5-proj-hero__lead{ font-size:1.04rem;color:#dbe6f5;max-width:60ch;margin:0 0 22px; }
body.tvz-v5 .tvz-v5-proj-hero__cta{ display:flex;flex-wrap:wrap;gap:12px; }
body.tvz-v5 .tvz-v5-proj-stats{ position:relative;border-top:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.12); }
body.tvz-v5 .tvz-v5-proj-stats__row{ display:flex;flex-wrap:wrap;gap:18px 40px;padding:18px 24px; }
body.tvz-v5 .tvz-v5-proj-stat{ display:flex;align-items:baseline;gap:8px; }
body.tvz-v5 .tvz-v5-proj-stat strong{ font-size:1.6rem;font-weight:800;color:#fff; }
body.tvz-v5 .tvz-v5-proj-stat span{ color:#9db8da;font-size:.85rem; }

/* katalog */
body.tvz-v5 .tvz-v5-proj-cat{ padding:40px 0 8px; }
body.tvz-v5 .tvz-v5-proj-head{ display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;flex-wrap:wrap; }
body.tvz-v5 .tvz-v5-proj-search{ position:relative;flex:1 1 260px;max-width:360px; }
body.tvz-v5 .tvz-v5-proj-search svg{ position:absolute;left:13px;top:50%;transform:translateY(-50%);width:17px;height:17px;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-proj-search input{ width:100%;padding:11px 13px 11px 40px;border:1px solid var(--tvz-border);border-radius:999px;font-size:.92rem;background:#fff; }
body.tvz-v5 .tvz-v5-proj-layout{ display:grid;grid-template-columns:240px 1fr;gap:26px;align-items:start; }
body.tvz-v5 .tvz-v5-proj-filters{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:8px 6px;position:sticky;top:84px; }
body.tvz-v5 .tvz-v5-proj-fg{ border-bottom:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-proj-fg:last-of-type{ border-bottom:0; }
body.tvz-v5 .tvz-v5-proj-fg>summary{ list-style:none;cursor:pointer;padding:12px 14px;font-weight:700;color:var(--tvz-ink);font-size:.92rem; }
body.tvz-v5 .tvz-v5-proj-fg>summary::-webkit-details-marker{ display:none; }
body.tvz-v5 .tvz-v5-proj-chk{ display:flex;gap:9px;align-items:center;font-size:.88rem;color:var(--tvz-ink);cursor:pointer;padding:4px 14px; }
body.tvz-v5 .tvz-v5-proj-chk input{ width:16px;height:16px;accent-color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-proj-reset{ width:calc(100% - 12px);margin:8px 6px;border:0;background:transparent;color:var(--tvz-blue-accent);font-weight:700;font-size:.86rem;cursor:pointer;text-align:left;padding:6px 8px; }
body.tvz-v5 .tvz-v5-proj-count{ color:var(--tvz-muted);font-size:.86rem;margin-bottom:12px;text-align:right; }
body.tvz-v5 .tvz-v5-proj-grid{ display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px; }
body.tvz-v5 .tvz-v5-proj-card{ display:flex;flex-direction:column;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);overflow:hidden;box-shadow:var(--tvz-shadow-sm);transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-proj-card:hover{ transform:translateY(-4px);box-shadow:var(--tvz-shadow-lg); }
body.tvz-v5 .tvz-v5-proj-card__img{ position:relative;display:block;aspect-ratio:16/9;background:var(--tvz-blue-deep) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-proj-card__tag{ position:absolute;top:10px;left:10px;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:3px 9px;border-radius:5px;background:#fff;color:var(--tvz-blue); }
body.tvz-v5 .tvz-v5-proj-card__tag.tag-eu{ background:var(--tvz-blue-accent);color:#fff; }
body.tvz-v5 .tvz-v5-proj-card__tag.tag-industrijski{ background:#0f766e;color:#fff; }
body.tvz-v5 .tvz-v5-proj-card__tag.tag-interni{ background:#6d28d9;color:#fff; }
body.tvz-v5 .tvz-v5-proj-card__b{ padding:15px 16px 16px;display:flex;flex-direction:column;gap:7px;flex:1; }
body.tvz-v5 .tvz-v5-proj-card__title{ margin:0;font-size:1.04rem;font-weight:800;line-height:1.3; }
body.tvz-v5 .tvz-v5-proj-card__title a{ color:var(--tvz-ink);text-decoration:none; }
body.tvz-v5 .tvz-v5-proj-card__title a:hover{ color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-proj-card__ex{ color:var(--tvz-muted);font-size:.86rem;line-height:1.5;margin:0;flex:1; }
body.tvz-v5 .tvz-v5-proj-card__meta{ display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;font-size:.8rem;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-proj-card__st{ font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:3px 9px;border-radius:999px;background:#dcfce7;color:#166534; }
body.tvz-v5 .tvz-v5-proj-card__st.is-zavrsen{ background:var(--tvz-blue-soft);color:var(--tvz-blue); }
body.tvz-v5 .tvz-v5-proj-empty{ grid-column:1/-1;color:var(--tvz-muted);padding:18px 0; }

/* ekosustav */
body.tvz-v5 .tvz-v5-proj-eko{ padding:48px 0 8px; }
body.tvz-v5 .tvz-v5-proj-eko__row{ display:flex;flex-wrap:wrap;align-items:center;gap:8px;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:22px;margin-top:16px; }
body.tvz-v5 .tvz-v5-proj-eko__step{ flex:1 1 120px;min-width:110px;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;padding:10px; }
body.tvz-v5 .tvz-v5-proj-eko__step span{ width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-weight:800;background:var(--tvz-blue-soft);color:var(--tvz-blue); }
body.tvz-v5 .tvz-v5-proj-eko__step strong{ font-weight:800;color:var(--tvz-ink);font-size:.92rem; }
body.tvz-v5 .tvz-v5-proj-eko__arr{ color:var(--tvz-blue-accent);font-weight:800; }

/* uključi se */
body.tvz-v5 .tvz-v5-proj-join{ padding:48px 0 8px; }
body.tvz-v5 .tvz-v5-proj-join__grid{ display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:16px; }
body.tvz-v5 .tvz-v5-proj-join__card{ display:flex;flex-direction:column;gap:6px;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:22px;text-decoration:none;transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-proj-join__card:hover{ transform:translateY(-3px);box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-proj-join__ic{ width:46px;height:46px;border-radius:12px;display:grid;place-items:center;background:var(--tvz-blue-accent);color:#fff;margin-bottom:6px; }
body.tvz-v5 .tvz-v5-proj-join__ic svg{ width:24px;height:24px; }
body.tvz-v5 .tvz-v5-proj-join__card strong{ font-weight:800;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-proj-join__card span{ color:var(--tvz-muted);font-size:.86rem;line-height:1.45; }

/* partneri */
body.tvz-v5 .tvz-v5-proj-partners{ padding:48px 0 8px; }
body.tvz-v5 .tvz-v5-proj-logos{ display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;margin-top:8px; }
body.tvz-v5 .tvz-v5-proj-logo{ display:flex;align-items:center;justify-content:center;text-align:center;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);padding:18px 14px;font-weight:800;color:var(--tvz-ink);font-size:.9rem;min-height:70px; }

/* CTA */
body.tvz-v5 .tvz-v5-proj-cta{ padding:44px 0 56px; }
body.tvz-v5 .tvz-v5-proj-cta__row{ background:linear-gradient(120deg,var(--tvz-blue-deep),var(--tvz-blue-dark));border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-md);padding:30px 34px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap; }
body.tvz-v5 .tvz-v5-proj-cta__row h2{ font-size:1.4rem;font-weight:800;margin:0 0 4px; }
body.tvz-v5 .tvz-v5-proj-cta__row p{ margin:0;color:#cfdcee; }

/* ---- single projekt ---- */
body.tvz-v5 .tvz-v5-prj{ background:var(--tvz-page); }
body.tvz-v5 .tvz-v5-prj-hero{ position:relative;background:var(--tvz-blue-deep) center/cover no-repeat;background-image:var(--prj-hero);color:#fff;overflow:hidden; }
body.tvz-v5 .tvz-v5-prj-hero__overlay{ position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,29,57,.5),rgba(6,29,57,.92)); }
body.tvz-v5 .tvz-v5-prj-hero__inner{ position:relative;padding:34px 24px 38px;min-height:240px;display:flex;flex-direction:column;justify-content:flex-end; }
body.tvz-v5 .tvz-v5-prj-hero__tag{ display:inline-block;align-self:flex-start;background:var(--tvz-blue-accent);color:#fff;font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:4px 11px;border-radius:6px;margin-bottom:12px; }
body.tvz-v5 .tvz-v5-prj-hero__title{ font-size:clamp(1.8rem,3.6vw,2.6rem);font-weight:800;margin:0 0 10px;max-width:24ch; }
body.tvz-v5 .tvz-v5-prj-hero__lead{ color:#dbe6f5;font-size:1.02rem;line-height:1.6;max-width:64ch;margin:0; }
body.tvz-v5 .tvz-v5-prj-body{ display:grid;grid-template-columns:1fr 320px;gap:28px;align-items:start;padding:30px 24px 56px; }
body.tvz-v5 .tvz-v5-prj-main{ display:flex;flex-direction:column;gap:20px;min-width:0; }
body.tvz-v5 .tvz-v5-prj-funders{ display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px; }
body.tvz-v5 .tvz-v5-prj-funder{ background:var(--tvz-surface-soft);border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);padding:14px 16px;display:flex;flex-direction:column;gap:3px; }
body.tvz-v5 .tvz-v5-prj-funder strong{ font-weight:800;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-prj-funder span{ color:var(--tvz-muted);font-size:.84rem; }
body.tvz-v5 .tvz-v5-prj-funder__src{ color:var(--tvz-blue-accent);font-weight:700; }
body.tvz-v5 .tvz-v5-prj-team{ display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px; }
body.tvz-v5 .tvz-v5-prj-person{ display:flex;gap:11px;align-items:center;text-decoration:none;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-prj-person__ph{ width:48px;height:48px;border-radius:50%;background:var(--tvz-blue-soft) center/cover no-repeat;flex:0 0 auto; }
body.tvz-v5 .tvz-v5-prj-person__b strong{ display:block;font-weight:700;font-size:.92rem; }
body.tvz-v5 .tvz-v5-prj-person__b small{ color:var(--tvz-muted);font-size:.8rem; }
body.tvz-v5 .tvz-v5-prj-person:hover strong{ color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-prj-gallery{ display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px; }
body.tvz-v5 .tvz-v5-prj-gallery__i{ aspect-ratio:4/3;border-radius:var(--tvz-radius-sm);background:var(--tvz-blue-soft) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-prj-news{ display:flex;flex-direction:column;gap:12px; }
body.tvz-v5 .tvz-v5-prj-newsitem{ display:flex;gap:12px;align-items:center;text-decoration:none;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-prj-newsitem__img{ width:72px;height:54px;border-radius:var(--tvz-radius-sm);background:var(--tvz-blue-soft) center/cover no-repeat;flex:0 0 auto; }
body.tvz-v5 .tvz-v5-prj-newsitem__b small{ display:block;color:var(--tvz-muted);font-size:.74rem; }
body.tvz-v5 .tvz-v5-prj-newsitem__b strong{ font-size:.9rem;font-weight:700;line-height:1.3; }
body.tvz-v5 .tvz-v5-prj-newsitem:hover strong{ color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-prj-aside{ position:sticky;top:84px; }
body.tvz-v5 .tvz-v5-prj-side{ background:#fff;border:1px solid var(--tvz-border);border-top:3px solid var(--tvz-blue-accent);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:22px; }
body.tvz-v5 .tvz-v5-prj-side h3{ font-size:1.1rem;font-weight:800;color:var(--tvz-ink);margin:0 0 12px; }
body.tvz-v5 .tvz-v5-prj-facts{ margin:0 0 16px; }
body.tvz-v5 .tvz-v5-prj-facts div{ display:flex;justify-content:space-between;gap:12px;align-items:center;padding:9px 0;border-top:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-prj-facts div:first-child{ border-top:0; }
body.tvz-v5 .tvz-v5-prj-facts dt{ color:var(--tvz-muted);font-size:.86rem; }
body.tvz-v5 .tvz-v5-prj-facts dd{ margin:0;font-weight:700;color:var(--tvz-ink);font-size:.9rem;text-align:right; }

@media (max-width:1024px){
  body.tvz-v5 .tvz-v5-proj-layout{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-proj-filters{ position:static; }
  body.tvz-v5 .tvz-v5-proj-join__grid{ grid-template-columns:repeat(2,1fr); }
  body.tvz-v5 .tvz-v5-prj-body{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-prj-aside{ position:static; }
}
@media (max-width:560px){
  body.tvz-v5 .tvz-v5-proj-join__grid{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-proj-eko__arr{ display:none; }
}

/* ---------- 34) Naslovnica — „Naše lokacije" naslov-redak ---------- */
body.tvz-v5 .tvz-v5-sec-head--row{ display:flex;justify-content:space-between;align-items:flex-end;gap:14px;flex-wrap:wrap; }
body.tvz-v5 .tvz-v5-sec-head__link{ color:var(--tvz-blue-accent);font-weight:700;text-decoration:none;font-size:.92rem;white-space:nowrap; }
body.tvz-v5 .tvz-v5-sec-head__link:hover{ text-decoration:underline; }

/* ---------- 35) Dokumenti i akti (archive-dokument + single-dokument) ---------- */
body.tvz-v5 .tvz-v5-doc{ background:var(--tvz-page); }
body.tvz-v5 .tvz-v5-doc-wrap{ max-width:1240px;margin:0 auto;padding:0 24px; }
body.tvz-v5 .tvz-v5-doc-h2{ font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:800;color:var(--tvz-ink);margin:0 0 4px; }
body.tvz-v5 .tvz-v5-doc-sub{ color:var(--tvz-muted);font-size:.95rem;margin:0 0 18px; }

/* hero + tražilica */
body.tvz-v5 .tvz-v5-doc-hero{ position:relative;background:var(--tvz-blue-deep) center/cover no-repeat;background-image:var(--doc-hero);color:#fff;overflow:hidden; }
body.tvz-v5 .tvz-v5-doc-hero__overlay{ position:absolute;inset:0;background:linear-gradient(100deg,rgba(6,29,57,.97),rgba(6,29,57,.82) 55%,rgba(8,41,78,.5)); }
body.tvz-v5 .tvz-v5-doc-hero__inner{ position:relative;padding:34px 24px 40px; }
body.tvz-v5 .tvz-v5-doc-bc{ display:flex;gap:8px;align-items:center;font-size:.84rem;color:#b9cce6;margin-bottom:18px; }
body.tvz-v5 .tvz-v5-doc-bc a{ color:#b9cce6;text-decoration:none; }
body.tvz-v5 .tvz-v5-doc-hero__title{ font-size:clamp(2rem,4.4vw,3rem);font-weight:800;margin:0 0 10px; }
body.tvz-v5 .tvz-v5-doc-hero__lead{ font-size:1.04rem;color:#dbe6f5;max-width:60ch;margin:0 0 22px; }
body.tvz-v5 .tvz-v5-doc-hero__search{ position:relative;max-width:680px; }
body.tvz-v5 .tvz-v5-doc-hero__search svg{ position:absolute;left:18px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-doc-hero__search input{ width:100%;padding:16px 18px 16px 50px;border:0;border-radius:var(--tvz-radius-md);font-size:1rem;box-shadow:var(--tvz-shadow-md); }

/* brzi pristup */
body.tvz-v5 .tvz-v5-doc-quick{ margin-top:-26px;position:relative;z-index:3;padding-bottom:8px; }
body.tvz-v5 .tvz-v5-doc-quick__row{ display:grid;grid-template-columns:repeat(6,1fr);gap:12px; }
body.tvz-v5 .tvz-v5-doc-quick__card{ display:flex;flex-direction:column;gap:5px;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);padding:16px 14px;cursor:pointer;text-align:left;transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-doc-quick__card:hover{ transform:translateY(-3px);box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-doc-quick__ic{ width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:var(--tvz-blue-soft);color:var(--tvz-blue);margin-bottom:4px; }
body.tvz-v5 .tvz-v5-doc-quick__ic svg{ width:20px;height:20px; }
body.tvz-v5 .tvz-v5-doc-quick__card strong{ font-weight:800;font-size:.92rem;color:var(--tvz-ink);line-height:1.2; }
body.tvz-v5 .tvz-v5-doc-quick__card span{ color:var(--tvz-muted);font-size:.78rem;line-height:1.3; }

/* pregled: filteri + lista */
body.tvz-v5 .tvz-v5-doc-cat{ padding:34px 0 8px; }
body.tvz-v5 .tvz-v5-doc-layout{ display:grid;grid-template-columns:250px 1fr;gap:26px;align-items:start; }
body.tvz-v5 .tvz-v5-doc-filters{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:14px;position:sticky;top:84px; }
body.tvz-v5 .tvz-v5-doc-filters__h{ font-size:1rem;font-weight:800;color:var(--tvz-ink);margin:0 0 8px;padding:0 4px; }
body.tvz-v5 .tvz-v5-doc-fg{ border-top:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-doc-fg>summary{ list-style:none;cursor:pointer;padding:11px 4px;font-weight:700;color:var(--tvz-ink);font-size:.9rem; }
body.tvz-v5 .tvz-v5-doc-fg>summary::-webkit-details-marker{ display:none; }
body.tvz-v5 .tvz-v5-doc-chk{ display:flex;gap:9px;align-items:center;font-size:.86rem;color:var(--tvz-ink);cursor:pointer;padding:4px; }
body.tvz-v5 .tvz-v5-doc-chk input{ width:16px;height:16px;accent-color:var(--tvz-blue-accent);flex:0 0 auto; }
body.tvz-v5 .tvz-v5-doc-reset{ width:100%;margin-top:8px;border:0;background:transparent;color:var(--tvz-blue-accent);font-weight:700;font-size:.86rem;cursor:pointer;text-align:left;padding:6px 4px; }
body.tvz-v5 .tvz-v5-doc-count{ color:var(--tvz-muted);font-size:.86rem;margin-bottom:12px;text-align:right; }
body.tvz-v5 .tvz-v5-doc-list{ display:flex;flex-direction:column;gap:10px; }
body.tvz-v5 .tvz-v5-doc-card{ display:flex;gap:14px;align-items:center;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);padding:14px 16px;flex-wrap:wrap; }
body.tvz-v5 .tvz-v5-doc-card:hover{ box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-doc-card__fmt{ flex:0 0 auto;width:48px;height:34px;border-radius:6px;display:grid;place-items:center;font-size:.6rem;font-weight:800;letter-spacing:.03em;color:#fff;background:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-doc-card__fmt.is-pdf{ background:#dc2626; }
body.tvz-v5 .tvz-v5-doc-card__fmt.is-doc{ background:#2563eb; }
body.tvz-v5 .tvz-v5-doc-card__fmt.is-xls{ background:#16a34a; }
body.tvz-v5 .tvz-v5-doc-card__fmt.is-ppt{ background:#ea580c; }
body.tvz-v5 .tvz-v5-doc-card__fmt.is-zip{ background:#6b7280; }
body.tvz-v5 .tvz-v5-doc-card__b{ flex:1 1 300px;min-width:0; }
body.tvz-v5 .tvz-v5-doc-card__title{ margin:0 0 4px;font-size:1rem;font-weight:800;line-height:1.3; }
body.tvz-v5 .tvz-v5-doc-card__title a{ color:var(--tvz-ink);text-decoration:none; }
body.tvz-v5 .tvz-v5-doc-card__title a:hover{ color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-doc-card__meta{ display:flex;flex-wrap:wrap;gap:6px 14px;font-size:.8rem;color:var(--tvz-muted);align-items:center; }
body.tvz-v5 .tvz-v5-doc-card__tag{ font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;border-radius:5px;background:var(--tvz-blue-soft);color:var(--tvz-blue); }
body.tvz-v5 .tvz-v5-doc-card__act{ display:flex;gap:8px;flex:0 0 auto; }
body.tvz-v5 .tvz-v5-doc-btn{ display:inline-flex;align-items:center;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-sm);padding:8px 14px;font-weight:700;font-size:.82rem;color:var(--tvz-blue);text-decoration:none; }
body.tvz-v5 .tvz-v5-doc-btn--primary{ background:var(--tvz-blue-accent);color:#fff;border-color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-doc-btn:hover{ border-color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-doc-empty{ color:var(--tvz-muted);padding:18px 0; }
body.tvz-v5 .tvz-v5-doc-more{ text-align:center;margin-top:20px; }

/* dokumenti za studente */
body.tvz-v5 .tvz-v5-doc-students{ padding:44px 0 56px; }
body.tvz-v5 .tvz-v5-doc-students__grid{ display:grid;grid-template-columns:repeat(6,1fr);gap:14px; }
body.tvz-v5 .tvz-v5-doc-students__card{ display:flex;flex-direction:column;align-items:center;gap:8px;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);padding:20px 12px;cursor:pointer;transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-doc-students__card:hover{ transform:translateY(-3px);box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-doc-students__card svg{ width:28px;height:28px;color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-doc-students__card strong{ font-weight:800;font-size:.9rem;color:var(--tvz-ink); }

/* single dokument */
body.tvz-v5 .tvz-v5-docd{ background:var(--tvz-page); }
body.tvz-v5 .tvz-v5-docd-wrap{ max-width:1140px;margin:0 auto;padding:28px 24px 56px; }
body.tvz-v5 .tvz-v5-docd-bc{ display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:.82rem;color:var(--tvz-muted);margin-bottom:16px; }
body.tvz-v5 .tvz-v5-docd-bc a{ color:var(--tvz-blue-accent);text-decoration:none; }
body.tvz-v5 .tvz-v5-docd-head{ display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:20px; }
body.tvz-v5 .tvz-v5-docd-fmt{ width:54px;height:40px;border-radius:8px;display:grid;place-items:center;font-size:.66rem;font-weight:800;color:#fff;background:var(--tvz-muted); }
body.tvz-v5 .tvz-v5-docd-fmt.is-pdf{ background:#dc2626; }
body.tvz-v5 .tvz-v5-docd-head h1{ font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:var(--tvz-ink);margin:0;flex:1 1 300px;line-height:1.2; }
body.tvz-v5 .tvz-v5-docd-vrsta{ font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:4px 11px;border-radius:6px;background:var(--tvz-blue-soft);color:var(--tvz-blue); }
body.tvz-v5 .tvz-v5-docd-body{ display:grid;grid-template-columns:1fr 320px;gap:26px;align-items:start; }
body.tvz-v5 .tvz-v5-docd-preview{ display:flex;flex-direction:column;gap:18px;min-width:0; }
body.tvz-v5 .tvz-v5-docd-preview iframe{ width:100%;height:640px;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);background:#fff; }
body.tvz-v5 .tvz-v5-docd-preview__ph{ display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;min-height:300px;background:#fff;border:1px dashed var(--tvz-border);border-radius:var(--tvz-radius-md);color:var(--tvz-muted);padding:30px; }
body.tvz-v5 .tvz-v5-docd-preview__ph svg{ width:54px;height:54px;color:var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-docd-preview__ph strong{ font-size:1.2rem;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-docd-desc{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);padding:20px 24px; }
body.tvz-v5 .tvz-v5-docd-aside{ display:flex;flex-direction:column;gap:16px;position:sticky;top:84px; }
body.tvz-v5 .tvz-v5-docd-card{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:18px 20px; }
body.tvz-v5 .tvz-v5-docd-card h3{ font-size:1rem;font-weight:800;color:var(--tvz-ink);margin:0 0 12px; }
body.tvz-v5 .tvz-v5-docd-facts{ margin:0; }
body.tvz-v5 .tvz-v5-docd-facts div{ display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-top:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-docd-facts div:first-child{ border-top:0; }
body.tvz-v5 .tvz-v5-docd-facts dt{ color:var(--tvz-muted);font-size:.84rem; }
body.tvz-v5 .tvz-v5-docd-facts dd{ margin:0;font-weight:700;color:var(--tvz-ink);font-size:.86rem;text-align:right; }
body.tvz-v5 .tvz-v5-docd-soon{ color:var(--tvz-muted);font-size:.86rem; }
body.tvz-v5 .tvz-v5-docd-related{ margin-top:30px; }
body.tvz-v5 .tvz-v5-docd-rel-grid{ display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px; }
body.tvz-v5 .tvz-v5-docd-rel{ display:flex;gap:11px;align-items:center;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);padding:14px;text-decoration:none;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-docd-rel strong{ font-size:.88rem;font-weight:700;line-height:1.3; }
body.tvz-v5 .tvz-v5-docd-rel:hover strong{ color:var(--tvz-blue-accent); }

@media (max-width:1024px){
  body.tvz-v5 .tvz-v5-doc-quick__row{ grid-template-columns:repeat(3,1fr); }
  body.tvz-v5 .tvz-v5-doc-layout{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-doc-filters{ position:static; }
  body.tvz-v5 .tvz-v5-doc-students__grid{ grid-template-columns:repeat(3,1fr); }
  body.tvz-v5 .tvz-v5-docd-body{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-docd-aside{ position:static; }
}
@media (max-width:600px){
  body.tvz-v5 .tvz-v5-doc-quick__row{ grid-template-columns:repeat(2,1fr); }
  body.tvz-v5 .tvz-v5-doc-students__grid{ grid-template-columns:repeat(2,1fr); }
  body.tvz-v5 .tvz-v5-doc-card__act{ width:100%; }
}

/* ---------- 35b) Dokumenti — filter traka + akordeon po vrsti ---------- */
body.tvz-v5 .tvz-v5-doc-bar{ display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:14px 16px;margin-bottom:16px; }
body.tvz-v5 .tvz-v5-doc-bar__filters{ display:flex;flex-wrap:wrap;gap:10px;align-items:center; }
body.tvz-v5 .tvz-v5-doc-bar__filters select,
body.tvz-v5 .tvz-v5-doc-bar__filters input[type=date]{ padding:10px 12px;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-sm);font:inherit;font-size:.88rem;background:#fff;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-doc-bar__actions{ display:flex;flex-wrap:wrap;gap:8px;align-items:center; }
body.tvz-v5 .tvz-v5-doc-bar__count{ font-weight:800;color:var(--tvz-blue);background:var(--tvz-blue-soft);border-radius:999px;padding:7px 14px;font-size:.84rem; }
body.tvz-v5 .tvz-v5-doc-pill{ border:1px solid var(--tvz-border);background:#fff;border-radius:999px;padding:8px 14px;font-weight:700;font-size:.82rem;color:var(--tvz-blue-accent);cursor:pointer; }
body.tvz-v5 .tvz-v5-doc-pill:hover{ border-color:var(--tvz-blue-accent); }

body.tvz-v5 .tvz-v5-doc-acc-list{ display:flex;flex-direction:column;gap:10px; }
body.tvz-v5 .tvz-v5-doc-acc{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);overflow:hidden; }
body.tvz-v5 .tvz-v5-doc-acc>summary{ list-style:none;cursor:pointer;display:flex;align-items:center;gap:12px;padding:16px 20px;font-weight:800;color:var(--tvz-ink);font-size:1.05rem; }
body.tvz-v5 .tvz-v5-doc-acc>summary::-webkit-details-marker{ display:none; }
body.tvz-v5 .tvz-v5-doc-acc__chev{ color:var(--tvz-blue-accent);font-weight:800;transition:transform .2s;display:inline-block; }
body.tvz-v5 .tvz-v5-doc-acc[open] .tvz-v5-doc-acc__chev{ transform:rotate(90deg); }
body.tvz-v5 .tvz-v5-doc-acc__name{ flex:1; }
body.tvz-v5 .tvz-v5-doc-acc__count{ background:var(--tvz-blue-soft);color:var(--tvz-blue);border-radius:999px;min-width:30px;text-align:center;padding:3px 10px;font-size:.82rem;font-weight:800; }
body.tvz-v5 .tvz-v5-doc-acc__body{ display:flex;flex-direction:column;gap:8px;padding:0 16px 16px; }
body.tvz-v5 .tvz-v5-doc-acc__body .tvz-v5-doc-card{ border-color:var(--tvz-border);background:var(--tvz-surface-soft); }
body.tvz-v5 .tvz-v5-doc-card__status{ color:var(--tvz-muted);font-style:italic; }

/* brzi pristup po kategoriji (chipovi) + napomena */
body.tvz-v5 .tvz-v5-doc-quick{ margin-top:0;padding:26px 0 0;position:static; }
body.tvz-v5 .tvz-v5-doc-quick__row{ display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px; }
body.tvz-v5 .tvz-v5-doc-quick__lbl{ font-weight:800;color:var(--tvz-ink);font-size:.92rem; }
body.tvz-v5 .tvz-v5-doc-chips{ display:flex;flex-wrap:wrap;gap:8px; }
body.tvz-v5 .tvz-v5-doc-chip{ border:1px solid var(--tvz-border);background:#fff;border-radius:999px;padding:8px 16px;font-weight:700;font-size:.86rem;color:var(--tvz-blue);cursor:pointer;transition:border-color .15s,transform .12s; }
body.tvz-v5 .tvz-v5-doc-chip:hover{ border-color:var(--tvz-blue-accent);transform:translateY(-1px); }
body.tvz-v5 .tvz-v5-doc-note-sec{ padding:30px 0 56px; }
body.tvz-v5 .tvz-v5-doc-note{ display:flex;align-items:center;gap:16px;flex-wrap:wrap;background:var(--tvz-blue-soft);border:1px solid #d7e4f7;border-radius:var(--tvz-radius-lg);padding:22px 26px; }
body.tvz-v5 .tvz-v5-doc-note>svg{ width:30px;height:30px;color:var(--tvz-blue-accent);flex:0 0 auto; }
body.tvz-v5 .tvz-v5-doc-note__txt{ flex:1 1 320px; }
body.tvz-v5 .tvz-v5-doc-note__txt strong{ display:block;font-weight:800;color:var(--tvz-ink);font-size:1.02rem; }
body.tvz-v5 .tvz-v5-doc-note__txt span{ color:var(--tvz-muted);font-size:.9rem;line-height:1.5; }
body.tvz-v5 .tvz-v5-doc-note__cta{ display:flex;flex-wrap:wrap;gap:10px; }

@media (max-width:760px){
  body.tvz-v5 .tvz-v5-doc-bar{ flex-direction:column;align-items:stretch; }
  body.tvz-v5 .tvz-v5-doc-bar__filters select,
  body.tvz-v5 .tvz-v5-doc-bar__filters input[type=date]{ flex:1 1 140px; }
}

/* ---------- 36) Kontrast hero sekcija (čitljivost teksta) ---------- */
/* Jači, ujednačeni overlay: lijevo (gdje je tekst) tamno, desno nikad ispod ~.6 */
body.tvz-v5 .tvz-v5-hero__overlay,
body.tvz-v5 .tvz-v5-cjz-hero__overlay,
body.tvz-v5 .tvz-v5-edu-hero__overlay,
body.tvz-v5 .tvz-v5-kar-hero__overlay,
body.tvz-v5 .tvz-v5-up-hero__overlay,
body.tvz-v5 .tvz-v5-news-hero__overlay,
body.tvz-v5 .tvz-v5-proj-hero__overlay,
body.tvz-v5 .tvz-v5-prog-hero__overlay,
body.tvz-v5 .tvz-v5-doc-hero__overlay,
body.tvz-v5 .tvz-v5-ms-hero__overlay{
  background:linear-gradient(100deg,rgba(5,23,46,.97) 0%,rgba(6,29,57,.88) 46%,rgba(8,41,78,.62) 100%) !important;
}
/* studij hero (split): tekst lijevo — pojačaj lijevu polovicu, foto ostaje desno */
body.tvz-v5 .tvz-v5-studij-hero__overlay{
  background:linear-gradient(90deg,rgba(5,23,46,.97) 0%,rgba(8,41,78,.9) 42%,rgba(8,41,78,.45) 72%,rgba(8,41,78,.12) 100%) !important;
}
/* Hero naslovi MORAJU biti bijeli (globalni h1 ima tamnu boju koja preglašava nasljeđivanje) */
body.tvz-v5 .tvz-v5-hero__title,
body.tvz-v5 .tvz-v5-cjz-hero__title,
body.tvz-v5 .tvz-v5-edu-hero__title,
body.tvz-v5 .tvz-v5-kar-hero__title,
body.tvz-v5 .tvz-v5-up-hero__title,
body.tvz-v5 .tvz-v5-news-hero__title,
body.tvz-v5 .tvz-v5-proj-hero__title,
body.tvz-v5 .tvz-v5-prog-hero__title,
body.tvz-v5 .tvz-v5-prj-hero__title,
body.tvz-v5 .tvz-v5-doc-hero__title,
body.tvz-v5 .tvz-v5-loc-hero__txt h1,
body.tvz-v5 .tvz-v5-locd-title,
body.tvz-v5 .tvz-v5-kont-title,
body.tvz-v5 .tvz-v5-studij-hero h1,
body.tvz-v5 .tvz-v5-ms-hero__title{ color:#fff !important; }

/* Svjetlije akcentne riječi u herou (plava na navy je bila preslična pozadini) */
body.tvz-v5 .tvz-v5-hero__dot,
body.tvz-v5 .tvz-v5-edu-hero__title span,
body.tvz-v5 .tvz-v5-kar-hero__title span,
body.tvz-v5 .tvz-v5-news-hero__title span{ color:#9ec5ff; }
/* Lead/podnaslov u herou — osiguraj punu čitljivost */
body.tvz-v5 .tvz-v5-hero__lead,
body.tvz-v5 .tvz-v5-edu-hero__lead,
body.tvz-v5 .tvz-v5-kar-hero__lead,
body.tvz-v5 .tvz-v5-cjz-hero__lead,
body.tvz-v5 .tvz-v5-prog-hero__lead,
body.tvz-v5 .tvz-v5-up-hero__lead,
body.tvz-v5 .tvz-v5-news-hero__lead,
body.tvz-v5 .tvz-v5-proj-hero__lead,
body.tvz-v5 .tvz-v5-doc-hero__lead{ color:#e8f0fb; }

/* ---------- 37) Glavni izbornik — mega/dropdown paneli (v5) ---------- */
body.tvz-v5 .tvz-menu--primary{ position:relative; }
body.tvz-v5 .tvz-menu--primary li.menu-item-has-children{ position:relative; }
/* indikator podizbornika */
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children > a .tvz-menu-label::after,
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children > a::before{ content:""; }
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children > a{ padding-right:24px; }
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children > a:after{ /* zadržano za podcrtu (v5) */ }
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children > a .tvz-menu-chevron,
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children > a > .tvz-mega-caret{ display:inline-block; }

/* panel */
body.tvz-v5 .tvz-menu--primary .sub-menu{
  list-style:none;margin:0;padding:16px;
  position:absolute;top:calc(100% + 6px);left:0;z-index:400;
  min-width:280px;max-width:min(680px,92vw);
  background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);
  box-shadow:var(--tvz-shadow-lg);
  display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2px 16px;
  opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .15s,transform .15s,visibility .15s;
}
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children:hover > .sub-menu,
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children:focus-within > .sub-menu,
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children.is-open > .sub-menu{ opacity:1;visibility:visible;transform:none; }
body.tvz-v5 .tvz-menu--primary .sub-menu > li{ margin:0; }
body.tvz-v5 .tvz-menu--primary .sub-menu a{ display:block;padding:9px 12px;border-radius:8px;color:var(--tvz-ink) !important;text-decoration:none;font-weight:600;font-size:.92rem;line-height:1.3; }
body.tvz-v5 .tvz-menu--primary .sub-menu a:hover{ background:var(--tvz-blue-soft);color:var(--tvz-blue) !important; }
body.tvz-v5 .tvz-menu--primary .sub-menu .tvz-menu-desc,
body.tvz-v5 .tvz-menu--primary .sub-menu .menu-item-description{ display:block;font-weight:400;font-size:.76rem;color:var(--tvz-muted);margin-top:2px; }
/* lijevi akcent na vrhu panela */
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children > .sub-menu{ border-top:3px solid var(--tvz-blue-accent); }

/* mobilni: panel ide u stupac unutar otvorene navigacije */
@media (max-width:1024px){
  body.tvz-v5 .tvz-menu--primary .sub-menu{
    position:static;opacity:1;visibility:visible;transform:none;display:none;
    grid-template-columns:1fr;box-shadow:none;border:0;border-top:1px solid var(--tvz-border);
    border-radius:0;padding:4px 0 8px 14px;min-width:0;max-width:none;background:transparent;
  }
  body.tvz-v5 .tvz-menu--primary li.menu-item-has-children.is-open > .sub-menu{ display:block; }
  body.tvz-v5 .tvz-menu--primary .sub-menu a{ color:#eaf1fb !important; }
  body.tvz-v5 .tvz-menu--primary .sub-menu a:hover{ background:rgba(255,255,255,.1);color:#fff !important; }
}

/* ---------- 38) Forme — honeypot + status poruke ---------- */
body.tvz-v5 .tvz-v5-hp{ position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden; }
body.tvz-v5 .tvz-v5-kont-form__note.is-ok{ color:var(--tvz-green);font-weight:700; }
body.tvz-v5 .tvz-v5-kont-form__note.is-err{ color:#dc2626;font-weight:700; }
body.tvz-v5 .tvz-v5-nl-form{ display:flex;gap:8px;flex-wrap:wrap;align-items:center; }
body.tvz-v5 .tvz-v5-nl-form input[type=email]{ flex:1 1 220px;min-width:180px;padding:13px 16px;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-sm);font-size:.95rem; }
body.tvz-v5 .tvz-v5-nl-form__note{ flex-basis:100%;font-size:.84rem;margin:4px 0 0; }
body.tvz-v5 .tvz-v5-nl-form__note.is-ok{ color:#16a34a;font-weight:700; }
body.tvz-v5 .tvz-v5-nl-form__note.is-err{ color:#dc2626;font-weight:700; }

/* ---------- 39) O TVZ-u hub + arhive jedinica (Odjeli/Uredi/Službe) ---------- */
body.tvz-v5 .tvz-v5-orgarch, body.tvz-v5 .tvz-v5-otvz{ background:var(--tvz-page); }
body.tvz-v5 .tvz-v5-orgarch-wrap, body.tvz-v5 .tvz-v5-otvz-wrap{ max-width:1240px;margin:0 auto;padding:0 24px; }

/* hero (zajednički navy) */
body.tvz-v5 .tvz-v5-orgarch-hero, body.tvz-v5 .tvz-v5-otvz-hero{ background:linear-gradient(120deg,var(--tvz-blue-deep),var(--tvz-blue-dark));color:#fff; }
body.tvz-v5 .tvz-v5-orgarch-hero .tvz-v5-orgarch-wrap{ padding:30px 24px 40px; }
body.tvz-v5 .tvz-v5-otvz-hero .tvz-v5-otvz-wrap:first-child{ padding:30px 24px 26px; }
body.tvz-v5 .tvz-v5-orgarch-bc, body.tvz-v5 .tvz-v5-otvz-bc{ display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:.84rem;color:#b9cce6;margin-bottom:16px; }
body.tvz-v5 .tvz-v5-orgarch-bc a, body.tvz-v5 .tvz-v5-otvz-bc a{ color:#b9cce6;text-decoration:none; }
body.tvz-v5 .tvz-v5-orgarch-bc a:hover, body.tvz-v5 .tvz-v5-otvz-bc a:hover{ color:#fff; }
body.tvz-v5 .tvz-v5-orgarch-eyebrow{ display:block;color:#7fb0ef;font-weight:800;font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;margin-bottom:6px; }
body.tvz-v5 .tvz-v5-orgarch-title, body.tvz-v5 .tvz-v5-otvz-title{ font-size:clamp(1.9rem,4vw,2.8rem);font-weight:800;margin:0 0 10px;color:#fff; }
body.tvz-v5 .tvz-v5-orgarch-lead, body.tvz-v5 .tvz-v5-otvz-lead{ color:#dbe6f5;font-size:1.04rem;line-height:1.6;max-width:64ch;margin:0; }

/* O TVZ-u statistike */
body.tvz-v5 .tvz-v5-otvz-stats{ border-top:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.12); }
body.tvz-v5 .tvz-v5-otvz-stats__row{ display:flex;flex-wrap:wrap;gap:16px 40px;padding:18px 24px; }
body.tvz-v5 .tvz-v5-otvz-stat{ display:flex;align-items:baseline;gap:8px; }
body.tvz-v5 .tvz-v5-otvz-stat strong{ font-size:1.5rem;font-weight:800;color:#fff; }
body.tvz-v5 .tvz-v5-otvz-stat span{ color:#9db8da;font-size:.85rem; }

/* arhiva jedinica — kartice */
body.tvz-v5 .tvz-v5-orgarch-body, body.tvz-v5 .tvz-v5-otvz-body{ padding:40px 0 56px; }
body.tvz-v5 .tvz-v5-orgarch-grid{ display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px; }
body.tvz-v5 .tvz-v5-orgarch-card{ display:flex;flex-direction:column;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);overflow:hidden;box-shadow:var(--tvz-shadow-sm);text-decoration:none;color:var(--tvz-ink);transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-orgarch-card:hover{ transform:translateY(-4px);box-shadow:var(--tvz-shadow-lg); }
body.tvz-v5 .tvz-v5-orgarch-card__img{ aspect-ratio:16/9;background:var(--tvz-blue-deep) center/cover no-repeat; }
body.tvz-v5 .tvz-v5-orgarch-card__b{ padding:18px 20px;display:flex;flex-direction:column;gap:7px;flex:1; }
body.tvz-v5 .tvz-v5-orgarch-card__b strong{ font-size:1.1rem;font-weight:800;line-height:1.25; }
body.tvz-v5 .tvz-v5-orgarch-card__b em{ font-style:normal;color:var(--tvz-muted);font-size:.9rem;line-height:1.5;flex:1; }
body.tvz-v5 .tvz-v5-orgarch-card__more{ color:var(--tvz-blue-accent);font-weight:700;font-size:.86rem; }
body.tvz-v5 .tvz-v5-orgarch-empty{ color:var(--tvz-muted); }

/* O TVZ-u — kartice cjelina */
body.tvz-v5 .tvz-v5-otvz-grid{ display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px; }
body.tvz-v5 .tvz-v5-otvz-card{ display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:18px 20px;text-decoration:none;color:var(--tvz-ink);transition:transform .15s,box-shadow .15s; }
body.tvz-v5 .tvz-v5-otvz-card:hover{ transform:translateY(-3px);box-shadow:var(--tvz-shadow-md); }
body.tvz-v5 .tvz-v5-otvz-card__ic{ flex:0 0 auto;width:46px;height:46px;border-radius:12px;display:grid;place-items:center;background:var(--tvz-blue-soft);color:var(--tvz-blue); }
body.tvz-v5 .tvz-v5-otvz-card__ic svg{ width:24px;height:24px; }
body.tvz-v5 .tvz-v5-otvz-card__b{ flex:1;min-width:0; }
body.tvz-v5 .tvz-v5-otvz-card__b strong{ display:block;font-weight:800;font-size:1rem;line-height:1.25; }
body.tvz-v5 .tvz-v5-otvz-card__b em{ font-style:normal;color:var(--tvz-muted);font-size:.84rem;line-height:1.4; }
body.tvz-v5 .tvz-v5-otvz-card__arr{ color:var(--tvz-blue-accent);font-weight:800;flex:0 0 auto; }

/* ---------- 40) Mega-izbornik override (neutraliziraj v4 mega) + djelatnik fix ---------- */
/* panel po sadržaju (roditeljski mega forsira punu širinu + prazan ::before heading + motiv) */
body.tvz-v5 .tvz-menu--primary .sub-menu{ width:auto !important;min-width:260px !important;max-width:min(560px,92vw) !important;left:0 !important;right:auto !important;background-image:none !important; }
body.tvz-v5 .tvz-menu--primary .sub-menu::before,
body.tvz-v5 .tvz-menu--primary .sub-menu::after{ content:none !important;display:none !important; }
/* glavne stavke: ikona-čip (usklađen s temom, jasan kontrast na navy).
   Roditeljski v4 forsira fill:#fff na svg → nadjačaj s !important da se vidi. */
body.tvz-v5 .tvz-menu--primary > li > a .tvz-menu-title{ display:inline-flex !important;align-items:center; }
body.tvz-v5 .tvz-menu--primary > li > a .tvz-menu-icon{
  display:inline-flex !important;align-items:center;justify-content:center;flex:0 0 auto !important;
  width:30px !important;height:30px !important;border-radius:9px !important;margin-right:9px !important;
  background:rgba(255,255,255,.14) !important;transition:background .15s;
}
body.tvz-v5 .tvz-menu--primary > li > a .tvz-menu-icon svg{ width:17px !important;height:17px !important; }
body.tvz-v5 .tvz-menu--primary > li > a .tvz-menu-icon svg,
body.tvz-v5 .tvz-menu--primary > li > a .tvz-menu-icon svg path{ fill:#bcd8ff !important;stroke:none !important; }
body.tvz-v5 .tvz-menu--primary > li > a:hover .tvz-menu-icon,
body.tvz-v5 .tvz-menu--primary > li > a:focus .tvz-menu-icon,
body.tvz-v5 .tvz-menu--primary > li.current-menu-item > a .tvz-menu-icon,
body.tvz-v5 .tvz-menu--primary > li.current-menu-ancestor > a .tvz-menu-icon,
body.tvz-v5 .tvz-menu--primary > li.current_page_item > a .tvz-menu-icon{ background:rgba(255,255,255,.26) !important; }
body.tvz-v5 .tvz-menu--primary > li > a:hover .tvz-menu-icon svg path,
body.tvz-v5 .tvz-menu--primary > li.current-menu-item > a .tvz-menu-icon svg path,
body.tvz-v5 .tvz-menu--primary > li.current-menu-ancestor > a .tvz-menu-icon svg path{ fill:#fff !important; }
body.tvz-v5 .tvz-menu--primary > li > a{ padding-left:12px; }
@media (max-width:1024px){
  body.tvz-v5 .tvz-menu--primary .sub-menu{ width:100% !important;max-width:none !important; }
}

/* ---------- 41) Potpuno neutraliziraj v4 mega panel (> li > ul) + djelatnik layout ---------- */
/* v4 mega panel je `> li > ul` s transform:translateX(-50%) i gradijent pozadinom:
   zato je bježao lijevo (left + -50%) i bio proziran (background-image:none gasio gradijent). */
body.tvz-v5 .tvz-menu--primary{ position:relative; }
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children{ position:relative !important; }
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children > ul{
  position:absolute !important;top:calc(100% + 8px) !important;left:0 !important;right:auto !important;
  transform:none !important;
  width:auto !important;min-width:280px !important;max-width:min(820px,95vw) !important;
  /* stupčani tok: max 4 retka pa prelije u novi stupac (kratki meniji = 1 stupac, dugi = do 3) */
  display:grid !important;grid-auto-flow:column !important;grid-template-columns:none !important;
  grid-template-rows:repeat(4,auto) !important;grid-auto-columns:minmax(250px,1fr) !important;gap:2px 10px !important;
  padding:14px !important;border-radius:18px !important;
  border:1px solid var(--tvz-border) !important;border-top:3px solid var(--tvz-blue-accent) !important;
  background:#fff !important;background-image:none !important;
  box-shadow:var(--tvz-shadow-lg) !important;backdrop-filter:none !important;
}
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children:hover > ul,
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children:focus-within > ul,
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children.is-open-desktop > ul,
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children.is-open > ul{ transform:none !important; }
/* desne stavke: panel uz desni rub da ne izlazi izvan ekrana */
body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children:nth-last-child(-n+3) > ul{ left:auto !important;right:0 !important; }
/* makni samo v4 naslovni stupac „Istražite TVZ" + motiv + akcent-trake + strelice (NE i thumbove) */
body.tvz-v5 .tvz-menu--primary > li > ul::before,
body.tvz-v5 .tvz-menu--primary > li > ul::after{ content:none !important;display:none !important; }
body.tvz-v5 .tvz-menu--primary > li > ul > li{ width:auto !important;min-width:0 !important; }
body.tvz-v5 .tvz-menu--primary > li > ul > li > a{
  display:block !important;min-height:0 !important;padding:8px !important;
  border:0 !important;border-radius:12px !important;background:#fff !important;box-shadow:none !important;
  color:var(--tvz-ink) !important;overflow:visible !important;
}
body.tvz-v5 .tvz-menu--primary > li > ul > li > a::before,
body.tvz-v5 .tvz-menu--primary > li > ul > li > a::after{ content:none !important;display:none !important; }
/* RICH stavke: thumbnail (featured/hero) + naslov + opis */
body.tvz-v5 .tvz-menu--primary > li > ul .tvz-menu-subitem{ display:flex !important;align-items:center;gap:11px;min-width:0; }
body.tvz-v5 .tvz-menu--primary > li > ul .tvz-menu-subthumb{ flex:0 0 auto !important;width:54px !important;height:40px !important;border-radius:9px !important;overflow:hidden !important;position:relative !important;background:#e6eefb !important;display:block !important; }
body.tvz-v5 .tvz-menu--primary > li > ul .tvz-menu-subthumb img{ display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;max-width:none !important; }
body.tvz-v5 .tvz-menu--primary > li > ul .tvz-menu-subthumb__fallback{ position:absolute !important;inset:0 !important;display:block !important; }
body.tvz-v5 .tvz-menu--primary > li > ul .tvz-menu-subthumb__photo-overlay{ position:absolute !important;inset:0 !important;background:linear-gradient(160deg,rgba(37,99,235,.25),rgba(6,29,57,.55)) !important; }
body.tvz-v5 .tvz-menu--primary > li > ul .tvz-menu-subthumb__photo-icon{ position:absolute !important;inset:0 !important;display:grid !important;place-items:center !important;color:#fff !important; }
body.tvz-v5 .tvz-menu--primary > li > ul .tvz-menu-subthumb__photo-icon svg{ width:18px !important;height:18px !important;fill:currentColor !important; }
body.tvz-v5 .tvz-menu--primary > li > ul .tvz-menu-subcopy{ min-width:0 !important;display:block !important; }
body.tvz-v5 .tvz-menu--primary > li > ul .tvz-menu-sublabel{ display:block !important;font-weight:700 !important;font-size:.9rem !important;line-height:1.2 !important;color:var(--tvz-ink) !important;overflow-wrap:anywhere; }
body.tvz-v5 .tvz-menu--primary > li > ul .tvz-menu-subdesc{ display:block !important;font-weight:400 !important;font-size:.74rem !important;line-height:1.3 !important;color:var(--tvz-muted) !important;margin-top:2px !important; }
body.tvz-v5 .tvz-menu--primary > li > ul > li > a:hover,
body.tvz-v5 .tvz-menu--primary > li > ul > li > a:focus-visible{ background:var(--tvz-blue-soft) !important;transform:none !important;box-shadow:none !important; }
body.tvz-v5 .tvz-menu--primary > li > ul > li > a:hover .tvz-menu-sublabel{ color:var(--tvz-blue) !important; }
body.tvz-v5 .tvz-menu--primary > li > ul .tvz-menu-desc,
body.tvz-v5 .tvz-menu--primary > li > ul .menu-item-description{ display:block;font-weight:400;font-size:.76rem;color:var(--tvz-muted);margin-top:2px; }
@media (max-width:1024px){
  body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children > ul,
  body.tvz-v5 .tvz-menu--primary > li.menu-item-has-children:nth-last-child(-n+3) > ul{
    position:static !important;left:auto !important;right:auto !important;transform:none !important;
    width:100% !important;max-width:none !important;grid-template-columns:1fr !important;box-shadow:none !important;border:0 !important;
  }
}

/* djelatnik: roditeljski .tvz-phs-* absolutno pozicionira sidebar (aside) → glavni dio teče ispod njega.
   Forsiraj grid + vrati aside u tok (position:static). */
/* Šira širina cijelog weba (v5): globalni kontejner + profil djelatnika. */
body.tvz-v5{ --tvz-container-max:1440px; }
body.tvz-v5 .tvz-v5-dj{ max-width:1440px !important;margin:0 auto !important;padding:24px 24px 36px !important;float:none !important; }
/* napomena: bez overflow-x:hidden ovdje — to bi razbilo position:sticky na sidebaru;
   prelijevanje širokih ugniježđenih blokova rješava .tvz-richtext (max-width:100%) niže. */
/* roditeljski .tvz-container ima max-width:1440px + negativnu desnu marginu (-248px) → probija viewport.
   Vrati ga unutar .tvz-v5-dj. */
body.tvz-v5 .tvz-v5-dj .tvz-container{ max-width:100% !important;width:auto !important;margin:0 !important;overflow:visible !important; }
body.tvz-v5 .tvz-v5-dj-body{ display:grid !important;grid-template-columns:minmax(0,1fr) 340px !important;gap:24px !important;align-items:start !important;position:relative !important; }
body.tvz-v5 .tvz-v5-dj-main{ position:static !important;min-width:0 !important;max-width:100% !important;width:auto !important;float:none !important; }
body.tvz-v5 .tvz-v5-dj-side{ position:static !important;inset:auto !important;min-width:0 !important;width:auto !important;float:none !important;margin:0 !important;align-self:start; }
/* KLJUČNO: roditelj postavlja body{overflow-x:hidden} → to čini body scroll-kontejnerom i
   gasi position:sticky na cijeloj stranici. `clip` skriva vodoravno prelijevanje BEZ
   stvaranja scroll-kontejnera, pa sticky opet radi. */
body.tvz-v5.single-djelatnik{ overflow-x:clip; }
/* desni sidebar uvijek vidljiv pri skrolanju (sticky); ako je viši od ekrana — vlastiti scroll */
@media (min-width:921px){
  /* Header profila uvijek vidljiv (sticky). JS mjeri:
     --tvz-dj-head = admin-bar + header (donji rub headera),
     --tvz-dj-stick = head + tabovi (donji rub cijele sticky navigacije). */
  body.tvz-v5.single-djelatnik .tvz-site-header{ position:sticky;top:0;z-index:60;box-shadow:0 4px 16px rgba(15,23,42,.10); }
  body.admin-bar.tvz-v5.single-djelatnik .tvz-site-header{ top:32px; }
  /* Tabovi — sticky ispod headera; OPAQUE pozadina da sadržaj ne proviruje (ne „podvlači se"). */
  body.tvz-v5.single-djelatnik .tvz-v5-dj-tabs{
    position:sticky;top:var(--tvz-dj-head,150px);z-index:45;
    background:var(--tvz-page);margin:18px 0 0;padding:8px 0 0;
    box-shadow:0 8px 14px -10px rgba(15,23,42,.25);
  }
  /* Sidebar se prikvači ispod headera + tabova */
  body.tvz-v5 .tvz-v5-dj-side{ position:sticky !important;top:calc(var(--tvz-dj-stick, 200px) + 12px) !important;bottom:auto !important;max-height:calc(100vh - var(--tvz-dj-stick, 200px) - 24px);overflow:auto;scrollbar-width:thin; }
  body.tvz-v5 .tvz-v5-dj-side::-webkit-scrollbar{ width:6px; }
  body.tvz-v5 .tvz-v5-dj-side::-webkit-scrollbar-thumb{ background:#cbd5e1;border-radius:999px; }
  /* sidrišta (tabovi → sekcije) slijeću ispod cijele sticky navigacije */
  body.tvz-v5.single-djelatnik .tvz-v5-dj-card{ scroll-margin-top:calc(var(--tvz-dj-stick, 200px) + 16px); }
}
/* Sidebar profila — vizualna dorada */
body.tvz-v5 .tvz-v5-dj-side > .tvz-v5-dj-card{ border-radius:16px; }
body.tvz-v5 .tvz-v5-dj-sluzbeno{ border-top:3px solid var(--tvz-blue-accent); }
body.tvz-v5 .tvz-v5-dj-sluzbeno dl{ display:block;margin-top:12px; }
body.tvz-v5 .tvz-v5-dj-sluzbeno dt{ color:var(--tvz-muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;font-weight:800; }
body.tvz-v5 .tvz-v5-dj-sluzbeno dd{ margin:3px 0 0;color:var(--tvz-ink);font-weight:600; }
body.tvz-v5 .tvz-v5-dj-sluzbeno dd + dt{ margin-top:12px;padding-top:12px;border-top:1px solid var(--tvz-border); }
/* „Brze poveznice" premještene u desni sticky stupac → zaglavlje profila jednostupčano */
body.tvz-v5 .tvz-v5-dj-top{ grid-template-columns:1fr !important; }
/* Brze poveznice kao kartica u sidebaru (iznad Službenih podataka) */
body.tvz-v5 .tvz-v5-dj-side .tvz-v5-dj-quick{ padding:16px 18px; }
body.tvz-v5 .tvz-v5-dj-side .tvz-v5-dj-quick__head{ font-weight:800;color:var(--tvz-ink);margin-bottom:6px;font-size:.95rem; }
body.tvz-v5 .tvz-v5-dj-card{ min-width:0;overflow-wrap:anywhere; }
body.tvz-v5 .tvz-v5-dj-card p,
body.tvz-v5 .tvz-v5-dj-card li,
body.tvz-v5 .tvz-v5-dj-card .tvz-v5-dj-cite{ overflow-wrap:anywhere;word-break:normal; }
@media (max-width:920px){ body.tvz-v5 .tvz-v5-dj-body{ grid-template-columns:1fr !important; } }
/* Biografija nekih djelatnika sadrži zalijepljen STARI cijeli HTML stranice
   (#main.container{width:1440px}, #content, ugniježđeni <footer id="colophon">) →
   to probija stupac i gura sadržaj ispod desnog bloka. Sažmi sve unutar .tvz-richtext. */
body.tvz-v5 .tvz-v5-dj .tvz-richtext{ max-width:100%;overflow-wrap:anywhere; }
body.tvz-v5 .tvz-v5-dj .tvz-richtext #main,
body.tvz-v5 .tvz-v5-dj .tvz-richtext #container,
body.tvz-v5 .tvz-v5-dj .tvz-richtext #content,
body.tvz-v5 .tvz-v5-dj .tvz-richtext .container,
body.tvz-v5 .tvz-v5-dj .tvz-richtext .entry-content,
body.tvz-v5 .tvz-v5-dj .tvz-richtext article,
body.tvz-v5 .tvz-v5-dj .tvz-richtext section{ width:auto !important;max-width:100% !important;min-width:0 !important;margin:0 !important;padding:0 !important;float:none !important; }
body.tvz-v5 .tvz-v5-dj .tvz-richtext > *{ max-width:100% !important; }
body.tvz-v5 .tvz-v5-dj .tvz-richtext #colophon,
body.tvz-v5 .tvz-v5-dj .tvz-richtext #site-generator{ display:none !important; }

/* ---------- 42) Profil nastavnika — kolegiji grupirani po studiju ---------- */
body.tvz-v5 .tvz-v5-koltbl{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);box-shadow:var(--tvz-shadow-sm);overflow:hidden;margin-top:8px; }
/* zaglavlje: Studij | Naziv | Vrsta | ECTS | (strelica) */
body.tvz-v5 .tvz-v5-koltbl--grouped .tvz-v5-koltbl__head{ display:grid;grid-template-columns:330px minmax(0,1fr) 84px 46px 20px;gap:14px;align-items:center;padding:13px 18px;border-bottom:1px solid var(--tvz-border);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--tvz-muted); }
/* grupa po studiju: lijevo studij (boja, šire), desno popis kolegija */
body.tvz-v5 .tvz-v5-kolgrp{ display:grid;grid-template-columns:330px minmax(0,1fr);border-bottom:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-kolgrp:last-child{ border-bottom:0; }
body.tvz-v5 .tvz-v5-kolgrp__studij{ border-left:4px solid var(--kc,#1E3A8A);background:var(--tvz-surface-soft);padding:14px 16px;display:flex;flex-direction:column;gap:4px;font-weight:600;color:var(--tvz-blue);line-height:1.3;font-size:.95rem; }
body.tvz-v5 .tvz-v5-kolgrp__studij small{ font-weight:500;color:var(--tvz-muted);font-size:.74rem; }
body.tvz-v5 .tvz-v5-kolgrp__list{ display:flex;flex-direction:column;border-left:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-kolgrp__row{ display:grid;grid-template-columns:minmax(0,1fr) 84px 46px 20px;gap:14px;align-items:center;padding:13px 16px;border-bottom:1px solid var(--tvz-border);text-decoration:none;color:var(--tvz-ink);transition:background .12s; }
body.tvz-v5 .tvz-v5-kolgrp__list .tvz-v5-kolgrp__row:last-child{ border-bottom:0; }
body.tvz-v5 .tvz-v5-kolgrp__row:hover{ background:var(--tvz-surface-soft); }
body.tvz-v5 .tvz-v5-kolgrp__title{ font-weight:700;color:var(--tvz-ink);line-height:1.3; }
body.tvz-v5 .tvz-v5-kolgrp__row:hover .tvz-v5-kolgrp__title{ color:var(--tvz-blue); }
/* Vrsta i ECTS — bez bolda i suženo */
body.tvz-v5 .tvz-v5-kolgrp__tip .tvz-kol-type{ font-weight:600 !important;font-size:.64rem; }
body.tvz-v5 .tvz-v5-kolgrp__ects b{ display:inline-block;min-width:26px;text-align:center;background:var(--tvz-blue-soft);color:var(--tvz-blue);border-radius:8px;padding:2px 6px;font-weight:600;font-size:.85rem; }
body.tvz-v5 .tvz-v5-kolgrp__arrow{ color:var(--tvz-muted);font-size:1.2rem;text-align:center; }
@media (max-width:760px){
  body.tvz-v5 .tvz-v5-koltbl--grouped .tvz-v5-koltbl__head{ display:none; }
  body.tvz-v5 .tvz-v5-kolgrp{ grid-template-columns:1fr; }
  body.tvz-v5 .tvz-v5-kolgrp__list{ border-left:0; }
  body.tvz-v5 .tvz-v5-kolgrp__row{ grid-template-columns:minmax(0,1fr) auto;gap:4px 12px;padding:12px 14px; }
  body.tvz-v5 .tvz-v5-kolgrp__tip{ grid-column:1; }
  body.tvz-v5 .tvz-v5-kolgrp__arrow{ display:none; }
}
/* Biografija — manji font. !important jer se wp-block-* stilovi učitavaju POSLIJE teme. */
body.tvz-v5 .tvz-v5-dj #o-meni .tvz-richtext{ font-size:.95rem !important;line-height:1.62 !important; }
body.tvz-v5 .tvz-v5-dj #o-meni .tvz-richtext p,
body.tvz-v5 .tvz-v5-dj #o-meni .tvz-richtext li,
body.tvz-v5 .tvz-v5-dj #o-meni .tvz-richtext span,
body.tvz-v5 .tvz-v5-dj #o-meni .tvz-richtext em,
body.tvz-v5 .tvz-v5-dj #o-meni .tvz-richtext a{ font-size:.95rem !important;line-height:1.62 !important; }
body.tvz-v5 .tvz-v5-dj #o-meni .tvz-richtext h1,
body.tvz-v5 .tvz-v5-dj #o-meni .tvz-richtext h2,
body.tvz-v5 .tvz-v5-dj #o-meni .tvz-richtext h3,
body.tvz-v5 .tvz-v5-dj #o-meni .tvz-richtext h4{ font-size:1.05rem !important;line-height:1.35 !important;margin:1em 0 .45em !important; }
/* p s pogrešnom klasom wp-block-heading (glavni odlomak biografije) ostaje mali */
body.tvz-v5 .tvz-v5-dj #o-meni .tvz-richtext p.wp-block-heading{ font-size:.95rem !important; }

/* ---------- 43) Pojedinačna publikacija (v5) ---------- */
body.tvz-v5 .tvz-v5-pub{ background:var(--tvz-page); }
body.tvz-v5 .tvz-v5-pub-wrap{ max-width:1340px;margin:0 auto;padding:0 24px; }
body.tvz-v5 .tvz-v5-pub-hero{ background:linear-gradient(120deg,var(--tvz-blue-deep),var(--tvz-blue-dark));color:#fff;padding:0; }
body.tvz-v5 .tvz-v5-pub-hero .tvz-v5-pub-wrap{ padding:28px 24px 34px; }
body.tvz-v5 .tvz-v5-pub-bc{ display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:.84rem;color:#b9cce6;margin-bottom:16px; }
body.tvz-v5 .tvz-v5-pub-bc a{ color:#b9cce6;text-decoration:none; }
body.tvz-v5 .tvz-v5-pub-bc a:hover{ color:#fff; }
body.tvz-v5 .tvz-v5-pub-hero__tag{ display:inline-block;background:rgba(255,255,255,.16);color:#fff;font-weight:700;font-size:.74rem;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:5px 13px;margin-bottom:12px; }
body.tvz-v5 .tvz-v5-pub-hero__title{ margin:0;font-size:clamp(1.5rem,3vw,2.3rem);font-weight:800;line-height:1.15;color:#fff;max-width:60ch; }
body.tvz-v5 .tvz-v5-pub-hero__authors{ margin:12px 0 0;color:#dbe6f5;font-size:1rem;line-height:1.5; }
body.tvz-v5 .tvz-v5-pub-hero__authors a{ color:#cfe0f6;text-decoration:none; }

body.tvz-v5 .tvz-v5-pub-body{ display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start;padding-top:28px;padding-bottom:48px; }
@media (max-width:920px){ body.tvz-v5 .tvz-v5-pub-body{ grid-template-columns:1fr; } }
body.tvz-v5 .tvz-v5-pub-main{ display:flex;flex-direction:column;gap:18px;min-width:0; }
body.tvz-v5 .tvz-v5-pub-side{ display:flex;flex-direction:column;gap:18px;min-width:0; }
body.tvz-v5 .tvz-v5-pub-card{ background:#fff;border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-lg);box-shadow:var(--tvz-shadow-sm);padding:22px 24px; }
body.tvz-v5 .tvz-v5-pub-card .tvz-section-title{ margin:0 0 12px;font-size:1.1rem;font-weight:800;color:var(--tvz-ink); }
body.tvz-v5 .tvz-v5-pub-rt{ color:var(--tvz-text);line-height:1.7;font-size:1.2rem;overflow-wrap:anywhere; }
body.tvz-v5 .tvz-v5-pub-tags{ display:flex;flex-wrap:wrap;gap:8px; }
body.tvz-v5 .tvz-v5-pub-tags span{ background:var(--tvz-blue-soft);color:var(--tvz-blue);border-radius:999px;padding:5px 12px;font-weight:600;font-size:.84rem; }
/* bibliografski podaci */
body.tvz-v5 .tvz-v5-pub-meta dl{ margin:12px 0 0; }
body.tvz-v5 .tvz-v5-pub-meta dt{ color:var(--tvz-muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;font-weight:800;margin-top:12px; }
body.tvz-v5 .tvz-v5-pub-meta dt:first-of-type{ margin-top:6px; }
body.tvz-v5 .tvz-v5-pub-meta dd{ margin:3px 0 0;color:var(--tvz-ink);font-weight:600;overflow-wrap:anywhere; }
body.tvz-v5 .tvz-v5-pub-meta dd + dt{ border-top:1px solid var(--tvz-border);padding-top:12px; }
/* poveznice */
body.tvz-v5 .tvz-v5-pub-links__list{ display:flex;flex-direction:column;gap:8px;margin-top:12px; }
body.tvz-v5 .tvz-v5-pub-btn{ display:inline-flex;align-items:center;gap:8px;justify-content:center;padding:11px 16px;border-radius:999px;background:var(--tvz-blue-accent);color:#fff;font-weight:700;text-decoration:none;font-size:.9rem;transition:filter .12s; }
body.tvz-v5 .tvz-v5-pub-btn:hover{ filter:brightness(1.06); }
body.tvz-v5 .tvz-v5-pub-btn--ghost{ background:#fff;color:var(--tvz-blue);border:1px solid var(--tvz-border); }
body.tvz-v5 .tvz-v5-pub-btn--ghost:hover{ background:var(--tvz-blue-soft); }

/* Radovi — gumb „Učitaj više" */
body.tvz-v5 .tvz-v5-pubs-more{ display:inline-flex;align-items:center;gap:6px;margin-top:16px;padding:9px 18px;border:1px solid var(--tvz-border);background:#fff;border-radius:999px;color:var(--tvz-blue);font-weight:700;font-size:.9rem;cursor:pointer;transition:background .12s,border-color .12s; }
body.tvz-v5 .tvz-v5-pubs-more:hover{ background:var(--tvz-blue-soft);border-color:#cfe0f6; }
body.tvz-v5 .tvz-v5-pubs-more__n{ color:var(--tvz-muted);font-weight:600; }

/* Projekti na profilu — kartice s ključnim poljima */
body.tvz-v5 .tvz-v5-dj-projlist{ list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:10px; }
body.tvz-v5 .tvz-v5-dj-proj{ border:1px solid var(--tvz-border);border-radius:var(--tvz-radius-md);padding:14px 16px;transition:box-shadow .12s,border-color .12s,transform .12s; }
body.tvz-v5 .tvz-v5-dj-proj:hover{ box-shadow:var(--tvz-shadow-sm);border-color:#cfe0f6;transform:translateY(-1px); }
body.tvz-v5 .tvz-v5-dj-proj__t{ display:block;font-weight:700;color:var(--tvz-blue);text-decoration:none;line-height:1.3; }
body.tvz-v5 .tvz-v5-dj-proj__t:hover{ text-decoration:underline; }
body.tvz-v5 .tvz-v5-dj-proj__meta{ display:flex;flex-wrap:wrap;gap:6px;margin-top:9px; }
body.tvz-v5 .tvz-v5-dj-proj__chip{ font-size:.76rem;font-weight:600;color:#3f5168;background:var(--tvz-surface-soft);border:1px solid var(--tvz-border);border-radius:999px;padding:3px 10px; }
body.tvz-v5 .tvz-v5-dj-proj__chip--val{ color:var(--tvz-blue);background:var(--tvz-blue-soft);border-color:#cfe0f6;font-weight:700; }
body.tvz-v5 .tvz-v5-dj-proj__st{ font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;border-radius:999px;padding:3px 10px; }
body.tvz-v5 .tvz-v5-dj-proj__st.is-aktivan{ background:#dcfce7;color:#166534; }
body.tvz-v5 .tvz-v5-dj-proj__st.is-zavrsen{ background:#e2e8f0;color:#475569; }

/* djelatnik — radovi/citati: tekst se mora prelomiti, ne rezati */
body.tvz-v5 .tvz-v5-dj-citation,
body.tvz-v5 .tvz-v5-dj-pub,
body.tvz-v5 .tvz-v5-dj-works li,
body.tvz-v5 .tvz-phs-publication{ overflow-wrap:anywhere;word-break:break-word; }
body.tvz-v5 .tvz-v5-dj-main,
body.tvz-v5 .tvz-v5-dj-works{ min-width:0;max-width:100%; }

/* Poštuj reduced-motion */
@media (prefers-reduced-motion: reduce){
  body.tvz-v5 *{ transition:none !important; }
  body.tvz-v5 .tvz-home-metric:hover,
  body.tvz-v5 .tvz-home-focus-card:hover,
  body.tvz-v5 .tvz-link-panel:hover{ transform:none; }
}
