/* Hunedoara Online — finisaje producție: footer, paginare și consimțământ extern. */
.ho-footer { background: #08121F !important; }
.ho-footer-main { position: relative; }
.ho-footer-business { align-content: start; }
.ho-footer-consumer { width: min(100%, 330px); display: grid; gap: 10px; margin-top: 7px; }
.ho-footer-consumer__item { display: grid; min-height: 62px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: radial-gradient(circle at 18% 8%, rgba(255,255,255,.22), rgba(255,255,255,.12) 55%, rgba(255,255,255,.08) 100%); padding: 9px 12px; box-shadow: inset 0 1px 0 rgba(255,255,255,.09); backdrop-filter: blur(5px); transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.ho-footer-consumer__item:hover { transform: translateY(-1px) !important; border-color: rgba(255,255,255,.28); background: radial-gradient(circle at 18% 8%, rgba(255,255,255,.27), rgba(255,255,255,.14) 58%, rgba(255,255,255,.09) 100%); }
.ho-footer-consumer__item img { display: block; width: 100%; height: auto; max-height: 58px; object-fit: contain; }
.ho-footer-consumer__item--online img { max-height: 54px; }
.ho-footer-bottom { display: grid !important; grid-template-columns: minmax(0,1fr) auto auto; align-items: center !important; }
.ho-footer-bottom nav { align-items: center; }
.ho-footer-bottom nav button { border: 0; background: transparent; padding: 0; color: rgba(255,255,255,.62); font: inherit; cursor: pointer; }
.ho-footer-bottom nav button:hover { color: #fff; }
.ho-footer-credit { color: rgba(255,255,255,.68) !important; white-space: nowrap; }
.ho-footer-credit strong { color: #72d7de; font-weight: 800; }

/* Paginare unitară pentru toate listele din Turism. */
.tourism-pagination { margin-top: 30px !important; }
.ho-pagination { display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid #dce5eb; border-radius: 18px; background: #fff; padding: 12px 14px; box-shadow: 0 7px 22px rgba(8,37,77,.04); }
.ho-pagination__summary { margin: 0; color: #627186; font-size: 11px; line-height: 1.4; white-space: nowrap; }
.ho-pagination__summary strong { color: #173451; font-weight: 800; }
.ho-pagination__controls { display: flex; align-items: center; gap: 7px; }
.ho-pagination__pages { display: flex; align-items: center; gap: 5px; }
.ho-pagination__page, .ho-pagination__nav, .ho-pagination__ellipsis { min-width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 1px solid transparent; border-radius: 10px; color: #233e5a; font-size: 11px; font-weight: 750; line-height: 1; }
.ho-pagination__page, .ho-pagination__nav { transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease; }
.ho-pagination__page:hover, .ho-pagination__nav:hover { border-color: #cfe0e6; background: #f3fafb; color: #078fa0; transform: translateY(-1px); }
.ho-pagination__page.is-current { border-color: #078fa0; background: #078fa0; color: #fff; box-shadow: 0 5px 14px rgba(7,143,160,.18); }
.ho-pagination__nav { min-width: 94px; border-color: #dce5eb; background: #fff; padding-inline: 10px; }
.ho-pagination__nav.is-disabled { opacity: .42; cursor: not-allowed; }
.ho-pagination__nav.is-disabled:hover { transform: none; border-color: #dce5eb; background: #fff; color: #233e5a; }
.ho-pagination__ellipsis { min-width: 24px; color: #8794a4; }
.ho-pagination__mobile-status { display: none; color: #526579; font-size: 11px; font-weight: 750; white-space: nowrap; }

@media (max-width: 960px) {
    .ho-footer-consumer { width: min(100%, 390px); }
    .ho-footer-bottom { grid-template-columns: 1fr auto; }
    .ho-footer-credit { grid-column: 1 / -1; }
    .ho-pagination { align-items: stretch; flex-direction: column; }
    .ho-pagination__summary { text-align: center; }
    .ho-pagination__controls { justify-content: center; }
}
@media (max-width: 700px) {
    .ho-footer-consumer { width: min(100%, 360px); }
    .ho-footer-bottom { grid-template-columns: 1fr !important; align-items: flex-start !important; gap: 14px !important; }
    .ho-footer-bottom nav { gap: 15px !important; }
    .ho-footer-credit { grid-column: auto; }
    .ho-pagination { border-radius: 15px; padding: 11px; }
    .ho-pagination__pages { display: none; }
    .ho-pagination__mobile-status { display: inline-flex; min-width: 94px; justify-content: center; }
    .ho-pagination__controls { width: 100%; justify-content: space-between; }
    .ho-pagination__nav { min-width: 86px; }
}
@media (max-width: 420px) {
    .ho-footer-consumer { width: 100%; }
    .ho-footer-consumer__item { min-height: 58px; border-radius: 12px; padding: 8px 10px; }
    .ho-pagination__nav { min-width: 40px; width: 42px; padding-inline: 0; }
    .ho-pagination__nav-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
    .ho-pagination__mobile-status { min-width: 0; flex: 1; }
}
@media (prefers-reduced-motion: reduce) {
    .ho-footer-consumer__item, .ho-pagination__page, .ho-pagination__nav { transition: none; }
    .ho-footer-consumer__item:hover, .ho-pagination__page:hover, .ho-pagination__nav:hover { transform: none !important; }
}
