.hw-article-cost-coverage .hw-article-header {
  max-width: 1060px;
}

.hw-article-cost-coverage .hw-article-header h1 {
  max-width: 980px;
}

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

.hw-cost-subline {
  max-width: 820px;
  margin: 22px 0 0;
  color: #665d66;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.42rem;
  line-height: 1.45;
}

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

.hw-article-cost-coverage .hw-article-inline-toc a {
  align-items: flex-start;
}

.hw-cost-figure {
  margin: 42px 0;
}

.hw-cost-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d9cdbc;
  border-radius: 7px;
  background: #fffdf9;
  box-shadow: 0 18px 38px rgba(42, 22, 38, 0.08);
}

.hw-cost-figure figcaption {
  margin-top: 12px;
  color: #665d66;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1.55;
}

.hw-cost-figure.is-portrait {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.hw-cost-process {
  margin: 34px 0;
  padding: 32px;
  border: 1px solid #d9cdbc;
  border-radius: 7px;
  background: #f6f1e9;
}

.hw-cost-process ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: cost-step;
}

.hw-cost-process li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid #d9cdbc;
  counter-increment: cost-step;
}

.hw-cost-process li:first-child {
  padding-top: 0;
}

.hw-cost-process li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

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

.hw-cost-process strong {
  display: block;
  margin: 0 0 4px;
  color: #21131d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.24rem;
  font-weight: 500;
  line-height: 1.25;
}

.hw-cost-process span {
  color: #665d66;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.86rem;
  line-height: 1.6;
}

.hw-cost-policy-note {
  margin: 30px 0;
  padding: 24px 26px;
  border-left: 3px solid #c99742;
  border-radius: 0 7px 7px 0;
  background: #f3ecdf;
}

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

.hw-cost-policy-note p {
  margin: 0;
}

.hw-cost-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 30px 0;
  overflow: hidden;
  border: 1px solid #d9cdbc;
  border-radius: 7px;
  background: #fffdf9;
}

.hw-cost-split > div {
  padding: 24px;
}

.hw-cost-split > div + div {
  border-left: 1px solid #d9cdbc;
}

.hw-cost-split strong {
  display: block;
  margin-bottom: 9px;
  color: #c99742;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hw-cost-split span {
  display: block;
  color: #21131d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.18rem;
  line-height: 1.4;
}

.hw-cost-phrase {
  margin: 28px 0;
  padding: 26px;
  border: 1px solid rgba(201, 151, 66, 0.42);
  border-radius: 7px;
  background: #fffdf9;
}

.hw-cost-phrase span {
  display: block;
  margin-bottom: 10px;
  color: #c99742;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hw-cost-phrase p {
  margin: 0;
  color: #2a1626;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.32rem;
  font-style: italic;
  line-height: 1.45;
}

.hw-cost-case,
.hw-cost-check,
.hw-cost-summary,
.hw-cost-planned {
  margin: 58px 0;
  padding: 38px;
  border-radius: 7px;
}

.hw-cost-case {
  border: 1px solid #d9cdbc;
  background: #f3ecdf;
}

.hw-cost-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0;
  overflow: hidden;
  border: 1px solid #d9cdbc;
  border-radius: 7px;
  background: #fffdf9;
}

.hw-cost-case-grid div {
  padding: 22px;
}

.hw-cost-case-grid div + div {
  border-left: 1px solid #d9cdbc;
}

.hw-cost-case-grid span,
.hw-cost-case-grid strong {
  display: block;
}

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

.hw-cost-case-grid strong {
  color: #2a1626;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.3;
}

.hw-cost-errors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 0;
}

.hw-cost-errors article {
  padding: 22px;
  border: 1px solid #d9cdbc;
  border-radius: 7px;
  background: #fffdf9;
}

.hw-cost-errors h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
}

.hw-cost-errors p {
  margin: 0;
  font-size: 0.9rem;
}

.hw-cost-check {
  color: #fffdf9;
  background: #2a1626;
}

.hw-cost-check :is(h2, p) {
  color: inherit;
}

.hw-cost-check ol {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: check-question;
}

.hw-cost-check li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(226, 193, 130, 0.3);
  counter-increment: check-question;
}

.hw-cost-check li:last-child {
  border-bottom: 0;
}

.hw-cost-check li::before {
  color: #e2c182;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  content: counter(check-question, decimal-leading-zero);
}

.hw-cost-summary {
  border: 1px solid rgba(201, 151, 66, 0.5);
  background: #f6f1e9;
}

.hw-cost-summary blockquote {
  margin: 0;
  color: #2a1626;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.42rem;
  font-weight: 500;
  line-height: 1.5;
}

.hw-cost-planned {
  border: 1px solid #d9cdbc;
  background: #fffdf9;
}

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

.hw-cost-planned li {
  padding: 16px 0;
  border-bottom: 1px solid #d9cdbc;
}

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

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

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

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

.hw-cost-planned 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: 820px) {
  .hw-cost-case,
  .hw-cost-check,
  .hw-cost-summary,
  .hw-cost-planned {
    padding: 32px;
  }
}

@media (max-width: 640px) {
  .hw-cost-subline {
    margin-top: 17px;
    font-size: 1.18rem;
  }

  .hw-cost-figure,
  .hw-cost-figure.is-portrait {
    width: 100%;
    max-width: none;
    margin: 32px 0;
  }

  .hw-cost-process,
  .hw-cost-case,
  .hw-cost-check,
  .hw-cost-summary,
  .hw-cost-planned {
    margin: 42px 0;
    padding: 25px 20px;
  }

  .hw-cost-split,
  .hw-cost-case-grid,
  .hw-cost-errors,
  .hw-cost-planned ul {
    grid-template-columns: 1fr;
  }

  .hw-cost-split > div + div,
  .hw-cost-case-grid div + div {
    border-top: 1px solid #d9cdbc;
    border-left: 0;
  }

  .hw-cost-errors {
    gap: 10px;
  }

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

  .hw-cost-summary blockquote {
    font-size: 1.24rem;
  }
}

@media (max-width: 400px) {
  .hw-cost-process li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
  }

  .hw-cost-process li::before {
    width: 36px;
    height: 36px;
  }

  .hw-cost-phrase {
    padding: 21px 19px;
  }
}

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