.shipping-knowledge-page {
  --knowledge-ink: #0c1b45;
  --knowledge-copy: #3f4c70;
  --knowledge-blue: #2463eb;
  --knowledge-soft-blue: #f2f6ff;
  --knowledge-line: #e4eaf5;
  background: #fff;
  color: var(--knowledge-ink);
}

.shipping-knowledge-page > .footer-cta,
.shipping-knowledge-page > .sticky-cta {
  display: none !important;
}

.shipping-knowledge-page .portal-footer {
  margin-top: 0;
}

.knowledge-main {
  background: #fff;
}

.knowledge-main [hidden] {
  display: none !important;
}

.knowledge-main .container {
  width: min(1180px, calc(100% - 48px));
  padding-left: 0;
  padding-right: 0;
}

.knowledge-main .container::before,
.knowledge-main .container::after {
  display: none;
  content: none;
}

@media (min-width: 992px) {
  .knowledge-main .container {
    width: min(1180px, calc(100% - 140px));
  }
}

.knowledge-main h1,
.knowledge-main h2,
.knowledge-main h3,
.knowledge-main p {
  margin-top: 0;
}

.knowledge-main a,
.knowledge-main button,
.knowledge-main input {
  transition: border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.knowledge-main a:focus-visible,
.knowledge-main button:focus-visible,
.knowledge-main input:focus-visible {
  outline: 3px solid rgba(36, 99, 235, 0.26);
  outline-offset: 3px;
}

.knowledge-hero {
  overflow: hidden;
  border-bottom: 1px solid #edf1f8;
  background:
    radial-gradient(circle at 68% 38%, rgba(116, 147, 255, 0.16), transparent 29%),
    radial-gradient(circle at 26% 12%, rgba(124, 178, 255, 0.12), transparent 24%),
    linear-gradient(135deg, #f7f9ff 0%, #f4f7ff 48%, #fbfcff 100%);
}

.knowledge-hero__layout {
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(510px, 1.14fr);
  gap: 28px;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 22px;
}

.knowledge-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 510px;
}

.knowledge-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #0b5ee8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.knowledge-hero h1 {
  margin-bottom: 12px;
  color: var(--knowledge-ink);
  font-size: clamp(42px, 4.15vw, 58px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.knowledge-hero h1 em {
  color: #2e66ef;
  font-style: normal;
  background: linear-gradient(90deg, #2c63ed 0%, #6c5ce7 62%, #17b979 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.knowledge-hero__copy > p {
  max-width: 480px;
  margin-bottom: 14px;
  color: var(--knowledge-copy);
  font-size: 14px;
  line-height: 1.55;
}

.knowledge-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(101, 126, 179, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 32px rgba(42, 67, 126, 0.09);
}

.knowledge-search:focus-within {
  border-color: rgba(36, 99, 235, 0.55);
  box-shadow: 0 12px 34px rgba(36, 99, 235, 0.14);
}

.knowledge-search > .glyphicon {
  flex: 0 0 auto;
  margin-left: 18px;
  color: #7482a1;
  font-size: 15px;
}

.knowledge-search input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 44px 0 12px;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--knowledge-ink);
  font-size: 15px;
}

.knowledge-search input::placeholder {
  color: #7a87a4;
}

.knowledge-search__clear {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 34px;
  height: 34px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: #eef3ff;
  color: #4c5d83;
  font-size: 20px;
  line-height: 1;
}

.knowledge-popular {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  width: 520px;
  max-width: calc(100vw - 48px);
  margin-top: 10px;
  color: #526181;
  font-size: 10.5px;
}

.knowledge-popular > span:first-child {
  margin-right: 2px;
}

.knowledge-popular button {
  min-height: 26px;
  padding: 4px 9px;
  border: 1px solid #e1e7f3;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  color: #4b5876;
  font-size: 10.5px;
  line-height: 1;
}

.knowledge-popular button:hover {
  border-color: #abc3fb;
  background: #fff;
  color: var(--knowledge-blue);
}

.knowledge-network {
  position: relative;
  min-height: 330px;
  align-self: stretch;
}

.knowledge-network__background {
  position: absolute;
  inset: 0 -35px auto;
  z-index: 0;
  width: calc(100% + 70px);
  height: 306px;
  object-fit: contain;
  pointer-events: none;
}

.knowledge-network__carriers,
.knowledge-network__hub,
.knowledge-network__audiences > div {
  border: 1px solid rgba(97, 122, 179, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 30px rgba(37, 60, 111, 0.11);
  backdrop-filter: blur(5px);
}

.knowledge-network__carriers {
  position: absolute;
  left: 1%;
  top: 66px;
  z-index: 2;
  width: 108px;
  padding: 14px 14px 12px;
  border-radius: 12px;
}

.knowledge-network__carriers strong {
  display: block;
  margin-bottom: 11px;
  color: #2d67e8;
  font-size: 9px;
}

.knowledge-network__carriers img {
  display: block;
  width: 54px;
  height: 24px;
  margin: 0 auto 5px;
  object-fit: contain;
}

.knowledge-network__carriers > span {
  display: block;
  margin-top: 6px;
  color: #2e3a59;
  font-size: 9px;
  font-weight: 700;
}

.knowledge-network__hub {
  position: absolute;
  left: 50%;
  top: 142px;
  z-index: 2;
  display: flex;
  width: 128px;
  height: 128px;
  min-height: 0;
  padding: 16px 14px;
  transform: translate(-50%, -50%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
}

.knowledge-network__hub img {
  display: block;
  width: 78px;
  height: 43px;
  margin: 0 auto 3px;
  object-fit: contain;
}

.knowledge-network__hub > span {
  color: #10172c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.knowledge-network__hub > span > span {
  color: #16a768;
}

.knowledge-network__audiences {
  position: absolute;
  right: 0;
  top: 44px;
  z-index: 2;
  display: grid;
  gap: 12px;
  width: 150px;
}

.knowledge-network__audiences > div {
  min-height: 65px;
  padding: 11px 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.knowledge-network__audiences .glyphicon {
  width: 30px;
  color: #1764ed;
  font-size: 24px;
  text-align: center;
}

.knowledge-network__audiences strong {
  color: #14203e;
  font-size: 10px;
  line-height: 1.35;
}

.knowledge-network__benefits {
  position: absolute;
  left: 11%;
  right: 0;
  bottom: 3px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.knowledge-network__benefits > div,
.knowledge-trust-strip > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.knowledge-network__benefits .glyphicon,
.knowledge-trust-strip .glyphicon {
  flex: 0 0 auto;
  color: #1764ed;
  font-size: 19px;
  line-height: 1.2;
}

.knowledge-network__benefits p,
.knowledge-trust-strip p {
  min-width: 0;
  margin: 0;
}

.knowledge-network__benefits strong,
.knowledge-network__benefits small,
.knowledge-trust-strip strong,
.knowledge-trust-strip small {
  display: block;
}

.knowledge-network__benefits strong {
  margin-bottom: 3px;
  color: #1a2749;
  font-size: 9px;
  line-height: 1.2;
}

.knowledge-network__benefits small {
  color: #64708e;
  font-size: 8px;
  line-height: 1.35;
}

.knowledge-faq {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid #e6ebf5;
}

.knowledge-faq > h2 {
  margin-bottom: 16px;
  color: #132140;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.knowledge-faq__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.knowledge-faq details {
  padding: 16px;
  border: 1px solid #e4eaf4;
  border-radius: 12px;
  background: #fff;
}

.knowledge-faq summary {
  cursor: pointer;
  color: #182645;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}

.knowledge-faq details p {
  margin: 12px 0 0;
  color: #5e6b87;
  font-size: 11px;
  line-height: 1.55;
}

.knowledge-section {
  padding: 20px 0 0;
}

.knowledge-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.knowledge-section__head h2 {
  margin-bottom: 6px;
  color: var(--knowledge-ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.knowledge-section__head p {
  margin-bottom: 0;
  color: #586683;
  font-size: 13px;
}

.knowledge-section__star {
  margin-right: 6px;
  color: #2463eb;
  font-size: 18px;
}

.knowledge-section__head--split > a {
  color: #1f62ed;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.knowledge-section__head--split > a:hover {
  color: #1149bb;
}

.knowledge-view-all {
  display: inline-flex;
  min-height: 38px;
  padding: 6px 8px 6px 14px;
  align-items: center;
  gap: 8px;
  border: 1px solid #d8e2f7;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(35, 70, 145, 0.07);
}

.knowledge-view-all:hover {
  border-color: #aac2f6;
  background: #f8faff;
  box-shadow: 0 10px 24px rgba(35, 70, 145, 0.11);
}

.knowledge-view-all__count {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #edf3ff;
  color: #245bd1;
  font-size: 10px;
  line-height: 1;
}

.knowledge-view-all__arrow {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2463eb;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.knowledge-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.knowledge-featured-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--knowledge-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(29, 49, 94, 0.045);
}

.knowledge-featured-card:hover {
  transform: translateY(-3px);
  border-color: #cdd9f2;
  box-shadow: 0 18px 38px rgba(29, 49, 94, 0.1);
}

.knowledge-featured-card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.knowledge-featured-card__media {
  position: relative;
  height: 168px;
  overflow: hidden;
  background: #f2f5fd;
}

.knowledge-featured-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.knowledge-featured-card__status {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 5px 9px;
  border: 1px solid currentColor;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.94) !important;
  font-size: 10px;
  font-weight: 800;
}

.knowledge-featured-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 16px 14px;
}

.knowledge-featured-card h3 {
  min-height: 68px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #111d3d;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.knowledge-featured-card p {
  height: 58px;
  min-height: 58px;
  margin-bottom: 18px;
  overflow: hidden;
  color: #52607e;
  font-size: 12px;
  line-height: 1.55;
}

html:not([lang="en"]) .knowledge-featured-card h3 > .i18n-zh,
html[lang="en"] .knowledge-featured-card h3 > .i18n-en,
html:not([lang="en"]) .knowledge-featured-card p > .i18n-zh,
html[lang="en"] .knowledge-featured-card p > .i18n-en {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.knowledge-featured-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  color: #586580;
  font-size: 10px;
}

.knowledge-category-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
  min-height: 23px;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.knowledge-topics {
  padding-top: 38px;
  scroll-margin-top: 82px;
}

.knowledge-topic-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
}

.knowledge-topic-card {
  min-width: 0;
  min-height: 112px;
  padding: 15px 8px 12px;
  border: 1px solid var(--knowledge-line);
  border-radius: 13px;
  background: #fff;
  color: var(--knowledge-ink);
  text-align: center;
}

.knowledge-topic-card:hover,
.knowledge-topic-card[aria-pressed="true"] {
  transform: translateY(-2px);
  border-color: currentColor;
  box-shadow: 0 13px 28px rgba(30, 57, 118, 0.09);
}

.knowledge-topic-card[aria-pressed="true"] {
  background: #f7f9ff;
}

.knowledge-topic-card__icon {
  display: flex;
  width: 38px;
  height: 38px;
  margin: 0 auto 11px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--knowledge-tone-color, #2463eb);
  color: #fff;
  font-size: 20px;
}

.knowledge-topic-card__label {
  display: block;
  color: #14203e;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.knowledge-latest {
  padding-top: 42px;
  scroll-margin-top: 82px;
}

.knowledge-filter-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: -4px 0 12px;
  padding: 10px 13px;
  border-radius: 10px;
  background: #f4f7fe;
  color: #445475;
  font-size: 12px;
}

.knowledge-filter-summary button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #1f62ed;
  font-weight: 700;
}

.knowledge-guide-list {
  overflow: hidden;
  border: 1px solid var(--knowledge-line);
  border-radius: 14px;
  background: #fff;
}

.knowledge-guide-row + .knowledge-guide-row {
  border-top: 1px solid #edf1f7;
}

.knowledge-guide-row > a {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 100px 145px 18px;
  gap: 14px;
  min-height: 74px;
  padding: 11px 16px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.knowledge-guide-row > a:hover {
  background: #f9fbff;
}

.knowledge-guide-row__icon {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 18px;
}

.knowledge-guide-row__content {
  min-width: 0;
}

.knowledge-guide-row__content strong,
.knowledge-guide-row__content > span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.knowledge-guide-row__content strong {
  margin-bottom: 4px;
  color: #152241;
  font-size: 13px;
  font-weight: 750;
}

.knowledge-guide-row__content > span {
  color: #5d6985;
  font-size: 10px;
}

.knowledge-guide-row__details {
  display: block;
  color: #5b6883;
  font-size: 9px;
  line-height: 1.5;
}

.knowledge-guide-row__details > span,
.knowledge-guide-row__details time {
  display: block;
}

.knowledge-guide-row__arrow {
  color: #314a7c;
  font-size: 22px;
  line-height: 1;
  text-align: right;
}

.knowledge-empty {
  padding: 46px 24px;
  border: 1px solid var(--knowledge-line);
  border-radius: 14px;
  background: #fbfcff;
  text-align: center;
}

.knowledge-empty > .glyphicon {
  margin-bottom: 13px;
  color: #6084da;
  font-size: 28px;
}

.knowledge-empty h3 {
  margin-bottom: 7px;
  font-size: 19px;
  font-weight: 800;
}

.knowledge-empty p {
  margin-bottom: 17px;
  color: #65718b;
}

.knowledge-load-more-wrap {
  display: flex;
  margin-top: 18px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.knowledge-list-progress {
  display: grid;
  width: min(320px, 100%);
  gap: 7px;
  color: #68748f;
  font-size: 10px;
  line-height: 1.3;
}

.knowledge-list-progress__track {
  display: block;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8eef9;
}

.knowledge-list-progress__track > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2463eb, #6b65e8);
  transition: width 0.2s ease;
}

.knowledge-load-more {
  min-height: 42px;
  padding: 9px 22px;
  border: 1px solid #b9c9ed;
  border-radius: 999px;
  background: #fff;
  color: #245bd1;
  font-size: 12px;
  font-weight: 750;
}

.knowledge-load-more .glyphicon {
  margin-right: 4px;
  font-size: 10px;
}

.knowledge-load-more:hover {
  border-color: #2463eb;
  background: #f5f8ff;
}

.knowledge-conversion {
  padding-top: 38px;
  padding-bottom: 34px;
}

.knowledge-cta {
  position: relative;
  display: grid;
  min-height: 176px;
  overflow: hidden;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  border: 1px solid #e6ecf8;
  border-radius: 14px;
  background: linear-gradient(100deg, #f2f6ff 0%, #f5f8ff 48%, #eef3ff 100%);
}

.knowledge-cta__copy {
  position: relative;
  z-index: 2;
  padding: 25px 16px 24px 36px;
}

.knowledge-cta h2 {
  margin-bottom: 8px;
  color: #12203e;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.knowledge-cta p {
  max-width: 460px;
  margin-bottom: 15px;
  color: #4f5f80;
  font-size: 12px;
  line-height: 1.55;
}

.knowledge-cta .btn-primary {
  display: inline-flex;
  min-height: 40px;
  padding: 9px 17px;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.knowledge-cta__visual {
  position: relative;
  height: 176px;
}

.knowledge-cta__visual > img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

.knowledge-cta__saving {
  position: absolute;
  left: 50%;
  top: 47%;
  z-index: 2;
  display: flex;
  width: 92px;
  height: 92px;
  transform: translate(-50%, -50%) rotate(-2deg);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: linear-gradient(145deg, #22c7cb, #22b8a9);
  box-shadow: 0 12px 24px rgba(15, 142, 147, 0.22);
  color: #fff;
}

.knowledge-cta__saving small {
  font-size: 9px;
  font-weight: 700;
}

.knowledge-cta__saving strong {
  font-size: 27px;
  line-height: 1.08;
}

.knowledge-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 13px;
  padding: 18px 32px;
  border: 1px solid #e5eaf4;
  border-radius: 13px;
  background: #fff;
}

.knowledge-trust-strip .glyphicon {
  font-size: 22px;
}

.knowledge-trust-strip strong {
  margin-bottom: 3px;
  color: #1c2949;
  font-size: 11px;
}

.knowledge-trust-strip small {
  color: #62708d;
  font-size: 9px;
  line-height: 1.35;
}

.knowledge-tone--green { --knowledge-tone-color: #13a369; color: #13a369; background: #eaf8f1; }
.knowledge-tone--blue { --knowledge-tone-color: #2165e8; color: #2165e8; background: #edf3ff; }
.knowledge-tone--purple { --knowledge-tone-color: #7657dc; color: #7657dc; background: #f0edff; }
.knowledge-tone--orange { --knowledge-tone-color: #ef7b25; color: #ef7b25; background: #fff1e8; }
.knowledge-tone--cyan { --knowledge-tone-color: #1ea7b9; color: #1ea7b9; background: #eaf9fb; }
.knowledge-tone--indigo { --knowledge-tone-color: #315dd4; color: #315dd4; background: #edf1ff; }
.knowledge-tone--violet { --knowledge-tone-color: #7847d7; color: #7847d7; background: #f2ecff; }
.knowledge-tone--red { --knowledge-tone-color: #e35365; color: #e35365; background: #ffedf0; }
.knowledge-tone--slate { --knowledge-tone-color: #60708f; color: #60708f; background: #eff3f8; }

@media (max-width: 1199px) {
  .knowledge-hero__layout {
    grid-template-columns: minmax(340px, 0.82fr) minmax(470px, 1.18fr);
    gap: 18px;
  }

  .knowledge-network__background {
    inset-inline: -32px;
    width: calc(100% + 64px);
  }

  .knowledge-network__audiences {
    width: 135px;
  }

  .knowledge-network__carriers {
    left: -2%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .knowledge-network {
    transform: translateX(54px);
  }
}

@media (max-width: 991px) {
  .knowledge-hero__layout {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 48px;
  }

  .knowledge-hero__copy {
    max-width: 680px;
  }

  .knowledge-hero h1 {
    font-size: 54px;
  }

  .knowledge-network {
    min-height: 430px;
  }

  .knowledge-network__background {
    inset: 0 auto auto 50%;
    width: min(760px, 100%);
    transform: translateX(-50%);
  }

  .knowledge-network__carriers { left: 7%; }
  .knowledge-network__audiences { right: 5%; }
  .knowledge-network__hub { left: 50%; }
  .knowledge-network__benefits { left: 8%; right: 8%; }

  .knowledge-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .knowledge-topic-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .knowledge-guide-row > a {
    grid-template-columns: 46px minmax(0, 1fr) 95px 18px;
  }

  .knowledge-guide-row .knowledge-category-tag {
    display: none;
  }

  .knowledge-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .knowledge-faq__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .knowledge-main .container {
    width: min(100% - 32px, 640px);
  }

  .knowledge-hero__layout {
    min-height: 0;
    padding-top: 38px;
    padding-bottom: 26px;
  }

  .knowledge-eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
  }

  .knowledge-hero h1 {
    margin-bottom: 15px;
    font-size: clamp(38px, 11.5vw, 50px);
    line-height: 1.04;
  }

  .knowledge-hero__copy > p {
    font-size: 14px;
    line-height: 1.6;
  }

  .knowledge-search {
    min-height: 50px;
  }

  .knowledge-search input {
    height: 48px;
    font-size: 16px;
  }

  .knowledge-popular {
    gap: 7px;
  }

  .knowledge-network {
    min-height: 575px;
    margin-top: 10px;
  }

  .knowledge-network__background {
    top: 0;
    width: 600px;
    max-width: none;
    height: 300px;
  }

  .knowledge-network__carriers {
    left: 0;
    right: 0;
    top: 302px;
    display: grid;
    width: auto;
    min-height: 56px;
    padding: 9px 11px;
    grid-template-columns: minmax(56px, auto) repeat(4, minmax(36px, 1fr)) auto;
    align-items: center;
    gap: 4px;
  }

  .knowledge-network__carriers strong,
  .knowledge-network__carriers > span {
    margin: 0;
    line-height: 1.25;
  }

  .knowledge-network__carriers img {
    width: 42px;
    height: 22px;
    margin: 0 auto;
  }

  .knowledge-network__audiences {
    left: 0;
    right: 0;
    top: 371px;
    width: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .knowledge-network__audiences > div {
    min-height: 72px;
    padding: 8px 6px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    text-align: center;
  }

  .knowledge-network__audiences .glyphicon {
    width: auto;
    font-size: 21px;
  }

  .knowledge-network__audiences strong {
    font-size: 9px;
    line-height: 1.25;
  }

  .knowledge-network__hub {
    top: 140px;
    width: 116px;
    height: 116px;
    min-height: 0;
    padding: 13px 12px;
  }

  .knowledge-network__hub img {
    width: 66px;
    height: 36px;
  }

  .knowledge-network__hub > span {
    font-size: 11px;
  }

  .knowledge-network__benefits {
    left: 0;
    right: 0;
    bottom: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 18px;
  }

  .knowledge-network__benefits > div {
    padding: 8px 10px;
    border: 1px solid rgba(131, 153, 200, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.78);
  }

  .knowledge-network__benefits strong { font-size: 10px; }
  .knowledge-network__benefits small { font-size: 9px; }

  .knowledge-section {
    padding-top: 36px;
  }

  .knowledge-section__head {
    margin-bottom: 16px;
  }

  .knowledge-section__head h2 {
    font-size: 21px;
  }

  .knowledge-section__head--split {
    align-items: flex-start;
  }

  .knowledge-section__head--split > a {
    flex: 0 0 auto;
    padding-top: 4px;
    font-size: 11px;
  }

  .knowledge-featured-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .knowledge-featured-card__media {
    height: 210px;
  }

  .knowledge-featured-card p {
    min-height: 0;
  }

  .knowledge-featured-card h3 {
    min-height: 0;
  }

  .knowledge-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .knowledge-topic-card {
    min-height: 104px;
  }

  .knowledge-guide-row > a {
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    gap: 11px;
    min-height: 86px;
    padding: 12px;
  }

  .knowledge-guide-row__details {
    display: none;
  }

  .knowledge-guide-row__content strong,
  .knowledge-guide-row__content > span {
    white-space: normal;
  }

  .knowledge-guide-row__content > span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .knowledge-cta {
    grid-template-columns: 1fr;
  }

  .knowledge-cta__copy {
    padding: 25px 22px 8px;
  }

  .knowledge-cta h2 {
    font-size: 21px;
  }

  .knowledge-cta__visual {
    height: 154px;
  }

  .knowledge-cta__saving {
    left: 62%;
    width: 78px;
    height: 78px;
  }

  .knowledge-cta__saving strong {
    font-size: 24px;
  }

  .knowledge-trust-strip {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 20px;
  }
}

@media (max-width: 420px) {
  .knowledge-section__head--split {
    display: block;
  }

  .knowledge-section__head--split > a {
    display: inline-block;
    margin-top: 10px;
  }

  .knowledge-featured-card__media {
    height: 180px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .knowledge-main *,
  .knowledge-main *::before,
  .knowledge-main *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
