body[data-city-pilot="rzeszow-partner-v1"] {
  --rze-ink: #17222c;
  --rze-copy: #4f5d68;
  --rze-muted: #6d7983;
  --rze-line: #cbd2d7;
  --rze-paper: #ffffff;
  --rze-metal: #f1f3f4;
  --rze-red: #c83245;
  --rze-red-soft: #fff1f3;
  --rze-amber: #9b5c1e;
  color: var(--rze-ink);
  background: var(--rze-paper);
}

body[data-city-pilot="rzeszow-partner-v1"] main {
  overflow: clip;
  color: var(--rze-ink);
  background: var(--rze-paper);
}

.rze-hero,
.rze-interface,
.rze-evidence,
.rze-qualifier,
.rze-delivery,
.rze-stack,
.rze-faq,
.rze-editorial {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.rze-shell,
.rze-editorial {
  width: min(100%, 1180px);
  margin-inline: auto;
}

.rze-hero,
.rze-interface,
.rze-evidence,
.rze-qualifier,
.rze-delivery,
.rze-stack,
.rze-faq,
.rze-editorial,
body[data-city-pilot="rzeszow-partner-v1"] #contact {
  scroll-margin-top: 5.5rem;
}

.rze-kicker {
  margin: 0;
  color: var(--rze-red);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.105em;
  line-height: 1.35;
  text-transform: uppercase;
}

.rze-hero {
  padding: 5rem 1rem 0;
  border-bottom: 1px solid var(--rze-line);
  background: var(--rze-paper);
}

.rze-hero__rail {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--rze-line);
  color: var(--rze-muted);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.rze-hero__rail strong {
  color: var(--rze-red);
  font-size: inherit;
}

.rze-hero__layout {
  display: grid;
  grid-template-columns: minmax(20rem, 0.82fr) minmax(0, 1.18fr);
  min-height: 490px;
}

.rze-hero__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 1.7rem 2.6rem 1.7rem 0;
}

.rze-hero__copy h1 {
  max-width: 12.5ch;
  margin: 0.82rem 0 0;
  color: var(--rze-ink);
  font-size: clamp(2.75rem, 4vw, 3.85rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.01;
}

.rze-hero__copy h1 em {
  color: var(--rze-red);
  font-style: normal;
}

.rze-hero__lead {
  max-width: 39rem;
  margin: 1.05rem 0 0;
  color: var(--rze-copy);
  font-size: 0.94rem;
  line-height: 1.62;
}

.rze-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  align-items: center;
  margin-top: 1.3rem;
}

.rze-hero__actions a,
.rze-faq header a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  padding: 0.68rem 1.05rem;
  border: 1px solid var(--rze-ink);
  border-radius: 0.55rem;
  color: #fff;
  background: var(--rze-ink);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.rze-hero__actions a:last-child {
  border-color: transparent transparent var(--rze-line);
  border-radius: 0;
  color: var(--rze-ink);
  background: transparent;
}

.rze-hero__actions a:hover,
.rze-faq header a:hover { color: var(--rze-red); }

.rze-hero__visual {
  display: grid;
  min-width: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  border-left: 1px solid var(--rze-line);
  background: var(--rze-metal);
}

.rze-hero__visual picture,
.rze-hero__visual img {
  display: block;
  width: 100%;
}

.rze-hero__visual picture {
  aspect-ratio: 1120 / 680;
  align-self: center;
  padding: 0;
}

.rze-hero__visual img {
  height: 100%;
  object-fit: contain;
}

.rze-hero__visual figcaption {
  display: grid;
  grid-template-columns: minmax(11rem, 0.82fr) minmax(0, 1.18fr);
  gap: 1.2rem;
  align-items: center;
  min-height: 66px;
  padding: 0.68rem 1rem;
  border-top: 1px solid var(--rze-line);
  background: var(--rze-paper);
}

.rze-hero__visual figcaption strong {
  font-size: 0.8rem;
  line-height: 1.35;
}

.rze-hero__visual figcaption span {
  color: var(--rze-muted);
  font-size: 0.74rem;
  line-height: 1.48;
}

.rze-interface {
  padding: 2.45rem 1rem;
  border-bottom: 1px solid var(--rze-line);
  background: var(--rze-metal);
}

.rze-interface__layout {
  display: grid;
  grid-template-columns: minmax(17rem, 0.64fr) minmax(0, 1.36fr);
  gap: 2.7rem;
  align-items: stretch;
}

.rze-interface header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 0.2rem;
}

.rze-interface header h2,
.rze-delivery header h2,
.rze-faq header h2 {
  max-width: 13ch;
  margin: 0.72rem 0 0;
  color: var(--rze-ink);
  font-size: clamp(2.3rem, 3.3vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.057em;
  line-height: 1.015;
}

.rze-interface header > span,
.rze-delivery header > span,
.rze-faq header > span {
  display: block;
  max-width: 27rem;
  margin-top: 1rem;
  color: var(--rze-copy);
  font-size: 0.82rem;
  line-height: 1.58;
}

.rze-interface__manifest {
  overflow: hidden;
  border: 1px solid var(--rze-line);
  border-radius: 0.75rem;
  background: var(--rze-paper);
}

.rze-interface__manifest ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rze-interface__manifest li {
  position: relative;
  display: grid;
  grid-template-columns: 3.4rem minmax(9rem, 0.58fr) minmax(0, 1.14fr) minmax(11rem, 0.86fr);
  gap: 0.9rem;
  min-height: 91px;
  align-items: center;
  padding: 0.78rem 1rem;
}

.rze-interface__manifest li + li { border-top: 1px solid var(--rze-line); }

.rze-interface__manifest li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.1rem;
  width: 1.2rem;
  height: 1px;
  background: var(--rze-line);
}

.rze-pin {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 3px solid var(--rze-ink);
  border-radius: 50%;
  color: var(--rze-red);
  background: var(--rze-paper);
  font-size: 0.66rem;
  font-weight: 800;
}

.rze-interface__manifest h3 {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.35;
}

.rze-interface__manifest p {
  margin: 0;
  color: var(--rze-copy);
  font-size: 0.78rem;
  line-height: 1.5;
}

.rze-interface__manifest strong {
  font-size: 0.75rem;
  line-height: 1.45;
}

.rze-interface__manifest strong::before {
  content: "odbiór / ";
  color: var(--rze-red);
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rze-evidence {
  padding: 2rem 1rem;
  border-bottom: 1px solid var(--rze-line);
  background: var(--rze-paper);
}

.rze-evidence__layout {
  display: grid;
  grid-template-columns: minmax(15rem, 0.84fr) minmax(16rem, 0.94fr) minmax(18rem, 1.12fr) minmax(12rem, 0.72fr);
  border-block: 1px solid var(--rze-line);
}

.rze-evidence__layout > * {
  min-width: 0;
  padding: 1.08rem 1.2rem;
}

.rze-evidence__layout > * + * { border-left: 1px solid var(--rze-line); }
.rze-evidence__layout header { padding-left: 0; }
.rze-evidence__layout nav { padding-right: 0; }

.rze-evidence h2 {
  max-width: 22ch;
  margin: 0.6rem 0 0;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.14;
}

.rze-evidence article {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rze-evidence article > span,
.rze-evidence__state > span {
  color: var(--rze-muted);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.rze-evidence article h3 {
  margin: 0.45rem 0 0;
  font-size: 0.88rem;
  line-height: 1.36;
}

.rze-evidence article p,
.rze-evidence__state p {
  margin: 0.42rem 0 0;
  color: var(--rze-copy);
  font-size: 0.76rem;
  line-height: 1.52;
}

.rze-evidence__state {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--rze-red-soft);
}

.rze-evidence__state strong {
  margin-top: 0.4rem;
  color: var(--rze-red);
  font-size: 1.25rem;
  letter-spacing: -0.04em;
}

.rze-evidence nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rze-evidence nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--rze-ink);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.rze-evidence nav a + a { border-top: 1px solid var(--rze-line); }
.rze-evidence nav a:hover { color: var(--rze-red); }

.rze-qualifier {
  padding: 2.35rem 1rem 2.5rem;
  border-bottom: 1px solid var(--rze-line);
  background: #f7f8f9;
}

.rze-qualifier__head {
  display: grid;
  grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1.18fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.15rem;
}

.rze-qualifier__head h2 {
  max-width: 19ch;
  margin: 0.58rem 0 0;
  font-size: clamp(2.2rem, 3.2vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -0.057em;
  line-height: 1.02;
}

.rze-qualifier__head > p {
  max-width: 42rem;
  margin: 0;
  color: var(--rze-copy);
  font-size: 0.84rem;
  line-height: 1.6;
}

.rze-qualifier__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--rze-line);
  border-radius: 0.78rem 0.78rem 0 0;
  background: var(--rze-line);
}

.rze-qualifier fieldset {
  min-width: 0;
  margin: 0;
  padding: 1rem;
  border: 0;
  background: var(--rze-paper);
}

.rze-qualifier legend {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 0.65rem;
  color: var(--rze-ink);
  font-size: 0.77rem;
  font-weight: 800;
  line-height: 1.4;
}

.rze-choice-list {
  display: grid;
  clear: both;
  gap: 0.45rem;
}

.rze-choice {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.58rem 0.68rem;
  border: 1px solid var(--rze-line);
  border-radius: 0.5rem;
  color: var(--rze-ink);
  background: #fafbfb;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.rze-choice::after {
  content: "";
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  border: 2px solid var(--rze-muted);
  border-radius: 50%;
  background: transparent;
}

.rze-choice[aria-pressed="true"] {
  border-color: var(--rze-red);
  color: var(--rze-ink);
  background: var(--rze-red-soft);
}

.rze-choice[aria-pressed="true"]::after {
  border: 4px solid var(--rze-red);
  background: #fff;
}

.rze-qualifier__result {
  display: grid;
  grid-template-columns: minmax(14rem, 0.72fr) minmax(0, 1.16fr) auto;
  gap: 1.3rem;
  align-items: center;
  min-height: 92px;
  padding: 0.85rem 1rem;
  border: 1px solid var(--rze-line);
  border-top: 0;
  border-radius: 0 0 0.78rem 0.78rem;
  background: var(--rze-ink);
  color: #fff;
}

.rze-qualifier__result > span {
  color: #f2b0b8;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rze-qualifier__result strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.92rem;
  line-height: 1.4;
}

.rze-qualifier__result p {
  margin: 0;
  color: #d9e0e4;
  font-size: 0.75rem;
  line-height: 1.5;
}

.rze-qualifier__result a {
  display: inline-flex;
  min-width: 198px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.65rem 0.9rem;
  border-radius: 0.5rem;
  color: #fff;
  background: var(--rze-red);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.rze-delivery {
  padding: 2.35rem 1rem 2.5rem;
  border-bottom: 1px solid var(--rze-line);
  background: var(--rze-paper);
}

.rze-delivery header {
  display: grid;
  grid-template-columns: minmax(10rem, 0.45fr) minmax(19rem, 0.92fr) minmax(15rem, 0.68fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1rem;
}

.rze-delivery header h2 { max-width: 17ch; margin: 0; }
.rze-delivery header > span { margin: 0; }

.rze-delivery ol {
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--rze-ink);
  list-style: none;
}

.rze-delivery li {
  display: grid;
  grid-template-columns: 2.4rem minmax(12rem, 0.68fr) minmax(0, 1.08fr) minmax(13rem, 0.82fr);
  gap: 1rem;
  min-height: 80px;
  align-items: center;
  border-bottom: 1px solid var(--rze-line);
}

.rze-delivery li > span {
  color: var(--rze-red);
  font-size: 0.68rem;
  font-weight: 800;
}

.rze-delivery li h3 {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.35;
}

.rze-delivery li p {
  margin: 0;
  color: var(--rze-copy);
  font-size: 0.78rem;
  line-height: 1.5;
}

.rze-delivery li strong {
  font-size: 0.76rem;
  line-height: 1.46;
}

.rze-delivery li strong::before {
  content: "test / ";
  color: var(--rze-red);
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rze-stack {
  padding: 1.45rem 1rem;
  border-bottom: 1px solid var(--rze-line);
  background: var(--rze-metal);
}

.rze-stack__layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.32fr);
  gap: 2.5rem;
  align-items: center;
}

.rze-stack h2 {
  max-width: 34rem;
  margin: 0.42rem 0 0;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.35;
}

.rze-stack ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-block: 1px solid var(--rze-line);
  list-style: none;
}

.rze-stack li {
  display: grid;
  min-height: 72px;
  align-content: center;
  padding: 0.45rem 0.8rem;
}

.rze-stack li + li { border-left: 1px solid var(--rze-line); }
.rze-stack strong { font-size: 0.74rem; line-height: 1.35; }
.rze-stack small { margin-top: 0.18rem; color: var(--rze-muted); font-size: 0.67rem; line-height: 1.42; }

.rze-faq {
  padding: 2.45rem 1rem;
  border-bottom: 1px solid var(--rze-line);
  background: #f7f8f9;
}

.rze-faq__layout {
  display: grid;
  grid-template-columns: minmax(17rem, 0.72fr) minmax(0, 1.28fr);
  gap: 3rem;
}

.rze-faq header h2 { max-width: 11ch; }
.rze-faq header a { margin-top: 1.1rem; }

.rze-faq__list { border-block: 1px solid var(--rze-line); }
.rze-faq__list details + details { border-top: 1px solid var(--rze-line); }

.rze-faq__list summary {
  display: grid;
  grid-template-columns: 2.3rem minmax(0, 1fr) 2.8rem;
  gap: 0.75rem;
  min-height: 72px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.rze-faq__list summary::-webkit-details-marker { display: none; }
.rze-faq__list summary > span { color: var(--rze-red); font-size: 0.68rem; font-weight: 800; }
.rze-faq__list summary > strong { font-size: 0.8rem; line-height: 1.42; }

.rze-faq__list summary > i {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid var(--rze-red);
  border-radius: 50%;
}

.rze-faq__list summary > i::before,
.rze-faq__list summary > i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: var(--rze-red);
  transform: translate(-50%, -50%);
}

.rze-faq__list summary > i::after { transform: translate(-50%, -50%) rotate(90deg); }
.rze-faq__list details[open] summary > i { transform: rotate(45deg); }

.rze-faq__list details > div {
  padding: 0 3.4rem 1rem 3.05rem;
  color: var(--rze-copy);
  font-size: 0.78rem;
  line-height: 1.62;
}

.rze-editorial {
  display: flex;
  min-height: 94px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--rze-line);
  background: var(--rze-paper);
}

.rze-editorial > div { display: grid; gap: 0.25rem; }
.rze-editorial strong { font-size: 0.72rem; }
.rze-editorial span { color: var(--rze-muted); font-size: 0.68rem; line-height: 1.45; }
.rze-editorial nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0 0.8rem; }

.rze-editorial a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding-inline: 0.35rem;
  color: var(--rze-ink);
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
}

.rze-editorial a:hover { color: var(--rze-red); }

.rze-contact-selection {
  display: flex !important;
  min-height: 66px;
  align-items: center !important;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.8rem;
  background: #f8fafc;
}

.rze-contact-selection__copy { display: grid; gap: 0.12rem; }
.rze-contact-selection__label { color: var(--rze-red); font-size: 0.64rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.rze-contact-selection strong { color: var(--rze-ink); font-size: 0.78rem; }
.rze-contact-selection__meta { color: var(--rze-muted); font-size: 0.68rem; }
.rze-contact-selection button {
  width: 58px !important;
  min-width: 58px !important;
  min-height: 44px;
  flex: 0 0 58px;
  padding-inline: 0.5rem !important;
  color: var(--rze-red);
  font-size: 0.7rem;
  font-weight: 800;
}

body[data-city-pilot="rzeszow-partner-v1"] #contact {
  padding-block: 2rem !important;
  overflow: visible !important;
  isolation: isolate;
  background: #f8fafc !important;
}

body[data-city-pilot="rzeszow-partner-v1"] main :where(h1, h2, h3, p, strong, span, a, button, summary, legend) {
  min-width: 0;
  overflow-wrap: anywhere;
}

.rze-qualifier__head > *,
.rze-stack__layout > *,
.rze-faq__layout > *,
body[data-city-pilot="rzeszow-partner-v1"] #contact * {
  min-width: 0;
}

body[data-city-pilot="rzeszow-partner-v1"] #contact input:not([type="checkbox"]):not([type="hidden"]),
body[data-city-pilot="rzeszow-partner-v1"] #contact textarea {
  width: 100% !important;
  max-width: 100% !important;
}

body[data-city-pilot="rzeszow-partner-v1"] #contact input[type="checkbox"].sr-only {
  width: 1px !important;
  max-width: 1px !important;
}

body[data-city-pilot="rzeszow-partner-v1"] #contact h2 {
  font-size: clamp(2rem, 3.3vw, 3.2rem) !important;
  line-height: 1.05 !important;
}

body[data-city-pilot="rzeszow-partner-v1"] #contact .animate-spin,
body[data-city-pilot="rzeszow-partner-v1"] #contact .animate-pulse { animation: none !important; }

body[data-city-pilot="rzeszow-partner-v1"] #contact .mt-12.grid.grid-cols-3 .text-xs {
  font-size: 0.78rem !important;
}

body[data-city-pilot="rzeszow-partner-v1"] #contact .mt-12.grid.grid-cols-3 .text-\[11px\] {
  font-size: 0.72rem !important;
}

body[data-city-pilot="rzeszow-partner-v1"] a:focus-visible,
body[data-city-pilot="rzeszow-partner-v1"] button:focus-visible,
body[data-city-pilot="rzeszow-partner-v1"] summary:focus-visible,
body[data-city-pilot="rzeszow-partner-v1"] input:focus-visible,
body[data-city-pilot="rzeszow-partner-v1"] textarea:focus-visible {
  outline: 3px solid #1d4ed8;
  outline-offset: 3px;
}

@media (max-width: 940px) {
  .rze-hero__layout,
  .rze-interface__layout,
  .rze-evidence__layout,
  .rze-qualifier__head,
  .rze-delivery header,
  .rze-stack__layout,
  .rze-faq__layout { grid-template-columns: 1fr; }

  .rze-hero__copy { padding-right: 0; }
  .rze-hero__visual { border-top: 1px solid var(--rze-line); border-left: 0; }
  .rze-interface__layout,
  .rze-faq__layout { gap: 1.5rem; }
  .rze-evidence__layout > * + * { border-top: 1px solid var(--rze-line); border-left: 0; }
  .rze-evidence__layout header { padding-left: 1.2rem; }
  .rze-evidence__layout nav { padding-right: 1.2rem; }
  .rze-delivery header { gap: 0.6rem; }
}

@media (max-width: 760px) {
  body[data-city-pilot="rzeszow-partner-v1"] #navbar > .container {
    padding-inline: 16px !important;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #navbar > .container > a:first-child {
    flex: 0 0 auto;
    gap: 12px !important;
    min-width: 0;
    white-space: nowrap;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #navbar > .container > a:first-child > svg {
    flex: 0 0 auto;
    height: clamp(24px, 1.5rem, 32px) !important;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #navbar > .container > a:first-child > span {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #mobile-menu-btn {
    flex: 0 0 auto;
    min-width: 44px;
    min-height: 44px;
    padding: 8px !important;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #mobile-menu-btn .iconify {
    width: clamp(24px, 1.5rem, 32px) !important;
    height: clamp(24px, 1.5rem, 32px) !important;
  }

  .rze-hero { padding: 5.4rem 1rem 0; }
  .rze-hero__rail {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.35rem;
    align-items: flex-start;
    padding-bottom: 0.55rem;
  }
  .rze-hero__rail strong {
    display: block;
    max-width: none;
    text-align: left;
  }
  .rze-hero__layout { display: flex; min-height: 0; flex-direction: column; }
  .rze-hero__copy { padding: 1.35rem 0 1.5rem; }
  .rze-hero__copy h1 {
    max-width: none;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: clamp(1.65rem, 10vw, 2.75rem);
  }
  .rze-hero__lead { font-size: 1rem; line-height: 1.58; }
  .rze-hero__actions a { min-height: 48px; }
  .rze-hero__visual picture { padding: 0; }
  .rze-hero__visual picture { aspect-ratio: 430 / 720; }
  .rze-hero__visual figcaption { grid-template-columns: 1fr; gap: 0.25rem; }

  .rze-interface,
  .rze-evidence,
  .rze-qualifier,
  .rze-delivery,
  .rze-faq { padding: 2.15rem 1rem; }

  .rze-interface header h2,
  .rze-delivery header h2,
  .rze-faq header h2,
  .rze-qualifier__head h2 {
    overflow-wrap: normal;
    word-break: normal;
    font-size: clamp(1.8rem, 9.2vw, 2.4rem);
  }

  .rze-interface__manifest li {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.4rem;
    min-height: 0;
    padding: 1rem;
  }

  .rze-interface__manifest li::before { display: none; }
  .rze-interface__manifest h3,
  .rze-interface__manifest p,
  .rze-interface__manifest strong { grid-column: 1; }
  .rze-interface__manifest .rze-pin { justify-self: start; }
  .rze-interface__manifest h3 { font-size: 0.95rem; }
  .rze-interface__manifest p,
  .rze-interface__manifest strong { font-size: 0.86rem; }

  .rze-evidence__layout { border-bottom: 0; }
  .rze-evidence__layout > * { padding: 1.05rem 0; }
  .rze-evidence__layout header { padding-left: 0; }
  .rze-evidence__layout nav { padding-right: 0; }
  .rze-evidence article p,
  .rze-evidence__state p { font-size: 0.88rem; }

  .rze-qualifier__head { gap: 0.7rem; }
  .rze-qualifier__grid { grid-template-columns: 1fr; }
  .rze-qualifier fieldset + fieldset { border-top: 1px solid var(--rze-line); }
  body[data-city-pilot="rzeszow-partner-v1"] .rze-choice {
    min-height: 52px;
    padding-inline: 16px;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: clamp(0.72rem, 3.8vw, 0.86rem);
  }
  .rze-qualifier__result { grid-template-columns: 1fr; gap: 0.75rem; }
  .rze-qualifier__result p { font-size: 0.84rem; }
  .rze-qualifier__result a { width: 100%; min-width: 0; }

  .rze-delivery li {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.4rem;
    min-height: 0;
    padding: 1rem 0;
  }

  .rze-delivery li h3,
  .rze-delivery li p,
  .rze-delivery li strong { grid-column: 1; }
  .rze-delivery li h3 { font-size: 0.95rem; }
  .rze-delivery li p,
  .rze-delivery li strong { font-size: 0.86rem; }

  .rze-stack { padding: 1.35rem 1rem; }
  .rze-stack__layout { gap: 1rem; }
  .rze-stack ul { grid-template-columns: minmax(0, 1fr); }
  .rze-stack li + li { border-top: 1px solid var(--rze-line); border-left: 0; }
  .rze-stack strong { font-size: 0.82rem; }
  .rze-stack small { font-size: 0.75rem; }

  .rze-faq__list summary {
    grid-template-columns: minmax(0, 1fr) 44px;
    grid-template-rows: auto auto;
    min-height: 76px;
  }
  .rze-faq__list summary > span { grid-column: 1; grid-row: 1; }
  .rze-faq__list summary > strong { grid-column: 1; grid-row: 2; }
  .rze-faq__list summary > i { grid-column: 2; grid-row: 1 / span 2; }
  .rze-faq__list summary > strong { font-size: 0.88rem; }
  .rze-faq__list details > div { padding: 0 2.8rem 1rem 0; font-size: 0.88rem; }

  .rze-editorial { display: grid; width: auto; margin-inline: 1rem; }
  .rze-editorial nav { justify-content: flex-start; }

  .rze-contact-selection {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch !important;
    justify-items: stretch;
  }

  .rze-contact-selection__copy,
  .rze-contact-selection__meta { width: 100%; }

  .rze-contact-selection button {
    width: 100% !important;
    min-width: 0 !important;
    flex-basis: auto;
    text-align: left;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #contact .grid.sm\:grid-cols-2,
  body[data-city-pilot="rzeszow-partner-v1"] #contact .mt-12.grid.grid-cols-3 {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #contact .grid.sm\:grid-cols-2 p {
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: clamp(0.85rem, 4vw, 1rem) !important;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #contact .flex.items-center.gap-6.pt-8 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem !important;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #contact .delay-200.relative > .relative.z-10 {
    padding-inline: 16px !important;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #contact #contactForm,
  body[data-city-pilot="rzeszow-partner-v1"] #contact #contactForm > .relative,
  body[data-city-pilot="rzeszow-partner-v1"] #contact #contactForm > .relative > input,
  body[data-city-pilot="rzeszow-partner-v1"] #contact #contactForm > .relative > label {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #contact #contactForm > .relative > input {
    padding-right: 16px !important;
    padding-left: 56px !important;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #contact #contactForm > .relative > div.absolute {
    padding-left: 16px !important;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #contact #contactForm > .relative > div.absolute svg {
    width: 24px !important;
    height: 24px !important;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #contact #contactForm > .relative > label {
    left: 56px !important;
    width: calc(100% - 72px) !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    white-space: normal;
    font-size: clamp(0.75rem, 3.5vw, 1rem) !important;
    line-height: 1.25 !important;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #contact #contactForm > .relative > input:placeholder-shown ~ label {
    top: 50% !important;
    transform: translateY(-50%);
  }

  body[data-city-pilot="rzeszow-partner-v1"] #contact #contactForm > .relative > input:focus ~ label,
  body[data-city-pilot="rzeszow-partner-v1"] #contact #contactForm > .relative > input:not(:placeholder-shown) ~ label {
    top: -10px !important;
    transform: none;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #contact #contactForm button[type="submit"] > .relative {
    flex-wrap: nowrap;
    gap: 0 !important;
    padding: 8px !important;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #contact #contactForm button[type="submit"] {
    min-height: 56px;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #contact #btnText {
    width: 100%;
    overflow-wrap: normal !important;
    white-space: nowrap;
    letter-spacing: 0 !important;
    font-size: clamp(0.9rem, 4.5vw, 1.125rem) !important;
    text-align: center;
  }

  body[data-city-pilot="rzeszow-partner-v1"] #contact #btnText + div {
    display: none !important;
  }
}

@media (max-width: 360px) {
  .rze-hero__actions { flex-direction: column; align-items: stretch; }
  .rze-hero__actions a:last-child { justify-content: flex-start; }
  .rze-hero__copy h1 { font-size: clamp(1.55rem, 10vw, 2.18rem); }
  .rze-interface header h2,
  .rze-delivery header h2,
  .rze-faq header h2,
  .rze-qualifier__head h2 { font-size: clamp(1.65rem, 9vw, 2.16rem); }
}

@media (prefers-reduced-motion: reduce) {
  body[data-city-pilot="rzeszow-partner-v1"] *,
  body[data-city-pilot="rzeszow-partner-v1"] *::before,
  body[data-city-pilot="rzeszow-partner-v1"] *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
