.hw-article-cash-payment .hw-article-header {
  max-width: 980px;
  padding-bottom: 54px;
}

.hw-article-cash-payment .hw-article-header h1 {
  max-width: 900px;
}

.hw-article-cash-payment .hw-navigation-mobile-toggle {
  flex: 0 0 46px;
  width: 46px;
  min-width: 46px;
  max-width: 46px;
}

.hw-cash-subline {
  max-width: 760px;
  margin: 20px 0 0;
  color: #665d66;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.36rem;
  line-height: 1.45;
}

.hw-cash-layout {
  width: min(100% - 40px, 920px);
  margin: 0 auto;
}

.hw-cash-content {
  min-width: 0;
}

.hw-article-cash-payment :is(h2, h3)[id] {
  scroll-margin-top: 120px;
}

.hw-cash-lead {
  margin: 0 0 48px;
  padding: 30px 34px;
  border: 1px solid #d9cdbc;
  border-left: 3px solid #c99742;
  border-radius: 7px;
  background: #f6f1e9;
}

.hw-cash-lead p {
  margin: 0;
  color: #2a1626;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.24rem;
  line-height: 1.65;
}

.hw-cash-section {
  margin: 0 0 58px;
}

.hw-cash-section h2,
.hw-cash-process > h2,
.hw-cash-warning h2,
.hw-cash-closing h2 {
  margin: 0 0 18px;
  color: #21131d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
}

.hw-cash-section h3 {
  margin: 28px 0 10px;
  color: #21131d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.2;
}

.hw-cash-section p,
.hw-cash-process p,
.hw-cash-warning p,
.hw-cash-closing p {
  color: #665d66;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.72;
}

.hw-cash-label {
  margin: 0 0 10px;
  color: #c99742;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hw-cash-process {
  margin: 0 0 58px;
}

.hw-cash-steps {
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid #d9cdbc;
  list-style: none;
  counter-reset: cash-step;
}

.hw-cash-step {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  padding: 27px 0;
  border-bottom: 1px solid #d9cdbc;
  counter-increment: cash-step;
}

.hw-cash-step::before {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #c99742;
  border-radius: 50%;
  color: #2a1626;
  background: #fffdf9;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  content: counter(cash-step, decimal-leading-zero);
}

.hw-cash-step h3 {
  margin: 0 0 8px;
  color: #21131d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.2;
}

.hw-cash-step p {
  margin: 0 0 10px;
}

.hw-cash-step p:last-child {
  margin-bottom: 0;
}

.hw-cash-example {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 22px 0 12px;
  overflow: hidden;
  border: 1px solid #d9cdbc;
  border-radius: 7px;
  background: #f6f1e9;
}

.hw-cash-example div {
  padding: 20px;
}

.hw-cash-example div + div {
  border-left: 1px solid #d9cdbc;
}

.hw-cash-example span,
.hw-cash-example strong {
  display: block;
}

.hw-cash-example span {
  margin-bottom: 6px;
  color: #665d66;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hw-cash-example strong {
  color: #2a1626;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.42rem;
  font-weight: 500;
}

.hw-cash-note {
  margin: 20px 0;
  padding: 22px 24px;
  border-left: 3px solid #c99742;
  border-radius: 0 7px 7px 0;
  background: #f3ecdf;
}

.hw-cash-note strong {
  display: block;
  margin-bottom: 5px;
  color: #2a1626;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hw-cash-note p {
  margin: 0;
}

.hw-cash-warning {
  margin: 0 0 58px;
  padding: 32px;
  border: 1px solid #d9cdbc;
  border-radius: 7px;
  background: #f3ecdf;
}

.hw-cash-warning ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  margin: 24px 0;
  padding: 0;
  border-top: 1px solid #d9cdbc;
  list-style: none;
}

.hw-cash-warning li {
  padding: 14px 0;
  border-bottom: 1px solid #d9cdbc;
  color: #2a1626;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}

.hw-cash-summary {
  margin: 0 0 58px;
  padding: 30px;
  border-radius: 7px;
  color: #fffdf9;
  background: #2a1626;
}

.hw-cash-summary p {
  margin: 0;
  color: inherit;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.55;
}

.hw-cash-summary span {
  color: #e2c182;
}

.hw-cash-closing {
  margin: 0 0 58px;
}

.hw-cash-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 26px 0 0;
  padding: 0;
  border-top: 1px solid #d9cdbc;
  list-style: none;
}

.hw-cash-links li {
  padding: 17px 0;
  border-bottom: 1px solid #d9cdbc;
}

.hw-cash-links li:nth-child(odd) {
  padding-right: 22px;
}

.hw-cash-links li:nth-child(even) {
  padding-left: 22px;
  border-left: 1px solid #d9cdbc;
}

.hw-cash-links a,
.hw-cash-links span {
  color: #21131d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.35;
}

.hw-cash-links a {
  text-decoration-color: #c99742;
  text-underline-offset: 4px;
}

.hw-cash-links small {
  display: block;
  margin-top: 5px;
  color: #c99742;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@media (max-width: 680px) {
  .hw-cash-layout {
    width: min(100% - 28px, 920px);
  }

  .hw-cash-subline {
    font-size: 1.16rem;
  }

  .hw-cash-lead,
  .hw-cash-warning,
  .hw-cash-summary {
    padding: 24px 20px;
  }

  .hw-cash-step {
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 14px;
  }

  .hw-cash-step::before {
    width: 40px;
    height: 40px;
  }

  .hw-cash-example,
  .hw-cash-warning ul,
  .hw-cash-links {
    grid-template-columns: 1fr;
  }

  .hw-cash-example div + div {
    border-top: 1px solid #d9cdbc;
    border-left: 0;
  }

  .hw-cash-links li,
  .hw-cash-links li:nth-child(odd),
  .hw-cash-links li:nth-child(even) {
    padding: 15px 0;
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hw-article-cash-payment * {
    scroll-behavior: auto !important;
  }
}
