.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for section, class: .elementor-element-b94bc14 */.morfeusz-header-shell,
.morfeusz-header-shell.e-con,
.morfeusz-header-shell.elementor-section,
.morfeusz-header-shell .e-con-inner,
.morfeusz-header-shell .elementor-container,
.morfeusz-header-shell .elementor-column,
.morfeusz-header-shell .elementor-widget-wrap,
.morfeusz-header-shell .elementor-widget,
.morfeusz-header-shell .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.morfeusz-header-shell .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.morfeusz-header-shell .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated,
.morfeusz-header-shell .elementor-column-gap-extended > .elementor-column > .elementor-element-populated,
.morfeusz-header-shell .elementor-column-gap-wide > .elementor-column > .elementor-element-populated,
.morfeusz-header-shell .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}
@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,650;9..144,750&family=Manrope:wght@400;500;600;700;800&display=swap");

.morfeusz-header,
.morfeusz-header * {
  box-sizing: border-box;
}

.morfeusz-header {
  --morfeusz-header-bg: rgba(255, 255, 255, 0.94);
  --morfeusz-header-sand: #f7f1e7;
  --morfeusz-header-sand-strong: #efe4d2;
  --morfeusz-header-navy: #123a5c;
  --morfeusz-header-muted: #60748a;
  --morfeusz-header-turquoise: #16a3b3;
  --morfeusz-header-turquoise-dark: #0f7f8d;
  --morfeusz-header-border: rgba(18, 58, 92, 0.12);
  --morfeusz-header-shadow: 0 14px 34px rgba(18, 58, 92, 0.08);

  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  background: var(--morfeusz-header-bg);
  border-bottom: 1px solid var(--morfeusz-header-border);
  box-shadow: 0 6px 20px rgba(18, 58, 92, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-family: "Manrope", Arial, sans-serif;
}

.morfeusz-header__inner {
  width: min(100%, 1240px);
  min-height: 78px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.morfeusz-header__brand {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  min-width: max-content;
  text-decoration: none;
  line-height: 1.08;
}

.morfeusz-header__brand-name {
  display: block;
  color: var(--morfeusz-header-navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: 23px;
  font-weight: 750;
  letter-spacing: 0;
}

.morfeusz-header__brand-subtitle {
  display: block;
  margin-top: 5px;
  color: var(--morfeusz-header-turquoise-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.morfeusz-header__toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.morfeusz-header__panel {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
}

.morfeusz-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  margin: 0 auto;
}

.morfeusz-header__nav a,
.morfeusz-header__phone,
.morfeusz-header__cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.morfeusz-header__nav a {
  padding: 10px 10px;
  color: var(--morfeusz-header-navy);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.morfeusz-header__nav a:hover,
.morfeusz-header__nav a:focus-visible {
  color: var(--morfeusz-header-turquoise-dark);
  background: var(--morfeusz-header-sand);
  outline: none;
}

.morfeusz-header__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.morfeusz-header__phone {
  gap: 7px;
  padding: 10px 14px;
  color: var(--morfeusz-header-navy);
  background: var(--morfeusz-header-sand);
  border: 1px solid var(--morfeusz-header-border);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.morfeusz-header__phone span:first-child {
  color: var(--morfeusz-header-turquoise-dark);
  font-size: 15px;
  line-height: 1;
}

.morfeusz-header__phone:hover,
.morfeusz-header__phone:focus-visible {
  background: var(--morfeusz-header-sand-strong);
  color: var(--morfeusz-header-navy);
  outline: none;
}

.morfeusz-header__cta {
  padding: 11px 18px;
  color: #ffffff;
  background: var(--morfeusz-header-turquoise);
  border: 1px solid var(--morfeusz-header-turquoise);
  box-shadow: 0 8px 18px rgba(22, 163, 179, 0.22);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.morfeusz-header__cta:hover,
.morfeusz-header__cta:focus-visible {
  color: #ffffff;
  background: var(--morfeusz-header-turquoise-dark);
  border-color: var(--morfeusz-header-turquoise-dark);
  box-shadow: 0 10px 24px rgba(15, 127, 141, 0.25);
  transform: translateY(-1px);
  outline: none;
}

.morfeusz-header__burger {
  width: 46px;
  height: 46px;
  margin-left: auto;
  display: none;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 1px solid var(--morfeusz-header-border);
  border-radius: 14px;
  background: var(--morfeusz-header-sand);
  cursor: pointer;
}

.morfeusz-header__burger span {
  width: 22px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: var(--morfeusz-header-navy);
  transition: transform 220ms ease, opacity 220ms ease;
}

.morfeusz-header__toggle:focus-visible + .morfeusz-header__burger {
  outline: 3px solid rgba(22, 163, 179, 0.26);
  outline-offset: 3px;
}

.morfeusz-header__toggle:checked + .morfeusz-header__burger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.morfeusz-header__toggle:checked + .morfeusz-header__burger span:nth-child(2) {
  opacity: 0;
}

.morfeusz-header__toggle:checked + .morfeusz-header__burger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 1180px) {
  .morfeusz-header__inner {
    padding-inline: 18px;
  }

  .morfeusz-header__nav a {
    padding-inline: 8px;
    font-size: 13px;
  }

  .morfeusz-header__phone {
    display: none;
  }
}

@media (max-width: 980px) {
  .morfeusz-header__inner {
    min-height: 70px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .morfeusz-header__brand-name {
    font-size: 21px;
  }

  .morfeusz-header__brand-subtitle {
    font-size: 11px;
  }

  .morfeusz-header__burger {
    display: inline-flex;
  }

  .morfeusz-header__panel {
    flex: 0 0 100%;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    border-top: 1px solid transparent;
    transition: max-height 260ms ease, opacity 180ms ease, border-color 180ms ease, padding 180ms ease;
  }

  .morfeusz-header__toggle:checked ~ .morfeusz-header__panel {
    max-height: 680px;
    opacity: 1;
    padding: 16px 0 6px;
    border-top-color: var(--morfeusz-header-border);
  }

  .morfeusz-header__nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .morfeusz-header__nav a {
    min-height: 44px;
    padding: 12px 14px;
    justify-content: flex-start;
    background: rgba(247, 241, 231, 0.58);
    font-size: 15px;
  }

  .morfeusz-header__actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .morfeusz-header__phone {
    display: inline-flex;
    min-height: 48px;
  }

  .morfeusz-header__cta {
    min-height: 48px;
  }
}

@media (max-width: 560px) {
  .morfeusz-header__inner {
    padding: 10px 14px;
  }

  .morfeusz-header__brand {
    min-width: 0;
  }

  .morfeusz-header__brand-name {
    font-size: 19px;
  }

  .morfeusz-header__brand-subtitle {
    font-size: 10px;
  }

  .morfeusz-header__nav {
    grid-template-columns: 1fr;
  }

  .morfeusz-header__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .morfeusz-header__brand-name {
    font-size: 17px;
  }

  .morfeusz-header__brand-subtitle {
    max-width: 190px;
    white-space: normal;
  }
}
/* FORCE FIXED HEADER - pewniejsze niz sticky w UAE/Elementor */
.morfeusz-header-shell,
.morfeusz-header-shell.e-con,
.morfeusz-header-shell.elementor-section,
.morfeusz-header-shell.elementor-element {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  z-index: 999999 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

.morfeusz-header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  z-index: 999999 !important;
}

/* gdy jesteś zalogowany w WordPressie i widać czarny pasek admina */
body.admin-bar .morfeusz-header-shell,
body.admin-bar .morfeusz-header-shell.e-con,
body.admin-bar .morfeusz-header-shell.elementor-section,
body.admin-bar .morfeusz-header-shell.elementor-element {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.admin-bar .morfeusz-header-shell,
  body.admin-bar .morfeusz-header-shell.e-con,
  body.admin-bar .morfeusz-header-shell.elementor-section,
  body.admin-bar .morfeusz-header-shell.elementor-element {
    top: 46px !important;
  }
}

/* odstęp pod fixed headerem, żeby hero nie wchodziło pod menu */
.morfeusz-page-shell {
  padding-top: 78px !important;
}

@media (max-width: 980px) {
  .morfeusz-page-shell {
    padding-top: 70px !important;
  }
}

/* usuwa podkreslenia w headerze */
.morfeusz-header a,
.morfeusz-header a:hover,
.morfeusz-header a:focus,
.morfeusz-header a:visited {
  text-decoration: none !important;
  text-decoration-line: none !important;
}/* End custom CSS */