:root {
  --eh-purple: #9090fa;
  --eh-yellow: #fab800;
  --eh-pink: #e80c50;
  --eh-pink-hover: #f23c6a;
  --eh-cream: #ffe59c;
}

.eh-shell-enabled .ekit-template-content-header,
.eh-shell-enabled .ekit-template-content-footer,
.eh-shell-enabled .elementskit-template-content-header,
.eh-shell-enabled .elementskit-template-content-footer {
  display: none !important;
}

/* Domyślny nagłówek i stopka Hello Elementor nie mogą dublować wersji fundacji. */
.eh-shell-enabled #site-header,
.eh-shell-enabled #site-footer {
  display: none !important;
}

.eh-site-header,
.eh-site-header *,
.eh-site-footer,
.eh-site-footer * {
  box-sizing: border-box;
}

body.eh-menu-open {
  overflow: hidden;
}

.eh-mobile-menu-brand {
  display: none;
}

.eh-site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 9990;
  min-height: 90px;
  color: #fff;
  background: transparent;
  font-family: "Raleway", Arial, sans-serif;
  transition: background-color .45s ease, min-height .45s ease, box-shadow .45s ease;
}

.eh-site-header.is-scrolled {
  position: fixed;
  min-height: 72px;
  background: var(--eh-purple);
  box-shadow: 0 4px 20px rgba(62, 48, 115, .15);
}

.admin-bar .eh-site-header.is-scrolled {
  top: 32px;
}

.eh-header-inner {
  width: min(100%, 1940px);
  min-height: inherit;
  margin: 0 auto;
  padding: 10px max(3%, env(safe-area-inset-right)) 10px max(3%, env(safe-area-inset-left));
  display: flex;
  align-items: center;
  gap: 30px;
}

.eh-header-logo {
  display: block;
  flex: 0 0 auto;
  width: 230px;
  line-height: 0;
  transform-origin: left center;
  transition: filter .5s ease, width .45s ease, transform .35s ease;
}

.eh-header-logo:hover {
  filter: brightness(1.05);
  transform: scale(1.035);
}

.eh-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.is-scrolled .eh-header-logo {
  width: 205px;
}

.eh-primary-navigation {
  flex: 1 1 auto;
}

.eh-primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2.1vw, 43px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.eh-primary-menu > li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  margin: 0;
  padding: 0;
}

.is-scrolled .eh-primary-menu > li {
  min-height: 50px;
}

.eh-primary-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.15;
  white-space: nowrap;
  transition: color .3s ease, opacity .3s ease, transform .3s ease, background-color .3s ease;
}

.eh-primary-menu > li:not(.eh-support-item):not(.eh-tax-link) > a:hover,
.eh-primary-menu > li:not(.eh-support-item):not(.eh-tax-link) > a:focus-visible {
  color: #d5d5d5;
}

.eh-tax-link a,
.eh-tax-link img {
  display: block;
}

.eh-tax-link img {
  width: 70px;
  height: auto;
  transform: translateY(8px);
  transition: transform .3s ease, filter .3s ease;
}

.eh-tax-link a:hover img,
.eh-tax-link a:focus-visible img {
  transform: translateY(6px) scale(1.02);
  filter: brightness(1.08);
}

.eh-support-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 64px;
  padding: 13px 24px;
  border: 1px solid var(--eh-pink);
  border-radius: 5px;
  background: var(--eh-pink);
  font-size: 21px !important;
  font-weight: 500 !important;
}

.eh-support-button svg {
  width: 29px;
  height: 29px;
  fill: currentColor;
  transition: transform .3s ease;
}

.eh-support-button:hover,
.eh-support-button:focus-visible {
  color: #fff;
  background: var(--eh-pink-hover);
  border-color: var(--eh-pink-hover);
  border-radius: 5px;
  transform: translateY(-1px);
}

.eh-support-button:hover svg {
  transform: scale(1.08);
}

.is-scrolled .eh-support-button {
  min-height: 50px;
  padding-block: 8px;
}

.eh-menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  padding: 8px;
  border: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, .12);
  cursor: pointer;
}

.eh-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  border-radius: 4px;
  background: #fff;
  transition: transform .3s ease, opacity .3s ease;
}

.eh-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.eh-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.eh-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.eh-site-footer {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 58px max(24px, 5vw, env(safe-area-inset-right)) 27px max(24px, 5vw, env(safe-area-inset-left));
  color: #fff;
  background: var(--eh-yellow);
  font-family: "Raleway", Arial, sans-serif;
}

.eh-footer-inner {
  width: min(100%, 1488px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(580px, 1.12fr) minmax(520px, .88fr);
  gap: clamp(70px, 10vw, 180px);
}

.eh-site-footer h2 {
  margin: 0 0 28px;
  color: #fff;
  font: 600 30px/1.15 "Raleway", Arial, sans-serif;
  letter-spacing: .02em;
}

.eh-footer-contact > h2,
.eh-donation > h2,
.eh-footer-navigation h2 {
  font-size: 20px;
  letter-spacing: .14em;
}

.eh-footer-contact a,
.eh-footer-navigation a {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease;
}

.eh-footer-contact a:hover,
.eh-footer-contact a:focus-visible,
.eh-footer-navigation a:hover,
.eh-footer-navigation a:focus-visible {
  color: var(--eh-cream);
}

.eh-contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 19px;
  font-size: 22px;
  line-height: 1.4;
}

.eh-contact-row span,
.eh-contact-row a {
  overflow-wrap: anywhere;
}

.eh-contact-row img {
  width: 33px;
  height: 33px;
  flex: 0 0 33px;
  object-fit: contain;
}

.eh-donation {
  margin-top: 57px;
  font-size: 20px;
  line-height: 1.35;
}

.eh-donation h2 {
  margin-bottom: 27px;
}

.eh-donation p {
  margin: 0 0 7px;
}

.eh-donation strong {
  font-weight: 700;
}

.eh-foreign-transfer {
  margin-top: 30px;
}

.eh-bank-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 5px;
}

.eh-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 3px;
  border: 0;
  border-radius: 6px;
  color: rgba(255, 255, 255, .55);
  background: transparent;
  cursor: pointer;
  transition: all .3s ease;
}

.eh-copy-button svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  transition: color .3s ease;
}

.eh-copy-button:hover,
.eh-copy-button:focus-visible {
  color: #00bfff;
  background: rgba(255, 255, 255, .2);
  box-shadow: 0 2px 5px rgba(255, 255, 255, .3);
  transform: scale(1.05);
}

.eh-copy-button:active {
  transform: scale(.95);
}

.eh-copy-message {
  display: inline-block;
  max-width: 0;
  margin-left: 0;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity .5s ease, transform .5s ease, max-width .5s ease, margin-left .5s ease;
}

.eh-copy-message.is-visible {
  max-width: 110px;
  margin-left: 7px;
  opacity: 1;
  transform: translateX(0);
}

.eh-footer-right {
  display: flex;
  flex-direction: column;
}

.eh-social-area h2 {
  margin-bottom: 33px;
  white-space: nowrap;
}

.eh-social-links {
  display: flex;
  align-items: center;
  gap: 42px;
}

.eh-social-links a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 0;
  transition: opacity .5s ease, filter .5s ease, transform .5s ease;
}

.eh-social-links a.eh-social-zrzutka {
  width: 116px;
}

.eh-social-links img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.eh-social-links a:hover,
.eh-social-links a:focus-visible {
  opacity: .8;
  filter: brightness(.95);
  transform: translateY(-2px);
}

.eh-footer-navigation {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.eh-footer-navigation > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.eh-footer-navigation h2 {
  margin: 0 0 5px;
}

.eh-footer-navigation a {
  font-size: 20px;
  line-height: 1.35;
}

.eh-footer-copyright {
  margin: 76px auto 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

/* Stała nakładka szybkiej darowizny. */
.eh-donation-dock,
.eh-donation-dock * {
  box-sizing: border-box;
}

.eh-donation-dock {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9980;
  width: 350px;
  height: 246px;
  padding: 20px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 86% 6%, rgba(255, 255, 255, .18), transparent 29%),
    linear-gradient(145deg, #7776e7 0%, #8d69d9 52%, #c43b83 100%);
  box-shadow: 0 20px 55px rgba(58, 40, 115, .30);
  font-family: "Raleway", Arial, sans-serif;
  transition: width .42s cubic-bezier(.22, 1, .36, 1), height .42s cubic-bezier(.22, 1, .36, 1), border-radius .35s ease, box-shadow .35s ease, transform .35s ease;
}

.eh-donation-dock::before {
  content: "";
  position: absolute;
  right: -36px;
  top: -50px;
  width: 145px;
  height: 145px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  pointer-events: none;
}

.eh-donation-dock:hover {
  box-shadow: 0 24px 65px rgba(58, 40, 115, .37);
}

.eh-dock-collapse {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  background: rgba(42, 30, 101, .16);
  cursor: pointer;
  transition: background-color .25s ease, transform .35s ease;
}

.eh-dock-collapse:hover,
.eh-dock-collapse:focus-visible {
  background: rgba(42, 30, 101, .36);
  transform: scale(1.08);
}

.eh-dock-collapse svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}

.eh-dock-content {
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .24s ease .12s, transform .36s cubic-bezier(.22, 1, .36, 1) .08s;
}

.eh-dock-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding-right: 32px;
}

.eh-dock-heading strong,
.eh-dock-heading small {
  display: block;
}

.eh-dock-heading strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}

.eh-dock-heading small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 500;
}

.eh-dock-heart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  color: var(--eh-pink);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(46, 30, 98, .18);
}

.eh-dock-heart svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.eh-dock-amounts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 38px;
  gap: 7px;
  margin-top: 16px;
}

.eh-dock-amounts > button,
.eh-dock-other {
  width: 100%;
  height: 42px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 10px;
  background: rgba(255, 255, 255, .13);
}

.eh-dock-amounts > button {
  padding: 0 6px;
  color: #fff;
  font: 600 14px/1 "Raleway", Arial, sans-serif;
  cursor: pointer;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.eh-dock-amounts > button:hover,
.eh-dock-amounts > button:focus-visible,
.eh-dock-amounts > button.is-selected {
  color: #6e58c4;
  border-color: #fff;
  background: #fff;
  box-shadow: 0 7px 16px rgba(49, 32, 104, .14);
  transform: translateY(-1px);
}

.eh-dock-other {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.eh-dock-other:focus-within {
  border-color: #fff;
  background: #fff;
  box-shadow: 0 7px 16px rgba(49, 32, 104, .14);
}

.eh-dock-other input {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 6px;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
  font: 600 13px/1 "Raleway", Arial, sans-serif;
  text-align: center;
  -moz-appearance: textfield;
}

.eh-dock-other input:focus { color: #6e58c4; }
.eh-dock-other input::placeholder { color: rgba(255, 255, 255, .88); opacity: 1; }
.eh-dock-other:focus-within input::placeholder { color: #8b80b9; }
.eh-dock-other input::-webkit-outer-spin-button,
.eh-dock-other input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }

.eh-dock-gateway {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 42px;
  margin: 0;
  padding: 0;
  color: #6651bd;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 16px rgba(49, 32, 104, .14);
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  transition: color .25s ease, background .3s ease, transform .25s ease, box-shadow .3s ease;
}

.eh-dock-gateway::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.3);
  opacity: 0;
  transform: translate(-50%,-50%) scale(0);
  transition: opacity .2s ease, transform .45s ease;
}
.eh-dock-gateway:hover, .eh-dock-gateway:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #7c72e9 0%, #ef0051 100%);
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 11px 22px rgba(91, 48, 145, .28);
}
.eh-dock-gateway:hover::before, .eh-dock-gateway:focus-visible::before { opacity: 1; transform: translate(-50%,-50%) scale(7); }
.eh-dock-gateway svg { width: 18px; height: 18px; fill: currentColor; transition: transform .2s ease; }
.eh-dock-gateway:hover svg, .eh-dock-gateway:focus-visible svg { position: relative; transform: translateX(3px); }

.eh-mobile-card,
.eh-mobile-blik-open,
.eh-mobile-amount-hint,
.eh-mobile-blik-modal { display: none; }

.eh-dock-payment-row {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.eh-dock-blik-code {
  position: relative;
  display: block;
  height: 54px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 11px;
  background: rgba(255, 255, 255, .14);
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.eh-dock-blik-code:focus-within {
  border-color: #fff;
  background: #fff;
  box-shadow: 0 7px 16px rgba(49, 32, 104, .14);
}

.eh-dock-blik-code input {
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 1px 8px 0;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
  font: 700 15px/1 "Raleway", Arial, sans-serif;
  letter-spacing: .08em;
  text-align: center;
}

.eh-dock-blik-code input:focus { color: #5e4aad; }
.eh-dock-blik-code input::placeholder { color: rgba(255, 255, 255, .72); opacity: 1; }
.eh-dock-blik-code:focus-within input::placeholder { color: #b2aaca; }

.eh-blik-brand {
  position: absolute;
  left: 50%;
  bottom: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 14px;
  padding: 2px 4px;
  border-radius: 4px;
  background: rgba(42,30,78,.48);
  transform: translateX(-50%);
}

.eh-dock-blik-code:focus-within .eh-blik-brand { background: #44336f; }
.eh-blik-brand img { display: block; width: 100%; height: 100%; object-fit: contain; }

.eh-dock-blik-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 54px;
  margin: 0;
  padding: 0 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 11px;
  background: var(--eh-pink);
  box-shadow: 0 9px 20px rgba(99, 5, 43, .20);
  font: 700 13px/1 "Raleway", Arial, sans-serif;
  cursor: pointer;
  transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.eh-dock-blik-submit:hover,
.eh-dock-blik-submit:focus-visible {
  background: var(--eh-pink-hover);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(99, 5, 43, .26);
}

.eh-dock-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 54px;
  min-height: 54px;
  align-self: center;
  margin-top: 0;
  padding: 0;
  color: #5e4aad;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(46, 30, 98, .18);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.eh-dock-checkout:hover,
.eh-dock-checkout:focus-visible {
  color: var(--eh-pink);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(46, 30, 98, .24);
}

[data-eh-tooltip] { position: relative; }
[data-eh-tooltip]::after {
  content: attr(data-eh-tooltip);
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  z-index: 4;
  width: max-content;
  max-width: 220px;
  padding: 8px 10px;
  color: #fff;
  border-radius: 8px;
  background: #33265d;
  box-shadow: 0 8px 20px rgba(32, 20, 70, .25);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity .2s ease, transform .2s ease;
}
[data-eh-tooltip]:hover::after, [data-eh-tooltip]:focus-visible::after { opacity: 1; transform: translateY(0); }

.eh-dock-card-icon {
  display: inline-flex;
  flex: 0 0 auto;
}

.eh-dock-card-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.eh-dock-status {
  min-height: 14px;
  margin: 5px 2px 0;
  color: rgba(255, 255, 255, .9);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.eh-dock-status.is-error { color: #fff0b8; }

.eh-dock-collapsed-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 0 47px 0 15px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .34s ease;
}

.eh-dock-collapsed-label svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.eh-dock-collapsed-label span {
  font-size: 15px;
  font-weight: 700;
}

.eh-donation-dock.is-collapsed {
  width: 150px;
  height: 62px;
  border-radius: 31px;
}

.eh-donation-dock.is-collapsed .eh-dock-collapse svg { transform: rotate(180deg); }
.eh-donation-dock.is-collapsed .eh-dock-content { opacity: 0; pointer-events: none; transform: translateY(12px); transition-delay: 0s; }
.eh-donation-dock.is-collapsed .eh-dock-collapsed-label { opacity: 1; pointer-events: auto; transform: translateY(0); transition-delay: .16s; }

.eh-donation-dock .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1600px) {
  .eh-header-inner { gap: 20px; }
  .eh-header-logo { width: 215px; }
  .is-scrolled .eh-header-logo { width: 195px; }
  .eh-primary-menu { gap: clamp(12px, 1.3vw, 22px); }
  .eh-primary-menu a { font-size: 19px; }
  .eh-support-button { min-height: 58px; padding-inline: 18px; font-size: 19px !important; }
  .eh-support-button svg { width: 26px; height: 26px; }
}

@media (max-width: 1250px) {
  .eh-header-inner { gap: 20px; padding-inline: 3%; }
  .eh-header-logo { width: 205px; }
  .is-scrolled .eh-header-logo { width: 185px; }
  .eh-primary-menu { gap: 14px; }
  .eh-primary-menu a { font-size: 18px; }
  .eh-support-button { padding-inline: 16px; font-size: 18px !important; }
  .eh-footer-inner { grid-template-columns: 1fr 1fr; gap: 65px; }
  .eh-social-area h2 { white-space: normal; }
}

@media (max-width: 1024px) {
  .admin-bar .eh-site-header.is-scrolled { top: 32px; }
  .eh-site-header, .eh-site-header.is-scrolled { min-height: 76px; }
  .eh-header-inner { padding-block: 8px; justify-content: space-between; }
  .eh-header-logo, .is-scrolled .eh-header-logo {
    position: relative;
    z-index: 3;
    width: 205px;
    transition: filter .5s ease, width .45s ease, transform .35s ease, opacity .25s ease;
  }
  body.eh-menu-open .eh-header-logo { opacity: 0; pointer-events: none; }
  .eh-menu-toggle {
    position: relative;
    z-index: 10002;
    display: block;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%;
    background: rgba(65, 55, 132, .28);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background-color .3s ease, border-color .3s ease, transform .3s ease;
  }
  .eh-menu-toggle:hover, .eh-menu-toggle:focus-visible { background: rgba(65, 55, 132, .48); transform: scale(1.05); }
  .eh-menu-toggle[aria-expanded="true"], .eh-menu-toggle.is-closing { background: rgba(45, 37, 105, .72); border-color: rgba(255, 255, 255, .75); }
  .eh-menu-toggle.is-closing span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .eh-menu-toggle.is-closing span:nth-child(2) { opacity: 0; }
  .eh-menu-toggle.is-closing span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .eh-primary-navigation {
    position: fixed;
    inset: 0;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 100%;
    padding: max(78px, calc(env(safe-area-inset-top) + 58px)) max(24px, env(safe-area-inset-right)) max(30px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 0;
    background:
      radial-gradient(circle at 12% 15%, rgba(255, 255, 255, .18) 0, rgba(255, 255, 255, 0) 27%),
      radial-gradient(circle at 88% 88%, rgba(232, 12, 80, .13) 0, rgba(232, 12, 80, 0) 30%),
      linear-gradient(145deg, #9696ff 0%, #8885f3 48%, #7d78e5 100%);
    box-shadow: none;
    opacity: 0;
    transform: translateY(-100%);
    visibility: hidden;
    transition: transform .58s cubic-bezier(.22, 1, .36, 1), opacity .38s ease, visibility .01s linear .58s;
  }
  .eh-primary-navigation.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition-delay: 0s;
  }
  .eh-mobile-menu-brand {
    display: block;
    width: min(270px, 68vw);
    margin: 0 auto 22px;
    line-height: 0;
    opacity: 0;
    transform: translateY(-18px) scale(.94);
    transition: opacity .38s ease, transform .48s cubic-bezier(.22, 1, .36, 1);
  }
  .eh-mobile-menu-brand img { display: block; width: 100%; height: auto; }
  .eh-primary-navigation.is-open .eh-mobile-menu-brand { opacity: 1; transform: translateY(0) scale(1); transition-delay: .16s; }
  .eh-primary-menu { width: min(430px, 100%); flex-direction: column; align-items: stretch; gap: 2px; padding: 0; }
  .eh-primary-menu > li {
    width: 100%;
    min-height: 0;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .3s ease, transform .42s cubic-bezier(.22, 1, .36, 1);
  }
  .eh-primary-navigation.is-open .eh-primary-menu > li { opacity: 1; transform: translateY(0); }
  .eh-primary-navigation.is-open .eh-primary-menu > li:nth-child(1) { transition-delay: .20s; }
  .eh-primary-navigation.is-open .eh-primary-menu > li:nth-child(2) { transition-delay: .24s; }
  .eh-primary-navigation.is-open .eh-primary-menu > li:nth-child(3) { transition-delay: .28s; }
  .eh-primary-navigation.is-open .eh-primary-menu > li:nth-child(4) { transition-delay: .32s; }
  .eh-primary-navigation.is-open .eh-primary-menu > li:nth-child(5) { transition-delay: .36s; }
  .eh-primary-navigation.is-open .eh-primary-menu > li:nth-child(6) { transition-delay: .40s; }
  .eh-primary-navigation.is-open .eh-primary-menu > li:nth-child(7) { transition-delay: .44s; }
  .eh-primary-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  .eh-primary-menu > li:not(.eh-support-item):not(.eh-tax-link) > a:hover,
  .eh-primary-menu > li:not(.eh-support-item):not(.eh-tax-link) > a:focus-visible { color: #fff; transform: scale(1.045); }
  .eh-tax-link { margin-top: 5px; }
  .eh-tax-link img { width: 72px; transform: none; filter: drop-shadow(0 4px 10px rgba(57, 42, 115, .12)); }
  .eh-tax-link a:hover img, .eh-tax-link a:focus-visible img { transform: scale(1.02); }
  .eh-support-item { margin-top: 12px; }
  .eh-support-button {
    width: min(260px, 100%);
    min-height: 56px !important;
    margin: 0 auto;
    padding: 12px 24px;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(111, 7, 49, .20);
  }
  .eh-support-button:hover, .eh-support-button:focus-visible { border-radius: 8px; transform: translateY(-2px) scale(1.015); }
  .eh-site-footer { padding-top: 48px; }
  .eh-footer-inner { grid-template-columns: 1fr; gap: 65px; }
  .eh-footer-right { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
  .eh-footer-navigation { margin-top: 0; }
}

@media (max-width: 782px) {
  .admin-bar .eh-site-header.is-scrolled { top: 46px; }
}

@media (max-width: 760px) {
  body.eh-donation-dock-enabled { padding-bottom: 72px; }
  body.eh-blik-modal-open { overflow: hidden; }
  .eh-donation-dock,
  .eh-donation-dock.is-collapsed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    min-height: 64px;
    padding: 10px max(8px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
    border-width: 1px 0 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -14px 38px rgba(58, 40, 115, .25);
    overflow: visible;
  }
  .eh-donation-dock::before { display: none; }
  .eh-dock-collapse, .eh-dock-collapsed-label { display: none; }
  .eh-donation-dock.is-collapsed .eh-dock-content { opacity: 1; pointer-events: auto; transform: none; }
  .eh-dock-content { display: block; }
  .eh-dock-heading, .eh-dock-payment-row, .eh-dock-status { display: none; }
  .eh-mobile-amount-hint {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    z-index: 3;
    display: block;
    width: max-content;
    max-width: calc(100vw - 28px);
    margin: 0;
    padding: 8px 11px;
    color: #fff;
    border-radius: 9px;
    background: #33265d;
    box-shadow: 0 9px 22px rgba(35,23,73,.24);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 6px);
    transition: opacity .2s ease, transform .25s ease;
  }
  .eh-mobile-amount-hint.is-visible { opacity: 1; transform: translate(-50%, 0); }
  .eh-dock-amounts {
    grid-template-columns: repeat(3, minmax(36px, .8fr)) minmax(48px, 1fr) 38px 38px 38px;
    gap: 5px;
    margin-top: 0;
  }
  .eh-dock-amounts > button, .eh-dock-other, .eh-dock-gateway { height: 44px; border-radius: 9px; }
  .eh-dock-amounts > button { padding: 0 2px; font-size: 12px; }
  .eh-dock-other input { padding: 0 2px; font-size: 11px; }
  .eh-dock-gateway { width: 38px; min-width: 38px; }
  .eh-mobile-card, .eh-mobile-blik-open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 44px;
    margin: 0;
    padding: 0;
    color: #5e4aad;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 9px;
    background: #fff;
    text-decoration: none;
  }
  .eh-mobile-card svg { width: 20px; height: 20px; fill: currentColor; }
  .eh-mobile-blik-open {
    position: relative;
    overflow: hidden;
    border-color: rgba(255,255,255,.58);
    background: linear-gradient(180deg, #101010 0%, #414141 100%);
    box-shadow: 0 6px 14px rgba(24,18,44,.22);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .eh-mobile-blik-open img { display: block; width: 27px; height: 31px; object-fit: contain; }
  .eh-mobile-blik-open:hover, .eh-mobile-blik-open:focus-visible { transform: translateY(-1px) scale(1.04); box-shadow: 0 9px 18px rgba(24,18,44,.3); }
  [data-eh-tooltip]::after { display: none; }

  .eh-mobile-blik-modal:not([hidden]) {
    position: fixed;
    inset: 0;
    z-index: 11000;
    display: block;
  }
  .eh-mobile-blik-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(25, 17, 53, .56);
    opacity: 0;
    transition: opacity .28s ease;
  }
  .eh-mobile-blik-sheet {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 22px max(18px, env(safe-area-inset-right)) max(22px, calc(env(safe-area-inset-bottom) + 16px)) max(18px, env(safe-area-inset-left));
    color: #33265d;
    border-radius: 24px 24px 0 0;
    background: #fff;
    box-shadow: 0 -20px 55px rgba(30, 18, 66, .25);
    transform: translateY(105%);
    transition: transform .32s cubic-bezier(.22,1,.36,1);
  }
  .eh-mobile-blik-modal.is-open .eh-mobile-blik-backdrop { opacity: 1; }
  .eh-mobile-blik-modal.is-open .eh-mobile-blik-sheet { transform: translateY(0); }
  .eh-mobile-blik-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    color: #5e4aad;
    border: 0;
    border-radius: 50%;
    background: #f0edff;
    font: 400 28px/1 Arial, sans-serif;
    cursor: pointer;
  }
  .eh-mobile-blik-title-row { display: flex; align-items: center; gap: 12px; padding-right: 42px; }
  .eh-mobile-blik-title-row strong, .eh-mobile-blik-title-row small { display: block; }
  .eh-mobile-blik-title-row strong { font-size: 19px; }
  .eh-mobile-blik-title-row small { margin-top: 3px; color: #756b91; font-size: 11px; }
  .eh-mobile-blik-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 42px;
    padding: 8px 9px;
    flex: 0 0 72px;
    overflow: hidden;
    border-radius: 11px;
    background: linear-gradient(135deg, #33265d, #6f55be);
    box-shadow: 0 7px 16px rgba(51,38,93,.18);
  }
  .eh-mobile-blik-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
  .eh-mobile-blik-amounts { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 7px; margin-top: 20px; }
  .eh-mobile-blik-amounts button, .eh-mobile-blik-amounts input { width: 100%; height: 44px; margin: 0; padding: 0 5px; border: 1px solid #ded9f2; border-radius: 10px; background: #f7f5ff; color: #5e4aad; font: 700 13px/1 "Raleway",Arial,sans-serif; text-align: center; }
  .eh-mobile-blik-amounts button.is-selected { color: #fff; border-color: #8583f2; background: #8583f2; }
  .eh-mobile-blik-form { display: grid; grid-template-columns: minmax(0,1fr) 105px; gap: 8px; margin-top: 10px; }
  .eh-mobile-blik-form input, .eh-mobile-blik-form button { height: 50px; margin: 0; border-radius: 11px; font-family: "Raleway",Arial,sans-serif; }
  .eh-mobile-blik-form input { padding: 0 12px; color: #33265d; border: 1px solid #d7d1ec; outline: 0; font-size: 17px; font-weight: 700; letter-spacing: .13em; text-align: center; }
  .eh-mobile-blik-form input:focus { border-color: #8583f2; box-shadow: 0 0 0 3px rgba(133,131,242,.14); }
  .eh-mobile-blik-form button { color: #fff; border: 0; background: var(--eh-pink); font-size: 14px; font-weight: 700; cursor: pointer; }
  .eh-mobile-blik-status { min-height: 30px; margin: 9px 2px 0; color: #5e4aad; font-size: 11px; font-weight: 600; line-height: 1.35; text-align: center; }
  .eh-mobile-blik-status.is-error { color: #b20f4e; }
  .eh-site-footer { padding-top: 44px; }
  .eh-footer-inner { gap: 58px; }
  .eh-footer-right { display: block; }
  .eh-social-links { flex-wrap: wrap; }
  .eh-footer-navigation { margin-top: 58px; }
}

@media (max-width: 680px) {
  .eh-header-logo, .is-scrolled .eh-header-logo { width: 175px; }
  .eh-site-footer { padding: 40px 20px 24px; }
  .eh-site-footer h2 { font-size: 24px; }
  .eh-footer-contact > h2, .eh-donation > h2, .eh-footer-navigation h2 { font-size: 19px; }
  .eh-contact-row { align-items: flex-start; font-size: 17px; }
  .eh-contact-row img { width: 30px; height: 30px; flex-basis: 30px; }
  .eh-donation { margin-top: 45px; font-size: 17px; }
  .eh-bank-line { align-items: flex-start; }
  .eh-bank-line > span:first-child { max-width: calc(100% - 34px); overflow-wrap: anywhere; }
  .eh-social-links { gap: 24px; flex-wrap: wrap; }
  .eh-footer-navigation { margin-top: 60px; gap: 28px; }
  .eh-footer-navigation > div { gap: 18px; }
  .eh-footer-navigation a { font-size: 17px; }
  .eh-footer-copyright { margin-top: 55px; font-size: 16px; }
}

@media (max-width: 480px) {
  .eh-dock-amounts { gap: 4px; grid-template-columns: repeat(3, minmax(34px, .8fr)) minmax(46px, 1fr) 36px 36px 36px; }
  .eh-dock-amounts > button { font-size: 11px; }
  .eh-dock-other input { font-size: 10px; }
  .eh-dock-gateway, .eh-mobile-card, .eh-mobile-blik-open { width: 36px; min-width: 36px; }
  .eh-site-header, .eh-site-header.is-scrolled { min-height: 70px; }
  .eh-header-inner { gap: 12px; padding: 7px max(14px, env(safe-area-inset-right)) 7px max(14px, env(safe-area-inset-left)); }
  .eh-header-logo, .is-scrolled .eh-header-logo { width: 155px; }
  .eh-menu-toggle { width: 44px; height: 44px; }
  .eh-primary-navigation { width: 100%; padding-inline: max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-left)); }
  .eh-mobile-menu-brand { width: min(235px, 70vw); margin-bottom: 18px; }
  .eh-primary-menu { padding: 0; }
  .eh-primary-menu a { min-height: 41px; font-size: 18px; }
  .eh-tax-link img { width: 66px; }
  .eh-support-button { min-height: 52px !important; }
  .eh-site-footer { padding: 38px max(16px, env(safe-area-inset-right)) 22px max(16px, env(safe-area-inset-left)); }
  .eh-site-footer h2 { line-height: 1.25; }
  .eh-social-links { justify-content: space-between; gap: 18px; max-width: 280px; }
  .eh-social-links a { width: 42px; height: 42px; }
  .eh-social-links a.eh-social-zrzutka { width: 96px; }
  .eh-footer-navigation { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 22px; }
  .eh-footer-navigation a { overflow-wrap: anywhere; }
  .eh-copy-message { width: 100%; max-width: 0; }
  .eh-copy-message.is-visible { max-width: 100px; }
}

@media (max-width: 360px) {
  .eh-donation-dock, .eh-donation-dock.is-collapsed { padding-right: 5px; padding-left: 5px; }
  .eh-dock-amounts { grid-template-columns: repeat(3, minmax(32px, .75fr)) minmax(43px, 1fr) 34px 34px 34px; gap: 3px; }
  .eh-dock-gateway, .eh-mobile-card, .eh-mobile-blik-open { width: 34px; min-width: 34px; }
  .eh-mobile-blik-form { grid-template-columns: minmax(0,1fr) 90px; }
  .eh-header-logo, .is-scrolled .eh-header-logo { width: 142px; }
  .eh-footer-navigation { gap: 16px; }
  .eh-footer-navigation a, .eh-donation, .eh-contact-row { font-size: 16px; }
  .eh-social-links { gap: 14px; }
  .eh-social-links a { width: 40px; height: 40px; }
  .eh-social-links a.eh-social-zrzutka { width: 90px; }
}

@media (max-width: 1024px) and (max-height: 500px) {
  .eh-primary-navigation { justify-content: flex-start; padding-top: max(64px, calc(env(safe-area-inset-top) + 50px)); }
  .eh-mobile-menu-brand { width: 170px; margin-bottom: 8px; }
  .eh-primary-menu { width: min(720px, 100%); display: grid; grid-template-columns: 1fr 1fr; column-gap: 18px; }
  .eh-primary-menu a { min-height: 38px; font-size: 17px; }
  .eh-tax-link, .eh-support-item { margin-top: 2px; }
  .eh-support-item { grid-column: 1 / -1; }
  .eh-support-button { min-height: 44px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .eh-site-header *, .eh-site-footer *, .eh-donation-dock, .eh-donation-dock * { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  .eh-donation-dock { display: none !important; }
}
