/* Content Hub 3.20.2 — restrained editorial typography + route-map clearance. */
.mzs-hub-hero {
  padding: clamp(74px, 7.2vw, 112px) 0 56px;
  border-bottom: 1px solid rgba(180, 239, 227, .14);
}
/* Hub views carry the floating route map. Reserve a real row for it so breadcrumbs/site-map never collide with the eyebrow or title. */
.mzs-has-route-map .mzs-hub-hero {
  padding-top: calc(var(--mzs-nav-visual-start, var(--mzs-nav-height-start)) + 94px);
}
.mzs-hub-hero .mzs-shell { max-width: 1000px; }
.mzs-hub-hero h1 {
  margin: 14px 0 20px;
  font-size: clamp(38px, 4.35vw, 58px);
  line-height: 1.01;
  letter-spacing: -.045em;
}
.mzs-hub-hero h1 span,
.mzs-hub-heading h2 span,
.mzs-notice-card h2 span,
.mzs-hub-article-list h2 span,
.mzs-place-card h2 span,
.mzs-cooperation-models .mzs-public-heading h2 span {
  color: var(--mzs-aqua);
}
.mzs-hub-lead {
  max-width: 780px;
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.58;
  color: rgba(238, 250, 247, .8);
}
.mzs-hub-section,
.mzs-hub-crosslinks,
.mzs-hub-home-notices { padding: 64px 0; }

.mzs-hub-prose { max-width: 860px; }
.mzs-hub-prose > p,
.mzs-hub-prose > ul {
  font-size: 18.5px;
  line-height: 1.72;
  color: rgba(238, 250, 247, .82);
}
.mzs-hub-prose h2 {
  margin: 44px 0 12px;
  font-size: clamp(27px, 2.55vw, 34px);
  line-height: 1.08;
}
.mzs-hub-prose strong { color: var(--mzs-gold); }
.mzs-hub-prose a {
  color: var(--mzs-aqua);
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.mzs-hub-heading { max-width: 820px; margin-bottom: 28px; }
.mzs-hub-heading h2 {
  margin: 8px 0 0;
  font-size: clamp(29px, 3vw, 40px);
  line-height: 1.06;
  letter-spacing: -.035em;
}
.mzs-hub-heading-lead {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(238, 250, 247, .7);
  font-size: 17px;
  line-height: 1.6;
}

.mzs-hub-accordion > details {
  border-top: 1px solid rgba(180, 239, 227, .18);
}
.mzs-hub-accordion > details:last-child {
  border-bottom: 1px solid rgba(180, 239, 227, .18);
}
.mzs-hub-accordion > details > summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 26px 4px;
  cursor: pointer;
  list-style: none;
  font-size: 19px;
}
.mzs-hub-accordion > details > summary::-webkit-details-marker { display: none; }
.mzs-hub-accordion > details > summary span {
  color: var(--mzs-gold);
  font-size: 14px;
  letter-spacing: .08em;
}

.mzs-hub-article-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 0 0 32px;
}
.mzs-hub-article-list > a,
.mzs-place-card,
.mzs-cooperation-grid > article {
  border: 1px solid rgba(180, 239, 227, .17);
  border-radius: 28px;
  background: rgba(3, 65, 60, .3);
  padding: 28px;
  color: inherit;
  text-decoration: none;
}
.mzs-hub-article-list h2,
.mzs-place-card h2 {
  margin: 10px 0;
  font-size: 22px;
  line-height: 1.15;
}
.mzs-hub-article-list p,
.mzs-place-card p {
  color: rgba(238, 250, 247, .72);
  line-height: 1.55;
}
.mzs-hub-article-list small,
.mzs-place-card small,
.mzs-notice-card small {
  color: var(--mzs-gold);
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.mzs-hub-article-list > a > span,
.mzs-place-card > div > a:last-child {
  color: var(--mzs-aqua);
  font-weight: 800;
}

/* Plain body actions: no filled pills; the underline appears on interaction. */
.mzs-hub-section .mzs-action,
.mzs-hub-home-notices > .mzs-shell > .mzs-action,
.mzs-hub-crosslinks a,
.mzs-cooperation-links a,
.mzs-notice-card > a:last-child {
  position: relative;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 8px 0 9px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}
.mzs-hub-section .mzs-action::after,
.mzs-hub-home-notices > .mzs-shell > .mzs-action::after,
.mzs-hub-crosslinks a::after,
.mzs-cooperation-links a::after,
.mzs-notice-card > a:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 2px;
  height: 1px;
  background: var(--mzs-aqua);
  transition: right var(--mzs-fast);
}
.mzs-hub-section .mzs-action:hover::after,
.mzs-hub-section .mzs-action:focus-visible::after,
.mzs-hub-home-notices > .mzs-shell > .mzs-action:hover::after,
.mzs-hub-home-notices > .mzs-shell > .mzs-action:focus-visible::after,
.mzs-hub-crosslinks a:hover::after,
.mzs-hub-crosslinks a:focus-visible::after,
.mzs-cooperation-links a:hover::after,
.mzs-cooperation-links a:focus-visible::after,
.mzs-notice-card > a:last-child:hover::after,
.mzs-notice-card > a:last-child:focus-visible::after {
  right: 0;
}
.mzs-hub-section .mzs-action:hover,
.mzs-hub-section .mzs-action:focus-visible,
.mzs-hub-home-notices > .mzs-shell > .mzs-action:hover,
.mzs-hub-home-notices > .mzs-shell > .mzs-action:focus-visible,
.mzs-hub-crosslinks a:hover,
.mzs-hub-crosslinks a:focus-visible,
.mzs-cooperation-links a:hover,
.mzs-cooperation-links a:focus-visible,
.mzs-notice-card > a:last-child:hover,
.mzs-notice-card > a:last-child:focus-visible {
  color: var(--mzs-aqua);
  background: transparent;
}

.mzs-hub-crosslinks > div > div,
.mzs-cooperation-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
}
.mzs-hub-sources {
  margin-top: 50px;
  padding-top: 26px;
  border-top: 1px solid rgba(180, 239, 227, .16);
}
.mzs-hub-sources h2 { font-size: 23px; }
.mzs-hub-sources ul { padding-left: 20px; }
.mzs-hub-sources a { color: var(--mzs-aqua); }

/* Komunikaty / news: editorial rows, not sales cards. */
.mzs-notice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.mzs-notice-card {
  min-width: 0;
  padding: 22px 4px 26px;
  border: 0;
  border-top: 1px solid rgba(180, 239, 227, .2);
  border-radius: 0;
  background: transparent;
  color: inherit;
}
.mzs-notice-card h2 {
  margin: 11px 0 12px;
  font-size: 21px;
  line-height: 1.22;
}
.mzs-notice-card h2 a {
  color: inherit;
  text-decoration: none;
}
.mzs-notice-card p {
  margin: 0 0 12px;
  color: rgba(238, 250, 247, .7);
  line-height: 1.58;
}
.mzs-notice-card > span {
  display: block;
  margin: 12px 0 2px;
  color: var(--mzs-gold);
  font-weight: 800;
}
.mzs-notice-card.is-news { border-top-color: rgba(87, 205, 210, .42); }
.mzs-notice-card.is-komunikat { border-top-color: rgba(180, 239, 227, .22); }
.mzs-notice-card.is-rabat { border-top-color: rgba(231, 194, 89, .6); }
.mzs-notice-card.is-promocja { border-top-color: rgba(87, 205, 210, .55); }
.mzs-notice-card.is-expired { opacity: .68; }
.mzs-notice-archive { margin-top: 34px; }
.mzs-notice-archive > summary {
  cursor: pointer;
  padding: 18px 0;
  border-top: 1px solid rgba(180, 239, 227, .14);
  font-weight: 800;
}

.mzs-place-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.mzs-place-card {
  padding: 0;
  overflow: hidden;
}
.mzs-place-image {
  display: block;
  aspect-ratio: 4 / 3;
  background: rgba(0, 0, 0, .16);
}
.mzs-place-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mzs-place-card > div { padding: 24px; }
.mzs-place-detail {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 46px;
  align-items: start;
}
.mzs-place-detail figure {
  margin: 0;
  position: sticky;
  top: 120px;
}
.mzs-place-detail figure img {
  width: 100%;
  border-radius: 28px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.mzs-place-detail figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(238, 250, 247, .55);
}
.mzs-place-vote {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 44px;
  padding: 24px;
  border: 1px solid rgba(180, 239, 227, .2);
  border-radius: 24px;
}
.mzs-place-vote strong {
  display: block;
  font-size: 20px;
}
.mzs-place-vote p {
  margin: 6px 0 0;
  font-size: 13px;
}
.mzs-place-vote button {
  padding: 14px 18px;
  border: 1px solid rgba(180, 239, 227, .3);
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-weight: 800;
  cursor: pointer;
}
.mzs-place-vote button[disabled] {
  opacity: .55;
  cursor: default;
}

.mzs-hub-contextual {
  margin-top: 34px;
  padding: 20px 22px;
  border-left: 2px solid var(--mzs-gold);
  border-radius: 0 18px 18px 0;
  background: rgba(231, 194, 89, .055);
}
.mzs-hub-contextual a {
  color: var(--mzs-aqua);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.mzs-cooperation-models .mzs-public-heading { max-width: 850px; }
.mzs-cooperation-models .mzs-public-heading h2 span { color: var(--mzs-aqua); }
.mzs-cooperation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0;
}
.mzs-cooperation-grid h3 {
  margin: 10px 0;
  font-size: 30px;
}
.mzs-cooperation-grid h3 em {
  color: var(--mzs-gold);
  font-size: .55em;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mzs-cooperation-grid p,
.mzs-cooperation-grid li { line-height: 1.6; }
.mzs-cooperation-grid ul { padding-left: 20px; }
.mzs-cooperation-grid details {
  margin-top: 22px;
  padding-top: 4px;
  border-top: 1px solid rgba(180, 239, 227, .14);
}
.mzs-cooperation-grid details summary {
  padding: 16px 0;
  cursor: pointer;
  color: var(--mzs-aqua);
  font-weight: 800;
}
.mzs-cooperation-grid details p { color: rgba(238, 250, 247, .76); }
.mzs-cooperation-grid details p + p { margin-top: 12px; }
.mzs-cooperation-links { margin-top: 22px; }
.mzs-cooperation-prices {
  margin: 22px 0;
  padding: 0 22px;
  border: 1px solid rgba(180, 239, 227, .17);
  border-radius: 24px;
}
.mzs-cooperation-prices summary {
  padding: 20px 0;
  cursor: pointer;
  font-weight: 800;
}
.mzs-cooperation-table {
  display: grid;
  gap: 8px;
  padding-bottom: 20px;
}
.mzs-cooperation-table > div {
  display: grid;
  grid-template-columns: 90px 1fr 1fr;
  gap: 18px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(3, 65, 60, .25);
}
.mzs-cooperation-table .is-featured {
  outline: 1px solid rgba(231, 194, 89, .5);
}
.mzs-public-note strong { color: var(--mzs-gold); }

.mzs-hub-home-notices {
  border-top: 1px solid rgba(180, 239, 227, .12);
}

@media (max-width: 760px) {
  .mzs-hub-hero,
  .mzs-has-route-map .mzs-hub-hero { padding: 50px 0 38px; }
  .mzs-hub-hero h1 {
    font-size: 35px;
    line-height: 1.05;
    letter-spacing: -.04em;
  }
  .mzs-hub-lead { font-size: 18.5px; }
  .mzs-hub-section,
  .mzs-hub-crosslinks,
  .mzs-hub-home-notices { padding: 44px 0; }
  .mzs-hub-article-list,
  .mzs-notice-grid,
  .mzs-place-grid,
  .mzs-cooperation-grid,
  .mzs-place-detail { grid-template-columns: 1fr; }
  .mzs-hub-article-list > a,
  .mzs-cooperation-grid > article { padding: 22px; }
  .mzs-hub-article-list h2,
  .mzs-place-card h2 { font-size: 23px; }
  .mzs-hub-prose > p,
  .mzs-hub-prose > ul {
    font-size: 19px;
    line-height: 1.65;
  }
  .mzs-hub-heading h2 { font-size: 31px; }
  .mzs-hub-heading-lead { font-size: 16.5px; }
  .mzs-hub-accordion > details > summary {
    gap: 14px;
    font-size: 19px;
  }
  .mzs-hub-accordion > details > summary span { font-size: 13px; }
  .mzs-notice-grid { gap: 12px; }
  .mzs-notice-card {
    padding: 20px 2px 24px;
  }
  .mzs-notice-card h2 { font-size: 21px; }
  .mzs-place-detail figure { position: static; }
  .mzs-place-card { border-radius: 24px; }
  .mzs-place-image { aspect-ratio: 16 / 10; }
  .mzs-place-detail figcaption {
    font-size: 14px;
    line-height: 1.55;
  }
  .mzs-place-vote {
    align-items: stretch;
    flex-direction: column;
  }
  .mzs-place-vote p {
    font-size: 14px;
    line-height: 1.5;
  }
  .mzs-place-vote button { min-height: 52px; }
  .mzs-cooperation-models {
    padding-top: 36px;
    padding-bottom: 42px;
  }
  .mzs-cooperation-models .mzs-public-heading {
    margin-bottom: 24px;
    text-align: center;
  }
  .mzs-cooperation-models .mzs-public-heading p { font-size: 19px; }
  .mzs-cooperation-grid {
    gap: 14px;
    margin: 24px 0 18px;
  }
  .mzs-cooperation-grid > article {
    min-height: 0;
    text-align: center;
  }
  .mzs-cooperation-grid > article > p {
    font-size: 18.5px;
    line-height: 1.55;
  }
  .mzs-cooperation-grid > article > ul,
  .mzs-cooperation-grid > article > details,
  .mzs-cooperation-prices { display: none; }
  .mzs-cooperation-grid h3 { font-size: 28px; }
  .mzs-cooperation-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .mzs-hub-crosslinks > div > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
