@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;
}
/* 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 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;
}

/* pricing-new page content uses pricing-page.css */
.mw-source-pricing-new .pricing-page__hero {
  /* Subnav-only band: sticky-subnav.js uses this section as the scroll trigger. */
  padding-block-end: 0;
}
.mw-source-pricing-new .pricing-page__hero .section-container.product-hero-subnav {
  --section-container-pbs: 0;
  --section-container-pbe: 0;
  --section-container-border-block-end: none;
  border-block-end: none;
}
.mw-source-pricing-new .UniversalChatCtaButton,
.mw-source-pricing-new .UniversalChatCtaButtonLarge,
.mw-source-pricing-new .UniversalChatInitializer {
  display: none !important;
}

/* approved-shared-header.css hides platform subnav globally; restore it on pricing. */
html body.mw-source-pricing-new .pricing-page__hero .section-container.product-hero-subnav {
  display: block !important;
}
html body.mw-source-pricing-new .pricing-page__hero .hero-static-subnav {
  display: flex !important;
}
html body.mw-source-pricing-new .pricing-page__hero .hero-mobile-static-subnav {
  display: flex !important;
}
html body.mw-source-pricing-new .hero-sticky-subnav {
  display: block !important;
}
@media (max-width: 939px) {
  html body.mw-source-pricing-new .pricing-page__hero .hero-static-subnav {
    display: none !important;
  }
}
@media (min-width: 940px) {
  html body.mw-source-pricing-new .pricing-page__hero .hero-mobile-static-subnav {
    display: none !important;
  }
}
