/*
 * Fluent Themes curated route pages.
 * Loaded only for the homepage, Products, Maintenance-only Products and the
 * WordPress Maintenance resource hub. Structural classes are intentionally
 * reusable so future homepage sections (testimonials, logo clouds, case
 * studies, trust metrics) can join the same system without page-specific CSS.
 */

body.ft-theme-modern .ft-special-page {
  overflow: clip;
}

body.ft-theme-modern .ft-section-heading {
  display: grid;
  gap: .65rem;
  max-width: 48rem;
}

body.ft-theme-modern .ft-section-heading > * {
  margin: 0;
}

body.ft-theme-modern .ft-section-heading > p:not(.ft-section-kicker) {
  max-width: 44rem;
  color: var(--ft-color-muted);
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  line-height: 1.7;
}

body.ft-theme-modern .ft-section-kicker {
  margin: 0;
  color: var(--ft-color-primary);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .115em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.ft-theme-modern .ft-feature-card,
body.ft-theme-modern .ft-product-card,
body.ft-theme-modern .ft-workflow-card,
body.ft-theme-modern .ft-resource-card,
body.ft-theme-modern .ft-maintenance-card,
body.ft-theme-modern .ft-resource-article-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

body.ft-theme-modern .ft-feature-card > p:last-child,
body.ft-theme-modern .ft-product-card > p,
body.ft-theme-modern .ft-workflow-card > p,
body.ft-theme-modern .ft-resource-card > p,
body.ft-theme-modern .ft-maintenance-card > p,
body.ft-theme-modern .ft-resource-article-card > p {
  color: var(--ft-color-muted);
}

body.ft-theme-modern .ft-product-card .ft-card__actions,
body.ft-theme-modern .ft-workflow-card .ft-card__actions,
body.ft-theme-modern .ft-resource-card .ft-card__actions,
body.ft-theme-modern .ft-maintenance-card .ft-card__actions,
body.ft-theme-modern .ft-resource-article-card .ft-card__actions {
  margin-top: auto;
  padding-top: var(--ft-space-4);
}

body.ft-theme-modern .ft-feature-card__icon,
body.ft-theme-modern .ft-product-card__icon,
body.ft-theme-modern .ft-workflow-card__icon,
body.ft-theme-modern .ft-resource-card__icon,
body.ft-theme-modern .ft-maintenance-card__icon,
body.ft-theme-modern .ft-trust-panel__icon {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid #E6DDE4;
  border-radius: .85rem;
  background: #F6EAF3;
  color: #801972;
}

body.ft-theme-modern .ft-feature-card__icon .ft-icon,
body.ft-theme-modern .ft-product-card__icon .ft-icon,
body.ft-theme-modern .ft-workflow-card__icon .ft-icon,
body.ft-theme-modern .ft-resource-card__icon .ft-icon,
body.ft-theme-modern .ft-maintenance-card__icon .ft-icon,
body.ft-theme-modern .ft-trust-panel__icon .ft-icon {
  width: 1.25rem;
  height: 1.25rem;
}

/* Homepage -------------------------------------------------------------- */
body.ft-theme-modern.ft-special-page-home .ft-home-hero {
  position: relative;
  padding-block: clamp(6rem, 10vw, 8.75rem) clamp(5rem, 8vw, 7rem);
}

body.ft-theme-modern.ft-special-page-home .ft-home-hero .ft-page-hero__inner--split {
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .8fr);
  gap: clamp(2.5rem, 6vw, 6rem);
}

body.ft-theme-modern.ft-special-page-home .ft-home-hero__copy h1 {
  max-width: 12.5ch;
}

body.ft-theme-modern.ft-special-page-home .ft-home-product-map {
  position: relative;
  z-index: 1;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border: 1px solid rgb(232 175 223 / .2);
  border-radius: clamp(1.2rem, 2vw, 1.65rem);
  background: linear-gradient(180deg, rgb(255 255 255 / .075), rgb(255 255 255 / .035));
  box-shadow: 0 30px 80px rgb(0 0 0 / .24);
  backdrop-filter: blur(12px);
}

body.ft-theme-modern.ft-special-page-home .ft-home-product-map__header {
  display: grid;
  gap: .55rem;
  padding: .25rem .25rem 1.1rem;
}

body.ft-theme-modern.ft-special-page-home .ft-home-product-map__header h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  color: #fff;
}

body.ft-theme-modern.ft-special-page-home .ft-home-product-map__header p:last-child {
  margin: 0;
  color: #CFC5CD;
  line-height: 1.6;
}

body.ft-theme-modern.ft-special-page-home .ft-home-product-map__routes {
  display: grid;
  gap: .7rem;
}

body.ft-theme-modern.ft-special-page-home .ft-product-route {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: .85rem;
  align-items: center;
  padding: .9rem 1rem;
  border: 1px solid rgb(255 255 255 / .1);
  border-radius: .9rem;
  background: rgb(19 13 18 / .58);
  color: #fff;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

body.ft-theme-modern.ft-special-page-home .ft-product-route:hover,
body.ft-theme-modern.ft-special-page-home .ft-product-route:focus-visible {
  transform: translateY(-2px);
  border-color: rgb(232 175 223 / .42);
  background: rgb(39 22 34 / .82);
  color: #fff;
}

body.ft-theme-modern.ft-special-page-home .ft-product-route__icon {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border-radius: .72rem;
  background: rgb(128 25 114 / .28);
  color: #F1C5EA;
}

body.ft-theme-modern.ft-special-page-home .ft-product-route--arb .ft-product-route__icon {
  background: rgb(41 122 124 / .25);
  color: #8ED5D6;
}

body.ft-theme-modern.ft-special-page-home .ft-product-route--maxhost .ft-product-route__icon {
  background: rgb(140 255 0 / .11);
  color: #B9FF64;
}

body.ft-theme-modern.ft-special-page-home .ft-product-route strong,
body.ft-theme-modern.ft-special-page-home .ft-product-route small {
  display: block;
}

body.ft-theme-modern.ft-special-page-home .ft-product-route strong {
  font-size: .98rem;
  line-height: 1.35;
}

body.ft-theme-modern.ft-special-page-home .ft-product-route small {
  margin-top: .15rem;
  color: #B8ADB5;
  font-size: .78rem;
  line-height: 1.35;
}

body.ft-theme-modern .ft-product-grid {
  align-items: stretch;
}

body.ft-theme-modern .ft-product-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.4rem;
  width: 3.6rem;
  height: .2rem;
  border-radius: 0 0 .25rem .25rem;
  background: #801972;
}

body.ft-theme-modern .ft-product-card--arb::after { background: #297A7C; }
body.ft-theme-modern .ft-product-card--maxhost::after { background: #5E9A42; }
body.ft-theme-modern .ft-product-card--addons::after { background: #A43B95; }

body.ft-theme-modern .ft-product-card--arb .ft-product-card__icon {
  background: #E4F1F1;
  border-color: #C7E1E1;
  color: #297A7C;
}

body.ft-theme-modern .ft-product-card--maxhost .ft-product-card__icon {
  background: #F0FBE5;
  border-color: #D8EDC6;
  color: #427A31;
}

body.ft-theme-modern .ft-workflow-grid,
body.ft-theme-modern .ft-resource-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ft-theme-modern .ft-workflow-card {
  padding: clamp(1.45rem, 2.8vw, 2rem);
}

body.ft-theme-modern .ft-workflow-card__top {
  display: flex;
  gap: .75rem;
  align-items: center;
  margin-bottom: .2rem;
}

body.ft-theme-modern .ft-workflow-card__top .ft-chip {
  margin: 0;
}

body.ft-theme-modern .ft-trust-panel,
body.ft-theme-modern .ft-route-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(15rem, auto);
  gap: clamp(1.2rem, 3vw, 2.2rem);
  align-items: center;
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  border: 1px solid #E6DDE4;
  border-radius: clamp(1rem, 2vw, 1.5rem);
  background: #fff;
  box-shadow: 0 18px 45px rgb(33 24 32 / .07);
}

body.ft-theme-modern .ft-trust-panel__copy,
body.ft-theme-modern .ft-route-panel > div:first-child {
  display: grid;
  gap: .55rem;
}

body.ft-theme-modern .ft-trust-panel h2,
body.ft-theme-modern .ft-trust-panel p,
body.ft-theme-modern .ft-route-panel h2,
body.ft-theme-modern .ft-route-panel p {
  margin: 0;
}

body.ft-theme-modern .ft-trust-panel h2,
body.ft-theme-modern .ft-route-panel h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  max-width: 22ch;
}

body.ft-theme-modern .ft-trust-panel__copy > p:last-child,
body.ft-theme-modern .ft-route-panel > div:first-child > p:last-child {
  color: var(--ft-color-muted);
  line-height: 1.65;
}

body.ft-theme-modern .ft-trust-panel .ft-card__actions,
body.ft-theme-modern .ft-route-panel .ft-card__actions {
  justify-content: flex-end;
}

body.ft-theme-modern .ft-home-faq {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

body.ft-theme-modern .ft-home-faq__items {
  --ft-stack-gap: .8rem;
}

body.ft-theme-modern .ft-home-final-cta .ft-cta-band {
  overflow: hidden;
  position: relative;
  padding: clamp(2rem, 5vw, 3.75rem);
  background:
    radial-gradient(circle at 90% 15%, rgb(221 169 212 / .14), transparent 22rem),
    linear-gradient(135deg, #1B1119, #32142A);
  border-color: #4A3042;
  color: #fff;
}

body.ft-theme-modern .ft-home-final-cta .ft-cta-band h2,
body.ft-theme-modern .ft-home-final-cta .ft-cta-band p {
  color: #fff;
}

body.ft-theme-modern .ft-home-final-cta .ft-cta-band > p:not(.ft-section-kicker) {
  color: #D8CFD6;
}

body.ft-theme-modern .ft-home-final-cta .ft-section-kicker {
  color: #E8AFDF;
}

body.ft-theme-modern .ft-home-final-cta .ft-button--secondary {
  background: transparent;
  border-color: #65505F;
  color: #fff;
}

body.ft-theme-modern .ft-home-final-cta .ft-button--secondary:hover,
body.ft-theme-modern .ft-home-final-cta .ft-button--secondary:focus-visible {
  background: #33202D;
  border-color: #806173;
  color: #fff;
}

/* Dedicated hub pages --------------------------------------------------- */
body.ft-theme-modern .ft-special-hero {
  border-bottom: 1px solid #E6DDE4;
}

body.ft-theme-modern .ft-special-hero > .ft-container {
  max-width: 70rem;
}

body.ft-theme-modern .ft-special-hero--quiet {
  background:
    radial-gradient(circle at 8% 12%, rgb(128 25 114 / .035), transparent 20rem),
    linear-gradient(180deg, #FBFAFB, #F5F1F4);
}

body.ft-theme-modern .ft-maintenance-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ft-theme-modern .ft-maintenance-card {
  background: linear-gradient(180deg, #FBF9FA, #F5F1F4);
}

body.ft-theme-modern .ft-resource-article-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ft-theme-modern .ft-resource-article-card h3 a {
  color: #211820;
  text-decoration: none;
}

body.ft-theme-modern .ft-resource-article-card h3 a:hover,
body.ft-theme-modern .ft-resource-article-card h3 a:focus-visible {
  color: #801972;
}

/* Future homepage section foundations --------------------------------- */
body.ft-theme-modern .ft-logo-cloud {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  gap: 1rem;
  align-items: center;
}

body.ft-theme-modern .ft-logo-cloud__item {
  display: grid;
  min-height: 5rem;
  place-items: center;
  padding: 1rem;
  border: 1px solid #E6DDE4;
  border-radius: .85rem;
  background: #fff;
}

body.ft-theme-modern .ft-testimonial-grid,
body.ft-theme-modern .ft-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--ft-space-4);
}

body.ft-theme-modern .ft-testimonial-card,
body.ft-theme-modern .ft-stat-card {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border: 1px solid #E6DDE4;
  border-radius: var(--ft-radius-lg);
  background: #fff;
}

@media (max-width: 64rem) {
  body.ft-theme-modern.ft-special-page-home .ft-home-hero .ft-page-hero__inner--split {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  body.ft-theme-modern.ft-special-page-home .ft-home-hero__copy h1 {
    max-width: 15ch;
  }

  body.ft-theme-modern .ft-trust-panel,
  body.ft-theme-modern .ft-route-panel {
    grid-template-columns: auto minmax(0, 1fr);
  }

  body.ft-theme-modern .ft-trust-panel .ft-card__actions,
  body.ft-theme-modern .ft-route-panel .ft-card__actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  body.ft-theme-modern .ft-testimonial-grid,
  body.ft-theme-modern .ft-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 48rem) {
  body.ft-theme-modern .ft-section-heading {
    gap: .5rem;
  }

  body.ft-theme-modern .ft-workflow-grid,
  body.ft-theme-modern .ft-resource-grid,
  body.ft-theme-modern .ft-maintenance-grid,
  body.ft-theme-modern .ft-resource-article-grid,
  body.ft-theme-modern .ft-home-faq,
  body.ft-theme-modern .ft-testimonial-grid,
  body.ft-theme-modern .ft-stat-grid {
    grid-template-columns: 1fr;
  }

  body.ft-theme-modern .ft-trust-panel,
  body.ft-theme-modern .ft-route-panel {
    grid-template-columns: 1fr;
    padding: 1.35rem;
  }

  body.ft-theme-modern .ft-trust-panel .ft-card__actions,
  body.ft-theme-modern .ft-route-panel .ft-card__actions {
    grid-column: auto;
  }

  body.ft-theme-modern .ft-trust-panel__icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  body.ft-theme-modern.ft-special-page-home .ft-home-hero {
    padding-block: 4.7rem 4rem;
  }

  body.ft-theme-modern.ft-special-page-home .ft-home-product-map {
    padding: 1rem;
  }

  body.ft-theme-modern.ft-special-page-home .ft-product-route {
    grid-template-columns: auto minmax(0, 1fr);
  }

  body.ft-theme-modern.ft-special-page-home .ft-product-route > span:last-child {
    display: none;
  }

  body.ft-theme-modern .ft-product-card .ft-card__actions,
  body.ft-theme-modern .ft-workflow-card .ft-card__actions,
  body.ft-theme-modern .ft-resource-card .ft-card__actions,
  body.ft-theme-modern .ft-maintenance-card .ft-card__actions,
  body.ft-theme-modern .ft-resource-article-card .ft-card__actions,
  body.ft-theme-modern .ft-trust-panel .ft-card__actions,
  body.ft-theme-modern .ft-route-panel .ft-card__actions {
    align-items: stretch;
  }

  body.ft-theme-modern .ft-product-card .ft-button,
  body.ft-theme-modern .ft-workflow-card .ft-button,
  body.ft-theme-modern .ft-resource-card .ft-button,
  body.ft-theme-modern .ft-maintenance-card .ft-button,
  body.ft-theme-modern .ft-resource-article-card .ft-button,
  body.ft-theme-modern .ft-trust-panel .ft-button,
  body.ft-theme-modern .ft-route-panel .ft-button {
    width: 100%;
    justify-content: center;
  }
}

/* Keep route-panel actions readable on wide layouts; shared .ft-card__actions
   otherwise attempts to place several long labels on one narrow flex row. */
@media (min-width: 48.001rem) {
  body.ft-theme-modern .ft-route-panel .ft-card__actions {
    flex-direction: column;
    align-items: stretch;
    min-width: 15rem;
  }

  body.ft-theme-modern .ft-route-panel .ft-button {
    width: 100%;
  }
}

/* Company, trust, contact and knowledgebase curated pages ---------------- */
body.ft-theme-modern .ft-special-summary-card,
body.ft-theme-modern .ft-route-finder {
  display: grid;
  gap: .85rem;
  align-content: start;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid var(--ft-color-border);
  border-radius: clamp(1rem, 2vw, 1.4rem);
  background: var(--ft-color-surface);
  box-shadow: var(--ft-shadow-md);
}

body.ft-theme-modern .ft-special-summary-card h2,
body.ft-theme-modern .ft-special-summary-card p,
body.ft-theme-modern .ft-route-finder h2,
body.ft-theme-modern .ft-route-finder p { margin: 0; }

body.ft-theme-modern .ft-special-summary-card h2,
body.ft-theme-modern .ft-route-finder h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  line-height: 1.15;
}

body.ft-theme-modern .ft-special-summary-card__icon,
body.ft-theme-modern .ft-route-finder__icon {
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid var(--ft-color-border);
  border-radius: .9rem;
  background: var(--ft-color-accent-soft);
  color: var(--ft-color-primary);
}

body.ft-theme-modern .ft-route-list,
body.ft-theme-modern .ft-check-list {
  display: grid;
  gap: .65rem;
  margin: .15rem 0 0;
  padding-left: 1.15rem;
}

body.ft-theme-modern .ft-route-list a {
  color: var(--ft-color-primary);
  font-weight: 700;
  text-decoration: none;
}

body.ft-theme-modern .ft-route-list a:hover,
body.ft-theme-modern .ft-route-list a:focus-visible { color: var(--ft-color-primary-hover); }

body.ft-theme-modern .ft-check-list li { color: var(--ft-color-muted); line-height: 1.55; }

body.ft-theme-modern .ft-route-finder {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  background: linear-gradient(180deg, var(--ft-color-surface), var(--ft-color-surface-soft));
}

body.ft-theme-modern .ft-marketplace-grid,
body.ft-theme-modern .ft-knowledge-grid,
body.ft-theme-modern .ft-addon-grid { align-items: stretch; }

body.ft-theme-modern .ft-resource-card--arb::before,
body.ft-theme-modern .ft-resource-card--maxhost::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: .22rem;
  border-radius: var(--ft-radius-lg) 0 0 var(--ft-radius-lg);
}
body.ft-theme-modern .ft-resource-card--arb::before { background: #297A7C; }
body.ft-theme-modern .ft-resource-card--maxhost::before { background: #5E9A42; }

/* Curated components should inherit the active brand profile. */
body.ft-theme-modern .ft-feature-card__icon,
body.ft-theme-modern .ft-product-card__icon,
body.ft-theme-modern .ft-workflow-card__icon,
body.ft-theme-modern .ft-resource-card__icon,
body.ft-theme-modern .ft-maintenance-card__icon,
body.ft-theme-modern .ft-trust-panel__icon {
  border-color: var(--ft-color-border);
  background: var(--ft-color-accent-soft);
  color: var(--ft-color-primary);
}

body.ft-theme-modern .ft-trust-panel,
body.ft-theme-modern .ft-route-panel {
  border-color: var(--ft-color-border);
  background: var(--ft-color-surface);
}

body.ft-theme-modern.ft-special-page-arb-addons .ft-product-card::after { background: var(--ft-color-primary); }

@media (max-width: 48rem) {
  body.ft-theme-modern .ft-special-summary-card,
  body.ft-theme-modern .ft-route-finder { padding: 1.2rem; }
  body.ft-theme-modern .ft-route-finder { grid-template-columns: 1fr; }
}

/* Light split-hero cards must keep readable link/button colors. */
body.ft-theme-modern .ft-page-hero .ft-special-summary-card .ft-route-list a {
  color: var(--ft-color-primary);
}
body.ft-theme-modern .ft-page-hero .ft-special-summary-card .ft-route-list a:hover,
body.ft-theme-modern .ft-page-hero .ft-special-summary-card .ft-route-list a:focus-visible {
  color: var(--ft-color-primary-hover);
}

body.ft-theme-modern.ft-brand-arb.ft-special-page-arb-addons .ft-page-hero .ft-button--secondary {
  background: #FFFFFF;
  border-color: #C7E1E1;
  color: #247173;
}
body.ft-theme-modern.ft-brand-arb.ft-special-page-arb-addons .ft-page-hero .ft-button--secondary:hover,
body.ft-theme-modern.ft-brand-arb.ft-special-page-arb-addons .ft-page-hero .ft-button--secondary:focus-visible {
  background: #E8F2F2;
  border-color: #71BAB9;
  color: #1F686A;
}

/* Knowledgebase product-route map: reuse the homepage route language on a
   reading-first hero without coupling the knowledgebase to homepage body classes. */
body.ft-theme-modern .ft-special-page--knowledgebase .ft-home-product-map {
  position: relative;
  z-index: 1;
  padding: clamp(1.15rem, 2.4vw, 1.65rem);
  border: 1px solid rgb(128 25 114 / .18);
  border-radius: clamp(1.15rem, 2vw, 1.55rem);
  background: linear-gradient(180deg, #251722, #181116);
  box-shadow: 0 24px 64px rgb(33 24 32 / .16);
}
body.ft-theme-modern .ft-special-page--knowledgebase .ft-home-product-map__header {
  display: grid;
  gap: .55rem;
  padding: .2rem .2rem 1rem;
}
body.ft-theme-modern .ft-special-page--knowledgebase .ft-home-product-map__header h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.1vw, 1.85rem);
  color: #fff;
}
body.ft-theme-modern .ft-special-page--knowledgebase .ft-home-product-map__header p:last-child {
  margin: 0;
  color: #CFC5CD;
  line-height: 1.6;
}
body.ft-theme-modern .ft-special-page--knowledgebase .ft-home-product-map__routes {
  display: grid;
  gap: .7rem;
}
body.ft-theme-modern .ft-special-page--knowledgebase .ft-product-route {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: .85rem;
  align-items: center;
  padding: .9rem 1rem;
  border: 1px solid rgb(255 255 255 / .1);
  border-radius: .9rem;
  background: rgb(19 13 18 / .62);
  color: #fff;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
body.ft-theme-modern .ft-special-page--knowledgebase .ft-product-route:hover,
body.ft-theme-modern .ft-special-page--knowledgebase .ft-product-route:focus-visible {
  transform: translateY(-2px);
  border-color: rgb(232 175 223 / .42);
  background: rgb(39 22 34 / .88);
  color: #fff;
}
body.ft-theme-modern .ft-special-page--knowledgebase .ft-product-route__icon {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border-radius: .72rem;
  background: rgb(128 25 114 / .28);
  color: #F1C5EA;
}
body.ft-theme-modern .ft-special-page--knowledgebase .ft-product-route--arb .ft-product-route__icon {
  background: rgb(41 122 124 / .25);
  color: #8ED5D6;
}
body.ft-theme-modern .ft-special-page--knowledgebase .ft-product-route--maxhost .ft-product-route__icon {
  background: rgb(140 255 0 / .11);
  color: #B9FF64;
}
body.ft-theme-modern .ft-special-page--knowledgebase .ft-product-route strong,
body.ft-theme-modern .ft-special-page--knowledgebase .ft-product-route small { display: block; }
body.ft-theme-modern .ft-special-page--knowledgebase .ft-product-route strong { font-size: .98rem; line-height: 1.35; }
body.ft-theme-modern .ft-special-page--knowledgebase .ft-product-route small { margin-top: .15rem; color: #B8ADB5; font-size: .78rem; line-height: 1.35; }
@media (max-width: 680px) {
  body.ft-theme-modern .ft-special-page--knowledgebase .ft-home-product-map { padding: 1rem; }
  body.ft-theme-modern .ft-special-page--knowledgebase .ft-product-route { grid-template-columns: auto minmax(0, 1fr); }
  body.ft-theme-modern .ft-special-page--knowledgebase .ft-product-route > span:last-child { display: none; }
}
