[data-city-pilot="wyszkow-one-brief-v1"] {
  --wy-ink: #10192c;
  --wy-muted: #61708a;
  --wy-line: #d7dfeb;
  --wy-paper: #fbfcfe;
  --wy-warm: #fff8f6;
  --wy-red: #df3848;
  --wy-red-dark: #bd2938;
  background: #fff;
  color: var(--wy-ink);
}

[data-city-pilot="wyszkow-one-brief-v1"] #main-content {
  background: #fff;
  overflow: clip;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-kicker {
  margin: 0 0 1rem;
  color: var(--wy-red-dark);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.35;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-hero {
  position: relative;
  padding: 7.7rem max(1.25rem, calc((100vw - 1160px) / 2)) 4.4rem;
  border-bottom: 1px solid var(--wy-line);
  background:
    linear-gradient(90deg, transparent 0 49.9%, rgba(215,223,235,.52) 50%, transparent 50.1%),
    radial-gradient(circle at 18% 25%, rgba(255,228,230,.7), transparent 27%),
    #fff;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-breadcrumb {
  display: flex;
  gap: .6rem;
  align-items: center;
  margin: 0 0 2.2rem;
  color: var(--wy-muted);
  font-size: .75rem;
  font-weight: 700;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-breadcrumb a:hover,
[data-city-pilot="wyszkow-one-brief-v1"] .wy-breadcrumb a:focus-visible {
  color: var(--wy-red-dark);
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(540px, 1.08fr);
  gap: clamp(3rem, 7vw, 6.7rem);
  align-items: center;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-hero__copy h1 {
  margin: 0;
  max-width: 680px;
  color: var(--wy-ink);
  font-size: clamp(3.35rem, 5.2vw, 5.25rem);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .96;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-hero__copy h1 em {
  display: block;
  color: var(--wy-red);
  font-style: normal;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-lead {
  max-width: 670px;
  margin: 1.55rem 0 0;
  color: var(--wy-muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.9rem;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: .85rem 1.25rem;
  border: 1px solid var(--wy-ink);
  border-radius: .65rem;
  font-size: .82rem;
  font-weight: 800;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-button:hover { transform: translateY(-2px); }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-button:focus-visible { outline: 3px solid rgba(223,56,72,.28); outline-offset: 3px; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-button--primary { background: var(--wy-ink); color: #fff; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-button--secondary { background: #fff; color: var(--wy-ink); border-color: var(--wy-line); }

[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief {
  min-width: 0;
  border: 1px solid #cdd7e5;
  border-radius: 1.25rem;
  background: rgba(255,255,255,.94);
  box-shadow: 0 22px 60px rgba(31,45,70,.10);
  overflow: hidden;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.3rem 1.5rem;
  border-bottom: 1px solid var(--wy-line);
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__header span,
[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief small {
  color: var(--wy-red-dark);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .14em;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__header strong { font-size: .94rem; }

[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__anchor {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1.15rem;
  align-items: center;
  margin: 1.5rem;
  padding: 1.25rem;
  border-left: 4px solid var(--wy-red);
  background: var(--wy-warm);
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__number {
  color: var(--wy-red);
  font-size: 2.7rem;
  font-weight: 800;
  letter-spacing: -.08em;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief h2 {
  margin: .2rem 0 .15rem;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -.03em;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief p { margin: 0; color: var(--wy-muted); font-size: .78rem; line-height: 1.55; }

[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__choices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--wy-line);
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__choices > div {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: .45rem;
  min-height: 142px;
  padding: 1.15rem;
  border-right: 1px solid var(--wy-line);
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__choices > div:last-child { border-right: 0; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__choices span { color: var(--wy-red); font-size: .7rem; font-weight: 800; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__choices strong { font-size: .82rem; line-height: 1.4; }

[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__result {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.1rem 1.5rem;
  border-top: 1px solid var(--wy-red);
  background: #fff1f2;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__result span { color: var(--wy-red-dark); font-size: .62rem; font-weight: 800; letter-spacing: .14em; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__result strong { font-size: .82rem; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-brief--mobile { display: none; }

[data-city-pilot="wyszkow-one-brief-v1"] .wy-source,
[data-city-pilot="wyszkow-one-brief-v1"] .wy-contract,
[data-city-pilot="wyszkow-one-brief-v1"] .wy-scope,
[data-city-pilot="wyszkow-one-brief-v1"] .wy-faq {
  padding: clamp(4rem, 7vw, 6.5rem) max(1.25rem, calc((100vw - 1160px) / 2));
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-section-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-section-intro h2,
[data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__head h2,
[data-city-pilot="wyszkow-one-brief-v1"] .wy-scope h2,
[data-city-pilot="wyszkow-one-brief-v1"] .wy-faq h2 {
  margin: 0;
  max-width: 780px;
  color: var(--wy-ink);
  font-size: clamp(2.2rem, 4.2vw, 4.35rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.02;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-source__body {
  padding-top: .25rem;
  border-top: 1px solid var(--wy-ink);
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-source__body > p:first-child {
  max-width: 760px;
  margin: 1.4rem 0;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.48;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-caveat {
  max-width: 750px;
  margin: 0 0 1.4rem;
  color: var(--wy-muted);
  font-size: .9rem;
  line-height: 1.65;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-source__body a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--wy-red-dark);
  font-size: .82rem;
  font-weight: 800;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-contract {
  border-block: 1px solid var(--wy-line);
  background: var(--wy-paper);
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__head {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 2rem 6rem;
  align-items: end;
  margin-bottom: 3.25rem;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__head .wy-kicker { grid-column: 1 / -1; margin-bottom: -1rem; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__head > p:last-child { margin: 0 0 .35rem; color: var(--wy-muted); line-height: 1.65; }

[data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__rows {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--wy-ink);
  list-style: none;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__rows li {
  display: grid;
  grid-template-columns: 54px minmax(210px, .82fr) minmax(260px, 1.15fr) minmax(180px, .65fr);
  gap: 1.25rem;
  align-items: center;
  padding: 1.55rem 0;
  border-bottom: 1px solid var(--wy-line);
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__index { color: var(--wy-red); font-size: .72rem; font-weight: 800; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__rows small { color: var(--wy-red-dark); font-size: .6rem; font-weight: 800; letter-spacing: .13em; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__rows h3 { margin: .2rem 0 0; font-size: 1.05rem; font-weight: 800; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__rows p { margin: 0; color: var(--wy-muted); font-size: .86rem; line-height: 1.55; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__rows strong { font-size: .76rem; line-height: 1.45; }

[data-city-pilot="wyszkow-one-brief-v1"] .wy-scope {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-scope__statement > p:last-child { max-width: 600px; color: var(--wy-muted); line-height: 1.7; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-scope__list { border-top: 1px solid var(--wy-ink); }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-scope__list > div { display: grid; grid-template-columns: 42px .85fr 1.15fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid var(--wy-line); }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-scope__list span { color: var(--wy-red); font-size: .7rem; font-weight: 800; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-scope__list strong { font-size: .9rem; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-scope__list p { margin: 0; color: var(--wy-muted); font-size: .82rem; line-height: 1.55; }

[data-city-pilot="wyszkow-one-brief-v1"] .wy-faq {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(3rem, 8vw, 8rem);
  border-top: 1px solid var(--wy-line);
  background: #fff;
}

[data-city-pilot="wyszkow-one-brief-v1"] .wy-faq__list { border-top: 1px solid var(--wy-ink); }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-faq details { border-bottom: 1px solid var(--wy-line); }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-faq summary { display: grid; grid-template-columns: 1fr 44px; gap: 1rem; align-items: center; min-height: 70px; padding: .9rem 0; cursor: pointer; font-size: .9rem; font-weight: 800; list-style: none; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-faq summary::-webkit-details-marker { display: none; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-faq summary span { display: grid; width: 36px; height: 36px; place-items: center; color: var(--wy-red); border: 1px solid var(--wy-line); border-radius: 50%; font-size: 1.2rem; transition: transform 160ms ease; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-faq details[open] summary span { transform: rotate(45deg); }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-faq details p { max-width: 700px; margin: 0; padding: 0 4rem 1.35rem 0; color: var(--wy-muted); font-size: .85rem; line-height: 1.65; }
[data-city-pilot="wyszkow-one-brief-v1"] .wy-faq summary:focus-visible { outline: 3px solid rgba(223,56,72,.25); outline-offset: 4px; }

@media (max-width: 980px) {
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-hero { padding-top: 7rem; background: radial-gradient(circle at 18% 18%, rgba(255,228,230,.72), transparent 28%), #fff; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-hero__grid,
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-section-grid,
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-scope,
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-faq { grid-template-columns: 1fr; gap: 2.6rem; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-hero__grid { align-items: start; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-hero__copy h1 { max-width: 760px; font-size: clamp(3rem, 8vw, 5rem); }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__head { grid-template-columns: 1fr; gap: 1.2rem; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__rows li { grid-template-columns: 44px minmax(0, .8fr) minmax(0, 1.2fr); }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__rows li > strong { grid-column: 2 / -1; }
}

@media (max-width: 640px) {
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-hero { padding: 6.6rem 1rem 3.25rem; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-breadcrumb { margin-bottom: 1.65rem; font-size: .68rem; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-kicker { margin-bottom: .75rem; font-size: .65rem; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-hero__grid { gap: 2.15rem; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-hero__copy h1 { font-size: clamp(2.65rem, 13.2vw, 3.5rem); letter-spacing: -.06em; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-lead { margin-top: 1.15rem; font-size: .96rem; line-height: 1.65; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-actions { display: grid; margin-top: 1.45rem; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-button { width: 100%; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-brief--desktop { display: none; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-brief--mobile { display: block; border-radius: 1rem; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__header { display: grid; gap: .55rem; padding: 1rem; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__mobile-flow { display: grid; grid-template-columns: 1fr 1fr; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__mobile-flow > div { display: grid; gap: .35rem; min-height: 98px; padding: 1rem; border-right: 1px solid var(--wy-line); border-bottom: 1px solid var(--wy-line); }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__mobile-flow > div:nth-child(even) { border-right: 0; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__mobile-flow > div:nth-child(n+3) { border-bottom: 0; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__mobile-flow span { color: var(--wy-red-dark); font-size: .58rem; font-weight: 800; letter-spacing: .1em; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__mobile-flow strong { font-size: .78rem; line-height: 1.35; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__mobile-flow .is-anchor { background: var(--wy-warm); border-top: 3px solid var(--wy-red); }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-brief__mobile-flow .is-result { background: #fff1f2; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-source,
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-contract,
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-scope,
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-faq { padding: 3.6rem 1rem; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-section-intro h2,
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__head h2,
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-scope h2,
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-faq h2 { font-size: clamp(2.25rem, 10.8vw, 3.1rem); }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-source__body > p:first-child { font-size: 1.1rem; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__head { margin-bottom: 2.1rem; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__rows li { grid-template-columns: 34px 1fr; gap: .55rem .8rem; padding: 1.25rem 0; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__rows li > p,
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-contract__rows li > strong { grid-column: 2; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-scope__list > div { grid-template-columns: 34px 1fr; gap: .45rem .65rem; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-scope__list p { grid-column: 2; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-faq summary { min-height: 66px; font-size: .82rem; }
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-faq details p { padding-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-button,
  [data-city-pilot="wyszkow-one-brief-v1"] .wy-faq summary span { transition: none; }
}
