@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bhp-navy: #0b2c5c;
  --bhp-navy-deep: #071e3d;
  --bhp-red: #e30613;
  --bhp-red-dark: #c10510;
  --bhp-white: #ffffff;
  --bhp-gray-50: #f5f7fa;
  --bhp-gray-100: #eef1f6;
  --bhp-gray-200: #d9dee8;
  --bhp-gray-600: #5a6577;
  --bhp-gray-800: #1f2937;
  --bhp-text: #243044;
  --bhp-radius: 10px;
  --bhp-shadow: 0 12px 32px rgba(11, 44, 92, 0.12);
  --bhp-container: 1180px;
  --bhp-font: "Poppins", "Segoe UI", sans-serif;
  --bhp-space: 1.25rem;
  --bhp-focus: 0 0 0 3px rgba(227, 6, 19, 0.35);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

  /* !important: standard a11y override of all motion when user prefers reduced motion */
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--bhp-font);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--bhp-text);
  background: var(--bhp-white);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--bhp-navy);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

a:hover {
  color: var(--bhp-red);
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-toggle:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  box-shadow: var(--bhp-focus);
}

/* !important: clipping utility must win over layout rules (a11y pattern) */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 1000;
  background: var(--bhp-navy);
  color: var(--bhp-white);
  padding: 0.75rem 1rem;
  border-radius: 0 0 6px 6px;
}

.skip-link:focus {
  top: 0;
  color: var(--bhp-white);
}

.container {
  width: min(100% - 2rem, var(--bhp-container));
  margin-inline: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.65rem 1.25rem;
  border-radius: 6px;
  border: 2px solid transparent;
  font: inherit;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.btn--primary {
  background: var(--bhp-red);
  color: var(--bhp-white);
  border-color: var(--bhp-red);
}

.btn--primary:hover {
  background: var(--bhp-red-dark);
  color: var(--bhp-white);
}

.btn--outline {
  background: var(--bhp-white);
  color: var(--bhp-navy);
  border-color: var(--bhp-navy);
}

.btn--outline:hover {
  background: var(--bhp-navy);
  color: var(--bhp-white);
}

.btn--sm {
  min-height: 2.4rem;
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--bhp-gray-200);
}

.site-header__inner {
  width: min(100% - 1.25rem, 1280px);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  min-height: 5.25rem;
  padding: 0.65rem 0;
}

.site-header__brand {
  flex: 0 0 auto;
  margin-right: 0.25rem;
  order: 1;
}

.site-logo {
  text-decoration: none;
  color: var(--bhp-navy);
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}

.site-logo:hover {
  color: var(--bhp-navy);
  text-decoration: none;
}

.site-logo--image img {
  width: auto;
  height: 48px;
}

.site-logo__row {
  display: inline-flex;
  align-items: stretch;
  gap: 0.35rem;
}

.site-logo__bhp {
  font-size: clamp(1.85rem, 2.4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--bhp-navy);
  line-height: 0.9;
}

.site-logo__badge {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: var(--bhp-red);
  color: #fff;
  font-size: 0.42rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.2rem 0.18rem;
  border-radius: 2px;
  text-align: center;
  line-height: 1.05;
}

.site-logo__sub {
  margin-top: 0.2rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--bhp-navy);
  text-transform: uppercase;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
  order: 2;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--bhp-navy);
  line-height: 1.15;
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
}

.header-phone:hover {
  color: var(--bhp-navy);
  text-decoration: none;
}

.header-phone__icon {
  display: grid;
  place-items: center;
  width: 1.35rem;
  font-size: 1.35rem;
  color: var(--bhp-navy);
}

.header-phone__text {
  display: none;
  flex-direction: column;
}

.header-phone strong {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.header-phone__label {
  font-size: 0.72rem;
  font-weight: 500;
  color: #6b7a90;
}

.btn--cta {
  display: none;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.6rem;
  padding: 0.45rem 1rem 0.45rem 0.85rem;
  border-radius: 8px;
  background: var(--bhp-red);
  color: #fff !important; /* button text must stay white on red brand CTA */
  text-decoration: none;
  border: 0;
  box-shadow: none;
}

.btn--cta:hover {
  background: var(--bhp-red-dark);
  color: #fff !important;
  text-decoration: none;
  transform: none;
}

.btn--cta__icon {
  font-size: 1rem;
  line-height: 1;
}

.btn--cta__label {
  font-family: var(--bhp-font);
  font-size: 0.95rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.header-phone__icon .fas,
.btn--cta__icon .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  display: inline-block;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  margin-left: 0;
  flex: 0 0 auto;
  order: 3;
}

.site-header__inner .nav-toggle {
  margin-left: 0;
}

.nav-toggle__bars,
.nav-toggle__bars::before,
.nav-toggle__bars::after {
  display: block;
  width: 1.25rem;
  height: 2px;
  background: var(--bhp-navy);
  position: relative;
}

.nav-toggle__bars::before,
.nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle__bars::before {
  top: -6px;
}

.nav-toggle__bars::after {
  top: 6px;
}

.site-nav {
  position: fixed;
  inset: 5.25rem 0 auto 0;
  background: var(--bhp-white);
  border-bottom: 1px solid var(--bhp-gray-200);
  padding: 0.75rem 1rem 1rem;
  transform: translateY(-120%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
  max-height: calc(100vh - 5.25rem);
  overflow: auto;
  z-index: 99;
  width: 100%;
  order: 4;
}

.site-nav.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.site-nav .mod-menu,
.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav .mod-menu > li,
.site-nav > ul > li {
  border-bottom: 1px solid var(--bhp-gray-100);
}

.site-nav a {
  display: block;
  padding: 0.8rem 0.65rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bhp-navy);
}

.site-nav .active > a,
.site-nav a[aria-current="page"],
.site-nav .current > a {
  background: #e8edf4;
  color: var(--bhp-navy);
  border-radius: 4px;
}

.site-nav a:hover {
  color: var(--bhp-navy);
  background: #f2f5f9;
  border-radius: 4px;
}

.site-nav .mod-menu .mod-menu,
.site-nav .mod-menu__sub,
.site-nav ul ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0.35rem 0 0.6rem;
}

.site-nav .mod-menu > li.deeper > .mod-menu,
.site-nav .mod-menu > li.parent > .mod-menu__sub,
.site-nav .mod-menu > li.parent > ul {
  border-left: 3px solid var(--bhp-red);
  margin: 0.25rem 0 0.5rem 0.35rem;
  padding-left: 0.35rem;
}

.site-nav .mod-menu > li.deeper.is-open > .mod-menu,
.site-nav .mod-menu > li.parent.is-open > .mod-menu__sub,
.site-nav .mod-menu > li.parent.is-open > ul,
.site-nav .mod-menu__sub.show-menu,
.site-nav .mod-menu > li.parent > .mod-menu__sub[aria-hidden="false"] {
  display: block;
}

.site-nav .mod-menu .mod-menu > li,
.site-nav .mod-menu__sub > li,
.site-nav ul ul > li {
  border-bottom: 0;
}

.site-nav .mod-menu .mod-menu a,
.site-nav .mod-menu__sub a,
.site-nav ul ul a {
  padding: 0.55rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.site-nav .mod-menu__toggle-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  width: 100%;
  padding: 0.8rem 0.65rem;
  border: 0;
  background: none;
  font: inherit;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bhp-navy);
  text-align: left;
  cursor: pointer;
}

.site-nav .mod-menu__heading,
.site-nav .mod-menu > li > span.nav-header,
.site-nav .mod-menu > li > span.separator {
  display: inline;
  font: inherit;
  color: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

.site-nav .mod-menu__toggle-sub .icon-chevron-down {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-15%) rotate(45deg);
  transition: transform 0.2s ease;
  font-size: 0;
  line-height: 0;
}

.site-nav .mod-menu__toggle-sub[aria-expanded="true"] .icon-chevron-down {
  transform: translateY(15%) rotate(-135deg);
}

/* Hero — mobile: treść + CTA, potem zdjęcie; desktop: tło slajd.webp */
.home-hero {
  position: relative;
  color: var(--bhp-navy);
  background-color: #fff;
  background-image: none;
  overflow: hidden;
  min-height: 0;
}

.home-hero .mod-custom {
  margin: 0;
}

.bhp-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  width: min(100% - 2rem, var(--bhp-container));
  margin-inline: auto;
  padding: 1.5rem 0 0;
  position: relative;
  z-index: 1;
  min-height: 0;
}

.bhp-hero__content {
  max-width: 34rem;
}

.bhp-hero__visual {
  display: none;
}

.bhp-hero__media-mobile {
  display: block;
  width: calc(100% + 2rem);
  margin: 0.25rem -1rem 0;
  line-height: 0;
}

.bhp-hero__media-mobile img {
  display: block;
  width: 100%;
  height: auto;
}

.bhp-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 5.2vw, 2.35rem);
  line-height: 1.2;
  color: var(--bhp-navy);
}

.bhp-hero .lead {
  font-size: 1rem;
  margin: 0 0 1.1rem;
  color: var(--bhp-text);
}

.bhp-hero .lead .accent {
  color: var(--bhp-red);
  font-style: normal;
  font-weight: 700;
}

.bhp-hero__list {
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
}

.bhp-hero__list li {
  position: relative;
  padding-left: 1.85rem;
  margin-bottom: 0.55rem;
  font-weight: 500;
}

.bhp-hero__list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: var(--bhp-navy);
  color: #fff;
  font-size: 0.55rem;
  display: grid;
  place-items: center;
  line-height: 1;
}

.bhp-hero__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  max-width: 34rem;
}

.bhp-hero__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  min-height: 3rem;
  padding: 0.7rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  transform: none;
  box-shadow: none;
  white-space: normal;
}

.bhp-hero__actions .btn .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.95rem;
  width: 1.1rem;
  flex: 0 0 auto;
  text-align: center;
}

.btn--hero-primary {
  background: #e30613;
  color: #fff;
  border: 1px solid #e30613;
}

.btn--hero-primary:hover {
  background: #c10510;
  color: #fff;
  border-color: #c10510;
  text-decoration: none;
}

.btn--hero-secondary {
  background: #0b2c5c;
  color: #fff;
  border: 1px solid #0b2c5c;
}

.btn--hero-secondary:hover {
  background: #071e3d;
  color: #fff;
  border-color: #071e3d;
  text-decoration: none;
}

.btn--hero-outline {
  background: #fff;
  color: #0b2c5c;
  border: 1px solid #c5d0e0;
}

.btn--hero-outline:hover {
  background: #f5f8fc;
  color: #0b2c5c;
  border-color: #0b2c5c;
  text-decoration: none;
}

/* Sections */
.home-section {
  padding: 3rem 0;
}

.home-section--home-values {
  background: var(--bhp-navy);
  color: var(--bhp-white);
  padding: 1.75rem 0;
}

.home-section--home-pricing {
  background: #f3f5f8;
  padding: 3.5rem 0 3.75rem;
}

.home-section--home-pricing .section-head {
  margin-bottom: 2.25rem;
}

.home-section--home-pricing .section-head h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  font-weight: 800;
}

.pricing-grid {
  grid-template-columns: 1fr;
  gap: 1.15rem;
  max-width: 58rem;
  margin-inline: auto;
}

.home-section--home-offer {
  background: #f3f5f8;
  padding: 3.5rem 0 3.75rem;
}

.home-section--home-contact {
  background: var(--bhp-navy);
  color: var(--bhp-white);
  padding: 3.25rem 0 3.5rem;
}

.home-section--home-contact .contact-split {
  gap: 1.75rem 2rem;
  align-items: center;
}

.contact-split__info {
  min-width: 0;
}

.contact-split__info h2 {
  margin: 0 0 1.75rem;
  max-width: 34rem;
  color: #fff;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 800;
  line-height: 1.28;
  text-align: left;
}

.contact-band__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
}

.contact-band__item {
  display: grid;
  grid-template-rows: auto auto auto;
  justify-items: start;
  align-content: start;
  gap: 0.25rem;
  min-width: 0;
  color: #fff;
  text-decoration: none;
  text-align: left;
}

.contact-band__item:hover,
.contact-band__item:focus-visible {
  color: #fff;
  text-decoration: none;
}

.contact-band__item:hover .contact-band__value,
.contact-band__item:focus-visible .contact-band__value {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.contact-band__icon {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 0.2rem;
  font-size: 1.45rem;
  line-height: 1;
  color: #fff;
}

.contact-band__icon .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.contact-band__value {
  display: block;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}

.contact-band__value--email {
  font-size: 0.92rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-band__label {
  display: block;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.35;
  opacity: 0.88;
}

.contact-card--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 22rem;
  margin-inline: auto;
  padding: 1.6rem 1.45rem;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  align-self: center;
}

.contact-card--cta h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.3;
}

.contact-card--cta p {
  margin: 0;
  color: #5d6b80;
  font-size: 0.92rem;
  line-height: 1.45;
}

.contact-card--cta .btn--primary {
  align-self: stretch;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 1.2rem;
  border-radius: 10px;
  font-weight: 700;
  transform: none;
}

.contact-card--cta .btn--primary:hover {
  transform: none;
}

.section-head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2rem;
}

.section-head h2 {
  margin: 0 0 0.5rem;
  color: var(--bhp-navy);
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.home-section--home-contact .section-head h2,
.home-section--home-contact .section-head p {
  color: var(--bhp-white);
}

.section-head p {
  margin: 0;
  color: var(--bhp-gray-600);
}

.values-grid,
.offer-grid,
.trainings-grid,
.pricing-grid {
  display: grid;
  gap: 1.25rem;
}

.offer-grid {
  grid-template-columns: 1fr;
  gap: 1rem;
}

.home-section--home-offer .mod-custom {
  width: 100%;
}

.home-section--home-offer .section-head {
  max-width: 36rem;
  margin-bottom: 2.25rem;
}

.home-section--home-offer .section-head h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.15rem);
  font-weight: 800;
}

.home-section--home-offer .section-head p {
  color: var(--bhp-navy);
  font-size: 1.02rem;
  font-weight: 500;
}

.values-grid {
  grid-template-columns: 1fr;
}

.value-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.65);
  flex-shrink: 0;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  color: #fff;
}

.value-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
}

.value-item strong {
  display: block;
  margin-bottom: 0.15rem;
}

.value-item p {
  margin: 0;
  opacity: 0.9;
  font-size: 0.95rem;
}

.offer-card,
.pricing-card {
  background: var(--bhp-white);
  border: 1px solid var(--bhp-gray-200);
  border-radius: var(--bhp-radius);
  padding: 1.25rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .offer-card:hover,
  .pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--bhp-shadow);
    border-color: #c8d2e0;
  }
}

.pricing-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.45rem;
  padding: 1.85rem 1.35rem 1.65rem;
  border-radius: 14px;
  border-color: #d7dee8;
  box-shadow: none;
}

.pricing-card__icon {
  display: block;
  width: auto;
  height: 3.5rem;
  max-width: 4.5rem;
  object-fit: contain;
  margin: 0 auto 0.55rem;
}

.pricing-card h3 {
  margin: 0 0 0.35rem;
  color: var(--bhp-navy);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
}

.pricing-card .price {
  margin: 0;
  color: var(--bhp-navy);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.2;
}

.pricing-card .price--multiline {
  max-width: 10rem;
}

.pricing-card .price-unit {
  margin: 0.1rem 0 0.55rem;
  color: #6b7a90;
  font-size: 0.9rem;
  font-weight: 500;
}

.pricing-card__desc {
  margin: 0;
  color: #5d6b80;
  font-size: 0.88rem;
  line-height: 1.45;
  max-width: 16rem;
}

.pricing-note {
  margin: 1.5rem auto 0;
  max-width: 40rem;
  text-align: center;
  color: #7a8799;
  font-size: 0.88rem;
  line-height: 1.45;
}

.home-section--home-pricing .section-cta {
  margin-top: 1.35rem;
}

.home-section--home-pricing .section-cta .btn--outline .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.95rem;
}

.offer-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  padding: 1.5rem 1rem 1.35rem;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(11, 44, 92, 0.08);
}

.offer-card__icon {
  display: block;
  width: auto;
  height: 4.25rem;
  max-width: 5.5rem;
  object-fit: contain;
  margin: 0 auto 0.15rem;
}

.offer-card h3 {
  margin: 0;
  color: var(--bhp-navy);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.offer-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #5d6b80;
}

.section-cta .btn--outline {
  min-height: 2.85rem;
  padding: 0.65rem 1.6rem;
  border-radius: 10px;
  border-width: 1.5px;
  font-weight: 700;
  transform: none;
}

.section-cta .btn--outline:hover {
  background: var(--bhp-navy);
  color: #fff;
  transform: none;
}

.home-section--home-trainings {
  background: #fff;
  padding: 3.5rem 0 3.75rem;
}

.home-section--home-trainings .section-head {
  max-width: 40rem;
  margin-bottom: 2.25rem;
}

.home-section--home-trainings .section-head h2 {
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  font-weight: 800;
}

.home-section--home-trainings .section-head p {
  color: #6b7a90;
  font-size: 1.02rem;
}

.trainings-grid {
  grid-template-columns: 1fr;
  gap: 1.75rem 1.25rem;
}

.training-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.training-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 12px;
}

.training-card h3 {
  margin: 0;
  padding: 0;
  color: var(--bhp-navy);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
}

.training-card p {
  margin: 0;
  color: #5d6b80;
  font-size: 0.92rem;
  line-height: 1.45;
}

.ergo-split,
.expert-split,
.contact-split {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.home-section--home-ergonomics {
  background: #fff;
  padding: 3.25rem 0 3.5rem;
}

.ergo-split {
  gap: 1.75rem 1.5rem;
  align-items: stretch;
}

.ergo-split__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
  aspect-ratio: 708 / 500;
}

.ergo-split__content h2 {
  margin: 0 0 1rem;
  color: var(--bhp-navy);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  line-height: 1.25;
}

.ergo-split__content .btn--primary {
  gap: 0.55rem;
  border-radius: 10px;
  min-height: 2.85rem;
  padding: 0.7rem 1.25rem;
  font-weight: 700;
  transform: none;
}

.ergo-split__content .btn--primary:hover {
  transform: none;
}

.ergo-split__content .btn--primary .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.95rem;
}

.ergo-callout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.75rem;
  padding: 1.75rem 1.35rem;
  background: #eef2f7;
  border-radius: 14px;
  min-height: 100%;
}

.ergo-callout__logo {
  display: block;
  width: auto;
  height: 3.25rem;
  max-width: 11rem;
  object-fit: contain;
  margin: 0 auto 0.35rem;
}

.ergo-callout__title {
  margin: 0;
  color: var(--bhp-navy);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
}

.ergo-callout__text {
  margin: 0;
  color: #5d6b80;
  font-size: 0.92rem;
  line-height: 1.45;
  max-width: 16rem;
}

.check-list {
  list-style: none;
  margin: 1rem 0 1.5rem;
  padding: 0;
}

.check-list li {
  position: relative;
  padding-left: 1.85rem;
  margin-bottom: 0.65rem;
  font-weight: 500;
  color: var(--bhp-text);
}

.check-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: var(--bhp-navy);
  color: #fff;
  font-size: 0.55rem;
  display: grid;
  place-items: center;
  line-height: 1;
}

.home-section--home-process {
  background: #fff;
  padding: 3.5rem 0 3.75rem;
}

.home-section--home-process .section-head {
  max-width: 40rem;
  margin-bottom: 2.5rem;
}

.home-section--home-process .section-head h2 {
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 800;
}

.home-section--home-process .section-head p {
  color: #6b7a90;
  font-size: 1.02rem;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 1rem;
  align-items: start;
}

.process-step {
  position: relative;
  text-align: center;
  padding: 0 0.5rem;
}

.process-step__icon {
  width: 5.75rem;
  height: 5.75rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 28px rgba(11, 44, 92, 0.1);
  display: grid;
  place-items: center;
}

.process-step__icon img {
  display: block;
  width: 2.85rem;
  height: 2.85rem;
  object-fit: contain;
}

.process-step h3 {
  margin: 0 0 0.45rem;
  color: var(--bhp-navy);
  font-size: 1.08rem;
  font-weight: 800;
}

.process-step p {
  margin: 0;
  color: #5d6b80;
  font-size: 0.92rem;
  line-height: 1.45;
  max-width: 16rem;
  margin-inline: auto;
}

.process-step__num {
  display: none;
}

.expert-split img {
  border-radius: var(--bhp-radius);
  width: 100%;
  object-fit: cover;
}

.expert-split .expert-name {
  color: var(--bhp-red);
  font-size: 1.5rem;
  margin: 0 0 0.75rem;
}

.expert-split .check-list {
  margin: 0.65rem 0 1rem;
}

.expert-split .check-list li {
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.expert-split .quote {
  margin: 0.85rem 0 0.9rem;
  padding: 0.75rem 0.95rem;
  font-size: 0.95rem;
}

.expert-bio {
  margin: 0 0 1.1rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--bhp-gray-600);
}

.quote {
  margin: 1.25rem 0;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--bhp-red);
  background: var(--bhp-gray-50);
  color: var(--bhp-gray-800);
}

.contact-card {
  background: var(--bhp-white);
  color: var(--bhp-text);
  border-radius: var(--bhp-radius);
  padding: 1.5rem;
  box-shadow: var(--bhp-shadow);
}

.contact-card h3 {
  margin-top: 0;
  color: var(--bhp-navy);
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-list li {
  margin-bottom: 0.75rem;
}

.contact-list a {
  color: inherit;
}

.home-section--home-contact .contact-list a {
  color: var(--bhp-white);
}

.section-cta {
  text-align: center;
  margin-top: 2rem;
}

/* Main / articles */
.site-main {
  padding: 2rem 0 3rem;
}

.is-home .site-main {
  padding: 0;
}

.is-home .component-area--home {
  display: none;
}

.site-main--with-sidebar {
  display: grid;
  gap: 2rem;
}

.component-area h1,
.item-page h1,
.com-content-article h1 {
  color: var(--bhp-navy);
  line-height: 1.25;
  margin-top: 0;
}

.item-page img,
.com-content-article img {
  border-radius: var(--bhp-radius);
  margin: 0 0 1rem;
}

/* Forms */
.contact-card input,
.contact-card textarea,
.contact-card select,
.com-contact input,
.com-contact textarea,
.com-contact select,
.form-control {
  width: 100%;
  min-height: 2.75rem;
  border: 1px solid var(--bhp-gray-200);
  border-radius: 6px;
  padding: 0.6rem 0.75rem;
  font: inherit;
  background: var(--bhp-white);
}

.com-contact textarea,
.contact-card textarea {
  min-height: 8rem;
  resize: vertical;
}

.com-contact .control-group,
.contact-card .control-group {
  margin-bottom: 0.9rem;
}

/* Footer */
.site-footer {
  background: var(--bhp-navy-deep);
  color: rgba(255, 255, 255, 0.88);
  padding: 3.25rem 0 0;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.site-footer__grid {
  display: grid;
  gap: 2rem 1.5rem;
}

.site-footer__col .moduletable > h3,
.site-footer__col .page-header,
.site-footer h3 {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0 0 0.85rem;
  letter-spacing: 0.01em;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li + li {
  margin-top: 0.45rem;
}

.site-footer .mod-menu a,
.site-footer .mod-menu span {
  font-size: 0.9rem;
  line-height: 1.4;
}

.footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  color: #fff;
  text-decoration: none;
}

.footer-brand:hover,
.footer-brand:focus-visible {
  color: #fff;
  text-decoration: none;
}

.footer-brand--image img {
  display: block;
  width: auto;
  height: 52px;
  max-width: 180px;
  object-fit: contain;
}

.footer-brand__row {
  display: inline-flex;
  align-items: stretch;
  gap: 0.35rem;
}

.footer-brand__bhp {
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.9;
  color: #fff;
}

.footer-brand__badge {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: var(--bhp-red);
  color: #fff;
  font-size: 0.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.2rem 0.16rem;
  border-radius: 2px;
  text-align: center;
  line-height: 1.05;
}

.footer-brand__sub {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  text-transform: uppercase;
}

.footer-contact li,
.footer-company li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

.footer-contact a {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.footer-contact__icon {
  flex: 0 0 auto;
  width: 1rem;
  margin-top: 0.15rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.85rem;
  color: #fff;
  text-align: center;
}

.site-footer__bottom {
  margin-top: 2.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.1rem 0 1.25rem;
}

.footer-copy {
  margin: 0;
  text-align: center;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.65);
}

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 0.65rem;
  padding-bottom: max(0.65rem, env(safe-area-inset-bottom));
  background: rgba(7, 30, 61, 0.96);
}

/* Module chrome wraps buttons — grid must be on the inner wrapper */
.mobile-cta .mod-custom,
.mobile-cta > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  align-items: stretch;
}

.mobile-cta .btn {
  width: 100%;
  min-height: 2.75rem;
  margin: 0;
}

/* Fixed mobile CTA must not cover footer/content (single row of buttons) */
body:has(.mobile-cta) {
  padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
}

body:has(.mobile-cta) .site-footer__bottom {
  padding-bottom: 0.25rem;
}

/*
 * GDPR (plg_system_gdpr / cookieconsent) paints a fixed vertical revoke tab on the left.
 * That tab covers the first ~30px of content on mobile. Plugin CSS is not editable;
 * template override repositions the tab above the mobile CTA as a compact horizontal chip.
 */
@media (max-width: 1023px) {
  .cc-revoke.cc-bottom.cc-left {
    /* !important: cookieconsent sets fixed left/writing-mode; no safe plugin config override */
    left: auto !important;
    right: 0.5rem !important;
    bottom: calc(4.35rem + env(safe-area-inset-bottom, 0px)) !important;
    writing-mode: horizontal-tb !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    max-width: calc(100vw - 1rem);
    padding: 0.4rem 0.7rem !important;
    border-radius: 8px;
    font-size: 0.72rem;
    line-height: 1.2;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .header-phone {
    width: auto;
    height: auto;
    justify-content: flex-start;
  }

  .header-phone__text {
    display: flex;
  }

  .header-phone__icon {
    font-size: 1.15rem;
  }

  .btn--cta {
    display: inline-flex;
  }

  .site-header__actions {
    gap: 0.85rem;
  }

  .site-header__inner {
    flex-wrap: nowrap;
    gap: 0.75rem 1.1rem;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-grid,
  .trainings-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem;
  }

  .trainings-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem 1.35rem;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }

  .home-hero {
    background-image:
      linear-gradient(
        90deg,
        #ffffff 0%,
        #ffffff 36%,
        rgba(255, 255, 255, 0.94) 46%,
        rgba(255, 255, 255, 0.6) 58%,
        rgba(255, 255, 255, 0.2) 70%,
        transparent 82%
      ),
      url("/images/slajdy/slajd.webp?v=20260826");
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    background-size: auto, cover;
    min-height: clamp(580px, 78vh, 760px);
  }

  .bhp-hero {
    grid-template-columns: 1fr;
    align-items: center;
    min-height: clamp(580px, 78vh, 760px);
    padding: 3rem 0 3.5rem;
    gap: 1.5rem;
  }

  .bhp-hero__media-mobile {
    display: none;
  }

  .bhp-hero h1 {
    font-size: clamp(1.55rem, 3.6vw, 2.35rem);
  }

  .bhp-hero .lead {
    font-size: 1.08rem;
  }

  .bhp-hero__actions {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 0.85rem;
  }

  .bhp-hero__visual {
    display: none;
  }

  .ergo-split,
  .expert-split,
  .contact-split {
    grid-template-columns: 1fr 1fr;
  }

  .home-section--home-contact .contact-split {
    grid-template-columns: minmax(0, 1.55fr) minmax(17rem, 20rem);
    gap: 2rem 2.25rem;
    align-items: center;
  }

  .contact-band__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 1.25rem;
    align-items: start;
  }

  .contact-band__item {
    justify-items: center;
    text-align: center;
  }

  .contact-card--cta {
    margin-inline: 0;
    justify-self: end;
  }

  .ergo-split {
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
  }

  .ergo-callout {
    grid-column: 1 / -1;
    max-width: 28rem;
    margin-inline: auto;
    width: 100%;
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-main--with-sidebar {
    grid-template-columns: 1fr 280px;
  }
}

@media (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    inset: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    border: 0;
    padding: 0;
    max-height: none;
    overflow: visible;
    background: transparent;
    width: auto;
    flex: 1 1 auto;
    order: 2;
  }

  .site-nav .mod-menu,
  .site-nav > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.15rem;
  }

  .site-nav .mod-menu > li,
  .site-nav > ul > li {
    position: relative;
    border: 0;
  }

  .site-nav a,
  .site-nav .mod-menu__toggle-sub {
    padding: 0.45rem 0.45rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .site-nav .active > a,
  .site-nav .current > a,
  .site-nav a[aria-current="page"],
  .site-nav .mod-menu > li.parent > .mod-menu__toggle-sub:hover,
  .site-nav .mod-menu > li.deeper > .mod-menu__toggle-sub:hover,
  .site-nav .mod-menu > li.parent > .mod-menu__toggle-sub[aria-expanded="true"] {
    background: #e5ebf3;
    color: var(--bhp-navy);
  }

  .site-nav .mod-menu > li.parent,
  .site-nav .mod-menu > li.deeper {
    position: relative;
  }

  .site-nav .mod-menu > li.parent::after,
  .site-nav .mod-menu > li.deeper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0.65rem;
  }

  .site-nav .mod-menu .mod-menu,
  .site-nav .mod-menu__sub,
  .site-nav ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 16.5rem;
    padding: 0.45rem 0;
    margin: 0;
    background: var(--bhp-navy);
    border-left: 3px solid var(--bhp-red);
    box-shadow: 0 10px 28px rgba(7, 30, 61, 0.28);
    z-index: 40;
  }

  .site-nav .mod-menu > li.deeper:hover > .mod-menu,
  .site-nav .mod-menu > li.deeper:focus-within > .mod-menu,
  .site-nav .mod-menu > li.deeper.is-dropdown-open > .mod-menu,
  .site-nav .mod-menu > li.parent:hover > .mod-menu__sub,
  .site-nav .mod-menu > li.parent:focus-within > .mod-menu__sub,
  .site-nav .mod-menu > li.parent.is-dropdown-open > .mod-menu__sub,
  .site-nav .mod-menu > li.parent:hover > ul,
  .site-nav .mod-menu > li.parent:focus-within > ul,
  .site-nav .mod-menu > li.parent.is-dropdown-open > ul,
  .site-nav .mod-menu__sub.show-menu,
  .site-nav .mod-menu > li.parent > .mod-menu__sub[aria-hidden="false"] {
    display: block;
  }

  .site-nav .mod-menu .mod-menu a,
  .site-nav .mod-menu__sub a,
  .site-nav ul ul a {
    color: var(--bhp-white);
    padding: 0.65rem 1rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
    border-radius: 0;
  }

  .site-nav .mod-menu .mod-menu a:hover,
  .site-nav .mod-menu__sub a:hover,
  .site-nav .mod-menu .mod-menu .active > a,
  .site-nav .mod-menu__sub .active > a,
  .site-nav .mod-menu .mod-menu .current > a,
  .site-nav .mod-menu__sub .current > a,
  .site-nav ul ul a:hover {
    background: rgba(255, 255, 255, 0.12);
    color: var(--bhp-white);
  }

  .site-nav .mod-menu__toggle-sub {
    width: auto;
  }

  .site-nav .mod-menu__toggle-sub .icon-chevron-down {
    display: none;
  }

  .site-header__actions {
    flex: 0 0 auto;
    order: 3;
    margin-left: 0;
  }

  .values-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .offer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
  }

  .trainings-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75rem 1.35rem;
  }

  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem 0.75rem;
  }

  .process-step:not(:last-child)::after {
    content: "\2192";
    position: absolute;
    top: 2.35rem;
    right: 0;
    transform: translateX(50%);
    color: #b7c2d3;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1;
    pointer-events: none;
  }

  .process-step__icon {
    width: 6rem;
    height: 6rem;
  }

  .process-step__icon img {
    width: 3rem;
    height: 3rem;
  }

  .ergo-split {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1.15fr) minmax(10.5rem, 12.5rem);
    gap: 1.5rem 1.35rem;
    align-items: center;
  }

  .ergo-callout {
    grid-column: auto;
    max-width: 12.5rem;
    width: 100%;
    margin-inline: 0;
    justify-self: end;
    align-self: center;
    padding: 1.35rem 1rem;
    min-height: 0;
  }

  .ergo-callout__logo {
    height: 2.6rem;
    max-width: 8.5rem;
  }

  .ergo-callout__title {
    font-size: 0.95rem;
  }

  .ergo-callout__text {
    font-size: 0.82rem;
    max-width: none;
  }

  .site-footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  }

  .mobile-cta {
    display: none;
  }

  body:has(.mobile-cta) {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .site-nav a,
  .site-nav .mod-menu__toggle-sub {
    padding: 0.5rem 0.7rem;
    font-size: 0.78rem;
    letter-spacing: 0.03em;
  }

  .site-nav .mod-menu__heading,
  .site-nav .mod-menu > li > span.nav-header {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
  }

  .home-section--home-offer .container {
    width: min(100% - 2rem, 1280px);
  }

  .offer-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.9rem;
  }

  .offer-card {
    padding: 1.35rem 0.7rem 1.2rem;
  }

  .offer-card__icon {
    height: 3.85rem;
    max-width: 4.75rem;
  }

  .offer-card h3 {
    font-size: 0.92rem;
  }

  .offer-card p {
    font-size: 0.8rem;
  }
}

/* About page (O mnie) */
.page-about .component-area {
  max-width: 68rem;
  margin-inline: auto;
}

.page-about .item-page > h1,
.page-about .com-content-article > h1 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.85rem, 3.2vw, 2.45rem);
  font-weight: 800;
}

.page-about .item-image {
  display: none;
}

.about-page {
  color: var(--bhp-text);
}

.about-lead {
  margin: 0 0 1.75rem;
  max-width: 42rem;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.55;
  color: #5d6b80;
}

.about-profile {
  display: grid;
  gap: 1.5rem 2rem;
  align-items: start;
  margin-bottom: 2rem;
}

.about-profile__photo {
  margin: 0;
}

.about-profile__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(15, 35, 65, 0.12);
}

.about-name {
  margin: 0 0 0.75rem;
  color: var(--bhp-red);
  font-size: clamp(1.35rem, 2.4vw, 1.65rem);
  font-weight: 800;
  line-height: 1.25;
}

.about-credentials {
  margin: 0;
}

.about-credentials li {
  font-size: 0.95rem;
}

.about-story {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.about-story p {
  margin: 0;
  line-height: 1.65;
  color: var(--bhp-gray-800);
}

.about-quote {
  margin: 0.5rem 0;
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  font-weight: 600;
  line-height: 1.45;
}

.about-section-title {
  margin: 0 0 1.25rem;
  color: var(--bhp-navy);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  line-height: 1.25;
}

.about-services {
  margin-bottom: 2.5rem;
}

.about-services__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.about-service-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.25rem 1.2rem;
  background: #fff;
  border: 1px solid var(--bhp-gray-200);
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(15, 35, 65, 0.05);
}

.about-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 10px;
  background: var(--bhp-navy);
  color: #fff;
  font-size: 1rem;
}

.about-service-card h3 {
  margin: 0;
  color: var(--bhp-navy);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.3;
}

.about-service-card p {
  margin: 0;
  color: #5d6b80;
  font-size: 0.92rem;
  line-height: 1.45;
}

.about-cta {
  padding: 2rem 1.35rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--bhp-navy) 0%, #1a3a5c 100%);
  color: #fff;
}

.about-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  max-width: 36rem;
}

.about-cta__title {
  margin: 0;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.25;
}

.about-cta__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.5;
}

.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.35rem;
}

.about-cta .btn--primary {
  min-height: 2.75rem;
  padding: 0.65rem 1.25rem;
  border-radius: 10px;
  font-weight: 700;
}

.about-cta .btn--outline {
  min-height: 2.75rem;
  padding: 0.65rem 1.25rem;
  border-radius: 10px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
  font-weight: 600;
}

.about-cta .btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

@media (min-width: 640px) {
  .about-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .about-profile {
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    align-items: center;
  }

  .about-cta__inner {
    max-width: none;
  }

  .about-cta__actions {
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .about-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-services__grid > :nth-child(4) {
    grid-column: 1 / span 1;
  }

  .about-services__grid > :nth-child(5) {
    grid-column: 2 / span 1;
  }
}

/* Service pages (szkolenia, obsługa, ergonomia) */
.page-service .component-area {
  max-width: 68rem;
  margin-inline: auto;
}

.page-service .item-page > h1,
.page-service .com-content-article > h1 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.85rem, 3.2vw, 2.45rem);
  font-weight: 800;
}

.page-service .item-image {
  display: none;
}

.service-page {
  color: var(--bhp-text);
}

.service-lead {
  margin: 0 0 1.75rem;
  max-width: 46rem;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.55;
  color: #5d6b80;
}

.service-hero {
  display: grid;
  gap: 1.5rem 2rem;
  align-items: stretch;
  margin-bottom: 2.5rem;
}

.service-hero__media {
  margin: 0;
}

.service-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(15, 35, 65, 0.12);
}

.service-hero__aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.85rem;
  padding: 1.5rem 1.35rem;
  background: #eef2f7;
  border-radius: 14px;
}

.service-aside-title {
  margin: 0;
  color: var(--bhp-navy);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
}

.service-hero__aside .check-list {
  margin: 0;
}

.service-aside-note {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #5d6b80;
}

.service-section {
  margin-bottom: 2.5rem;
}

.service-section-title {
  margin: 0 0 1.25rem;
  color: var(--bhp-navy);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  line-height: 1.25;
}

.service-cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.service-info-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.35rem 1.25rem;
  background: #fff;
  border: 1px solid var(--bhp-gray-200);
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(15, 35, 65, 0.05);
}

.service-info-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 10px;
  background: var(--bhp-navy);
  color: #fff;
  font-size: 1rem;
}

.service-info-card h3 {
  margin: 0;
  color: var(--bhp-navy);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.3;
}

.service-info-card p {
  margin: 0;
  color: #5d6b80;
  font-size: 0.95rem;
  line-height: 1.55;
}

.service-info-card .service-info-card__note {
  padding-top: 0.35rem;
  border-top: 1px solid var(--bhp-gray-200);
  font-size: 0.88rem;
  color: var(--bhp-gray-600);
}

.service-benefits {
  margin: 0;
  max-width: 52rem;
}

.service-benefits li {
  margin-bottom: 0.85rem;
  font-size: 0.98rem;
  line-height: 1.55;
}

.service-prose {
  margin: 0;
  max-width: 52rem;
  line-height: 1.65;
  color: var(--bhp-gray-800);
}

.service-prose--note {
  margin-bottom: 2rem;
  color: #5d6b80;
}

.service-info-card__highlight {
  margin: 0;
  color: var(--bhp-red);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.service-price-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.service-price-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.5rem 1.35rem;
  background: #fff;
  border: 1px solid var(--bhp-gray-200);
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(15, 35, 65, 0.05);
}

.service-price-card h3 {
  margin: 0 0 0.35rem;
  color: var(--bhp-navy);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
}

.service-price-card__amount {
  margin: 0;
  color: var(--bhp-red);
  font-size: clamp(1.45rem, 2.5vw, 1.75rem);
  font-weight: 800;
  line-height: 1.2;
}

.service-price-card__unit {
  margin: 0 0 0.5rem;
  color: #5d6b80;
  font-size: 0.88rem;
  font-weight: 600;
}

.service-price-card > p:last-child {
  margin: 0;
  color: #5d6b80;
  font-size: 0.92rem;
  line-height: 1.5;
}

.service-cta {
  margin-top: 0.5rem;
}

@media (min-width: 640px) {
  .service-price-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Contact page */
.page-contact .component-area {
  display: none;
}

.page-contact .content-top {
  max-width: 68rem;
  margin: 0 auto 2.5rem;
}

.page-contact .moduletable.contact-page-module,
.page-contact .moduletable.contact-map-module {
  margin: 0 0 2rem;
}

.contact-page {
  color: var(--bhp-text);
}

.contact-page__header {
  margin-bottom: 1.75rem;
}

.contact-page__title {
  margin: 0 0 0.75rem;
  color: var(--bhp-navy);
  font-size: clamp(1.85rem, 3.2vw, 2.45rem);
  font-weight: 800;
  line-height: 1.25;
}

.contact-page__lead {
  margin: 0;
  max-width: 46rem;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.55;
  color: #5d6b80;
}

.contact-page__section-title {
  margin: 0 0 1.15rem;
  color: var(--bhp-navy);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.25;
}

.contact-cta-panel {
  display: grid;
  gap: 1.35rem;
  margin-bottom: 2.5rem;
  padding: 1.75rem 1.4rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--bhp-navy) 0%, #1a3a5c 100%);
  color: #fff;
}

.contact-cta-panel__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.contact-cta-panel__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 800;
  line-height: 1.25;
}

.contact-cta-panel__text {
  margin: 0;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-cta-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.contact-cta-panel__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.85rem;
  padding: 0.7rem 1.25rem;
  border-radius: 10px;
  font-weight: 700;
}

.contact-cta-panel__btn .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.contact-cta-panel__btn--mail {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}

.contact-cta-panel__btn--mail:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

.contact-channel-grid {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.contact-channel {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-height: 100%;
  padding: 1.35rem 1.25rem;
  background: #fff;
  border: 1px solid var(--bhp-gray-200);
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(15, 35, 65, 0.05);
  color: inherit;
  text-decoration: none;
}

a.contact-channel:hover,
a.contact-channel:focus-visible {
  border-color: var(--bhp-navy);
  text-decoration: none;
  color: inherit;
}

.contact-channel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 0.45rem;
  border-radius: 10px;
  background: var(--bhp-navy);
  color: #fff;
  font-size: 1rem;
}

.contact-channel__label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5d6b80;
}

.contact-channel__value {
  color: var(--bhp-gray-800);
  font-size: 0.95rem;
  line-height: 1.4;
}

.contact-channel__value--strong {
  color: var(--bhp-navy);
  font-size: 1.08rem;
  font-weight: 800;
}

.contact-channel__value--email {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-channel__hint {
  margin-top: 0.35rem;
  color: #5d6b80;
  font-size: 0.88rem;
  line-height: 1.4;
}

.contact-company-meta {
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 1.15rem 1.25rem;
  display: grid;
  gap: 0.75rem 1.25rem;
  grid-template-columns: 1fr;
  background: #eef2f7;
  border-radius: 12px;
}

.contact-company-meta li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.contact-company-meta span {
  font-size: 0.8rem;
  font-weight: 600;
  color: #5d6b80;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contact-company-meta strong {
  color: var(--bhp-navy);
  font-size: 0.98rem;
  font-weight: 700;
}

.contact-map .map-embed {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(15, 35, 65, 0.1);
}

.contact-map iframe {
  display: block;
  width: 100%;
  border: 0;
  min-height: 320px;
}

@media (min-width: 640px) {
  .contact-channel-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-company-meta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .contact-cta-panel {
    grid-template-columns: minmax(0, 1.4fr) auto;
    align-items: center;
    padding: 2rem 1.75rem;
  }

  .contact-cta-panel__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  .service-hero {
    grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.85fr);
    align-items: stretch;
  }

  .service-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

.error-page__inner,
.offline-page__inner {
  padding: 4rem 0;
  text-align: center;
}

.error-page__code {
  font-size: 4rem;
  font-weight: 700;
  color: var(--bhp-red);
  margin: 0;
}

/* ——— Subtle modern motion ——— */
@keyframes bhp-fade-up {
  from {
    opacity: 0;
    transform: translateY(1.1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bhp-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bhp-soft-rise {
  from {
    opacity: 0;
    transform: translateY(0.6rem) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.bhp-hero__content > * {
  animation: bhp-fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bhp-hero__content > *:nth-child(1) { animation-delay: 0.05s; }
.bhp-hero__content > *:nth-child(2) { animation-delay: 0.14s; }
.bhp-hero__content > *:nth-child(3) { animation-delay: 0.23s; }
.bhp-hero__content > *:nth-child(4) { animation-delay: 0.32s; }

.bhp-hero__media-mobile {
  animation: bhp-fade-in 0.85s ease 0.2s both;
}

.home-hero {
  animation: bhp-fade-in 0.5s ease both;
}

.service-page .page-header,
.service-page .service-lead,
.contact-page__header,
.item-page .page-header {
  animation: bhp-fade-up 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bhp-reveal {
  opacity: 0;
  transform: translateY(1.15rem);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.bhp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.bhp-reveal--soft {
  transform: translateY(0.7rem) scale(0.99);
}

.bhp-reveal--soft.is-visible {
  transform: translateY(0) scale(1);
}

.bhp-stagger > .bhp-reveal:nth-child(1) { transition-delay: 0.04s; }
.bhp-stagger > .bhp-reveal:nth-child(2) { transition-delay: 0.1s; }
.bhp-stagger > .bhp-reveal:nth-child(3) { transition-delay: 0.16s; }
.bhp-stagger > .bhp-reveal:nth-child(4) { transition-delay: 0.22s; }
.bhp-stagger > .bhp-reveal:nth-child(5) { transition-delay: 0.28s; }
.bhp-stagger > .bhp-reveal:nth-child(6) { transition-delay: 0.34s; }
.bhp-stagger > .bhp-reveal:nth-child(7) { transition-delay: 0.4s; }
.bhp-stagger > .bhp-reveal:nth-child(8) { transition-delay: 0.46s; }

.values-item,
.process-step,
.training-card,
.offer-card,
.pricing-card,
.contact-band__item,
.service-card,
.about-block,
.expert-card,
.ergo-callout {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .values-item:hover,
  .process-step:hover,
  .training-card:hover,
  .service-card:hover {
    transform: translateY(-3px);
  }

  .btn:active {
    transform: translateY(0);
  }
}

.site-header {
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 8px 24px rgba(7, 30, 61, 0.1);
}

@media (prefers-reduced-motion: reduce) {
  .bhp-hero__content > *,
  .bhp-hero__media-mobile,
  .home-hero,
  .service-page .page-header,
  .service-page .service-lead,
  .contact-page__header,
  .item-page .page-header {
    animation: none !important;
  }

  .bhp-reveal,
  .bhp-reveal--soft {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .offer-card:hover,
  .pricing-card:hover,
  .values-item:hover,
  .process-step:hover,
  .training-card:hover,
  .service-card:hover,
  .btn:hover {
    transform: none;
  }
}

