.hc-shell {
  --hc-line: rgba(15, 23, 42, 0.12);
  --hc-soft: #eef7ff;
  --hc-ink: #0f172a;
  --hc-muted: #526172;
  --hc-link: #0e7490;
  background: #fff;
  color: var(--hc-ink);
  min-height: 70vh;
}
html[data-theme="dark"] .hc-shell {
  --hc-link: #22d3ee;
}
.hc-masthead {
  background: linear-gradient(180deg, #f2f9ff 0%, #fff 100%);
  border-bottom: 1px solid var(--hc-line);
  padding: 36px 0 42px;
}
.hc-brandline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #0c4a6e;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 24px;
}
.hc-brandline .material-symbols-outlined {
  font-size: 23px;
}
.hc-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  max-width: 760px;
  background: #fff;
  border: 1px solid rgba(14, 116, 144, 0.28);
  border-radius: 14px;
  padding: 8px 9px 8px 16px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}
.hc-search:focus-within {
  border-color: #0e7490;
  box-shadow:
    0 0 0 4px rgba(14, 116, 144, 0.12),
    0 18px 42px rgba(15, 23, 42, 0.08);
}
.hc-search input {
  border: 0;
  background: transparent;
  color: var(--hc-ink);
  font:
    500 1rem/1.5 Inter,
    system-ui,
    sans-serif;
  min-width: 0;
  outline: 0;
  padding: 8px 0;
}
.hc-search button,
.hc-chat__handoff button {
  background: #0c4a6e;
  border: 0;
  border-radius: 9px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  min-height: 42px;
  padding: 0 18px;
}
.hc-search-results {
  background: #fff;
  border: 1px solid var(--hc-line);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
  max-width: 760px;
  margin-top: 8px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 60;
}
.hc-search-results a {
  align-items: flex-start;
  border-bottom: 1px solid var(--hc-line);
  color: var(--hc-ink);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 14px 16px;
  text-decoration: none;
}
.hc-search-results a:last-child {
  border-bottom: 0;
}
.hc-search-results strong,
.hc-search-results small {
  display: block;
}
.hc-search-results small {
  color: var(--hc-muted);
  margin-top: 3px;
}
.hc-main {
  padding-bottom: 88px;
}
.hc-intro {
  max-width: 760px;
  padding: 68px 0 44px;
}
.hc-intro h1,
.hc-category-header h1,
.hc-article-header h1 {
  color: var(--hc-ink);
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.035em;
}
.hc-intro h1 {
  font-size: clamp(2.15rem, 4.8vw, 4rem);
  line-height: 1.04;
  margin: 8px 0 20px;
}
.hc-intro > p:last-child,
.hc-category-header p,
.hc-article-header > p {
  color: var(--hc-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}
.hc-eyebrow {
  color: #0e7490;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  margin: 0;
  text-transform: uppercase;
}
.hc-section {
  padding: 32px 0;
}
.hc-section__heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.hc-section__heading h2,
.hc-support-callout h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: -0.025em;
  margin: 6px 0 0;
}
.hc-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
}
.hc-category {
  align-items: flex-start;
  border-top: 1px solid var(--hc-line);
  color: var(--hc-ink);
  display: grid;
  gap: 16px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 24px 4px;
  text-decoration: none;
  transition:
    color 0.18s,
    transform 0.18s;
}
.hc-category:hover {
  color: #0e7490;
  transform: translateX(3px);
}
.hc-category__icon {
  background: var(--hc-soft);
  border-radius: 10px;
  color: #0e7490;
  font-size: 24px;
  padding: 10px;
}
.hc-category__copy strong,
.hc-category__copy span,
.hc-category__copy small {
  display: block;
}
.hc-category__copy strong {
  font-size: 1.05rem;
}
.hc-category__copy span {
  color: var(--hc-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin-top: 5px;
}
.hc-category__copy small {
  color: #64748b;
  font-size: 0.78rem;
  margin-top: 10px;
}
.hc-category__arrow {
  font-size: 20px;
  margin-top: 10px;
}
.hc-article-list {
  border-top: 1px solid var(--hc-line);
}
.hc-article-list a {
  align-items: center;
  border-bottom: 1px solid var(--hc-line);
  color: var(--hc-ink);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 20px 4px;
  text-decoration: none;
}
.hc-article-list a:hover {
  color: #0e7490;
}
.hc-article-body a,
.hc-related a,
.hc-article-nav a,
.hc-breadcrumbs a {
  color: var(--hc-link);
  text-decoration-color: color-mix(in srgb, var(--hc-link) 45%, transparent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.hc-article-body a:hover,
.hc-related a:hover,
.hc-article-nav a:hover,
.hc-breadcrumbs a:hover {
  text-decoration-color: currentColor;
}
.hc-article-list strong,
.hc-article-list small {
  display: block;
}
.hc-article-list small {
  color: var(--hc-muted);
  line-height: 1.55;
  margin-top: 5px;
}
.hc-support-callout {
  align-items: center;
  background: #eaf6fb;
  border: 1px solid rgba(14, 116, 144, 0.16);
  border-radius: 20px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 64px;
  padding: 34px 38px;
}
.hc-support-callout p:not(.hc-eyebrow) {
  color: #334155;
  line-height: 1.6;
  max-width: 680px;
}
.hc-empty {
  border-bottom: 1px solid var(--hc-line);
  border-top: 1px solid var(--hc-line);
  padding: 48px 0;
}
.hc-breadcrumbs {
  align-items: center;
  color: #64748b;
  display: flex;
  font-size: 0.84rem;
  gap: 9px;
  overflow: auto;
  padding: 28px 0 0;
  white-space: nowrap;
}
.hc-breadcrumbs a {
  color: #0e7490;
  text-decoration: none;
}
.hc-category-header {
  align-items: flex-start;
  display: flex;
  gap: 22px;
  max-width: 800px;
  padding: 48px 0 38px;
}
.hc-category-header > .material-symbols-outlined {
  background: var(--hc-soft);
  border-radius: 14px;
  color: #0e7490;
  font-size: 34px;
  padding: 14px;
}
.hc-category-header h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0 0 10px;
}
.hc-article-list--category {
  max-width: 850px;
}
.hc-article-layout {
  display: grid;
  gap: 88px;
  grid-template-areas: "article navigation";
  grid-template-columns: minmax(0, 720px) 240px;
  padding-top: 0;
}
.hc-article {
  grid-area: article;
}
.hc-article-header {
  padding: 48px 0 40px;
}
.hc-article-header h1 {
  font-size: clamp(2.1rem, 4.5vw, 3.45rem);
  line-height: 1.06;
  margin: 0 0 20px;
}
.hc-article-body {
  color: #27364a;
  font:
    400 1.03rem/1.82 Inter,
    system-ui,
    sans-serif;
}
.hc-article-section {
  padding: 0;
}
.hc-article-section + .hc-article-section {
  margin-top: 64px;
}
.hc-article-section h2 {
  color: var(--hc-ink);
  font-size: 1.65rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 22px;
}
.hc-article-section h3 {
  color: var(--hc-ink);
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 3px 0 14px;
}
.hc-article-section p {
  margin: 0;
}
.hc-article-section ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}
.hc-steps {
  display: grid;
  gap: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hc-step {
  display: grid;
  gap: 18px;
  grid-template-columns: 36px minmax(0, 1fr);
}
.hc-step__number {
  align-items: center;
  background: #0e7490;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 0.8rem;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.hc-step figure {
  margin: 30px 0 0;
}
.hc-step img {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.hc-step figcaption {
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.55;
  margin-top: 12px;
}
.hc-step__guidance {
  background: #f5f9fb;
  border-radius: 12px;
  display: grid;
  gap: 16px;
  margin-top: 24px;
  padding: 18px 20px;
}
.hc-note {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.hc-note p {
  line-height: 1.65;
  margin: 0;
}
.hc-note strong {
  color: #0c4a6e;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hc-troubleshooting {
  display: grid;
  gap: 10px;
}
.hc-troubleshooting details {
  background: #f8fafc;
  border-radius: 10px;
  padding: 16px 18px;
}
.hc-troubleshooting summary {
  color: var(--hc-ink);
  cursor: pointer;
  font-weight: 700;
}
.hc-troubleshooting details p {
  margin-top: 12px;
}
.hc-related {
  margin-top: 64px;
  padding: 0;
}
.hc-related h2 {
  font-size: 1.35rem;
  margin-bottom: 18px;
}
.hc-related a {
  color: #0e7490;
  display: block;
  padding: 8px 0;
  text-decoration: none;
}
.hc-article-nav {
  align-self: start;
  border-left: 1px solid var(--hc-line);
  grid-area: navigation;
  margin-top: 122px;
  padding: 4px 0 4px 22px;
  position: sticky;
  top: 110px;
}
.hc-article-nav > p {
  color: var(--hc-ink);
  font-size: 0.84rem;
  font-weight: 800;
  margin: 0 0 14px;
}
.hc-article-nav nav {
  display: grid;
  gap: 10px;
}
.hc-article-nav a {
  color: #526178;
  font-size: 0.84rem;
  line-height: 1.45;
  text-decoration: none;
}
.hc-article-nav a:hover {
  color: #0e7490;
}
.hc-article-help {
  align-items: center;
  background: #f2f9fc;
  border-radius: 14px;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: 72px;
  padding: 28px 30px;
}
.hc-article-help h2 {
  font-size: 1.35rem;
  margin: 0 0 6px;
}
.hc-article-help p {
  color: var(--hc-muted);
  line-height: 1.55;
  margin: 0;
}
.hc-article-help .btn {
  flex: 0 0 auto;
  min-height: 44px;
}
.hc-article-meta {
  color: #64748b;
  font-size: 0.8rem;
  margin-top: 24px;
  padding-bottom: 8px;
}
.hc-chat {
  inset: 0;
  position: fixed;
  z-index: 1200;
}
.hc-chat__backdrop {
  background: rgba(15, 23, 42, 0.36);
  inset: 0;
  position: absolute;
}
.hc-chat__panel {
  background: #fff;
  border: 1px solid var(--hc-line);
  border-radius: 18px;
  bottom: 20px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
  display: grid;
  grid-template-rows: auto minmax(160px, 1fr) auto auto auto;
  max-height: min(720px, calc(100vh - 40px));
  overflow: hidden;
  position: absolute;
  right: 20px;
  width: min(430px, calc(100vw - 40px));
}
.hc-chat__panel > header {
  align-items: center;
  border-bottom: 1px solid var(--hc-line);
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}
.hc-chat__panel > header p {
  color: #0e7490;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}
.hc-chat__panel > header h2 {
  font-size: 1.12rem;
  margin: 3px 0 0;
}
.hc-chat__panel > header button {
  background: transparent;
  border: 0;
  color: #334155;
  cursor: pointer;
  padding: 6px;
}
.hc-chat__messages {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: auto;
  padding: 18px;
}
.hc-chat__message {
  border-radius: 14px;
  line-height: 1.55;
  max-width: 88%;
  padding: 11px 13px;
  white-space: pre-wrap;
}
.hc-chat__message--assistant {
  align-self: flex-start;
  background: #f1f5f9;
  color: #1e293b;
}
.hc-chat__message--assistant p {
  margin: 0;
}
.hc-chat__message--assistant p + p {
  margin-top: 10px;
}
.hc-chat__article-link {
  color: var(--hc-link);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.hc-chat__message--user {
  align-self: flex-end;
  background: #0c4a6e;
  color: #fff;
}
.hc-chat__message--status {
  align-items: center;
  color: #64748b;
  display: inline-flex;
  font-size: 0.85rem;
  gap: 8px;
  padding: 5px 2px;
}
.hc-chat__spinner {
  animation: hc-chat-spin 0.8s linear infinite;
  border: 2px solid rgba(14, 116, 144, 0.2);
  border-radius: 999px;
  border-top-color: var(--hc-link);
  flex: 0 0 auto;
  height: 13px;
  width: 13px;
}
@keyframes hc-chat-spin {
  to {
    transform: rotate(360deg);
  }
}
.hc-chat__citations {
  display: grid;
  gap: 7px;
  margin-top: 10px;
}
.hc-chat__citations a {
  color: #0e7490;
  font-size: 0.82rem;
}
.hc-chat__handoff {
  background: #f8fafc;
  border-top: 1px solid var(--hc-line);
  padding: 13px 18px;
}
.hc-chat__handoff p {
  font-size: 0.86rem;
  margin: 0 0 9px;
}
.hc-chat__handoff button {
  font-size: 0.84rem;
  min-height: 38px;
}
.hc-chat__contact {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}
.hc-chat__contact label {
  color: #475569;
  font-size: 0.78rem;
  font-weight: 700;
}
.hc-chat__contact input {
  background: #fff;
  border: 1px solid var(--hc-line);
  border-radius: 9px;
  font: inherit;
  min-height: 40px;
  padding: 8px 10px;
  width: 100%;
}
.hc-chat__contact input:focus {
  border-color: var(--hc-link);
  box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.14);
  outline: 0;
}
.hc-chat__composer {
  align-items: end;
  border-top: 1px solid var(--hc-line);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 42px;
  padding: 12px;
}
.hc-chat__composer textarea {
  border: 1px solid var(--hc-line);
  border-radius: 10px;
  line-height: 1.45;
  max-height: calc(4.35em + 22px);
  min-height: 42px;
  overflow-y: hidden;
  padding: 10px 11px;
  resize: none;
}
.hc-chat__composer textarea:focus {
  outline: none;
}
.hc-chat__composer textarea.is-keyboard-focus:focus {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
}
.hc-chat__composer button {
  align-items: center;
  background: #0c4a6e;
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.hc-chat__notice {
  color: #64748b;
  font-size: 0.72rem;
  margin: 0;
  padding: 0 14px 12px;
  text-align: center;
}
@media (prefers-reduced-motion: reduce) {
  .hc-chat__spinner {
    animation: none;
  }
}
@media (max-width: 900px) {
  .hc-category-grid {
    grid-template-columns: 1fr;
  }
  .hc-article-layout {
    gap: 0;
    grid-template-areas:
      "navigation"
      "article";
    grid-template-columns: minmax(0, 1fr);
  }
  .hc-article-nav {
    border-bottom: 1px solid var(--hc-line);
    border-left: 0;
    margin-top: 30px;
    padding: 0 0 24px;
    position: static;
  }
  .hc-article-nav nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
  }
}
@media (max-width: 640px) {
  .hc-masthead {
    padding: 24px 0 30px;
  }
  .hc-search {
    grid-template-columns: auto minmax(0, 1fr);
    padding-right: 14px;
  }
  .hc-search button {
    display: none;
  }
  .hc-intro {
    padding: 46px 0 30px;
  }
  .hc-intro h1 {
    font-size: 2.35rem;
  }
  .hc-support-callout {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px 22px;
  }
  .hc-category {
    gap: 12px;
    padding: 20px 0;
  }
  .hc-category__arrow {
    display: none;
  }
  .hc-category-header {
    padding: 36px 0 28px;
  }
  .hc-article-header {
    padding: 36px 0 42px;
  }
  .hc-article-header h1 {
    font-size: 2.15rem;
    line-height: 1.08;
  }
  .hc-article-header > p {
    font-size: 1rem;
    line-height: 1.68;
  }
  .hc-article-body {
    font-size: 1rem;
    line-height: 1.78;
  }
  .hc-article-section + .hc-article-section {
    margin-top: 52px;
  }
  .hc-article-section h2 {
    font-size: 1.45rem;
    margin-bottom: 18px;
  }
  .hc-steps {
    gap: 48px;
  }
  .hc-step {
    gap: 14px;
    grid-template-columns: 30px minmax(0, 1fr);
  }
  .hc-step__number {
    height: 28px;
    width: 28px;
  }
  .hc-step figure {
    margin-top: 24px;
  }
  .hc-step__guidance {
    padding: 16px;
  }
  .hc-article-help {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-top: 56px;
    padding: 24px;
  }
  .hc-chat__panel {
    border-radius: 18px 18px 0 0;
    bottom: 0;
    left: 0;
    max-height: 88vh;
    right: 0;
    width: 100%;
  }
  .hc-chat__backdrop {
    background: rgba(15, 23, 42, 0.52);
  }
}
@media (max-width: 640px) {
  .hc-breadcrumbs {
    flex-wrap: wrap;
    line-height: 1.5;
    overflow: visible;
    white-space: normal;
  }
}
@media (min-width: 641px) {
  .hc-masthead--home {
    padding: 68px 0 74px;
  }
  .hc-masthead--home .hc-search {
    margin: 0 auto;
    max-width: 820px;
  }
  .hc-masthead--home .hc-search-results {
    left: 50%;
    max-width: 820px;
    transform: translateX(-50%);
    width: 100%;
  }
  .hc-home-hero {
    margin: 0 auto 30px;
    max-width: 820px;
    text-align: center;
  }
  .hc-home-hero h1 {
    color: var(--hc-ink);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.7rem, 5vw, 4.6rem);
    letter-spacing: -0.045em;
    line-height: 1;
    margin: 10px 0 18px;
  }
  .hc-home-hero > p:last-child {
    color: var(--hc-muted);
    font-size: 1.08rem;
    margin: 0;
  }
  .hc-home-layout {
    display: grid;
    gap: 64px;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    padding: 64px 0 20px;
  }
  .hc-home-layout .hc-section__heading {
    margin-bottom: 24px;
  }
  .hc-home-layout .hc-section__heading h2 {
    font-size: 1.85rem;
  }
  .hc-home-article-list {
    border-top: 1px solid var(--hc-line);
  }
  .hc-home-article {
    background: linear-gradient(135deg, #f5fbff 0%, #eef8fb 100%);
    border-bottom: 1px solid rgba(14, 116, 144, 0.16);
    color: var(--hc-ink);
    display: grid;
    gap: 24px;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 34px 32px;
    text-decoration: none;
  }
  .hc-home-article:hover .hc-home-article__copy > b {
    gap: 10px;
  }
  .hc-home-article__icon {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(14, 116, 144, 0.14);
    border-radius: 50%;
    color: #0e7490;
    display: flex;
    font-size: 28px;
    height: 58px;
    justify-content: center;
    width: 58px;
  }
  .hc-home-article__copy > small,
  .hc-home-article__copy > strong,
  .hc-home-article__copy > span,
  .hc-home-article__copy > b {
    display: block;
  }
  .hc-home-article__copy > small {
    color: #0e7490;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }
  .hc-home-article__copy > strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.55rem;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-top: 9px;
  }
  .hc-home-article__copy > span {
    color: var(--hc-muted);
    line-height: 1.65;
    margin-top: 12px;
  }
  .hc-home-article__copy > b {
    align-items: center;
    color: #0e7490;
    display: flex;
    font-size: 0.88rem;
    gap: 6px;
    margin-top: 20px;
    transition: gap 0.18s;
  }
  .hc-home-article__copy > b .material-symbols-outlined {
    font-size: 18px;
  }
  .hc-home-area-list {
    border-top: 1px solid var(--hc-line);
  }
  .hc-home-area {
    align-items: center;
    border-bottom: 1px solid var(--hc-line);
    color: var(--hc-ink);
    display: grid;
    gap: 14px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    padding: 18px 2px;
    text-decoration: none;
  }
  .hc-home-area:hover {
    color: #0e7490;
  }
  .hc-home-area > span:first-child {
    color: #0e7490;
    font-size: 23px;
  }
  .hc-home-area strong,
  .hc-home-area small {
    display: block;
  }
  .hc-home-area small {
    color: #64748b;
    font-size: 0.76rem;
    margin-top: 3px;
  }
  .hc-home-area > span:last-child {
    font-size: 19px;
  }
  .hc-home-layout + .hc-support-callout {
    margin-top: 48px;
  }
}
@media (max-width: 640px) {
  .hc-masthead--home {
    padding: 36px 0 40px;
  }
  .hc-home-hero {
    margin: 0 0 24px;
    text-align: left;
  }
  .hc-home-hero h1 {
    color: var(--hc-ink);
    font-family: "Space Grotesk", sans-serif;
    font-size: 2.55rem;
    letter-spacing: -0.04em;
    line-height: 1.05;
    margin: 8px 0 14px;
  }
  .hc-home-hero > p:last-child {
    color: var(--hc-muted);
    line-height: 1.6;
    margin: 0;
  }
  .hc-home-layout {
    padding: 42px 0 8px;
  }
  .hc-home-guides,
  .hc-home-areas {
    margin-bottom: 42px;
  }
  .hc-home-layout .hc-section__heading {
    margin-bottom: 18px;
  }
  .hc-home-layout .hc-section__heading h2 {
    font-size: 1.65rem;
  }
  .hc-home-article-list,
  .hc-home-area-list {
    border-top: 1px solid var(--hc-line);
  }
  .hc-home-article {
    background: #f3f9fc;
    border-bottom: 1px solid rgba(14, 116, 144, 0.16);
    color: var(--hc-ink);
    display: grid;
    gap: 15px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 24px 18px;
    text-decoration: none;
  }
  .hc-home-article__icon {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: #0e7490;
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px;
  }
  .hc-home-article__copy > small,
  .hc-home-article__copy > strong,
  .hc-home-article__copy > span,
  .hc-home-article__copy > b {
    display: block;
  }
  .hc-home-article__copy > small {
    color: #0e7490;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .hc-home-article__copy > strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.26rem;
    line-height: 1.25;
    margin-top: 7px;
  }
  .hc-home-article__copy > span {
    color: var(--hc-muted);
    font-size: 0.9rem;
    line-height: 1.55;
    margin-top: 9px;
  }
  .hc-home-article__copy > b {
    align-items: center;
    color: #0e7490;
    display: flex;
    font-size: 0.82rem;
    gap: 4px;
    margin-top: 15px;
  }
  .hc-home-article__copy > b .material-symbols-outlined {
    font-size: 17px;
  }
  .hc-home-area {
    align-items: center;
    border-bottom: 1px solid var(--hc-line);
    color: var(--hc-ink);
    display: grid;
    gap: 12px;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    padding: 16px 0;
    text-decoration: none;
  }
  .hc-home-area > span:first-child {
    color: #0e7490;
    font-size: 22px;
  }
  .hc-home-area strong,
  .hc-home-area small {
    display: block;
  }
  .hc-home-area small {
    color: #64748b;
    font-size: 0.74rem;
    margin-top: 2px;
  }
  .hc-home-area > span:last-child {
    font-size: 18px;
  }
  .hc-home-layout + .hc-support-callout {
    margin-top: 14px;
  }
}
.hc-home-article__link {
  align-items: center !important;
  color: #0e7490 !important;
  display: flex !important;
  font-size: 0.88rem;
  gap: 6px;
  line-height: 1.2 !important;
  margin-top: 20px !important;
  transition: gap 0.18s;
}
.hc-home-article:hover .hc-home-article__link {
  gap: 10px;
}
.hc-home-article__link .material-symbols-outlined {
  font-size: 18px;
}
@media (max-width: 640px) {
  .hc-home-article__link {
    font-size: 0.82rem;
    margin-top: 15px !important;
  }
  .hc-home-article__link .material-symbols-outlined {
    font-size: 17px;
  }
}
