:is(body[data-city-pilot="wolsztyn-family-program-v1"], .wlt-hero, .wlt-contract, .wlt-scope, .wlt-source) {
  --wlt-ink: #152238;
  --wlt-muted: #5d6e82;
  --wlt-line: #cad5df;
  --wlt-paper: #fffdf8;
  --wlt-wash: #f5f7f8;
  --wlt-red: #d63846;
  --wlt-blue: #285b96;
  --wlt-green: #2d705f;
  --wlt-amber: #a16d2e;
}

body[data-city-pilot="wolsztyn-family-program-v1"] {
  color: var(--wlt-ink);
  background: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.wlt-shell {
  width: min(calc(100% - 5rem), 1168px);
  margin-inline: auto;
}

.wlt-hero,
.wlt-contract,
.wlt-scope,
.wlt-source {
  position: relative;
  color: var(--wlt-ink);
  background: #fff;
  border-bottom: 1px solid var(--wlt-line);
  scroll-margin-top: 6rem;
}

.wlt-kicker {
  margin: 0 0 .85rem;
  color: var(--wlt-red);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.wlt-hero {
  padding: 7rem 1rem 1rem;
  overflow: hidden;
}

.wlt-hero__grid {
  display: grid;
  min-height: 37rem;
  grid-template-columns: minmax(19rem, .85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 3rem;
  border-bottom: 1px solid var(--wlt-line);
}

.wlt-hero__copy {
  min-width: 0;
  padding: 2.4rem 0;
}

.wlt-hero h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.75rem, 4.5vw, 4.3rem);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.052em;
  text-wrap: balance;
}

.wlt-hero h1 em {
  display: block;
  color: var(--wlt-red);
  font-style: normal;
}

.wlt-hero__copy > p:not(.wlt-kicker) {
  max-width: 39rem;
  margin: 1.45rem 0 0;
  color: var(--wlt-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.wlt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.75rem;
}

.wlt-actions a {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .85rem 1.15rem;
  border: 1px solid var(--wlt-ink);
  border-radius: .65rem;
  color: var(--wlt-ink);
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}

.wlt-actions a:first-child {
  color: #fff;
  background: var(--wlt-ink);
}

.wlt-run-sheet {
  position: relative;
  min-width: 0;
  padding: 1.35rem;
  border: 1px solid #aebdca;
  border-radius: 1.45rem;
  background:
    linear-gradient(rgba(40,91,150,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40,91,150,.055) 1px, transparent 1px),
    var(--wlt-paper);
  background-size: 24px 24px;
  box-shadow: 0 24px 48px rgba(21,34,56,.12);
  transform: rotate(.35deg);
}

.wlt-run-sheet::before,
.wlt-run-sheet::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 1.05rem;
  width: 2.3rem;
  height: .52rem;
  border-radius: 999px;
  background: var(--wlt-red);
  box-shadow: 0 2px 0 #a82030;
}

.wlt-run-sheet::before { left: 2.25rem; }
.wlt-run-sheet::after { right: 2.25rem; }

.wlt-run-sheet > header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem .8rem 1rem;
  border-bottom: 2px solid var(--wlt-ink);
}

.wlt-run-sheet > header span,
.wlt-run-sheet > footer span {
  color: var(--wlt-muted);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.wlt-run-sheet > header strong {
  max-width: 12rem;
  font-size: 1.05rem;
  line-height: 1.2;
  text-align: right;
}

.wlt-run-sheet__fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-inline: 1px solid var(--wlt-line);
}

.wlt-run-sheet__fields article {
  position: relative;
  min-width: 0;
  min-height: 11rem;
  padding: 1.65rem 1.15rem 1.25rem;
  border-right: 1px solid var(--wlt-line);
  background: rgba(255,255,255,.82);
}

.wlt-run-sheet__fields article:last-child { border-right: 0; }

.wlt-run-sheet__fields article::after {
  content: "";
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 1rem;
  height: 3px;
  background: var(--wlt-blue);
}

.wlt-run-sheet__fields article:nth-child(2)::after { background: var(--wlt-green); }
.wlt-run-sheet__fields article:nth-child(3)::after { background: var(--wlt-amber); }

.wlt-run-sheet__fields small,
.wlt-run-sheet__output small {
  display: block;
  color: var(--wlt-red);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.wlt-run-sheet__fields b {
  display: block;
  margin-top: .7rem;
  font-size: .95rem;
  line-height: 1.3;
}

.wlt-run-sheet__fields p {
  margin: .45rem 0 0;
  color: var(--wlt-muted);
  font-size: .72rem;
  line-height: 1.45;
}

.wlt-run-sheet__output {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
  padding: 1rem 1.15rem;
  border: 2px solid var(--wlt-red);
  border-radius: .85rem;
  background: #fff1f2;
}

.wlt-run-sheet__output > span {
  display: grid;
  flex: 0 0 2.55rem;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--wlt-red);
  font-weight: 900;
}

.wlt-run-sheet__output b {
  display: block;
  margin-top: .25rem;
  font-size: .86rem;
}

.wlt-run-sheet > footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .15rem .8rem 0;
}

.wlt-contract { padding: 4.8rem 1rem; background: var(--wlt-wash); }

.wlt-contract__grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  border: 1px solid var(--wlt-line);
  border-radius: 1.35rem;
  overflow: hidden;
  background: #fff;
}

.wlt-contract__grid > header {
  padding: 2.3rem;
  border-right: 1px solid var(--wlt-line);
}

.wlt-contract h2,
.wlt-scope h2,
.wlt-source h2 {
  margin: 0;
  font-size: clamp(2.15rem, 3.4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.wlt-contract header > p:last-child,
.wlt-scope__header > p,
.wlt-source header + article p,
.wlt-source aside p {
  color: var(--wlt-muted);
  line-height: 1.65;
}

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

.wlt-contract__steps li {
  display: grid;
  grid-template-columns: 3.1rem minmax(0, 1fr) 6.2rem;
  align-items: center;
  gap: 1rem;
  min-height: 7.35rem;
  padding: 1rem 1.35rem;
  border-bottom: 1px solid var(--wlt-line);
}

.wlt-contract__steps li:last-child { border-bottom: 0; }

.wlt-contract__steps li > span {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  border: 2px solid var(--wlt-blue);
  border-radius: 50%;
  color: var(--wlt-blue);
  font-size: .7rem;
  font-weight: 800;
}

.wlt-contract__steps strong { font-size: .95rem; }
.wlt-contract__steps p { margin: .3rem 0 0; color: var(--wlt-muted); font-size: .75rem; line-height: 1.5; }
.wlt-contract__steps li > b { color: var(--wlt-red); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }

.wlt-scope { padding: 4.8rem 1rem; }
.wlt-scope__header { display: grid; grid-template-columns: .95fr 1.05fr; gap: 4rem; align-items: end; margin-bottom: 2.2rem; }
.wlt-scope__header > p { margin: 0; font-size: .9rem; }

.wlt-scope__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--wlt-line);
  border-bottom: 1px solid var(--wlt-line);
}

.wlt-scope__grid article {
  min-width: 0;
  padding: 1.65rem 1.25rem;
  border-right: 1px solid var(--wlt-line);
}

.wlt-scope__grid article:last-child { border-right: 0; }
.wlt-scope__grid span { color: var(--wlt-red); font-size: .62rem; font-weight: 800; }
.wlt-scope__grid h3 { margin: .75rem 0 .45rem; font-size: .95rem; }
.wlt-scope__grid p { min-height: 4.7rem; margin: 0; color: var(--wlt-muted); font-size: .72rem; line-height: 1.5; }
.wlt-scope__grid b { display: block; margin-top: 1rem; color: var(--wlt-green); font-size: .58rem; line-height: 1.45; }

.wlt-source { padding: 4.4rem 1rem; background: #f6f3ed; }
.wlt-source__grid { display: grid; grid-template-columns: .9fr 1.1fr .72fr; border-block: 1px solid var(--wlt-line); }
.wlt-source__grid > * { min-width: 0; padding: 2rem; border-right: 1px solid var(--wlt-line); }
.wlt-source__grid > *:first-child { padding-left: 0; }
.wlt-source__grid > *:last-child { padding-right: 0; border-right: 0; }
.wlt-source article > span { color: var(--wlt-red); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.wlt-source h3 { margin: .6rem 0 .75rem; font-size: 1rem; line-height: 1.45; }
.wlt-source article p, .wlt-source aside p { margin: 0; font-size: .8rem; }
.wlt-source article a { display: inline-flex; min-height: 44px; align-items: center; margin-top: 1rem; color: var(--wlt-red); font-size: .72rem; font-weight: 800; text-decoration: none; }
.wlt-source aside strong { display: block; margin-bottom: .65rem; color: var(--wlt-red); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }

body[data-city-pilot="wolsztyn-family-program-v1"] #faq summary:focus-visible {
  outline: 3px solid var(--wlt-blue);
  outline-offset: -3px;
  border-radius: .75rem;
}

@media (max-width: 980px) {
  .wlt-shell { width: min(calc(100% - 3rem), 920px); }
  .wlt-hero__grid { grid-template-columns: minmax(17rem, .74fr) minmax(0, 1.26fr); gap: 1.5rem; }
  .wlt-hero h1 { font-size: clamp(2.4rem, 5vw, 3.35rem); }
  .wlt-run-sheet__fields article { min-height: 9.5rem; padding-inline: .8rem; }
  .wlt-contract__grid { grid-template-columns: .72fr 1.28fr; }
  .wlt-scope__grid { grid-template-columns: 1fr 1fr; }
  .wlt-scope__grid article:nth-child(2) { border-right: 0; }
  .wlt-scope__grid article:nth-child(-n+2) { border-bottom: 1px solid var(--wlt-line); }
  .wlt-source__grid { grid-template-columns: .8fr 1.2fr; }
  .wlt-source__grid aside { grid-column: 1 / -1; padding: 1.5rem 0 0; border-top: 1px solid var(--wlt-line); border-right: 0; }
}

@media (max-width: 760px) {
  .wlt-shell { width: min(calc(100% - 2rem), 680px); }
  .wlt-hero { padding: 5.5rem 0 0; }
  .wlt-hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 0; border-bottom: 0; }
  .wlt-hero__copy { padding: 2rem 0 1.6rem; }
  .wlt-hero h1 { max-width: 15ch; font-size: clamp(2.26rem, 10.8vw, 3.05rem); }
  .wlt-hero__copy > p:not(.wlt-kicker) { font-size: .94rem; line-height: 1.65; }
  .wlt-actions { display: grid; grid-template-columns: 1fr; }
  .wlt-actions a { width: 100%; }
  .wlt-run-sheet { padding: .85rem; border-radius: 1.1rem; transform: none; }
  .wlt-run-sheet::before, .wlt-run-sheet::after { top: .7rem; width: 1.6rem; }
  .wlt-run-sheet > header { display: grid; padding: 1.35rem .55rem .85rem; }
  .wlt-run-sheet > header strong { max-width: none; text-align: left; }
  .wlt-run-sheet__fields { grid-template-columns: 1fr; }
  .wlt-run-sheet__fields article { min-height: 0; padding: 1.15rem 1rem 1.35rem; border-right: 0; border-bottom: 1px solid var(--wlt-line); }
  .wlt-run-sheet__fields article:last-child { border-bottom: 0; }
  .wlt-run-sheet__fields article::after { left: 1rem; right: auto; bottom: .72rem; width: 4.5rem; }
  .wlt-run-sheet__output { align-items: flex-start; }
  .wlt-run-sheet > footer { display: grid; gap: .35rem; }
  .wlt-contract, .wlt-scope, .wlt-source { padding: 3.5rem 0; }
  .wlt-contract__grid { grid-template-columns: 1fr; border-radius: 1rem; }
  .wlt-contract__grid > header { padding: 1.5rem; border-right: 0; border-bottom: 1px solid var(--wlt-line); }
  .wlt-contract h2, .wlt-scope h2, .wlt-source h2 { font-size: clamp(1.9rem, 8.5vw, 2.55rem); }
  .wlt-contract__steps li { grid-template-columns: 2.7rem minmax(0, 1fr); gap: .75rem; min-height: 0; padding: 1rem; }
  .wlt-contract__steps li > b { grid-column: 2; width: max-content; padding: .35rem .55rem; border: 1px solid var(--wlt-line); border-radius: 999px; }
  .wlt-scope__header { grid-template-columns: 1fr; gap: 1rem; }
  .wlt-scope__grid { grid-template-columns: 1fr; }
  .wlt-scope__grid article { padding: 1.35rem 0; border-right: 0; border-bottom: 1px solid var(--wlt-line); }
  .wlt-scope__grid article:nth-child(-n+2) { border-bottom: 1px solid var(--wlt-line); }
  .wlt-scope__grid article:last-child { border-bottom: 0; }
  .wlt-scope__grid p { min-height: 0; }
  .wlt-source__grid { grid-template-columns: 1fr; }
  .wlt-source__grid > * { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--wlt-line); }
  .wlt-source__grid > *:last-child { padding: 1.5rem 0 0; border-bottom: 0; }
  .wlt-source__grid aside { grid-column: auto; border-top: 0; }
}

@media (max-width: 360px) {
  .wlt-shell { width: calc(100% - 1.25rem); }
  .wlt-hero h1 { font-size: 2.1rem; }
  .wlt-run-sheet__output { padding-inline: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .wlt-actions a, .wlt-source a { transition: none; }
}
