body.smt-hub-body {
  background: linear-gradient(180deg, #fff 0%, #fbf9ff 44%, #fff 100%) !important;
  color: #151523;
}

body.smt-hub-body .site-content,
body.smt-hub-body .content-area,
body.smt-hub-body .site-main,
body.smt-hub-body .inside-article {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

body.smt-hub-body .hentry,
body.smt-hub-body .entry-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

body.smt-hub-body .entry-header,
body.smt-hub-body .page-header,
body.smt-hub-body .inside-article > header,
body.smt-hub-body .gb-element-f0594603 {
  display: none !important;
}

@supports selector(body:has(.smt-hub-page)) {
  body:has(.smt-hub-page) .site-content,
  body:has(.smt-hub-page) .content-area,
  body:has(.smt-hub-page) .site-main,
  body:has(.smt-hub-page) .inside-article {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body:has(.smt-hub-page) .hentry,
  body:has(.smt-hub-page) .entry-content {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
  }

  body:has(.smt-hub-page) .entry-header,
  body:has(.smt-hub-page) .page-header,
  body:has(.smt-hub-page) .inside-article > header,
  body:has(.smt-hub-page) .gb-element-f0594603 {
    display: none !important;
  }
}

.smt-hub-page {
  --hub-ink: #151523;
  --hub-muted: #6f7286;
  --hub-line: #ece5ff;
  --hub-soft: #fbf8ff;
  --hub-purple: #7c3aed;
  --hub-violet: #5b36d9;
  --hub-blue: #3d7bff;
  --hub-dark: #151523;
  --hub-dark-2: #242238;
  --hub-shadow: 0 24px 70px rgba(76, 49, 145, 0.12);
  color: var(--hub-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}

.smt-hub-page * {
  box-sizing: border-box;
}

.smt-hub-page a {
  text-decoration: none !important;
}

.smt-hub-wrap {
  margin: 0 auto;
  width: min(1120px, calc(100% - 64px));
}

.smt-hub-hero {
  padding: 148px 0 80px;
}

.smt-hub-hero-grid,
.smt-hub-split,
.smt-hub-final-panel,
.smt-hub-faq-grid {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
}

.smt-hub-kicker {
  background: #f3efff;
  border: 1px solid #e6dcff;
  border-radius: 999px;
  color: var(--hub-purple);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 18px;
  padding: 11px 16px;
}

.smt-hub-page h1,
.smt-hub-page h2,
.smt-hub-page h3 {
  font-weight: 900;
  letter-spacing: 0;
  margin-top: 0;
}

.smt-hub-page h1 {
  color: var(--hub-ink);
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.98;
  margin-bottom: 22px;
}

.smt-hub-page h2 {
  color: var(--hub-ink);
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.06;
  margin-bottom: 16px;
}

.smt-hub-page h3 {
  color: var(--hub-ink);
  font-size: 21px;
  line-height: 1.18;
  margin-bottom: 10px;
}

.smt-hub-page p {
  color: var(--hub-muted);
  font-size: 16px;
  line-height: 1.66;
}

.smt-hub-lede {
  font-size: 20px !important;
  max-width: 700px;
}

.smt-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.smt-hub-btn {
  align-items: center;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.smt-hub-btn-primary {
  background: linear-gradient(135deg, var(--hub-purple), var(--hub-violet));
  box-shadow: 0 18px 42px rgba(109, 59, 234, 0.22);
}

.smt-hub-btn-secondary {
  background: linear-gradient(135deg, var(--hub-dark-2), var(--hub-dark));
  box-shadow: 0 18px 42px rgba(21, 21, 35, 0.18);
}

.smt-hub-btn:hover,
.smt-hub-btn:focus {
  box-shadow: 0 22px 48px rgba(21, 21, 35, 0.24);
  color: #fff !important;
  transform: translateY(-1px);
}

.smt-hub-preview {
  background: #fff;
  border: 1px solid rgba(141, 92, 255, 0.14);
  border-radius: 30px;
  box-shadow: var(--hub-shadow);
  overflow: hidden;
  padding: 14px;
}

.smt-hub-preview-bar {
  align-items: center;
  display: flex;
  gap: 7px;
  height: 48px;
}

.smt-hub-preview-bar span {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.smt-hub-preview-bar span:nth-child(1) {
  background: var(--hub-purple);
}

.smt-hub-preview-bar span:nth-child(2) {
  background: #ffb547;
}

.smt-hub-preview-bar span:nth-child(3) {
  background: #3ddc97;
}

.smt-hub-preview-bar strong {
  color: var(--hub-ink);
  font-size: 13px;
  margin-left: 8px;
}

.smt-hub-preview img {
  border-radius: 22px;
  display: block;
  height: 390px;
  object-fit: cover;
  object-position: left top;
  width: 100%;
}

.smt-hub-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
  margin-top: 18px;
}

.smt-hub-proof span {
  align-items: center;
  color: var(--hub-muted);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
}

.smt-hub-proof span::before {
  background: linear-gradient(135deg, var(--hub-purple), var(--hub-blue));
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
}

.smt-hub-section {
  padding: 74px 0;
}

.smt-hub-head {
  margin: 0 auto 34px;
  max-width: 780px;
  text-align: center;
}

.smt-hub-head-left {
  margin-left: 0;
  text-align: left;
}

.smt-hub-panel,
.smt-hub-callout,
.smt-hub-final-panel {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(141, 92, 255, 0.12);
  border-radius: 28px;
  box-shadow: var(--hub-shadow);
}

.smt-hub-panel {
  padding: 34px;
}

.smt-hub-panel p:last-child,
.smt-hub-callout p:last-child,
.smt-hub-final-panel p:last-child {
  margin-bottom: 0;
}

.smt-hub-link-grid,
.smt-hub-resource-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.smt-hub-feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.smt-hub-three-grid,
.smt-hub-step-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.smt-hub-link-card,
.smt-hub-feature-card,
.smt-hub-person-card,
.smt-hub-step-card {
  background: #fff;
  border: 1px solid rgba(141, 92, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(76, 49, 145, 0.08);
  display: block;
  height: 100%;
  padding: 24px;
}

.smt-hub-link-card {
  color: var(--hub-ink);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.smt-hub-link-card:hover,
.smt-hub-link-card:focus {
  border-color: rgba(124, 58, 237, 0.32);
  box-shadow: 0 24px 56px rgba(76, 49, 145, 0.13);
  transform: translateY(-2px);
}

.smt-hub-card-title,
.smt-hub-feature-card h3 {
  align-items: center;
  display: flex;
  gap: 11px;
}

.smt-hub-card-title {
  margin-bottom: 12px;
}

.smt-hub-card-title strong,
.smt-hub-link-card strong {
  color: var(--hub-ink);
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.26;
}

.smt-hub-card-title strong {
  flex: 1;
}

.smt-hub-link-card em {
  color: var(--hub-muted);
  display: block;
  font-size: 14px;
  font-style: normal;
  line-height: 1.58;
}

.smt-hub-card-icon {
  align-items: center;
  background: linear-gradient(135deg, #f4efff, #ffffff);
  border: 1px solid #e6dcff;
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: var(--hub-purple);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  line-height: 1;
  width: 36px;
}

.smt-hub-card-icon svg {
  display: block;
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 18px;
}

.smt-hub-feature-card h3 {
  margin-bottom: 14px;
}

.smt-hub-feature-card p,
.smt-hub-person-card p,
.smt-hub-step-card p {
  font-size: 15px;
  margin-bottom: 0;
}

.smt-hub-person-card a,
.smt-hub-text-link {
  color: var(--hub-purple);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  margin-top: 14px;
}

.smt-hub-callout {
  padding: 42px;
}

.smt-hub-callout .smt-hub-head {
  margin-bottom: 28px;
}

.smt-hub-callout > p {
  margin-top: 22px;
}

.smt-hub-step-card {
  text-align: center;
}

.smt-hub-step-number {
  align-items: center;
  background: linear-gradient(135deg, var(--hub-purple), var(--hub-blue));
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  margin: 0 auto 16px;
  width: 44px;
}

.smt-hub-device {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 0.8fr 1fr;
}

.smt-hub-emulator-visual {
  grid-template-columns: minmax(0, 1.12fr) minmax(190px, 0.88fr);
}

.smt-hub-emulator-frame {
  background: linear-gradient(180deg, #25243a, #11121e);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(21, 21, 35, 0.23);
  margin: 0;
  overflow: hidden;
  padding: 12px;
}

.smt-hub-emulator-top {
  align-items: center;
  display: flex;
  gap: 7px;
  height: 38px;
  padding: 0 4px 8px;
}

.smt-hub-emulator-top span {
  border-radius: 50%;
  height: 9px;
  width: 9px;
}

.smt-hub-emulator-top span:nth-child(1) {
  background: var(--hub-purple);
}

.smt-hub-emulator-top span:nth-child(2) {
  background: #ffb547;
}

.smt-hub-emulator-top span:nth-child(3) {
  background: #3ddc97;
}

.smt-hub-emulator-top strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
  margin-left: 8px;
}

.smt-hub-emulator-screen {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.smt-hub-emulator-screen img {
  display: block;
  height: 330px;
  object-fit: cover;
  object-position: left top;
  width: 100%;
}

.smt-hub-phone {
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.9) 0 10px, transparent 11px),
    linear-gradient(180deg, #26243b, #11121e);
  border: 9px solid #19182a;
  border-radius: 38px;
  box-shadow: 0 28px 70px rgba(21, 21, 35, 0.22);
  min-height: 360px;
  position: relative;
}

.smt-hub-phone::after {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.95), rgba(61, 123, 255, 0.88));
  border-radius: 24px;
  content: "";
  inset: 70px 22px 26px;
  position: absolute;
}

.smt-hub-device-card {
  background: #fff;
  border: 1px solid rgba(141, 92, 255, 0.14);
  border-radius: 22px;
  box-shadow: var(--hub-shadow);
  padding: 24px;
}

.smt-hub-device-card strong {
  color: var(--hub-ink);
  display: block;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 14px;
}

.smt-hub-device-card span {
  background: var(--hub-soft);
  border: 1px solid #e6dcff;
  border-radius: 12px;
  color: var(--hub-purple);
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-top: 10px;
  padding: 12px 13px;
}

.smt-hub-faq {
  display: grid;
  gap: 12px;
}

.smt-hub-faq details {
  background: #fff;
  border: 1px solid rgba(141, 92, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(76, 49, 145, 0.06);
  padding: 18px 20px;
}

.smt-hub-faq summary {
  color: var(--hub-ink);
  cursor: pointer;
  font-weight: 900;
}

.smt-hub-faq details p {
  font-size: 15px;
  margin: 14px 0 0;
}

.smt-hub-final {
  padding: 76px 0 96px;
}

.smt-hub-final-panel {
  padding: 42px;
}

body.smt-hub-body .smt-scroll-top,
body:has(.smt-hub-page) .smt-scroll-top {
  align-items: center;
  background: linear-gradient(135deg, #7c3aed, #5b36d9) !important;
  border: 0;
  border-radius: 999px;
  bottom: 26px;
  box-shadow: 0 20px 46px rgba(76, 49, 145, 0.22);
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  right: max(24px, calc((100vw - 1180px) / 2 + 24px));
  transform: translateY(14px);
  transition: opacity 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  width: 52px;
  z-index: 60;
}

body.smt-hub-body .smt-scroll-top.is-visible,
body:has(.smt-hub-page) .smt-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.smt-hub-body .smt-scroll-top:hover,
body.smt-hub-body .smt-scroll-top:focus,
body:has(.smt-hub-page) .smt-scroll-top:hover,
body:has(.smt-hub-page) .smt-scroll-top:focus {
  box-shadow: 0 24px 56px rgba(76, 49, 145, 0.3);
  outline: 0;
}

body.smt-hub-body .smt-scroll-top:focus-visible,
body:has(.smt-hub-page) .smt-scroll-top:focus-visible {
  outline: 3px solid rgba(109, 59, 234, 0.28);
  outline-offset: 4px;
}

body.smt-hub-body .smt-scroll-top span,
body:has(.smt-hub-page) .smt-scroll-top span {
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  color: #fff !important;
  height: 13px;
  margin-top: 6px;
  transform: rotate(45deg);
  width: 13px;
}

@media (max-width: 1050px) {
  .smt-hub-feature-grid,
  .smt-hub-three-grid,
  .smt-hub-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .smt-hub-wrap {
    width: min(100% - 36px, 1120px);
  }

  .smt-hub-hero {
    padding: 112px 0 54px;
  }

  .smt-hub-hero-grid,
  .smt-hub-split,
  .smt-hub-final-panel,
  .smt-hub-faq-grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .smt-hub-page h1 {
    font-size: 42px;
  }

  .smt-hub-page h2 {
    font-size: 31px;
  }

  .smt-hub-section {
    padding: 54px 0;
  }

  .smt-hub-link-grid,
  .smt-hub-resource-grid,
  .smt-hub-feature-grid,
  .smt-hub-three-grid,
  .smt-hub-step-grid {
    grid-template-columns: 1fr;
  }

  .smt-hub-panel,
  .smt-hub-callout,
  .smt-hub-final-panel,
  .smt-hub-link-card,
  .smt-hub-feature-card,
  .smt-hub-person-card,
  .smt-hub-step-card {
    border-radius: 20px;
  }

  .smt-hub-panel,
  .smt-hub-callout,
  .smt-hub-final-panel {
    padding: 26px;
  }

  .smt-hub-preview img {
    height: 300px;
  }

  .smt-hub-device {
    grid-template-columns: 1fr;
  }

  .smt-hub-emulator-screen img {
    height: 270px;
  }

  .smt-hub-phone {
    min-height: 300px;
  }

  body.smt-hub-body .smt-scroll-top,
  body:has(.smt-hub-page) .smt-scroll-top {
    bottom: 18px;
    height: 48px;
    right: 18px;
    width: 48px;
  }
}

/* Compatibility fixes for hub pages that still contain the older smt-seo markup. */
.smt-hub-page .smt-hub-kicker,
.smt-seo-page .smt-seo-kicker {
  background: #f3efff !important;
  border: 1px solid #e6dcff !important;
  color: #7c3aed !important;
}

.smt-hub-page h1,
.smt-hub-page h2,
.smt-hub-page h3,
.smt-hub-page .smt-hub-link-card strong,
.smt-hub-page .smt-hub-faq summary,
.smt-seo-page h1,
.smt-seo-page h2,
.smt-seo-page h3,
.smt-seo-page .smt-seo-link-card strong,
.smt-seo-page .smt-seo-faq summary {
  color: #151523 !important;
}

.smt-hub-page .smt-hub-card-icon,
.smt-hub-page .smt-hub-person-card a,
.smt-hub-page .smt-hub-text-link,
.smt-seo-page .smt-seo-text-link,
.smt-seo-page .smt-seo-three-grid a {
  color: #7c3aed !important;
}

.smt-hub-page .smt-hub-card-table,
.smt-seo-page .smt-seo-card-table {
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 18px !important;
  margin: -18px !important;
  table-layout: fixed !important;
  width: calc(100% + 36px) !important;
}

.smt-hub-page .smt-hub-card-table tbody,
.smt-seo-page .smt-seo-card-table tbody {
  border: 0 !important;
}

.smt-hub-page .smt-hub-card-table tr,
.smt-seo-page .smt-seo-card-table tr {
  border: 0 !important;
}

.smt-hub-page .smt-hub-card-table td,
.smt-seo-page .smt-seo-card-table td {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  vertical-align: top !important;
  width: 33.333% !important;
}

.smt-hub-page .smt-hub-card-table th,
.smt-hub-page .smt-hub-card-table td,
.smt-seo-page .smt-seo-card-table th,
.smt-seo-page .smt-seo-card-table td {
  border-color: transparent !important;
}

.smt-hub-page .smt-hub-empty-cell,
.smt-seo-page .smt-seo-empty-cell {
  visibility: hidden !important;
}

.smt-hub-page .smt-hub-link-card,
.smt-seo-page .smt-seo-link-card {
  border: 1px solid rgba(141, 92, 255, 0.12) !important;
  height: 100% !important;
  margin: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  width: 100% !important;
}

.smt-hub-page .smt-hub-card-table td::before,
.smt-hub-page .smt-hub-card-table td::after,
.smt-seo-page .smt-seo-card-table td::before,
.smt-seo-page .smt-seo-card-table td::after {
  display: none !important;
}

.smt-hub-page .smt-hub-btn-primary,
.smt-seo-page .smt-seo-btn-primary {
  background: linear-gradient(135deg, #7c3aed, #5b36d9) !important;
  box-shadow: 0 18px 42px rgba(109, 59, 234, 0.22) !important;
  color: #fff !important;
}

.smt-hub-page .smt-hub-btn-secondary,
.smt-seo-page .smt-seo-btn-secondary {
  background: linear-gradient(135deg, #242238, #151523) !important;
  box-shadow: 0 18px 42px rgba(21, 21, 35, 0.18) !important;
  color: #fff !important;
}

@media (max-width: 760px) {
  .smt-hub-page .smt-hub-card-table,
  .smt-hub-page .smt-hub-card-table tbody,
  .smt-hub-page .smt-hub-card-table tr,
  .smt-hub-page .smt-hub-card-table td,
  .smt-seo-page .smt-seo-card-table,
  .smt-seo-page .smt-seo-card-table tbody,
  .smt-seo-page .smt-seo-card-table tr,
  .smt-seo-page .smt-seo-card-table td {
    display: block !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .smt-hub-page .smt-hub-card-table,
  .smt-seo-page .smt-seo-card-table {
    border-spacing: 0 !important;
  }

  .smt-hub-page .smt-hub-card-table td + td,
  .smt-hub-page .smt-hub-card-table tr + tr td:first-child,
  .smt-seo-page .smt-seo-card-table td + td,
  .smt-seo-page .smt-seo-card-table tr + tr td:first-child {
    margin-top: 18px !important;
  }
}

/*
 * Deprecated grid markup support. The recommended page code now uses
 * smt-hub-card-table, but keep this sane for any page already saved with grids.
 */
.smt-hub-page .smt-hub-link-grid,
.smt-hub-page .smt-hub-resource-grid {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.smt-hub-page .smt-hub-link-grid > *,
.smt-hub-page .smt-hub-resource-grid > * {
  margin: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  width: 100% !important;
}

@media (max-width: 760px) {
  .smt-hub-page .smt-hub-link-grid,
  .smt-hub-page .smt-hub-resource-grid {
    grid-template-columns: 1fr !important;
  }
}

.smt-hub-article {
  background:
    radial-gradient(circle at 8% 8%, rgba(124, 58, 237, 0.07), transparent 25rem),
    radial-gradient(circle at 92% 14%, rgba(61, 123, 255, 0.055), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 48%, #ffffff 100%);
  border: 0 !important;
  box-shadow: none !important;
  margin-bottom: 42px;
  padding: 142px 0 124px;
}

.smt-hub-article-wrap {
  margin: 0 auto;
  width: min(920px, calc(100% - 64px));
}

.smt-hub-article-hero {
  margin: 0 auto 54px;
  max-width: 850px;
  text-align: center;
}

.smt-hub-page.smt-hub-article .smt-hub-article-hero h1 {
  color: var(--hub-ink);
  font-size: clamp(42px, 5vw, 62px);
  line-height: 1.02;
  margin-bottom: 20px;
}

.smt-hub-article-hero p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.smt-hub-article-hero .smt-hub-actions {
  justify-content: center;
}

.smt-hub-article-body {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.smt-hub-article-body > *:first-child {
  margin-top: 0;
}

.smt-hub-page.smt-hub-article h2 {
  color: var(--hub-ink);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.12;
  margin: 54px 0 16px;
}

.smt-hub-page.smt-hub-article h3 {
  color: var(--hub-ink);
  font-size: 22px;
  line-height: 1.2;
  margin: 26px 0 10px;
}

.smt-hub-article-body p,
.smt-hub-article-body li {
  color: var(--hub-muted);
  font-size: 17px;
  line-height: 1.74;
}

.smt-hub-article-body p {
  margin: 0 0 18px;
}

.smt-hub-article-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.smt-hub-article-list li {
  background: #fff;
  border: 1px solid rgba(141, 92, 255, 0.12);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(76, 49, 145, 0.06);
  padding: 14px 16px 14px 44px;
  position: relative;
}

.smt-hub-article-list li::before {
  background: linear-gradient(135deg, #7c3aed, #5b36d9);
  border-radius: 50%;
  content: "";
  height: 9px;
  left: 18px;
  position: absolute;
  top: 26px;
  width: 9px;
}

.smt-hub-article-cta,
.smt-hub-article-note,
.smt-hub-article-links {
  background: #fff;
  border: 1px solid rgba(141, 92, 255, 0.14);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(76, 49, 145, 0.08);
}

.smt-hub-article-cta {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 46px 0;
  padding: 30px;
}

.smt-hub-article-cta h2,
.smt-hub-article-cta h3 {
  margin-top: 14px !important;
}

.smt-hub-article-cta p {
  margin-bottom: 0;
}

.smt-hub-article-note {
  margin: 30px 0;
  padding: 26px;
}

.smt-hub-article-note strong {
  color: var(--hub-purple);
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.smt-hub-article-links {
  margin: 46px 0;
  padding: 30px;
}

.smt-hub-article-links h2 {
  margin-top: 0 !important;
}

.smt-hub-page .smt-hub-article-links .smt-hub-silo-list {
  align-items: stretch;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: 22px !important;
}

.smt-hub-page .smt-hub-article-links .smt-hub-silo-column {
  display: contents !important;
}

.smt-hub-page .smt-hub-article-links .smt-hub-silo-list > a {
  align-items: center;
  background: #fbf8ff;
  border: 1px solid #e6dcff;
  border-radius: 16px;
  color: var(--hub-ink);
  display: flex !important;
  font-size: 15px;
  font-weight: 900;
  gap: 10px;
  line-height: 1.35;
  min-height: 66px;
  padding: 14px 16px;
  text-decoration: none !important;
}

.smt-hub-page .smt-hub-article-links .smt-hub-silo-list > a::before {
  background: linear-gradient(135deg, #7c3aed, #5b36d9);
  border-radius: 10px;
  content: "";
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
}

.smt-hub-page .smt-hub-article-links .smt-hub-silo-table {
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 12px !important;
  display: table !important;
  margin: 10px -12px -12px !important;
  table-layout: fixed !important;
  width: calc(100% + 24px) !important;
}

.smt-hub-page .smt-hub-article-links .smt-hub-silo-table tbody {
  display: table-row-group !important;
}

.smt-hub-page .smt-hub-article-links .smt-hub-silo-table tr {
  display: table-row !important;
}

.smt-hub-page .smt-hub-article-links .smt-hub-silo-table td {
  display: table-cell !important;
}

.smt-hub-page .smt-hub-article-links .smt-hub-silo-table tr,
.smt-hub-page .smt-hub-article-links .smt-hub-silo-table td {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.smt-hub-page .smt-hub-article-links .smt-hub-silo-table td {
  padding: 0 !important;
  vertical-align: stretch !important;
  width: 50% !important;
}

.smt-hub-page .smt-hub-article-links .smt-hub-silo-table a {
  align-items: center;
  background: #fbf8ff;
  border: 1px solid #e6dcff;
  border-radius: 16px;
  color: var(--hub-ink);
  display: flex !important;
  font-size: 15px;
  font-weight: 900;
  gap: 10px;
  height: 100%;
  line-height: 1.35;
  min-height: 66px;
  padding: 14px 16px;
  text-decoration: none !important;
}

.smt-hub-page .smt-hub-article-links .smt-hub-silo-table a::before {
  background: linear-gradient(135deg, #7c3aed, #5b36d9);
  border-radius: 10px;
  content: "";
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
}

.smt-hub-article-faq {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.smt-hub-article-faq details {
  background: #fff;
  border: 1px solid rgba(141, 92, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(76, 49, 145, 0.06);
  padding: 18px 20px;
}

.smt-hub-article-faq summary {
  color: var(--hub-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
}

.smt-hub-article-faq details p {
  font-size: 15px;
  margin: 14px 0 0;
}

body.smt-hub-body:has(.smt-hub-article) .site-footer,
body:has(.smt-hub-article) .site-footer {
  border-top: 0 !important;
  margin-top: 0 !important;
}

body.smt-hub-body:has(.smt-hub-article) .entry-content,
body:has(.smt-hub-article) .entry-content {
  margin-bottom: 0 !important;
}

@media (max-width: 760px) {
  .smt-hub-article {
    margin-bottom: 28px;
    padding: 112px 0 88px;
  }

  .smt-hub-article-wrap {
    width: min(100% - 36px, 920px);
  }

  .smt-hub-article-body {
    padding: 0;
  }

  .smt-hub-article-cta {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .smt-hub-page .smt-hub-article-links .smt-hub-silo-list > a {
    min-height: 62px;
  }
}

@media (max-width: 560px) {
  .smt-hub-page .smt-hub-article-links .smt-hub-silo-list {
    grid-template-columns: 1fr !important;
  }

  .smt-hub-page .smt-hub-article-links .smt-hub-silo-table,
  .smt-hub-page .smt-hub-article-links .smt-hub-silo-table tbody,
  .smt-hub-page .smt-hub-article-links .smt-hub-silo-table tr,
  .smt-hub-page .smt-hub-article-links .smt-hub-silo-table td {
    display: block !important;
    width: 100% !important;
  }

  .smt-hub-page .smt-hub-article-links .smt-hub-silo-table {
    border-spacing: 0 !important;
    margin: 22px 0 0 !important;
  }

  .smt-hub-page .smt-hub-article-links .smt-hub-silo-table td + td,
  .smt-hub-page .smt-hub-article-links .smt-hub-silo-table tr + tr td:first-child {
    margin-top: 12px !important;
  }
}
