*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  padding-top: 0 !important;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

nav ul,
nav ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hina-home,
.hina-home-page {
  opacity: 1 !important;
}
.hina-home a,
.hina-home-page a {
  color: #0073C0;
  text-decoration: none;
}
.hina-home a:hover,
.hina-home-page a:hover {
  color: #1C5073;
}
.hina-home .card-link,
.hina-home .card-link:hover,
.hina-home-page .card-link,
.hina-home-page .card-link:hover {
  text-decoration: none;
  color: inherit;
}

.hina-home {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #565A69;
}
.hina-home h1, .hina-home .hina-h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1C5073;
}
.hina-home h2, .hina-home .hina-h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1C5073;
}
.hina-home h3, .hina-home .hina-h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #1C5073;
}
.hina-home h4, .hina-home .hina-h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #1C5073;
}
.hina-home h5, .hina-home .hina-h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #1C5073;
}
.hina-home .hina-paragraph {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #565A69;
}
.hina-home .hina-paragraph--regular {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #565A69;
}
.hina-home .hina-timestamp {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #91939A;
}
.hina-home .hina-section-label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #1C5073;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.hina-home .hina-accent-label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #FF2E17;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hina-home .hina-nav-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
.hina-home .hina-card-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #1C5073;
}
.hina-home .hina-card-title--lg {
  font-size: 24px;
  line-height: 30px;
}
.hina-home .hina-card-title--md {
  font-size: 16px;
  line-height: 20px;
}
.hina-home .hina-card-title--sm {
  font-size: 14px;
  line-height: 18px;
}
.hina-home .hina-fresh {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #1C5073;
}
.hina-home .hina-caption {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.hina-home .hina-footer-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.hina-home .hina-container {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.hina-home .hina-container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.hina-home .hina-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-home .hina-grid-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .hina-home .hina-grid-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.hina-home .hina-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-home .hina-grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .hina-home .hina-grid-4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.hina-home .hina-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .hina-home .hina-grid-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.hina-home .hina-gap-xs {
  gap: 10px;
}
.hina-home .hina-gap-sm {
  gap: 20px;
}
.hina-home .hina-gap-md {
  gap: 40px;
}
.hina-home .hina-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .hina-home .hina-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.hina-home .hina-divider {
  border: none;
  border-top: 1px solid #DDE0E9;
  margin: 0;
}

.hina-home .hina-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.hina-home .hina-btn:focus-visible {
  outline: 2px solid #0073C0;
  outline-offset: 2px;
}
.hina-home .hina-btn--primary {
  background-color: #0073C0;
  color: #FFFFFF;
  border-color: #0073C0;
}
.hina-home .hina-btn--primary:hover {
  background-color: #FF2E17;
  border-color: #FF2E17;
  color: #FFFFFF;
}
.hina-home .hina-btn--secondary {
  background-color: #C3E4FA;
  color: #0073C0;
  border-color: #C3E4FA;
}
.hina-home .hina-btn--secondary:hover {
  background-color: #0073C0;
  color: #C3E4FA;
  border-color: #0073C0;
}
.hina-home .hina-btn--subscribe {
  background-color: #D9F0FF;
  color: #0073C0;
  border-color: #D9F0FF;
}
.hina-home .hina-btn--subscribe:hover {
  border-color: #0073C0;
}
.hina-home .hina-btn--pill {
  background-color: #1C5073;
  color: #FFFFFF;
  border-color: #1C5073;
  border-radius: 20px;
  font-size: 12px;
  padding: 6px 20px;
}
.hina-home .hina-btn--pill:hover {
  background-color: #153f5c;
  border-color: #153f5c;
}
.hina-home .hina-btn--pill--accent {
  background-color: #FF2E17;
  border-color: #FF2E17;
}
.hina-home .hina-btn--pill--accent:hover {
  background-color: #e51a00;
  border-color: #e51a00;
}
.hina-home .hina-btn--sm {
  padding: 6px 10px;
  font-size: 14px;
}
.hina-home .hina-btn--lg {
  padding: 14px 20px;
  font-size: 16px;
  min-width: 160px;
}

.hina-home .hina-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hina-home .hina-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hina-home .hina-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hina-home .hina-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hina-home .hina-text-primary {
  color: #0073C0;
}
.hina-home .hina-text-accent {
  color: #FF2E17;
}
.hina-home .hina-text-dark {
  color: #1C5073;
}
.hina-home .hina-text-muted {
  color: #91939A;
}
.hina-home .hina-text-body {
  color: #565A69;
}
.hina-home .hina-text-white {
  color: #FFFFFF;
}
.hina-home .hina-bg-light {
  background-color: #ECEDF3;
}
.hina-home .hina-bg-blue {
  background-color: #0073C0;
}
.hina-home .hina-bg-dark {
  background-color: #1C5073;
}
.hina-home .hina-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hina-home .hina-img-responsive {
  width: 100%;
  height: auto;
  display: block;
}
.hina-home .hina-flex {
  display: flex;
}
.hina-home .hina-flex-col {
  display: flex;
  flex-direction: column;
}
.hina-home .hina-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hina-home .hina-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hina-home .hina-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.hina-home .hina-mt-xs {
  margin-top: 10px;
}
.hina-home .hina-mt-sm {
  margin-top: 20px;
}
.hina-home .hina-mt-md {
  margin-top: 40px;
}
.hina-home .hina-mb-xs {
  margin-bottom: 10px;
}
.hina-home .hina-mb-sm {
  margin-bottom: 20px;
}
.hina-home .hina-mb-md {
  margin-bottom: 40px;
}
.hina-home .hina-pt-xs {
  padding-top: 10px;
}
.hina-home .hina-pt-sm {
  padding-top: 20px;
}
.hina-home .hina-pt-md {
  padding-top: 40px;
}
.hina-home .hina-pb-xs {
  padding-bottom: 10px;
}
.hina-home .hina-pb-sm {
  padding-bottom: 20px;
}
.hina-home .hina-pb-md {
  padding-bottom: 40px;
}
.hina-home .hina-border-top {
  border-top: 1px solid #DDE0E9;
}
.hina-home .hina-border-bottom {
  border-bottom: 1px solid #DDE0E9;
}
@media (max-width: 767px) {
  .hina-home .hina-hide-mobile {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hina-home .hina-hide-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hina-home .hina-hide-tablet-up {
    display: none !important;
  }
}

.hina-header {
  background-color: #FFFFFF;
  padding: 10px 0 0;
}
@media (max-width: 767px) {
  .hina-header {
    padding: 0;
  }
}

.hina-header__topbar {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-header__topbar {
    display: flex;
  }
}
@media (max-width: 767px) {
  .hina-header__topbar {
    display: flex;
  }
}
.hina-header__topbar {
  align-items: center;
  justify-content: space-between;
  background-color: #D9F0FF;
  padding: 8px 20px;
  gap: 10px;
}

.hina-header__topbar-portals-wrap {
  position: relative;
}

.hina-header__topbar-portals {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #0073C0;
  text-transform: uppercase;
  white-space: nowrap;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.hina-header__topbar-portals-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #FFFFFF;
  border: 1px solid #0073C0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 200;
  padding: 10px 20px;
  min-width: 160px;
  border-radius: 3px;
}
.hina-header__topbar-portals-wrap.open .hina-header__topbar-portals-menu {
  display: block;
}
.hina-header__topbar-portals-menu a {
  display: block;
  padding: 4px 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  color: #0073C0;
}

.hina-header__topbar-subscribe {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #0073C0;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.hina-header__topbar-subscribe svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.hina-header__topbar-subscribe:hover {
  color: #1C5073;
}

.hina-header__topbar-login-wrap {
  position: relative;
}
.hina-header__topbar-login-wrap[open] > summary::marker, .hina-header__topbar-login-wrap[open] > summary::-webkit-details-marker {
  display: none;
}
.hina-header__topbar-login-wrap > summary {
  list-style: none;
}
.hina-header__topbar-login-wrap > summary::marker, .hina-header__topbar-login-wrap > summary::-webkit-details-marker {
  display: none;
}

.hina-header__topbar-login {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #0073C0;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #C3E4FA;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
}
.hina-header__topbar-login svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.hina-header__topbar-login:hover {
  background-color: #A3D4F5;
}

.hina-header__topbar-login-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 200;
  min-width: 240px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #DDE0E9;
  border-radius: 3px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.hina-header__inner {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 70px;
}
@media (max-width: 767px) {
  .hina-header__inner {
    min-height: 56px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.hina-header__logo {
  flex-shrink: 0;
  text-decoration: none;
}
.hina-header__logo img {
  width: auto;
  height: 54px;
  display: block;
}
@media (max-width: 767px) {
  .hina-header__logo img {
    height: 40px;
  }
}

.hina-header__nav {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hina-header__nav li {
  list-style: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-header__nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .hina-header__nav {
    display: none;
  }
}

.hina-header__link {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #0073C0;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 12px 12px;
  position: relative;
  white-space: nowrap;
  display: block;
  transition: color 0.2s ease;
}
.hina-header__link::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -12px;
  height: 5px;
  background-color: #FF2E17;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.hina-header__link:hover, .hina-header__link--active {
  color: #1C5073;
}
.hina-header__link:hover::after, .hina-header__link--active::after {
  opacity: 1;
}

.hina-header__nav-dropdown {
  position: relative;
}
.hina-header__nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #DDE0E9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  z-index: 100;
  padding: 8px 0;
  min-width: 220px;
}
.hina-header__nav-dropdown:hover .hina-header__nav-dropdown-menu,
.hina-header__nav-dropdown:focus-within .hina-header__nav-dropdown-menu {
  display: block;
}
.hina-header__nav-dropdown--collapsed .hina-header__nav-dropdown-menu {
  display: none;
}
.hina-header__nav-dropdown-menu a {
  display: block;
  padding: 6px 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #1C5073;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}
.hina-header__nav-dropdown-menu a:hover {
  background: #E8F4FC;
  color: #0073C0;
}

.hina-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-header__actions {
    display: none;
  }
}
@media (max-width: 767px) {
  .hina-header__actions {
    display: none;
  }
}

.hina-header__portals {
  position: relative;
}

.hina-header__portals-btn {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0073C0;
  text-transform: uppercase;
  background: #FFFFFF;
  border: 1px solid #0073C0;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 20px;
  height: 40px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.hina-header__portals-btn:hover {
  background: #E8F4FC;
}

.hina-header__portals {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: -8px;
}
.hina-header__portals-menu {
  display: none;
  position: absolute;
  top: calc(100% - 4px);
  right: 0;
  background: #FFFFFF;
  border: 1px solid #0073C0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 100;
  padding: 10px 20px;
  min-width: 150px;
}
.hina-header__portals:hover .hina-header__portals-menu, .hina-header__portals:focus-within .hina-header__portals-menu {
  display: block;
}
.hina-header__portals-menu a {
  display: block;
  padding: 3px 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  color: #0073C0;
}
.hina-header__portals-menu .hina-header__portal--eu {
  color: #0073C0;
}
.hina-header__portals-menu .hina-header__portal--zelena {
  color: #28876A;
}
.hina-header__portals-menu .hina-header__portal--zdravlje {
  color: #FF2E17;
}

.hina-header__subscribe {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #0073C0;
  border-radius: 5px;
  background: transparent;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0073C0;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.hina-header__subscribe svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.hina-header__subscribe:hover {
  background: #E8F4FC;
}

.hina-header__login {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  background-color: #C3E4FA;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0073C0;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border: none;
}
.hina-header__login svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.hina-header__login:hover {
  background-color: #A3D4F5;
}

.hina-header__login-wrap {
  position: relative;
}
.hina-header__login-wrap[open] > summary::marker, .hina-header__login-wrap[open] > summary::-webkit-details-marker {
  display: none;
}
.hina-header__login-wrap[open] .hina-header__login-arrow {
  transform: rotate(180deg);
}

.hina-header__login-arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.2s;
}

.hina-header__login-wrap > summary {
  list-style: none;
}
.hina-header__login-wrap > summary::marker, .hina-header__login-wrap > summary::-webkit-details-marker {
  display: none;
}

.hina-header__login-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  min-width: 240px;
  margin-top: 6px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #DDE0E9;
  border-radius: 3px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.hina-header__login-input {
  display: block;
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  border: 1px solid #DDE0E9;
  border-radius: 3px;
  background: #ECEDF3;
  color: #565A69;
}
.hina-header__login-input:focus {
  outline: 2px solid #0073C0;
  outline-offset: -2px;
}

.hina-header__login-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px 20px;
  margin-top: 4px;
  background: #0073C0;
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.15s;
}
.hina-header__login-submit:hover {
  background: #1C5073;
}

.hina-header__hamburger {
  display: none;
  background: none;
  border: none;
  color: #0073C0;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
}
.hina-header__hamburger span {
  display: block;
  width: 28px;
  height: 3px;
  background: #0073C0;
  border-radius: 2px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-header__hamburger {
    display: flex;
  }
}
@media (max-width: 767px) {
  .hina-header__hamburger {
    display: flex;
  }
}

.hina-header__mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  z-index: 1000;
  flex-direction: column;
}
.hina-header__mobile-menu--open {
  display: flex;
}

.hina-header__mobile-sticky {
  flex-shrink: 0;
}
.hina-header__mobile-sticky .hina-header__topbar {
  display: flex;
}

.hina-header__mobile-logobar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.hina-header__mobile-logobar .hina-header__logo img {
  height: 40px;
}

.hina-header__close {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #0073C0;
  cursor: pointer;
  padding: 10px;
  width: 48px;
  height: 48px;
}
.hina-header__close svg {
  width: 28px;
  height: 28px;
}

.hina-header__mobile-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hina-header__mobile-search {
  display: flex;
  align-items: center;
  background-color: #ECEDF3;
  border-radius: 3px;
  padding: 0;
  margin-bottom: 20px;
  height: 44px;
  min-height: 44px;
  flex-shrink: 0;
}

.hina-header__mobile-search-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #565A69;
  padding: 0 14px;
  height: 100%;
}
.hina-header__mobile-search-input::placeholder {
  color: #91939A;
}

.hina-header__mobile-search-btn,
.hina-header__mobile-search-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #565A69;
  cursor: pointer;
  padding: 0 12px;
  height: 100%;
}

.hina-header__mobile-search-filter {
  border-left: 1px solid #DDE0E9;
}

.hina-header__mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hina-header__mobile-nav li {
  list-style: none;
}

.hina-header__mobile-link {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0073C0;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 0;
  border-bottom: 1px solid #DDE0E9;
}
.hina-header__mobile-link--active {
  background-color: #D9F0FF;
  margin: 0 -20px;
  padding: 12px 20px;
}

.hina-header__mobile-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 4px 0 12px;
  border-bottom: 1px solid #DDE0E9;
}
.hina-header__mobile-sub a {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #0073C0;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 12px 4px 0;
  white-space: nowrap;
}
.hina-header__mobile-sub--inline a {
  background-color: #D9F0FF;
  padding: 4px 12px;
  border-radius: 3px;
  margin: 2px 6px 2px 0;
}

.hina-header__mobile-portals {
  padding: 12px 0;
  border-bottom: 1px solid #DDE0E9;
}

.hina-header__mobile-portals-title {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0073C0;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hina-header__mobile-portals-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
}
.hina-header__mobile-portals-links a {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #0073C0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.hina-header__mobile-nav--bottom {
  margin-top: 0;
}

.hina-header__mobile-footer {
  margin-top: auto;
  padding-top: 20px;
}

.hina-header__mobile-english {
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0073C0;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #0073C0;
  border-radius: 3px;
  padding: 6px 16px;
  margin-bottom: 20px;
}

.hina-header__mobile-legal {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #91939A;
}
.hina-header__mobile-legal a {
  color: #91939A;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
}
.hina-header__mobile-legal span {
  font-weight: 400;
}

.hina-home .hina-ticker,
.hina-home-page .hina-ticker {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #1C5073;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: stretch;
}
.hina-home .hina-ticker__scroll,
.hina-home-page .hina-ticker__scroll {
  overflow: hidden;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.hina-home .hina-ticker__track,
.hina-home-page .hina-ticker__track {
  display: inline-block;
  white-space: nowrap;
  animation: hina-marquee 144s linear infinite;
}
.hina-home .hina-ticker__item,
.hina-home-page .hina-ticker__item {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  text-decoration: none;
}
.hina-home .hina-ticker__item:hover,
.hina-home-page .hina-ticker__item:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.hina-home .hina-ticker__sep,
.hina-home-page .hina-ticker__sep {
  display: inline;
  margin: 0 1em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
}
.hina-home .hina-ticker__search,
.hina-home-page .hina-ticker__search {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  background: #ECEDF3;
  border-left: 1px solid #DDE0E9;
  padding: 0;
  margin-right: 20px;
  gap: 0;
}
@media (max-width: 767px) {
  .hina-home .hina-ticker__search,
  .hina-home-page .hina-ticker__search {
    display: none;
  }
}
.hina-home .hina-ticker__search-input,
.hina-home-page .hina-ticker__search-input {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #565A69;
  background: transparent;
  border: none;
  outline: none;
  padding: 10px 14px;
  width: 180px;
  height: 100%;
}
.hina-home .hina-ticker__search-input::placeholder,
.hina-home-page .hina-ticker__search-input::placeholder {
  color: #91939A;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-home .hina-ticker__search-input,
  .hina-home-page .hina-ticker__search-input {
    width: 140px;
  }
}
.hina-home .hina-ticker__search-btn,
.hina-home-page .hina-ticker__search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-left: 1px solid #D6DCE2;
  color: #1C5073;
  cursor: pointer;
  padding: 0 12px;
  height: 100%;
  transition: color 0.15s;
}
.hina-home .hina-ticker__search-btn:hover,
.hina-home-page .hina-ticker__search-btn:hover {
  color: #0073C0;
}
/* ── Breaking-news variant ── */
.hina-home .hina-ticker--breaking,
.hina-home-page .hina-ticker--breaking {
  background-color: #E11D1D;
}
.hina-home .hina-ticker--breaking .hina-ticker__sep,
.hina-home-page .hina-ticker--breaking .hina-ticker__sep {
  color: rgba(255, 255, 255, 0.65);
}
.hina-home .hina-ticker__breaking-label,
.hina-home-page .hina-ticker__breaking-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 0 18px;
  background: rgba(0, 0, 0, 0.18);
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}
.hina-home .hina-ticker__breaking-label i,
.hina-home-page .hina-ticker__breaking-label i {
  font-size: 16px;
  animation: hina-pulse 1.8s ease-in-out infinite;
}
@keyframes hina-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}
@media (max-width: 767px) {
  .hina-home .hina-ticker__breaking-label,
  .hina-home-page .hina-ticker__breaking-label {
    padding: 0 12px;
    font-size: 12px;
  }
  .hina-home .hina-ticker__breaking-label i,
  .hina-home-page .hina-ticker__breaking-label i {
    font-size: 14px;
  }
}
/* ── Media badges (foto/video indicators) ── */
.hina-media-badge {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  margin-left: 6px;
}
.hina-media-badge--foto {
  color: #0073C0;
}
.hina-media-badge--video {
  color: #D42A2A;
}
.hina-media-badge--light {
  color: rgba(255, 255, 255, 0.85);
}

@keyframes hina-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.hina-home .hina-hero {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hina-home .hina-hero__inner {
  display: grid;
  grid-template-columns: 38fr 32fr 30fr;
  gap: 20px;
  height: 560px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-home .hina-hero__inner {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
}
@media (max-width: 767px) {
  .hina-home .hina-hero__inner {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.hina-home .hina-hero__inner--en {
  grid-template-columns: 1fr 1fr;
  height: clamp(440px, 36vw, 520px);
}
.hina-home .hina-hero__inner--en .hina-hero__main .hina-hero__lead {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hina-home .hina-hero__mid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 0;
}
.hina-home .hina-hero__mid-card {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.hina-home .hina-hero__mid-card a {
  display: flex;
  flex-direction: row;
  gap: 12px;
  height: 100%;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
}
.hina-home .hina-hero__mid-img-wrap {
  flex: 0 0 auto;
  height: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}
.hina-home .hina-hero__mid-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hina-home .hina-hero__mid-body {
  flex: 1;
  min-width: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
}
.hina-home .hina-hero__mid-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1C5073;
  margin: 0;
}
.hina-home .hina-hero__mid-time {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #91939A;
}
.hina-home .hina-hero__mid-divider {
  width: 70px;
  height: 3px;
  border: none;
  background-color: #1C5073;
  border-radius: 2px;
  margin: 2px 0 0;
  opacity: 1;
}
.hina-home .hina-hero__mid-lead {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 80px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #565A69;
  margin: 4px 0 0;
}
.hina-home .hina-hero__mid-lead > * {
  margin: 0;
}
@media (max-width: 767px) {
  .hina-home .hina-hero__inner--en {
    grid-template-columns: 1fr;
    height: auto;
  }
  .hina-home .hina-hero__mid-card a {
    flex-direction: column;
    align-items: stretch;
  }
  .hina-home .hina-hero__mid-img-wrap {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
  }
  .hina-home .hina-hero__mid-img-wrap img {
    height: auto;
  }
}
.hina-home .hina-hero__main {
  overflow: hidden;
  min-height: 0;
}
.hina-home .hina-hero__main a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
.hina-home .hina-hero__figure {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  margin: 0;
}
.hina-home .hina-hero__img {
  width: 100%;
  flex: 1;
  object-fit: cover;
  display: block;
  min-height: 0;
}
.hina-home .hina-hero__video {
  width: 100%;
  flex: 1;
  min-height: 0;
  position: relative;
  background: #000;
  aspect-ratio: 16 / 9;
}
.hina-home .hina-hero__video iframe,
.hina-home .hina-hero__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}
.hina-home .hina-hero__title-link {
  color: inherit;
  text-decoration: none;
}
.hina-home .hina-hero__title-link:hover .hina-hero__title {
  text-decoration: underline;
}
.hina-home .hina-hero__overlay {
  background: #1C5073;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-shrink: 1;
  overflow: hidden;
}
.hina-home .hina-hero__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.hina-home .hina-hero__section-label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-transform: uppercase;
}
.hina-home .hina-hero__time {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.hina-home .hina-hero__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hina-home .hina-hero__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.hina-home .hina-hero__lead {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.hina-home .hina-hero__mid-badge {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.55);
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.hina-home .hina-hero__panels {
  display: flex;
  gap: 0;
  min-height: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-home .hina-hero__panels {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .hina-home .hina-hero__panels {
    flex-direction: column;
    gap: 20px;
  }
}
.hina-home .hina-latest {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #D8EFFF;
  min-height: 0;
  overflow: hidden;
}
.hina-home .hina-latest--eu {
  background: #E5F4FF;
}
.hina-home .hina-latest--eu .hina-latest__tab--active {
  background: #E5F4FF;
}
.hina-home .hina-latest--eu .hina-latest__bullet {
  background: #8D909C;
}
.hina-home .hina-latest--eu .hina-latest__body {
  background: linear-gradient(to left, #E5F4FF 9px, transparent 9px);
  scrollbar-color: #CED1DC #E5F4FF;
}
.hina-home .hina-latest--eu .hina-latest__body::-webkit-scrollbar-track {
  background: #E5F4FF;
}
.hina-home .hina-latest__tabs {
  display: flex;
  align-items: flex-end;
  height: 40px;
  flex-shrink: 0;
}
.hina-home .hina-latest__tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1C5073;
  background: #C3E4FA;
  white-space: nowrap;
  transition: background 0.15s;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
}
.hina-home .hina-latest__tab--active {
  height: 40px;
  background: #D8EFFF;
  border-radius: 5px 0 0 0;
}
.hina-home .hina-latest__tab:hover:not(.hina-latest__tab--active) {
  background: #B5DAEF;
}
.hina-home .hina-latest__tab-icon {
  display: inline-block;
  vertical-align: middle;
}
.hina-home .hina-latest__body {
  flex: 1;
  overflow-y: auto;
  padding: 10px 0;
  position: relative;
  background: linear-gradient(to left, #D8EFFF 9px, transparent 9px);
}
.hina-home .hina-latest__body::-webkit-scrollbar {
  width: 9px;
}
.hina-home .hina-latest__body::-webkit-scrollbar-track {
  background: #D8EFFF;
  border-radius: 5px;
}
.hina-home .hina-latest__body::-webkit-scrollbar-thumb {
  background: #CED1DC;
  border-radius: 5px;
}
.hina-home .hina-latest__body {
  scrollbar-width: thin;
  scrollbar-color: #CED1DC #D8EFFF;
}
.hina-home .hina-latest__loader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  min-height: 120px;
}
.hina-home .hina-latest__spinner {
  width: 28px;
  height: 28px;
  border: 3px solid #CED1DC;
  border-top-color: #0073C0;
  border-radius: 50%;
  animation: hina-spin 0.7s linear infinite;
}
.hina-home .hina-latest__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 20px;
}
.hina-home .hina-latest__bullet {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background: #1C5073;
  margin-top: 4px;
  flex-shrink: 0;
}
.hina-home .hina-latest__content {
  flex: 1;
  min-width: 0;
}
.hina-home .hina-latest__link {
  text-decoration: none;
  color: inherit;
}
.hina-home .hina-latest__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #565A69;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.hina-home .hina-latest__title:hover {
  color: #0073C0;
}
.hina-home .hina-latest__title--plain,
.hina-home .hina-latest__title--plain:hover {
  color: #565A69;
  cursor: default;
}
.hina-home .hina-latest__time {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #91939A;
}
.hina-home .hina-latest__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.hina-home .hina-latest__free {
  display: inline-flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1A8A4A;
  background: #E3F5EA;
  border-radius: 3px;
  padding: 3px 6px;
}
.hina-home .hina-latest__auth-msg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 40px 20px;
  text-align: center;
  flex: 1;
}
.hina-home .hina-latest__auth-msg i {
  font-size: 28px;
  color: #91939A;
  opacity: 0.5;
}
.hina-home .hina-latest__auth-msg p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #565A69;
  margin: 0;
}
.hina-home .hina-latest__auth-link {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #0073C0;
  text-decoration: none;
  text-transform: uppercase;
}
.hina-home .hina-latest__auth-link:hover {
  text-decoration: underline;
}
.hina-home .hina-latest__footer {
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-shrink: 0;
}
.hina-home .hina-latest__pager {
  display: flex;
  gap: 0;
}
.hina-home .hina-latest__pager-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #C3E4FA;
  color: #1C5073;
  border: none;
  border-right: 1px solid #B5DAEF;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.15s;
}
.hina-home .hina-latest__pager-btn:hover:not(:disabled) {
  background: #B5DAEF;
}
.hina-home .hina-latest__pager-btn:disabled {
  opacity: 0.4;
  cursor: default;
}
.hina-home .hina-latest__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 40px;
  padding: 0 20px;
  background: #C3E4FA;
  color: #1C5073;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.15s;
}
.hina-home .hina-latest__btn:hover {
  background: #B5DAEF;
}
@media (max-width: 767px) {
  .hina-home .hina-latest__btn {
    display: flex;
    flex: 1;
    height: 46px;
    background: #1C5073;
    color: #FFFFFF;
  }
  .hina-home .hina-latest__btn:hover {
    background: #26698F;
  }
  .hina-home .hina-latest__pager-btn {
    height: 46px;
  }
}

.hina-home .hina-foto-video--mobile {
  display: none;
}
.hina-home .hina-foto-video {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hina-home .hina-foto-video__mobile-notice {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #565A69;
  text-align: center;
  padding: 12px 16px;
  background: #ECEDF3;
}
.hina-home .hina-foto-video__mobile-notice i {
  color: #1C5073;
  opacity: 0.5;
  margin-right: 4px;
}
.hina-home .hina-foto-video__mobile-notice a {
  color: #0073C0;
  font-weight: 600;
  text-decoration: none;
}
.hina-home .hina-foto-video__header {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FF2E17;
  padding: 0 40px;
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 2px;
}
.hina-home .hina-foto-video__header h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 50px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
}
.hina-home .hina-foto-video__header-notice {
  margin-left: auto;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 8px;
}
.hina-home .hina-foto-video__header-notice i {
  font-size: 14px;
}
.hina-home .hina-foto-video__header-notice a {
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hina-home .hina-foto-video__header-notice a:hover {
  opacity: 0.85;
}
.hina-home .hina-foto-video__body {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #E6F5FF;
  border-radius: 0 0 2px 2px;
  padding: 20px 40px 40px;
}
.hina-home .hina-foto-video__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-home .hina-foto-video__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hina-home .hina-foto-video__grid {
    grid-template-columns: 1fr;
  }
}
.hina-home .hina-foto-video__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hina-home .hina-foto-video__category {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1C5073;
  margin: 0;
}
.hina-home .hina-foto-video__category-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: color 0.15s ease;
}
.hina-home .hina-foto-video__category-link:hover .hina-foto-video__category {
  color: #0073C0;
}
.hina-home .hina-foto-video__card-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.hina-home .hina-foto-video__card-link:hover .hina-foto-video__category,
.hina-home .hina-foto-video__card-link:hover .hina-foto-video__title {
  color: #0073C0;
}
.hina-home .hina-foto-video__thumb {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.hina-home .hina-foto-video__thumb img {
  width: 100%;
  aspect-ratio: 343/191;
  object-fit: cover;
  display: block;
}
.hina-home .hina-foto-video__thumb--video {
  aspect-ratio: 343/191;
  background: #000;
  border-radius: 4px;
}
.hina-home .hina-foto-video__thumb--video iframe,
.hina-home .hina-foto-video__thumb--video video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.hina-home .hina-foto-video__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: #0073C0;
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 10px;
}
.hina-home .hina-foto-video__badge svg {
  flex-shrink: 0;
}
.hina-home .hina-foto-video__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1C5073;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hina-home .hina-foto-video__date {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #91939A;
}
.hina-home .hina-foto-video__auth {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 20px;
  text-align: center;
}
.hina-home .hina-foto-video__auth i {
  font-size: 36px;
  color: #1C5073;
  opacity: 0.4;
}
.hina-home .hina-foto-video__auth p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #565A69;
  margin: 0;
  max-width: 400px;
}
.hina-home .hina-foto-video__auth-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  background: #1C5073;
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  transition: background 0.15s;
}
.hina-home .hina-foto-video__auth-link:hover {
  background: #26698F;
}
.hina-home .hina-foto-video__auth-signin {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #0073C0;
  text-decoration: none;
}
.hina-home .hina-foto-video__auth-signin:hover {
  text-decoration: underline;
}

.hina-home .hina-news-row {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .hina-home .hina-news-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.hina-home .hina-news-row__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-home .hina-news-row__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hina-home .hina-news-row__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.hina-home .hina-news-col {
  display: flex;
  flex-direction: column;
}
.hina-home .hina-news-col__header {
  margin-bottom: 20px;
}
.hina-home .hina-news-col__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}
.hina-home .hina-news-col__title a {
  color: #1C5073;
  text-decoration: none;
}
.hina-home .hina-news-col__title a:hover {
  color: #0073C0;
}
.hina-home .hina-news-col__featured {
  margin-bottom: 0;
}
.hina-home .hina-news-col__featured a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.hina-home .hina-news-col__featured-figure {
  margin: 0 0 5px 0;
  overflow: hidden;
}
.hina-home .hina-news-col__featured-img {
  width: 100%;
  aspect-ratio: 464/255;
  object-fit: cover;
  display: block;
}
.hina-home .hina-news-col__featured-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1C5073;
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hina-home .hina-news-col__featured-time {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #91939A;
}
.hina-home .hina-news-col__divider {
  width: 70px;
  height: 3px;
  border: none;
  background-color: #1C5073;
  border-radius: 2px;
  margin: 18px 0;
}
.hina-home .hina-news-col__item {
  margin-bottom: 20px;
}
.hina-home .hina-news-col__item:last-child {
  margin-bottom: 0;
}
.hina-home .hina-news-col__item-link {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
.hina-home .hina-news-col__thumb {
  width: 100px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
}
.hina-home .hina-news-col__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hina-home .hina-news-col__item-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hina-home .hina-news-col__item-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #565A69;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.hina-home .hina-news-col__item-time {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #91939A;
}

.hina-home .hina-cta, .hina-home-page .hina-cta {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
  gap: 0;
  background-color: #0073C0;
}
.hina-home .hina-cta::before, .hina-home-page .hina-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/images/cta-backdrop.jpg") center/cover no-repeat;
  opacity: 0.2;
  mix-blend-mode: color-burn;
  pointer-events: none;
}
@media (max-width: 767px) {
  .hina-home .hina-cta, .hina-home-page .hina-cta {
    height: auto;
    padding: 20px;
  }
}
.hina-home .hina-cta__title, .hina-home-page .hina-cta__title {
  position: relative;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #DAF0FF;
  text-align: center;
  margin: 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .hina-home .hina-cta__title, .hina-home-page .hina-cta__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.hina-home .hina-cta__btn, .hina-home-page .hina-cta__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 56px;
  padding: 0 40px;
  background-color: #DAF0FF;
  color: #1C5073;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-top: auto;
}
.hina-home .hina-cta__btn:hover, .hina-home-page .hina-cta__btn:hover {
  background-color: #FFFFFF;
}

.hina-home .hina-kronika {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #DDE0E9;
  border-bottom: 1px solid #DDE0E9;
}
.hina-home .hina-kronika__header {
  margin-bottom: 20px;
}
.hina-home .hina-kronika__badge {
  display: inline-block;
  background-color: #565A69;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 4px 10px;
  text-decoration: none;
}
.hina-home .hina-kronika__badge:hover {
  background-color: #1C5073;
  color: #FFFFFF;
}
.hina-home .hina-kronika__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-home .hina-kronika__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hina-home .hina-kronika__grid {
    grid-template-columns: 1fr;
  }
}
.hina-home .hina-kronika__item {
  display: flex;
  gap: 10px;
}
.hina-home .hina-kronika__thumb {
  width: 100px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
}
.hina-home .hina-kronika__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hina-home .hina-kronika__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.hina-home .hina-kronika__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #1C5073;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hina-home .hina-main-sidebar {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .hina-home .hina-main-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.hina-home .hina-main-sidebar__inner {
  display: grid;
  grid-template-columns: 1fr 384px;
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-home .hina-main-sidebar__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .hina-home .hina-main-sidebar__inner {
    grid-template-columns: 1fr;
  }
}
.hina-home .hina-main-sidebar__main {
  min-width: 0;
}
@media (max-width: 767px) {
  .hina-home .hina-main-sidebar__main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hina-home .hina-main-sidebar__main .news-item {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDE0E9;
  }
  .hina-home .hina-main-sidebar__main .news-item .row {
    flex-direction: column;
    gap: 12px;
  }
  .hina-home .hina-main-sidebar__main .news-item .col-3,
  .hina-home .hina-main-sidebar__main .news-item .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hina-home .hina-main-sidebar__main .news-item .card-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hina-home .hina-main-sidebar__main .news-item .card-footer {
    padding-left: 0 !important;
  }
}
.hina-home .hina-main-sidebar__main .hina-hero {
  max-width: none;
  margin: 0;
  padding: 0 0 20px 0;
}
.hina-home .hina-news-row--no-container {
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.hina-home .hina-main-sidebar__divider {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #1C5073;
  margin: 20px 0;
}
.hina-home .hina-main-sidebar__side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hina-home .hina-sidebar-box {
  background-color: #E5F4FF;
  padding: 20px;
}
.hina-home .hina-sidebar-box .hina-kronika {
  padding: 0;
  border: none;
  max-width: none;
  margin: 0;
}
.hina-home .hina-sidebar-box .hina-kronika__header {
  display: none;
}
.hina-home .hina-sidebar-box .hina-kronika__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hina-home .hina-sidebar-box .hina-kronika__item {
  display: flex;
  gap: 14px;
}
.hina-home .hina-sidebar-box .hina-kronika__link {
  display: flex;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}
.hina-home .hina-sidebar-box .hina-kronika__thumb {
  width: 100px;
  height: 80px;
  flex-shrink: 0;
}
.hina-home .hina-kronika--ots .hina-kronika__thumb {
  background: #FFFFFF;
  border: 1px solid #DDE0E9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.hina-home .hina-kronika--ots .hina-kronika__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hina-home .hina-sidebar-box .hina-kronika__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1C5073;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hina-home .hina-sidebar-box .hina-kronika__title a {
  color: inherit;
  text-decoration: none;
}
.hina-home .hina-sidebar-box .hina-kronika__time {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #91939A;
}
.hina-home .hina-sidebar-box__heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #1C5073;
  margin: 0 0 20px 0;
}
.hina-home .hina-sidebar-box__heading a {
  color: inherit;
  text-decoration: none;
}
.hina-home .hina-sidebar-box__heading a:hover {
  color: #0073C0;
}
.hina-sidebar-card {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 384/208;
  border-radius: 5px 0 0 5px;
}
.hina-sidebar-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hina-sidebar-card__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 50px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
}
.hina-sidebar-card__label--dark {
  background-color: rgba(18, 61, 90, 0.8);
  color: #FFFFFF;
}
.hina-sidebar-card__label--blue {
  background-color: rgba(0, 115, 192, 0.8);
  color: #FFFFFF;
}
.hina-sidebar-card__label-text {
  position: relative;
  z-index: 1;
}
.hina-sidebar-card__pattern {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  pointer-events: none;
}

.hina-home .hina-portals {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0;
}
.hina-home .hina-portals__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media (max-width: 767px) {
  .hina-home .hina-portals__grid {
    grid-template-columns: 1fr;
  }
}
.hina-home .hina-portals__card {
  position: relative;
  overflow: hidden;
  display: block;
}
.hina-home .hina-portals__card img {
  width: 100%;
  aspect-ratio: 504/181;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.hina-home .hina-portals__card:hover img {
  transform: scale(1.03);
}
.hina-home .hina-portals__label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #FFFFFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .hina-home .hina-portals__label {
    font-size: 22px;
  }
}

.hina-home .hina-features {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .hina-home .hina-features {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.hina-home .hina-features__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .hina-home .hina-features__grid {
    grid-template-columns: 1fr;
  }
}
.hina-home .hina-features__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.hina-home .hina-features__img {
  overflow: hidden;
}
.hina-home .hina-features__img img {
  width: 100%;
  aspect-ratio: 383/208;
  object-fit: cover;
  display: block;
}
.hina-home .hina-features__label {
  background-color: #1C5073;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hina-home .hina-features__label h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0;
}
.hina-home .hina-features__label img {
  height: 30px;
  width: auto;
}

.hina-home .hina-video {
  padding: 40px 0;
}
.hina-home .hina-video__inner {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.hina-home .hina-video__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px 0;
}
.hina-home .hina-video__title a {
  color: #1C5073;
  text-decoration: none;
}
.hina-home .hina-video__title a:hover {
  color: #0073C0;
}
.hina-home .hina-video__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-home .hina-video__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hina-home .hina-video__grid {
    grid-template-columns: 1fr;
  }
}
.hina-home .hina-video__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hina-home .hina-video__embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #000;
}
.hina-home .hina-video__embed iframe,
.hina-home .hina-video__embed video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.hina-home .hina-video__card-link {
  text-decoration: none;
  color: inherit;
}
.hina-home .hina-video__card-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1C5073;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.hina-home .hina-video__card-title:hover {
  color: #0073C0;
}
.hina-home .hina-video__card-time {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #91939A;
}
.hina-home .hina-gallery {
  padding: 40px 0;
  border-top: 1px solid #DDE0E9;
}
.hina-home .hina-gallery__inner {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.hina-home .hina-gallery__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px 0;
}
.hina-home .hina-gallery__title a {
  color: #1C5073;
  text-decoration: none;
}
.hina-home .hina-gallery__title a:hover {
  color: #0073C0;
}
.hina-home .hina-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-home .hina-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hina-home .hina-gallery__grid {
    grid-template-columns: 1fr;
  }
}
.hina-home .hina-gallery__card a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.hina-home .hina-gallery__card-figure {
  margin: 0 0 10px 0;
  overflow: hidden;
}
.hina-home .hina-gallery__card-figure img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.hina-home .hina-gallery__card-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1C5073;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 4px 0;
}
.hina-home .hina-gallery__card-time {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #91939A;
}
.hina-home .hina-gallery__empty {
  grid-column: 1/-1;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #91939A;
  text-align: center;
  padding: 40px 0;
}
.hina-home .hina-audio {
  padding: 40px 0;
  background: #ECEDF3;
}
.hina-home .hina-audio__inner {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.hina-home .hina-audio__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px 0;
}
.hina-home .hina-audio__title a {
  color: #1C5073;
  text-decoration: none;
}
.hina-home .hina-audio__title a:hover {
  color: #0073C0;
}
.hina-home .hina-audio__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-home .hina-audio__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hina-home .hina-audio__grid {
    grid-template-columns: 1fr;
  }
}
.hina-home .hina-audio__card {
  background: #FFFFFF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hina-home .hina-audio__badge {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #FF2E17;
  text-transform: uppercase;
}
.hina-home .hina-audio__player {
  width: 100%;
  height: 40px;
}
.hina-home .hina-audio__card-link {
  text-decoration: none;
  color: inherit;
}
.hina-home .hina-audio__card-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1C5073;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.hina-home .hina-audio__card-title:hover {
  color: #0073C0;
}
.hina-home .hina-audio__card-time {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #91939A;
}

.hina-footer {
  color: #A6CEE9;
}

.hina-footer__main {
  background: linear-gradient(135deg, #1F577D 0%, #14415F 100%);
  padding: 20px 0;
}

.hina-footer__inner {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hina-footer__top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: center;
  margin-bottom: 20px;
}
.hina-footer__top img {
  width: 140px;
  height: 30px;
  display: block;
}

.hina-footer__cta-wrap {
  grid-column: 4;
}

.hina-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 143px;
  height: 40px;
  padding: 0 20px;
  background-color: #0073C0;
  color: #D9F0FF;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s;
}
.hina-footer__cta:hover {
  background-color: #1A8AD8;
  color: #FFFFFF;
}

.hina-footer__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-footer__columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.hina-footer__column {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hina-footer__column h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #A6CEE9;
  margin: 0 0 10px 0;
}
.hina-footer__column a {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A6CEE9;
  text-decoration: none;
}
.hina-footer__column a:hover {
  color: #FFFFFF;
}
.hina-footer__column--right nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hina-footer__column--right nav a {
  font-weight: 500;
}

.hina-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.hina-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: opacity 0.2s;
}
.hina-footer__social a:hover {
  opacity: 1;
}
.hina-footer__social svg {
  display: block;
}
.hina-footer__social-fb-en {
  position: relative;
  display: inline-flex;
}
.hina-footer__social-badge {
  position: absolute;
  bottom: -2px;
  right: -4px;
  background: #FF2E17;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 9px;
  line-height: 1;
  padding: 2px 3px;
  border-radius: 3px;
  letter-spacing: 0.02em;
}

.hina-footer__copyright {
  background-color: #123D5A;
  height: 60px;
  display: flex;
  align-items: center;
}

.hina-footer__copyright-inner {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.hina-footer__copyright-inner p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A6CEE9;
  margin: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .hina-footer__columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
  .hina-footer__top {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
    text-align: center;
  }
  .hina-footer__top img {
    width: 180px;
    height: auto;
    margin: 0 auto;
  }
  .hina-footer__cta-wrap {
    grid-column: 1;
    width: 100%;
  }
  .hina-footer__cta {
    width: 100%;
  }
  .hina-footer__column--right {
    display: contents;
  }
  .hina-footer__column--right nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 12px;
  }
  .hina-footer__social {
    grid-column: 1 / -1;
    justify-content: center;
    margin-top: 10px;
  }
  .hina-footer__copyright-inner p {
    text-align: center;
  }
}

/* Sticky footer: body flex column, main grows */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.hina-home-page {
  flex: 1 0 auto;
  background-color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  color: #565A69;
}
.hina-footer {
  flex-shrink: 0;
}
.hina-home-page > .container,
.hina-home-page > .container-xl,
.hina-home-page > .container-fluid,
.hina-home-page > div:not(.hina-ticker) {
  padding-top: 20px;
}
.hina-home-page #content.container-xl {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.hina-home-page #content.container-xl .article .signature p {
  margin-bottom: 0;
}
.hina-home-page h1.fw-bold {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #1C5073;
  margin-bottom: 10px;
}
.hina-home-page #meta .timestamp time {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #91939A;
}
.hina-home-page #meta .byline,
.hina-home-page #meta .photobyline {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #91939A;
}
.hina-home-page #meta .byline .author,
.hina-home-page #meta .photobyline .author {
  color: #565A69;
  font-weight: 500;
}
.hina-home-page #meta .social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hina-home-page #meta .social .btn-circle {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ECEDF3;
  color: #565A69;
  border: none;
  padding: 0;
  font-size: 16px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.hina-home-page #meta .social .btn-circle:hover {
  background-color: #0073C0;
  color: #FFFFFF;
}
.hina-home-page #meta .social .btn-circle i {
  font-size: 16px;
}
.hina-home-page .hina-article-meta .btn-circle,
.hina-home-page .hina-article-meta .btn-circle:hover,
.hina-home-page .hina-article-meta .btn-circle:focus,
.hina-home-page .hina-article-meta .btn-circle i {
  color: #FFFFFF;
}
.hina-home-page .article .article-summary,
.hina-home-page .article .article-summary p {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 30px;
  color: #1C5073;
}
.hina-home-page .article .article-summary {
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 3px solid #1C5073 !important;
}
.hina-home-page .article .article-body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #565A69;
}
.hina-home-page .article .article-body p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}
.hina-home-page .article .article-body a {
  color: #0073C0;
  text-decoration: underline;
}
.hina-home-page .article .article-body a:hover {
  color: #1C5073;
}
.hina-home-page .article .signature {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #91939A;
  padding-top: 10px;
  border-top: 1px solid #DDE0E9;
}
.hina-home-page .article .article-body .alert-warning {
  background: #ECEDF3 !important;
  --bs-alert-bg: #ECEDF3;
  --bs-alert-border-color: transparent;
  --bs-alert-color: #1C5073;
  color: #1C5073 !important;
  border: none !important;
  border-bottom: 3px solid #FF2E17 !important;
  border-radius: 0;
  padding: 40px 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hina-home-page .article .article-body .alert-warning::before {
  content: "\f431";
  font-family: "bootstrap-icons";
  font-size: 22px;
  color: #1C5073;
  flex-shrink: 0;
  opacity: 0.6;
}
.hina-home-page .article .hina-paywall-cta {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.hina-home-page .article a.hina-paywall-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 48px;
  padding: 0 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.hina-home-page .article .hina-paywall-cta__btn--primary {
  background: #0073C0 !important;
  color: #FFFFFF !important;
  border: 2px solid #0073C0;
}
.hina-home-page .article .hina-paywall-cta__btn--primary:hover {
  background: #1C5073 !important;
  border-color: #1C5073;
}
.hina-home-page .article .hina-paywall-cta__btn--secondary {
  background: transparent;
  color: #0073C0;
  border: 2px solid #0073C0;
}
.hina-home-page .article .hina-paywall-cta__btn--secondary:hover {
  background: #0073C0;
  color: #FFFFFF;
}
.hina-home-page #galery {
  margin-bottom: 20px;
}
.hina-home-page #related h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #1C5073;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #0073C0;
  margin-bottom: 10px;
}
.hina-home-page #related .card {
  border-bottom: 1px solid #DDE0E9 !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.hina-home-page #related .card .card-body {
  padding: 10px 0 !important;
}
.hina-home-page #related .card .card-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #1C5073 !important;
  transition: color 0.2s ease;
}
.hina-home-page #related .card .card-link:hover .card-title {
  color: #0073C0 !important;
}
.hina-home-page #related .card .card-footer time {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #91939A;
}

.hina-home .hina-section-bar {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 0;
}
.hina-home .hina-section-bar__nav {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.hina-home .hina-section-bar__nav::-webkit-scrollbar {
  display: none;
}
.hina-home .hina-section-bar__link {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: #91939A;
  white-space: nowrap;
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.15s;
}
.hina-home .hina-section-bar__link:hover {
  color: #1C5073;
}
.hina-home .hina-section-bar__link--active {
  color: #1C5073;
  font-weight: 700;
  border-bottom-color: #0073C0;
}
.hina-home #glavne-vijesti {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  border: none !important;
  padding-bottom: 20px;
  margin-bottom: 0 !important;
}
.hina-home #glavne-vijesti .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-home #glavne-vijesti .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hina-home #glavne-vijesti .row {
    grid-template-columns: 1fr;
  }
}
.hina-home #glavne-vijesti .row > div {
  width: 100%;
  max-width: none;
  padding: 0;
}
.hina-home .hina-section-hero {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hina-home .hina-section-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: clamp(440px, 36vw, 520px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-home .hina-section-hero__inner {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
}
@media (max-width: 767px) {
  .hina-home .hina-section-hero__inner {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.hina-home .hina-section-hero__main {
  overflow: hidden;
  min-height: 0;
  display: flex;
}
.hina-home .hina-section-hero__main a {
  text-decoration: none;
  color: inherit;
  display: flex;
  width: 100%;
  height: 100%;
}
.hina-home .hina-section-hero__figure {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 100%;
}
.hina-home .hina-section-hero__img {
  width: 100%;
  flex: 1;
  min-height: 0;
  object-fit: cover;
  display: block;
}
.hina-home .hina-section-hero__overlay {
  background: #1C5073;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-shrink: 1;
  overflow: hidden;
}
.hina-home .hina-section-hero__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.hina-home .hina-section-hero__label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #FF2E17;
  padding: 2px 8px;
}
.hina-home .hina-section-hero__time {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.hina-home .hina-section-hero__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hina-home .hina-section-hero__lead {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
@media (max-width: 767px) {
  .hina-home .hina-section-hero__lead {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.hina-home .hina-section-hero__mid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 0;
}
.hina-home .hina-section-hero__mid-card {
  flex: 1;
  min-height: 0;
}
.hina-home .hina-section-hero__mid-card a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: row;
  gap: 12px;
  height: 100%;
  align-items: stretch;
}
.hina-home .hina-section-hero__mid-img-wrap {
  overflow: hidden;
  flex: 0 0 auto;
  height: 100%;
  aspect-ratio: 4 / 3;
}
.hina-home .hina-section-hero__mid-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hina-home .hina-section-hero__mid-body {
  flex: 1;
  min-width: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
}
.hina-home .hina-section-hero__mid-time {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #91939A;
}
.hina-home .hina-section-hero__mid-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1C5073;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 2px 0 0;
}
.hina-home .hina-section-hero__mid-divider {
  width: 70px;
  height: 3px;
  border: none;
  background-color: #1C5073;
  border-radius: 2px;
  margin: 2px 0 0;
}
.hina-home .hina-section-hero__mid-lead {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #565A69;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 4px 0 0;
}
.hina-home .hina-section-hero__mid-card a:hover .hina-section-hero__mid-title {
  color: #0073C0;
}
@media (max-width: 767px) {
  .hina-home .hina-section-hero__mid {
    gap: 20px;
  }
  .hina-home .hina-section-hero__mid-card {
    flex: 0 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDE0E9;
  }
  .hina-home .hina-section-hero__mid-card:last-child {
    border-bottom: none;
  }
  .hina-home .hina-section-hero__mid-card a {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    height: auto;
  }
  .hina-home .hina-section-hero__mid-img-wrap {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .hina-home .hina-section-hero__mid-img-wrap img {
    width: 100%;
    height: 100%;
  }
  .hina-home .hina-section-hero__mid-lead {
    -webkit-line-clamp: 2;
  }
}
/* ── Section page layout (main + sidebar) ── */
.hina-home .hina-section-layout {
  display: grid;
  grid-template-columns: 1fr 384px;
  gap: 20px;
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.hina-home .hina-section-search-header {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 24px 20px;
  border-bottom: 1px solid #DDE0E9;
}
.hina-home .hina-section-layout--search {
  padding-top: 24px;
}
.hina-home .hina-section-layout--search .hina-section-articles {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.hina-home .hina-section-layout__main {
  min-width: 0;
}
.hina-home .hina-section-layout__sidebar {
  position: relative;
}
.hina-home .hina-section-layout__sidebar-inner {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* Sidebar cards */
.hina-sidebar-card {
  overflow: hidden;
  display: block;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
}
.hina-sidebar-card__img-wrap {
  overflow: hidden;
}
.hina-sidebar-card__img-wrap img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.hina-sidebar-card:hover .hina-sidebar-card__img-wrap img {
  transform: scale(1.03);
}
.hina-sidebar-card__label {
  display: block;
  padding: 10px 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background: #1C5073;
}
.hina-sidebar-card__label--eu {
  background: #4A7FB5;
}
.hina-sidebar-card__label--zelena {
  background: #2D4A5E;
}
.hina-sidebar-card__label--zdravlje {
  background: #1C5073;
}
@media (max-width: 991px) {
  .hina-home .hina-section-layout {
    grid-template-columns: 1fr;
  }
  .hina-home .hina-section-layout__sidebar-inner {
    position: static;
    flex-direction: row;
  }
  .hina-sidebar-card {
    flex: 1;
  }
}
.hina-auth-notice {
  background: #ECEDF3;
  border-bottom: 3px solid #FF2E17;
  border-radius: 0;
  padding: 30px 24px;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.hina-auth-notice > i {
  font-size: 28px;
  color: #1C5073;
  opacity: 0.5;
}
.hina-auth-notice > span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1C5073;
}
.hina-auth-notice .hina-paywall-cta {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.hina-auth-notice a.hina-paywall-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 44px;
  padding: 0 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.hina-auth-notice .hina-paywall-cta__btn--primary {
  background: #0073C0;
  color: #FFFFFF;
  border: 2px solid #0073C0;
}
.hina-auth-notice .hina-paywall-cta__btn--primary:hover {
  background: #1C5073;
  border-color: #1C5073;
}
.hina-auth-notice .hina-paywall-cta__btn--secondary {
  background: #FFFFFF;
  color: #1C5073;
  border: 2px solid #1C5073;
}
.hina-auth-notice .hina-paywall-cta__btn--secondary:hover {
  background: #1C5073;
  color: #FFFFFF;
}
.hina-home .hina-search-results-heading,
.hina-home-page .hina-search-results-heading {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #565A69;
  margin: 24px 0 6px 0;
  padding: 0;
  border: none;
}
.hina-home-page .hina-search-results-heading {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DDE0E9;
}
.hina-home .hina-search-results-heading strong,
.hina-home-page .hina-search-results-heading strong {
  color: #1C5073;
  font-weight: 700;
}
.hina-home .hina-search-results-subtitle,
.hina-home-page .hina-search-results-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #91939A;
  margin: 0 0 4px 0;
}
.hina-home .hina-section-articles {
  width: 100%;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dde0e9;
  padding-bottom: 40px;
}

.hina-home .hina-section-subrow {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}
.hina-home .hina-section-subrow__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .hina-home .hina-section-subrow__inner {
    grid-template-columns: 1fr;
  }
}
.hina-home .hina-section-subrow__card a {
  display: flex;
  gap: 20px;
  text-decoration: none;
  color: inherit;
}
.hina-home .hina-section-subrow__img {
  width: 160px;
  height: 107px;
  flex-shrink: 0;
  overflow: hidden;
}
.hina-home .hina-section-subrow__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .hina-home .hina-section-subrow__img {
    width: 120px;
    height: 80px;
  }
}
.hina-home .hina-section-subrow__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hina-home .hina-section-subrow__section {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #FF2E17;
  text-transform: uppercase;
}
.hina-home .hina-section-subrow__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1C5073;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.hina-home .hina-section-subrow__time {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #91939A;
}
.hina-home .hina-article-list {
  display: flex;
  flex-direction: column;
}
.hina-home .hina-article-row {
  padding: 20px 0;
  border-bottom: 1px solid #DDE0E9;
}
.hina-home .hina-article-row:first-child {
  padding-top: 0;
}
.hina-home .hina-article-row a {
  display: flex;
  gap: 20px;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .hina-home .hina-article-row a {
    flex-direction: column;
  }
}
.hina-home .hina-article-row__thumb {
  width: 180px;
  height: 120px;
  flex-shrink: 0;
  overflow: hidden;
}
.hina-home .hina-article-row__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .hina-home .hina-article-row__thumb {
    width: 100%;
    height: auto;
  }
  .hina-home .hina-article-row__thumb img {
    aspect-ratio: 16/9;
    height: auto;
  }
}
.hina-home .hina-article-row__thumb--logo {
  background: #FFFFFF;
  border: 1px solid #DDE0E9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.hina-home .hina-article-row__thumb--logo img {
  object-fit: contain;
}
@media (max-width: 767px) {
  .hina-home .hina-article-row__thumb--logo {
    width: 120px;
    height: 80px;
  }
  .hina-home .hina-article-row__thumb--logo img {
    aspect-ratio: auto;
    height: 100%;
  }
}
.hina-home .hina-article-row__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hina-home .hina-article-row__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1C5073;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.hina-home .hina-article-row__time {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #91939A;
}
.hina-home .hina-article-row__divider {
  width: 70px;
  height: 3px;
  border: none;
  background-color: #1C5073;
  border-radius: 2px;
  margin: 2px 0 0;
}
.hina-home .hina-article-row__lead {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 44px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #565A69;
  margin: 0;
}
.hina-home .hina-article-row__lead > * {
  margin: 0;
}
.hina-home .hina-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.hina-home .hina-pagination__select {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  padding: 6px 10px;
  border: 1px solid #DDE0E9;
  border-radius: 3px;
  background: #FFFFFF;
  color: #565A69;
  cursor: pointer;
}
.hina-home .hina-pagination__buttons {
  display: flex;
  gap: 10px;
}
.hina-home .hina-pagination__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0073C0;
  background: none;
  border: 1px solid #DDE0E9;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.15s;
}
.hina-home .hina-pagination__btn:hover:not(:disabled) {
  background-color: #E6F5FF;
}
.hina-home .hina-pagination__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.hina-load-more {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.hina-load-more__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 40px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #0073C0;
  background: none;
  border: 1px solid #DDE0E9;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.15s;
}
.hina-load-more__btn:hover {
  background-color: #E6F5FF;
}
.hina-load-more__btn:disabled {
  opacity: 0.6;
  cursor: wait;
}
.hina-load-more__spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #0073C0;
  border-top-color: transparent;
  border-radius: 50%;
  animation: hina-spin 0.6s linear infinite;
}
@keyframes hina-spin {
  to { transform: rotate(360deg); }
}

.hina-home .hina-gallery-page {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.hina-home .hina-gallery-page__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hina-home .hina-gallery-page__topbar {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hina-home .hina-gallery-page__breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #91939A;
  flex-shrink: 0;
}
.hina-home .hina-gallery-page__breadcrumb a {
  color: #91939A;
  text-decoration: none;
}
.hina-home .hina-gallery-page__breadcrumb a:hover {
  color: #0073C0;
}
.hina-home .hina-gallery-page__tabs {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hina-home .hina-gallery-page__dropdown {
  position: relative;
  flex-shrink: 0;
}
.hina-home .hina-gallery-page__dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #1C5073;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 10px 0;
  cursor: pointer;
}
.hina-home .hina-gallery-page__dropdown-btn svg {
  width: 10px;
  height: 10px;
  transition: transform 0.2s;
}
.hina-home .hina-gallery-page__dropdown-btn:hover {
  color: #0073C0;
}
.hina-home .hina-gallery-page__dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  min-width: 160px;
  background: #FFFFFF;
  border: 1px solid #DDE0E9;
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.hina-home .hina-gallery-page__dropdown-menu a {
  display: block;
  padding: 6px 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #565A69;
  text-decoration: none;
  text-transform: uppercase;
}
.hina-home .hina-gallery-page__dropdown-menu a:hover {
  background: #D9F0FF;
  color: #0073C0;
}
.hina-home .hina-gallery-page__dropdown.open .hina-gallery-page__dropdown-menu {
  display: block;
}
.hina-home .hina-gallery-page__dropdown.open .hina-gallery-page__dropdown-btn svg {
  transform: rotate(180deg);
}
.hina-home .hina-gallery-page__tab {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  color: #91939A;
  white-space: nowrap;
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.15s;
}
.hina-home .hina-gallery-page__tab:hover {
  color: #1C5073;
}
.hina-home .hina-gallery-page__tab--active {
  color: #1C5073;
  font-weight: 700;
  border-bottom-color: #0073C0;
}
.hina-home .hina-gallery-page__layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}
@media (max-width: 1199px) {
  .hina-home .hina-gallery-page__layout {
    grid-template-columns: 1fr;
  }
}
.hina-home .hina-gallery-page__main {
  min-width: 0;
}
.hina-home .hina-gallery-page__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #1C5073;
  margin: 0 0 10px 0;
}
.hina-home .hina-gallery-page__meta-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #91939A;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DDE0E9;
}
.hina-home .hina-gallery-page__meta-line strong {
  color: #565A69;
  font-weight: 500;
}
.hina-home .hina-gallery-page__meta-sep {
  color: #C4C7D0;
}
.hina-home .hina-gallery-page__section-label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #0073C0;
  text-transform: uppercase;
  text-decoration: none;
}
.hina-home .hina-gallery-page__section-label:hover {
  color: #1C5073;
}
.hina-home .hina-gallery-page__lead {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #565A69;
  margin: 0 0 10px 0;
}
.hina-home .hina-gallery-page__divider {
  width: 70px;
  height: 3px;
  border: none;
  background-color: #FF2E17;
  border-radius: 2px;
  margin: 0 0 20px 0;
}
.hina-home .hina-masonry {
  columns: 2;
  column-gap: 10px;
}
@media (max-width: 767px) {
  .hina-home .hina-masonry {
    columns: 1;
  }
}
@supports (grid-template-rows: masonry) {
  .hina-home .hina-masonry {
    columns: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: masonry;
    gap: 10px;
  }
  @media (max-width: 767px) {
    .hina-home .hina-masonry {
      grid-template-columns: 1fr;
    }
  }
}
.hina-home .hina-masonry__item {
  break-inside: avoid;
  margin-bottom: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.hina-home .hina-masonry__item img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}
.hina-home .hina-masonry__item:hover img {
  transform: scale(1.03);
}
@supports (grid-template-rows: masonry) {
  .hina-home .hina-masonry__item {
    margin-bottom: 0;
  }
}
.hina-home .hina-gallery-page__sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hina-home .hina-gallery-page__info {
  display: flex;
  flex-direction: column;
}
.hina-home .hina-gallery-page__info-row {
  padding: 10px 0;
  border-bottom: 1px solid #DDE0E9;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #91939A;
}
.hina-home .hina-gallery-page__info-row:first-child {
  padding-top: 0;
}
.hina-home .hina-gallery-page__info-row strong {
  color: #565A69;
  font-weight: 500;
}
.hina-home .hina-gallery-page__sidebar-heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #1C5073;
  margin: 0;
}
.hina-home .hina-gallery-page__related {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hina-home .hina-gallery-page__related-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.hina-home .hina-gallery-page__related-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
}
.hina-home .hina-gallery-page__related-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.hina-home .hina-gallery-page__related-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: #0073C0;
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 10px;
}
.hina-home .hina-gallery-page__related-badge svg {
  flex-shrink: 0;
}
.hina-home .hina-gallery-page__related-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1C5073;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.hina-home .hina-gallery-page__related-title:hover {
  color: #0073C0;
}
.hina-home .hina-gallery-page__related-time {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #91939A;
}
.hina-home .hina-galleries-list {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.hina-home .hina-galleries-list__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.hina-home .hina-galleries-list__topbar .hina-gallery-page__tabs {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .hina-home .hina-galleries-list__topbar {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hina-home .hina-galleries-list__heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #1C5073;
  margin: 0;
}
.hina-home .hina-galleries-top {
  margin-bottom: 20px;
}
.hina-home .hina-galleries-top__layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: start;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-home .hina-galleries-top__layout {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .hina-home .hina-galleries-top__layout {
    grid-template-columns: 1fr;
  }
}
.hina-home .hina-galleries-top__main {
  min-width: 0;
  display: contents;
}
.hina-home .hina-galleries-top__hero-img {
  position: relative;
  grid-column: span 2;
  display: block;
  overflow: hidden;
  max-height: 500px;
}
.hina-home .hina-galleries-top__hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hina-home .hina-galleries-top__hero-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hina-home .hina-galleries-top__section {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #0073C0;
  text-transform: uppercase;
}
.hina-home .hina-galleries-top__hero-link {
  text-decoration: none;
  color: inherit;
}
.hina-home .hina-galleries-top__hero-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1C5073;
  margin: 0;
}
.hina-home .hina-galleries-top__hero-title:hover {
  color: #0073C0;
}
.hina-home .hina-galleries-top__time {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #91939A;
}
.hina-home .hina-galleries-top__hero-lead {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #565A69;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hina-home .hina-galleries-top__sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hina-home .hina-galleries-top__video-hero {
  grid-column: span 2;
}
.hina-home .hina-galleries-top__video-hero .article, .hina-home .hina-galleries-top__video-hero .card {
  margin: 0;
  border: 0;
}
.hina-home .hina-galleries-top__video-hero .card-body, .hina-home .hina-galleries-top__video-hero .card-footer {
  display: none;
}
.hina-home .hina-galleries-top__video-hero .ratio {
  margin: 0;
}
.hina-home .hina-galleries-top__sidebar-card .article, .hina-home .hina-galleries-top__sidebar-card .card {
  margin: 0;
  border: 0;
}
.hina-home .hina-galleries-top__sidebar-card .card-body {
  padding: 10px 0 0 0 !important;
}
.hina-home .hina-galleries-top__sidebar-card .card-title {
  font-size: 16px !important;
}
.hina-home .hina-galleries-top__sidebar-card .card-footer {
  padding: 0 !important;
}
.hina-home .hina-galleries-top__layout--video {
  grid-template-columns: 1fr 1fr;
}
.hina-home .hina-galleries-top__main--video {
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hina-home .hina-video-hero__player {
  position: relative;
}
.hina-home .hina-video-hero__player .article,
.hina-home .hina-video-hero__player .card {
  margin: 0;
  border: 0;
}
.hina-home .hina-video-hero__player .card-body,
.hina-home .hina-video-hero__player .card-footer {
  display: none !important;
}
.hina-home .hina-video-hero__player .ratio {
  margin: 0;
}
.hina-home .hina-video-hero__body {
  background: #f5f5f5;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hina-home .hina-video-hero__time {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #91939A;
}
.hina-home .hina-video-hero__link {
  text-decoration: none;
  color: inherit;
}
.hina-home .hina-video-hero__title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #1C5073;
  margin: 0;
}
.hina-home .hina-video-hero__title:hover {
  color: #0073C0;
}
.hina-home .hina-video-hero__lead {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #565A69;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hina-home .hina-video-hero__lead p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.hina-home .hina-galleries-top__sidebar--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .hina-home .hina-galleries-top__layout--video {
    grid-template-columns: 1fr;
  }
  .hina-home .hina-galleries-top__sidebar--grid {
    grid-template-columns: 1fr;
  }
}
.hina-home .hina-galleries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hina-home .hina-galleries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hina-home .hina-galleries-grid {
    grid-template-columns: 1fr;
  }
}
.hina-home .hina-galleries-grid__card a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.hina-home .hina-galleries-grid__card .card-text,
.hina-home .hina-galleries-grid__card .card-text *,
.hina-home .hina-galleries-top__sidebar-card .card-text,
.hina-home .hina-galleries-top__sidebar-card .card-text *,
.hina-home .hina-galleries-top__main .card-text,
.hina-home .hina-galleries-top__main .card-text * {
  font-size: 13px !important;
  line-height: 18px !important;
  color: #565A69 !important;
}
.hina-home .hina-galleries-grid__thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
}
.hina-home .hina-galleries-grid__thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.hina-home .hina-galleries-grid__thumb:hover img {
  transform: scale(1.03);
}
.hina-home .hina-galleries-grid__badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: #0073C0;
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 10px;
}
.hina-home .hina-galleries-grid__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1C5073;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 4px 0;
}
.hina-home .hina-galleries-grid__title:hover {
  color: #0073C0;
}
.hina-home .hina-galleries-grid__lead,
.hina-home .hina-galleries-grid__lead p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #565A69;
  margin: 0 0 4px 0;
}
.hina-home .hina-galleries-grid__lead p {
  display: inline;
  margin: 0;
}
.hina-home .hina-galleries-grid__time {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #91939A;
}
.hina-home .hina-video-single {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDE0E9;
}
.hina-home .hina-video-single .card-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1C5073;
}
.hina-home .hina-video-single .card-text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #565A69;
}
.hina-home .hina-video-single .card-footer time {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #91939A;
}
.hina-home .hina-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.hina-home .hina-lightbox[hidden] {
  display: none;
}
.hina-home .hina-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 28px;
  cursor: pointer;
  padding: 10px;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.15s;
}
.hina-home .hina-lightbox__close:hover {
  opacity: 1;
}
.hina-home .hina-lightbox__panel {
  background: #FFFFFF;
  max-width: 1100px;
  width: 100%;
  max-height: 92vh;
  overflow-y: auto;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.hina-home .hina-lightbox__img {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  display: block;
  background: #000;
}
.hina-home .hina-lightbox__body {
  padding: 20px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hina-home .hina-lightbox__title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1C5073;
  margin: 0;
}
.hina-home .hina-lightbox__lead {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4A4A4A;
  margin: 0;
}
.hina-home .hina-lightbox__author {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #91939A;
  margin: 0;
}
.hina-home .hina-lightbox__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.hina-home .hina-lightbox__id {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #91939A;
}
/* Download button — shared style for all modals and lightbox */
.hina-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #0073C0;
  color: #FFFFFF;
  border: none;
  border-radius: 3px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}
.hina-download-btn:hover:not(:disabled) {
  background: #1C5073;
  color: #FFFFFF;
  text-decoration: none;
}
.hina-download-btn:disabled {
  background: #ECEDF3;
  color: #91939A;
  cursor: not-allowed;
}
.hina-home .hina-lightbox__header {
  display: flex;
  justify-content: flex-end;
  padding: 8px 0 12px;
}
.hina-home .hina-lightbox__download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #0073C0;
  color: #FFFFFF;
  border: none;
  border-radius: 3px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}
.hina-home .hina-lightbox__download:hover:not(:disabled) {
  background: #1C5073;
  color: #FFFFFF;
  text-decoration: none;
}
.hina-home .hina-lightbox__download:disabled {
  background: #ECEDF3;
  color: #91939A;
  cursor: not-allowed;
}
.hina-home .hina-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #FFFFFF;
  font-size: 24px;
  cursor: pointer;
  padding: 20px 10px;
  transition: background 0.15s;
}
.hina-home .hina-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.3);
}
.hina-home .hina-lightbox__nav--prev {
  left: 10px;
}
.hina-home .hina-lightbox__nav--next {
  right: 10px;
}

.hina-home .hina-ots-topbar {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .hina-home .hina-ots-topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .hina-home .hina-ots-topbar__tabs {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.hina-home .hina-ots-topbar__breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #91939A;
  flex-shrink: 0;
}
.hina-home .hina-ots-topbar__breadcrumb a {
  color: #91939A;
  text-decoration: none;
}
.hina-home .hina-ots-topbar__breadcrumb a:hover {
  color: #0073C0;
}
.hina-home .hina-ots-topbar__breadcrumb span {
  color: #565A69;
}
.hina-home .hina-ots-topbar__tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
}
.hina-home .hina-ots-topbar__tabs::-webkit-scrollbar {
  display: none;
}
.hina-home .hina-ots-heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #1C5073;
  margin: 0 0 20px 0;
}
.hina-home .hina-ots-about {
  background-color: #E5F4FF;
  padding: 20px;
}
.hina-home .hina-ots-about__heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #1C5073;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #FF2E17;
}
.hina-home .hina-ots-about__body {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #565A69;
}
.hina-home .hina-ots-about__body p {
  margin: 0 0 10px 0;
}
.hina-home .hina-ots-about__body p:last-child {
  margin-bottom: 0;
}
.hina-home .hina-ots-about__body strong {
  font-weight: 700;
  color: #1C5073;
}
.hina-home .hina-ots-about__body a {
  color: #0073C0;
  text-decoration: none;
}
.hina-home .hina-ots-about__body a:hover {
  text-decoration: underline;
}
.hina-home .hina-ots-about__buttons {
  display: flex;
  gap: 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .hina-home .hina-ots-about__buttons {
    flex-direction: column;
    gap: 10px;
  }
}
.hina-home .hina-ots-about__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  white-space: nowrap;
  background-color: #0073C0;
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  transition: background-color 0.15s;
}
.hina-home .hina-ots-about__btn:hover {
  background-color: #1C5073;
  color: #FFFFFF;
}
.hina-home .hina-ots-about__btn i {
  font-size: 16px;
}

.najave-day {
  margin-bottom: 40px;
}

.najave-day__heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1C5073;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #0073C0;
}

.najave-section {
  margin-bottom: 20px;
}

.najave-section__heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  background: #1C5073;
  padding: 6px 12px;
  margin: 0 0 2px 0;
}

.najave-section__list {
  display: flex;
  flex-direction: column;
}

.najave-card {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: #FFFFFF;
  border-bottom: 1px solid #DDE0E9;
  transition: background 0.15s;
}
.najave-card:hover {
  background: #E6F5FF;
}
@media (max-width: 767px) {
  .najave-card {
    flex-direction: column;
    gap: 10px;
  }
}

.najave-card__sidebar {
  flex-shrink: 0;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
@media (max-width: 767px) {
  .najave-card__sidebar {
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}

.najave-card__time {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #0073C0;
}

.najave-card__priority {
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 3px;
  color: #FFFFFF;
}
.najave-card__priority--cancelled {
  background: #FF2E17;
}
.najave-card__priority--changed {
  background: #0073C0;
}
.najave-card__priority--postponed {
  background: #3B8C5E;
}

.najave-card__formats {
  display: flex;
  gap: 6px;
}
.najave-card__formats i {
  font-size: 16px;
  color: #91939A;
}

.najave-card__body {
  flex: 1;
  min-width: 0;
}

.najave-card__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1C5073;
  margin: 0 0 4px 0;
}

.najave-card__location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #0073C0;
  margin-bottom: 6px;
}
.najave-card__location i {
  font-size: 14px;
}

.najave-card__lead {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #565A69;
  margin: 0;
}

.najave-filter {
  background: #FFFFFF;
  border: 1px solid #DDE0E9;
  border-radius: 3px;
  padding: 20px;
  position: sticky;
  top: 20px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
.najave-filter__header {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0073C0;
}
.najave-filter__title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0073C0;
  text-transform: uppercase;
  margin: 0;
}
.najave-filter__actions {
  display: flex;
  gap: 10px;
  margin-left: auto;
  flex-shrink: 0;
}
.najave-filter__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 3px;
  transition: background 0.15s, color 0.15s;
}
.najave-filter__btn--apply {
  color: #FFFFFF;
  background: #0073C0;
}
.najave-filter__btn--apply:hover {
  background: #1C5073;
}
.najave-filter__btn--clear {
  color: #91939A;
}
.najave-filter__btn--clear:hover {
  color: #565A69;
  background: #ECEDF3;
}
.najave-filter__section {
  margin-bottom: 20px;
}
.najave-filter__section:last-child {
  margin-bottom: 0;
}
.najave-filter__label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #565A69;
  margin-bottom: 8px;
}
.najave-filter__input-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.najave-filter__input-label {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #565A69;
  white-space: nowrap;
}
.najave-filter__input {
  flex: 1;
  padding: 8px 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  border: 1px solid #DDE0E9;
  border-radius: 3px;
  background: #ECEDF3;
  color: #565A69;
  transition: border-color 0.15s;
}
.najave-filter__input:focus {
  outline: none;
  border-color: #0073C0;
}
.najave-filter__dates {
  display: flex;
  gap: 10px;
}
.najave-filter__dates fluent-date-picker,
.najave-filter__dates .fluent-datepicker {
  flex: 1;
}
.najave-filter__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.najave-filter__chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0073C0;
  background: #D9F0FF;
  border: 1px solid transparent;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.15s;
  user-select: none;
}
.najave-filter__chip input[type=checkbox] {
  display: none;
}
.najave-filter__chip--active, .najave-filter__chip:has(input:checked) {
  background: #0073C0;
  color: #FFFFFF;
}
.najave-filter__chip:hover {
  border-color: #0073C0;
}
.najave-filter__map svg {
  width: 100%;
  height: auto;
}
.najave-filter__map .map-polygon {
  fill: #ECEDF3;
  stroke: #FFFFFF;
  stroke-width: 1;
  cursor: pointer;
  transition: fill 0.15s;
}
.najave-filter__map .map-polygon:hover {
  fill: #D9F0FF;
}
.najave-filter__map .map-polygon-group.selected .map-polygon {
  fill: #0073C0;
}
.najave-filter__map .map-text,
.najave-filter__map .smaller {
  font-family: "DM Sans", sans-serif;
  font-size: 5px;
  fill: #565A69;
  pointer-events: none;
}
.najave-filter__map .map-polygon-group.selected .map-text,
.najave-filter__map .map-polygon-group.selected .smaller {
  fill: #FFFFFF;
}
.najave-filter__legend {
  padding-top: 10px;
  border-top: 1px solid #DDE0E9;
}
.najave-filter__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #565A69;
  padding: 3px 0;
}
.najave-filter__legend-item i {
  color: #0073C0;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.hina-filter__header {
  border-bottom: 2px solid #0073C0;
  padding: 20px;
}

.hina-filter__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1C5073;
  text-transform: uppercase;
  margin: 0;
}

.hina-filter {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hina-filter__intro {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #91939A;
  margin: 0;
}

.hina-filter__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hina-filter__label {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #565A69;
}

.hina-filter__input {
  width: 100%;
  padding: 10px 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #565A69;
  background: #ECEDF3;
  border: 1px solid #DDE0E9;
  border-radius: 3px;
  transition: border-color 0.15s;
}
.hina-filter__input:focus {
  outline: none;
  border-color: #0073C0;
}
.hina-filter__input::placeholder {
  color: #91939A;
}

.hina-filter__dates {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hina-filter__date-field {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hina-filter__date-label {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #91939A;
  min-width: 24px;
}

.hina-filter__checks {
  display: flex;
  gap: 20px;
}

.hina-filter__check {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #565A69;
  cursor: pointer;
}
.hina-filter__check input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #0073C0;
  cursor: pointer;
}

.hina-search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hina-search-filters__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0073C0;
  background: #D9F0FF;
  border-radius: 20px;
}
.hina-search-filters__tag i {
  font-size: 12px;
}

.hina-filter__input--error {
  border-color: #FF2E17;
}

.hina-filter__error {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #FF2E17;
  margin-top: 4px;
}

.hina-filter__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 12px 20px;
  margin-top: 10px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #0073C0;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.15s;
}
.hina-filter__submit:hover {
  background: #1C5073;
}

/* ── Hero mobile swiper ── */
.hina-home .hina-hero__swiper {
  display: none;
  position: absolute;
}
@media (max-width: 767px) {
  .hina-home .hina-hero__swiper {
    display: block;
    position: relative !important;
    overflow: hidden;
    width: 100%;
  }
  .hina-home .hina-hero__swiper-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .hina-home .hina-hero__swiper-track::-webkit-scrollbar {
    display: none;
  }
  .hina-home .hina-hero__swiper-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    scroll-snap-align: start;
    height: 460px;
    overflow: hidden;
  }
  .hina-home .hina-hero__swiper-slide .hina-hero__figure {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .hina-home .hina-hero__swiper-slide .hina-hero__img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    flex: none;
  }
  .hina-home .hina-hero__swiper-slide .hina-hero__overlay {
    flex: 1;
    min-height: 0;
  }
  .hina-home .hina-hero__swiper-slide .hina-hero__overlay {
    overflow: hidden;
    min-width: 0;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .hina-home .hina-hero__swiper-slide .hina-hero__figure {
    min-width: 0;
    max-width: 100%;
  }
  .hina-home .hina-hero__swiper-slide a {
    min-width: 0;
    max-width: 100%;
    display: block;
  }
  .hina-home .hina-hero__swiper-slide .hina-hero__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .hina-home .hina-hero__swiper-slide .hina-hero__lead {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .hina-home .hina-hero__swiper-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0;
    background: transparent;
    pointer-events: none;
  }
  .hina-home .hina-hero__swiper-dots:empty {
    display: none;
  }
  .hina-home .hina-hero__swiper-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0;
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.2s;
  }
  .hina-home .hina-hero__swiper-dot--active {
    background: #FFFFFF;
    border-color: #1C5073;
  }
  /* Hide desktop-only main card & mid on mobile (shown via swiper instead) */
  .hina-home .hina-hero__inner > .hina-hero__main {
    display: none;
  }
  .hina-home .hina-hero__mid {
    display: none;
  }
}

/* ── Mobile: edge-to-edge blocks with inner text padding ── */
@media (max-width: 767px) {
  /* ── Hero ── */
  .hina-home .hina-hero {
    padding: 0;
  }
  .hina-home .hina-hero__inner {
    gap: 0;
  }
  .hina-home .hina-hero__panels {
    gap: 0;
  }

  /* ── Foto i Video Servis ── */
  .hina-home .hina-foto-video--desktop {
    display: none;
  }
  .hina-home .hina-foto-video--mobile {
    display: block;
  }
  .hina-home .hina-foto-video {
    padding: 0;
  }
  .hina-home .hina-foto-video__header {
    padding: 0 16px;
    border-radius: 0;
  }
  .hina-home .hina-foto-video__body {
    padding: 0 0 20px;
    border-radius: 0;
  }
  .hina-home .hina-foto-video__grid {
    gap: 24px;
  }
  .hina-home .hina-foto-video__card {
    gap: 0;
  }
  .hina-home .hina-foto-video__category {
    text-align: center;
    padding: 16px 16px 10px;
    font-size: 22px;
  }
  .hina-home .hina-foto-video__title {
    padding: 10px 16px 0;
  }
  .hina-home .hina-foto-video__date {
    padding: 4px 16px 0;
  }

  /* ── News Row (Hrvatska, Gospodarstvo, etc.) ── */
  .hina-home .hina-news-row {
    padding: 0;
  }
  .hina-home .hina-news-row__inner {
    gap: 0;
  }
  .hina-home .hina-news-col {
    padding-bottom: 24px;
  }
  .hina-home .hina-news-col__header {
    padding: 20px 16px 16px;
    margin-bottom: 0;
  }
  .hina-home .hina-news-col__title {
    text-align: center;
  }
  .hina-home .hina-news-col__featured-title {
    padding: 10px 16px 0;
  }
  .hina-home .hina-news-col__featured-time {
    padding: 4px 16px 0;
    display: block;
  }
  .hina-home .hina-news-col__divider {
    margin: 16px 16px;
    width: auto;
  }
  .hina-home .hina-news-col__item {
    padding: 0 16px;
  }

  /* ── CTA ── */
  .hina-home .hina-cta, .hina-home-page .hina-cta {
    padding: 0;
    height: auto;
    gap: 0;
  }
  .hina-home .hina-cta__title, .hina-home-page .hina-cta__title {
    padding: 24px 16px;
    width: 100%;
  }
  .hina-home .hina-cta__btn, .hina-home-page .hina-cta__btn {
    width: 100%;
    border-radius: 0;
    background-color: #DAF0FF;
    height: 56px;
    margin-top: 0;
  }

  /* ── Main + Sidebar ── */
  .hina-home .hina-main-sidebar {
    padding: 0;
  }
  .hina-home .hina-sidebar-box {
    padding: 20px 16px;
  }

  /* ── Portals ── */
  .hina-home .hina-portals {
    padding: 0;
  }

  /* ── /news hero spacing + robust lead clamp ── */
  .hina-home .hina-main-sidebar__main > .hina-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hina-home .hina-hero__swiper-slide .hina-hero__lead {
    max-height: 44px;
    overflow: hidden;
    margin: 0;
  }
  .hina-home .hina-hero__swiper-slide .hina-hero__lead > * {
    margin: 0;
  }
}

:root {
  --hina-primary: #0073C0;
  --hina-accent: #FF2E17;
  --hina-dark-blue: #1C5073;
  --hina-text-body: #565A69;
  --hina-text-muted: #91939A;
  --hina-text-heading: #1C5073;
  --hina-bg-page: #FFFFFF;
  --hina-bg-section: #ECEDF3;
  --hina-bg-ticker: #CCCFDA;
  --hina-bg-footer: #1C5073;
  --hina-border: #DDE0E9;
  --hina-border-panel: #D6DCE2;
  --hina-container-width: 1512px;
  --hina-gap-xs: 10px;
  --hina-gap-sm: 20px;
  --hina-gap-md: 40px;
}

/* ===================================================================
   O NAMA PAGE
   =================================================================== */

/* --- Hero --- */
.onama-hero {
  position: relative;
  width: 100%;
  max-width: var(--hina-container-width);
  margin: 0 auto;
  height: 600px;
  overflow: hidden;
}
.onama-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.onama-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(28,80,115,0.25) 0%, rgba(28,80,115,0.05) 60%, rgba(28,80,115,0.0) 100%);
  z-index: 1;
}
.onama-hero__card {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 504px;
  width: 100%;
  background: rgba(28, 80, 115, 0.90);
  color: #fff;
  padding: 40px 40px 40px 40px;
  z-index: 2;
}
.onama-hero .onama-hero__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 16px;
  color: #fff;
}
.onama-hero__text {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 24px;
  color: #fff;
}
.onama-hero a.onama-hero__btn {
  display: inline-block;
  align-self: flex-start;
  border: 1.5px solid #fff;
  background: transparent;
  color: #fff;
  padding: 8px 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.onama-hero a.onama-hero__btn:hover {
  background: #fff;
  color: var(--hina-dark-blue);
}
@media (max-width: 991px) {
  .onama-hero { height: auto; }
  .onama-hero__card {
    position: relative;
    right: auto; top: auto; bottom: auto;
    max-width: 100%;
    padding: 32px 24px;
  }
  .onama-hero__img {
    position: relative;
    height: 300px;
  }
  .onama-hero__overlay { display: none; }
}
@media (max-width: 575px) {
  .onama-hero__img { height: 220px; }
  .onama-hero__card { padding: 28px 20px; }
  .onama-hero__title { font-size: 20px; }
}

/* --- Services --- */
.onama-services {
  max-width: var(--hina-container-width);
  margin: 0 auto;
  padding: 60px 40px;
}
.onama-services .onama-services__heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--hina-dark-blue);
  margin: 0 0 32px;
}
.onama-services__inner {
  display: grid;
  grid-template-columns: 424px 1fr;
  gap: 60px;
}
.onama-services__intro {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.65;
  color: var(--hina-text-body);
}
.onama-services__intro p {
  margin: 0 0 14px;
}
.onama-services__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  color: var(--hina-primary);
  background: #fff;
  padding: 8px 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  margin-top: 12px;
  transition: background 0.2s;
}
.onama-services__btn:hover {
  background: #C3E6FA;
  color: var(--hina-primary);
}
.onama-services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}
.onama-services__item {
  background: var(--hina-primary);
  border-radius: 6px;
  color: #fff;
  overflow: hidden;
}
.onama-services__item[open] {
  background: #1C5073;
}
.onama-services__item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 83px;
  padding: 20px 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.onama-services__item summary::-webkit-details-marker {
  display: none;
}
.onama-services__item summary::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='none'%3E%3Cpolyline points='208 96 128 176 48 96' stroke='white' stroke-width='24' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  flex-shrink: 0;
  margin-left: 12px;
  transition: transform 0.25s;
}
.onama-services__item[open] summary::after {
  transform: rotate(180deg);
}
.onama-services__body {
  padding: 0 20px 0;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #fff;
}
.onama-services__body p { margin: 0 0 14px; }
.onama-services__body p.onama-services__subscribe-label {
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 20px 0 12px;
}
.onama-services__contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0 -20px;
}
.onama-services__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 12px 20px;
  background: #0073C0;
  color: #fff !important;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s;
}
.onama-services__contact-btn + .onama-services__contact-btn {
  border-left: 1px solid rgba(255,255,255,0.15);
}
.onama-services__contact-btn:hover {
  background: #005a96;
  color: #fff !important;
}
.onama-services__contact-btn i {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991px) {
  .onama-services__inner { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .onama-services { padding: 40px 16px; }
  .onama-services__grid { grid-template-columns: 1fr; }
}

/* --- Numbers --- */
.onama-numbers {
  position: relative;
  max-width: var(--hina-container-width);
  margin: 0 auto;
  padding: 48px 24px 60px;
}
.onama-numbers::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg-hina-brojkama.jpg") center/cover no-repeat;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 25%, #000 75%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 25%, #000 75%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}
.onama-numbers > * {
  position: relative;
  z-index: 1;
}
.onama-numbers .onama-numbers__heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--hina-dark-blue);
  margin: 0 0 48px;
}
.onama-numbers__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.onama-numbers__value {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  color: var(--hina-primary);
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
}
.onama-numbers__value::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: var(--hina-accent);
  border-radius: 0;
}
.onama-numbers__label {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--hina-dark-blue);
  max-width: 249px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .onama-numbers__grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .onama-numbers__value { font-size: 48px; }
}
@media (max-width: 400px) {
  .onama-numbers__grid { grid-template-columns: 1fr; }
}

/* --- About / Media section --- */
.onama-about {
  max-width: var(--hina-container-width);
  margin: 0 auto;
  padding: 0;
}
.onama-about__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.onama-about__images picture {
  overflow: hidden;
}
.onama-about__images img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.onama-about__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.onama-about__left {
  background: rgb(226, 230, 242);
  padding: 40px 40px;
}
.onama-about .onama-about__left h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--hina-dark-blue);
  margin: 0 0 20px;
}
.onama-about .onama-about__left h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--hina-dark-blue);
  margin: 32px 0 16px;
}
.onama-about__left p {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.65;
  color: var(--hina-text-body);
  margin: 0 0 12px;
}
.onama-about__buttons {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.onama-about__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  color: var(--hina-primary);
  background: #C3E6FA;
  padding: 8px 18px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.2s;
}
.onama-about__btn:hover {
  background: #A8D8F5;
  color: var(--hina-primary);
}
.onama-about__right {
  background: rgb(229, 244, 255);
  padding: 40px 40px;
}
.onama-about .onama-about__right h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--hina-dark-blue);
  margin: 0 0 28px;
}
.onama-about__media-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.onama-about__media-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.onama-about__media-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hina-primary);
  font-size: 40px;
}
.onama-about .onama-about__media-item h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--hina-text-body);
  margin: 0 0 2px;
}
.onama-about__media-item p {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.55;
  color: var(--hina-text-body);
  margin: 0;
}
@media (max-width: 991px) {
  .onama-about__columns { grid-template-columns: 1fr; }
  .onama-about__images { grid-template-columns: 1fr; }
  .onama-about__images img { height: 240px; }
}
@media (max-width: 575px) {
  .onama-about__left, .onama-about__right { padding: 32px 20px; }
}

/* --- Portals --- */
.onama-portals {
  max-width: var(--hina-container-width);
  margin: 0 auto;
  padding: 0;
}
.onama-portals__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.onama-portals__card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.onama-portals__card:nth-child(1) .onama-portals__card-body { background: rgb(251, 254, 255); }
.onama-portals__card:nth-child(2) .onama-portals__card-body { background: rgb(229, 244, 255); }
.onama-portals__card:nth-child(3) .onama-portals__card-body { background: rgb(226, 230, 242); }
.onama-portals__img-wrap {
  position: relative;
  height: 181px;
  overflow: hidden;
}
.onama-portals__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.onama-portals .onama-portals__card-title {
  position: absolute;
  bottom: 24px;
  left: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}
.onama-portals__card-body {
  flex: 1;
  padding: 40px 40px;
}
.onama-portals__card-body p {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: var(--hina-text-body);
  margin: 0;
}
@media (max-width: 767px) {
  .onama-portals__grid { grid-template-columns: 1fr; }
}

/* --- OTS CTA banner --- */
/* .onama-ots-cta replaced by shared .hina-cta */

/* ===================================================================
   KONTAKT PAGE
   =================================================================== */
.kontakt-page {
  max-width: var(--hina-container-width);
  margin: 0 auto;
  font-family: "DM Sans", sans-serif;
  color: var(--hina-text-body);
}
.kontakt-page__inner {
  padding: 20px 40px 48px;
}
.kontakt-page__breadcrumb {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--hina-text-muted);
  margin: 0 0 24px;
}
.kontakt-page__breadcrumb a {
  color: var(--hina-text-muted);
  text-decoration: underline;
}
.kontakt-page__breadcrumb span {
  margin: 0 6px;
}
.kontakt-page .kontakt-page__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--hina-dark-blue);
  margin: 0 0 32px;
  position: relative;
}
.kontakt-page .kontakt-page__title::after {
  content: "";
  display: block;
  width: 75px;
  height: 5px;
  background: var(--hina-accent);
  margin-top: 12px;
}
.kontakt-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 0.82fr);
  gap: 40px;
  position: relative;
}
.kontakt-page__grid::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((100% - 40px * 2) * (1.15 / 2.97) + 20px);
  width: 4px;
  background: var(--hina-accent);
}
.kontakt-page__grid--two-col {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.kontakt-page__grid--two-col::before {
  left: calc(50% - 2px);
}

/* Sidebar (portal cards) */
.kontakt-page__aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.kontakt-page__portal {
  position: relative;
  display: block;
  width: 100%;
  height: 208px;
  overflow: hidden;
  text-decoration: none;
}
.kontakt-page__portal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kontakt-page__portal-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 24px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff !important;
  text-align: left;
  display: block;
}
.kontakt-page__portal--eu .kontakt-page__portal-title { background: #0073C0; }
.kontakt-page__portal--zelena .kontakt-page__portal-title { background: #4E7C4A; }
.kontakt-page__portal--zdravlje .kontakt-page__portal-title { background: #113D5A; }
.kontakt-page__left p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--hina-text-body);
  margin: 0 0 14px;
}
.kontakt-page__address {
  color: var(--hina-dark-blue) !important;
  font-weight: 400;
  margin-top: 32px !important;
}

/* Form */
.kontakt-page__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.kontakt-page__field {
  display: flex;
  flex-direction: column;
}
.kontakt-page__field label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--hina-primary);
  margin: 0 0 8px;
}
.kontakt-page__field input,
.kontakt-page__field select,
.kontakt-page__field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #DDE0E9;
  border-radius: 4px;
  background: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: var(--hina-text-body);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.kontakt-page__field input::placeholder,
.kontakt-page__field textarea::placeholder {
  color: #B3B7C3;
}
.kontakt-page__field textarea {
  min-height: 140px;
  resize: vertical;
  font-family: "DM Sans", sans-serif;
}
.kontakt-page__field input:focus,
.kontakt-page__field select:focus,
.kontakt-page__field textarea:focus {
  outline: none;
  border-color: var(--hina-primary);
  box-shadow: 0 0 0 3px rgba(0,115,192,0.15);
}
.kontakt-page .kontakt-page__submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding: 10px 20px;
  background: #C3E4FA;
  color: var(--hina-primary) !important;
  border: none;
  border-radius: 2px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s;
}
.kontakt-page .kontakt-page__submit:hover {
  background: #A8D8F5;
  color: var(--hina-primary) !important;
}
.prijava-page__error {
  color: #C62828;
  background: #FFEBEE;
  border-left: 3px solid #C62828;
  padding: 10px 14px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 4px;
}

/* Department cards */
.kontakt-departments {
  max-width: var(--hina-container-width);
  margin: 0 auto;
  padding: 60px 40px;
}
.kontakt-departments__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.kontakt-card {
  padding: 24px 24px;
}
.kontakt-card h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--hina-dark-blue);
  margin: 0 0 16px;
}
.kontakt-card a.kontakt-card__line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--hina-primary) !important;
  text-decoration: none;
  margin: 0 0 8px;
}
.kontakt-card a.kontakt-card__line i {
  font-size: 18px;
  color: var(--hina-primary);
}
.kontakt-card a.kontakt-card__line:hover {
  text-decoration: underline;
  color: var(--hina-primary) !important;
}

/* Responsive */
@media (max-width: 1199px) {
  .kontakt-page__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .kontakt-page__grid::before {
    left: calc(50% - 2px);
  }
  .kontakt-page__aside {
    grid-column: 1 / -1;
    flex-direction: row;
    gap: 16px;
  }
  .kontakt-page__portal {
    flex: 1;
    min-width: 0;
    height: 180px;
  }
}
@media (max-width: 767px) {
  .kontakt-page__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .kontakt-page__grid::before { display: none; }
  .kontakt-page__aside {
    grid-column: auto;
    flex-direction: column;
  }
  .kontakt-page__portal { height: 180px; }
  .kontakt-departments__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .kontakt-page__portal-title { font-size: 18px; padding: 10px 16px; }
  .kontakt-departments__grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .kontakt-page__inner { padding: 20px 20px 32px; }
  .kontakt-departments { padding: 40px 20px; }
  .kontakt-departments__grid { grid-template-columns: 1fr; }
}

/*# sourceMappingURL=hina-home.css.map */

/* ── Povijest HINE page + timeline (appended manually, not in SCSS source) ── */
.hina-povijest-page h1.fw-bold {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #1C5073;
}
@media (max-width: 767px) {
  .hina-povijest-page h1.fw-bold {
    font-size: 24px;
    line-height: 32px;
  }
}
.hina-povijest-page__content {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
}
.hina-povijest-page .hina-povijest-article p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #565A69;
  margin-bottom: 20px;
  text-align: justify;
  hyphens: auto;
}
.hina-povijest-page .hina-povijest-article p:last-child {
  margin-bottom: 0;
}
.hina-povijest-page .hina-povijest-article__subheading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #1C5073;
  margin: 32px 0 16px;
  clear: both;
}
.hina-povijest-page .hina-povijest-article__figure {
  margin: 6px 0 16px;
}
.hina-povijest-page .hina-povijest-article > .hina-povijest-article__figure:first-child {
  margin-top: 0;
}
.hina-povijest-page .hina-povijest-article__figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.hina-povijest-page .hina-povijest-article__figure figcaption {
  margin-top: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #91939A;
  font-style: italic;
}
/* Newspaper layout: first figure is a full-width opener. The rest alternate
   left/right with smaller widths so short paragraphs don't strand the image. */
@media (min-width: 768px) {
  .hina-povijest-page .hina-povijest-article__figure {
    width: 40%;
    max-width: 280px;
    clear: both;
  }
  .hina-povijest-page .hina-povijest-article__figure:nth-of-type(odd) {
    float: right;
    margin: 6px 0 16px 24px;
    shape-outside: margin-box;
  }
  .hina-povijest-page .hina-povijest-article__figure:nth-of-type(even) {
    float: left;
    margin: 6px 24px 16px 0;
    shape-outside: margin-box;
  }
  /* First figure → opener, full-width, centered */
  .hina-povijest-page .hina-povijest-article__figure:first-of-type {
    float: none !important;
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px 0 !important;
    shape-outside: none !important;
  }
  /* Clear floats after the article body */
  .hina-povijest-page .hina-povijest-article::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (max-width: 767px) {
  .hina-povijest-page .hina-povijest-article__figure {
    margin: 16px 0 20px;
  }
}
.hina-povijest-page .hina-povijest-article__subheading:first-of-type {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .hina-povijest-page .hina-povijest-article__subheading {
    font-size: 20px;
    line-height: 26px;
    margin: 24px 0 12px;
  }
}

.hina-timeline {
  margin-top: 40px;
  padding: 40px;
  background: linear-gradient(180deg, #E6F5FF 0%, #FFFFFF 100%);
  border: 1px solid #D6DCE2;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .hina-timeline {
    padding: 20px 10px;
    margin-top: 20px;
  }
}

.hina-timeline__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .hina-timeline__header {
    margin-bottom: 20px;
  }
}

.hina-timeline__eyebrow {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0073C0;
  margin-bottom: 10px;
}

.hina-timeline__heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #1C5073;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .hina-timeline__heading {
    font-size: 20px;
    line-height: 26px;
  }
}

.hina-timeline__subheading {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #565A69;
  margin: 0;
}
@media (max-width: 767px) {
  .hina-timeline__subheading {
    font-size: 14px;
    line-height: 1.5;
  }
}

.hina-timeline__controls {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .hina-timeline__controls {
    gap: 10px;
  }
}

.hina-timeline__nav {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #D6DCE2;
  background: #FFFFFF;
  color: #1C5073;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  .hina-timeline__nav {
    width: 32px;
    height: 32px;
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.hina-timeline__nav:hover {
  background: #0073C0;
  border-color: #0073C0;
  color: #fff;
}
.hina-timeline__nav:focus-visible {
  outline: 2px solid #0073C0;
  outline-offset: 2px;
}

.hina-timeline__track-wrap {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  overflow-y: visible;
  padding: 20px 0 10px;
  scrollbar-width: none;
}
.hina-timeline__track-wrap::-webkit-scrollbar {
  display: none;
}

.hina-timeline__track {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  min-width: 100%;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .hina-timeline__track {
    justify-content: flex-start;
    gap: 28px;
    padding: 0 16px;
    min-width: max-content;
  }
}

.hina-timeline__rail {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 7px;
  height: 2px;
  background: #D6DCE2;
  border-radius: 2px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .hina-timeline__rail {
    left: 16px;
    right: 16px;
  }
}

.hina-timeline__rail-fill {
  height: 100%;
  width: 0%;
  background: #0073C0;
  border-radius: 2px;
  transition: width 0.35s ease;
}

.hina-timeline__point {
  position: relative;
  z-index: 2;
  flex: 1 1 0;
  min-width: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #91939A;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .hina-timeline__point {
    flex: 0 0 auto;
    min-width: 72px;
    font-size: 12px;
  }
}
.hina-timeline__point:hover {
  color: #1C5073;
}
.hina-timeline__point:hover .hina-timeline__dot {
  border-color: #0073C0;
}
.hina-timeline__point:focus-visible {
  outline: none;
}
.hina-timeline__point:focus-visible .hina-timeline__dot {
  box-shadow: 0 0 0 4px rgba(0, 115, 192, 0.22);
}
.hina-timeline__point.is-active {
  color: #1C5073;
}
.hina-timeline__point.is-active .hina-timeline__year {
  color: #0073C0;
}
.hina-timeline__point.is-active .hina-timeline__dot {
  background: #0073C0;
  border-color: #0073C0;
  box-shadow: 0 0 0 5px rgba(0, 115, 192, 0.18);
}

.hina-timeline__year {
  display: block;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .hina-timeline__year {
    min-height: 30px;
  }
}

.hina-timeline__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1C5073;
  border: 3px solid #1C5073;
  box-shadow: 0 0 0 2px #FFFFFF;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  flex-shrink: 0;
}

.hina-timeline__panels {
  margin-top: 40px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  min-height: 280px;
  position: relative;
}
@media (max-width: 767px) {
  .hina-timeline__panels {
    margin-top: 20px;
    padding: 0 10px;
    min-height: 360px;
  }
}

.hina-timeline__panel {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(28, 80, 115, 0.08), 0 1px 3px rgba(28, 80, 115, 0.05);
  overflow: hidden;
}
@media (max-width: 767px) {
  .hina-timeline__panel {
    left: 10px;
    right: 10px;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.hina-timeline__panel.is-active {
  position: relative;
  left: auto;
  right: auto;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hina-timeline__panel-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  max-width: none;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .hina-timeline__panel-img {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
}

/* Dual-photo variant — two portraits side-by-side with captions */
.hina-timeline__panel-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #F5F6F8;
  min-height: 260px;
}
.hina-timeline__panel-imgfig {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 0;
}
.hina-timeline__panel-imgfig img {
  display: block;
  width: 100%;
  flex: 1;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
}
.hina-timeline__panel-imgfig figcaption {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #565A69;
  padding: 8px 10px;
  text-align: center;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .hina-timeline__panel-imgs {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    min-height: 0;
    align-items: stretch;
  }
  .hina-timeline__panel-imgfig {
    display: contents;
  }
  .hina-timeline__panel-imgfig img {
    grid-row: 1;
    aspect-ratio: 3 / 4;
    width: 100%;
    height: auto;
    flex: none;
  }
  .hina-timeline__panel-imgfig figcaption {
    grid-row: 2;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.hina-timeline__panel-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 32px 28px 0;
}
@media (max-width: 767px) {
  .hina-timeline__panel-body {
    padding: 20px 20px 24px;
  }
}

.hina-timeline__panel-year {
  display: inline-block;
  align-self: flex-start;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0073C0;
  margin-bottom: 12px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  position: relative;
  padding-left: 30px;
}
.hina-timeline__panel-year::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #0073C0;
  transform: translateY(-50%);
}

.hina-timeline__panel-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1C5073;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .hina-timeline__panel-title {
    font-size: 20px;
    line-height: 26px;
  }
}

.hina-timeline__panel-text {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #565A69;
  margin: 0;
}
@media (max-width: 767px) {
  .hina-timeline__panel-text {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Global container width override (1512px max) */
@media (min-width: 1200px) {
  .hina-home .container-xl,
  .hina-home-page .container-xl,
  .hina-home .container,
  .hina-home-page .container {
    max-width: 1512px;
  }
}

/* Gallery carousel arrow controls — translucent blue circle backgrounds */
#ArticleCarouselControls .carousel-control-prev,
#ArticleCarouselControls .carousel-control-next {
  width: 56px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ArticleCarouselControls .carousel-control-prev-icon,
#ArticleCarouselControls .carousel-control-next-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(0, 115, 192, 0.55);
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.2s ease;
}
#ArticleCarouselControls .carousel-control-prev:hover .carousel-control-prev-icon,
#ArticleCarouselControls .carousel-control-next:hover .carousel-control-next-icon,
#ArticleCarouselControls .carousel-control-prev:focus-visible .carousel-control-prev-icon,
#ArticleCarouselControls .carousel-control-next:focus-visible .carousel-control-next-icon {
  background-color: rgba(0, 115, 192, 0.85);
}

/* Gallery thumbnails: single-row scrollable strip on mobile */
@media (max-width: 767px) {
  .hina-home-page #carousel-thumbs.carousel-thumbnails,
  #carousel-thumbs.carousel-thumbnails {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
    width: 100%;
    scroll-padding: 12px;
  }
  #carousel-thumbs.carousel-thumbnails::-webkit-scrollbar { display: none; }
  #carousel-thumbs.carousel-thumbnails > div {
    flex: 0 0 auto;
  }
}
.carousel-thumbnail.active {
  outline: 2px solid #0073C0;
  outline-offset: -2px;
}

/* Paywall notice + CTA for galleries/photos (and reusable elsewhere) */
.hina-paywall-notice {
  background: #ECEDF3;
  color: #1C5073;
  border: none;
  border-bottom: 3px solid #FF2E17;
  border-radius: 0;
  padding: 40px 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hina-paywall-notice::before {
  content: "\f431";
  font-family: "bootstrap-icons";
  font-size: 22px;
  color: #1C5073;
  flex-shrink: 0;
  opacity: 0.6;
}
.hina-paywall-notice + .hina-paywall-cta {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.hina-paywall-notice + .hina-paywall-cta a.hina-paywall-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 48px;
  padding: 0 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.hina-paywall-notice + .hina-paywall-cta .hina-paywall-cta__btn--primary {
  background: #0073C0;
  color: #FFFFFF;
  border: 2px solid #0073C0;
}
.hina-paywall-notice + .hina-paywall-cta .hina-paywall-cta__btn--primary:hover {
  background: #1C5073;
  border-color: #1C5073;
}
.hina-paywall-notice + .hina-paywall-cta .hina-paywall-cta__btn--secondary {
  background: transparent;
  color: #0073C0;
  border: 2px solid #0073C0;
}
.hina-paywall-notice + .hina-paywall-cta .hina-paywall-cta__btn--secondary:hover {
  background: #0073C0;
  color: #FFFFFF;
}

/* Unified article meta line across MainLayout & HomeLayout */
.hina-home .hina-article-meta,
.hina-home-page .hina-article-meta {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.hina-home .hina-article-meta strong,
.hina-home-page .hina-article-meta strong {
  color: #565A69;
  font-weight: 600;
}

/* ───────────────────────────────────────────────────────────
   ACCESSIBILITY — floating widget + global modifier classes
   ─────────────────────────────────────────────────────────── */
.hina-a11y-toggle {
   position: fixed;
   right: 20px;
   bottom: 20px;
   z-index: 1080;
   width: 56px;
   height: 56px;
   border-radius: 50%;
   border: none;
   background: #0073C0;
   color: #FFFFFF;
   font-size: 28px;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
   transition: background 0.2s ease, transform 0.2s ease;
}
.hina-a11y-toggle:hover,
.hina-a11y-toggle:focus-visible {
   background: #1C5073;
   outline: none;
   transform: scale(1.05);
}
.hina-a11y-toggle:focus-visible {
   box-shadow: 0 0 0 4px rgba(0, 115, 192, 0.35), 0 4px 16px rgba(0, 0, 0, 0.25);
}
@media print {
   .hina-a11y-toggle, .hina-a11y-panel { display: none !important; }
}

.hina-a11y-panel {
   position: fixed;
   right: 20px;
   bottom: 88px;
   z-index: 1080;
   width: 320px;
   max-width: calc(100vw - 40px);
   background: #FFFFFF;
   border: 1px solid #DDE0E9;
   border-radius: 12px;
   box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
   font-family: "DM Sans", sans-serif;
   color: #1C5073;
   opacity: 0;
   transform: translateY(8px);
   pointer-events: none;
   transition: opacity 0.18s ease, transform 0.18s ease;
}
.hina-a11y-panel.is-open {
   opacity: 1;
   transform: translateY(0);
   pointer-events: auto;
}
.hina-a11y-panel__head {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 16px 16px 8px 20px;
   border-bottom: 1px solid #ECEDF3;
}
.hina-a11y-panel__title {
   font-family: "Inter", sans-serif;
   font-weight: 700;
   font-size: 16px;
   line-height: 22px;
   color: #1C5073;
   margin: 0;
}
.hina-a11y-panel__close {
   width: 32px;
   height: 32px;
   border-radius: 50%;
   border: none;
   background: transparent;
   color: #565A69;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 14px;
}
.hina-a11y-panel__close:hover,
.hina-a11y-panel__close:focus-visible {
   background: #ECEDF3;
   color: #1C5073;
   outline: none;
}
.hina-a11y-panel__body {
   padding: 12px 20px 20px;
   display: flex;
   flex-direction: column;
   gap: 16px;
}
.hina-a11y-row {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 12px;
}
.hina-a11y-row__label {
   font-size: 14px;
   line-height: 20px;
   color: #1C5073;
   font-weight: 500;
}
.hina-a11y-fontsize {
   display: flex;
   gap: 4px;
   border: 1px solid #DDE0E9;
   border-radius: 8px;
   padding: 2px;
   background: #F5F6FA;
}
.hina-a11y-size {
   width: 36px;
   height: 32px;
   border: none;
   border-radius: 6px;
   background: transparent;
   color: #565A69;
   font-family: "Inter", sans-serif;
   font-weight: 700;
   line-height: 1;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: background 0.15s ease, color 0.15s ease;
}
.hina-a11y-size > span { display: inline-block; }
.hina-a11y-size--sm > span { font-size: 13px; }
.hina-a11y-size--md > span { font-size: 16px; }
.hina-a11y-size--lg > span { font-size: 20px; }
.hina-a11y-size:hover { background: #E5F4FF; color: #0073C0; }
.hina-a11y-size.is-active {
   background: #0073C0;
   color: #FFFFFF;
}
.hina-a11y-switch {
   position: relative;
   width: 44px;
   height: 24px;
   border-radius: 12px;
   border: none;
   background: #CED1DC;
   cursor: pointer;
   padding: 0;
   transition: background 0.2s ease;
   flex-shrink: 0;
}
.hina-a11y-switch__knob {
   position: absolute;
   top: 2px;
   left: 2px;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   background: #FFFFFF;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
   transition: left 0.2s ease;
}
.hina-a11y-switch.is-on { background: #0073C0; }
.hina-a11y-switch.is-on .hina-a11y-switch__knob { left: 22px; }
.hina-a11y-reset {
   margin-top: 4px;
   border: 1px solid #DDE0E9;
   background: #FFFFFF;
   color: #565A69;
   border-radius: 8px;
   height: 36px;
   font-family: "DM Sans", sans-serif;
   font-size: 13px;
   font-weight: 600;
   cursor: pointer;
   transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.hina-a11y-reset:hover,
.hina-a11y-reset:focus-visible {
   background: #ECEDF3;
   color: #1C5073;
   border-color: #CED1DC;
   outline: none;
}

/* ─── Font-size scaling: text-only overrides + relaxed clamps to prevent overflow ─── */
html[data-a11y-font="lg"] body,
html[data-a11y-font="lg"] p,
html[data-a11y-font="lg"] li,
html[data-a11y-font="lg"] span,
html[data-a11y-font="lg"] td,
html[data-a11y-font="lg"] dd,
html[data-a11y-font="lg"] dt,
html[data-a11y-font="lg"] time,
html[data-a11y-font="lg"] strong,
html[data-a11y-font="lg"] em,
html[data-a11y-font="lg"] label,
html[data-a11y-font="lg"] input,
html[data-a11y-font="lg"] textarea,
html[data-a11y-font="lg"] select,
html[data-a11y-font="lg"] button:not(.hina-a11y-toggle):not(.hina-a11y-panel__close):not(.hina-a11y-size):not(.hina-a11y-switch):not(.hina-a11y-reset),
html[data-a11y-font="lg"] a,
html[data-a11y-font="lg"] h1,
html[data-a11y-font="lg"] h2,
html[data-a11y-font="lg"] h3,
html[data-a11y-font="lg"] h4,
html[data-a11y-font="lg"] h5,
html[data-a11y-font="lg"] h6,
html[data-a11y-font="lg"] [class*="title"],
html[data-a11y-font="lg"] [class*="lead"],
html[data-a11y-font="lg"] [class*="heading"],
html[data-a11y-font="lg"] [class*="time"],
html[data-a11y-font="lg"] [class*="label"],
html[data-a11y-font="lg"] [class*="text"],
html[data-a11y-font="lg"] [class*="body"],
html[data-a11y-font="lg"] [class*="meta"],
html[data-a11y-font="lg"] .article-summary,
html[data-a11y-font="lg"] .article-body,
html[data-a11y-font="lg"] .article-body *,
html[data-a11y-font="lg"] .signature,
html[data-a11y-font="lg"] .signature *,
html[data-a11y-font="lg"] blockquote {
   font-size: calc(1em * 1.05) !important;
   line-height: 1.42 !important;
}

html[data-a11y-font="xl"] body,
html[data-a11y-font="xl"] p,
html[data-a11y-font="xl"] li,
html[data-a11y-font="xl"] span,
html[data-a11y-font="xl"] td,
html[data-a11y-font="xl"] dd,
html[data-a11y-font="xl"] dt,
html[data-a11y-font="xl"] time,
html[data-a11y-font="xl"] strong,
html[data-a11y-font="xl"] em,
html[data-a11y-font="xl"] label,
html[data-a11y-font="xl"] input,
html[data-a11y-font="xl"] textarea,
html[data-a11y-font="xl"] select,
html[data-a11y-font="xl"] button:not(.hina-a11y-toggle):not(.hina-a11y-panel__close):not(.hina-a11y-size):not(.hina-a11y-switch):not(.hina-a11y-reset),
html[data-a11y-font="xl"] a,
html[data-a11y-font="xl"] h1,
html[data-a11y-font="xl"] h2,
html[data-a11y-font="xl"] h3,
html[data-a11y-font="xl"] h4,
html[data-a11y-font="xl"] h5,
html[data-a11y-font="xl"] h6,
html[data-a11y-font="xl"] [class*="title"],
html[data-a11y-font="xl"] [class*="lead"],
html[data-a11y-font="xl"] [class*="heading"],
html[data-a11y-font="xl"] [class*="time"],
html[data-a11y-font="xl"] [class*="label"],
html[data-a11y-font="xl"] [class*="text"],
html[data-a11y-font="xl"] [class*="body"],
html[data-a11y-font="xl"] [class*="meta"],
html[data-a11y-font="xl"] .article-summary,
html[data-a11y-font="xl"] .article-body,
html[data-a11y-font="xl"] .article-body *,
html[data-a11y-font="xl"] .signature,
html[data-a11y-font="xl"] .signature *,
html[data-a11y-font="xl"] blockquote {
   font-size: calc(1em * 1.12) !important;
   line-height: 1.45 !important;
}

/* Keep timeline track labels at their natural size even when font scaling is on,
   so the year labels don't overlap on the horizontal rail. */
html[data-a11y-font="lg"] .hina-timeline__point,
html[data-a11y-font="xl"] .hina-timeline__point,
html[data-a11y-font="lg"] .hina-timeline__year,
html[data-a11y-font="xl"] .hina-timeline__year,
html[data-a11y-font="lg"] .hina-timeline__nav,
html[data-a11y-font="xl"] .hina-timeline__nav,
html[data-a11y-font="lg"] .hina-timeline__nav *,
html[data-a11y-font="xl"] .hina-timeline__nav * {
   font-size: 13px !important;
   line-height: 1.25 !important;
}

/* When font scaling is on, relax all line-clamps, max-heights on BEM text containers.
   Restricted to classes that have both a BEM "__" separator AND a content keyword,
   so we don't break Bootstrap utilities like .text-secondary, .body-1, .text-black-50. */
html[data-a11y-font="lg"] [class*="__"][class*="title"],
html[data-a11y-font="lg"] [class*="__"][class*="lead"],
html[data-a11y-font="lg"] [class*="__"][class*="heading"],
html[data-a11y-font="lg"] [class*="__"][class*="summary"],
html[data-a11y-font="xl"] [class*="__"][class*="title"],
html[data-a11y-font="xl"] [class*="__"][class*="lead"],
html[data-a11y-font="xl"] [class*="__"][class*="heading"],
html[data-a11y-font="xl"] [class*="__"][class*="summary"],
html[data-a11y-font="lg"] .article-summary,
html[data-a11y-font="lg"] .article-body,
html[data-a11y-font="xl"] .article-summary,
html[data-a11y-font="xl"] .article-body {
   -webkit-line-clamp: unset !important;
   max-height: none !important;
   overflow: visible !important;
   display: block !important;
}

/* News page — explicit scaled sizes that override the em-based generic rule.
   Needed because elements with explicit px font-size (article body 18, lead 19,
   related title 18) collapse to ~1.05em of parent (~16.8px) under the generic
   a11y rule. These px-targeted overrides preserve the scale-up intent. */
html[data-a11y-font="lg"] .hina-home-page .article .article-summary,
html[data-a11y-font="lg"] .hina-home-page .article .article-summary p {
   font-size: 22px !important;
   line-height: 34px !important;
}
html[data-a11y-font="xl"] .hina-home-page .article .article-summary,
html[data-a11y-font="xl"] .hina-home-page .article .article-summary p {
   font-size: 25px !important;
   line-height: 38px !important;
}
html[data-a11y-font="lg"] .hina-home-page .article .article-body,
html[data-a11y-font="lg"] .hina-home-page .article .article-body p,
html[data-a11y-font="lg"] .hina-home-page .article .article-body li {
   font-size: 21px !important;
   line-height: 34px !important;
}
html[data-a11y-font="xl"] .hina-home-page .article .article-body,
html[data-a11y-font="xl"] .hina-home-page .article .article-body p,
html[data-a11y-font="xl"] .hina-home-page .article .article-body li {
   font-size: 24px !important;
   line-height: 38px !important;
}
html[data-a11y-font="lg"] .hina-home-page #related .card .card-title {
   font-size: 21px !important;
   line-height: 30px !important;
}
html[data-a11y-font="xl"] .hina-home-page #related .card .card-title {
   font-size: 24px !important;
   line-height: 34px !important;
}
html[data-a11y-font="lg"] .hina-home-page #related .card .card-footer time {
   font-size: 17px !important;
   line-height: 24px !important;
}
html[data-a11y-font="xl"] .hina-home-page #related .card .card-footer time {
   font-size: 19px !important;
   line-height: 26px !important;
}
html[data-a11y-font="lg"] .hina-home-page #related h2 {
   font-size: 19px !important;
   line-height: 32px !important;
}
html[data-a11y-font="xl"] .hina-home-page #related h2 {
   font-size: 22px !important;
   line-height: 34px !important;
}

/* CTA banners — "Nisi pretplatnik?" and "Servis izvornih priopćenja".
   Base title is 30px / button 18px; same em-collapse problem under generic a11y rule. */
html[data-a11y-font="lg"] .hina-cta__title {
   font-size: 34px !important;
   line-height: 42px !important;
}
html[data-a11y-font="xl"] .hina-cta__title {
   font-size: 38px !important;
   line-height: 46px !important;
}
html[data-a11y-font="lg"] .hina-cta__btn {
   font-size: 21px !important;
   line-height: 30px !important;
}
html[data-a11y-font="xl"] .hina-cta__btn {
   font-size: 24px !important;
   line-height: 34px !important;
}
@media (max-width: 767px) {
   html[data-a11y-font="lg"] .hina-cta__title {
      font-size: 28px !important;
      line-height: 34px !important;
   }
   html[data-a11y-font="xl"] .hina-cta__title {
      font-size: 32px !important;
      line-height: 38px !important;
   }
}

/* When font is scaled, allow rows in the homepage news columns to grow vertically.
   Hero and latest panel keep their original heights — text wraps inside, panel scrolls. */
html[data-a11y-font="lg"] .hina-foto-video__card,
html[data-a11y-font="xl"] .hina-foto-video__card,
html[data-a11y-font="lg"] .hina-news-col__featured,
html[data-a11y-font="xl"] .hina-news-col__featured,
html[data-a11y-font="lg"] .hina-news-col__item,
html[data-a11y-font="xl"] .hina-news-col__item,
html[data-a11y-font="lg"] .hina-kronika__item,
html[data-a11y-font="xl"] .hina-kronika__item,
html[data-a11y-font="lg"] .hina-article-row,
html[data-a11y-font="xl"] .hina-article-row {
   height: auto !important;
   max-height: none !important;
   overflow: visible !important;
}

/* Mid cards: when font is scaled, switch to vertical layout (image on top, text full width)
   so wrapped title/lead get the full card width and aren't clipped. */
html[data-a11y-font="lg"] .hina-hero__inner,
html[data-a11y-font="xl"] .hina-hero__inner {
   height: auto !important;
   min-height: 560px;
}
html[data-a11y-font="lg"] .hina-section-hero__inner,
html[data-a11y-font="xl"] .hina-section-hero__inner {
   height: auto !important;
   min-height: clamp(440px, 36vw, 520px);
}
html[data-a11y-font="lg"] .hina-hero__mid,
html[data-a11y-font="xl"] .hina-hero__mid,
html[data-a11y-font="lg"] .hina-section-hero__mid,
html[data-a11y-font="xl"] .hina-section-hero__mid {
   min-height: 0 !important;
}
html[data-a11y-font="lg"] .hina-hero__mid-card,
html[data-a11y-font="xl"] .hina-hero__mid-card,
html[data-a11y-font="lg"] .hina-section-hero__mid-card,
html[data-a11y-font="xl"] .hina-section-hero__mid-card {
   flex: 0 0 auto !important;
   overflow: visible !important;
   min-height: 0 !important;
}
html[data-a11y-font="lg"] .hina-hero__mid-card a,
html[data-a11y-font="xl"] .hina-hero__mid-card a,
html[data-a11y-font="lg"] .hina-section-hero__mid-card a,
html[data-a11y-font="xl"] .hina-section-hero__mid-card a {
   flex-direction: column !important;
   align-items: stretch !important;
   height: auto !important;
   gap: 8px !important;
}
html[data-a11y-font="lg"] .hina-hero__mid-img-wrap,
html[data-a11y-font="xl"] .hina-hero__mid-img-wrap,
html[data-a11y-font="lg"] .hina-section-hero__mid-img-wrap,
html[data-a11y-font="xl"] .hina-section-hero__mid-img-wrap {
   width: 100% !important;
   height: auto !important;
   aspect-ratio: 16 / 9 !important;
   flex: 0 0 auto !important;
}

/* ─── Dyslexia-friendly font ─── */
html[data-a11y-dyslexia="1"] body,
html[data-a11y-dyslexia="1"] body *:not(i):not(.bi):not([class*="bi-"]) {
   font-family: "Atkinson Hyperlegible", "DM Sans", sans-serif !important;
   letter-spacing: 0.02em;
}

/* ─── High contrast ─── */
/* Force white background + black text + remove decorative dark backgrounds/images. */
html[data-a11y-contrast="1"] body,
html[data-a11y-contrast="1"] .hina-home,
html[data-a11y-contrast="1"] .hina-home-page,
html[data-a11y-contrast="1"] main {
   background: #FFFFFF !important;
   color: #000000 !important;
}
html[data-a11y-contrast="1"] h1,
html[data-a11y-contrast="1"] h2,
html[data-a11y-contrast="1"] h3,
html[data-a11y-contrast="1"] h4,
html[data-a11y-contrast="1"] h5,
html[data-a11y-contrast="1"] h6,
html[data-a11y-contrast="1"] p,
html[data-a11y-contrast="1"] li,
html[data-a11y-contrast="1"] span,
html[data-a11y-contrast="1"] time,
html[data-a11y-contrast="1"] strong,
html[data-a11y-contrast="1"] td,
html[data-a11y-contrast="1"] label,
html[data-a11y-contrast="1"] figcaption,
html[data-a11y-contrast="1"] [class*="title"],
html[data-a11y-contrast="1"] [class*="lead"],
html[data-a11y-contrast="1"] [class*="heading"],
html[data-a11y-contrast="1"] [class*="label"]:not(.hina-portals__label):not(.hina-features__label),
html[data-a11y-contrast="1"] [class*="time"],
html[data-a11y-contrast="1"] [class*="text"],
html[data-a11y-contrast="1"] [class*="body"]:not(img),
html[data-a11y-contrast="1"] [class*="meta"] {
   color: #000000 !important;
   text-shadow: none !important;
}
html[data-a11y-contrast="1"] a,
html[data-a11y-contrast="1"] a * {
   color: #0033AA !important;
}
html[data-a11y-contrast="1"] a {
   text-decoration: underline !important;
}
html[data-a11y-contrast="1"] a:hover,
html[data-a11y-contrast="1"] a:focus-visible,
html[data-a11y-contrast="1"] a:hover *,
html[data-a11y-contrast="1"] a:focus-visible * {
   color: #001A66 !important;
}
html[data-a11y-contrast="1"] .text-black-50,
html[data-a11y-contrast="1"] .text-body-secondary,
html[data-a11y-contrast="1"] .text-secondary,
html[data-a11y-contrast="1"] .text-muted {
   color: #000000 !important;
   opacity: 1 !important;
}
html[data-a11y-contrast="1"] :focus-visible {
   outline: 3px solid #FF6F00 !important;
   outline-offset: 2px !important;
}

/* Override known dark/decorative section backgrounds so black text stays readable */
html[data-a11y-contrast="1"] .hina-cta,
html[data-a11y-contrast="1"] .hina-cta__overlay,
html[data-a11y-contrast="1"] .hina-cta::before,
html[data-a11y-contrast="1"] .hina-footer,
html[data-a11y-contrast="1"] .hina-footer__inner,
html[data-a11y-contrast="1"] .hina-footer__copyright,
html[data-a11y-contrast="1"] .hina-features__label,
html[data-a11y-contrast="1"] .hina-foto-video__header,
html[data-a11y-contrast="1"] .hina-ticker,
html[data-a11y-contrast="1"] .hina-hero__overlay,
html[data-a11y-contrast="1"] .hina-section-hero__overlay,
html[data-a11y-contrast="1"] .hina-news-col__featured-meta,
html[data-a11y-contrast="1"] .hina-portals__card::after,
html[data-a11y-contrast="1"] .hina-sidebar-card__label {
   background: #FFFFFF !important;
   background-image: none !important;
   color: #000000 !important;
   border-color: #000000 !important;
}
html[data-a11y-contrast="1"] .hina-cta *,
html[data-a11y-contrast="1"] .hina-footer *,
html[data-a11y-contrast="1"] .hina-features__label *,
html[data-a11y-contrast="1"] .hina-foto-video__header *,
html[data-a11y-contrast="1"] .hina-ticker *,
html[data-a11y-contrast="1"] .hina-hero__overlay *,
html[data-a11y-contrast="1"] .hina-section-hero__overlay *,
html[data-a11y-contrast="1"] .hina-sidebar-card__label * {
   color: #000000 !important;
   text-shadow: none !important;
}
html[data-a11y-contrast="1"] .hina-cta a,
html[data-a11y-contrast="1"] .hina-footer a,
html[data-a11y-contrast="1"] .hina-cta__btn,
html[data-a11y-contrast="1"] .hina-footer a * {
   color: #0033AA !important;
   text-decoration: underline !important;
}
/* Hero/section-hero overlays — strong border so the text block reads as a card on the photo */
html[data-a11y-contrast="1"] .hina-hero__overlay,
html[data-a11y-contrast="1"] .hina-section-hero__overlay {
   border: 2px solid #000000 !important;
}
/* Subscription bar & paywall notice */
html[data-a11y-contrast="1"] .hina-paywall-notice,
html[data-a11y-contrast="1"] .alert-warning {
   background: #FFFFFF !important;
   border: 2px solid #000000 !important;
   border-bottom: 4px solid #FF6F00 !important;
   color: #000000 !important;
}
/* Latest panel (VIJESTI / NAJAVE / EU) — light card with strong borders */
html[data-a11y-contrast="1"] .hina-latest,
html[data-a11y-contrast="1"] .hina-latest__body,
html[data-a11y-contrast="1"] .hina-latest__tab,
html[data-a11y-contrast="1"] .hina-latest__tab--active,
html[data-a11y-contrast="1"] .hina-latest__footer,
html[data-a11y-contrast="1"] .hina-latest__btn {
   background: #FFFFFF !important;
   color: #000000 !important;
   border-color: #000000 !important;
}
html[data-a11y-contrast="1"] .hina-latest__tab--active {
   background: #000000 !important;
   color: #FFFFFF !important;
}
html[data-a11y-contrast="1"] .hina-latest__bullet {
   background: #000000 !important;
}
html[data-a11y-contrast="1"] .hina-latest__free {
   background: #006B2D !important;
   color: #FFFFFF !important;
}
/* Buttons stay readable */
html[data-a11y-contrast="1"] .btn-primary,
html[data-a11y-contrast="1"] .hina-cta__btn,
html[data-a11y-contrast="1"] .hina-paywall-cta__btn--primary {
   background: #000000 !important;
   color: #FFFFFF !important;
   border: 2px solid #000000 !important;
   text-decoration: none !important;
}
html[data-a11y-contrast="1"] .btn-secondary,
html[data-a11y-contrast="1"] .hina-paywall-cta__btn--secondary {
   background: #FFFFFF !important;
   color: #000000 !important;
   border: 2px solid #000000 !important;
   text-decoration: none !important;
}
/* Search bar / inputs */
html[data-a11y-contrast="1"] input,
html[data-a11y-contrast="1"] textarea,
html[data-a11y-contrast="1"] select {
   background: #FFFFFF !important;
   color: #000000 !important;
   border: 2px solid #000000 !important;
}
/* Sidebar / topbar */
html[data-a11y-contrast="1"] .hina-header,
html[data-a11y-contrast="1"] .hina-header__topbar,
html[data-a11y-contrast="1"] .hina-header__nav-dropdown-menu,
html[data-a11y-contrast="1"] .hina-header__mobile-menu {
   background: #FFFFFF !important;
   color: #000000 !important;
   border-color: #000000 !important;
}

/* High-contrast mode: handle elements that use background photos / decorative images */
html[data-a11y-contrast="1"] .hina-portals__card img,
html[data-a11y-contrast="1"] .hina-sidebar-card img,
html[data-a11y-contrast="1"] .hina-features__img img,
html[data-a11y-contrast="1"] .hina-cta {
   /* keep images visible but desaturate/dim so labels are readable */
}
html[data-a11y-contrast="1"] .hina-portals__card,
html[data-a11y-contrast="1"] .hina-sidebar-card,
html[data-a11y-contrast="1"] .hina-features__card {
   background: #FFFFFF !important;
   border: 2px solid #000000 !important;
   overflow: hidden;
}
/* Hide decorative photos in cards so the label has a clean readable background */
html[data-a11y-contrast="1"] .hina-portals__card img,
html[data-a11y-contrast="1"] .hina-sidebar-card img,
html[data-a11y-contrast="1"] .hina-features__img img,
html[data-a11y-contrast="1"] .hina-cta__bg,
html[data-a11y-contrast="1"] .hina-cta::before,
html[data-a11y-contrast="1"] .hina-cta::after,
html[data-a11y-contrast="1"] .hina-cta__overlay {
   display: none !important;
}
html[data-a11y-contrast="1"] .hina-portals__label,
html[data-a11y-contrast="1"] .hina-sidebar-card__label,
html[data-a11y-contrast="1"] .hina-sidebar-card__label--blue,
html[data-a11y-contrast="1"] .hina-sidebar-card__label--dark,
html[data-a11y-contrast="1"] .hina-sidebar-card__label--eu,
html[data-a11y-contrast="1"] .hina-sidebar-card__label--zelena,
html[data-a11y-contrast="1"] .hina-sidebar-card__label--zdravlje,
html[data-a11y-contrast="1"] .hina-features__label {
   position: static !important;
   inset: auto !important;
   background: #FFFFFF !important;
   color: #000000 !important;
   text-shadow: none !important;
   padding: 16px 20px !important;
   font-size: 18px !important;
   border: none !important;
}
html[data-a11y-contrast="1"] .hina-portals__card:hover img,
html[data-a11y-contrast="1"] .hina-sidebar-card:hover img {
   transform: none !important;
}

/* CTA + OTS button: solid black bg, white text */
html[data-a11y-contrast="1"] .hina-cta {
   background: #FFFFFF !important;
   border: 2px solid #000000 !important;
   min-height: 0 !important;
}
html[data-a11y-contrast="1"] .hina-cta__title {
   color: #000000 !important;
}
html[data-a11y-contrast="1"] .hina-cta__btn,
html[data-a11y-contrast="1"] .hina-cta__btn * {
   background: #000000 !important;
   color: #FFFFFF !important;
   border: 2px solid #000000 !important;
   text-decoration: none !important;
}
html[data-a11y-contrast="1"] .hina-cta__btn:hover,
html[data-a11y-contrast="1"] .hina-cta__btn:focus-visible {
   background: #1A1A1A !important;
   color: #FFFFFF !important;
}

/* Footer: white background fully, including copyright stripe */
html[data-a11y-contrast="1"] .hina-footer,
html[data-a11y-contrast="1"] .hina-footer__inner,
html[data-a11y-contrast="1"] .hina-footer__copyright,
html[data-a11y-contrast="1"] .hina-footer__copyright p,
html[data-a11y-contrast="1"] .hina-footer__brand,
html[data-a11y-contrast="1"] .hina-footer__column {
   background: #FFFFFF !important;
   color: #000000 !important;
   border-top-color: #000000 !important;
}
html[data-a11y-contrast="1"] .hina-footer__column h3,
html[data-a11y-contrast="1"] .hina-footer__column a,
html[data-a11y-contrast="1"] .hina-footer__brand p,
html[data-a11y-contrast="1"] .hina-footer__copyright p {
   color: #000000 !important;
}
html[data-a11y-contrast="1"] .hina-footer__column a {
   color: #0033AA !important;
   text-decoration: underline !important;
}
html[data-a11y-contrast="1"] .hina-footer__social a {
   color: #000000 !important;
   opacity: 1 !important;
}

/* Foto i video servis header banner — turn it into white bg with black border */
html[data-a11y-contrast="1"] .hina-foto-video,
html[data-a11y-contrast="1"] .hina-foto-video__header,
html[data-a11y-contrast="1"] .hina-foto-video__body {
   background: #FFFFFF !important;
   border-color: #000000 !important;
}
html[data-a11y-contrast="1"] .hina-foto-video__header h2,
html[data-a11y-contrast="1"] .hina-foto-video__notice {
   color: #000000 !important;
}
html[data-a11y-contrast="1"] .hina-foto-video__header-notice a {
   color: #0033AA !important;
   text-decoration: underline !important;
}

/* News ticker bar */
html[data-a11y-contrast="1"] .hina-ticker,
html[data-a11y-contrast="1"] .hina-ticker__inner {
   background: #FFFFFF !important;
   border-bottom: 2px solid #000000 !important;
}
html[data-a11y-contrast="1"] .hina-ticker__item,
html[data-a11y-contrast="1"] .hina-ticker__label,
html[data-a11y-contrast="1"] .hina-ticker__label * {
   color: #000000 !important;
}
html[data-a11y-contrast="1"] .hina-ticker a {
   color: #0033AA !important;
}

/* Header topbar (HINA PORTALI / PRETPLATI SE / PRIJAVA) */
html[data-a11y-contrast="1"] .hina-header__topbar,
html[data-a11y-contrast="1"] .hina-header__topbar * {
   background: #FFFFFF !important;
   color: #000000 !important;
}
html[data-a11y-contrast="1"] .hina-header__topbar a,
html[data-a11y-contrast="1"] .hina-header__topbar button {
   color: #0033AA !important;
}

/* OTS / Servis izvornih priopćenja banner background pattern */
html[data-a11y-contrast="1"] [class*="ots"],
html[data-a11y-contrast="1"] [class*="OTS"] {
   background-image: none !important;
}

/* ───────────────────────────────────────────────────────────────
   Empty state — shown when API returns no content
   ─────────────────────────────────────────────────────────────── */
.hina-home .hina-empty,
.hina-home-page .hina-empty {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 8px;
   padding: 60px 20px;
   width: 100%;
   max-width: 1512px;
   margin: 0 auto;
   color: #91939A;
   text-align: center;
}
.hina-home .hina-empty__icon,
.hina-home-page .hina-empty__icon {
   font-size: 56px;
   color: #C7C9D3;
   line-height: 1;
   margin-bottom: 4px;
}
.hina-home .hina-empty__title,
.hina-home-page .hina-empty__title {
   font-family: "Inter", sans-serif;
   font-weight: 600;
   font-size: 18px;
   line-height: 24px;
   color: #565A69;
   margin: 0;
}
.hina-home .hina-empty__hint,
.hina-home-page .hina-empty__hint {
   font-family: "DM Sans", sans-serif;
   font-size: 14px;
   line-height: 20px;
   color: #91939A;
   margin: 0;
}
.hina-home .hina-empty--inline,
.hina-home-page .hina-empty--inline {
   flex-direction: row;
   padding: 24px 12px;
   gap: 8px;
   font-family: "DM Sans", sans-serif;
   font-size: 14px;
   color: #91939A;
}
.hina-home .hina-empty--inline i,
.hina-home-page .hina-empty--inline i {
   font-size: 18px;
   color: #C7C9D3;
}
.hina-home .hina-hero--empty,
.hina-home-page .hina-hero--empty {
   background: #F5F6F8;
   padding: 20px;
   margin: 20px auto;
   max-width: 1512px;
}

/* ───────────────────────────────────────────────────────────────
   Vizuali — alphabetical letter filter + grouped sections
   ─────────────────────────────────────────────────────────────── */
.hina-home .hina-vizuali-letters {
   display: flex;
   flex-wrap: wrap;
   gap: 6px;
   padding: 14px;
   margin-bottom: 24px;
   background: #F5F6F8;
   border: 1px solid #E5E7EB;
   border-radius: 8px;
   position: sticky;
   top: 0;
   z-index: 5;
}

.hina-home .hina-vizuali-letters__chip {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   padding: 6px 12px;
   min-width: 40px;
   justify-content: center;
   background: #FFFFFF;
   border: 1px solid #D1D5DB;
   border-radius: 999px;
   color: #1F2937;
   font-family: "DM Sans", system-ui, sans-serif;
   font-size: 14px;
   font-weight: 600;
   line-height: 1;
   cursor: pointer;
   transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.hina-home .hina-vizuali-letters__chip:hover {
   background: #EFF2F7;
   border-color: #9CA3AF;
}

.hina-home .hina-vizuali-letters__chip--active {
   background: #002A6E;
   border-color: #002A6E;
   color: #FFFFFF;
}

.hina-home .hina-vizuali-letters__chip--active:hover {
   background: #001E52;
   border-color: #001E52;
}

.hina-home .hina-vizuali-letters__letter {
   font-size: 14px;
}

.hina-home .hina-vizuali-letters__count {
   font-size: 11px;
   font-weight: 500;
   opacity: 0.7;
}

.hina-home .hina-vizuali-groups {
   display: flex;
   flex-direction: column;
   gap: 40px;
}

.hina-home .hina-vizuali-group {
   scroll-margin-top: 100px;
}

.hina-home .hina-vizuali-group__head {
   display: flex;
   align-items: center;
   gap: 12px;
   margin-bottom: 18px;
}

.hina-home .hina-vizuali-group__letter {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   min-width: 44px;
   height: 44px;
   padding: 0 12px;
   background: #002A6E;
   color: #FFFFFF;
   font-family: "DM Sans", system-ui, sans-serif;
   font-size: 22px;
   font-weight: 700;
   border-radius: 6px;
}

.hina-home .hina-vizuali-group__rule {
   flex: 1;
   height: 1px;
   background: #E5E7EB;
}

.hina-home .hina-vizuali-group__count {
   font-family: "DM Sans", system-ui, sans-serif;
   font-size: 13px;
   color: #6B7280;
   font-weight: 500;
}

.hina-home .hina-vizuali-empty {
   padding: 40px 20px;
   text-align: center;
   color: #6B7280;
   font-family: "DM Sans", system-ui, sans-serif;
   font-size: 15px;
}

@media (max-width: 767px) {
   .hina-home .hina-vizuali-letters {
      padding: 10px;
      gap: 4px;
   }
   .hina-home .hina-vizuali-letters__chip {
      padding: 5px 9px;
      min-width: 34px;
      font-size: 13px;
   }
   .hina-home .hina-vizuali-group__letter {
      min-width: 38px;
      height: 38px;
      font-size: 18px;
   }
}

/* High contrast support */
html[data-a11y-contrast="1"] .hina-home .hina-vizuali-letters {
   background: #FFFFFF;
   border-color: #000000;
}

html[data-a11y-contrast="1"] .hina-home .hina-vizuali-letters__chip {
   background: #FFFFFF;
   border-color: #000000;
   color: #000000;
}

html[data-a11y-contrast="1"] .hina-home .hina-vizuali-letters__chip--active {
   background: #0033AA;
   color: #FFFFFF;
   border-color: #0033AA;
}

html[data-a11y-contrast="1"] .hina-home .hina-vizuali-group__letter {
   background: #0033AA;
   color: #FFFFFF;
}

/* ───────────────────────────────────────────────────────────────
   SPECIJAL — homepage section
   Hero (left) + SPECIJAL header + 3 columns × 2 rows of items
   ─────────────────────────────────────────────────────────────── */
.hina-home .hina-specijal {
   width: 100%;
   padding: 0;
   background: #FFEEEC;
}

.hina-home .hina-specijal__inner {
   width: 100%;
   max-width: 1512px;
   margin: 0 auto;
   padding: 0;
   display: grid;
   grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
   grid-template-rows: auto 1fr;
   grid-template-areas:
      "hero header"
      "hero grid";
   gap: 0;
   align-items: stretch;
}
.hina-home .hina-specijal__hero { grid-area: hero; }
.hina-home .hina-specijal__header-link { grid-area: header; display: block; text-decoration: none; color: inherit; }
.hina-home .hina-specijal__header-link:hover .hina-specijal__header { background: #D62614; }
.hina-home .hina-specijal__grid { grid-area: grid; }

/* Hero (left column) ─────────────────────────────────────────── */
.hina-home .hina-specijal__hero {
   position: relative;
   display: block;
   overflow: hidden;
   text-decoration: none;
   color: inherit;
   min-height: 360px;
}

.hina-home .hina-specijal__hero-img {
   display: block;
   width: 100%;
   height: 100%;
   min-height: 360px;
   object-fit: cover;
}

.hina-home .hina-specijal__hero-overlay {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   padding: 24px 24px 24px;
   color: #FFFFFF;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.hina-home .hina-specijal__hero-title {
   font-family: "Inter", sans-serif;
   font-weight: 700;
   font-size: 24px;
   line-height: 30px;
   color: #FFFFFF;
   margin: 0 0 8px;
   text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.hina-home .hina-specijal__hero-time {
   font-family: "DM Sans", sans-serif;
   font-weight: 600;
   font-size: 14px;
   line-height: 18px;
   color: #FFFFFF;
   text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.hina-home .hina-specijal__header {
   display: flex;
   align-items: center;
   gap: 14px;
   padding: 13px 28px;
   background: #FF2E17;
   color: #FFFFFF;
   min-height: 50px;
}

.hina-home .hina-specijal__header-icon {
   font-size: 26px;
   color: #FFFFFF;
}

.hina-home .hina-specijal__header-title {
   font-family: "Inter", sans-serif;
   font-weight: 700;
   font-size: 22px;
   line-height: 24px;
   color: #FFFFFF;
   margin: 0;
   text-transform: uppercase;
}

.hina-home .hina-specijal__grid {
   flex: 1;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 0;
   padding: 24px 28px;
}

.hina-home .hina-specijal__col {
   display: flex;
   flex-direction: column;
   gap: 0;
   padding-right: 24px;
   align-self: start;
}

.hina-home .hina-specijal__col + .hina-specijal__col {
   padding-left: 24px;
}

.hina-home .hina-specijal__item {
   display: block;
   text-decoration: none;
   color: inherit;
   padding: 0;
}

.hina-home .hina-specijal__item + .hina-specijal__item {
   margin-top: 24px;
}

/* Red divider — 70px, left-aligned, with natural spacing between items. */
.hina-home .hina-specijal__item:not(:last-child)::after {
   content: "";
   display: block;
   width: 70px;
   height: 3px;
   background: #FF2E17;
   margin: 24px 0 0;
}

.hina-home .hina-specijal__col--thumbs .hina-specijal__item {
   display: grid;
   grid-template-columns: 100px minmax(0, 1fr);
   gap: 20px;
   align-items: start;
}

.hina-home .hina-specijal__col--thumbs .hina-specijal__item:not(:last-child)::after {
   grid-column: 1 / -1;
}

.hina-home .hina-specijal__thumb {
   width: 100px;
   height: 80px;
   overflow: hidden;
   flex-shrink: 0;
   background: #FFFFFF;
}

.hina-home .hina-specijal__thumb img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: contain;
}

.hina-home .hina-specijal__item-body {
   min-width: 0;
   display: flex;
   flex-direction: column;
   gap: 0;
}

.hina-home .hina-specijal__item-title {
   font-family: "Inter", sans-serif;
   font-weight: 700;
   font-size: 16px;
   line-height: 22px;
   color: #565A69;
   margin: 0;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
   transition: color 0.15s ease;
}

.hina-home .hina-specijal__item:hover .hina-specijal__item-title {
   color: #FF2E17;
}

.hina-home .hina-specijal__item-time {
   font-family: "DM Sans", sans-serif;
   font-weight: 600;
   font-size: 12px;
   line-height: 18px;
   color: #91939A;
   margin-top: 2px;
   display: block;
}

/* Tablet ─────────────────────────────────────────────────────── */
@media (min-width: 768px) and (max-width: 1199px) {
   .hina-home .hina-specijal__inner {
      grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
   }
   .hina-home .hina-specijal__grid {
      grid-template-columns: 1fr 1fr;
   }
   .hina-home .hina-specijal__col--last {
      grid-column: 1 / -1;
      flex-direction: row;
      gap: 20px;
      border-top: 1px solid rgba(255, 61, 23, 0.18);
      padding-top: 14px;
      padding-left: 0;
   }
   .hina-home .hina-specijal__col--last .hina-specijal__item {
      flex: 1;
      border-bottom: none;
   }
}

/* Mobile ─────────────────────────────────────────────────────── */
@media (max-width: 767px) {
   .hina-home .hina-specijal__inner {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto auto;
      grid-template-areas:
         "header"
         "hero"
         "grid";
   }
   .hina-home .hina-specijal__hero {
      min-height: 320px;
   }
   .hina-home .hina-specijal__hero-img {
      min-height: 320px;
   }
   .hina-home .hina-specijal__hero-title {
      font-size: 26px;
      line-height: 32px;
   }
   .hina-home .hina-specijal__header {
      padding: 12px 16px;
   }
   .hina-home .hina-specijal__grid {
      grid-template-columns: 1fr;
      padding: 16px 16px 8px;
   }
   .hina-home .hina-specijal__col {
      padding: 0;
      border-right: none;
   }
   .hina-home .hina-specijal__col + .hina-specijal__col {
      padding-left: 0;
      margin-top: 24px;
   }
   /* Divider after the last item of every col except the final col,
      so the stacked vertical list has uniform separators throughout. */
   .hina-home .hina-specijal__col:not(:last-child) .hina-specijal__item:last-child::after {
      content: "";
      display: block;
      width: 70px;
      height: 3px;
      background: #FF2E17;
      margin: 24px 0 0;
   }
   .hina-home .hina-specijal__col--thumbs:not(:last-child) .hina-specijal__item:last-child::after {
      grid-column: 1 / -1;
   }
   .hina-home .hina-specijal__item-title {
      font-size: 16px;
      line-height: 22px;
   }
}


/* Kontejner u kojem se sve nalazi   - home tab news, najave i eu*/
.hina-latest__body {
    position: relative;
    min-height: 250px; /* Smanjeno da na mobitelu ne ostavlja preveliku prazninu */
}

/* Nova klasa za omotač liste članaka */
.hina-latest__list {
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
}

    /* Kada se sadržaj učitava, lista samo glatko posivi */
    .hina-latest__list.is-loading {
        opacity: 0.3;
        pointer-events: none;
    }

/* Spinner je sakriven i nevidljiv po zadanim postavkama */
.hina-latest__loader {
    display: none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

    /* Spinner se prikazuje ISKLJUČIVO kada je klasa is-active prisutna */
    .hina-latest__loader.is-active {
        display: flex !important;
    }


