.hub-page {
  box-sizing: border-box;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 38px 0 52px;
  color: #172033;
  overflow-wrap: anywhere;
}
.hub-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: #718096;
  font-size: 14px;
}
.hub-breadcrumb a {
  color: #718096;
  text-decoration: none;
}
.hub-breadcrumb a:hover {
  color: #2a66eb;
}
.hub-breadcrumb strong {
  overflow: hidden;
  color: #445268;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hub-breadcrumb span {
  color: #aab4c2;
}
.hub-kicker {
  display: block;
  margin-bottom: 9px;
  color: #2a66eb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 32px;
  align-items: center;
  margin-bottom: 22px;
  padding: 36px 38px;
  border: 1px solid #cfddf5;
  border-radius: 22px;
  background: linear-gradient(115deg, #fff, #f0f5ff);
}
.hub-hero > div,
.hub-article,
.hub-article > header,
.hub-article-layout > * {
  min-width: 0;
}
.hub-hero h1,
.faq-hero h1 {
  max-width: 850px;
  margin: 0 0 12px;
  color: #172033;
  font-size: 36px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.hub-hero > div > p,
.faq-hero > p {
  max-width: 760px;
  margin: 0;
  color: #596b83;
  font-size: 16px;
  line-height: 1.62;
}
.hub-hero aside {
  padding: 20px;
  border: 1px solid #d4e0f1;
  border-radius: 15px;
  background: #fff;
}
.hub-hero aside strong,
.hub-hero aside span {
  display: block;
}
.hub-hero aside strong {
  color: #29394f;
  font-size: 16px;
  font-weight: 650;
}
.hub-hero aside span {
  margin-top: 6px;
  color: #65758a;
  font-size: 14px;
  line-height: 1.55;
}
.hub-hero aside a {
  display: inline-block;
  margin-top: 14px;
  color: #2861be;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.hub-card-cover img,
.hub-article figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hub-card-cover img {
  box-sizing: border-box;
  height: auto;
  padding: 0;
  background: #fff;
}
.hub-card-cover.is-placeholder {
  display: grid;
  place-items: center;
  min-height: 190px;
  background: #f7f8fa;
}
.hub-card-cover.is-placeholder span {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 23px;
  background: #2f6bee;
  color: #fff;
  font-size: 48px;
  font-weight: 350;
}
.hub-category {
  color: #2a66eb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hub-grid small {
  margin-top: 18px;
  color: #8290a2;
  font-size: 13px;
}
.hub-section-head {
  margin-bottom: 17px;
}
.hub-section-head span {
  color: #2a66eb;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.hub-section-head h2 {
  margin: 6px 0 0;
  font-size: 27px;
  font-weight: 680;
}
.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.hub-grid article {
  overflow: hidden;
  border: 1px solid #d8e2ee;
  border-radius: 17px;
  background: #fff;
}
.hub-card-cover {
  display: block;
  height: auto;
  min-height: 0;
  background: #fff;
}
.hub-card-cover.is-placeholder span {
  width: 58px;
  height: 58px;
  border-radius: 17px;
  font-size: 33px;
}
.hub-grid article > div {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.hub-grid h3 {
  margin: 8px 0;
}
.hub-grid h3 a {
  color: #26354a;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 650;
  text-decoration: none;
}
.hub-grid p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #617188;
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-wrap: anywhere;
}
.hub-grid small {
  display: block;
}
.hub-card-read {
  display: inline-block;
  margin-top: 14px;
  color: #285fac;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.hub-empty {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 34px;
  border: 1px solid #d6e2f1;
  border-radius: 20px;
  background: #fff;
}
.hub-empty > span {
  display: grid;
  place-items: center;
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  border-radius: 23px;
  background: #edf3fd;
  color: #2a66eb;
  font-size: 45px;
  font-weight: 350;
}
.hub-empty small {
  color: #2a66eb;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.hub-empty h2 {
  margin: 7px 0 8px;
  font-size: 25px;
  font-weight: 680;
}
.hub-empty p {
  max-width: 800px;
  margin: 0;
  color: #607087;
  font-size: 15px;
  line-height: 1.65;
}
.hub-empty div div {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.hub-empty a {
  padding: 11px 15px;
  border: 1px solid #bfcfe6;
  border-radius: 9px;
  color: #34506f;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.hub-empty a:first-child {
  border-color: #4d78c1;
  background: #4d78c1;
  color: #fff;
}
.hub-article {
  max-width: 1120px;
  margin: 0 auto;
}
.hub-article > header {
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
}
.hub-article h1 {
  margin: 11px 0 13px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -1px;
}
.hub-article header p {
  margin: 0;
  color: #5d6e85;
  font-size: 17px;
  line-height: 1.65;
}
.hub-article header small {
  display: block;
  margin-top: 15px;
  color: #7c8999;
  font-size: 14px;
}
.hub-article figure {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto 26px;
  padding: 0;
  border-radius: 20px;
  background: #fff;
}
.hub-article figure img {
  width: 100%;
  height: auto;
  object-fit: initial;
}
.hub-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  max-width: 900px;
  margin: 0 auto;
}
.hub-article-body {
  color: #40516a;
  font-size: 16px;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.hub-article-body h2,
.hub-article-body h3 {
  color: #223148;
  line-height: 1.3;
}
.hub-article-body h2 {
  margin: 32px 0 12px;
  font-size: 27px;
}
.hub-article-body h3 {
  margin: 25px 0 9px;
  font-size: 20px;
}
.hub-article-body p {
  margin: 0 0 18px;
}
.hub-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.hub-article-body a {
  color: #2261d2;
}
.hub-article-layout aside {
  position: static;
  width: 100%;
  box-sizing: border-box;
  padding: 21px;
  border: 1px solid #d7e2ef;
  border-radius: 16px;
  background: #f5f8fc;
}
.hub-article-layout aside strong {
  font-size: 16px;
  font-weight: 650;
}
.hub-article-layout aside p {
  margin: 7px 0 15px;
  color: #617188;
  font-size: 14px;
  line-height: 1.55;
}
.hub-article-layout aside a {
  display: block;
  padding: 11px 0;
  border-top: 1px solid #dce5ef;
  color: #285fac;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.faq-hero {
  margin-bottom: 20px;
  padding: 34px 38px;
  border: 1px solid #cfddf5;
  border-radius: 22px;
  background: linear-gradient(115deg, #fff, #f0f5ff);
}
.faq-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}
.faq-nav {
  position: sticky;
  top: 170px;
  display: grid;
  overflow: hidden;
  border: 1px solid #d8e2ee;
  border-radius: 17px;
  background: #fff;
}
.faq-nav > strong {
  padding: 18px 18px 11px;
  font-size: 14px;
  font-weight: 650;
}
.faq-nav > a {
  display: flex;
  gap: 10px;
  padding: 11px 18px;
  color: #52637a;
  font-size: 14px;
  text-decoration: none;
}
.faq-nav > a span {
  color: #91a0b3;
  font-size: 12px;
  font-weight: 650;
}
.faq-nav > a:hover {
  background: #edf4ff;
  color: #245fcf;
}
.faq-nav aside {
  margin: 12px;
  padding: 16px;
  border-radius: 12px;
  background: #edf4ff;
}
.faq-nav aside small {
  color: #2a66eb;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.faq-nav aside p {
  margin: 6px 0 10px;
  color: #56677e;
  font-size: 14px;
  line-height: 1.5;
}
.faq-nav aside a {
  color: #245fcf;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.faq-content {
  display: grid;
  gap: 16px;
}
.faq-content > section {
  scroll-margin-top: 180px;
  padding: 27px 29px;
  border: 1px solid #d8e2ee;
  border-radius: 19px;
  background: #fff;
}
.faq-content h2 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 680;
}
.faq-content details {
  border-top: 1px solid #e0e7ef;
}
.faq-content summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 2px;
  color: #314157;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.faq-content summary::-webkit-details-marker {
  display: none;
}
.faq-content summary i {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.faq-content summary i:before,
.faq-content summary i:after {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #718299;
  content: "";
}
.faq-content summary i:after {
  transform: rotate(90deg);
  transition: transform 0.16s;
}
.faq-content details[open] summary {
  color: #245fcf;
}
.faq-content details[open] summary i:after {
  transform: rotate(0);
}
.faq-content details p {
  max-width: 850px;
  margin: -3px 32px 17px 2px;
  color: #5c6d84;
  font-size: 15px;
  line-height: 1.65;
}
@media (max-width: 1000px) {
  .hub-hero {
    grid-template-columns: minmax(0, 1fr) 310px;
  }
  .hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .faq-layout {
    grid-template-columns: 230px minmax(0, 1fr);
  }
}
@media (max-width: 800px) {
  .hub-hero,
  .hub-article-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .hub-article-layout aside,
  .faq-nav {
    position: static;
  }
  .faq-nav > a {
    display: none;
  }
  .faq-nav > strong {
    display: none;
  }
  .hub-grid {
    grid-template-columns: 1fr;
  }
  .hub-card-cover {
    height: 250px;
  }
}
@media (max-width: 700px) {
  .hub-page {
    width: calc(100% - 24px);
    padding-top: 25px;
    padding-bottom: 36px;
  }
  .hub-hero,
  .faq-hero {
    padding: 25px 20px;
    border-radius: 18px;
  }
  .hub-hero h1,
  .faq-hero h1 {
    font-size: 30px;
  }
  .hub-hero > div > p,
  .faq-hero > p {
    font-size: 15px;
  }
  .hub-empty {
    align-items: flex-start;
    flex-direction: column;
    padding: 25px 20px;
  }
  .hub-empty div div {
    align-items: stretch;
    flex-direction: column;
  }
  .hub-article h1 {
    font-size: 31px;
  }
  .hub-article header p {
    font-size: 15px;
  }
  .hub-article figure {
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 16px;
  }
  .hub-article-body {
    font-size: 15px;
  }
  .faq-content > section {
    padding: 23px 18px;
  }
  .faq-content h2 {
    font-size: 22px;
  }
  .faq-content summary,
  .faq-content details p {
    font-size: 14px;
  }
  .faq-content details p {
    margin-right: 24px;
  }
}

/* AutoHub and FAQ keep the same readable minimum used across the storefront. */
.hub-kicker,
.hub-category,
.hub-section-head span,
.hub-empty small,
.hub-grid small,
.faq-nav > a span,
.faq-nav aside small {
  font-size: 14px;
}

/* Match the FAQ page title to the standard information-page heading. */
.faq-page .faq-hero h1 {
  font-size: 30px;
  line-height: 1.16;
  letter-spacing: -0.75px;
}
