/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .static {
    position: static;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .-mt-3 {
    margin-top: calc(var(--spacing) * -3);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .-translate-y-5 {
    --tw-translate-y: calc(var(--spacing) * -5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .\!bg-gray-800 {
    background-color: var(--color-gray-800) !important;
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .text-amber-500 {
    color: var(--color-amber-500);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-black {
    --tw-shadow-color: #000;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-black) var(--tw-shadow-alpha), transparent);
    }
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:drop-shadow-2xl {
    @media (width >= 48rem) {
      --tw-drop-shadow-size: drop-shadow(0 25px 25px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
      --tw-drop-shadow: drop-shadow(var(--drop-shadow-2xl));
      filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
  }
}
:root {
  --navy: #0d2d5e;
  --blue: #003366;
  --gold: #E8A800;
  --light-bg: #f4f7fb;
  --border: #e0e6ef;
  --text: #1a2a4a;
  --muted: #6b7a99;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Inter', Arial, sans-serif;
  color: var(--text);
  background: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
}
.live-banner {
  background: #0a1f0a;
  border-bottom: 1px solid rgba(34, 197, 94, .2);
  padding: 0;
}
.live-banner-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 38px;
  justify-content: center;
}
.live-dot-wrap {
  position: relative;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}
.live-dot {
  position: absolute;
  inset: 0;
  background: #22c55e;
  border-radius: 50%;
}
.live-dot-ring {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid #22c55e;
  animation: livePulse 1.5s ease-out infinite;
}
@keyframes livePulse {
  0% {
    opacity: .8;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2.2);
  }
}
.live-label {
  background: #22c55e;
  color: #000;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 2px 7px;
  border-radius: 3px;
  flex-shrink: 0;
}
.live-text {
  font-size: 12.5px;
  color: rgba(255, 255, 255, .85);
  font-weight: 500;
}
.live-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(34, 197, 94, .15);
  border: 1px solid rgba(34, 197, 94, .35);
  color: #4ade80;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: all .15s;
  flex-shrink: 0;
}
.live-btn:hover {
  background: rgba(34, 197, 94, .25);
  border-color: #4ade80;
  color: #86efac;
}
.live-btn svg {
  flex-shrink: 0;
}
.live-text-short {
  display: none;
  font-size: 12px;
  color: rgba(255, 255, 255, .85);
  font-weight: 500;
}
@media (max-width:600px) {
  .live-text {
    display: none;
  }
  .live-text-short {
    display: inline;
  }
  .live-banner-inner {
    justify-content: center;
    gap: 8px;
  }
}
.top-bar {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid var(--border);
}
.top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}
.top-bar-left {
  display: flex;
  align-items: center;
  gap: 0;
}
.home-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-size: 11.5px;
  font-weight: 600;
  padding-right: 16px;
  margin-right: 4px;
  border-right: 1px solid var(--border);
  transition: color .15s;
}
.home-link svg {
  flex-shrink: 0;
  color: var(--gold);
}
.home-link:hover {
  color: var(--gold);
}
.top-bar-contact {
  display: flex;
  align-items: center;
  gap: 0;
}
.top-bar-contact a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 500;
  padding: 0 12px;
  height: 48px;
  transition: color .15s, background .15s;
}
.top-bar-contact a svg {
  opacity: .5;
  transition: opacity .15s;
}
.top-bar-contact a:hover {
  color: var(--blue);
  background: #f4f7fb;
}
.top-bar-contact a:hover svg {
  opacity: 1;
}
.top-bar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-bar-sep {
  width: 1px;
  height: 18px;
  background: var(--border);
}
.btn-outline {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: var(--blue);
  border: 1.5px solid var(--border);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  cursor: pointer;
  transition: all .15s;
  white-space: nowrap;
}
.btn-outline:hover {
  border-color: var(--blue);
  color: var(--blue);
  background: #f0f6ff;
}
.btn-filled {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--navy);
  color: #fff;
  border: none;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  transition: opacity .15s;
  white-space: nowrap;
}
.btn-filled:hover {
  opacity: .85;
}
.main-nav {
  background: var(--navy);
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.main-nav::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, #f5c842 50%, var(--gold) 100%);
}
.main-nav .container {
  display: flex;
  align-items: stretch;
  min-height: 100px;
}
.logo-area {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 32px 12px 0;
  margin-right: 8px;
  flex-shrink: 0;
  text-decoration: none;
  position: relative;
  transition: opacity .15s;
}
.logo-area::after {
  display: none;
}
.logo-area:hover {
  opacity: .9;
}
.logo-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px 0;
}
.logo-icon img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.logo-text {
  color: #fff;
}
.logo-text .brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.2;
}
.logo-text .brand span {
  color: var(--gold);
}
.logo-text .slogan {
  font-size: 9.5px;
  color: rgba(255, 255, 255, .45);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 3px;
}
.nav-links {
  display: flex;
  align-items: stretch;
  flex: 1;
}
.nav-item {
  position: relative;
}
.nav-item>a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 14px;
  height: 100%;
  color: rgba(255, 255, 255, .75);
  text-decoration: none;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: color .15s, background .15s, border-color .15s;
  margin-bottom: -3px;
}
.nav-item>a:hover, .nav-item:hover>a, .nav-item>a.active {
  color: #fff;
  background: rgba(255, 255, 255, .06);
  border-bottom-color: var(--gold);
}
.nav-icon {
  width: 20px;
  height: 20px;
  color: rgba(232, 168, 0, .65);
  flex-shrink: 0;
  transition: color .15s;
}
.nav-item:hover .nav-icon, .nav-item>a.active .nav-icon {
  color: var(--gold);
}
.nav-label {
  display: flex;
  align-items: center;
  gap: 3px;
}
.arrow {
  font-size: 8px;
  opacity: .5;
  transition: transform .2s;
  display: inline-block;
}
.nav-item:hover .arrow {
  transform: rotate(180deg);
  opacity: .8;
}
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  min-width: 240px;
  background: #fff;
  border-top: 3px solid var(--gold);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .14);
  z-index: 200;
}
.nav-item:hover .dropdown {
  display: block;
}
.dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  color: var(--text);
  font-size: 12.5px;
  font-weight: 500;
  border-bottom: 1px solid #f4f4f4;
  text-decoration: none;
  transition: background .12s, color .12s, padding-left .12s;
}
.dropdown a:last-child {
  border-bottom: none;
}
.dropdown a::before {
  content: '›';
  color: var(--gold);
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
}
.dropdown a:hover {
  background: #f5f8ff;
  color: var(--blue);
  padding-left: 24px;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
  align-self: center;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}
.hero {
  color: #fff;
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
  background: #0a2040;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 32, 64, .9) 0%, rgba(13, 45, 94, .82) 50%, rgba(22, 61, 122, .75) 100%);
}
.hero::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(232, 168, 0, .04);
  pointer-events: none;
  z-index: 1;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -120px;
  left: 25%;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .02);
  pointer-events: none;
  z-index: 1;
}
.hero .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 64px;
}
.hero-text {
  flex: 1;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232, 168, 0, .1);
  border: 1px solid rgba(232, 168, 0, .22);
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.hero-badge::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
}
.hero-text h1 {
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.02em;
  margin-bottom: 16px;
}
.hero-text h1 span {
  color: var(--gold);
}
.hero-text p {
  font-size: 14.5px;
  color: rgba(255, 255, 255, .52);
  line-height: 1.75;
  max-width: 480px;
  margin-bottom: 28px;
  font-weight: 300;
  letter-spacing: .01em;
}
.hero-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, .36);
  font-weight: 400;
  letter-spacing: .03em;
}
.hero-meta-item svg {
  color: rgba(232, 168, 0, .45);
  flex-shrink: 0;
}
.hero-stats {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 190px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 4px;
  overflow: hidden;
}
.stat-box {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: rgba(255, 255, 255, .02);
  transition: background .15s;
}
.stat-box:last-child {
  border-bottom: none;
}
.stat-box:hover {
  background: rgba(255, 255, 255, .05);
}
.stat-box .num {
  font-size: 28px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: -.02em;
  line-height: 1;
  margin-bottom: 5px;
}
.stat-box .lbl {
  font-size: 10px;
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 500;
}
.budget-bar {
  background: var(--navy);
  padding: 0;
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
}
.budget-bar .container {
  display: flex;
  align-items: stretch;
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.budget-inner {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 0;
}
.budget-icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-right: 1px solid rgba(255, 255, 255, .08);
}
.budget-icon-block svg {
  color: var(--gold);
}
.budget-text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, .08);
  height: 56px;
}
.budget-label {
  color: rgba(255, 255, 255, .85);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700;
}
.budget-date-inline {
  color: rgba(255, 255, 255, .5);
  font-size: 10.5px;
  margin-top: 3px;
  font-weight: 500;
}
.budget-amount-block {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 24px;
  height: 56px;
}
.budget-amount {
  color: var(--gold);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.budget-currency {
  color: rgba(255, 255, 255, .35);
  font-size: 13px;
  font-weight: 600;
}
.budget-updated {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  padding: 0 24px;
  height: 56px;
}
.budget-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  flex-shrink: 0;
}
.budget-date {
  color: rgba(255, 255, 255, .3);
  font-size: 11px;
  white-space: nowrap;
}
.quick-links {
  background: #fff;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}
.quick-links .container {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 4px;
}
.ql-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 6px;
  border-radius: 8px;
  border: none;
  transition: background .15s;
  cursor: pointer;
  text-align: center;
}
.ql-item:hover {
  background: var(--light-bg);
}
.ql-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s;
}
.ql-icon svg {
  color: var(--blue);
}
.ql-item:hover .ql-icon {
  background: #dde8f8;
}
.ql-item span {
  font-size: 10px;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: .3px;
  line-height: 1.3;
}
.main-content {
  background: var(--light-bg);
  padding: 40px 0;
}
.content-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 28px;
}
.content-grid-full {
  grid-column: 1 / -1;
  margin-bottom: 48px;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.section-head h2 {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .8px;
  padding-left: 12px;
  border-left: 3px solid var(--gold);
}
.section-head a {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.section-head a:hover {
  color: var(--blue);
}
.news-block {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  margin-bottom: 0;
}
.news-block-left {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  border-radius: 16px;
  box-shadow: none;
  border: 1px solid var(--border);
}
.news-block-left img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.news-block-left:hover img {
  transform: scale(1.05);
}
.news-block-left::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(5,15,40,.95) 0%, rgba(5,15,40,.4) 55%, rgba(5,15,40,.05) 100%);
}
.news-block-left-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  z-index: 2;
}
.news-block-left-body .date {
  font-size: 10px;
  color: rgba(255, 255, 255, .5);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-block-left-body .date::before {
  content: '';
  width: 16px;
  height: 1px;
  background: var(--gold);
}
.news-block-left-body h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0;
}
.news-block-left-body h3 a {
  color: inherit;
  text-decoration: none;
}
.news-block-left-body h3 a:hover {
  color: var(--gold);
}
.news-block-left-body p {
  font-size: 13px;
  color: rgba(255, 255, 255, .65);
  line-height: 1.6;
  margin-top: 10px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--gold);
  color: var(--navy);
  font-size: 9px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 14px;
  width: fit-content;
}
.news-block-right {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid var(--border);
}
.news-block-item {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
  cursor: pointer;
  flex: 1;
  text-decoration: none;
  overflow: hidden;
}
.news-block-item:last-child {
  border-bottom: none;
}
.news-block-item:hover {
  background: #f8faff;
}
.news-block-item-img {
  width: 110px;
  flex-shrink: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #e0e8f4, #c8d8f0);
  position: relative;
  align-self: stretch;
}
.news-block-item-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.news-block-item:hover .news-block-item-img img {
  transform: scale(1.08);
}
.news-block-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 18px;
  gap: 5px;
}
.news-block-item-body .date {
  font-size: 10px;
  color: var(--blue);
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.news-block-item-body h4 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text);
}
.news-block-item-body h4 a {
  color: inherit;
  text-decoration: none;
}
.news-block-item-body h4 a:hover {
  color: var(--text);
}
 {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  overflow: hidden;
}
.nabavke-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  border-bottom: 1px solid #f0f4fb;
  transition: background .12s;
}
.nabavke-wrap {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  overflow: hidden;
}
.nabavke-item:hover {
  background: #f8faff;
}
.nabavke-item:last-child {
  border-bottom: none;
}
.nabavke-dl {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  flex-shrink: 0;
  background: var(--navy);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  cursor: pointer;
  text-decoration: none;
  transition: background .15s;
  white-space: nowrap;
}
.nabavke-num {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #fff0f0;
  border: 1px solid #fca5a5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  color: #dc2626;
}
.nabavke-dl svg {
  color: var(--gold);
  flex-shrink: 0;
}
.nabavke-dl:hover {
  background: var(--blue);
}
.nabavke-content h4 a {
  color: inherit;
  text-decoration: none;
  transition: color .15s;
}
.nabavke-content h4 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 4px;
  color: var(--text);
}
.nabavke-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nabavke-content h4 a:hover {
  color: var(--blue);
}
.nabavke-date svg {
  opacity: .4;
}
.nabavke-date {
  font-size: 11px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 4px;
}
.nabavke-tag.new {
  background: #e8f5e9;
  color: #2e7d32;
}
.nabavke-tag {
  font-size: 9.5px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
@media (max-width:700px) {
  .two-col-section {
    grid-template-columns: 1fr;
  }
}
.nabavke-tag.updated {
  background: #fff8e1;
  color: #f57c00;
}
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 20px;
  align-self: start;
}
.sidebar-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--border);
  overflow: hidden;
}
.sidebar-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--border);
  overflow: hidden;
  margin-bottom: 0;
}
.sidebar-box-head {
  background: var(--navy);
  color: #fff;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sidebar-box-head svg {
  color: var(--gold);
}
.sidebar-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
  color: var(--text);
  transition: background .1s, color .1s;
}
.sidebar-list a:last-child {
  border-bottom: none;
}
.sidebar-list a:hover {
  background: #f0f6ff;
  color: var(--blue);
}
.euprava-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.euprava-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 8px;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  transition: background .12s;
  cursor: pointer;
}
.euprava-item:nth-child(2n) {
  border-right: none;
}
.euprava-item:nth-last-child(-n+2) {
  border-bottom: none;
}
.euprava-item:hover {
  background: #f0f6ff;
}
.euprava-item svg {
  color: var(--blue);
}
.euprava-item span {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}
.pdf-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid #f5f5f5;
  color: var(--text);
  transition: background .1s;
}
.pdf-row:last-child {
  border-bottom: none;
}
.pdf-row:hover {
  background: #f0f6ff;
}
.pdf-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 36px;
  background: #e8f0fe;
  border-radius: 4px;
  flex-shrink: 0;
  border: 1px solid #c5d5f5;
}
.pdf-info {
  flex: 1;
}
.pdf-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}
.pdf-date {
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}
.pdf-dl {
  flex-shrink: 0;
  color: #c0392b;
}
.sidebar-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3px;
  border-top: 1px solid #f0f0f0;
}
.sidebar-more:hover {
  color: var(--navy);
}
.img-banners-section {
  background: #fff;
  padding: 36px 0;
}
.img-banners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.img-banner-card {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
  transition: transform .2s, box-shadow .2s;
  background: #f4f7fb;
}
.img-banner-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}
.img-banner-card img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.img-banner-card:hover img {
  transform: scale(1.05);
}
.img-banner-fallback {
  width: 100%;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #eef2fb;
  color: var(--blue);
  padding: 12px;
  text-align: center;
}
.img-banner-fallback svg {
  flex-shrink: 0;
  color: var(--blue);
}
.img-banner-fallback span {
  font-size: 11px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}
.img-banner-label {
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
  border-top: 1px solid var(--border);
  background: #fff;
}
@media (max-width:1100px) {
  .img-banners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:600px) {
  .img-banners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.opcsluzbe-section {
  background: #fff;
  padding: 40px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.opcsluzbe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.opcsluzba-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #f8faff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px;
  text-decoration: none;
  transition: all .15s;
  position: relative;
}
.opcsluzba-card:hover {
  background: #fff;
  border-color: var(--blue);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  transform: translateY(-2px);
}
.opcsluzba-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #e8eef8;
  border: 1px solid #c5d5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--blue);
}
.opcsluzba-card:hover .opcsluzba-icon {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.opcsluzba-body {
  flex: 1;
}
.opcsluzba-name {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
  margin-bottom: 5px;
}
.opcsluzba-desc {
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.5;
}
.opcsluzba-arrow {
  font-size: 14px;
  color: var(--border);
  flex-shrink: 0;
  margin-top: 2px;
  transition: color .15s, transform .15s;
}
.opcsluzba-card:hover .opcsluzba-arrow {
  color: var(--blue);
  transform: translateX(3px);
}
@media (max-width:1100px) {
  .opcsluzbe-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:600px) {
  .opcsluzbe-grid {
    grid-template-columns: 1fr;
  }
}
.cat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 8px;
  border-radius: 8px;
  border: 1px solid var(--border);
  text-align: center;
  transition: all .15s;
  cursor: pointer;
}
.cat-item:hover {
  border-color: var(--blue);
  background: #f0f6ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .07);
}
.cat-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: invert(13%) sepia(61%) saturate(1200%) hue-rotate(194deg) brightness(85%) contrast(105%);
  transition: filter .15s;
}
.cat-item:hover .cat-img {
  filter: invert(28%) sepia(90%) saturate(800%) hue-rotate(194deg) brightness(75%) contrast(110%);
}
.cat-item h4 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
  color: var(--text);
  line-height: 1.3;
}
.mz-section {
  background: var(--navy);
  padding: 56px 0 48px;
}
.mz-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 40px;
}
.mz-eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--gold);
  margin-bottom: 10px;
}
.mz-header-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 14px;
}
.mz-header-text p {
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  line-height: 1.65;
  margin-bottom: 24px;
}
.mz-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gold);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity .15s;
}
.mz-btn:hover {
  opacity: .88;
}
.mz-map-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mz-map {
  width: 100%;
  max-width: 460px;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, .4));
}
.mz-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.mz-group-label {
  grid-column: 1/-1;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--gold);
  padding: 4px 0 6px;
  border-bottom: 1px solid rgba(232, 168, 0, .25);
  margin-top: 8px;
}
.mz-group-label:first-child {
  margin-top: 0;
}
.mz-row {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  align-items: stretch;
}
.mz-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  padding: 14px 16px;
  text-decoration: none;
  transition: background .15s, border-color .15s, transform .15s;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.mz-card:hover {
  background: rgba(255, 255, 255, .1);
  border-color: var(--gold);
  transform: translateY(-2px);
}
.mz-card.mz-city {
  border-color: rgba(232, 168, 0, .3);
  background: rgba(232, 168, 0, .07);
}
.mz-card-num {
  font-size: 10px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .08em;
}
.mz-card-name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.mz-card-pop {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, .6);
}
.mz-card-info {
  font-size: 10px;
  color: rgba(255, 255, 255, .32);
  line-height: 1.4;
  margin-top: 2px;
}
@media (max-width:1100px) {
  .mz-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .mz-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width:900px) {
  .mz-header {
    grid-template-columns: 1fr;
  }
  .mz-map-wrap {
    display: none;
  }
  .mz-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .mz-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:600px) {
  .mz-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mz-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ustanove {
  background: var(--light-bg);
  padding: 40px 0;
}
.ustanove-head {
  text-align: center;
  margin-bottom: 28px;
}
.ustanove-head h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--blue);
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
.ustanove-head h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
}
.ustanove-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
}
.ustanova-card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--border);
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  transition: all .15s;
}
.ustanova-card:hover {
  border-color: var(--blue);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .09);
  transform: translateY(-2px);
}
.ustanova-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ustanova-img img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.ustanova-card h4 {
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}
.three-col-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
  margin-bottom: 8px;
}
@media (max-width:900px) {
  .three-col-boxes {
    grid-template-columns: 1fr;
  }
}
.footer {
  background: var(--navy);
  color: rgba(255, 255, 255, .85);
  padding: 28px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-top: 28px;
  padding-bottom: 40px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding-top: 12px;
}
.footer-logo img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.footer-logo-text .name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.footer-logo-text .slogan {
  font-size: 11px;
  opacity: .6;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-top: 3px;
}
.footer-about p {
  font-size: 13px;
  line-height: 1.65;
  opacity: .7;
  margin-bottom: 12px;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  opacity: .75;
}
.footer-contact-item svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--gold);
}
.footer-col h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .7px;
  color: #fff;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
}
.footer-col ul {
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 8px;
}
.footer-col ul li a {
  font-size: 13px;
  opacity: .7;
  transition: opacity .12s, padding-left .12s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-col ul li a::before {
  content: '›';
  color: var(--gold);
  font-size: 15px;
  font-weight: 700;
}
.footer-col ul li a:hover {
  opacity: 1;
  padding-left: 4px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-emg {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 12px 0 18px;
  margin-top: 0;
}
.footer-emg-title {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255, 255, 255, .4);
  margin-bottom: 10px;
}
.footer-emg-grid {
  display: flex;
  align-items: stretch;
  gap: 8px;
  flex-wrap: wrap;
}
.footer-emg-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  padding: 10px 16px;
  text-decoration: none;
  transition: background .15s;
  flex: 1 1 0;
  min-width: 0;
}
.footer-emg-item:hover {
  background: rgba(255, 255, 255, .1);
}
.footer-emg-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer-emg-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.footer-emg-label {
  font-size: 9.5px;
  color: rgba(255, 255, 255, .45);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  white-space: nowrap;
}
.footer-emg-num {
  font-size: 18px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.2;
}
@media (max-width:700px) {
  .footer-emg-grid {
    gap: 6px;
  }
  .footer-emg-item {
    min-width: calc(50% - 4px);
  }
}
.footer-bottom p {
  font-size: 12px;
  opacity: .5;
}
.footer-bottom-links {
  display: flex;
  gap: 16px;
}
.footer-bottom-links a {
  font-size: 12px;
  opacity: .5;
  transition: opacity .12s;
}
.footer-bottom-links a:hover {
  opacity: .9;
}
.events-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.event-item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--border);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  transition: box-shadow .15s, transform .15s;
}
.event-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  transform: translateX(3px);
}
.event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: #fff;
  padding: 14px 0;
  width: 62px;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
}
.event-date .day {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--gold);
}
.event-date .month {
  font-size: 9.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
  opacity: .65;
  margin-top: 3px;
}
.event-body {
  padding: 13px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event-cat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 9.5px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 4px;
}
.event-cat::before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
}
.event-body h4 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text);
  margin-bottom: 4px;
}
.event-body h4 a {
  color: inherit;
  text-decoration: none;
  transition: color .15s;
}
.event-body h4 a:hover {
  color: var(--blue);
}
.event-meta {
  font-size: 11px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 5px;
}
.event-meta svg {
  opacity: .4;
  flex-shrink: 0;
}
.event-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--border);
  flex-shrink: 0;
  transition: color .15s;
}
.event-item:hover .event-arrow {
  color: var(--blue);
}
.vijesti-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.filter-tab {
  padding: 6px 16px;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  text-decoration: none;
  transition: all .15s;
  letter-spacing: .04em;
}
.filter-tab:hover {
  border-color: var(--navy);
  color: var(--navy);
}
.filter-tab.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}
.news-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: box-shadow .15s, transform .15s;
}
.news-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, .09);
  transform: translateY(-3px);
}
.news-card--featured {
  border-color: var(--gold);
  border-width: 2px;
}
.news-card-img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--light-bg);
}
.news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.news-card:hover .news-card-img img {
  transform: scale(1.05);
}
.news-card-body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.news-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.news-card-cat {
  font-size: 9.5px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .08em;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.news-card-cat::before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
}
.news-card-date {
  font-size: 11px;
  color: var(--muted);
}
.news-card-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.4;
  margin: 0;
}
.no-events {
  color: var(--muted);
  font-size: 14px;
  padding: 24px 0;
}
@media (max-width:600px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}
.projects-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
  align-items: stretch;
}
@media (max-width:700px) {
  .projects-wrap {
    grid-template-columns: 1fr;
  }
}
.projects-group {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.projects-group-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-bottom: 1px solid var(--border);
}
.projects-group-label.in-progress {
  color: #b45309;
  background: #fffbeb;
}
.projects-group-label.completed {
  color: #166534;
  background: #f0fdf4;
}
.projects-group-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.projects-group-label.in-progress .projects-group-dot {
  background: #f59e0b;
}
.projects-group-label.completed .projects-group-dot {
  background: #22c55e;
}
.project-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid #f4f6fb;
  transition: background .12s;
  flex: 1;
}
.project-item:last-child {
  border-bottom: none;
  flex: 1;
}
.project-item:hover {
  background: #f8faff;
}
.project-item.completed:hover {
  background: #f0fdf4;
}
.project-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #eef2fb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.project-icon svg {
  color: var(--blue);
}
.project-item.completed .project-icon {
  background: #f0fdf4;
}
.project-item.completed .project-icon svg {
  color: #16a34a;
}
.project-body {
  flex: 1;
}
.project-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 4px;
  color: var(--text);
}
.project-title a {
  color: inherit;
  text-decoration: none;
  transition: color .15s;
}
.project-title a:hover {
  color: var(--blue);
}
.project-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 8px;
}
.project-sep {
  opacity: .4;
}
.project-item.completed .project-meta {
  margin-bottom: 0;
}
.project-progress-bar {
  height: 4px;
  background: #e8edf5;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 4px;
}
.project-progress-fill {
  height: 100%;
  background: var(--blue);
  border-radius: 2px;
}
.project-progress-label {
  font-size: 10px;
  color: var(--muted);
  font-weight: 600;
}
.project-status {
  font-size: 9.5px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .06em;
  flex-shrink: 0;
  margin-top: 2px;
}
.project-status.in-progress {
  background: #fff3cd;
  color: #92400e;
  border: 1px solid rgba(245, 158, 11, .2);
}
.project-status.completed {
  background: #dcfce7;
  color: #166534;
  border: 1px solid rgba(34, 197, 94, .2);
}
.emg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}
.emg-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  padding: 10px 4px;
  border-radius: 8px;
  transition: background .15s;
}
.emg-item:hover {
  background: #f4f7fb;
}
.emg-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e8eef8;
  border: 1.5px solid #c5d5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.emg-label {
  font-size: 9.5px;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-align: center;
  line-height: 1.2;
  height: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.emg-num {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -.01em;
}
.emg-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f4f7fb;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 11.5px;
  color: var(--muted);
  border: 1px solid var(--border);
}
.emg-footer svg {
  flex-shrink: 0;
  color: var(--muted);
}
.emg-footer a {
  color: var(--navy);
  font-weight: 700;
  margin-left: 2px;
  text-decoration: none;
}
.emg-footer a:hover {
  color: var(--blue);
}
.breadcrumb {
  background: var(--light-bg);
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
}
.breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--muted);
}
.breadcrumb a {
  color: var(--blue);
}
.breadcrumb a:hover {
  color: var(--gold);
}
.breadcrumb-sep {
  color: var(--border);
}
.article-page {
  background: #fff;
  padding: 48px 0 64px;
}
.article-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}
.article-header {
  text-align: center;
  margin-bottom: 28px;
}
.article-main-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 14px;
}
.article-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
}
.article-meta-sep {
  color: var(--border);
}
.article-meta-cat {
  color: var(--blue);
  font-weight: 500;
}
.article-img {
  width: 100%;
  border-radius: 8px;
  display: block;
  margin-bottom: 12px;
  max-height: 520px;
  object-fit: cover;
  cursor: pointer;
  transition: opacity .2s;
}
.article-img:hover {
  opacity: .92;
}
.gallery-wrap {
  margin-bottom: 28px;
}
.gallery-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.gallery-track::-webkit-scrollbar {
  height: 3px;
}
.gallery-track::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 2px;
}
.gallery-track::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 2px;
}
.gallery-track::-webkit-scrollbar-thumb:hover {
  background: var(--muted);
}
.gallery-item {
  flex-shrink: 0;
  width: 150px;
  height: 100px;
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: start;
  border: 2px solid transparent;
  transition: border-color .15s, transform .15s;
}
.gallery-item:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}
.gallery-item:hover img {
  transform: scale(1.07);
}
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .93);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lightbox.open {
  display: flex;
}
.lb-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 85vh;
}
#lbImg {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 8px;
  object-fit: contain;
  transition: opacity .18s;
}
.lb-close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: rgba(255, 255, 255, .12);
  border: none;
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: background .15s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lb-close:hover {
  background: rgba(255, 255, 255, .25);
}
.lb-prev, .lb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .12);
  border: none;
  color: #fff;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: background .15s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lb-prev:hover, .lb-next:hover {
  background: rgba(255, 255, 255, .25);
}
.lb-prev {
  left: 16px;
}
.lb-next {
  right: 16px;
}
.lb-counter {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .45);
  font-size: 12px;
  letter-spacing: .05em;
}
.article-content {
  font-size: 15px;
  line-height: 1.8;
  color: #2a3a5a;
  margin-bottom: 36px;
}
.article-content p {
  margin-bottom: 16px;
}
.article-content h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  margin: 28px 0 12px;
  padding-left: 14px;
  border-left: 3px solid var(--gold);
}
.article-content h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin: 20px 0 10px;
}
.article-content ul, .article-content ol {
  padding-left: 22px;
  margin-bottom: 16px;
}
.article-content li {
  margin-bottom: 6px;
}
.article-content blockquote {
  background: var(--light-bg);
  border-left: 3px solid var(--gold);
  padding: 14px 20px;
  border-radius: 0 8px 8px 0;
  margin: 20px 0;
  font-style: italic;
  color: var(--muted);
}
.article-content a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-content strong {
  color: var(--text);
}
.attachments {
  margin-bottom: 28px;
  padding: 20px;
  background: var(--light-bg);
  border-radius: 8px;
  border: 1px solid var(--border);
}
.attachments-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.attachments-title svg {
  color: var(--gold);
}
.attachments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 8px;
}
.attachment-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 10px 12px;
  text-decoration: none;
  color: var(--text);
  transition: border-color .15s;
}
.attachment-item:hover {
  border-color: var(--blue);
}
.attachment-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.attachment-icon.pdf {
  background: #fff0f0;
  border: 1px solid #fca5a5;
  color: #dc2626;
}
.attachment-icon.doc {
  background: #eff6ff;
  border: 1px solid #93c5fd;
  color: #1d4ed8;
}
.attachment-icon.img {
  background: #f0fdf4;
  border: 1px solid #86efac;
  color: #16a34a;
}
.attachment-info {
  flex: 1;
  min-width: 0;
}
.attachment-name {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attachment-size {
  font-size: 10.5px;
  color: var(--muted);
  margin-top: 1px;
}
.attachment-dl {
  flex-shrink: 0;
  color: var(--muted);
}
.attachment-item:hover .attachment-dl {
  color: var(--blue);
}
.article-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}
.article-tags-block {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.tags-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}
.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tag {
  font-size: 12px;
  color: var(--muted);
}
.tag:not(:last-child)::after {
  content: ',';
}
.tag:hover {
  color: var(--blue);
}
.article-share {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.share-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
}
.share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  border: 1px solid var(--border);
  color: var(--text);
  transition: all .15s;
  background: #fff;
}
.share-icon.fb {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
}
.share-icon.fb:hover {
  background: #1464d0;
}
.share-icon:hover {
  border-color: var(--blue);
  background: var(--light-bg);
}
.sidebar-banners {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sidebar-banner {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border);
  transition: transform .2s, box-shadow .2s;
  background: var(--navy);
}
.sidebar-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
}
.sidebar-banner img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.sidebar-banner:hover img {
  transform: scale(1.04);
}
.sidebar-banner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 12px;
  background: linear-gradient(to top, rgba(10, 32, 64, .85) 0%, transparent 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}
.sidebar-banner-fallback {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--navy), #1a3d7a);
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  padding: 8px;
}
@media (max-width:1100px) {
  .quick-links .container,	.cats-strip .container {
    grid-template-columns: repeat(5, 1fr);
  }
  .ustanove-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:900px) {
  .nav-links,	.top-bar-contact {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .logo-text .slogan {
    display: block;
    font-size: 8.5px;
  }
  .logo-text .brand {
    font-size: 16px;
  }
  .logo-icon {
    width: 60px;
    height: 60px;
  }
  .logo-icon img {
    width: 60px;
    height: 60px;
  }
  .logo-area {
    padding: 8px 20px 8px 0;
  }
  .logo-area::after {
    display: none;
  }
  .main-nav .container {
    min-height: 76px;
  }
  .content-grid {
    grid-template-columns: 1fr;
  }
  .news-block {
    grid-template-columns: 1fr;
  }
  .news-block-left {
    min-height: 240px;
  }
  .hero .container {
    flex-direction: column;
  }
  .hero-stats {
    flex-direction: row;
  }
  .projects-wrap {
    grid-template-columns: 1fr;
  }
  .events-list {
    gap: 8px;
  }
  .opcsluzbe-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:600px) {
  .quick-links .container {
    grid-template-columns: repeat(3, 1fr);
  }
  .ustanove-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .news-featured {
    flex-direction: column;
  }
  .news-featured-img {
    width: 100%;
    height: 180px;
    align-items: center;
  }
  .hero-stats {
    flex-direction: column;
    width: 100%;
  }
  .stat-box {
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    border-right: none;
  }
  .stat-box:last-child {
    border-bottom: none;
  }
  .news-block-right {
    gap: 8px;
  }
  .projects-wrap {
    grid-template-columns: 1fr;
  }
  .opcsluzbe-grid {
    grid-template-columns: 1fr;
  }
  .img-banners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .budget-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 14px 0;
  }
  .budget-icon-block {
    display: none;
  }
  .budget-text-block {
    height: auto;
    padding: 0 20px 8px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }
  .budget-amount-block {
    height: auto;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }
  .budget-amount {
    font-size: 28px;
  }
  .budget-updated {
    height: auto;
    margin-left: 0;
    padding: 10px 20px;
  }
  .budget-date {
    font-size: 11px;
  }
  .emg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.radno-badge.open {
  background-color: #28a745;
  color: white;
}
.radno-badge.closed {
  background-color: #dc3545;
  color: white;
}
.page-hero {
  background: var(--navy);
  padding: 48px 0 40px;
  border-bottom: 3px solid var(--gold);
}
.page-hero-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-hero-bar {
  width: 4px;
  min-height: 52px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}
.page-hero h1 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.3px;
  line-height: 1.2;
}
.page-hero p {
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  margin: 0;
}
.page-body {
  background: var(--light-bg);
  padding: 36px 0 56px;
}
.page-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 12px;
  color: var(--muted);
  flex-wrap: wrap;
}
.page-nav a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
  transition: color .15s;
}
.page-nav a:hover {
  color: var(--gold);
}
.page-nav-sep {
  color: var(--border);
}
.contact-section {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  padding: 24px 24px 20px;
  margin-bottom: 20px;
}
.contact-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.contact-section-head h2 {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .8px;
  padding-left: 12px;
  border-left: 3px solid var(--gold);
  margin: 0;
}
.rukovodilac-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.rukovodilac-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  border: 2px solid var(--gold);
}
.rukovodilac-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rukovodilac-avatar svg {
  color: rgba(255, 255, 255, .5);
}
.rukovodilac-info {
  flex: 1;
  min-width: 200px;
}
.rukovodilac-role {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--gold);
  margin-bottom: 4px;
}
.rukovodilac-ime {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.2;
}
.rukovodilac-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.rukovodilac-contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--muted);
}
.rukovodilac-contact-item a {
  color: var(--blue);
  text-decoration: none;
  transition: color .15s;
}
.rukovodilac-contact-item a:hover {
  color: var(--gold);
}
.rukovodilac-contact-item svg {
  flex-shrink: 0;
  color: var(--gold);
}
.sluzba-opis {
  text-align: justify;
  font-size: 14px;
  color: var(--text);
  line-height: 1.75;
}
.sluzba-opis p {
  margin-bottom: 12px;
}
.sluzba-opis ol, .sluzba-opis ul {
  padding-left: 20px;
  margin-bottom: 12px;
}
.sluzba-opis li {
  margin-bottom: 5px;
}
.sluzba-opis strong {
  color: var(--navy);
}
.odsjeci-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.odsjek-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.odsjek-row:last-child {
  border-bottom: none;
}
.odsjek-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #e8eef8;
  border: 1px solid #c5d5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.odsjek-icon svg {
  color: var(--blue);
}
.odsjek-body {
  flex: 1;
}
.odsjek-naziv {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
  line-height: 1.3;
}
.odsjek-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.odsjek-contact {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--muted);
}
.odsjek-contact a {
  color: var(--blue);
  text-decoration: none;
  transition: color .15s;
}
.odsjek-contact a:hover {
  color: var(--gold);
}
.odsjek-contact svg {
  flex-shrink: 0;
  color: var(--gold);
}
.odsjek-rukovodilac {
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}
.other-sluzbe {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.other-sluzba-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  color: var(--text);
  border: 1px solid transparent;
  transition: background .12s, border-color .12s, color .12s;
}
.other-sluzba-link:hover {
  background: var(--light-bg);
  border-color: var(--border);
  color: var(--blue);
}
.other-sluzba-link.active {
  background: #f0f6ff;
  border-color: var(--blue);
  color: var(--blue);
  font-weight: 700;
}
.other-sluzba-link svg {
  flex-shrink: 0;
  color: var(--gold);
}
.sluzba-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px;
  align-items: start;
}
.sluzba-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sluzba-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 900px) {
  .sluzba-layout {
    grid-template-columns: 1fr;
  }
  .sluzba-sidebar {
    order: -1;
  }
  .page-hero h1 {
    font-size: 1.4rem;
  }
}
.page-hero {
  background: var(--navy);
  padding: 48px 0 40px;
  border-bottom: 3px solid var(--gold);
}
.page-hero-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-hero-bar {
  width: 4px;
  height: 52px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}
.page-hero h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.3px;
}
.page-hero p {
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  margin: 0;
}
.page-body {
  background: var(--light-bg);
  padding: 36px 0 56px;
}
.page-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 12px;
  color: var(--muted);
}
.page-nav a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
  transition: color .15s;
}
.page-nav a:hover {
  color: var(--gold);
}
.page-nav-sep {
  color: var(--border);
}
.contact-section {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  padding: 24px 24px 20px;
  margin-bottom: 20px;
}
.contact-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.contact-section-head h2 {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .8px;
  padding-left: 12px;
  border-left: 3px solid var(--gold);
  margin: 0;
}
.sluzbe-intro {
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 24px;
  font-size: 13.5px;
  color: var(--text);
  line-height: 1.65;
}
.sluzbe-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sluzba-list-card {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.sluzba-list-card:hover {
  border-color: var(--blue);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .07);
  transform: translateX(3px);
}
.sluzba-list-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  background: var(--navy);
  color: var(--gold);
  font-size: 20px;
  font-weight: 800;
  flex-shrink: 0;
  letter-spacing: -0.5px;
  align-self: stretch;
}
.sluzba-list-body {
  flex: 1;
  padding: 14px 18px;
  min-width: 0;
}
.sluzba-list-naziv {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
  margin-bottom: 4px;
}
.sluzba-list-card:hover .sluzba-list-naziv {
  color: var(--blue);
}
.sluzba-list-opis {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
}
.sluzba-list-odsjeci {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.odsjek-tag {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--blue);
  background: #e8eef8;
  border: 1px solid #c5d5f0;
  border-radius: 20px;
  padding: 2px 10px;
  white-space: nowrap;
}
.sluzba-list-arrow {
  padding: 0 18px;
  color: var(--border);
  flex-shrink: 0;
  transition: color .15s;
}
.sluzba-list-card:hover .sluzba-list-arrow {
  color: var(--blue);
}
@media (max-width: 640px) {
  .page-hero h1 {
    font-size: 1.5rem;
  }
  .sluzba-list-num {
    width: 44px;
    font-size: 13px;
  }
}
.page-hero {
  background: var(--navy);
  padding: 48px 0 40px;
  border-bottom: 3px solid var(--gold);
}
.page-hero-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-hero-bar {
  width: 4px;
  height: 52px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}
.page-hero h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.3px;
  line-height: 1.2;
}
.page-hero p {
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  margin: 0;
}
.page-body {
  background: var(--light-bg);
  padding: 36px 0 56px;
}
.glasnik-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 12px;
  color: var(--muted);
}
.glasnik-nav a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
  transition: color .15s;
}
.glasnik-nav a:hover {
  color: var(--gold);
}
.glasnik-nav-sep {
  color: var(--border);
}
.contact-section {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  padding: 24px 24px 8px;
  margin-bottom: 20px;
}
.contact-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.contact-section-head h2 {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .8px;
  padding-left: 12px;
  border-left: 3px solid var(--gold);
  margin: 0;
}
.glasnici-info {
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 20px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}
.godina-blok {
  margin-bottom: 12px;
}
.godina-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px 18px;
  cursor: pointer;
  transition: border-color .15s, background .15s;
  user-select: none;
  gap: 12px;
}
.godina-trigger:hover {
  border-color: var(--blue);
  background: #f0f6ff;
}
.godina-trigger.open {
  border-color: var(--gold);
  background: #fffbf0;
  border-radius: 10px 10px 0 0;
  border-bottom-color: transparent;
}
.godina-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.godina-badge {
  font-size: 18px;
  font-weight: 800;
  color: var(--blue);
  letter-spacing: -0.5px;
  line-height: 1;
}
.godina-trigger.open .godina-badge {
  color: var(--gold);
}
.godina-count {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2px 10px;
}
.godina-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .25s, border-color .15s, background .15s;
}
.godina-arrow svg {
  color: var(--muted);
  transition: color .15s;
}
.godina-trigger.open .godina-arrow {
  transform: rotate(180deg);
  border-color: var(--gold);
  background: var(--gold);
}
.godina-trigger.open .godina-arrow svg {
  color: var(--navy);
}
.godina-body {
  display: none;
  border: 1px solid var(--gold);
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 16px;
  background: #fffbf0;
}
.godina-body.open {
  display: block;
}
.glasnici-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
}
.glasnik-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 14px;
  text-decoration: none;
  transition: border-color .15s, background .15s, transform .15s, box-shadow .15s;
}
.glasnik-card:hover {
  border-color: var(--blue);
  background: #f0f6ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .07);
}
.glasnik-card-icon {
  width: 32px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff0f0;
  border: 1px solid #fca5a5;
  border-radius: 5px;
  flex-shrink: 0;
}
.glasnik-card-info {
  flex: 1;
  min-width: 0;
}
.glasnik-card-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.glasnik-card-date {
  font-size: 10px;
  color: var(--muted);
  margin-top: 2px;
}
.glasnik-card-dl {
  flex-shrink: 0;
  color: var(--border);
  transition: color .15s;
}
.glasnik-card:hover .glasnik-card-dl {
  color: var(--blue);
}
.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity .15s;
  white-space: nowrap;
  flex-shrink: 0;
}
.btn-download:hover {
  opacity: .85;
}
.glasnik-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.glasnik-meta-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.glasnik-meta-label {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--gold);
}
.glasnik-meta-value {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text);
}
.glasnik-meta-sep {
  width: 1px;
  height: 32px;
  background: var(--border);
  flex-shrink: 0;
}
.glasnik-toc {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.toc-sekcija-naziv {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--blue);
  padding: 0 0 8px;
  border-bottom: 2px solid var(--gold);
  margin-bottom: 4px;
}
.toc-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: toc-counter;
}
.toc-stavka {
  counter-increment: toc-counter;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 6px;
  font-size: 13.5px;
  color: var(--text);
  border-bottom: 1px solid #f4f6fb;
  transition: background .12s;
}
.toc-stavka:last-child {
  border-bottom: none;
}
.toc-stavka:hover {
  background: var(--light-bg);
}
.toc-stavka::before {
  content: counter(toc-counter) ".";
  color: var(--gold);
  font-weight: 700;
  font-size: 12px;
  flex-shrink: 0;
  min-width: 22px;
}
.toc-naziv {
  flex: 1;
  line-height: 1.55;
  font-style: italic;
  color: var(--text);
}
.toc-stranica {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2px 8px;
}
.toc-empty {
  color: var(--muted);
  font-size: 14px;
  padding: 16px 0;
  font-style: italic;
}
.page-hero {
  background: var(--navy);
  padding: 48px 0 40px;
  border-bottom: 3px solid var(--gold);
}
.page-hero-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-hero-bar {
  width: 4px;
  height: 52px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}
.page-hero h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.3px;
  line-height: 1.2;
}
.page-hero p {
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  margin: 0;
}
.page-body {
  background: var(--light-bg);
  padding: 36px 0 56px;
}
.page-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 12px;
  color: var(--muted);
  flex-wrap: wrap;
}
.page-nav a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
  transition: color .15s;
}
.page-nav a:hover {
  color: var(--gold);
}
.page-nav-sep {
  color: var(--border);
}
.contact-section {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  padding: 24px 24px 20px;
  margin-bottom: 20px;
}
.contact-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.contact-section-head h2 {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .8px;
  padding-left: 12px;
  border-left: 3px solid var(--gold);
  margin: 0;
}
.contact-section-head span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}
.contact-section-head a:not(.btn-download) {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  text-decoration: none;
  transition: color .15s;
}
.contact-section-head a:not(.btn-download):hover {
  color: var(--blue);
}
@media (max-width: 640px) {
  .page-hero h1 {
    font-size: 1.5rem;
  }
  .glasnik-meta {
    gap: 14px;
  }
  .glasnik-meta-sep {
    display: none;
  }
  .toc-stavka {
    font-size: 12.5px;
  }
}
.godina-blok.current-year .godina-trigger {
  border-color: var(--gold);
}
.godina-blok.current-year .godina-badge {
  color: var(--gold);
}
@media (max-width: 640px) {
  .page-hero h1 {
    font-size: 1.5rem;
  }
  .glasnici-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-body {
  background: var(--light-bg);
  padding: 36px 0 56px;
}
.page-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 12px;
  color: var(--muted);
}
.page-nav a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
  transition: color .15s;
}
.page-nav a:hover {
  color: var(--gold);
}
.page-nav-sep {
  color: var(--border);
}
.contact-section {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  padding: 24px 24px 20px;
  margin-bottom: 20px;
}
.contact-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.contact-section-head h2 {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .8px;
  padding-left: 12px;
  border-left: 3px solid var(--gold);
  margin: 0;
}
.contact-section-head span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}
.mz-group-title {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--blue);
  padding: 0 0 8px;
  border-bottom: 2px solid var(--gold);
  margin-bottom: 16px;
  margin-top: 28px;
}
.mz-group-title:first-child {
  margin-top: 0;
}
.mz-list-card {
  display: block;
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s, border-color .15s;
}
.mz-list-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  transform: translateY(-2px);
  border-color: var(--blue);
}
.mz-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.mz-card-num {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--navy);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.mz-card-naziv {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}
.mz-list-card:hover .mz-card-naziv {
  color: var(--blue);
}
.mz-card-meta {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mz-card-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mz-card-naselja {
  margin-top: 10px;
  font-size: 11px;
  color: var(--blue);
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .page-hero h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 900px) {
  .news-block-left {
    min-height: 280px;
  }
  .news-block-left::after {
    background: linear-gradient( to top, rgba(5,15,40,1) 0%, rgba(5,15,40,0.85) 40%, rgba(5,15,40,0.3) 100% );
  }
  .news-block-left-body {
    padding: 18px;
  }
  .news-block-left-body h3 {
    font-size: 16px;
    line-height: 1.35;
  }
  .news-block-left-body .date {
    margin-bottom: 6px;
  }
}
.ic-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-icon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .ustanova-upravljanje-grid {
    grid-template-columns: 1fr !important;
  }
}
.ustanova-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}
.ustanova-upravljanje-grid {
  display: grid;
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 900px) {
  .sluzba-layout {
    display: flex !important;
    flex-direction: column !important;
  }
  .sluzba-main {
    order: 1;
  }
  .sluzba-sidebar {
    order: 2 !important;
  }
  .ustanova-upravljanje-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 480px) {
  .ustanova-contact-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width:900px) {
  .nav-links.mobile-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy);
    z-index: 999;
    padding: 8px 0 16px;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .nav-links.mobile-open .nav-item {
    width: 100%;
  }
  .nav-links.mobile-open .nav-item>a {
    padding: 12px 24px;
    border-bottom: none;
    height: auto;
    justify-content: flex-start;
  }
  .nav-links.mobile-open .dropdown {
    display: none;
    position: static;
    box-shadow: none;
    border-top: none;
    background: rgba(0,0,0,.2);
    padding: 0;
  }
  .nav-links.mobile-open .nav-item:hover .dropdown {
    display: block;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .hamburger span {
    transition: transform .2s,opacity .2s;
  }
}
@media (max-width:900px) {
  .nav-links.mobile-open .dropdown a {
    color: #fff;
  }
  .nav-links.mobile-open .dropdown a:hover {
    color: #fff;
    background: rgba(255,255,255,.1);
    padding-left: 32px;
  }
  .nav-links.mobile-open .dropdown a::before {
    color: var(--gold);
  }
}
.news-block-v2 {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: start;
}
.news-featured-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap: 0;
}
.news-featured-img {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 320px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
  background: var(--light-bg);
}
.news-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.news-featured-card:hover .news-featured-img img {
  transform: scale(1.04);
}
.news-featured-cat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--blue);
  margin-bottom: 12px;
}
.news-featured-cat::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--gold);
  border-radius: 1px;
}
.news-featured-title {
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 12px;
  letter-spacing: -.3px;
}
.news-featured-card:hover .news-featured-title {
  color: var(--blue);
}
.news-featured-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 14px;
}
.news-featured-meta svg {
  opacity: .5;
  flex-shrink: 0;
}
.news-featured-excerpt {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
.news-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.news-stack-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  transition: background .12s;
}
.news-stack-card:first-child {
  padding-top: 0;
}
.news-stack-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.news-stack-img {
  width: 120px;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  background: var(--light-bg);
  flex-shrink: 0;
}
.news-stack-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.news-stack-card:hover .news-stack-img img {
  transform: scale(1.06);
}
.news-stack-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 2px;
}
.news-stack-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--blue);
}
.news-stack-cat::before {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background: var(--gold);
  border-radius: 1px;
}
.news-stack-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.4;
  margin: 0;
  letter-spacing: -.2px;
}
.news-stack-card:hover .news-stack-title {
  color: var(--blue);
}
.news-stack-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: var(--muted);
}
.news-stack-meta svg {
  opacity: .45;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .news-block-v2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .news-stack-card {
    grid-template-columns: 90px 1fr;
    gap: 12px;
  }
  .news-stack-img {
    width: 90px;
  }
}
@media (max-width: 600px) {
  .news-stack-card {
    grid-template-columns: 80px 1fr;
  }
  .news-stack-img {
    width: 80px;
  }
  .news-stack-title {
    font-size: 13.5px;
  }
}
@media (max-width: 640px) {
  .top-bar-contact {
    display: none;
  }
  .top-bar-korupcija-text {
    display: none;
  }
  .top-bar-korupcija {
    padding: 5px 10px;
    min-width: 0;
  }
  .top-bar .container {
    padding: 0 12px;
  }
  .top-bar-actions {
    gap: 6px;
  }
  .top-bar-sep {
    display: none;
  }
  .home-link {
    padding-right: 10px;
    margin-right: 0;
  }
}
.page-hero {
  background: var(--navy);
  padding: 48px 0 40px;
  border-bottom: 3px solid var(--gold);
}
.page-hero-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-hero-bar {
  width: 4px;
  height: 52px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}
.page-hero h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.3px;
  line-height: 1.2;
}
.page-hero p {
  color: rgba(255,255,255,.55);
  font-size: 13px;
  margin: 0;
}
.page-body {
  background: var(--light-bg);
  padding: 36px 0 56px;
}
.contact-section {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  padding: 24px 24px 20px;
  margin-bottom: 20px;
}
.contact-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.contact-section-head h2 {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .8px;
  padding-left: 12px;
  border-left: 3px solid var(--gold);
  margin: 0;
}
.contact-section-head a {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: color .15s;
}
.contact-section-head a:hover {
  color: var(--blue);
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .info-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.info-card {
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 18px 16px;
  transition: border-color .15s, background .15s;
}
.info-card:hover {
  border-color: var(--blue);
  background: #f0f6ff;
}
.ic-icon {
  width: 36px;
  height: 36px;
  background: #e8eef8;
  border: 1px solid #c5d5f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.ic-icon svg {
  width: 18px;
  height: 18px;
  fill: var(--blue);
}
.ic-label {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--gold);
  margin-bottom: 5px;
}
.ic-value {
  font-size: 13px;
  color: var(--text);
  line-height: 1.6;
}
.ic-value a {
  color: var(--text);
  text-decoration: none;
  transition: color .15s;
}
.ic-value a:hover {
  color: var(--blue);
}
.radno-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 20px;
  gap: 24px;
  flex-wrap: wrap;
}
.radno-box h3 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: var(--blue);
  margin: 0 0 12px;
}
.radno-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.radno-item {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  font-size: 13px;
}
.radno-item .day {
  color: var(--muted);
}
.radno-item .time {
  color: var(--text);
  font-weight: 700;
}
.radno-badge {
  background: #f0fdf4;
  border: 1px solid rgba(34,197,94,.35);
  color: #16a34a;
  font-size: 11px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 999px;
  white-space: nowrap;
  align-self: center;
}
.map-wrap {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.map-wrap iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: none;
}
.contact-mz-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}
.contact-mz-card {
  display: block;
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px;
  text-decoration: none;
  transition: border-color .15s, background .15s, transform .15s;
}
.contact-mz-card:hover {
  border-color: var(--blue);
  background: #f0f6ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0,0,0,.07);
}
.contact-mz-num {
  font-size: 9.5px;
  font-weight: 800;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 6px;
}
.contact-mz-card h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 5px;
  line-height: 1.3;
}
.contact-mz-pop {
  font-size: 11px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 5px;
}
.contact-mz-sela {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.5;
}
@media (max-width: 640px) {
  .page-hero h1 {
    font-size: 1.5rem;
  }
  .info-grid {
    grid-template-columns: 1fr 1fr;
  }
  .radno-box {
    flex-direction: column;
  }
  .contact-mz-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width:500px) {
  .vijecnici-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .vijecnici-grid img {
    height: 180px !important;
    object-position: top center !important;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
