:root {
  --hcl-ink: #132d2a;
  --hcl-ink-soft: #49625e;
  --hcl-green: #146b5c;
  --hcl-green-dark: #0c4c42;
  --hcl-mint: #dff4ec;
  --hcl-mint-light: #f3fbf8;
  --hcl-gold: #f2b84b;
  --hcl-paper: #fffdf9;
  --hcl-line: #d8e5e1;
  --hcl-shadow: 0 24px 60px rgba(18, 63, 56, .11);
  --hcl-radius: 24px;
}

body.hcl-managed-page {
  background: var(--hcl-paper);
  color: var(--hcl-ink);
}

body.hcl-managed-page #page,
body.hcl-managed-page #primary,
body.hcl-managed-page .site.grid-container {
  width: 100%;
  max-width: none;
}

.hcl-managed-page .site-content {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
}

.hcl-managed-page .content-area,
.hcl-managed-page .site-main,
.hcl-managed-page article.page {
  width: 100%;
  max-width: none;
  margin: 0;
}

.hcl-managed-page article.page,
.hcl-managed-page .inside-article {
  padding: 0;
  background: transparent;
}

.hcl-managed-page .entry-header {
  display: none;
}

.hcl-managed-page .entry-content {
  margin: 0;
}

.hcl-managed-page .site-header {
  border-bottom: 1px solid rgba(19, 45, 42, .08);
  box-shadow: 0 6px 22px rgba(19, 45, 42, .04);
}

.hcl-managed-page .site-header .inside-header {
  gap: 30px;
  padding-top: 22px;
  padding-bottom: 22px;
  align-items: center;
}

.hcl-managed-page .site-logo,
.hcl-managed-page .site-branding {
  font-weight: 800;
  letter-spacing: -.03em;
}

.hcl-managed-page .site-branding {
  display: grid;
  grid-template-columns: 50px auto;
  column-gap: 12px;
  flex: 0 0 auto;
  min-width: 238px;
  align-items: center;
}

.hcl-managed-page .site-branding::before {
  width: 50px;
  height: 50px;
  grid-row: 1 / 3;
  grid-column: 1;
  background: url('../images/home-claim-ledger-mark-512.png') center / contain no-repeat;
  content: "";
}

.hcl-managed-page .site-title,
.hcl-managed-page .site-description {
  grid-column: 2;
}

.hcl-managed-page .site-title,
.hcl-managed-page .site-title a {
  white-space: nowrap;
}

.hcl-managed-page .site-title {
  font-size: 1.28rem;
  line-height: 1.15;
}

.hcl-managed-page .main-navigation {
  margin-left: auto;
}

.hcl-managed-page .main-navigation .main-nav ul li a {
  padding-right: 17px;
  padding-left: 17px;
  font-weight: 650;
}

.hcl-page-shell {
  overflow: hidden;
}

.hcl-front-page .entry-content > .hcl-home {
  width: 100%;
  max-width: none;
}

.hcl-page-shell *,
.hcl-page-shell *::before,
.hcl-page-shell *::after {
  box-sizing: border-box;
}

.hcl-page-shell h1,
.hcl-page-shell h2,
.hcl-page-shell h3 {
  color: var(--hcl-ink);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.hcl-page-shell h1 {
  font-size: clamp(2.7rem, 6vw, 5.7rem);
  margin: 16px 0 24px;
}

.hcl-home .hcl-hero h1 {
  font-size: clamp(2.75rem, 4.4vw, 4.75rem);
}

.hcl-page-shell h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  margin: 0 0 18px;
}

.hcl-page-shell h3 {
  font-size: 1.25rem;
  margin: 0 0 12px;
}

.hcl-page-shell p,
.hcl-page-shell li {
  color: var(--hcl-ink-soft);
  font-size: 1.06rem;
  line-height: 1.75;
}

.hcl-page-shell a {
  text-underline-offset: 3px;
}

.hcl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--hcl-green);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hcl-eyebrow::before {
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: var(--hcl-gold);
  content: "";
}

.hcl-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
  max-width: 1320px;
  min-height: 650px;
  margin: 0 auto;
  padding: 84px 34px 76px;
}

.hcl-hero::before {
  position: absolute;
  top: -240px;
  right: -310px;
  z-index: -1;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 231, 216, .7), rgba(243, 251, 248, 0) 68%);
  content: "";
}

.hcl-lead {
  max-width: 740px;
  margin: 0;
  color: var(--hcl-ink-soft);
  font-size: clamp(1.13rem, 1.7vw, 1.35rem) !important;
  line-height: 1.65 !important;
}

.hcl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 22px;
}

.hcl-button {
  display: inline-flex;
  min-height: 54px;
  padding: 15px 24px;
  border: 2px solid transparent;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.hcl-button:hover,
.hcl-button:focus {
  transform: translateY(-2px);
}

.hcl-button-primary {
  background: var(--hcl-green);
  box-shadow: 0 14px 30px rgba(20, 107, 92, .22);
  color: #fff;
}

.hcl-button-primary:hover,
.hcl-button-primary:focus {
  background: var(--hcl-green-dark);
  color: #fff;
}

.hcl-button-secondary {
  border-color: var(--hcl-line);
  background: #fff;
  color: var(--hcl-ink);
}

.hcl-button-secondary:hover,
.hcl-button-secondary:focus {
  border-color: var(--hcl-green);
  color: var(--hcl-green);
}

.hcl-quiet {
  font-size: .88rem !important;
}

.hcl-hero-visual {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 30px;
  background: linear-gradient(145deg, #0f554a, #123b36);
  box-shadow: var(--hcl-shadow);
  color: #fff;
  transform: rotate(1.3deg);
}

.hcl-hero-visual::after {
  position: absolute;
  right: -18px;
  bottom: -18px;
  z-index: -1;
  width: 110px;
  height: 110px;
  border-radius: 28px;
  background: var(--hcl-gold);
  content: "";
}

.hcl-sample-label {
  position: absolute;
  top: -15px;
  left: 24px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--hcl-gold);
  color: #382606;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.hcl-visual-top {
  display: flex;
  padding: 14px 4px 20px;
  align-items: center;
  justify-content: space-between;
  font-size: 1.25rem;
  font-weight: 800;
}

.hcl-status {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #c9f7e8;
  font-size: .72rem;
}

.hcl-visual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hcl-visual-grid > div {
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .075);
}

.hcl-visual-grid span {
  display: block;
  margin-bottom: 19px;
  color: #8edbc6;
  font-size: .75rem;
  font-weight: 800;
}

.hcl-visual-grid strong,
.hcl-visual-grid small {
  display: block;
}

.hcl-visual-grid strong {
  color: #fff;
  font-size: .96rem;
}

.hcl-visual-grid small {
  margin-top: 6px;
  color: rgba(255, 255, 255, .66);
  font-size: .75rem;
}

.hcl-visual-next {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

.hcl-visual-next span {
  color: #667a77;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hcl-visual-next strong {
  max-width: 58%;
  color: var(--hcl-ink);
  font-size: .82rem;
  text-align: right;
}

.hcl-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1320px;
  margin: 0 auto;
  padding: 22px 34px;
  border-top: 1px solid var(--hcl-line);
  border-bottom: 1px solid var(--hcl-line);
}

.hcl-proof-strip span {
  padding: 5px 18px;
  color: var(--hcl-ink);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-align: center;
  text-transform: uppercase;
}

.hcl-proof-strip span + span {
  border-left: 1px solid var(--hcl-line);
}

.hcl-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 110px 34px;
}

.hcl-section-heading {
  max-width: 800px;
  margin-bottom: 46px;
}

.hcl-section-heading p {
  max-width: 720px;
}

.hcl-card-grid {
  display: grid;
  gap: 20px;
}

.hcl-card-grid-four {
  grid-template-columns: repeat(4, 1fr);
}

.hcl-card-grid-two {
  grid-template-columns: repeat(2, 1fr);
}

.hcl-card {
  position: relative;
  padding: 30px;
  border: 1px solid var(--hcl-line);
  border-radius: var(--hcl-radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 63, 56, .055);
}

.hcl-card-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  border-radius: 13px;
  align-items: center;
  justify-content: center;
  background: var(--hcl-mint);
  color: var(--hcl-green-dark);
  font-size: .74rem;
  font-weight: 900;
}

.hcl-card p {
  margin-bottom: 0;
  font-size: .96rem;
}

.hcl-workflow-section {
  max-width: none;
  padding-right: max(34px, calc((100vw - 1252px) / 2));
  padding-left: max(34px, calc((100vw - 1252px) / 2));
  background: var(--hcl-mint-light);
}

.hcl-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hcl-timeline li {
  display: flex;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(20, 107, 92, .13);
  border-radius: 20px;
  background: rgba(255, 255, 255, .72);
}

.hcl-timeline li > span {
  display: flex;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--hcl-green);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
}

.hcl-timeline h3 {
  font-size: 1.03rem;
}

.hcl-timeline p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.6;
}

.hcl-source-note {
  margin-top: 24px;
  padding: 22px 26px;
  border-left: 4px solid var(--hcl-gold);
  border-radius: 0 14px 14px 0;
  background: #fff;
  color: var(--hcl-ink-soft);
  line-height: 1.65;
}

.hcl-split-section {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(50px, 9vw, 120px);
  align-items: center;
}

.hcl-text-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--hcl-green);
  font-weight: 800;
  text-decoration: none;
}

.hcl-check-panel {
  padding: 38px;
  border-radius: 28px;
  background: var(--hcl-ink);
  box-shadow: var(--hcl-shadow);
}

.hcl-check-panel h3 {
  color: #fff;
  font-size: 1.65rem;
}

.hcl-check-panel ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.hcl-check-panel li {
  position: relative;
  padding: 13px 0 13px 32px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .78);
  font-size: .98rem;
}

.hcl-check-panel li::before {
  position: absolute;
  top: 16px;
  left: 2px;
  color: #7edbbf;
  content: "✓";
  font-weight: 900;
}

.hcl-source-section {
  border-top: 1px solid var(--hcl-line);
}

.hcl-source-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.hcl-source-grid > p {
  display: contents;
}

.hcl-source-grid a {
  display: flex;
  width: 100%;
  min-height: 145px;
  padding: 24px;
  border: 1px solid var(--hcl-line);
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  color: var(--hcl-ink);
  text-decoration: none;
}

.hcl-source-grid a:hover,
.hcl-source-grid a:focus {
  border-color: var(--hcl-green);
  box-shadow: 0 10px 26px rgba(18, 63, 56, .08);
}

.hcl-source-grid strong,
.hcl-source-grid span {
  display: block;
}

.hcl-source-grid strong {
  margin-bottom: 22px;
  color: var(--hcl-green);
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hcl-source-grid span {
  font-size: .94rem;
  font-weight: 750;
  line-height: 1.45;
}

.hcl-final-cta {
  max-width: 1252px;
  margin: 0 auto 90px;
  padding: 70px;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--hcl-green-dark), #177968);
  text-align: center;
}

.hcl-final-cta .hcl-eyebrow,
.hcl-final-cta h2,
.hcl-final-cta p {
  color: #fff;
}

.hcl-final-cta .hcl-eyebrow::before {
  background: #ffd67f;
}

.hcl-final-cta h2 {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.hcl-final-cta p {
  max-width: 720px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, .78);
}

.hcl-button-light {
  background: #fff;
  color: var(--hcl-green-dark);
}

.hcl-article-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 34px 110px;
}

.hcl-article-hero {
  padding: 70px 0 52px;
  border-bottom: 1px solid var(--hcl-line);
}

.hcl-article-hero h1 {
  max-width: 900px;
  font-size: clamp(2.6rem, 6vw, 5rem);
}

.hcl-review-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 30px;
}

.hcl-review-line span {
  color: var(--hcl-ink-soft);
  font-size: .82rem;
  font-weight: 700;
}

.hcl-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 38px 0 60px;
  padding: 20px;
  border: 1px solid var(--hcl-line);
  border-radius: 18px;
  background: var(--hcl-mint-light);
}

.hcl-toc strong {
  width: 100%;
  margin-bottom: 4px;
  color: var(--hcl-ink);
}

.hcl-toc a {
  padding: 8px 12px;
  border-radius: 10px;
  background: #fff;
  color: var(--hcl-green-dark);
  font-size: .84rem;
  font-weight: 700;
  text-decoration: none;
}

.hcl-content-section {
  padding: 48px 0;
  border-bottom: 1px solid var(--hcl-line);
}

.hcl-content-section h2 {
  font-size: clamp(1.8rem, 4vw, 2.55rem);
}

.hcl-content-section h3 {
  margin-top: 32px;
}

.hcl-content-section a,
.hcl-sources-block a {
  color: var(--hcl-green);
  font-weight: 700;
}

.hcl-callout {
  margin: 30px 0 0;
  padding: 24px 28px;
  border-left: 4px solid var(--hcl-green);
  border-radius: 0 16px 16px 0;
  background: var(--hcl-mint-light);
  color: var(--hcl-ink-soft);
  line-height: 1.7;
}

.hcl-callout-warn {
  border-left-color: var(--hcl-gold);
  background: #fff9eb;
}

.hcl-table-wrap {
  overflow-x: auto;
  margin-top: 26px;
  border: 1px solid var(--hcl-line);
  border-radius: 18px;
}

.hcl-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: #fff;
}

.hcl-table th,
.hcl-table td {
  padding: 17px 18px;
  border: 0;
  border-bottom: 1px solid var(--hcl-line);
  color: var(--hcl-ink-soft);
  font-size: .9rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.hcl-table th {
  background: var(--hcl-ink);
  color: #fff;
  font-size: .75rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hcl-table tr:last-child td {
  border-bottom: 0;
}

.hcl-number-list {
  margin: 26px 0 0;
  padding-left: 24px;
}

.hcl-number-list li {
  margin-bottom: 12px;
  padding-left: 8px;
}

.hcl-example {
  margin-top: 28px;
  padding: 22px;
  border-radius: 16px;
  background: var(--hcl-ink);
}

.hcl-example span,
.hcl-example code {
  display: block;
}

.hcl-example span {
  margin-bottom: 11px;
  color: #7edbbf;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hcl-example code {
  color: #fff;
  font-size: .86rem;
  line-height: 1.65;
  white-space: normal;
}

.hcl-checklist {
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.hcl-checklist li {
  position: relative;
  margin: 10px 0;
  padding: 15px 18px 15px 52px;
  border: 1px solid var(--hcl-line);
  border-radius: 13px;
  background: #fff;
}

.hcl-checklist li::before {
  position: absolute;
  top: 14px;
  left: 17px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--hcl-green);
  border-radius: 6px;
  content: "";
}

.hcl-sources-block {
  margin-top: 54px;
  padding: 34px;
  border-radius: 22px;
  background: var(--hcl-mint-light);
}

.hcl-sources-block h2 {
  font-size: 1.6rem;
}

.hcl-sources-block li {
  margin-bottom: 9px;
  font-size: .94rem;
}

.hcl-last-reviewed {
  margin-top: 34px;
  color: #6e827e !important;
  font-size: .82rem !important;
  font-weight: 700;
}

.hcl-trust-page .hcl-card {
  box-shadow: none;
}

.site-info .inside-site-info {
  gap: 18px;
}

.hcl-footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-left: 18px;
}

.hcl-footer-links a {
  color: inherit;
}

@media (max-width: 1050px) {
  .hcl-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hcl-hero-copy {
    max-width: 820px;
  }

  .hcl-hero-visual {
    width: min(100%, 690px);
    transform: none;
  }

  .hcl-card-grid-four,
  .hcl-source-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hcl-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .hcl-hero,
  .hcl-section,
  .hcl-article-shell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hcl-hero {
    padding-top: 72px;
    padding-bottom: 64px;
  }

  .hcl-managed-page .site-branding {
    min-width: 0;
  }

  .hcl-managed-page .site-header .inside-header {
    gap: 14px;
  }

  .hcl-page-shell h1 {
    font-size: 2.75rem;
  }

  .hcl-section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .hcl-proof-strip {
    grid-template-columns: repeat(2, 1fr);
    padding-right: 20px;
    padding-left: 20px;
  }

  .hcl-proof-strip span:nth-child(3) {
    border-left: 0;
  }

  .hcl-proof-strip span:nth-child(n+3) {
    margin-top: 12px;
  }

  .hcl-card-grid-four,
  .hcl-card-grid-two,
  .hcl-timeline,
  .hcl-split-section,
  .hcl-source-grid {
    grid-template-columns: 1fr;
  }

  .hcl-visual-grid {
    grid-template-columns: 1fr;
  }

  .hcl-final-cta {
    margin-right: 14px;
    margin-bottom: 60px;
    margin-left: 14px;
    padding: 48px 22px;
  }

  .hcl-article-hero {
    padding-top: 48px;
  }

  .hcl-toc {
    margin-bottom: 32px;
  }

  .hcl-table th,
  .hcl-table td {
    min-width: 170px;
  }

  .hcl-footer-links {
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hcl-button {
    transition: none;
  }
}
