.hl-page {
  --hl-navy: #062d52;
  --hl-blue: #07386f;
  --hl-blue-bright: #0b5f9b;
  --hl-teal: #0d5a5d;
  --hl-orange: #f36b21;
  --hl-orange-dark: #b94307;
  --hl-ink: #16202a;
  --hl-muted: #526171;
  --hl-pale: #f3f7fa;
  --hl-line: #d8e1e8;
  --hl-shadow: 0 14px 35px rgba(6, 45, 82, 0.13);
  color: var(--hl-ink);
  background: #fff;
  line-height: 1.68;
}

.hl-page .wrap {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.hl-page a {
  color: #075c96;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.hl-page a:hover {
  color: #003f6c;
}

.hl-page .hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #0b4249;
}

.hl-page .hero picture,
.hl-page .hero picture img,
.hl-page .hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hl-page .hero picture img {
  object-fit: cover;
  object-position: center center;
}

.hl-page .hero::after {
  content: "";
  background: linear-gradient(90deg, rgba(2, 36, 59, 0.96) 0%, rgba(4, 53, 69, 0.86) 36%, rgba(4, 53, 69, 0.48) 65%, rgba(4, 31, 43, 0.25) 100%);
}

.hl-page .hero-content {
  position: relative;
  z-index: 2;
  padding: 4.4rem 0 5.2rem;
}

.hl-page .eyebrow {
  margin: 0 0 1rem;
  color: #ffd6bf;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hl-page .hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.75rem, 7vw, 5.15rem);
  line-height: 1.01;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.hl-page .dek {
  max-width: 760px;
  margin: 1.5rem 0 0;
  color: #f2f8fa;
  font-size: clamp(1.1rem, 2.1vw, 1.42rem);
  line-height: 1.55;
}

.hl-page .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
  margin-top: 1.55rem;
  color: #d5e6eb;
  font-size: 0.91rem;
}

.hl-page .hero-meta span {
  display: inline-flex;
  align-items: center;
}

.hl-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.7rem;
}

.hl-page .button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  color: #15202a;
  background: var(--hl-orange);
  border: 2px solid transparent;
  border-radius: 5px;
  font-weight: 800;
  text-decoration: none;
}

.hl-page .button:hover,
.hl-page .button:focus-visible {
  color: #15202a;
  background: #ff813c;
}

.hl-page .button.secondary {
  color: #fff;
  background: rgba(4, 31, 43, 0.2);
  border-color: rgba(255, 255, 255, 0.82);
}

.hl-page .button.secondary:hover,
.hl-page .button.secondary:focus-visible {
  color: #fff;
  background: rgba(4, 31, 43, 0.72);
}

.hl-page .hero-note {
  position: relative;
  z-index: 3;
  width: min(440px, calc(100% - 2rem));
  margin: -3.2rem max(1rem, calc((100% - 1180px) / 2)) 0 auto;
  padding: 1.25rem 1.35rem;
  color: var(--hl-ink);
  background: #fff;
  border-top: 5px solid var(--hl-orange);
  border-radius: 8px 8px 0 0;
  box-shadow: var(--hl-shadow);
}

.hl-page .hero-note strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--hl-blue);
  font-size: 1.08rem;
}

.hl-page .layout {
  display: grid;
  grid-template-columns: minmax(0, 840px);
  justify-content: center;
  align-items: start;
  padding: 4rem 0 5rem;
}

.hl-page .article {
  min-width: 0;
}

.hl-page .article p,
.hl-page .article li {
  max-width: 76ch;
}

.hl-page .article h2 {
  margin: 0 0 1.2rem;
  color: var(--hl-blue);
  font-size: clamp(1.85rem, 3.6vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.hl-page .article h3 {
  margin: 1.8rem 0 0.6rem;
  color: #123e61;
  font-size: 1.28rem;
  line-height: 1.25;
}

.hl-page .article h4 {
  margin: 1.35rem 0 0.35rem;
  font-size: 1.06rem;
}

.hl-page .lead {
  color: #283746;
  font-size: 1.23rem;
  line-height: 1.63;
}

.hl-page .chapter {
  scroll-margin-top: 7rem;
  padding: 3.7rem 0;
  border-bottom: 1px solid var(--hl-line);
}

.hl-page .kicker {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--hl-orange-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hl-page .definition {
  margin: 1.6rem 0;
  padding: 1.35rem 1.5rem;
  background: #eaf5f6;
  border-left: 5px solid var(--hl-teal);
  font-size: 1.12rem;
}

.hl-page .definition strong {
  color: #083f43;
}

.hl-page .callout {
  margin: 1.6rem 0;
  padding: 1.25rem 1.4rem;
  background: #f5fafc;
  border: 1px solid #b9d2df;
  border-radius: 7px;
}

.hl-page .callout.warning {
  background: #fff6ed;
  border-color: #e4a36f;
}

.hl-page .callout h3 {
  margin-top: 0;
}

.hl-page .source {
  display: inline-block;
  margin: 0.35rem 0.1rem 0.35rem 0;
  font-size: 0.9rem;
  font-weight: 700;
}

.hl-page .source::after {
  content: " \2197";
  font-size: 0.8em;
}

.hl-page .process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.7rem 0;
}

.hl-page .process div {
  padding: 1rem 0.9rem;
  background: #f2f7fa;
  border-top: 4px solid var(--hl-blue-bright);
  border-radius: 4px;
}

.hl-page .process b {
  display: block;
  color: var(--hl-blue);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hl-page .process span {
  display: block;
  margin-top: 0.35rem;
  font-weight: 700;
  line-height: 1.35;
}

.hl-page .cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.hl-page .card {
  padding: 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid var(--hl-line);
  border-radius: 7px;
  box-shadow: 0 5px 16px rgba(6, 45, 82, 0.06);
}

.hl-page .card h3 {
  margin-top: 0;
  font-size: 1.12rem;
}

.hl-page .table-wrap {
  margin: 1.5rem 0;
  overflow-x: auto;
  border: 1px solid var(--hl-line);
  border-radius: 6px;
}

.hl-page table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.93rem;
  line-height: 1.45;
}

.hl-page caption {
  padding: 0.8rem 0.82rem;
  color: var(--hl-blue);
  background: #fff;
  font-weight: 800;
  text-align: left;
}

.hl-page th,
.hl-page td {
  padding: 0.78rem 0.82rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--hl-line);
}

.hl-page th {
  color: #163a58;
  background: #eaf1f6;
  font-weight: 800;
}

.hl-page tr:last-child td {
  border-bottom: 0;
}

.hl-page .checklist {
  padding-left: 0;
  list-style: none;
}

.hl-page .checklist li {
  position: relative;
  padding: 0.28rem 0 0.28rem 1.65rem;
}

.hl-page .checklist li::before {
  position: absolute;
  left: 0;
  color: #087566;
  content: "\2713";
  font-weight: 900;
}

.hl-page .section-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.1rem;
  padding-top: 1rem;
  border-top: 1px dashed #bbc7cf;
  font-size: 0.9rem;
  font-weight: 800;
}

.hl-page .section-nav a {
  text-decoration: none;
}

.hl-page .sidebar {
  position: sticky;
  top: 7rem;
}

.hl-page .toc {
  padding: 1.15rem;
  background: var(--hl-pale);
  border: 1px solid var(--hl-line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(6, 45, 82, 0.07);
}

.hl-page .toc strong {
  display: block;
  color: var(--hl-blue);
  font-size: 1.08rem;
}

.hl-page .toc p {
  margin: 0.25rem 0 0.75rem;
  color: var(--hl-muted);
  font-size: 0.83rem;
}

.hl-page .toc ol {
  max-height: calc(100vh - 16rem);
  margin: 0;
  padding-left: 1.4rem;
  overflow: auto;
  font-size: 0.84rem;
  line-height: 1.35;
  scrollbar-gutter: stable;
}

.hl-page .toc li {
  padding: 0.2rem 0;
}

.hl-page .toc a {
  text-decoration: none;
}

.hl-page .toc .top-link {
  display: block;
  margin-top: 0.8rem;
  padding-top: 0.7rem;
  border-top: 1px solid var(--hl-line);
  font-weight: 800;
}

.hl-page .inline-toc {
  scroll-margin-top: 7rem;
  margin: 0 0 3rem;
  padding: 1.5rem;
  background: #f2f7fa;
  border-top: 5px solid var(--hl-blue);
  border-radius: 7px;
}

.hl-page .inline-toc h2 {
  margin: 0 0 0.25rem;
  font-size: 1.45rem;
}

.hl-page .inline-toc > p {
  margin: 0.2rem 0 1rem;
  color: var(--hl-muted);
}

.hl-page .inline-toc ol {
  margin: 0;
  padding-left: 1.25rem;
  columns: 3;
  column-gap: 2rem;
  font-size: 0.91rem;
}

.hl-page .inline-toc li {
  padding: 0.18rem 0;
  break-inside: avoid;
}

.hl-page .inline-toc a {
  text-decoration: none;
}

.hl-page .stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.6rem 0;
}

.hl-page .stat {
  padding: 1.1rem;
  color: #fff;
  background: var(--hl-navy);
  border-radius: 6px;
}

.hl-page .stat b {
  display: block;
  color: #ffb27f;
  font-size: 1.7rem;
  line-height: 1.1;
}

.hl-page .stat span {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.84rem;
  line-height: 1.35;
}

.hl-page .faq details {
  margin: 0.7rem 0;
  background: #fff;
  border: 1px solid var(--hl-line);
  border-radius: 6px;
}

.hl-page .faq summary {
  padding: 1rem 1.15rem;
  color: #113e61;
  cursor: pointer;
  font-weight: 800;
}

.hl-page .faq details > div {
  padding: 0 1.15rem 1rem;
}

.hl-page .faq details[open] summary {
  border-bottom: 1px solid var(--hl-line);
}

.hl-page .byline {
  margin-top: 2rem;
  padding: 1.15rem;
  background: #f7f9fb;
  border: 1px solid var(--hl-line);
  border-radius: 6px;
  font-size: 0.9rem;
}

@media (max-width: 1050px) {
  .hl-page .layout {
    grid-template-columns: 1fr;
  }

  .hl-page .sidebar {
    display: none;
  }

  .hl-page .inline-toc ol {
    columns: 2;
  }

  .hl-page .hero-note {
    margin-right: 1rem;
  }
}

@media (max-width: 700px) {
  .breadcrumbs__list {
    flex-flow: row wrap;
    overflow-x: visible;
    white-space: normal;
  }

  .breadcrumbs__item {
    flex: 0 1 auto;
    white-space: normal;
  }

  .hl-page .hero {
    min-height: 620px;
  }

  .hl-page .hero::after {
    background: linear-gradient(90deg, rgba(2, 36, 59, 0.95), rgba(4, 53, 69, 0.78));
  }

  .hl-page .hero-content {
    padding: 3.4rem 0 5rem;
  }

  .hl-page .hero-note {
    width: auto;
    margin: -2.5rem 1rem 0;
  }

  .hl-page .layout {
    padding-top: 3rem;
  }

  .hl-page .inline-toc ol {
    columns: 1;
  }

  .hl-page .process,
  .hl-page .cards,
  .hl-page .stats {
    grid-template-columns: 1fr;
  }

  .hl-page .section-nav {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hl-page {
    scroll-behavior: auto;
  }
}

@media print {
  .site-header,
  .breadcrumbs,
  .site-footer,
  .linkedin-prompt,
  .hl-page .hero-actions,
  .hl-page .sidebar,
  .hl-page .section-nav {
    display: none !important;
  }

  .hl-page .hero {
    min-height: auto;
    color: #000;
    background: #fff;
  }

  .hl-page .hero picture,
  .hl-page .hero::after {
    display: none;
  }

  .hl-page .hero-content {
    padding: 1rem 0;
  }

  .hl-page .hero h1 {
    color: #000;
    font-size: 36pt;
  }

  .hl-page .dek,
  .hl-page .hero-meta {
    color: #222;
  }

  .hl-page .hero-note {
    width: auto;
    margin: 0;
    box-shadow: none;
  }

  .hl-page .layout {
    display: block;
    padding: 1rem 0;
  }

  .hl-page .inline-toc ol {
    columns: 2;
  }

  .hl-page a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 8pt;
  }
}
