/*
Theme Name: Bezpieczni Modern 1.09
Theme URI: https://bezpieczni.eu/
Author: Bezpieczni.eu
Description: Zielony motyw blokowy WordPress dla Fundacji Bezpieczni.eu: landing, szkolenia, pokazy, sympozja i kontakt.
Version: 1.09
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: bezpieczni-modern
*/

:root {
  --bz-ink: #102018;
  --bz-charcoal: #073b25;
  --bz-deep: #042617;
  --bz-slate: #526d60;
  --bz-cloud: #f2f7f4;
  --bz-paper: #ffffff;
  --bz-line: #d8e8df;
  --bz-yellow: #f4c430;
  --bz-copper: #10a35a;
  --bz-gold: #ffe184;
  --bz-blue: #0f766e;
  --bz-green: #0f8a49;
  --bz-shadow: 0 28px 90px rgba(7, 59, 37, .13);
  --bz-radius: 8px;
}

html {
  scroll-behavior: smooth;
}

:where([id]) {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  background: var(--bz-cloud);
  color: var(--bz-ink);
}

img,
iframe {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.bz-wrap {
  width: min(1320px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.bz-section {
  padding: clamp(72px, 8vw, 124px) 0;
}

.bz-hero,
.bz-proof-strip,
.bz-title-strip,
.bz-section,
.bz-cta,
.bz-footer,
.bz-card-grid,
.bz-case-grid,
.bz-project-grid,
.bz-metric-grid,
.bz-timeline {
  margin-block-start: 0 !important;
}

.bz-card-grid > *,
.bz-case-grid > *,
.bz-project-grid > *,
.bz-metric-grid > *,
.bz-timeline > * {
  margin-block-start: 0 !important;
}

.bz-section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.bz-kicker,
.bz-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: var(--bz-copper);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bz-kicker::before,
.bz-eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.bz-section-head h2,
.bz-copy h2,
.bz-text-wide h2,
.bz-contact h2,
.bz-page-title h1 {
  margin: 0 0 16px;
  color: var(--bz-charcoal);
  font-size: clamp(1.8rem, 3vw, 3.05rem);
  line-height: 1.09;
  font-weight: 520;
  text-wrap: balance;
}

.bz-section-head p,
.bz-copy p,
.bz-text-wide p,
.bz-card p,
.bz-case p,
.bz-step p,
.bz-page-title p,
.bz-info-content p {
  color: var(--bz-slate);
  font-size: 1rem;
  line-height: 1.72;
  text-wrap: pretty;
}

.bz-copy a,
.bz-text-wide a,
.bz-contact a,
.bz-footer a {
  overflow-wrap: anywhere;
}

.bz-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(219, 226, 228, .82);
  background: rgba(255, 255, 255, .92);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 0 0 rgba(17, 24, 32, 0);
  transition: background .24s ease, border-color .24s ease, box-shadow .24s ease;
}

header.wp-block-template-part:has(.bz-header) {
  position: sticky;
  top: 0;
  z-index: 80;
}

header.wp-block-template-part:has(.bz-header) .bz-header {
  position: relative;
}

.bz-header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 8px 0;
  transition: min-height .24s ease, padding .24s ease, gap .24s ease;
}

.bz-logo {
  margin: 0;
  flex: 0 0 auto;
}

.bz-logo img {
  display: block;
  width: auto;
  max-width: min(260px, 48vw);
  height: 58px;
  object-fit: contain;
  object-position: left center;
  transition: height .24s ease;
}

.bz-logo--official img {
  border: 0;
  border-radius: 2px;
}

.bz-nav {
  flex: 1;
  justify-content: flex-end;
  gap: 7px 12px;
  font-size: .8rem;
  font-weight: 620;
  transition: font-size .24s ease, gap .24s ease;
}

.bz-nav .wp-block-navigation-item__content {
  position: relative;
  padding: 9px 0;
  color: var(--bz-charcoal);
}

.bz-nav .wp-block-navigation__container {
  gap: 12px;
  transition: gap .24s ease;
}

.bz-nav .wp-block-navigation-item__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 3px;
  height: 2px;
  background: var(--bz-copper);
  transition: right .22s ease;
}

.bz-nav .wp-block-navigation-item__content:hover::after,
.bz-nav .wp-block-navigation-item__content:focus-visible::after {
  right: 0;
}

.bz-nav-cta .wp-block-navigation-item__content::after {
  display: none;
}

.bz-nav .wp-block-navigation__responsive-container-open,
.bz-nav .wp-block-navigation__responsive-container-close {
  color: var(--bz-charcoal);
}

.bz-nav .wp-block-navigation__responsive-container-open svg,
.bz-nav .wp-block-navigation__responsive-container-close svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: currentColor;
}

.bz-btn:not(.wp-block-button),
.bz-nav-cta .wp-block-navigation-item__content,
.wp-block-button.bz-btn .wp-block-button__link,
.wp-block-button .wp-block-button__link.bz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--bz-yellow);
  color: var(--bz-deep);
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 18px 42px rgba(244, 196, 48, .26);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}

.bz-header.is-scrolled {
  border-bottom-color: rgba(219, 226, 228, .62);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 44px rgba(17, 24, 32, .12);
}

.bz-header.is-scrolled .bz-header-inner {
  min-height: 60px;
  gap: 16px;
  padding: 4px 0;
}

.bz-header.is-scrolled .bz-logo img {
  height: 44px;
}

.bz-header.is-scrolled .bz-nav {
  gap: 5px 10px;
  font-size: .78rem;
}

.bz-header.is-scrolled .bz-nav .wp-block-navigation__container {
  gap: 10px;
}

.bz-header.is-scrolled .bz-nav-cta .wp-block-navigation-item__content {
  min-height: 42px;
  padding-right: 16px;
  padding-left: 16px;
}

@media (hover: hover) and (min-width: 901px) {
  .bz-header.is-scrolled:hover .bz-header-inner,
  .bz-header.is-scrolled.is-edge-hovered .bz-header-inner,
  .bz-header.is-scrolled:focus-within .bz-header-inner {
    min-height: 76px;
    gap: 22px;
    padding: 8px 0;
  }

  .bz-header.is-scrolled:hover .bz-logo img,
  .bz-header.is-scrolled.is-edge-hovered .bz-logo img,
  .bz-header.is-scrolled:focus-within .bz-logo img {
    height: 56px;
  }

  .bz-header.is-scrolled:hover .bz-nav,
  .bz-header.is-scrolled.is-edge-hovered .bz-nav,
  .bz-header.is-scrolled:focus-within .bz-nav {
    gap: 7px 12px;
    font-size: .8rem;
  }

  .bz-header.is-scrolled:hover .bz-nav .wp-block-navigation__container,
  .bz-header.is-scrolled.is-edge-hovered .bz-nav .wp-block-navigation__container,
  .bz-header.is-scrolled:focus-within .bz-nav .wp-block-navigation__container {
    gap: 12px;
  }

  .bz-header.is-scrolled:hover .bz-nav-cta .wp-block-navigation-item__content,
  .bz-header.is-scrolled.is-edge-hovered .bz-nav-cta .wp-block-navigation-item__content,
  .bz-header.is-scrolled:focus-within .bz-nav-cta .wp-block-navigation-item__content {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bz-btn:not(.wp-block-button):hover,
.bz-nav-cta .wp-block-navigation-item__content:hover,
.wp-block-button.bz-btn .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link.bz-btn:hover {
  transform: translateY(-2px);
  background: #ffd64d;
  color: var(--bz-deep);
  box-shadow: 0 24px 56px rgba(244, 196, 48, .34);
}

.bz-btn-light:not(.wp-block-button),
.wp-block-button.bz-btn-light .wp-block-button__link,
.wp-block-button .wp-block-button__link.bz-btn-light {
  background: rgba(255, 255, 255, .94);
  color: var(--bz-charcoal);
  border-color: rgba(255, 255, 255, .34);
  box-shadow: none;
}

.bz-btn-dark:not(.wp-block-button),
.wp-block-button.bz-btn-dark .wp-block-button__link,
.wp-block-button .wp-block-button__link.bz-btn-dark {
  background: var(--bz-green);
  color: #fff;
  box-shadow: 0 18px 42px rgba(15, 138, 73, .24);
}

.bz-hero {
  position: relative;
  min-height: calc(80vh - 78px);
  display: grid;
  align-items: start;
  overflow: hidden;
  padding: clamp(38px, 5vw, 68px) 0 24px;
  background:
    linear-gradient(90deg, rgba(4, 38, 23, .2) 0%, rgba(7, 59, 37, .5) 38%, rgba(4, 38, 23, .96) 100%),
    linear-gradient(0deg, rgba(4, 38, 23, .64) 0%, rgba(4, 38, 23, .04) 52%),
    url("https://bezpieczni.eu/wp-content/uploads/2025/09/3.jpg") center 44%/cover no-repeat,
    url("assets/img/old-site/hero-pokazy.jpg") center/cover no-repeat;
  color: #fff;
}

.bz-hero .bz-wrap {
  display: grid;
}

.bz-hero::after {
  content: "bezpieczni.eu";
  position: absolute;
  right: -3vw;
  bottom: 0;
  color: rgba(255, 255, 255, .055);
  font-size: clamp(5rem, 17vw, 16rem);
  line-height: .76;
  font-weight: 800;
  pointer-events: none;
}

.bz-hero-copy {
  position: relative;
  z-index: 2;
  width: min(680px, 100%);
  max-width: 680px;
  margin-left: auto;
}

.bz-eyebrow {
  color: #ffdf6f;
}

.bz-hero h1 {
  max-width: 860px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(2.2rem, 4.7vw, 4.15rem);
  line-height: 1;
  font-weight: 520;
  text-wrap: balance;
}

.bz-hero-lead {
  max-width: 680px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .8);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  line-height: 1.66;
}

.bz-hero-actions,
.bz-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.bz-path-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1010px;
  margin-top: 18px;
}

.bz-path-card {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--bz-radius);
  background: rgba(255, 255, 255, .09);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.bz-path-card strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 650;
}

.bz-path-card span {
  display: block;
  color: rgba(255, 255, 255, .72);
  line-height: 1.55;
}

.bz-path-card a {
  display: inline-flex;
  margin-top: 16px;
  color: #f2d7aa;
  font-weight: 700;
}

.bz-proof-strip {
  position: relative;
  z-index: 4;
  margin-top: -34px;
}

.bz-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
  background: #fff;
  box-shadow: var(--bz-shadow);
}

.bz-proof {
  min-height: 132px;
  padding: 26px;
  border-right: 1px solid var(--bz-line);
}

.bz-proof:last-child {
  border-right: 0;
}

.bz-proof strong {
  display: block;
  margin-bottom: 8px;
  color: var(--bz-charcoal);
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  line-height: 1;
  font-weight: 640;
}

.bz-proof span {
  display: block;
  color: var(--bz-slate);
  line-height: 1.45;
}

.bz-title-strip {
  padding: clamp(34px, 5vw, 58px) 0;
  background: linear-gradient(90deg, #008037, #379e00);
  color: #fff;
}

.bz-title-strip h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.7rem);
  line-height: 1.18;
  text-align: center;
}

.bz-text-wide {
  max-width: 920px;
}

.bz-about {
  background: var(--bz-cloud);
}

.bz-split,
.bz-contact-grid,
.bz-page-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.09fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
}

.bz-contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(22px, 4vw, 36px);
}

.bz-contact-grid > * {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

.bz-contact-grid--single {
  grid-template-columns: minmax(0, 860px);
  justify-content: center;
}

.bz-image-panel {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--bz-radius);
  background: var(--bz-deep);
  box-shadow: var(--bz-shadow);
}

.bz-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.bz-image-panel--apartment img {
  object-position: 52% 50%;
}

.bz-image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(11, 24, 36, .78), rgba(11, 24, 36, .06) 58%);
}

.bz-photo-band {
  padding: 0 0 clamp(18px, 3vw, 36px);
  background: var(--bz-cloud);
}

.bz-wide-photo {
  margin: 0;
  overflow: hidden;
  border-radius: var(--bz-radius);
  box-shadow: var(--bz-shadow);
  background: #dce8df;
}

.bz-wide-photo img {
  display: block;
  width: 100%;
  height: clamp(320px, 42vw, 620px);
  object-fit: cover;
  object-position: center;
}

.bz-image-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--bz-radius);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.bz-image-caption strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.25rem;
}

.bz-image-caption span {
  color: rgba(255, 255, 255, .72);
  line-height: 1.5;
}

.bz-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.bz-list li {
  display: flex;
  gap: 12px;
  color: #344653;
  line-height: 1.58;
}

.bz-list li::before {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--bz-copper);
}

.bz-offer {
  background: #fff;
  border-top: 1px solid var(--bz-line);
  border-bottom: 1px solid var(--bz-line);
}

.bz-card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bz-card {
  position: relative;
  min-height: 282px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
  background: #fff;
  box-shadow: 0 12px 42px rgba(17, 24, 32, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.bz-card:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 138, 73, .38);
  box-shadow: 0 24px 70px rgba(7, 59, 37, .11);
}

.bz-card h3 {
  margin: 0 0 12px;
  color: var(--bz-charcoal);
  font-size: 1.2rem;
  line-height: 1.22;
  font-weight: 620;
}

.bz-card p {
  margin: 0;
  font-size: .96rem;
}

.bz-card-number {
  position: absolute;
  right: 22px;
  bottom: 16px;
  color: rgba(17, 24, 32, .08);
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
}

.bz-portfolio {
  background:
    linear-gradient(120deg, rgba(4, 38, 23, .98), rgba(15, 118, 110, .86)),
    var(--bz-deep);
  color: #fff;
}

.bz-portfolio .bz-section-head h2,
.bz-portfolio .bz-section-head p {
  color: #fff;
}

.bz-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--bz-radius);
  background: rgba(255, 255, 255, .15);
}

.bz-case {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 24px;
  background: rgba(255, 255, 255, .08);
}

.bz-case-logo {
  display: grid;
  place-items: center;
  min-height: 124px;
  margin: 0 0 22px !important;
  padding: 16px;
  border-radius: calc(var(--bz-radius) - 4px);
  background: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .16);
}

.bz-case-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 86px;
  object-fit: contain;
}

.bz-case small {
  display: block;
  margin-bottom: 16px;
  color: var(--bz-yellow);
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.bz-case h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 620;
  overflow-wrap: anywhere;
}

.bz-case p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .74);
  font-size: .95rem;
}

.bz-case-link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: var(--bz-yellow);
  font-size: .9rem;
  font-weight: 800;
}

.bz-case-link::after {
  content: "";
  width: 18px;
  height: 1px;
  margin-left: 10px;
  background: currentColor;
  transition: width .22s ease;
}

.bz-case-link:hover::after {
  width: 32px;
}

.bz-project-band {
  margin-top: clamp(36px, 5vw, 58px);
  padding-top: clamp(32px, 5vw, 54px);
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.bz-project-head {
  max-width: 790px;
  margin-bottom: 26px;
}

.bz-project-head span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--bz-yellow);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.bz-project-head span::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.bz-project-head h3 {
  max-width: 680px;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.55rem, 2.5vw, 2.45rem);
  line-height: 1.1;
  font-weight: 560;
  text-wrap: balance;
}

.bz-project-head p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.72;
}

.bz-project-grid,
.bz-metric-grid {
  display: grid;
  gap: 14px;
}

.bz-project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bz-project {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--bz-radius);
  background: rgba(255, 255, 255, .07);
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.bz-project:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 196, 48, .4);
  background: rgba(255, 255, 255, .11);
}

.bz-project small {
  display: block;
  margin-bottom: 46px;
  color: rgba(255, 255, 255, .62);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.bz-project strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.24rem;
  line-height: 1.2;
}

.bz-project span {
  display: block;
  color: rgba(255, 255, 255, .72);
  line-height: 1.55;
}

.bz-project--accent {
  background: rgba(244, 196, 48, .17);
  border-color: rgba(244, 196, 48, .44);
}

.bz-project--accent small,
.bz-project--accent strong {
  color: var(--bz-yellow);
}

.bz-metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.bz-metric {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--bz-radius);
  background: rgba(255, 255, 255, .92);
  color: var(--bz-charcoal);
}

.bz-metric strong {
  display: block;
  margin-bottom: 7px;
  color: var(--bz-blue);
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  line-height: 1;
}

.bz-metric span {
  display: block;
  color: var(--bz-slate);
  line-height: 1.45;
}

.bz-partnership {
  background: var(--bz-cloud);
}

.bz-partnership-panel {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, .82fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: stretch;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
  background: #fff;
  box-shadow: var(--bz-shadow);
}

.bz-system-card {
  display: grid;
  gap: 12px;
  align-self: stretch;
  padding: 24px;
  border-radius: var(--bz-radius);
  background: var(--bz-charcoal);
  color: #fff;
}

.bz-system-row {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--bz-radius);
  background: rgba(255, 255, 255, .06);
}

.bz-system-row span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(244, 196, 48, .18);
  color: #ffe184;
  font-weight: 800;
}

.bz-system-row strong {
  display: block;
  color: #fff;
  font-weight: 650;
}

.bz-system-row small {
  display: block;
  color: rgba(255, 255, 255, .68);
  line-height: 1.45;
}

.bz-process {
  background: #fff;
}

.bz-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
  background: var(--bz-line);
}

.bz-step {
  min-height: 246px;
  padding: 24px;
  background: var(--bz-cloud);
}

.bz-step-num {
  display: block;
  margin-bottom: 56px;
  color: var(--bz-copper);
  font-weight: 800;
}

.bz-step h3 {
  margin: 0 0 10px;
  color: var(--bz-charcoal);
  font-size: 1.09rem;
}

.bz-step p {
  margin: 0;
  font-size: .94rem;
}

.bz-cta {
  padding: clamp(58px, 7vw, 86px) 0;
  background:
    linear-gradient(120deg, rgba(4, 38, 23, .94), rgba(15, 118, 110, .74)),
    url("assets/img/old-site/hero-pokazy.jpg") center/cover no-repeat;
  color: #fff;
}

.bz-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
}

.bz-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.09;
}

.bz-cta p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
}

.bz-emergency-panel {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 520px;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  border-radius: var(--bz-radius);
  background:
    radial-gradient(circle at 72% 22%, rgba(244, 196, 48, .32), transparent 32%),
    linear-gradient(145deg, rgba(7, 59, 37, .98), rgba(15, 118, 110, .9));
  color: #fff;
  box-shadow: var(--bz-shadow);
}

.bz-emergency-panel::before {
  content: "+";
  position: absolute;
  top: 28px;
  right: 34px;
  color: rgba(255, 255, 255, .16);
  font-size: clamp(7rem, 15vw, 13rem);
  line-height: .72;
  font-weight: 800;
}

.bz-emergency-panel span {
  position: absolute;
  top: 34px;
  left: 34px;
  color: var(--bz-yellow);
  font-size: clamp(3.8rem, 9vw, 7.4rem);
  line-height: .82;
  font-weight: 800;
}

.bz-emergency-panel strong {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(1.7rem, 3.2vw, 3rem);
  line-height: 1.04;
}

.bz-emergency-panel p {
  position: relative;
  z-index: 2;
  max-width: 480px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  line-height: 1.66;
}

.bz-symposium {
  background: #fff;
}

.bz-date-line {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 12px 16px;
  border: 1px solid rgba(15, 138, 73, .2);
  border-radius: 999px;
  background: rgba(15, 138, 73, .08);
  color: var(--bz-charcoal) !important;
  font-weight: 800;
}

.bz-contact {
  background: var(--bz-deep);
  color: #fff;
}

.bz-contact .bz-section-head h2,
.bz-contact .bz-section-head p {
  color: #fff;
}

.bz-contact-card,
.bz-form-card,
.bz-map-card {
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--bz-radius);
  background: rgba(255, 255, 255, .08);
}

.bz-contact-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: clamp(22px, 4vw, 34px);
}

.bz-contact-line {
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.bz-contact-line:last-child {
  border-bottom: 0;
}

.bz-contact-line span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .54);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.bz-contact-line strong {
  display: block;
  color: #fff;
  font-size: 1.09rem;
  font-weight: 620;
  overflow-wrap: anywhere;
}

.bz-contact-line--company strong {
  font-size: .98rem;
  line-height: 1.58;
  font-weight: 560;
}

.bz-form-card {
  min-height: 100%;
  padding: clamp(22px, 4vw, 34px);
  background: #fff;
  color: var(--bz-ink);
  box-shadow: 0 22px 64px rgba(0, 0, 0, .18);
}

.bz-form-title {
  margin: 0 0 18px;
  color: var(--bz-charcoal);
  font-size: 1.35rem;
  line-height: 1.2;
}

.bz-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.bz-field {
  display: grid;
  gap: 7px;
  color: var(--bz-charcoal);
  font-size: .9rem;
  font-weight: 650;
}

.bz-field--full {
  grid-column: 1 / -1;
}

.bz-field input,
.bz-field textarea,
.bz-field select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--bz-line);
  border-radius: 6px;
  padding: 14px;
  color: var(--bz-ink);
  background: #fff;
  font: inherit;
}

.bz-field textarea {
  min-height: 150px;
  resize: vertical;
}

.bz-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--bz-charcoal);
  font-size: .92rem;
  line-height: 1.45;
}

.bz-consent input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.bz-consent a {
  color: var(--bz-green);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bz-form-card .bz-btn {
  margin-top: 16px;
}

.bz-form-note,
.bz-form-status {
  margin: 12px 0 0;
  color: var(--bz-slate);
  font-size: .9rem;
}

.bz-form-status--success {
  color: #116149;
}

.bz-form-status--error {
  color: #a13f35;
}

.bz-map-card {
  overflow: hidden;
  min-height: 420px;
  background: #fff;
}

.bz-map-card iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.bz-page-hero {
  padding: clamp(70px, 9vw, 116px) 0 clamp(48px, 6vw, 78px);
  background:
    linear-gradient(120deg, rgba(4, 38, 23, .94), rgba(15, 118, 110, .76)),
    url("assets/img/old-site/hero-pokazy.jpg") center/cover no-repeat;
  color: #fff;
}

.bz-page-title h1,
.bz-page-title p {
  color: #fff;
}

.bz-info-content {
  padding: clamp(52px, 7vw, 96px) 0;
  background: #fff;
}

.bz-info-content .wp-block-post-content {
  max-width: 780px;
}

.bz-info-aside {
  align-self: start;
  padding: 24px;
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
  background: var(--bz-cloud);
}

.bz-info-aside h2,
.bz-info-aside h3 {
  margin-top: 0;
  font-size: 1.28rem;
}

.bz-footer {
  padding: clamp(28px, 4vw, 42px) 0;
  background: #03180f;
  color: rgba(255, 255, 255, .66);
  font-size: .92rem;
}

footer.wp-block-template-part,
footer.wp-block-template-part:has(.bz-footer) {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

.bz-footer-shell {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: clamp(22px, 4vw, 38px);
}

.bz-footer-blocks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.6vw, 28px);
}

.bz-footer-block {
  min-width: 0;
}

.bz-footer-block h3 {
  margin: 0 0 13px;
  color: var(--bz-yellow);
  font-size: .78rem;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
}

.bz-footer-subhead {
  margin-top: 18px !important;
}

.bz-footer p,
.bz-footer-block p {
  margin: 0;
  text-align: left;
  color: rgba(255, 255, 255, .68);
  line-height: 1.62;
}

.bz-footer a {
  color: #fff;
}

.bz-footer strong {
  color: #fff;
  font-weight: 800;
}

.bz-footer-block p + p {
  margin-top: 10px;
}

.bz-reveal {
  opacity: 1;
  transform: none;
  transition: opacity .58s ease, transform .58s ease;
}

.bz-reveal.is-visible,
.editor-styles-wrapper .bz-reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .bz-card-grid,
  .bz-case-grid,
  .bz-project-grid,
  .bz-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .bz-split,
  .bz-contact-grid,
  .bz-page-grid,
	  .bz-partnership-panel,
	  .bz-cta-inner,
	  .bz-footer-shell {
	    grid-template-columns: 1fr;
	  }

	  .bz-footer-blocks {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	  }

  .bz-cta-inner {
    align-items: start;
  }
}

@keyframes bz-drawer-in {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

html.has-modal-open,
html.has-modal-open body {
  overflow: hidden;
}

@media (max-width: 900px) {
  .bz-hero {
    background:
      linear-gradient(180deg, rgba(4, 38, 23, .9) 0%, rgba(7, 59, 37, .66) 42%, rgba(4, 38, 23, .86) 100%),
      url("https://bezpieczni.eu/wp-content/uploads/2025/09/3.jpg") 34% center/cover no-repeat,
      url("assets/img/old-site/hero-pokazy.jpg") center/cover no-repeat;
  }

  .bz-hero .bz-wrap {
    display: block;
  }

  .bz-hero-copy {
    width: 100%;
    max-width: 680px;
    margin-left: 0;
  }

  .bz-path-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .bz-header:has(.bz-nav .wp-block-navigation__responsive-container.is-menu-open) {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .bz-header-inner {
    min-height: 68px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .bz-logo img {
    height: 48px;
    max-width: min(200px, 54vw);
  }

  .bz-nav {
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
    gap: 0;
  }

  .bz-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .bz-nav .wp-block-navigation__responsive-container-open {
    position: relative;
    z-index: 90;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--bz-line);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 32, .12);
  }

  .bz-nav .wp-block-navigation__responsive-container.is-menu-open {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex !important;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
    background: rgba(7, 18, 29, .5);
    color: var(--bz-charcoal);
  }

  .bz-nav .wp-block-navigation__responsive-container-close {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: auto;
    width: 44px;
    height: 44px;
    border: 1px solid var(--bz-line);
    border-radius: 999px;
    background: var(--bz-cloud);
  }

  .bz-nav .wp-block-navigation__responsive-dialog {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: min(86vw, 340px);
    height: 100dvh;
    min-height: 100%;
    margin: 0 0 0 auto;
    padding: 20px 20px 28px;
    overflow-y: auto;
    background: #fff;
    box-shadow: -22px 0 56px rgba(7, 18, 29, .22);
    animation: bz-drawer-in .24s ease both;
  }

  .bz-nav .wp-block-navigation__responsive-container-content,
  .bz-nav .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .bz-nav .wp-block-navigation__responsive-container-content {
    display: flex;
    margin-top: 34px;
  }

  .bz-nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    color: var(--bz-charcoal);
    font-size: 1.12rem;
  }

  .bz-nav .wp-block-navigation__responsive-container-content .bz-nav-cta .wp-block-navigation-item__content {
    min-height: 44px;
    padding: 0 18px;
    color: #fff;
  }
}

@media (max-width: 680px) {
  .bz-wrap {
    width: min(100% - 28px, 1180px);
  }

  .bz-hero {
    min-height: auto;
    padding: 62px 0 34px;
  }

  .bz-hero h1 {
    font-size: clamp(1.78rem, 8.2vw, 2.08rem);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .bz-path-grid,
  .bz-proof-grid,
  .bz-card-grid,
  .bz-case-grid,
  .bz-project-grid,
  .bz-metric-grid,
  .bz-timeline,
  .bz-form-grid {
    grid-template-columns: 1fr !important;
  }

  .bz-proof {
    border-right: 0;
    border-bottom: 1px solid var(--bz-line);
  }

  .bz-proof:last-child {
    border-bottom: 0;
  }

  .bz-case {
    min-height: auto;
  }

  .bz-image-panel,
  .bz-image-panel img {
    min-height: 440px;
  }

  .bz-step-num {
    margin-bottom: 34px;
  }

	  .bz-footer-shell {
	    align-items: flex-start;
	    grid-template-columns: 1fr;
	  }

	  .bz-footer-blocks {
	    grid-template-columns: 1fr;
	  }

	  .bz-footer p {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .bz-nav .wp-block-navigation__responsive-dialog {
    animation: none;
  }

  .bz-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

body {
  background: #fff;
  color: #333;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.bz-wrap {
  width: min(1320px, calc(100% - 32px));
}

.bz-header,
header.wp-block-template-part:has(.bz-header) {
  position: sticky;
  top: 0;
  z-index: 80;
}

.bz-header {
  border-bottom: 1px solid #e2e2e2;
  background: #fff;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}

.bz-header-inner,
.bz-header.is-scrolled .bz-header-inner {
  min-height: 76px;
  padding: 7px 0;
  gap: 18px;
}

.bz-logo img,
.bz-header.is-scrolled .bz-logo img {
  height: 52px;
  max-width: min(215px, 52vw);
}

.bz-nav,
.bz-header.is-scrolled .bz-nav {
  gap: 8px 12px;
  color: #333;
  font-size: .76rem;
  font-weight: 600;
}

.bz-nav .wp-block-navigation__container,
.bz-header.is-scrolled .bz-nav .wp-block-navigation__container {
  gap: 11px;
}

.bz-nav .wp-block-navigation-item__content {
  color: #333;
}

.bz-nav .wp-block-navigation-item__content::after {
  background: #008037;
}

.bz-btn:not(.wp-block-button),
.bz-nav-cta .wp-block-navigation-item__content,
.wp-block-button.bz-btn .wp-block-button__link,
.wp-block-button .wp-block-button__link.bz-btn {
  min-height: 42px;
  padding: 0 20px;
  border-radius: 3px;
  background: #008037;
  color: #fff;
  box-shadow: none;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.bz-btn:not(.wp-block-button):hover,
.bz-nav-cta .wp-block-navigation-item__content:hover,
.wp-block-button.bz-btn .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link.bz-btn:hover {
  transform: none;
  background: #379e00;
  color: #fff;
  box-shadow: none;
}

.bz-btn-light:not(.wp-block-button),
.wp-block-button.bz-btn-light .wp-block-button__link,
.wp-block-button .wp-block-button__link.bz-btn-light {
  border-color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .92);
  color: #073b25;
}

.bz-hero {
  box-sizing: border-box;
  width: 100%;
  min-height: 495px;
  margin: 0 auto !important;
  padding: 0;
  align-items: stretch;
  background: url("assets/img/old-site/hero-pokazy.jpg") center/cover no-repeat;
}

.bz-hero::after {
  display: none;
}

.bz-hero .bz-wrap {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 495px;
  padding: 0 clamp(24px, 5vw, 72px);
}

.bz-hero-copy {
  width: min(520px, 100%);
  margin-left: auto;
  color: #fff;
}

.bz-hero h1 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.05rem);
  line-height: 1.05;
  font-weight: 700;
}

.bz-hero-lead {
  max-width: 500px;
  color: rgba(255, 255, 255, .9);
  font-size: 1.1rem;
  line-height: 1.55;
}

.bz-hero-actions {
  margin-bottom: 0;
}

.bz-title-strip {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto !important;
  padding: 38px 24px;
  background: linear-gradient(90deg, #008037, #379e00);
}

.bz-title-strip h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  font-weight: 400;
  text-align: center;
}

.bz-offer {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto !important;
  padding: clamp(72px, 9vw, 118px) 0;
  border: 0;
  background: #fff;
}

.bz-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 58px);
}

.bz-card {
  min-height: 0;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.bz-card:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.bz-card-icon {
  width: 118px;
  margin: 0 auto 18px !important;
}

.bz-card-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.bz-card h3 {
  color: #008037;
  font-size: 1.45rem;
  font-weight: 700;
}

.bz-card p {
  margin: 0;
  color: #444;
  font-size: .98rem;
  line-height: 1.65;
}

.bz-card-number {
  display: none;
}

.bz-topic-band {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto !important;
  background: linear-gradient(270deg, #008037, #2f9600);
}

.bz-topic-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(1320px, calc(100% - 32px));
  min-height: 190px;
  margin: 0 auto;
}

.bz-topic-grid a {
  display: grid;
  place-items: center;
  padding: 22px;
  border-left: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.bz-topic-grid a:first-child {
  border-left: 0;
}

.bz-classic-section {
  margin-block-start: 0 !important;
  background: #fff;
}

.bz-classic-row {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  min-height: 720px;
  margin: 0 auto !important;
  background: #fff;
}

.bz-classic-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(50px, 6vw, 96px) clamp(28px, 5vw, 88px);
  text-align: center;
}

.bz-classic-copy > * {
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.bz-classic-copy .bz-kicker {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  color: #008222;
  font-size: .86rem;
}

.bz-classic-copy .bz-kicker::before {
  width: 28px;
}

.bz-classic-copy h2 {
  margin: 0 0 18px;
  color: #1c8e4a;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.14;
  font-weight: 700;
  text-align: center;
}

.bz-classic-copy p {
  margin: 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.74;
  text-align: justify;
}

.bz-classic-photo {
  min-height: 720px;
  margin: 0 !important;
  overflow: hidden;
  background: #e8eee9;
}

.bz-classic-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
}

.bz-classic-photo--focus-left img {
  object-position: 35% center;
}

.bz-symposium {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto !important;
  padding: clamp(72px, 9vw, 118px) 0;
  background: #fff;
}

.bz-symposium .bz-text-wide {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.bz-symposium .bz-kicker {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  color: #008222;
}

.bz-symposium h2 {
  color: #1c8e4a;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 700;
  text-align: center;
}

.bz-symposium p:not(.bz-date-line) {
  color: #333;
  text-align: justify;
}

.bz-date-line {
  display: inline-flex;
  margin: 2px auto 24px;
  border-color: rgba(0, 128, 55, .25);
  border-radius: 3px;
  background: rgba(0, 128, 55, .08);
  color: #073b25 !important;
  text-align: center;
}

.bz-rko-section .bz-classic-copy {
  background: #fff;
}

.bz-contact-title {
  margin-top: 0 !important;
}

.bz-contact {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto !important;
  padding: clamp(64px, 8vw, 98px) 0;
  background: linear-gradient(180deg, #05351f, #022416);
}

.bz-contact > .bz-wrap {
  position: relative;
  z-index: 1;
}

.bz-contact-grid--single {
  grid-template-columns: minmax(0, 860px);
}

.bz-form-card {
  border-radius: 3px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .2);
}

.bz-footer {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto !important;
}

@media (max-width: 1120px) {
  .bz-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bz-topic-grid a:nth-child(odd) {
    border-left: 0;
  }

  .bz-classic-row,
  .bz-classic-row--reverse {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bz-classic-row--reverse .bz-classic-photo {
    order: 2;
  }

  .bz-classic-row--reverse .bz-classic-copy {
    order: 1;
  }

  .bz-classic-photo,
  .bz-classic-photo img {
    min-height: 520px;
  }
}

@media (max-width: 900px) {
  .bz-hero {
    width: 100%;
    min-height: 480px;
    background:
      linear-gradient(90deg, rgba(0, 128, 55, .58), rgba(0, 128, 55, .93)),
      url("assets/img/old-site/hero-pokazy.jpg") 32% center/cover no-repeat;
  }

  .bz-hero .bz-wrap {
    min-height: 480px;
    padding: 44px 18px;
  }

  .bz-hero-copy {
    margin-left: 0;
  }

  .bz-title-strip,
  .bz-offer,
  .bz-topic-band,
  .bz-classic-row,
  .bz-symposium,
  .bz-contact,
  .bz-footer {
    width: 100%;
  }

  .bz-header-inner,
  .bz-header.is-scrolled .bz-header-inner {
    min-height: 68px;
  }
}

@media (max-width: 680px) {
  .bz-hero {
    min-height: 430px;
    padding: 0;
  }

  .bz-hero .bz-wrap {
    min-height: 430px;
    padding: 38px 18px;
  }

  .bz-hero h1 {
    font-size: clamp(1.85rem, 8.5vw, 2.42rem);
  }

  .bz-title-strip {
    padding: 32px 18px;
  }

  .bz-offer {
    padding: 56px 0;
  }

  .bz-card-grid {
    gap: 46px;
  }

  .bz-topic-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bz-topic-grid a {
    min-height: 78px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .22);
  }

  .bz-topic-grid a:first-child {
    border-top: 0;
  }

  .bz-classic-copy {
    padding: 54px 24px;
  }

  .bz-classic-copy p,
  .bz-symposium p:not(.bz-date-line) {
    text-align: left;
  }

  .bz-classic-photo,
  .bz-classic-photo img {
    min-height: 390px;
  }

  .bz-symposium {
    padding: 58px 18px;
  }

  .bz-date-line {
    display: block;
    width: auto;
  }

  .bz-contact {
    padding: 58px 18px;
  }
}
