/* Extracted from /pro/ inline <style id="mw-v065-global-chrome"> for editable enterprise-new work */
/* v064 global chrome repair: homepage-style header/footer guaranteed on source-imported pages */
/* Page-level fallback; sitewide source of truth is /fonts/sohne-local.css */
@font-face {
  font-family: sohne-var;
  src: url("/fonts/Sohne.woff2") format("woff2-variations"),
       url("/fonts/Sohne.woff2") format("woff2");
  font-weight: 1 1000;
  font-style: normal;
  font-display: swap;
}
html body .mw-core-header {
  box-sizing: border-box !important;
  display: block !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 2147483000 !important;
  width: 100% !important;
  min-height: 68px !important;
  height: 68px !important;
  overflow: visible !important;
  background: rgba(255,255,255,.98) !important;
  border-bottom: 1px solid #d8e2ec !important;
  font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
}
html body .mw-core-header::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -1px !important;
  height: 2px !important;
  background: linear-gradient(90deg,rgba(99,91,255,0),rgba(99,91,255,.34),rgba(255,138,61,.58),rgba(229,35,223,.3),rgba(99,91,255,0)) !important;
}
html body .mw-core-header *, html body .mw-core-footer * { box-sizing: border-box !important; }
html body .mw-core-header__inner {
  max-width: 1275px !important;
  margin: 0 auto !important;
  height: 68px !important;
  padding: 0 28px !important;
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
}
html body .mw-core-brand { display: inline-flex !important; align-items: center !important; flex: 0 0 auto !important; line-height: 1 !important; text-decoration: none !important; }
html body .mw-core-brand img { display: block !important; width: 94px !important; max-width: 94px !important; height: auto !important; max-height: 25px !important; object-fit: contain !important; }
html body .mw-core-nav {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
html body .mw-core-nav__item { position: relative !important; display: inline-flex !important; align-items: center !important; }
html body .mw-core-nav__trigger, html body .mw-core-nav__link {
  appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  color: #425466 !important;
  font: 400 15px/1 sohne-var,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;
  letter-spacing: normal !important;
  padding: 26px 13px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
html body .mw-core-nav__trigger::after {
  content: "" !important;
  display: inline-block !important;
  width: 6px !important;
  height: 6px !important;
  margin-left: 6px !important;
  margin-top: -2px !important;
  border: 0 !important;
  border-right: 1.5px solid currentColor !important;
  border-bottom: 1.5px solid currentColor !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  transform: rotate(45deg) !important;
  opacity: .68 !important;
  color: inherit !important;
  font-size: 0 !important;
  line-height: 0 !important;
  vertical-align: middle !important;
}
html body .mw-core-nav__trigger:hover, html body .mw-core-nav__link:hover { color: #0a2540 !important; }
html body .mw-core-menu {
  position: absolute !important;
  top: 58px !important;
  left: 0 !important;
  min-width: 520px !important;
  max-width: min(900px, 88vw) !important;
  max-height: calc(100vh - 88px) !important;
  overflow-y: auto !important;
  padding: 16px !important;
  background: #fff !important;
  border: 1px solid #e6edf5 !important;
  border-radius: 18px !important;
  box-shadow: 0 24px 60px rgba(10,37,64,.16),0 1px 2px rgba(10,37,64,.04) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(8px) !important;
  pointer-events: none !important;
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 14px !important;
  transition: opacity .14s ease, transform .14s ease, visibility .14s ease !important;
  z-index: 2147483001 !important;
}
html body .mw-core-menu--wide { grid-template-columns: repeat(3,minmax(0,1fr)) !important; min-width: 760px !important; }
html body .mw-core-nav__item:hover > .mw-core-menu,
html body .mw-core-nav__item:focus-within > .mw-core-menu,
html body .mw-core-nav__item.mw-open > .mw-core-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}
html body .mw-core-menu__title {
  color: #0a2540 !important;
  font: 600 13px/1.2 sohne-var,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;
  margin: 6px 10px 8px !important;
}
html body .mw-core-menu a {
  display: block !important;
  padding: 10px 10px !important;
  color: #425466 !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  font: 400 14px/1.25 sohne-var,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;
}
html body .mw-core-menu a:hover { background: #f6f9fc !important; color: #0a2540 !important; }
html body .mw-core-menu a span { display: block !important; color: #697386 !important; font-weight: 400 !important; font-size: 12px !important; line-height: 1.35 !important; margin-top: 3px !important; }
html body .mw-core-actions { display: flex !important; align-items: center !important; gap: 18px !important; margin-left: auto !important; }
/* Sign in matches the nav items; the block padding gives the dropdown a hover bridge. */
html body .mw-core-signin { color: #0a2540 !important; font: 400 15px/1 sohne-var,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important; text-decoration: none !important; white-space: nowrap !important; padding-block: 26px !important; }

/* Portal chooser under Sign in. */
/* Anchored to the actions row rather than the Sign in link, so the panel's right
   edge lines up with the Contact sales button instead of stopping short of it. */
html body .mw-core-actions { position: relative !important; }
html body .mw-core-nav__item--portals { position: static !important; }
html body .mw-core-menu--portals {
  left: auto !important;
  right: 0 !important;
  width: 240px !important;
  min-width: 240px !important;
  max-width: 240px !important;
  grid-template-columns: 1fr !important;
  gap: 4px !important;
  padding: 10px !important;
}
html body .mw-core-menu--portals .mw-portal {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px !important;
  border-radius: 14px !important;
}
/* Selectors carry the full .mw-core-menu--portals .mw-portal prefix so they outrank
   the generic `.mw-core-menu a span` rule above, which is also !important. */
html body .mw-core-menu--portals .mw-portal span { margin-top: 0 !important; }
html body .mw-core-menu--portals .mw-portal .mw-portal__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: none !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 12px !important;
}
html body .mw-core-menu--portals .mw-portal .mw-portal__icon--client { background: #ecebfd !important; color: #5b52e8 !important; }
html body .mw-core-menu--portals .mw-portal .mw-portal__icon--provider { background: #fdeaf1 !important; color: #c2266b !important; }
html body .mw-core-menu--portals .mw-portal .mw-portal__body {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 3px !important;
}
html body .mw-core-menu--portals .mw-portal .mw-portal__title {
  color: #0a2540 !important;
  font: 400 15px/1.25 sohne-var,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;
}
html body .mw-core-menu--portals .mw-portal .mw-portal__cta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #635bff !important;
  font: 400 14px/1.3 sohne-var,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;
}
/* Desktop keeps the original single-row header: the drawer wrapper is layout-transparent. */
html body .mw-core-drawer { display: contents; }
html body .mw-core-burger, html body .mw-core-scrim { display: none !important; }
html body .mw-core-burger {
  appearance: none !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  width: 40px !important;
  height: 40px !important;
  margin-left: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 3 !important;
}
html body .mw-core-burger span {
  display: block !important;
  width: 20px !important;
  height: 2px !important;
  border-radius: 2px !important;
  background: #0a2540 !important;
  transition: transform .2s ease, opacity .2s ease !important;
}
html body.mw-nav-open .mw-core-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg) !important; }
html body.mw-nav-open .mw-core-burger span:nth-child(2) { opacity: 0 !important; }
html body.mw-nav-open .mw-core-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg) !important; }

html body .mw-core-footer {
  display: block !important;
  background: #fff !important;
  color: #0a2540 !important;
  border-top: 1px solid #e6edf5 !important;
  font-family: sohne-var,"SF Pro Display",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;
  overflow: visible !important;
}
html body .mw-core-footer__inner {
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 64px 24px 88px !important;
  display: grid !important;
  grid-template-columns: 180px 1fr !important;
  gap: 48px !important;
  align-items: start !important;
}
html body .mw-core-footer__logo img {
  display: block !important;
  width: 92px !important;
  max-width: 92px !important;
  height: auto !important;
  max-height: 25px !important;
  object-fit: contain !important;
}
html body .mw-core-footer__locale {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #697386 !important;
  margin-top: 18px !important;
  text-decoration: none !important;
  font: 400 13px/1.2 sohne-var,"SF Pro Display",Inter,sans-serif !important;
}
html body .mw-core-footer__copyright { display: none !important; }
html body .mw-core-footer__nav {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 40px !important;
  align-items: start !important;
}
html body .mw-core-footer__navCol { display: grid !important; gap: 28px !important; align-content: start !important; }
html body .mw-core-footer__section { margin: 0 !important; display: block !important; }
html body .mw-core-footer__section h2 {
  margin: 0 0 12px !important;
  color: #0a2540 !important;
  font: 400 14px/1.25 sohne-var,"SF Pro Display",Inter,sans-serif !important;
}
html body .mw-core-footer__subhead {
  margin: 18px 0 10px !important;
  color: #0a2540 !important;
  font: 400 14px/1.25 sohne-var,"SF Pro Display",Inter,sans-serif !important;
}
html body .mw-core-footer__section h2 + .mw-core-footer__subhead {
  margin-top: 4px !important;
}
html body .mw-core-footer__section a,
html body .mw-core-footer__signin {
  display: block !important;
  color: #425466 !important;
  text-decoration: none !important;
  font: 300 13px/1.45 sohne-var,"SF Pro Display",Inter,sans-serif !important;
  margin: 0 0 8px !important;
  white-space: normal !important;
}
html body .mw-core-footer__section a:hover,
html body .mw-core-footer__signin:hover { color: #0a2540 !important; }
html body .mw-core-footer__signin {
  color: #0a2540 !important;
  font-weight: 400 !important;
  margin-top: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  width: auto !important;
}
@media (max-width: 920px) {
  html body .mw-core-header__inner { gap: 12px !important; padding: 0 18px !important; }
  html body .mw-core-burger {
    display: inline-flex !important;
    z-index: 4 !important;
  }
  /* Closed drawer must not paint or extend scroll. translateX(100%) still overflows. */
  html body .mw-core-drawer {
    display: none !important;
  }
  html body.mw-nav-open .mw-core-drawer {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 2 !important;
    width: min(360px, 86vw) !important;
    padding: 84px 20px 32px !important;
    background: #fff !important;
    box-shadow: -18px 0 48px rgba(10, 37, 64, .18) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    transform: none !important;
  }
  html body .mw-core-scrim {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 1 !important;
    background: rgba(10, 37, 64, .42) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity .24s ease, visibility .24s ease !important;
  }
  html body.mw-nav-open .mw-core-scrim { opacity: 1 !important; visibility: visible !important; }
  html body.mw-nav-open { overflow: hidden !important; }
  html body .mw-core-nav { flex-direction: column !important; align-items: stretch !important; gap: 0 !important; }
  html body .mw-core-nav__item { display: block !important; position: static !important; }
  html body .mw-core-nav__trigger, html body .mw-core-nav__link {
    width: 100% !important;
    justify-content: space-between !important;
    padding: 14px 4px !important;
    font-size: 16px !important;
    color: #0a2540 !important;
    border-block-end: 1px solid #edf2f7 !important;
  }
  /* Hover can't open a submenu on touch, so the triggers drive in-flow accordions instead. */
  html body .mw-core-menu:not(.mw-core-menu--portals) {
    display: none !important;
    position: static !important;
    inset: auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: none !important;
    padding: 4px 0 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    grid-template-columns: 1fr !important;
  }
  html body .mw-core-nav__item.mw-open > .mw-core-menu:not(.mw-core-menu--portals) { display: grid !important; }
  /* The portal chooser needs hover too; the plain Sign in link covers it in the drawer. */
  html body .mw-core-menu--portals { display: none !important; }
  html body .mw-core-actions { flex-direction: column !important; align-items: stretch !important; gap: 14px !important; margin: 22px 0 0 !important; }
  html body .mw-core-signin { padding-block: 0 !important; font-size: 16px !important; }
  html body .mw-core-footer__inner { grid-template-columns: 1fr !important; gap: 30px !important; }
  html body .mw-core-footer__nav { grid-template-columns: 1fr !important; gap: 24px !important; }
}


/* v065 US-source import + locale banner suppression */
.SiteHeader{display:none!important;}
.NotificationCenter,.ThirdPartyFrame,.UniversalChatCtaButton,.UniversalChatCtaButtonLarge,.UniversalChatCtaCard__wrapper,[data-universal-chat-iframe],[data-universal-chat-unseen-messages-count-div]{display:none!important;visibility:hidden!important;}
body.mw-source-import-shell{margin:0;-webkit-font-smoothing:antialiased;}
body.mw-source-import-shell .mw-core-header{position:sticky;top:0;}
body.mw-source-import-shell .mw-core-footer{position:relative;z-index:100;background:#f6f9fc;}
body.mw-source-import-shell img{max-width:100%;}
body.mw-source-import-shell a[href="/under-construction/"]{cursor:pointer;}
.mw-v065-locale-removed{display:none!important;}
.mw-source-import-shell [style*="opacity: 0"], .mw-source-import-shell [style*="opacity:0"] { opacity: 1 !important; }
.mw-source-import-shell [style*="visibility: hidden"] { visibility: visible !important; }
.mw-source-import-shell .hero-sticky-subnav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 2147482990 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-14px) !important;
  pointer-events: none !important;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
}
.mw-source-import-shell.mw-sticky-subnav-active .hero-sticky-subnav {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}
.mw-source-import-shell .hero-sticky-subnav .hero-subnav {
  background: #fff !important;
  border-bottom: 1px solid #d8e2ec !important;
  box-shadow: 0 8px 24px rgba(10, 37, 64, .08) !important;
}
.mw-source-import-shell.mw-sticky-subnav-active .mw-core-header {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-100%) !important;
}
.mw-source-import-shell.mw-sticky-subnav-active .product-hero-subnav > .hero-static-subnav,
.mw-source-import-shell.mw-sticky-subnav-active .product-hero-subnav > .hero-mobile-static-subnav {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
@media (max-width: 920px) {
  .mw-source-import-shell .hero-sticky-subnav { top: 0 !important; }
}

/* The captured panels rely on an HDS surface token that resolves transparent here, so the
   hero shows through the open mobile subnav. Pin them to white. */
.mw-source-import-shell .hero-mobile-static-subnav__content-container,
.mw-source-import-shell .hero-subnav--sticky .hero-subnav__content-container {
  background: #fff !important;
}

/* Jump targets clear the sticky subnav. */
.mw-source-import-shell section[id] { scroll-margin-block-start: 88px; }

/* Key features grid: Stripe divides the cells with hairline rules, so the grid
   gaps are zeroed on the container and the spacing comes from cell padding. */
.mw-source-import-shell .feature-lists__column {
  --mw-feature-rule: 1px solid var(--hds-color-surface-border-quiet, #e3e8ee);
  --mw-feature-bleed: var(--section-container-padding-inline, var(--hds-space-layout-content-margin, 16px));
  border-block-start: var(--mw-feature-rule);
  padding-block: var(--hds-space-core-400, 32px);
  /* Bleed out of the section padding so the rules meet the container's side rails. */
  margin-inline: calc(-1 * var(--mw-feature-bleed));
  padding-inline: var(--mw-feature-bleed);
}
.mw-source-import-shell .feature-lists__column:last-child {
  border-block-end: var(--mw-feature-rule);
}
@media (min-width: 640px) {
  /* Two per row, so the closing rule spans both cells of the final row. */
  .mw-source-import-shell .feature-lists__column:nth-last-child(-n+2) {
    border-block-end: var(--mw-feature-rule);
  }
  /* Only the outer edge of each cell bleeds; the inner edges meet at the centre rule. */
  .mw-source-import-shell .feature-lists__column:nth-child(odd) {
    border-inline-end: var(--mw-feature-rule);
    margin-inline-end: 0;
    padding-inline-end: var(--hds-space-core-400, 32px);
  }
  .mw-source-import-shell .feature-lists__column:nth-child(even) {
    margin-inline-start: 0;
    padding-inline-start: var(--hds-space-core-400, 32px);
  }
}

/* Footer brand column: wordmark sits in the first grid column, ahead of the link groups. */
.mw-source-import-shell .footer-brand-block {
  padding-inline-end: 0 !important;
}
.mw-source-import-shell .footer-brand-block__logo {
  display: inline-block !important;
  width: fit-content !important;
}
.mw-source-import-shell .footer-brand-block__logo img {
  display: block !important;
  width: 84px !important;
  height: auto !important;
}
.mw-source-import-shell .footer-brand-block .locale-switcher__button {
  margin-inline: 0 !important;
  margin-block: var(--hds-space-core-150, 12px) 0 !important;
  padding-inline: 0 !important;
  justify-content: flex-start !important;
  width: fit-content !important;
}

/* Static hero wave fallback: canvas animation is not available in the local prototype. */
/* Supply hero: copy on the left, product panel on the right. The panel artwork is a
   stack of radial gradients so the page keeps zero remote asset dependencies. */
@media (min-width: 940px) {
  .mw-source-import-shell .billing-hero__container .section-row {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    align-items: center;
  }
}
/* The captured hero zeroed its bottom padding so the animation could bleed into the next
   section; the panel sits inside the container, so put the spacing back. */
.mw-source-import-shell .billing-hero__container { --section-container-pbe: var(--hds-space-core-600); }
.mw-source-import-shell .billing-hero__content { text-align: start; }
/* align-self keeps the clamped heading and copy at the column's start edge: a stretch
   flex item capped by max-width is centred otherwise. */
.mw-source-import-shell .billing-hero__title { align-self: start; max-width: 18ch; text-align: start; }
.mw-source-import-shell .billing-hero__subtitle { align-self: start; max-width: 46ch; }
.mw-source-import-shell .billing-hero__ctas { align-self: start; display: flex; justify-content: flex-start; }
.mw-source-import-shell .mw-hero-media { display: flex; justify-content: flex-end; }
.mw-source-import-shell .mw-hero-panel {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: min(100%, 580px);
  aspect-ratio: 5 / 4;
  min-height: 0;
  padding: 0 0 0 12%;
  overflow: hidden;
  border-radius: 8px;
  background-color: #4b2ce8;
  background-image: url("./images/hero/Bento_Card_Modal.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.mw-source-import-shell .mw-hero-card {
  width: min(340px, 100%);
  padding: 18px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(16, 24, 40, .18);
  color: #0a2540;
  font: 400 12px/1.45 sohne-var, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.mw-source-import-shell .mw-hero-card__title { font-size: 15px; font-weight: 600; }
.mw-source-import-shell .mw-hero-card__label { margin-block: 14px 6px; color: #697386; font-size: 11px; }
.mw-source-import-shell .mw-hero-card__row {
  padding: 10px 12px;
  border: 1px solid #e3e8ee;
  border-radius: 5px;
}
.mw-source-import-shell .mw-hero-card__row b { display: block; font-weight: 500; font-size: 11px; }
.mw-source-import-shell .mw-hero-card__row i { display: block; color: #8792a2; font-size: 10px; font-style: normal; }
.mw-source-import-shell .mw-hero-card__accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 12px;
  border-block-start: 1px solid #eaeef3;
  color: #0a2540;
  font-size: 12px;
}
.mw-source-import-shell .mw-hero-card__accordion:first-of-type { margin-block-start: 14px; }
/* Overlaps the card's top-right corner, the way the reference composites it. */
.mw-source-import-shell .mw-hero-toast {
  position: absolute;
  top: 62px;
  right: 26px;
  width: 186px;
  padding: 14px 16px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(16, 24, 40, .2);
  text-align: center;
  color: #0a2540;
  font: 400 11px/1.4 sohne-var, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.mw-source-import-shell .mw-hero-toast__tick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #635bff;
  color: #fff;
}
.mw-source-import-shell .mw-hero-toast b { display: block; margin-block: 8px 4px; font-size: 12px; font-weight: 600; }
.mw-source-import-shell .mw-hero-toast i { color: #697386; font-style: normal; }
@media (max-width: 939px) {
  .mw-source-import-shell .mw-hero-panel {
    width: min(100%, 500px);
    margin-inline: auto;
    padding: 48px 20px 0;
  }
  .mw-source-import-shell .mw-hero-card { margin-inline: auto; }
  .mw-source-import-shell .mw-hero-toast {
    top: 24px;
    right: 16px;
    left: auto;
  }
}


/* Tighter vertical padding on the 4 value-prop cards under the logo strip. */
.mw-source-import-shell .section:has(.mw-valueprop) > .section-container {
  --section-container-pbs: var(--hds-space-core-300, 24px);
  --section-container-pbe: var(--hds-space-core-300, 24px);
  --section-container-pbs-tb: var(--hds-space-core-400, 32px);
  --section-container-pbe-tb: var(--hds-space-core-400, 32px);
  --section-container-pbs-dt: var(--hds-space-core-400, 32px);
  --section-container-pbe-dt: var(--hds-space-core-400, 32px);
}
/* Value-prop cards reuse Stripe's gradient-border-card component. The reveal
   on hover is pure CSS; the gradient only follows the pointer once
   --gradient-border-card-mouse-x/y are set, which the prototype script in index.html does. */
.mw-source-import-shell .mw-valueprop {
  --gradient-border-card-bg: #fff;
  display: block;
  height: 100%;
  text-decoration: none;
}
/* Resting edge: the plain variant ships no border-layer background, so the ring is
   invisible until hover. Stripe's expandable variant paints it; do the same here. */
.mw-source-import-shell .mw-valueprop .gradient-border-card__border {
  background: var(--hds-color-surface-border-quiet, #e3e8ee);
}
.mw-source-import-shell .mw-valueprop .gradient-border-card__inner { height: 100%; }
.mw-source-import-shell .mw-valueprop .gradient-border-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--hds-space-core-200, 16px);
  padding: var(--hds-space-core-300, 24px);
}
.mw-source-import-shell .mw-valueprop__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--hds-color-surface-border-quiet, #e3e8ee);
  border-radius: 10px;
  color: #635bff;
}
.mw-source-import-shell .mw-valueprop__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-block-start: auto;
  color: #635bff;
}

/* Client logo strip: infinite horizontal marquee. */
.mw-source-import-shell .mw-logo-marquee-container {
  justify-content: flex-start !important;
  cursor: grab;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.mw-source-import-shell .mw-logo-marquee {
  width: max-content !important;
  justify-content: flex-start !important;
  animation: mw-logo-marquee 36s linear infinite;
}
.mw-source-import-shell .mw-logo-marquee-container:hover .mw-logo-marquee {
  animation-play-state: paused;
}
@keyframes mw-logo-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .mw-source-import-shell .mw-logo-marquee { animation: none; }
}

/* "Get to market faster" — 3 product mockups after The opportunity. */
.mw-source-import-shell .mw-market__col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.mw-source-import-shell .mw-market__panel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-end: var(--hds-space-core-300, 24px);
  padding: 28px 20px;
  border-radius: 8px;
  background: #eef2f7;
  overflow: hidden;
}
.mw-source-import-shell .mw-market__shot {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, .12);
}
.mw-source-import-shell .mw-market__col .feature-detail__content {
  margin-block-start: 0;
}
.mw-source-import-shell .mw-market__col .hds-text--emphasized {
  display: block;
  margin-block-end: 6px;
}

/* Expand globally — copy + gradient checkout panel + case-study chips. */
.mw-source-import-shell #mw-expand > .section-container {
  border-block-start: 1px solid var(--hds-color-surface-border-quiet, #e3e8ee);
}
.mw-source-import-shell .mw-expand {
  display: grid;
  gap: var(--hds-space-core-500, 40px);
  align-items: center;
}
@media (min-width: 940px) {
  .mw-source-import-shell .mw-expand {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--hds-space-core-600, 48px);
  }
}
.mw-source-import-shell .mw-expand__points {
  display: flex;
  flex-direction: column;
  gap: var(--hds-space-core-250, 20px);
  margin-block-start: var(--hds-space-core-400, 32px);
}
.mw-source-import-shell .mw-expand__panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  max-width: 560px;
  margin-inline: auto;
  padding: 36px 0 36px 20px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #7c3aed;
  background-image: url("./images/recover/content.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mw-source-import-shell .mw-expand__checkout {
  display: block;
  width: calc(100% - 4px);
  max-width: none;
  height: auto;
  /* max-height: calc(100% - 72px); */
  object-fit: contain;
  object-position: right center;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 18px 40px rgba(16, 24, 40, .2);
  transform: translateX(18px);
}
.mw-source-import-shell .mw-expand__chip {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: var(--hds-space-core-250, 20px);
  min-height: 112px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--hds-color-surface-border-quiet, #e3e8ee);
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: background-color .15s ease;
}
.mw-source-import-shell .mw-expand__chip:hover,
.mw-source-import-shell .mw-expand__chip:focus-visible {
  background: #fff;
  text-decoration: none;
}
.mw-source-import-shell .mw-expand__chip-img {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: cover;
  object-position: bottom center;
}
.mw-source-import-shell .mw-expand__chip-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding-block: 16px;
  padding-inline-end: var(--hds-space-core-250, 20px);
}
.mw-source-import-shell .mw-expand__chip .hds-text { margin: 0; }
.mw-source-import-shell .mw-expand__chip-link {
  color: var(--hds-color-action-text-primary, #635bff);
  font: 500 14px/1.4 sohne-var, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  opacity: 0;
  transition: opacity .15s ease;
}
.mw-source-import-shell .mw-expand__chip:hover .mw-expand__chip-link,
.mw-source-import-shell .mw-expand__chip:focus-visible .mw-expand__chip-link {
  opacity: 1;
}
@media (hover: none) {
  .mw-source-import-shell .mw-expand__chip-link { opacity: 1; }
}
@media (max-width: 639px) {
  .mw-source-import-shell .mw-expand__panel { max-width: 100%; padding: 24px 0 24px 20px; }
  .mw-source-import-shell .mw-expand__checkout { max-height: calc(100% - 48px); }
  .mw-source-import-shell .mw-expand__chip {
    grid-template-columns: 88px minmax(0, 1fr);
    min-height: 88px;
  }
  .mw-source-import-shell .mw-expand__chip-img { width: 88px; height: 88px; }
}

/* Pricing section: static Recover graphic + feature copy (no accordion). */
.mw-source-import-shell #mw-pricing .billing-accordion-content {
  display: block;
}
.mw-source-import-shell #mw-pricing .graphic-with-background {
  position: relative;
  box-sizing: border-box;
}
.mw-source-import-shell #mw-pricing .graphic-with-background__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
/* Extra space above/below the white revenue card → taller gradient panel. */
.mw-source-import-shell #mw-pricing .graphic-with-background__foreground {
  position: relative;
  z-index: 1;
  padding-block: var(--hds-space-core-500, 40px);
  box-sizing: border-box;
}
@media (min-width: 940px) {
  .mw-source-import-shell #mw-pricing .graphic-with-background__foreground {
    padding-block: var(--hds-space-core-600, 48px);
  }
}

/* Analytics — monetisation decisions + MRR chart panel. */
.mw-source-import-shell #mw-analytics > .section-container {
  border-block-start: 1px solid var(--hds-color-surface-border-quiet, #e3e8ee);
}

/* FAQ → Ready to get started divider (both white). */
.mw-source-import-shell .billing-footer-cta > .section-container {
  border-block-start: 1px solid var(--hds-color-surface-border-quiet, #e3e8ee);
}

/* Hairline above More resources (inside FAQ section).
   Override HDS .divider-wrapper { width:100%; height:100% } — that combo
   clips the right bleed so the rule never meets the side rail. */
.mw-source-import-shell #mw-faq .divider-wrapper {
  width: auto;
  height: 0;
  border-block-start: 1px solid var(--hds-color-surface-border-quiet, #e3e8ee);
  margin-inline: var(
    --section-container-margin-inline-bleed,
    calc(-1 * var(--section-container-padding-inline, var(--hds-space-layout-content-margin, 16px)))
  );
}
.mw-source-import-shell .mw-analytics {
  display: grid;
  gap: var(--hds-space-core-500, 40px);
  align-items: center;
}
@media (min-width: 940px) {
  .mw-source-import-shell .mw-analytics {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--hds-space-core-600, 48px);
  }
}
.mw-source-import-shell .mw-analytics__points {
  display: flex;
  flex-direction: column;
  gap: var(--hds-space-core-250, 20px);
  margin-block-start: var(--hds-space-core-400, 32px);
}
.mw-source-import-shell .mw-analytics__panel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 5 / 4;
  max-width: 560px;
  margin-inline: auto 0;
  padding-block: var(--hds-space-core-600, 48px);
  padding-inline: var(--hds-space-core-400, 32px);
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #5b2ee0;
  background-image: url("./images/analytics/content.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mw-source-import-shell .mw-analytics__card {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(16, 24, 40, .2);
}
@media (max-width: 939px) {
  .mw-source-import-shell .mw-analytics__panel {
    max-width: 100%;
    margin-inline: auto;
    padding-block: var(--hds-space-core-500, 40px);
  }
}


/* Header contact button (kept from capture markup) */
html body .mw-core-header .hds-button--primary {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 36px !important;
  padding: 8px 14px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #635bff !important;
  color: #fff !important;
  font: 400 14px/1 sohne-var, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
html body .mw-core-header .hds-button--primary:hover {
  background: #5851ea !important;
  color: #fff !important;
}

/* enterprises-new page shell – prevent horizontal scroll (same as iq-new) */
.mw-source-enterprises-new {
  margin: 0;
  overflow-x: clip;
  max-width: 100%;
}

/* pricing-new page content uses pricing-page.css */
.mw-source-pricing-new .UniversalChatCtaButton,
.mw-source-pricing-new .UniversalChatCtaButtonLarge,
.mw-source-pricing-new .UniversalChatInitializer {
  display: none !important;
}
