body {
  background: url('/assets/images/blog/blog-hub-bg400.png') 0 0/100% auto no-repeat;
}

main {
  background: #fff;
  padding-bottom: 40px;
}

.topProductWrap {
  padding: 16px 0 42px;
}

.topProductWrap .title {
  margin: 0;
  color: #000000E5;
  font: 2.25rem/2.5rem 'NunitoSans-ExtraBold';
  text-align: center;
}

.mobileBreadcrumb {
  min-width: 0;
  margin-top: 4px;
  color: #00000099;
  flex-wrap: wrap;
  gap: 0 8px;
}

.mobileBreadcrumb a,
.mobileBreadcrumb span {
  color: #00000099;
  font: 1rem/1.4rem 'NunitoSans-Medium';
  text-decoration: none;
}

.mobileBreadcrumb .breadcrumbCurrent {
  max-width: 100%;
  color: #e05149;
  overflow-wrap: anywhere;
}

.blogHubLayout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}

.topicBrowser h2,
.hubIntro h2,
.sectionTitle {
  color: #000000E5;
  font-family: 'NunitoSans-ExtraBold';
}

.topicBrowser h2 {
  margin: 0 0 14px;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.screenBtn {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  background: #fff;
  color: #212121;
  font: 1rem 'NunitoSans-SemiBold';
}

.screenBtn img {
  width: 24px;
  height: 24px;
}

.downloadMobileMenu {
  width: 100%;
  padding: 8px;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  box-shadow: 0 0 8px #00000029;
}

.downloadMobileMenu .dropdown-item {
  padding: 12px 16px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: #000000E5;
  font: 1rem 'NunitoSans-Regular';
  text-align: left;
}

.downloadMobileMenu .dropdown-item:hover,
.downloadMobileMenu .dropdown-item.active {
  background: #FFEEE3;
  color: #E05149;
}

.blogHubContent {
  min-width: 0;
}

.hubIntro h2 {
  margin: 0;
  font-size: 1.875rem;
  line-height: 2.8rem;
}

.hubIntro p {
  margin: 4px 0 24px;
  color: #00000099;
  font: 1rem/1.4rem 'NunitoSans-Regular';
}

.sectionTitle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 22px 0 12px;
  font-size: 1rem;
  line-height: 1.75rem;
}

.sectionTitle::before {
  content: '';
  flex: 0 0 3px;
  width: 3px;
  height: 18px;
  border-radius: 2px;
  background: #E08349;
}

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

.categoryCard {
  min-height: 118px;
  padding: 18px 10px;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  background: #fff;
  color: #000000E5;
  font: 1rem/1.4rem 'NunitoSans-SemiBold';
  font-size: clamp(.75rem, 1.12vw, 1rem);
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

.categoryCard img {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  object-fit: contain;
}

.categoryCard:hover,
.categoryCard.active {
  border-color: #E08349;
  background: #FFF8F5;
  color: #E05149;
}

.subcategoryFilters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.subcategoryBtn {
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  background: #FFFAF7;
  color: #212121;
  font: 1rem 'NunitoSans-Regular';
}

.subcategoryBtn:hover,
.subcategoryBtn.active {
  border-color: #E08349;
  background: #FFF8F5;
  color: #E05149;
}

.articleList {
  overflow: hidden;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
}

.articleRow+.articleRow {
  border-top: 1px solid #D7D7D7;
}

.articleRow a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 20px;
  gap: 6px 12px;
  align-items: center;
  padding: 14px 16px;
  color: #212121;
  font: 1rem/1.4rem 'NunitoSans-Regular';
  text-decoration: none;
}

.articleRow a:hover {
  background: #FFF8F5;
  color: #E05149;
}

.articleTitle {
  min-width: 0;
}

.articleType,
.articleRow time {
  color: #00000099;
  font-size: .875rem;
}

.articleRow[hidden] {
  display: none;
}

.paginationWrap {
  margin-top: 28px;
}

.paginationList {
  gap: 12px;
  padding-left: 0;
  flex-wrap: wrap;
}

.page-item {
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  background: #fff;
  color: #00000099;
  font-size: 1rem;
  list-style: none;
  text-align: center;
}

.page-item.active {
  border-color: #E08349;
  background: #E08349;
}

.page-item.disabled {
  opacity: .6;
}

.dropdownAndListWrap {
  padding-top: 48px;
}

.seoHubDirectory {
  padding-bottom: 48px;
  background: #FFFCFA;
}

.categoryCard:hover {
  transform: translateY(-2px);
}

.categoryCard:focus-visible,
.topicNavItem:focus-visible,
.subcategoryBtn:focus-visible {
  outline: 2px solid #E08349;
  outline-offset: 2px;
}

.categoryCard span {
  white-space: nowrap;
  letter-spacing: -.2px;
}

.articleRow .articleBlogIcon {
  grid-column: 1;
  grid-row: 1/4;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.articleRow .articleTitle,
.articleRow .articleType,
.articleRow time {
  grid-column: 2;
}

.articleRow .articleArrow {
  grid-column: 3;
  grid-row: 1/4;
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(57%) sepia(41%) saturate(1125%) hue-rotate(337deg) brightness(94%) contrast(87%);
}

.paginationList .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font: 1rem/1 'NunitoSans-Regular';
  box-shadow: none;
}

.paginationList .page-link img {
  width: 8px;
  height: 14px;
  object-fit: contain;
}

.paginationList button.page-link {
  cursor: pointer;
}

.paginationList .page-item.disabled button.page-link {
  cursor: not-allowed;
}

.paginationList .page-item.active .page-link {
  background: transparent;
  color: #fff;
}

.seoHubUpdates {
  padding: 56px 0 64px;
  background: #FFF8F5;
}

.seoHubUpdates h2 {
  margin: 0;
  color: #000000E5;
  font: 1.875rem/2.5rem 'NunitoSans-ExtraBold';
  text-align: center;
}

.seoHubUpdatesIntro {
  margin: 8px 0 24px;
  color: #00000099;
  font: 1rem/1.5rem 'NunitoSans-Regular';
  text-align: center;
}

.seoHubUpdateGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.seoHubUpdateCard {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #DDD;
  border-radius: 16px;
  background: #FFF;
}

.seoHubUpdateImage {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.seoHubUpdateBody {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.seoHubUpdateBody h3 {
  margin: 0 0 8px;
  color: #000000E5;
  font: 1.25rem/1.75rem 'NunitoSans-ExtraBold';
}

.seoHubUpdateBody p {
  margin: 0;
  color: #666;
  font: 1rem/1.5rem 'NunitoSans-Regular';
}

.seoHubUpdateBody a {
  display: inline-block;
  margin-top: auto;
  padding-top: 16px;
  color: #E05149;
  font: 1rem/1.5rem 'NunitoSans-SemiBold';
  text-decoration: none;
}

.seoHubUpdateBody a:hover {
  color: #E05149;
  text-decoration: underline;
}

.seoHubCta {
  padding: 48px 20px;
  background: #1E1E1E url('/assets/images/reference/bottom-banner-bg400.png') center/cover no-repeat;
}

.seoHubCtaContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.seoHubCta h2 {
  margin: 0;
  color: #FFF;
  font: 2rem/2.75rem 'NunitoSans-ExtraBold';
}

.seoHubCta p {
  max-width: 720px;
  margin: 12px 0 32px;
  color: #FFFFFFB2;
  font: 1.125rem/1.75rem 'NunitoSans-Regular';
}

.seoHubCtaActions {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  gap: 16px;
}

.seoHubCtaPrimary,
.seoHubCtaSecondary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid #E08349;
  border-radius: 4px;
  font: 1rem/1.5rem 'NunitoSans-SemiBold';
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.seoHubCtaPrimary {
  background: linear-gradient(95.46deg, #E05149 0%, #E08349 100%);
  color: #FFF;
}

.seoHubCtaSecondary {
  background: transparent;
  color: #E08349;
}

.seoHubCtaPrimary:hover,
.seoHubCtaSecondary:hover {
  border-color: #E05149;
  background: #E05149;
  color: #FFF;
}

.seoHubTrust {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  margin-top: 36px;
}

.seoHubTrustItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.seoHubTrustItem strong {
  color: #000000E5;
  font: 2rem/2.5rem 'NunitoSans-ExtraBold';
}

.seoHubTrustItem span {
  margin-top: 8px;
  color: #00000099;
  font: 1.125rem/1.5rem 'NunitoSans-Regular';
}

@media (min-width: 768px) {
  body {
    background: url('/assets/images/blog/blog-hub-bg768.png') 0 0/100% 320px no-repeat;
  }

  .topProductWrap {
    padding: 8px 0 58px;
  }

  .categoryCards {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .categoryCard {
    min-height: 136px;
  }

  .articleRow a {
    grid-template-columns: 24px minmax(0, 1fr) 70px 132px 20px;
    gap: 16px;
  }

  .articleRow .articleBlogIcon,
  .articleRow .articleTitle,
  .articleRow .articleType,
  .articleRow time,
  .articleRow .articleArrow {
    grid-column: auto;
    grid-row: auto;
  }

  .seoHubCta {
    background-image: url('/assets/images/reference/bottom-banner-bg768.png');
  }

  .seoHubCtaActions {
    flex-direction: row;
    justify-content: center;
    max-width: none;
  }

  .seoHubCtaPrimary,
  .seoHubCtaSecondary {
    min-width: 160px;
  }

  .seoHubTrust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body {
    background: url('/assets/images/blog/blog-hub-bg1024.png') 0 0/100% 320px no-repeat;
  }

  .blogHubLayout {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 40px;
  }

  .seoHubDirectory {
    padding-bottom: 56px;
  }

  .topicBrowser {
    align-self: start;
    padding-right: 24px;
    border-right: 1px solid #E7E7E7;
  }

  .topicNav {
    overflow: hidden;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
  }

  .topicNavItem {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    border: 0;
    border-bottom: 1px solid #E7E7E7;
    background: #fff;
    color: #212121;
    font: 1rem 'NunitoSans-Regular';
    text-align: left;
    transition: background-color .2s ease, color .2s ease;
  }

  .topicNavItem:last-child {
    border-bottom: 0;
  }

  .topicNavItem img {
    width: 28px;
    height: 28px;
    object-fit: contain;
  }

  .topicNavItem:hover,
  .topicNavItem.active {
    background: #FFF8F5;
    color: #E05149;
  }

  .topicNavItem.active:before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: #E05149;
  }

  .subcategoryFilters {
    gap: 6px;
  }

  .subcategoryBtn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .seoHubUpdateGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .seoHubCta {
    background-image: url('/assets/images/reference/bottom-banner-bg1024.png');
  }
}
