:root {
  --navy: #10233f;
  --navy-soft: #1e3a59;
  --raspberry: #c72f58;
  --raspberry-dark: #9e1f43;
  --mint: #d9eee5;
  --yellow: #f5c94a;
  --paper: #f8f6f0;
  --white: #ffffff;
  --ink: #17202b;
  --muted: #607080;
  --line: #d7dee3;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.skip {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 9px 12px;
  background: var(--white);
  color: var(--navy);
  transform: translateY(-160%);
}
.skip:focus { transform: none; }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  font: 700 20px/1.1 Georgia, serif;
}
.brand-mark {
  display: grid;
  width: 38px;
  aspect-ratio: 1;
  place-items: center;
  background: var(--yellow);
  color: var(--navy);
  border-radius: 3px;
  font-family: Verdana, sans-serif;
  font-size: 16px;
}
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--yellow); }
.nav-cta {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 3px;
}
.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 3px;
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: min(720px, 78vh);
  display: grid;
  align-items: end;
  color: var(--white);
  background: var(--navy) url('/assets/digital-help-workspace.png') center / cover no-repeat;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(10,27,50,.58);
}
.hero-copy {
  max-width: 690px;
  margin-left: 0;
  padding: 150px 24px 64px;
  background: rgba(10,27,50,.78);
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; letter-spacing: 0; }
.hero h1 {
  margin: 0;
  max-width: 690px;
  font-size: clamp(46px, 7vw, 86px);
  line-height: .98;
  font-weight: 700;
}
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-lede {
  max-width: 610px;
  margin: 24px 0 0;
  color: #edf2f5;
  font-size: clamp(17px, 2vw, 21px);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border: 1px solid var(--yellow);
  border-radius: 3px;
  background: var(--yellow);
  color: var(--navy);
  text-decoration: none;
  font-weight: 700;
}
.button:hover, .button:focus-visible { background: #ffe07a; }
.button.secondary { border-color: rgba(255,255,255,.72); background: transparent; color: var(--white); }
.button.secondary:hover { background: var(--white); color: var(--navy); }

.article-library {
  padding: 34px 0 40px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.article-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}
.article-heading h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 4vw, 46px); line-height: 1.05; }
.article-heading p { margin: 0; color: var(--muted); }
.article-tabs {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding-bottom: 3px;
  scrollbar-width: thin;
}
.article-tab {
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 3px 3px 0 0;
  background: #f3f6f7;
  color: var(--navy-soft);
  white-space: nowrap;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}
.article-tab[aria-selected="true"] { border-color: var(--navy); background: var(--navy); color: var(--white); }
.article-panel { padding-top: 14px; }
.article-panel[hidden] { display: none; }
.article-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.article-link {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 118px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 42px 15px 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
  text-decoration: none;
}
.article-link::after {
  content: "\2192";
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--raspberry);
  font-size: 21px;
}
.article-link:hover { background: var(--mint); }
.article-link small { color: var(--raspberry-dark); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.article-link strong { margin-top: 12px; overflow-wrap: anywhere; font-family: Georgia, serif; font-size: 16px; line-height: 1.3; }
[data-na-home-published-list]:empty { display: none; }

.intro-band { padding: 76px 0; background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.intro-grid h2 { position: sticky; top: 24px; margin: 0; color: var(--navy); font-size: clamp(36px, 5vw, 60px); line-height: 1.02; }
.intro-copy { max-width: 740px; }
.intro-copy > p:first-child { margin-top: 0; font-size: 20px; color: var(--navy); }
.service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 32px; border-top: 1px solid var(--line); }
.service-item { padding: 18px 18px 18px 0; border-bottom: 1px solid var(--line); }
.service-item:nth-child(odd) { border-right: 1px solid var(--line); }
.service-item:nth-child(even) { padding-left: 18px; }
.service-item b { display: block; color: var(--navy); }
.service-item span { color: var(--muted); font-size: 14px; }

.process { padding: 74px 0; background: var(--navy); color: var(--white); }
.section-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 34px; }
.section-head h2 { max-width: 700px; margin: 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.05; }
.section-head p { max-width: 430px; margin: 0; color: #b9c6d2; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.24); }
.step { padding: 28px 28px 4px 0; }
.step + .step { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.24); }
.step span { color: var(--yellow); font-weight: 700; }
.step h3 { margin: 12px 0 8px; font-size: 25px; }
.step p { color: #cdd6de; }

.contact-band { padding: 70px 0; background: var(--mint); }
.contact-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; align-items: center; }
.contact-grid h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 6vw, 68px); line-height: 1; }
.contact-grid p { max-width: 650px; }
.contact-list { border-top: 1px solid #a9c7b8; }
.contact-list a { display: block; padding: 15px 0; border-bottom: 1px solid #a9c7b8; color: var(--navy); text-decoration: none; font-weight: 700; overflow-wrap: anywhere; }
.contact-list a:hover { color: var(--raspberry-dark); }

.site-footer { padding: 30px 0; background: #09182b; color: #bac5cf; font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-inner a { color: var(--white); }

.inner-header { position: static; background: var(--navy); }
.page-hero { padding: 76px 0 62px; background: var(--mint); }
.page-hero .eyebrow { color: var(--raspberry-dark); }
.page-hero h1 { max-width: 860px; margin: 0; color: var(--navy); font-size: clamp(43px, 7vw, 76px); line-height: 1; }
.page-hero p { max-width: 680px; margin: 22px 0 0; font-size: 19px; color: var(--navy-soft); }
.page-section { padding: 66px 0; background: var(--white); }
.page-section.alt { background: var(--paper); }
.service-detail { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-detail article { padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-detail h2 { margin: 0 0 10px; color: var(--navy); font-size: 27px; }
.service-detail p { margin: 0; color: var(--muted); }
.contact-details { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-details h2 { margin-top: 0; color: var(--navy); font-size: 37px; }
.contact-actions a { display: block; padding: 17px 0; border-bottom: 1px solid var(--line); color: var(--navy); text-decoration: none; font-weight: 700; }
.contact-actions a:first-child { border-top: 1px solid var(--line); }
.note { padding: 22px; border-left: 5px solid var(--yellow); background: #fff9df; }

.article-page { background: var(--white); }
.article-hero { padding: 68px 0 45px; border-bottom: 1px solid var(--line); background: var(--paper); }
.article-hero .eyebrow { color: var(--raspberry-dark); }
.article-hero h1 { max-width: 920px; margin: 0; color: var(--navy); font-size: clamp(40px, 6vw, 70px); line-height: 1.03; }
.article-hero p { max-width: 760px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }
.article-body { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 55px 0 76px; }
.article-body h2 { margin: 2em 0 .5em; color: var(--navy); font-size: 32px; line-height: 1.15; }
.article-body h3 { margin: 1.7em 0 .4em; color: var(--navy); font-size: 23px; }
.article-body p, .article-body li { color: #344353; }
.article-body .summary { padding: 20px 22px; border-left: 5px solid var(--raspberry); background: var(--mint); color: var(--navy); font-size: 18px; }
.article-body a { color: var(--raspberry-dark); }
.article-body ul { padding-left: 22px; }
.article-body img { width: auto; max-width: 100%; height: auto; }
.article-body table { display: table; width: 100% !important; max-width: 100%; table-layout: fixed; border-collapse: collapse; }
.article-body th, .article-body td { min-width: 0 !important; width: auto !important; overflow-wrap: anywhere; }
.back-home { display: inline-flex; margin-top: 32px; color: var(--navy); font-weight: 700; }

@media (max-width: 900px) {
  .article-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intro-grid, .contact-grid, .contact-details { grid-template-columns: 1fr; }
  .intro-grid h2 { position: static; }
  .steps { grid-template-columns: 1fr; }
  .step + .step { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.24); }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 30px, var(--shell)); }
  .menu-button { display: grid; place-items: center; }
  .site-nav {
    position: absolute;
    top: 76px;
    left: 15px;
    right: 15px;
    display: none;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(255,255,255,.2);
    background: var(--navy);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .hero { min-height: 680px; background-position: 60% center; }
  .hero::before { background: rgba(10,27,50,.78); }
  .hero-copy { margin-left: 0; padding: 130px 15px 54px; }
  .article-tabs { flex-wrap: wrap; overflow: visible; }
  .article-tab { flex: 1 1 130px; white-space: normal; }
  .article-body th, .article-body td { padding: 7px !important; font-size: 12px; }
  .article-heading, .section-head { display: block; }
  .article-heading p, .section-head p { margin-top: 14px; }
  .article-links { grid-template-columns: 1fr; }
  .article-link { min-height: 88px; }
  .service-list, .service-detail { grid-template-columns: 1fr; }
  .service-item:nth-child(odd) { border-right: 0; }
  .service-item:nth-child(even) { padding-left: 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

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