.wisla-page {
  --ws-ink: #111a2d;
  --ws-muted: #64748b;
  --ws-line: #cbd7e6;
  --ws-paper: #fffdfa;
  --ws-soft: #f3f7fb;
  --ws-red: #e33445;
  --ws-red-soft: #fff0f2;
  padding-bottom: 0 !important;
  background: #fff;
  color: var(--ws-ink);
}

.wisla-page .ws-legacy {
  display: none !important;
}

.wisla-page main {
  background: #fff;
}

.ws-shell {
  width: min(1184px, calc(100% - 64px));
  margin-inline: auto;
}

.ws-kicker,
.ws-proof article > span,
.ws-sheet-label,
.ws-contract-sheet article p {
  margin: 0;
  color: var(--ws-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ws-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 82px;
  border-bottom: 1px solid var(--ws-line);
  background:
    radial-gradient(circle at 82% 24%, rgba(255, 221, 224, .58), transparent 27%),
    linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}

.ws-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 76px;
  color: #56657a;
  font-size: 13px;
  font-weight: 650;
}

.ws-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.ws-breadcrumbs a:hover {
  color: var(--ws-red);
}

.ws-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(52px, 7vw, 96px);
  align-items: center;
}

.ws-hero-copy h1,
.ws-proof h2,
.ws-section-intro h2,
.ws-contract h2,
.ws-delivery h2,
.ws-faq h2 {
  margin: 0;
  color: var(--ws-ink);
  font-weight: 800;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.ws-hero-copy h1 {
  max-width: 760px;
  margin-top: 22px;
  font-size: clamp(52px, 6.3vw, 82px);
  line-height: .96;
}

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

.ws-lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: #52627a;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.58;
}

.ws-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.ws-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 22px;
  border: 1px solid var(--ws-ink);
  border-radius: 10px;
  color: var(--ws-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.ws-button--primary {
  background: var(--ws-ink);
  color: #fff;
}

.ws-button:hover {
  border-color: var(--ws-red);
  background: var(--ws-red);
  color: #fff;
}

.ws-folio {
  position: relative;
  padding: 38px 38px 32px;
  border: 1px solid #bdc9d8;
  background: var(--ws-paper);
  box-shadow: 0 22px 48px rgba(29, 46, 70, .12);
  transform: rotate(-.45deg);
}

.ws-folio::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 42px;
  height: 42px;
  border-left: 1px solid #bdc9d8;
  border-bottom: 1px solid #bdc9d8;
  background: linear-gradient(135deg, #edf2f7 0 49%, #fffdfa 51% 100%);
}

.ws-folio-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-right: 44px;
  color: #68768a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ws-folio-head strong {
  color: var(--ws-red);
}

.ws-folio-title {
  margin: 34px 0 18px;
  max-width: 390px;
  color: var(--ws-ink);
  font-size: clamp(27px, 2.65vw, 36px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.ws-folio dl {
  margin: 0;
  border-top: 1px solid var(--ws-line);
}

.ws-folio dl div {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--ws-line);
}

.ws-folio dt {
  color: var(--ws-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ws-folio dd {
  margin: 0;
  color: var(--ws-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.ws-folio-result {
  margin: 22px 0 0;
  padding: 16px 18px;
  border-left: 4px solid var(--ws-red);
  background: var(--ws-red-soft);
  color: #8d2632;
  font-size: 14px;
  line-height: 1.5;
}

.ws-folio-result span {
  display: block;
  margin-bottom: 4px;
  color: var(--ws-ink);
  font-weight: 800;
}

.ws-proof {
  padding: 72px 0;
  border-bottom: 1px solid var(--ws-line);
  background: var(--ws-soft);
}

.ws-proof-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, 1fr);
}

.ws-proof-grid > * {
  padding: 28px 30px;
  border-left: 1px solid var(--ws-line);
}

.ws-proof-grid > :first-child {
  padding-left: 0;
  border-left: 0;
}

.ws-proof h2 {
  margin-top: 18px;
  font-size: clamp(35px, 3.55vw, 52px);
  line-height: 1.02;
}

.ws-proof h3 {
  margin: 24px 0 0;
  color: var(--ws-ink);
  font-size: 18px;
  line-height: 1.22;
}

.ws-proof article p {
  margin: 12px 0 0;
  color: var(--ws-muted);
  font-size: 14px;
  line-height: 1.58;
}

.ws-proof article a,
.ws-contract header > a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--ws-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.ws-temporal,
.ws-contract,
.ws-channels,
.ws-delivery,
.ws-faq {
  padding: clamp(76px, 8vw, 108px) 0;
  border-bottom: 1px solid var(--ws-line);
  background: #fff;
}

.ws-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 44px;
}

.ws-section-intro h2,
.ws-contract h2,
.ws-delivery h2,
.ws-faq h2 {
  margin-top: 18px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1;
}

.ws-section-intro > p,
.ws-contract header > p,
.ws-delivery header > p {
  margin: 0;
  color: var(--ws-muted);
  font-size: 17px;
  line-height: 1.62;
}

.ws-temporal-sheet {
  border-top: 1px solid var(--ws-line);
  border-bottom: 1px solid var(--ws-line);
}

.ws-temporal-sheet article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 190px;
  gap: 28px;
  align-items: center;
  padding: 28px 20px;
  border-bottom: 1px solid var(--ws-line);
}

.ws-temporal-sheet article:nth-child(2) {
  background: #fff8f5;
}

.ws-sheet-number {
  color: var(--ws-red);
  font-size: 30px;
  font-weight: 800;
}

.ws-temporal-sheet h3 {
  margin: 8px 0 0;
  color: var(--ws-ink);
  font-size: 24px;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.ws-temporal-sheet article p:last-child {
  margin: 8px 0 0;
  color: var(--ws-muted);
  line-height: 1.55;
}

.ws-temporal-sheet article > strong {
  justify-self: end;
  color: #7e2630;
  font-size: 13px;
  text-align: right;
}

.ws-publish-rule {
  margin: 0;
  padding: 22px 20px;
  color: #7e2630;
  font-size: 15px;
  line-height: 1.55;
}

.ws-publish-rule span {
  margin-right: 14px;
  color: var(--ws-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ws-contract {
  background: var(--ws-soft);
}

.ws-contract-grid,
.ws-delivery-grid,
.ws-faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: clamp(48px, 7vw, 94px);
  align-items: start;
}

.ws-contract header,
.ws-delivery header,
.ws-faq header {
  position: sticky;
  top: 108px;
}

.ws-contract header > p,
.ws-delivery header > p {
  margin-top: 22px;
}

.ws-contract-sheet {
  border: 1px solid var(--ws-line);
  background: var(--ws-paper);
  box-shadow: 0 18px 40px rgba(27, 45, 70, .08);
}

.ws-contract-sheet article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 170px;
  gap: 18px;
  align-items: center;
  padding: 24px 26px;
  border-bottom: 1px solid var(--ws-line);
}

.ws-contract-sheet article > span,
.ws-delivery-list article > span {
  color: var(--ws-red);
  font-size: 12px;
  font-weight: 800;
}

.ws-contract-sheet h3,
.ws-delivery-list h3 {
  margin: 7px 0 0;
  color: var(--ws-ink);
  font-size: 19px;
  line-height: 1.25;
}

.ws-contract-sheet article > strong {
  color: #7b2832;
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}

.ws-contract-result {
  margin: 0;
  padding: 25px 26px;
  background: var(--ws-red-soft);
  color: #8a2e38;
  line-height: 1.55;
}

.ws-contract-result span {
  margin-right: 14px;
  color: var(--ws-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ws-channel-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ws-line);
  border-bottom: 1px solid var(--ws-line);
}

.ws-channel-ledger article {
  min-height: 270px;
  padding: 32px 34px;
  border-left: 1px solid var(--ws-line);
}

.ws-channel-ledger article:first-child {
  border-left: 0;
}

.ws-channel-ledger article:nth-child(2) {
  background: #fff8f5;
}

.ws-channel-ledger article > span {
  color: var(--ws-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ws-channel-ledger h3 {
  margin: 36px 0 0;
  color: var(--ws-ink);
  font-size: 27px;
  letter-spacing: -.04em;
}

.ws-channel-ledger p {
  margin: 13px 0 0;
  color: var(--ws-muted);
  line-height: 1.58;
}

.ws-channel-ledger strong {
  display: block;
  margin-top: 26px;
  color: #7b2832;
  font-size: 13px;
}

.ws-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.ws-stack span {
  padding: 8px 12px;
  border: 1px solid var(--ws-line);
  border-radius: 999px;
  color: #485972;
  font-size: 12px;
  font-weight: 700;
}

.ws-delivery-list {
  border-top: 1px solid var(--ws-line);
}

.ws-delivery-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid var(--ws-line);
}

.ws-delivery-list h3 {
  margin: 0;
}

.ws-delivery-list p {
  margin: 8px 0 0;
  color: var(--ws-muted);
  line-height: 1.55;
}

.ws-faq {
  background: #fff;
}

.ws-faq-list {
  border-top: 1px solid var(--ws-line);
}

.ws-faq details {
  border-bottom: 1px solid var(--ws-line);
}

.ws-faq summary {
  position: relative;
  display: grid;
  min-height: 68px;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: center;
  padding: 13px 48px 13px 0;
  cursor: pointer;
  list-style: none;
}

.ws-faq summary::-webkit-details-marker {
  display: none;
}

.ws-faq summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  color: var(--ws-red);
  font-size: 25px;
  font-weight: 400;
}

.ws-faq details[open] summary::after {
  content: "−";
}

.ws-faq summary span {
  color: var(--ws-red);
  font-size: 12px;
  font-weight: 800;
}

.ws-faq summary strong {
  color: var(--ws-ink);
  font-size: 16px;
  line-height: 1.4;
}

.ws-faq-answer {
  padding: 0 48px 22px 64px;
  color: var(--ws-muted);
  line-height: 1.65;
}

.ws-button:focus-visible,
.ws-breadcrumbs a:focus-visible,
.ws-proof a:focus-visible,
.ws-contract header > a:focus-visible,
.ws-faq summary:focus-visible {
  outline: 3px solid var(--ws-red);
  outline-offset: 4px;
}

@media (max-width: 1040px) {
  .ws-hero-grid {
    grid-template-columns: 1fr 400px;
    gap: 42px;
  }

  .ws-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ws-proof-grid > :nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .ws-proof-grid > :nth-child(n + 3) {
    border-top: 1px solid var(--ws-line);
  }

  .ws-section-intro,
  .ws-contract-grid,
  .ws-delivery-grid,
  .ws-faq-grid {
    gap: 48px;
  }
}

@media (max-width: 820px) {
  .ws-shell {
    width: min(100% - 40px, 720px);
  }

  .ws-hero {
    padding: 102px 0 64px;
  }

  .ws-breadcrumbs {
    margin-bottom: 48px;
  }

  .ws-hero-grid,
  .ws-section-intro,
  .ws-contract-grid,
  .ws-delivery-grid,
  .ws-faq-grid {
    grid-template-columns: 1fr;
  }

  .ws-hero-copy h1 {
    max-width: 660px;
    font-size: clamp(48px, 9vw, 68px);
  }

  .ws-folio {
    width: min(100%, 620px);
    transform: none;
  }

  .ws-contract header,
  .ws-delivery header,
  .ws-faq header {
    position: static;
  }

  .ws-section-intro {
    align-items: start;
  }

  .ws-channel-ledger article {
    padding: 28px 24px;
  }
}

@media (max-width: 600px) {
  .ws-shell {
    width: calc(100% - 28px);
  }

  .ws-hero {
    padding: 92px 0 54px;
  }

  .ws-breadcrumbs {
    margin-bottom: 38px;
    font-size: 12px;
  }

  .ws-hero-copy h1 {
    margin-top: 16px;
    font-size: clamp(42px, 13vw, 56px);
    line-height: .98;
  }

  .ws-lead {
    margin-top: 20px;
    font-size: 16px;
  }

  .ws-actions {
    display: grid;
    margin-top: 26px;
  }

  .ws-button {
    width: 100%;
  }

  .ws-hero-grid {
    gap: 40px;
  }

  .ws-folio {
    padding: 26px 22px 22px;
  }

  .ws-folio::before {
    width: 32px;
    height: 32px;
  }

  .ws-folio-head {
    padding-right: 32px;
  }

  .ws-folio-title {
    margin-top: 26px;
    font-size: 27px;
  }

  .ws-folio dl div {
    grid-template-columns: 88px 1fr;
    gap: 12px;
  }

  .ws-proof {
    padding: 56px 0;
  }

  .ws-proof-grid {
    grid-template-columns: 1fr;
  }

  .ws-proof-grid > * {
    padding: 24px 0;
    border-top: 1px solid var(--ws-line);
    border-left: 0;
  }

  .ws-proof-grid > :first-child {
    padding-top: 0;
    border-top: 0;
  }

  .ws-proof h2,
  .ws-section-intro h2,
  .ws-contract h2,
  .ws-delivery h2,
  .ws-faq h2 {
    font-size: clamp(36px, 11vw, 46px);
  }

  .ws-temporal,
  .ws-contract,
  .ws-channels,
  .ws-delivery,
  .ws-faq {
    padding: 68px 0;
  }

  .ws-section-intro {
    gap: 20px;
    margin-bottom: 34px;
  }

  .ws-section-intro > p,
  .ws-contract header > p,
  .ws-delivery header > p {
    font-size: 15px;
  }

  .ws-temporal-sheet article {
    grid-template-columns: 40px 1fr;
    gap: 16px;
    padding: 24px 0;
  }

  .ws-temporal-sheet article > strong {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

  .ws-sheet-number {
    font-size: 24px;
  }

  .ws-temporal-sheet h3 {
    font-size: 21px;
  }

  .ws-publish-rule {
    padding: 20px 0;
  }

  .ws-publish-rule span,
  .ws-contract-result span {
    display: block;
    margin: 0 0 6px;
  }

  .ws-contract-grid,
  .ws-delivery-grid,
  .ws-faq-grid {
    gap: 38px;
  }

  .ws-contract-sheet article {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 22px 18px;
  }

  .ws-contract-sheet article > strong {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

  .ws-contract-result {
    padding: 22px 18px;
  }

  .ws-channel-ledger {
    grid-template-columns: 1fr;
  }

  .ws-channel-ledger article {
    min-height: 0;
    padding: 26px 0;
    border-top: 1px solid var(--ws-line);
    border-left: 0;
  }

  .ws-channel-ledger article:first-child {
    border-top: 0;
  }

  .ws-channel-ledger h3 {
    margin-top: 18px;
    font-size: 24px;
  }

  .ws-channel-ledger strong {
    margin-top: 18px;
  }

  .ws-delivery-list article {
    grid-template-columns: 36px 1fr;
    gap: 12px;
    padding: 22px 0;
  }

  .ws-faq summary {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding-right: 40px;
  }

  .ws-faq-answer {
    padding: 0 16px 22px 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wisla-page *,
  .wisla-page *::before,
  .wisla-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
