body[data-city-pilot="olecko-skocznia-path-v1"] {
  --olecko-paper: #f7faf9;
  --olecko-white: #ffffff;
  --olecko-ink: #15233b;
  --olecko-copy: #475569;
  --olecko-line: #d5dfdc;
  --olecko-red: #d63846;
  --olecko-red-bright: #ff4654;
  --olecko-timber: #a87547;
  --olecko-lake: #2f6470;
  background: var(--olecko-white);
  color: var(--olecko-ink);
  overflow-x: clip;
}

body[data-city-pilot="olecko-skocznia-path-v1"] #navbar {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(217, 210, 200, 0.86);
  box-shadow: 0 12px 38px -34px rgba(21, 35, 59, 0.5);
}

body[data-city-pilot="olecko-skocznia-path-v1"] #main-content {
  background: var(--olecko-white);
  color: var(--olecko-ink);
}

body[data-city-pilot="olecko-skocznia-path-v1"] #main-content:focus {
  outline: none;
}

body[data-city-pilot="olecko-skocznia-path-v1"] footer .flex.items-center.gap-3 > span {
  white-space: nowrap;
}

body[data-city-pilot="olecko-skocznia-path-v1"] main > section,
body[data-city-pilot="olecko-skocznia-path-v1"] main > aside {
  color: var(--olecko-ink);
}

body[data-city-pilot="olecko-skocznia-path-v1"] main :is(a, button, summary):focus,
body[data-city-pilot="olecko-skocznia-path-v1"] main :is(a, button, summary):focus-visible {
  outline: 3px solid var(--olecko-red) !important;
  outline-offset: 4px !important;
  border-radius: 0.35rem;
  box-shadow: 0 0 0 4px #fff, 0 0 0 7px var(--olecko-red) !important;
}

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

.olecko-kicker {
  margin: 0 0 1rem;
  color: var(--olecko-red);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.olecko-kicker span {
  letter-spacing: 0.08em;
}

.olecko-hero {
  min-height: 604px;
  padding: 7.2rem 0 3rem;
  background:
    linear-gradient(104deg, rgba(47, 100, 112, 0.065) 1px, transparent 1px) 0 0 / 86px 86px,
    linear-gradient(180deg, #fff 0%, var(--olecko-paper) 100%);
  border-bottom: 1px solid var(--olecko-line);
  overflow: hidden;
}

.olecko-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.olecko-hero__copy {
  min-width: 0;
}

.olecko-hero h1 {
  max-width: 730px;
  margin: 0;
  color: var(--olecko-ink);
  font-size: clamp(3.15rem, 5vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.98;
  text-wrap: balance;
}

.olecko-hero h1 em {
  color: var(--olecko-red);
  font-style: normal;
  position: relative;
  white-space: nowrap;
}

.olecko-hero h1 em::after {
  position: absolute;
  right: 0.05em;
  bottom: -0.08em;
  left: 0.05em;
  height: 0.12em;
  background: repeating-linear-gradient(100deg, var(--olecko-red) 0 18%, transparent 18% 25%);
  content: "";
  transform: skewX(-16deg);
}

.olecko-hero__copy > p:not(.olecko-kicker) {
  max-width: 650px;
  margin: 1.55rem 0 0;
  color: var(--olecko-copy);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 500;
  line-height: 1.65;
}

.olecko-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.olecko-actions a,
.olecko-evidence nav a,
.olecko-faq header > a,
.olecko-editorial a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.olecko-actions a:first-child {
  padding-inline: 1.35rem;
  color: #fff;
  background: var(--olecko-red);
  border: 1px solid var(--olecko-red);
  border-radius: 999px;
  box-shadow: 0 14px 30px -20px rgba(214, 56, 70, 0.9);
}

.olecko-actions a:last-child {
  color: var(--olecko-ink);
  background: #fff;
  border: 1px solid var(--olecko-line);
  border-radius: 999px;
}

.olecko-actions a:hover {
  transform: translateY(-2px);
}

.olecko-hero__visual {
  min-width: 0;
  margin: 0;
}

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

.olecko-hero__visual img {
  height: auto;
  max-height: 402px;
  object-fit: contain;
}

.olecko-hero__visual figcaption {
  width: min(95%, 600px);
  margin: 0.55rem auto 0;
  color: #6b5b4b;
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.45;
  text-align: center;
}

.olecko-evidence,
.olecko-path,
.olecko-scope,
.olecko-receipts,
.olecko-faq {
  padding: 4.25rem 0;
  background: #fff;
  border-bottom: 1px solid var(--olecko-line);
}

.olecko-evidence {
  background: #fff;
}

.olecko-evidence__layout,
.olecko-path__layout,
.olecko-scope__layout,
.olecko-receipts__layout,
.olecko-faq__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2.5rem, 7vw, 6.5rem);
  align-items: start;
}

.olecko-evidence h2,
.olecko-path h2,
.olecko-scope h2,
.olecko-receipts h2,
.olecko-stack h2,
.olecko-faq h2 {
  margin: 0;
  color: var(--olecko-ink);
  font-size: clamp(2rem, 3.35vw, 3.45rem);
  font-weight: 800;
  letter-spacing: -0.052em;
  line-height: 1.04;
  text-wrap: balance;
}

.olecko-evidence__body {
  min-width: 0;
  padding-top: 0.15rem;
}

.olecko-evidence__body > p {
  margin: 0;
  color: var(--olecko-copy);
  font-size: 0.98rem;
  line-height: 1.65;
}

.olecko-evidence__body > p + p {
  margin-top: 0.8rem;
}

.olecko-evidence__body .olecko-evidence__lead {
  color: var(--olecko-ink);
  font-size: clamp(1.12rem, 1.7vw, 1.35rem);
  font-weight: 700;
  line-height: 1.5;
}

.olecko-limit {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 1rem 0;
  border-block: 1px solid var(--olecko-line);
}

.olecko-limit strong {
  color: var(--olecko-red);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.olecko-limit span {
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.5;
}

.olecko-evidence nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.9rem;
  margin-top: 0.7rem;
}

.olecko-evidence nav a {
  justify-content: flex-start;
  padding-inline: 0;
  color: var(--olecko-lake);
  text-decoration: underline;
  text-decoration-color: rgba(52, 92, 81, 0.32);
  text-underline-offset: 0.25rem;
}

.olecko-path {
  background: var(--olecko-paper);
}

.olecko-path header > p:not(.olecko-kicker),
.olecko-receipts header > p:not(.olecko-kicker),
.olecko-faq header > p:not(.olecko-kicker) {
  margin: 1.2rem 0 0;
  color: var(--olecko-copy);
  font-size: 0.95rem;
  line-height: 1.6;
}

.olecko-path__ledger {
  margin: 0;
  padding: 0;
  list-style: none;
  border-block: 2px solid var(--olecko-ink);
}

.olecko-path__ledger li {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 92px;
  gap: 1.1rem;
  align-items: center;
  min-height: 78px;
  padding: 0.7rem 0;
}

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

.olecko-path__ledger b {
  color: var(--olecko-lake);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.olecko-path__ledger div {
  min-width: 0;
}

.olecko-path__ledger strong {
  display: block;
  color: var(--olecko-ink);
  font-size: 0.98rem;
  line-height: 1.35;
}

.olecko-path__ledger p {
  margin: 0.18rem 0 0;
  color: var(--olecko-copy);
  font-size: 0.78rem;
  line-height: 1.45;
}

.olecko-path__ledger li > span {
  justify-self: end;
  color: #687386;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.olecko-path__ledger .olecko-path__decision {
  position: relative;
  color: #fff;
  background: var(--olecko-red);
  border-top: 0;
  margin-inline: -1rem;
  padding-inline: 1rem;
}

.olecko-path__ledger .olecko-path__decision :is(b, strong, p, span) {
  color: #fff;
}

.olecko-path__ledger .olecko-path__decision p,
.olecko-path__ledger .olecko-path__decision span {
  opacity: 0.88;
}

.olecko-scope {
  background: #fff;
}

.olecko-scope__layout {
  grid-template-columns: 1fr;
  gap: 2rem;
}

.olecko-scope__layout header {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(360px, 1.05fr);
  gap: 4rem;
  align-items: end;
}

.olecko-scope__layout header > p:not(.olecko-kicker) {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  margin: 0;
  color: var(--olecko-copy);
  font-size: 1rem;
  line-height: 1.65;
}

.olecko-scope__matrix {
  display: grid;
  grid-template-columns: 1.14fr 0.96fr 0.9fr;
  margin: 0;
  border-block: 2px solid var(--olecko-ink);
}

.olecko-scope__matrix > div {
  padding: 1.2rem 1.35rem 1.25rem;
}

.olecko-scope__matrix > div:first-child {
  padding-left: 0;
}

.olecko-scope__matrix > div + div {
  border-left: 1px solid var(--olecko-line);
}

.olecko-scope__matrix span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--olecko-red);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.olecko-scope__matrix strong {
  display: block;
  color: var(--olecko-ink);
  font-size: 0.96rem;
  line-height: 1.35;
}

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

body[data-city-pilot="olecko-skocznia-path-v1"].city-page-wave1 #kalkulator {
  background: #f7f8f8;
  border-bottom: 1px solid var(--olecko-line);
}

body[data-city-pilot="olecko-skocznia-path-v1"].city-page-wave1 #kalkulator > .container > div:first-of-type > div {
  color: var(--olecko-red);
}

.olecko-receipts {
  background: var(--olecko-paper);
}

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

.olecko-receipts__list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) minmax(150px, 0.45fr);
  gap: 1rem;
  align-items: center;
  min-height: 79px;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--olecko-line);
}

.olecko-receipts__list b {
  color: var(--olecko-red);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}

.olecko-receipts__list div > span {
  display: block;
  margin-bottom: 0.2rem;
  color: #687386;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.olecko-receipts__list strong {
  color: var(--olecko-ink);
  font-size: 0.98rem;
}

.olecko-receipts__list p {
  margin: 0.22rem 0 0;
  color: var(--olecko-copy);
  font-size: 0.76rem;
  line-height: 1.45;
}

.olecko-receipts__list em {
  padding: 0.55rem 0.75rem;
  color: var(--olecko-lake);
  background: rgba(52, 92, 81, 0.07);
  border-left: 3px solid var(--olecko-lake);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.olecko-stack {
  padding: 2.6rem 0;
  background: #f1f7f6;
  border-bottom: 1px solid var(--olecko-line);
}

.olecko-stack__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2.5rem, 7vw, 6.5rem);
  align-items: center;
}

.olecko-stack h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.6rem);
}

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

.olecko-stack li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-content: center;
  min-width: 0;
  min-height: 104px;
  padding: 1rem;
}

.olecko-stack li + li {
  border-left: 1px solid #cbd7d1;
}

.olecko-stack .iconify {
  grid-row: 1 / span 2;
  width: 24px;
  height: 24px;
  align-self: center;
}

.olecko-stack strong,
.olecko-stack small {
  display: block;
  min-width: 0;
}

.olecko-stack strong {
  color: var(--olecko-ink);
  font-size: 0.86rem;
}

.olecko-stack small {
  margin-top: 0.2rem;
  color: var(--olecko-copy);
  font-size: 0.75rem;
  line-height: 1.35;
}

.olecko-faq {
  background: #fff;
}

.olecko-faq header > a {
  margin-top: 1.35rem;
  padding-inline: 0;
  color: var(--olecko-red);
  text-decoration: underline;
  text-underline-offset: 0.28rem;
}

.olecko-faq__list {
  border-block: 2px solid var(--olecko-ink);
}

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

.olecko-faq__list summary {
  display: grid;
  grid-template-columns: 40px 1fr 44px;
  gap: 0.8rem;
  align-items: center;
  min-height: 70px;
  padding: 0.55rem 0;
  cursor: pointer;
  list-style: none;
}

.olecko-faq__list summary::-webkit-details-marker {
  display: none;
}

.olecko-faq__list summary > span {
  color: var(--olecko-red);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.olecko-faq__list summary > strong {
  color: var(--olecko-ink);
  font-size: 0.92rem;
  line-height: 1.35;
}

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

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

.olecko-faq__list summary > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.olecko-faq__list details[open] summary > i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.olecko-faq__list details > div {
  padding: 0 3.2rem 1.2rem;
  color: var(--olecko-copy);
  font-size: 0.84rem;
  line-height: 1.6;
}

.olecko-editorial {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 2rem;
  align-items: center;
  width: min(1168px, calc(100% - 2rem));
  margin-inline: auto;
  padding: 2.2rem 0;
  background: #fff;
}

.olecko-editorial > div {
  display: grid;
  gap: 0.35rem;
}

.olecko-editorial strong {
  color: var(--olecko-ink);
  font-size: 0.85rem;
}

.olecko-editorial span {
  color: var(--olecko-copy);
  font-size: 0.75rem;
  line-height: 1.45;
}

.olecko-editorial nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.25rem 0.8rem;
}

.olecko-editorial a {
  min-width: 44px;
  justify-content: flex-start;
  padding-inline: 0;
  color: var(--olecko-lake);
  text-decoration: underline;
  text-decoration-color: rgba(52, 92, 81, 0.28);
  text-underline-offset: 0.25rem;
}

body[data-city-pilot="olecko-skocznia-path-v1"] #calc-context-olecko,
body[data-city-pilot="olecko-skocznia-path-v1"] #calc-form-olecko > div:last-child .flex-1 > ul > li {
  font-size: 0.75rem !important;
}

body[data-city-pilot="olecko-skocznia-path-v1"].city-page-wave1 #contact {
  color: var(--olecko-ink);
  background: #fff !important;
  border-top-color: var(--olecko-line);
}

body[data-city-pilot="olecko-skocznia-path-v1"].city-page-wave1 #contact :is(.bg-brand-dark, .bg-slate-900, .bg-black) {
  color: var(--olecko-ink) !important;
  background: #fff !important;
}

@media (min-width: 901px) {
  body[data-city-pilot="olecko-skocznia-path-v1"].city-page-wave1 #contact {
    padding-block: 1.6rem !important;
  }
}

@media (max-width: 1080px) {
  .olecko-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
    gap: 2rem;
  }

  .olecko-hero h1 {
    font-size: clamp(2.9rem, 5.4vw, 4rem);
  }

  .olecko-stack ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .olecko-stack li:nth-child(3) {
    border-top: 1px solid #cbd7d1;
    border-left: 0;
  }

  .olecko-stack li:nth-child(4) {
    border-top: 1px solid #cbd7d1;
  }
}

@media (max-width: 820px) {
  .olecko-shell {
    width: min(100% - 2rem, 700px);
  }

  .olecko-hero {
    min-height: 0;
    padding: 6.8rem 0 3.2rem;
  }

  .olecko-hero__layout,
  .olecko-evidence__layout,
  .olecko-path__layout,
  .olecko-scope__layout,
  .olecko-receipts__layout,
  .olecko-stack__layout,
  .olecko-faq__layout,
  .olecko-editorial {
    grid-template-columns: 1fr;
  }

  .olecko-hero__layout {
    gap: 2.4rem;
  }

  .olecko-hero h1 {
    max-width: 680px;
    font-size: clamp(3rem, 9.2vw, 4.25rem);
  }

  .olecko-hero__copy > p:not(.olecko-kicker) {
    max-width: 620px;
  }

  .olecko-hero__visual {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .olecko-hero__visual img {
    max-height: none;
  }

  .olecko-evidence,
  .olecko-path,
  .olecko-scope,
  .olecko-receipts,
  .olecko-faq {
    padding: 3.4rem 0;
  }

  .olecko-evidence__layout,
  .olecko-path__layout,
  .olecko-scope__layout,
  .olecko-receipts__layout,
  .olecko-faq__layout {
    gap: 2rem;
  }

  .olecko-editorial {
    gap: 1rem;
    width: min(100% - 2rem, 700px);
  }

  .olecko-editorial nav {
    justify-content: flex-start;
  }

  .olecko-scope__layout header {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .olecko-scope__layout header > p:not(.olecko-kicker) {
    grid-column: 1;
    grid-row: auto;
  }

  .olecko-scope__matrix {
    grid-template-columns: 1fr;
  }

  .olecko-scope__matrix > div,
  .olecko-scope__matrix > div:first-child {
    padding: 1.05rem 0;
  }

  .olecko-scope__matrix > div + div {
    border-top: 1px solid var(--olecko-line);
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .olecko-shell {
    width: min(100% - 1.5rem, 560px);
  }

  .olecko-hero {
    padding-top: 6.25rem;
  }

  .olecko-hero h1 {
    font-size: clamp(2.55rem, 12.2vw, 3.35rem);
    line-height: 1;
  }

  .olecko-hero h1 em {
    white-space: normal;
  }

  .olecko-hero__copy > p:not(.olecko-kicker) {
    font-size: 1rem;
  }

  .olecko-actions {
    display: grid;
  }

  .olecko-actions a {
    width: 100%;
    min-height: 48px;
  }

  .olecko-hero__visual figcaption {
    width: 100%;
    text-align: left;
  }

  .olecko-evidence h2,
  .olecko-path h2,
  .olecko-scope h2,
  .olecko-receipts h2,
  .olecko-faq h2 {
    font-size: clamp(2rem, 9.5vw, 2.65rem);
  }

  .olecko-limit {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .olecko-evidence nav {
    display: grid;
    gap: 0;
  }

  .olecko-evidence nav a,
  .olecko-editorial a {
    min-height: 48px;
  }

  .olecko-path__ledger li {
    grid-template-columns: 72px 1fr;
    align-items: start;
    padding: 0.9rem 0;
  }

  .olecko-path__ledger li > span {
    grid-column: 2;
    justify-self: start;
    margin-top: 0.15rem;
  }

  .olecko-path__ledger .olecko-path__decision {
    margin-inline: -0.75rem;
    padding-inline: 0.75rem;
  }

  .olecko-receipts__list li {
    grid-template-columns: 38px 1fr;
    gap: 0.8rem;
    padding: 0.9rem 0;
  }

  .olecko-receipts__list em {
    grid-column: 2;
  }

  .olecko-stack {
    padding: 2.5rem 0;
  }

  .olecko-stack ul {
    grid-template-columns: 1fr 1fr;
  }

  .olecko-stack li {
    grid-template-columns: 30px 1fr;
    min-height: 96px;
    padding: 0.8rem;
  }

  .olecko-faq__list summary {
    grid-template-columns: 32px 1fr 44px;
    min-height: 76px;
  }

  .olecko-faq__list summary > strong {
    font-size: 0.84rem;
  }

  .olecko-faq__list details > div {
    padding: 0 0.25rem 1.25rem 2.5rem;
  }

  .olecko-editorial {
    width: min(100% - 1.5rem, 560px);
  }
}

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

  .olecko-actions a:hover {
    transform: none;
  }
}
