@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap");

body.page-template-page-cennik-premium {
  background: var(--nz-cream, #f7f4ec);
}

body.page-template-page-cennik-premium header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid transparent;
  background: rgba(247, 244, 236, .86);
  box-shadow: 0 10px 35px rgba(20, 37, 30, .05);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  transition: background-color .4s ease, border-color .4s ease, box-shadow .4s ease, transform .4s ease;
}

body.page-template-page-cennik-premium header.is-scrolled {
  background: rgba(20, 37, 30, .93);
  border-color: rgba(255, 255, 255, .09);
  box-shadow: 0 18px 55px rgba(20, 37, 30, .22);
}

body.page-template-page-cennik-premium header.is-hidden {
  transform: translateY(-105%);
}

body.page-template-page-cennik-premium .navbar {
  width: min(calc(100% - 56px), var(--nz-shell, 1440px));
  min-height: 88px;
  margin-inline: auto;
  padding: 0 !important;
}

body.page-template-page-cennik-premium .navbar__logo {
  position: relative;
  height: 88px !important;
  padding: 8px 0 !important;
}

body.page-template-page-cennik-premium .navbar__logo::after {
  content: "";
  position: absolute;
  right: -28px;
  width: 1px;
  height: 28px;
  background: rgba(31, 41, 35, .12);
  transition: background-color .35s ease;
}

body.page-template-page-cennik-premium header.is-scrolled .navbar__logo::after {
  background: rgba(255, 255, 255, .15);
}

body.page-template-page-cennik-premium .navbar__logo img {
  height: 70px !important;
  max-width: 190px;
  object-fit: contain;
  filter: none !important;
  transition: filter .35s ease, transform .35s ease;
}

body.page-template-page-cennik-premium header.is-scrolled .navbar__logo img,
body.page-template-page-cennik-premium.nz-menu-open .navbar__logo img {
  filter: brightness(0) invert(1) !important;
}

body.page-template-page-cennik-premium .navbar__links {
  gap: 4px !important;
  padding: 0 !important;
}

body.page-template-page-cennik-premium .navbar__link a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 15px !important;
  border: 0 !important;
  border-radius: 999px;
  color: var(--nz-ink, #1f2923) !important;
  font-family: "Manrope", sans-serif;
  font-size: clamp(11px, .78vw, 13px) !important;
  font-weight: 700;
  letter-spacing: .08em !important;
  text-transform: uppercase;
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
}

body.page-template-page-cennik-premium .navbar__link a::after {
  display: none;
}

body.page-template-page-cennik-premium .navbar__link a:hover,
body.page-template-page-cennik-premium .navbar__link a.is-active {
  color: var(--nz-forest, #213b30) !important;
  background: rgba(33, 59, 48, .09);
  transform: translateY(-1px);
}

body.page-template-page-cennik-premium header.is-scrolled .navbar__link a {
  color: rgba(255, 255, 255, .78) !important;
}

body.page-template-page-cennik-premium header.is-scrolled .navbar__link a:hover,
body.page-template-page-cennik-premium header.is-scrolled .navbar__link a.is-active {
  color: #fff !important;
  background: rgba(255, 255, 255, .11);
}

body.page-template-page-cennik-premium .navbar__link:last-child a {
  margin-left: 8px;
  padding-inline: 20px !important;
  color: #fff !important;
  background: var(--nz-accent, #b56b3f);
  box-shadow: 0 10px 25px rgba(181, 107, 63, .2);
}

body.page-template-page-cennik-premium .navbar__link:last-child a:hover {
  color: #fff !important;
  background: var(--nz-accent-dark, #8f4d2d);
}

.nz-pricing-page,
.nz-pricing-page * {
  box-sizing: border-box;
}

.nz-pricing-page {
  overflow: hidden;
  color: var(--nz-ink, #1f2923);
  background: var(--nz-cream, #f7f4ec);
  font-family: "Manrope", sans-serif;
}

.nz-pricing-page h1,
.nz-pricing-page h2,
.nz-pricing-page h3,
.nz-pricing-page p,
.nz-pricing-page ul {
  margin: 0;
}

.nz-pricing-page a {
  text-decoration: none;
}

.nz-price-shell {
  width: min(calc(100% - 80px), var(--nz-shell, 1440px));
  margin-inline: auto;
}

.nz-price-section {
  position: relative;
  padding: clamp(90px, 9vw, 150px) 0;
}

.nz-price-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 21px;
  color: var(--nz-accent, #b56b3f);
  font-size: clamp(10px, .75vw, 12px);
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.nz-price-kicker > span {
  width: 32px;
  height: 1px;
  background: currentColor;
}

.nz-price-heading h2 {
  max-width: 880px;
  color: var(--nz-ink, #1f2923);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(44px, 5.2vw, 80px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.045em;
}

.nz-price-heading > p {
  max-width: 650px;
  margin-top: 27px;
  color: var(--nz-ink-soft, #556158);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.8;
}

.nz-price-heading--center {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.nz-price-heading--center > p {
  margin-inline: auto;
}

.nz-price-heading--light h2,
.nz-price-heading--light > p {
  color: #fff;
}

.nz-price-heading--light > p {
  opacity: .68;
}

.nz-price-btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(11px, .78vw, 13px);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .32s ease, background-color .32s ease, color .32s ease, border-color .32s ease, box-shadow .32s ease;
}

.nz-price-btn > span {
  font-size: 18px;
  transition: transform .32s ease;
}

.nz-price-btn:hover {
  transform: translateY(-3px);
}

.nz-price-btn:hover > span {
  transform: translate(3px, -3px);
}

.nz-price-btn--primary {
  color: #fff !important;
  background: var(--nz-forest, #213b30);
  border-color: var(--nz-forest, #213b30);
  box-shadow: 0 16px 35px rgba(33, 59, 48, .18);
}

.nz-price-btn--primary:hover {
  background: var(--nz-forest-deep, #14251e);
  border-color: var(--nz-forest-deep, #14251e);
}

.nz-price-btn--ghost {
  color: var(--nz-ink, #1f2923) !important;
  border-color: rgba(31, 41, 35, .14);
  background: rgba(255, 255, 255, .35);
}

.nz-price-btn--ghost:hover {
  border-color: var(--nz-ink, #1f2923);
  background: #fff;
}

.nz-price-btn--light {
  color: var(--nz-forest, #213b30) !important;
  border-color: #fff;
  background: #fff;
}

.nz-price-btn--light:hover {
  border-color: var(--nz-sand, #e9dfcf);
  background: var(--nz-sand, #e9dfcf);
}

.nz-price-btn--outline-light {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .25);
  background: transparent;
}

.nz-price-btn--outline-light:hover {
  border-color: rgba(255, 255, 255, .65);
  background: rgba(255, 255, 255, .08);
}

.nz-price-reveal {
  opacity: 1;
  transform: none;
}

.nz-pricing-page.nz-motion-ready .nz-price-reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(32px);
}

.nz-pricing-page.nz-motion-ready .nz-price-reveal {
  transition: opacity .85s cubic-bezier(.2, .72, .2, 1), transform .85s cubic-bezier(.2, .72, .2, 1);
  transition-delay: var(--nz-delay, 0ms);
}

.nz-pricing-page.nz-motion-ready .nz-price-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HERO */

.nz-price-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  padding: clamp(128px, 14vh, 158px) 0 clamp(66px, 8vh, 96px);
  background:
    linear-gradient(112deg, rgba(247, 244, 236, 1) 0%, rgba(247, 244, 236, .98) 45%, rgba(233, 238, 233, .82) 100%);
  isolation: isolate;
}

@supports (min-height: 100dvh) {
  .nz-price-hero {
    min-height: 100dvh;
  }
}

.nz-price-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(31, 41, 35, .13), transparent);
}

.nz-price-hero__glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.nz-price-hero__glow--one {
  top: 2%;
  left: -13%;
  width: 44vw;
  height: 44vw;
  background: radial-gradient(circle, rgba(181, 107, 63, .14), transparent 68%);
  animation: nzPriceGlowOne 10s ease-in-out infinite alternate;
}

.nz-price-hero__glow--two {
  right: -14%;
  bottom: -23%;
  width: 48vw;
  height: 48vw;
  background: radial-gradient(circle, rgba(94, 132, 108, .17), transparent 68%);
  animation: nzPriceGlowTwo 12s ease-in-out infinite alternate;
}

.nz-price-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: clamp(55px, 7vw, 110px);
}

.nz-price-hero__title {
  display: flex;
  max-width: 820px;
  flex-direction: column;
  gap: clamp(9px, 1.05vw, 17px);
  color: var(--nz-ink, #1f2923);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(54px, 5.9vw, 96px);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.052em;
  overflow: visible;
}

.nz-price-hero__title > span {
  display: block;
  width: 100%;
  color: inherit;
  font-family: inherit !important;
  font-size: 1em !important;
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: none;
  text-wrap: balance;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.nz-price-hero__title em {
  display: block;
  width: fit-content;
  max-width: 15ch;
  padding: 0 .08em .11em 0;
  color: var(--nz-accent, #b56b3f);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 4.65vw, 76px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.032em;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.nz-price-hero__lead {
  max-width: 640px;
  margin-top: 34px !important;
  color: var(--nz-ink-soft, #556158);
  font-size: clamp(16px, 1.23vw, 20px);
  line-height: 1.78;
}

.nz-price-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 39px;
}

.nz-price-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 660px;
  margin-top: 58px;
  padding-top: 27px;
  border-top: 1px solid rgba(31, 41, 35, .13);
}

.nz-price-hero__facts > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
  padding-right: 20px;
}

.nz-price-hero__facts > div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(31, 41, 35, .13);
}

.nz-price-hero__facts strong {
  color: var(--nz-ink, #1f2923);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(27px, 2.2vw, 36px);
  font-weight: 600;
  line-height: 1;
}

.nz-price-hero__facts span {
  color: var(--nz-ink-soft, #556158);
  font-size: clamp(9px, .7vw, 11px);
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.nz-price-hero__visual {
  position: relative;
  min-width: 0;
  isolation: isolate;
}

.nz-price-hero__image-wrap {
  position: relative;
  overflow: hidden;
  height: clamp(560px, 67vh, 720px);
  border-radius: 190px 28px 190px 28px;
  background: var(--nz-sage-soft, #e9eee9);
  box-shadow: 0 34px 90px rgba(20, 37, 30, .16);
}

.nz-price-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.045);
  transition: transform 1.2s cubic-bezier(.2, .72, .2, 1);
}

.nz-price-hero__image-wrap:hover .nz-price-hero__image {
  transform: scale(1.085);
}

.nz-price-hero__image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 37, 30, .03), rgba(20, 37, 30, .25)),
    linear-gradient(120deg, rgba(255, 255, 255, .16), transparent 45%);
}

.nz-price-hero__floating {
  position: absolute;
  z-index: 2;
  display: flex;
  border: 1px solid rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 22px 55px rgba(20, 37, 30, .16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nz-price-hero__floating--price {
  top: 9%;
  left: -44px;
  min-width: 188px;
  flex-direction: column;
  padding: 22px 25px;
  border-radius: 22px;
  animation: nzPriceFloatOne 6s ease-in-out infinite;
}

.nz-price-hero__floating--price span,
.nz-price-hero__floating--price small {
  color: var(--nz-ink-soft, #556158);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.nz-price-hero__floating--price strong {
  margin: 7px 0 4px;
  color: var(--nz-forest, #213b30);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
}

.nz-price-hero__floating--place {
  right: -28px;
  bottom: 11%;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  border-radius: 17px;
  animation: nzPriceFloatTwo 6.8s ease-in-out infinite;
}

.nz-price-hero__floating--place i {
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #5e9b71;
}

.nz-price-hero__floating--place i::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(94, 155, 113, .48);
  border-radius: inherit;
  animation: nzPricePulse 2.2s ease-out infinite;
}

.nz-price-hero__floating--place span,
.nz-price-hero__floating--place strong {
  display: block;
}

.nz-price-hero__floating--place span {
  margin-bottom: 3px;
  color: var(--nz-ink-soft, #556158);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nz-price-hero__floating--place strong {
  color: var(--nz-ink, #1f2923);
  font-size: 13px;
}

.nz-price-hero__orbit {
  position: absolute;
  z-index: -1;
  top: -46px;
  right: -74px;
  width: 195px;
  height: 195px;
  border: 1px solid rgba(181, 107, 63, .24);
  border-radius: 50%;
  animation: nzPriceOrbit 18s linear infinite;
}

.nz-price-hero__orbit::before,
.nz-price-hero__orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(33, 59, 48, .1);
  border-radius: 50%;
}

.nz-price-hero__orbit::before {
  inset: 24px;
}

.nz-price-hero__orbit::after {
  inset: 55px;
}

.nz-price-hero__orbit span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--nz-accent, #b56b3f);
  box-shadow: 0 0 0 7px rgba(181, 107, 63, .11);
}

.nz-price-hero__orbit span:nth-child(1) {
  top: 10px;
  left: 91px;
}

.nz-price-hero__orbit span:nth-child(2) {
  right: 17px;
  bottom: 36px;
  width: 6px;
  height: 6px;
  background: var(--nz-forest, #213b30);
}

.nz-price-hero__orbit span:nth-child(3) {
  bottom: 21px;
  left: 32px;
  width: 5px;
  height: 5px;
  background: var(--nz-sage, #a9bcae);
}

/* SEASON SELECTOR */

.nz-price-planner {
  background: #fff;
}

.nz-season-panel {
  position: relative;
  z-index: 3;
  margin-top: clamp(45px, 5vw, 72px);
  padding: 12px;
  border: 1px solid rgba(31, 41, 35, .1);
  border-radius: 30px;
  background: var(--nz-cream, #f7f4ec);
  box-shadow: 0 22px 60px rgba(20, 37, 30, .08);
}

.nz-season-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.nz-season-tab {
  appearance: none;
  display: flex;
  min-width: 0;
  min-height: 92px;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  padding: 15px 17px;
  border: 1px solid transparent;
  border-radius: 20px;
  color: var(--nz-ink, #1f2923);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color .3s ease, border-color .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.nz-season-tab:hover {
  border-color: rgba(31, 41, 35, .1);
  background: rgba(255, 255, 255, .55);
  transform: translateY(-2px);
}

.nz-season-tab small,
.nz-season-tab strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nz-season-tab small {
  color: var(--nz-accent, #b56b3f);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.nz-season-tab strong {
  font-size: clamp(12px, .93vw, 15px);
  font-weight: 700;
  line-height: 1.35;
}

.nz-season-tab:focus-visible {
  outline: 2px solid var(--nz-accent, #b56b3f);
  outline-offset: 2px;
}

.nz-season-tab.is-active,
.nz-season-tab[aria-selected="true"] {
  color: #fff;
  border-color: var(--nz-forest, #213b30);
  background: var(--nz-forest, #213b30);
  box-shadow: 0 14px 30px rgba(33, 59, 48, .17);
}

.nz-season-tab.is-active small,
.nz-season-tab[aria-selected="true"] small {
  color: #d7b9a5;
}

.nz-season-summary {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
  padding: 19px 22px;
  border-radius: 20px;
  background: #fff;
}

.nz-season-summary__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: var(--nz-accent, #b56b3f);
  background: rgba(181, 107, 63, .1);
}

.nz-season-summary__icon svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nz-season-summary span,
.nz-season-summary strong,
.nz-season-summary p {
  display: block;
}

.nz-season-summary > div:nth-child(2) > span {
  margin-bottom: 3px;
  color: var(--nz-ink-soft, #556158);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nz-season-summary strong {
  color: var(--nz-ink, #1f2923);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(20px, 1.6vw, 27px);
  font-weight: 600;
}

.nz-season-summary p {
  margin-top: 3px;
  color: var(--nz-ink-soft, #556158);
  font-size: clamp(12px, .88vw, 14px);
  line-height: 1.5;
}

.nz-season-summary__badge {
  padding: 9px 13px;
  border: 1px solid rgba(33, 59, 48, .12);
  border-radius: 999px;
  color: var(--nz-forest, #213b30);
  background: var(--nz-sage-soft, #e9eee9);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  white-space: nowrap;
  text-transform: uppercase;
}

/* APARTMENTS */

.nz-apartment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 42px);
  margin-top: clamp(35px, 4vw, 58px);
}

.nz-apartment-card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  padding: clamp(28px, 3.2vw, 50px);
  border: 1px solid rgba(31, 41, 35, .1);
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(20, 37, 30, .08);
  transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}

.nz-apartment-card::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(169, 188, 174, .22), transparent 68%);
  pointer-events: none;
}

.nz-apartment-card:nth-child(2)::before {
  background: radial-gradient(circle, rgba(181, 107, 63, .16), transparent 68%);
}

.nz-apartment-card:hover {
  border-color: rgba(33, 59, 48, .19);
  box-shadow: 0 32px 85px rgba(20, 37, 30, .13);
  transform: translateY(-10px);
}

.nz-apartment-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nz-apartment-card__number {
  color: var(--nz-accent, #b56b3f);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}

.nz-apartment-card__capacity {
  padding: 9px 13px;
  border: 1px solid rgba(31, 41, 35, .1);
  border-radius: 999px;
  color: var(--nz-forest, #213b30);
  background: var(--nz-sage-soft, #e9eee9);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.nz-apartment-card__heading {
  position: relative;
  z-index: 1;
  margin-top: 38px;
}

.nz-apartment-card__heading p {
  margin-bottom: 10px;
  color: var(--nz-ink-soft, #556158);
  font-size: clamp(12px, .88vw, 14px);
}

.nz-apartment-card__heading h3 {
  color: var(--nz-ink, #1f2923);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(39px, 3.5vw, 57px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.035em;
}

.nz-apartment-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.nz-apartment-card__meta span {
  padding: 8px 11px;
  border: 1px solid rgba(31, 41, 35, .1);
  border-radius: 10px;
  color: var(--nz-ink-soft, #556158);
  background: var(--nz-cream, #f7f4ec);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .04em;
}

.nz-apartment-card__price {
  position: relative;
  margin-top: 34px;
  padding: 28px 0 29px;
  border-top: 1px solid rgba(31, 41, 35, .11);
  border-bottom: 1px solid rgba(31, 41, 35, .11);
}

.nz-apartment-card__price-label {
  display: block;
  margin-bottom: 9px;
  color: var(--nz-ink-soft, #556158);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.nz-apartment-card__price > div {
  display: flex;
  align-items: flex-end;
  gap: 7px;
}

.nz-apartment-card__price strong {
  color: var(--nz-forest, #213b30);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(58px, 5.2vw, 82px);
  font-weight: 600;
  line-height: .82;
  letter-spacing: -.05em;
  transition: opacity .2s ease, transform .2s ease;
}

.nz-apartment-card__price strong.is-updating {
  opacity: .28;
  transform: translateY(7px);
}

.nz-apartment-card__price > div > span {
  margin-bottom: 8px;
  color: var(--nz-forest, #213b30);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 600;
}

.nz-apartment-card__price small {
  margin: 0 0 9px 4px;
  color: var(--nz-ink-soft, #556158);
  font-size: 11px;
  font-weight: 600;
}

.nz-apartment-card__features {
  flex: 1;
  padding-top: 29px;
}

.nz-apartment-card__features-title {
  margin-bottom: 17px !important;
  color: var(--nz-ink, #1f2923);
  font-size: 13px;
  font-weight: 700;
}

.nz-apartment-card__features ul {
  display: grid;
  gap: 13px;
  padding: 0;
  list-style: none;
}

.nz-apartment-card__features li {
  position: relative;
  padding-left: 27px;
  color: var(--nz-ink-soft, #556158);
  font-size: clamp(13px, .92vw, 15px);
  line-height: 1.6;
}

.nz-apartment-card__features li::before {
  content: "✓";
  position: absolute;
  top: .08em;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: var(--nz-forest, #213b30);
  background: var(--nz-sage-soft, #e9eee9);
  font-size: 9px;
  font-weight: 700;
}

.nz-apartment-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 37px;
}

.nz-apartment-card__contact {
  position: relative;
  color: var(--nz-ink, #1f2923);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.nz-apartment-card__contact::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(.28);
  transform-origin: left;
  transition: transform .3s ease;
}

.nz-apartment-card__contact:hover::after {
  transform: scaleX(1);
}

.nz-price-note {
  display: flex;
  max-width: 920px;
  align-items: flex-start;
  gap: 15px;
  margin: 35px auto 0;
  padding: 18px 21px;
  border: 1px solid rgba(31, 41, 35, .1);
  border-radius: 18px;
  background: var(--nz-cream, #f7f4ec);
}

.nz-price-note > span {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--nz-accent, #b56b3f);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  font-style: italic;
}

.nz-price-note p {
  color: var(--nz-ink-soft, #556158);
  font-size: clamp(12px, .88vw, 14px);
  line-height: 1.65;
}

/* BENEFITS */

.nz-stay-benefits {
  background: var(--nz-sage-soft, #e9eee9);
}

.nz-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(45px, 5vw, 72px);
  border-top: 1px solid rgba(31, 41, 35, .13);
  border-left: 1px solid rgba(31, 41, 35, .13);
}

.nz-benefit-card {
  position: relative;
  min-height: 310px;
  padding: clamp(27px, 3vw, 43px);
  border-right: 1px solid rgba(31, 41, 35, .13);
  border-bottom: 1px solid rgba(31, 41, 35, .13);
  transition: background-color .35s ease, transform .35s ease, box-shadow .35s ease;
}

.nz-benefit-card:hover {
  z-index: 1;
  background: #fff;
  box-shadow: 0 22px 55px rgba(20, 37, 30, .1);
  transform: translateY(-7px);
}

.nz-benefit-card > span {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(31, 41, 35, .36);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.nz-benefit-card svg {
  width: 45px;
  height: 45px;
  margin-bottom: 49px;
  fill: none;
  stroke: var(--nz-accent, #b56b3f);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nz-benefit-card h3 {
  margin-bottom: 13px;
  color: var(--nz-ink, #1f2923);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 600;
}

.nz-benefit-card p {
  max-width: 340px;
  color: var(--nz-ink-soft, #556158);
  font-size: clamp(12px, .88vw, 14px);
  line-height: 1.7;
}

/* BOOKING STEPS */

.nz-booking-steps {
  overflow: hidden;
  background: var(--nz-forest-deep, #14251e);
}

.nz-booking-steps::before,
.nz-booking-steps::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
}

.nz-booking-steps::before {
  top: -330px;
  right: -190px;
  width: 650px;
  height: 650px;
}

.nz-booking-steps::after {
  right: -50px;
  bottom: -290px;
  width: 460px;
  height: 460px;
}

.nz-booking-steps__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: start;
  gap: clamp(65px, 9vw, 145px);
}

.nz-booking-steps .nz-price-kicker {
  color: #d6b49f;
}

.nz-booking-steps__list {
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.nz-booking-step {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 25px;
  padding: 29px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.nz-booking-step > span {
  padding-top: 4px;
  color: var(--nz-accent, #b56b3f);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.nz-booking-step h3 {
  margin-bottom: 7px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(23px, 1.9vw, 30px);
  font-weight: 600;
}

.nz-booking-step p {
  color: rgba(255, 255, 255, .58);
  font-size: clamp(12px, .9vw, 15px);
  line-height: 1.7;
}

.nz-booking-steps__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 37px;
}

@keyframes nzPriceGlowOne {
  from { transform: translate3d(-2%, -1%, 0) scale(.95); }
  to { transform: translate3d(5%, 3%, 0) scale(1.08); }
}

@keyframes nzPriceGlowTwo {
  from { transform: translate3d(4%, 2%, 0) scale(.96); }
  to { transform: translate3d(-4%, -3%, 0) scale(1.08); }
}

@keyframes nzPriceFloatOne {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}

@keyframes nzPriceFloatTwo {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

@keyframes nzPricePulse {
  0% { opacity: .8; transform: scale(.6); }
  80%, 100% { opacity: 0; transform: scale(1.25); }
}

@keyframes nzPriceOrbit {
  to { transform: rotate(360deg); }
}

@media (max-width: 1280px) {
  .nz-price-hero__grid {
    grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr);
    gap: 50px;
  }

  .nz-season-tab {
    padding-inline: 12px;
  }

  .nz-apartment-card__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .nz-apartment-card__contact {
    width: fit-content;
    margin-left: 6px;
  }
}

@media (max-width: 1050px) {
  .nz-price-shell {
    width: min(calc(100% - 56px), var(--nz-shell, 1440px));
  }

  .nz-price-hero {
    min-height: auto;
    padding-top: 136px;
  }

  .nz-price-hero__grid {
    grid-template-columns: 1fr;
  }

  .nz-price-hero__content {
    max-width: 850px;
  }

  .nz-price-hero__visual {
    width: min(100%, 850px);
    margin-left: auto;
  }

  .nz-price-hero__image-wrap {
    height: 620px;
    border-radius: 140px 27px 140px 27px;
  }

  .nz-season-tabs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .nz-season-tab {
    flex: 0 0 205px;
    scroll-snap-align: start;
  }

  .nz-apartment-grid {
    grid-template-columns: 1fr;
  }

  .nz-apartment-card {
    width: min(100%, 820px);
    margin-inline: auto;
  }

  .nz-apartment-card__actions {
    align-items: center;
    flex-direction: row;
  }

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

  .nz-booking-steps__grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
}

@media (max-width: 860px) {
  body.page-template-page-cennik-premium .navbar {
    width: calc(100% - 36px);
    min-height: 80px;
  }

  body.page-template-page-cennik-premium .navbar__logo,
  body.page-template-page-cennik-premium .navbar__logo img {
    height: 68px !important;
  }

  body.page-template-page-cennik-premium .navbar__logo::after {
    display: none;
  }

  body.page-template-page-cennik-premium header.has-open-menu,
  body.page-template-page-cennik-premium.nz-menu-open header {
    background: rgba(20, 37, 30, .96);
  }

  body.page-template-page-cennik-premium #rMenu {
    background:
      radial-gradient(circle at 85% 15%, rgba(181, 107, 63, .2), transparent 26%),
      radial-gradient(circle at 10% 92%, rgba(169, 188, 174, .1), transparent 28%),
      var(--nz-forest-deep, #14251e) !important;
  }

  body.page-template-page-cennik-premium #rMenu a {
    color: rgba(255, 255, 255, .91) !important;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(30px, 8vw, 46px) !important;
    font-weight: 600;
    letter-spacing: -.02em !important;
    text-transform: none !important;
  }
}

@media (max-width: 700px) {
  .nz-price-shell {
    width: min(calc(100% - 28px), var(--nz-shell, 1440px));
  }

  .nz-price-section {
    padding: 84px 0;
  }

  .nz-price-hero {
    padding: 112px 0 62px;
  }

  .nz-price-hero__title {
    gap: 10px;
    font-size: clamp(45px, 12.5vw, 66px);
    line-height: 1;
    letter-spacing: -.045em;
  }

  .nz-price-hero__title em {
    max-width: 100%;
    padding-bottom: .13em;
    font-size: clamp(38px, 10.8vw, 57px);
    line-height: 1.1;
    letter-spacing: -.025em;
  }

  .nz-price-hero__lead {
    margin-top: 25px !important;
    font-size: 16px;
  }

  .nz-price-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .nz-price-btn {
    width: 100%;
  }

  .nz-price-hero__facts {
    grid-template-columns: 1fr 1fr;
    row-gap: 22px;
  }

  .nz-price-hero__facts > div:nth-child(3) {
    grid-column: 1 / -1;
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid rgba(31, 41, 35, .13);
    border-left: 0;
  }

  .nz-price-hero__image-wrap {
    height: clamp(440px, 118vw, 560px);
    border-radius: 100px 22px 100px 22px;
  }

  .nz-price-hero__floating--price {
    top: 15px;
    left: 15px;
    min-width: 155px;
    padding: 16px 18px;
  }

  .nz-price-hero__floating--price strong {
    font-size: 29px;
  }

  .nz-price-hero__floating--place {
    right: 15px;
    bottom: 15px;
  }

  .nz-price-hero__orbit {
    display: none;
  }

  .nz-season-panel {
    margin-right: -6px;
    margin-left: -6px;
    padding: 8px;
    border-radius: 24px;
  }

  .nz-season-tab {
    flex-basis: 180px;
    min-height: 82px;
    border-radius: 17px;
  }

  .nz-season-summary {
    grid-template-columns: 43px 1fr;
    gap: 13px;
    padding: 17px;
  }

  .nz-season-summary__icon {
    width: 42px;
    height: 42px;
  }

  .nz-season-summary__badge {
    grid-column: 1 / -1;
    width: fit-content;
    margin-left: 56px;
  }

  .nz-apartment-card {
    padding: 27px 22px;
    border-radius: 28px;
  }

  .nz-apartment-card__heading {
    margin-top: 30px;
  }

  .nz-apartment-card__price strong {
    font-size: clamp(62px, 18vw, 78px);
  }

  .nz-apartment-card__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .nz-apartment-card__contact {
    align-self: center;
    margin: 2px 0 0;
  }

  .nz-benefit-grid {
    grid-template-columns: 1fr;
  }

  .nz-benefit-card {
    min-height: 250px;
  }

  .nz-benefit-card svg {
    margin-bottom: 32px;
  }

  .nz-booking-step {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .nz-booking-steps__actions {
    flex-direction: column;
  }
}

@media (max-width: 470px) {
  .nz-price-shell {
    width: calc(100% - 22px);
  }

  .nz-price-heading h2 {
    font-size: 43px;
  }

  .nz-price-hero__facts {
    grid-template-columns: 1fr;
  }

  .nz-price-hero__facts > div,
  .nz-price-hero__facts > div + div,
  .nz-price-hero__facts > div:nth-child(3) {
    grid-column: auto;
    padding: 0 0 18px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(31, 41, 35, .13);
    border-left: 0;
  }

  .nz-price-hero__floating--place {
    max-width: calc(100% - 30px);
  }

  .nz-season-summary__badge {
    margin-left: 0;
  }

  .nz-apartment-card__meta {
    align-items: stretch;
    flex-direction: column;
  }

  .nz-apartment-card__meta span {
    width: fit-content;
  }

  .nz-apartment-card__price > div {
    flex-wrap: wrap;
  }
}


@media (max-width: 470px) {
  .nz-price-hero__title {
    font-size: clamp(40px, 12.1vw, 54px);
  }

  .nz-price-hero__title em {
    font-size: clamp(34px, 10.4vw, 47px);
    line-height: 1.12;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nz-price-reveal,
  .nz-pricing-page.nz-motion-ready .nz-price-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .nz-price-hero__glow,
  .nz-price-hero__floating,
  .nz-price-hero__orbit,
  .nz-price-hero__floating--place i::after {
    animation: none !important;
  }

  .nz-price-hero__image,
  .nz-apartment-card,
  .nz-benefit-card {
    transition: none !important;
  }
}


/* =========================================================
   FINAL POLISH: PRICING HERO 70 / 40 + FLUID BENEFIT HOVER
   ========================================================= */

.nz-pricing-page .nz-price-hero__content {
  min-width: 0;
}

.nz-pricing-page .nz-price-hero__title {
  width: 100%;
  max-width: 650px;
  gap: clamp(8px, .75vw, 12px);
  font-size: clamp(52px, 4.8vw, 70px) !important;
  line-height: .98 !important;
  letter-spacing: -.047em !important;
}

.nz-pricing-page .nz-price-hero__main-line {
  display: flex !important;
  width: 100%;
  flex-direction: column;
  color: inherit;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

.nz-pricing-page .nz-price-hero__main-line > span {
  display: block;
  width: 100%;
  color: inherit;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

.nz-pricing-page .nz-price-hero__title em {
  width: auto;
  max-width: none;
  padding-bottom: .13em;
  font-size: clamp(32px, 2.9vw, 40px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
  white-space: nowrap;
}

.nz-pricing-page .nz-price-hero__lead {
  max-width: 640px;
  margin-top: clamp(27px, 2.35vw, 36px) !important;
}

.nz-pricing-page .nz-price-hero__actions {
  margin-top: clamp(30px, 2.7vw, 42px);
}

/* The colour grows from the bottom instead of jumping instantly. */
.nz-pricing-page .nz-benefit-card {
  overflow: hidden;
  background: transparent;
  isolation: isolate;
  transition:
    transform .5s cubic-bezier(.2,.72,.2,1),
    box-shadow .5s ease,
    border-color .5s ease;
}

.nz-pricing-page .nz-benefit-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -1px;
  background:
    radial-gradient(circle at 82% 15%, rgba(181, 107, 63, .24), transparent 32%),
    linear-gradient(145deg, var(--nz-forest, #213b30), var(--nz-forest-deep, #14251e));
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform .58s cubic-bezier(.2,.72,.2,1);
}

.nz-pricing-page .nz-benefit-card:hover {
  background: transparent;
  box-shadow: 0 24px 62px rgba(20, 37, 30, .18);
  transform: translateY(-9px);
}

.nz-pricing-page .nz-benefit-card:hover::before {
  transform: scaleY(1);
}

.nz-pricing-page .nz-benefit-card > span,
.nz-pricing-page .nz-benefit-card svg,
.nz-pricing-page .nz-benefit-card h3,
.nz-pricing-page .nz-benefit-card p {
  position: relative;
  z-index: 1;
  transition:
    color .45s ease,
    stroke .45s ease,
    opacity .45s ease,
    transform .48s cubic-bezier(.2,.72,.2,1);
}

.nz-pricing-page .nz-benefit-card:hover > span {
  color: rgba(255, 255, 255, .5);
  transform: translateY(-2px);
}

.nz-pricing-page .nz-benefit-card:hover svg {
  stroke: #d8b69e;
  transform: translateY(-4px) rotate(-4deg) scale(1.06);
}

.nz-pricing-page .nz-benefit-card:hover h3 {
  color: #fff;
  transform: translateY(-2px);
}

.nz-pricing-page .nz-benefit-card:hover p {
  color: rgba(255, 255, 255, .68);
}

@media (max-width: 1050px) {
  .nz-pricing-page .nz-price-hero__title {
    max-width: 720px;
    font-size: clamp(54px, 7.2vw, 70px) !important;
  }

  .nz-pricing-page .nz-price-hero__title em {
    font-size: clamp(34px, 4.6vw, 40px) !important;
  }
}

@media (max-width: 700px) {
  .nz-pricing-page .nz-price-hero__title {
    font-size: clamp(43px, 12.6vw, 58px) !important;
    line-height: 1 !important;
  }

  .nz-pricing-page .nz-price-hero__title em {
    max-width: 100%;
    font-size: clamp(31px, 8.8vw, 39px) !important;
    line-height: 1.12 !important;
    white-space: normal;
  }
}

@media (max-width: 430px) {
  .nz-pricing-page .nz-price-hero__title {
    font-size: clamp(40px, 12vw, 51px) !important;
  }

  .nz-pricing-page .nz-price-hero__title em {
    font-size: clamp(29px, 8.5vw, 36px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nz-pricing-page .nz-benefit-card::before {
    transition: none !important;
  }
}


/* Dane cennika generowane przez wtyczkę */

.nz-pricing-widget {
  display: block;
  width: 100%;
}

.nz-pricing-widget > .nz-season-panel,
.nz-pricing-widget > .nz-apartment-grid,
.nz-pricing-widget > .nz-price-note {
  width: 100%;
}
