/* Post-Webflow overrides. Loaded after cloud-squid.webflow.css (Base.astro);
   put deliberate divergences from the migrated Webflow design here instead of
   editing the generated Webflow CSS. */

/* Display typeface: Sentient (Fontshare, ITF Free Font License — free for
   commercial use, self-hosted). Headings only; body/UI stays Geist. The
   Medium covers 400–600 so headings land on it whether Webflow leaves
   them at the default 400 or tags them .font-weight-500/600. */
@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-Medium.woff2') format('woff2');
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}

/* Hero file-flow nodes: several columns land mid-hero, overlapping the CTA
   buttons. Shift those columns down so every node clears the button row,
   without touching column _3 (already below it). */
.home-hero-line._1 { transform: translateY(14.5rem); }
.home-hero-line._2 { transform: translateY(5.5rem); }
.home-hero-line._4 { transform: translateY(11.75rem); }
.home-hero-line._5 { transform: translateY(8rem); }

.home-hero-inner-border.hero-top-1,
.home-hero-inner-border.hero-top-2,
.home-hero-inner-border.hero-top-3,
.home-hero-inner-border.hero-top-4,
.home-hero-inner-border.hero-top-5 {
  background-image: none;
}

/* Focused messaging update (2026-07-29): one polished navigation surface for
   process and industry solutions, while Resources remains its own menu. */
.nav-mega-dropdown,
.nav-resource-dropdown {
  position: relative;
}

.dropdown-list-2.nav-mega-menu.w--open {
  width: min(61rem, calc(100vw - 3rem));
  min-width: 57rem;
  max-width: none;
  background: #fff;
  border: 1px solid #2114311f;
  border-radius: .9rem;
  box-shadow: 0 1.4rem 4rem #2104401f, 0 .25rem .8rem #2104400d;
  display: block;
  left: -.75rem;
  padding: .75rem;
  overflow: hidden;
}

.nav-mega-section {
  padding: .35rem;
}

.nav-mega-grid {
  display: grid;
  gap: 0;
}

.nav-mega-grid-workflows {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.nav-mega-divider {
  height: 1px;
  background: #2114311a;
  margin: .35rem .55rem .75rem;
}

.nav-mega-section-industry {
  background: linear-gradient(145deg, #f7f2ff, #f4fbff);
  border: 1px solid #6d28d91a;
  border-radius: .65rem;
}

.dropdown-list-2.nav-resource-menu.w--open {
  width: 23rem;
  min-width: 23rem;
  max-width: 23rem;
  background: #fff;
  border: 1px solid #2114311f;
  border-radius: .9rem;
  box-shadow: 0 1.4rem 4rem #2104401f, 0 .25rem .8rem #2104400d;
  gap: .2rem;
  padding: .75rem;
}

.nav-mega-column {
  min-width: 0;
  padding: .35rem;
}

.nav-mega-column-industries {
  background: linear-gradient(145deg, #f7f2ff, #f4fbff);
  border: 1px solid #6d28d91a;
  border-radius: .65rem;
}

.nav-mega-label {
  color: #13131373;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: .35rem .55rem .6rem;
  font-size: .65rem;
  font-weight: 700;
}

.dropdown-list-2 .link-block.nav-mega-link {
  color: #17131b;
  width: 100%;
  min-width: 0;
  grid-template-columns: 2.35rem minmax(0, 1fr) auto;
  align-items: start;
  gap: .75rem;
  border: 1px solid transparent;
  border-radius: .6rem;
  padding: .75rem;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.dropdown-list-2 .link-block.nav-mega-link:hover,
.dropdown-list-2 .link-block.nav-mega-link:focus-visible {
  background: #fff;
  border-color: #6d28d929;
  transform: translateX(.15rem);
}

.nav-mega-icon {
  width: 2.35rem;
  height: 2.35rem;
  color: #131313;
  background: #f0f0f0;
  border-radius: .5rem;
  display: grid;
  place-items: center;
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: -.02em;
}

.nav-mega-icon svg {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}

.nav-mega-link > span:nth-child(2) {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .12rem;
}

.nav-mega-link strong {
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.25;
}

.nav-mega-link small {
  color: #1313138f;
  white-space: normal;
  font-size: .67rem;
  line-height: 1.35;
}

.nav-mega-link i {
  color: #6b6b6b;
  opacity: 0;
  font-style: normal;
  transition: opacity .18s ease, transform .18s ease;
}

.nav-mega-link:hover i,
.nav-mega-link:focus-visible i {
  opacity: 1;
  transform: translate(.1rem, -.1rem);
}

/* Webflow enlarged locale links through :lang(de-de), which made the flags
   jump in size after switching languages. Keep both choices identical. */
.navbar .locales-list {
  align-items: center;
}

.navbar .link-2,
.navbar .link-2:lang(de-de) {
  width: 1.35rem;
  height: 1.35rem;
  line-height: 1;
  font-size: 1rem;
  display: grid;
  place-items: center;
}

/* How It Works: a single horizontal operating loop above the existing Product
   page. The rest of the Product page remains unchanged. */
.product-loop {
  height: 290vh;
  background: #f7f6f8;
  position: relative;
}

.product-loop-sticky {
  height: 100vh;
  min-height: 44rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7rem 0 3rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.product-loop-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .58fr);
  align-items: end;
  gap: 4rem;
  margin-bottom: 2.25rem;
}

.product-loop-heading h2 {
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(2.25rem, 3.6vw, 3.8rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .96;
  margin: 0;
}

.product-loop-heading > p {
  color: #131313a8;
  max-width: 34rem;
  margin: 0 0 .3rem;
  line-height: 1.55;
}

.product-loop-viewport {
  width: 100%;
  overflow: visible;
}

.product-loop-track {
  width: max-content;
  display: flex;
  gap: 1rem;
  padding-left: max(1.5rem, calc((100vw - 90rem) / 2));
  padding-right: 3rem;
  will-change: transform;
}

.product-loop-card {
  width: calc(100vw - 3rem);
  height: min(38rem, calc(100vh - 18rem));
  min-height: 28rem;
  color: #fff;
  background: #201027;
  border: 1px solid #ffffff1f;
  border-radius: 1rem;
  box-shadow: 0 1.25rem 3rem #2104401f;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(22rem, 1.1fr);
  gap: 3rem;
  padding: 2.75rem;
  overflow: hidden;
  position: relative;
}

.product-loop-card:nth-child(2) {
  background: #2d1350;
}

.product-loop-card:nth-child(3) {
  color: #17131b;
  background: linear-gradient(135deg, #dff7ff, #eee3ff 65%, #fff);
  border-color: #6d28d926;
}

.product-loop-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-loop-card-top {
  display: flex;
  align-items: center;
  gap: .65rem;
}

.product-loop-card-top span {
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  opacity: .65;
  font-size: .65rem;
}

.product-loop-card-top p {
  margin: 0;
  font-size: .8rem;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.product-loop-card h3 {
  max-width: 29rem;
  margin: auto 0 1rem;
  font-size: clamp(2rem, 3.2vw, 3.45rem);
  line-height: 1.04;
}

.product-loop-card-copy > p {
  color: #ffffffb8;
  max-width: 30rem;
  margin: 0;
  font-size: .95rem;
  line-height: 1.55;
}

.product-loop-card:nth-child(3) .product-loop-card-copy > p {
  color: #17131ba8;
}

.product-loop-card-visual {
  align-self: stretch;
  background: #ffffff0a;
  border: 1px solid #ffffff1f;
  border-radius: .75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  position: relative;
}

.product-loop-card:nth-child(3) .product-loop-card-visual {
  background: #ffffff73;
  border-color: #6d28d926;
}

.product-loop-signal {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1.5rem;
  font-size: .88rem;
}

.product-loop-pulse {
  width: .55rem;
  height: .55rem;
  background: #83f4bc;
  border-radius: 50%;
  box-shadow: 0 0 0 .3rem #83f4bc1f;
  animation: product-loop-pulse 2s ease-in-out infinite;
}

@keyframes product-loop-pulse {
  50% { box-shadow: 0 0 0 .65rem #83f4bc00; }
}

.product-loop-proof-line {
  height: 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: .35rem;
  margin-bottom: 1rem;
}

.product-loop-proof-line span {
  height: 45%;
  background: linear-gradient(180deg, #a875ff, #7042ad);
  border-radius: .25rem .25rem 0 0;
}

.product-loop-proof-line span:nth-child(2) { height: 72%; }
.product-loop-proof-line span:nth-child(3) { height: 100%; }

.product-loop-audit-graphic,
.product-loop-recovery-graphic,
.product-loop-prevention-graphic {
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-loop-population {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: .45rem;
  margin-bottom: 1.25rem;
  position: relative;
}

.product-loop-population span {
  aspect-ratio: 1;
  background: #ffffff14;
  border: 1px solid #ffffff1f;
  border-radius: .25rem;
}

.product-loop-population span.is-finding {
  background: #a875ff;
  border-color: #d7c0ff;
  box-shadow: 0 0 0 .2rem #a875ff1f;
  animation: product-loop-finding-glow 6s ease-in-out infinite;
  will-change: filter, box-shadow, transform;
}

.product-loop-population span.is-finding:nth-child(6) { animation-delay: 0s; }
.product-loop-population span.is-finding:nth-child(15) { animation-delay: -4s; }
.product-loop-population span.is-finding:nth-child(22) { animation-delay: -2s; }

@keyframes product-loop-finding-glow {
  0%, 28%, 100% {
    filter: brightness(1);
    box-shadow: 0 0 0 .2rem #a875ff1f;
    transform: scale(1);
  }

  14% {
    filter: brightness(1.12);
    box-shadow: 0 0 .25rem .12rem #d4bdff73, 0 0 .8rem .2rem #a875ff3d;
    transform: scale(1.025);
  }
}

.product-loop-case {
  background: #ffffff0b;
  border: 1px solid #ffffff24;
  border-radius: .6rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: .35rem 1rem;
  margin-bottom: .8rem;
  padding: 1rem;
}

.product-loop-case span,
.product-loop-case p {
  color: #ffffff80;
  margin: 0;
  font-size: .75rem;
}

.product-loop-case strong {
  color: #c9c9c9;
  grid-row: 1 / span 2;
  grid-column: 2;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: 2.2rem;
  font-weight: 500;
}

.product-loop-recovery-graphic ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-loop-recovery-graphic li {
  border-top: 1px solid #ffffff24;
  display: grid;
  grid-template-columns: 2rem 1fr auto;
  align-items: center;
  gap: .75rem;
  padding: .85rem .15rem;
}

.product-loop-recovery-graphic li > span {
  width: 1.6rem;
  height: 1.6rem;
  color: #3d3d3d;
  background: #d4bdff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: .6rem;
  font-weight: 700;
}

.product-loop-recovery-graphic li p {
  margin: 0;
  font-size: .86rem;
  line-height: 1.35;
}

.product-loop-recovery-graphic li b {
  color: #d9d9d9;
  font-size: .72rem;
  font-weight: 600;
}

.product-loop-rule {
  background: #fff9;
  border: 1px solid #6d28d929;
  border-radius: .65rem;
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: .65rem .85rem;
  padding: 1.1rem;
}

.product-loop-rule span,
.product-loop-rule strong {
  color: #6b6b6b;
  font-size: .73rem;
  font-weight: 750;
  letter-spacing: .08em;
}

.product-loop-rule p {
  margin: 0;
  font-size: .86rem;
  line-height: 1.45;
}

.product-loop-control-path {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr);
  align-items: stretch;
  gap: .45rem;
  margin-top: 1rem;
}

.product-loop-control-path > div {
  background: #ffffff8f;
  border: 1px solid #6d28d91f;
  border-radius: .55rem;
  min-height: 6.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem;
}

.product-loop-control-path span {
  width: 1.75rem;
  height: 1.75rem;
  color: #131313;
  background: #f0f0f0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: .7rem;
  font-weight: 700;
}

.product-loop-control-path p {
  margin: 0;
  font-size: .82rem;
  line-height: 1.4;
}

.product-loop-control-path i {
  color: #6b6b6b;
  align-self: center;
  display: block;
  font-style: normal;
  opacity: .55;
}

.product-loop-card-visual ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-loop-card-visual li {
  border-top: 1px solid currentColor;
  display: grid;
  grid-template-columns: 2rem 1fr auto;
  gap: .75rem;
  padding: .75rem 0;
  opacity: .78;
  font-size: .86rem;
  line-height: 1.35;
}

.product-loop-card-visual li span { opacity: .5; }
.product-loop-card-visual li b { color: #83f4bc; }
.product-loop-card:nth-child(3) .product-loop-card-visual li b { color: #5d22a8; }

.product-loop-progress {
  height: 1px;
  background: #1313131f;
  margin-top: 1.75rem;
  position: relative;
}

.product-loop-progress > span {
  height: 2px;
  background: #6d28d9;
  transform: scaleX(0);
  transform-origin: left center;
  position: absolute;
  inset: 0;
}

.product-loop-progress p {
  color: #13131373;
  margin-top: .7rem;
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.product-hero .product-hero-heading {
  max-width: 54rem;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.08em;
  margin: 0;
}

/* Homepage use-case entry: consistent with the existing grid, proof, and
   governance sections, with one interactive evidence surface. */
.leak-entry-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, .55fr);
  align-items: end;
  gap: 4rem;
}

.leak-entry-heading > p {
  color: #1313139e;
  max-width: 31rem;
  margin: 0 0 .2rem;
  line-height: 1.55;
}

.leak-entry-console {
  width: 100%;
  min-height: 35rem;
  background: #211029;
  border: 1px solid #ffffff1f;
  border-radius: .9rem;
  box-shadow: 0 1.5rem 4rem #21044017;
  display: grid;
  grid-template-columns: 21rem minmax(0, 1fr);
  padding: .6rem;
  overflow: hidden;
}

.leak-entry-tabs {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: .35rem .55rem .35rem .35rem;
}

.leak-entry-tabs button {
  color: #ffffffa8;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  border-radius: .65rem;
  display: grid;
  grid-template-columns: 2.4rem 1fr auto;
  align-items: center;
  gap: .7rem;
  padding: 1rem .8rem;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.leak-entry-tabs button:hover,
.leak-entry-tabs button.is-active {
  color: #fff;
  background: #ffffff0d;
  border-color: #ffffff1f;
}

.leak-entry-tabs button > span {
  color: #c9c9c9;
  font-size: .8rem;
  font-weight: 700;
}

.leak-entry-tabs button strong { font-size: .95rem; font-weight: 600; }
.leak-entry-tabs button i { font-style: normal; opacity: .35; }
.leak-entry-tabs button.is-active i { color: #d2b9ff; opacity: 1; }

.leak-entry-panels {
  min-width: 0;
  background: #fff;
  border-radius: .65rem;
  overflow: hidden;
}

.leak-entry-panel {
  min-height: 100%;
  padding: 1.75rem;
  animation: leak-entry-in .35s cubic-bezier(.2, .7, .3, 1) both;
}

@keyframes leak-entry-in {
  from { opacity: 0; transform: translateY(.5rem); }
}

.leak-entry-panel-bar {
  color: #13131373;
  border-bottom: 1px solid #13131317;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .15rem 1rem;
  font-size: .75rem;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.leak-entry-panel-bar span { display: flex; align-items: center; gap: .5rem; }
.leak-entry-panel-bar i { width: .5rem; height: .5rem; background: #37b875; border-radius: 50%; box-shadow: 0 0 0 .25rem #37b87518; }
.leak-entry-panel-bar p { margin: 0; }

.leak-entry-panel-grid {
  display: grid;
  grid-template-columns: minmax(15rem, .8fr) minmax(22rem, 1.2fr);
  gap: 3rem;
  padding: 3rem .5rem 2.5rem;
}

.leak-entry-number strong {
  color: #6b6b6b;
  display: block;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(3.5rem, 6vw, 6.4rem);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .85;
}

.leak-entry-number > span {
  display: block;
  margin-top: .75rem;
  font-size: .9rem;
  font-weight: 650;
}

.leak-entry-number p {
  color: #1313138f;
  max-width: 21rem;
  margin: 1.25rem 0 0;
  font-size: .9rem;
  line-height: 1.55;
}

.leak-entry-findings {
  border: 1px solid #13131317;
  border-radius: .65rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.leak-entry-findings > div { padding: 1.25rem; }
.leak-entry-findings > div + div { background: #f7f2ff; border-left: 1px solid #13131317; }
.leak-entry-findings p { color: #13131373; margin: 0 0 .75rem; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.leak-entry-findings ul { list-style: none; margin: 0; padding: 0; }
.leak-entry-findings li { border-top: 1px solid #13131312; display: grid; grid-template-columns: 1rem 1fr; gap: .5rem; padding: .85rem 0; font-size: .88rem; line-height: 1.45; }
.leak-entry-findings li span { color: #6d28d9; }

.leak-entry-link {
  color: #17131b;
  border-top: 1px solid #13131317;
  display: flex;
  justify-content: space-between;
  padding: 1rem .5rem 0;
  font-size: .9rem;
  font-weight: 650;
  text-decoration: none;
}

.leak-entry-link span { color: #6d28d9; }

@media screen and (max-width: 991px) {
  .dropdown-list-2.nav-mega-menu.w--open,
  .dropdown-list-2.nav-resource-menu.w--open {
    width: 100%;
    min-width: 0;
    max-width: none;
    position: static;
    grid-template-columns: 1fr;
    box-shadow: none;
  }

  .nav-mega-column-industries,
  .nav-mega-section-industry { background: #f7f2ff; }

  .nav-mega-grid-workflows,
  .nav-mega-grid-industry { grid-template-columns: 1fr; }

  .product-loop {
    height: auto;
    padding: 5rem 0;
  }

  .product-loop-sticky {
    height: auto;
    min-height: 0;
    padding: 0;
    position: static;
    overflow: visible;
  }

  .product-loop-heading {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .product-loop-viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .product-loop-viewport::-webkit-scrollbar { display: none; }

  .product-loop-track {
    transform: none !important;
    padding-left: max(1.25rem, calc((100vw - 90rem) / 2));
    padding-right: 1.25rem;
  }

  .product-loop-card {
    width: min(85vw, 42rem);
    height: auto;
    grid-template-columns: 1fr;
    scroll-snap-align: center;
  }

  .product-loop-progress { display: none; }

  .leak-entry-heading {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .leak-entry-console {
    grid-template-columns: 1fr;
  }

  .leak-entry-tabs {
    flex-direction: row;
    overflow-x: auto;
  }

  .leak-entry-tabs button {
    min-width: 21rem;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-list-2 .link-block.nav-mega-link { padding: .65rem; }
  .nav-mega-link small { display: none; }

  .product-loop { padding: 4rem 0; }
  .product-loop-heading { padding: 0 1.25rem; }
  .product-loop-heading h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .product-loop-card { width: calc(100vw - 2.5rem); min-height: 32rem; padding: 1.5rem; }
  .product-loop-card-visual { min-height: 15rem; }
  .product-hero .product-hero-heading { font-size: 2.5rem; }

  .leak-entry-console { min-height: 0; }
  .home-v3-leak-entry > .container.z2 { width: calc(100% - 1.5rem); }
  .leak-entry-panel { padding: 1rem; }
  .leak-entry-panel-grid { grid-template-columns: 1fr; gap: 2rem; padding: 2rem 0 1.5rem; }
  .leak-entry-findings { grid-template-columns: 1fr; }
  .leak-entry-findings > div + div { border-top: 1px solid #13131317; border-left: 0; }
  .leak-entry-panel-bar p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .nav-mega-link,
  .leak-entry-panel { animation: none; transition: none; }
  .product-loop-pulse { animation: none; }
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Serif display headings — scoped to display-size type only (h1, section
   h2s, and the blog/lander card titles). Small interior h3s (.h-24 cards,
   FAQ items) stay Geist: a serif at UI sizes reads costume-y. The body's
   -.02em letter-spacing is Geist-tuned — reset it for the serif. Grayscale
   antialiasing keeps the serif from rendering heavier than intended on
   macOS subpixel rendering. */
h1, h2, h3.font-weight-500 {
  font-family: Sentient, Geist, Georgia, serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Webflow's 1.25–1.3em heading line-height is tuned for Geist; a serif at
   display sizes needs tighter leading or it reads airy and bookish. The
   .h-40/.h-32 overrides are needed because those classes re-set 1.3em with
   higher specificity than the element selectors. */
h1 {
  line-height: 1.15em;
}

h2, .h-40 {
  line-height: 1.2em;
}

.h-32 {
  line-height: 1.22em;
}

/* The Webflow design kept 7.5rem right padding on the navbar at every
   hamburger breakpoint (≤991px), stranding the menu button a third of the way
   in from the edge. Match the left padding at each breakpoint instead. */
@media screen and (max-width: 991px) {
  .container.nav-container {
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .container.nav-container {
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .container.nav-container {
    padding-right: 1rem;
  }
}

/* Slimmer header than Webflow's 1.5rem vertical padding. */
.navbar {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

/* Keep the fixed navigation legible as differently coloured sections move
   underneath it. Base.astro themes each item from the surface behind it (and
   the navbar backdrop from its midpoint); data-nav-theme="dark|light" can
   override detection for artwork whose colour cannot be inferred from CSS. */
.navbar .nav-link,
.navbar .buttons-block > .button,
.navbar .menu-button,
.navbar .burger-line,
.navbar .nav-blur {
  transition: color .22s ease, background-color .22s ease,
    border-color .22s ease, opacity .22s ease;
}

.navbar .nav-menu-inner .nav-link.is-on-dark {
  color: #fff;
}

.navbar .nav-menu-inner .nav-link.is-on-dark:hover,
.navbar .nav-menu-inner .nav-link.is-on-dark.w--current {
  color: #fff;
  text-decoration-color: #ffffffb3;
}

.navbar .buttons-block > .button.trans-button.is-on-dark {
  color: #fff;
  border-color: #ffffff52;
}

.navbar .buttons-block > .button.is-on-dark:not(.trans-button) {
  color: var(--black);
  background-color: #fff;
}

.navbar .menu-button.is-on-dark {
  border-color: #ffffff52;
}

.navbar .menu-button.is-on-dark .burger-line {
  background-color: #fff;
}

.navbar.is-on-dark .nav-blur {
  background-color: #13131333;
  border-bottom-color: #ffffff26;
}

@media screen and (max-width: 991px) {
  .navbar.is-on-dark .nav-menu {
    background-color: #131313e6;
  }

  .navbar.is-on-dark .nav-menu-inner .nav-link {
    color: #fff;
  }

  .navbar.is-on-dark .buttons-block > .button.trans-button {
    color: #fff;
    border-color: #ffffff52;
  }

  .navbar.is-on-dark .buttons-block > .button:not(.trans-button) {
    color: var(--black);
    background-color: #fff;
  }

  .navbar.is-on-dark .nav-content-block {
    border-bottom-color: #ffffff26;
  }
}

/* Desktop navbar: brand left, Log in / Contact buttons and the locale flags
   at the right edge, nav links centered in the space between them (auto
   margins). Mobile (≤991px) keeps Webflow's stacked hamburger-menu layout. */
@media screen and (min-width: 992px) {
  .nav-content-block {
    grid-column-gap: 1.25rem;
  }

  .nav-menu-inner {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Homepage hero: outcome pills + rotating subtitle word (both locales). */

/* Pills: quiet white chips with the site's green-check accent (same green as
   .green-check/.security-checkmark) and the neutral card border color. */
.hero-outcome-pills {
  display: none;
}

.hero-outcome-pills .security-badges-row {
  gap: .5rem;
}

.hero-outcome-pills .security-badge-item {
  white-space: nowrap;
  color: var(--black);
  background-color: var(--white);
  border: 1px solid #1313131a;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .25rem .625rem;
  font-size: .8125rem;
  font-weight: 400;
}

.hero-pill-symbol {
  color: #131313;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
}

.hero-agent-subheader {
  max-width: 48rem;
}

/* Phone/tablet: keep the white chip look from desktop, just tighten the
   gaps and wrap to two rows so four badges don't overpower the headline. */
@media screen and (max-width: 767px) {
  .hero-outcome-pills {
    margin-bottom: 1.25rem;
  }

  .hero-outcome-pills .security-badges-row {
    column-gap: .5rem;
    row-gap: .375rem;
  }

  .hero-outcome-pills .security-badge-item {
    font-size: .8125rem;
  }
}

/* Phone/tablet: keep the decorative file tiles out of the copy. The tiles
   live in an absolutely-positioned grid layer (.container.grid.section-bg)
   that flanks the centered copy on desktop; once the columns narrow they
   land on top of the subheadline and the CTA. z-index drops them behind the
   .z1 copy, and the relative offsets (which don't disturb the lines they
   hang on) push them into the empty band below the button. */
@media screen and (max-width: 767px) {
  .section.home-hero .home-hero-file {
    z-index: 0;
    width: 3.75rem;
    height: 3.75rem;
  }

  .section.home-hero .home-hero-file._2 {
    top: 10rem;
  }

  .section.home-hero .home-hero-file._3 {
    top: 5.5rem;
  }

  .section.home-hero .home-hero-file._4 {
    top: 13rem;
  }

  .section.home-hero .home-hero-file-icon {
    width: 2rem;
    height: 2rem;
  }
}

/* Bigger hero headline (base h1 is 2.5rem; ≤767px already renders at 3rem,
   so only desktop and the phone breakpoint need a bump). */
.section.home-hero h1 {
  font-size: 3rem;
}

@media screen and (max-width: 479px) {
  .section.home-hero h1 {
    font-size: 2.25rem;
  }
}

/* The rotator stacks all words in one grid cell, so the slot is a fixed
   width (its widest word) and the centered line around it never shifts; the
   script toggles .is-active/.is-leaving to crossfade them. clip-path (not
   overflow) crops the moving words — overflow would move the inline box's
   baseline. Without JS or with reduced motion, .is-animated is never added
   and the first word shows statically. */
.hero-rotator {
  display: inline-grid;
  grid-template-areas: "word";
  justify-items: center;
  white-space: nowrap;
  clip-path: inset(-.15em 0);
  background-color: var(--white);
  border-radius: .375rem;
  padding: 0 .3em;
  font-weight: 600;
}

.hero-rotator-word {
  grid-area: word;
  width: max-content;
  opacity: 0;
  transform: translateY(.45em);
}

.hero-rotator.is-animated .hero-rotator-word {
  transition: opacity .35s ease, transform .45s cubic-bezier(.2, .7, .3, 1);
}

.hero-rotator-word.is-active {
  opacity: 1;
  transform: translateY(0);
}

.hero-rotator-word.is-leaving {
  opacity: 0;
  transform: translateY(-.45em);
}

.hero-rotator:not(.is-animated) .hero-rotator-word:first-child {
  opacity: 1;
  transform: none;
}

.hero-rotator-accessible {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

/* Solutions nav dropdown: one item per row with an icon, instead of Webflow's
   two-column wrap. Icons are inline SVGs in Navbar.astro (mirrored by hand
   into NavbarDe.astro). site.css loads last, so these win over the
   equal-specificity Webflow rules (including the ≤991px 300px width). */
.dropdown-list-2.w--open {
  flex-flow: column;
  min-width: 320px;
  max-width: 320px;
  gap: 2px;
  padding: .5rem;
  border: 1px solid #1313131a;
  box-shadow: 0 8px 24px #13131314;
}

.dropdown-list-2 .link-block {
  width: 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: .625rem;
  align-items: start;
  padding: .5rem .625rem;
  border-radius: .5rem;
}

.dropdown-list-2 .link-block:hover {
  background-color: #1313130d;
}

.dropdown-list-2 .nav-drop-icon {
  grid-row: 1 / span 2;
  margin-top: .1em;
  opacity: .75;
}

.dropdown-list-2 .paragraph-23 {
  margin-bottom: 2px;
}

.dropdown-list-2 .paragraph-24 {
  margin-bottom: 0;
  opacity: .7;
}

/* Navbar blur on scroll, site-wide (2026-07-17). Webflow's IX2 "Nav While
   Scrolling" interaction (a-12 in webflow.js) fades .nav-blur in, but only
   on the handful of page ids it was wired to; pages like the industry pages
   or /compare never got it. A script in Base.astro toggles .nav-blur-on past
   a small scroll offset on every page. !important so it also beats the
   inline opacity IX2 writes on the pages it does own. */
.nav-blur {
  transition: opacity .3s ease;
}

.nav-blur.nav-blur-on {
  opacity: 1 !important;
}

/* Purple glow buttons retired (2026-07-17): every .button.purple /
   .purple-big / .jumbo-purple takes the hero CTA colorway instead (solid
   var(--black), plain shadow on hover, no gradient/glow/transform). Done in
   CSS so the generated pages (index, industry pages, de-de twins) need no
   markup edits. Each class keeps its own size and radius. */
.button.purple,
.button.purple-big,
.button.jumbo-purple {
  background-color: var(--black);
  background-image: none;
  color: #ffffffd9;
  box-shadow: none;
}

.button.purple:hover,
.button.purple-big:hover,
.button.jumbo-purple:hover {
  transform: none;
  box-shadow: 0 0 24px #13131333;
}

/* Homepage security section rebuild (2026-07-17): heading + copy + CTAs on
   the left, a 2x3 grid of verifiable claims (certs and practices from
   /security) on the right, replacing the sparse five-icon Webflow grid with
   its duplicated EU-stars art (2026-07-17, both locales); icons are inline
   SVGs.
   The .security-tile styles are also reused by the hand-built /security
   page (.secp-* below). */
.security-redux {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-columns: minmax(0, 24rem) minmax(0, 1fr);
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: grid;
  position: relative;
}

.security-redux-sub {
  max-width: 21rem;
  margin-bottom: 1.75rem;
}

.security-redux-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.security-redux-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.security-tile {
  background-color: var(--white);
  border: 1px solid #1313131a;
  border-radius: .75rem;
  align-items: flex-start;
  gap: .875rem;
  padding: 1.125rem 1.25rem;
  display: flex;
}

.security-tile-icon {
  flex: none;
  margin-top: .125rem;
  opacity: .8;
}

.security-tile-icon.contain-image {
  width: 1.75rem;
  height: 1.75rem;
}

.security-tile-title {
  margin-bottom: .125rem;
  font-weight: 600;
}

.security-tile-detail {
  margin-bottom: 0;
  font-size: .875rem;
  opacity: .7;
}

@media screen and (max-width: 991px) {
  .security-redux {
    grid-template-columns: 1fr;
    grid-row-gap: 2.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .security-redux-tiles {
    grid-template-columns: 1fr;
  }
}

/* /security page (2026-07-17): hand-rebuilt from the plain text-wall version.
   Reuses the .security-tile cards above for the claim grids; .secp-* is the
   page-level layout. Both locales (de-de/security.astro is hand-maintained). */
h3.security-tile-title {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
}

.secp-hero {
  text-align: center;
  padding-top: 3rem;
}

.secp-hero-sub {
  max-width: 42rem;
  margin: 0 auto 2rem;
}

.secp-hero .security-badges-row {
  margin-bottom: 2rem;
}

.secp-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
}

.secp-actions.left {
  justify-content: flex-start;
}

.button.secondary-light {
  background-color: var(--white);
  color: #131313;
  border: 1px solid #1313131a;
  border-radius: .375rem;
  font-size: 1rem;
}

.button.secondary-light:hover {
  box-shadow: 0 0 24px #13131322;
}

.secp-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.secp-lead {
  margin-top: .75rem;
}

.secp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.secp-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.integration-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
  gap: .75rem;
}

.integration-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: 1.35rem 1rem;
  border: 1px solid #1313131a;
  border-radius: .75rem;
  background: var(--white);
  text-align: center;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.integration-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px #13131317;
  border-color: #13131333;
}

.integration-tile img {
  width: 100%;
  max-width: 4rem;
  height: 2.5rem;
  object-fit: contain;
}

.integration-tile-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: .4rem;
  background: #f5f4f8;
  color: #6b6b6b;
  font-size: .7rem;
  font-weight: 700;
}

.integration-tile span:last-child {
  font-size: .8125rem;
  font-weight: 600;
  color: #131313;
  line-height: 1.3;
}

.secp-doclist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem 2.5rem;
  max-width: 40rem;
  margin: 0 0 2rem;
  padding-left: 0;
  list-style: none;
}

.secp-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.secp-card {
  display: block;
  background-color: var(--white);
  border: 1px solid #1313131a;
  border-radius: .75rem;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: box-shadow .25s ease;
}

.secp-card:hover {
  box-shadow: 0 8px 24px #13131314;
}

.secp-card-img {
  width: 100%;
  /* The Webflow reset's img { height: 100% } defeats aspect-ratio (which
     needs height auto), collapsing the card onto the image. */
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  display: block;
}

.secp-card-body {
  padding: 1.25rem;
}

.secp-card-title {
  font-weight: 600;
  margin-bottom: .25rem;
}

.secp-card-date {
  font-size: .875rem;
  opacity: .7;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .secp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .secp-grid,
  .secp-grid.cols-2,
  .secp-cards,
  .secp-doclist {
    grid-template-columns: 1fr;
  }
}

/* On the dark footer (--dark-puple) the black colorway would disappear;
   invert to white there so the CTAs stay primary. */
footer.footer .button.purple {
  background-color: var(--white);
  color: #131313;
}

footer.footer .button.purple:hover {
  box-shadow: 0 0 24px #ffffff40;
}

.footer-contact-email {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

/* Keep the small copyright line above WCAG AA contrast on the dark footer. */
footer.footer .footer-form-wrapper > .paragraph-12.opacity-35 {
  opacity: .65;
}

/* Product page (2026-07-20): an English-first, hand-built product narrative
   using the landing page's typography, spacing, borders, and restrained
   purple accents. The four capability images are supplied product assets. */
.product-page {
  --product-line: #1313131a;
  --product-muted: #131313ad;
  overflow: clip;
}

.product-page .home-hero-padding-block {
  height: 6rem;
}

.section.home-hero.product-hero {
  background: #fff;
  border-bottom: 0;
  gap: 0 !important;
  padding: 5.5rem 0 12rem;
  position: relative;
}

.product-grid-lines {
  pointer-events: none;
}

.product-hero-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.product-eyebrow {
  color: #6b6b6b;
  letter-spacing: 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 .75rem;
}

.product-hero h1 {
  max-width: 54rem;
  font-size: 3.5rem;
  line-height: 1.08em;
  margin: 0;
}

.product-hero-copy {
  color: var(--product-muted);
  max-width: 40rem;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 1.5rem 0 0;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: .75rem;
  margin-top: 2rem;
}

.product-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  line-height: 1.3em;
}

.product-hero-flow {
  background: #fff;
  border: 1px solid var(--product-line);
  border-radius: .5rem;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 3.5rem;
  padding: .25rem;
  width: min(100%, 54rem);
}

.product-hero-flow span {
  background: #fff;
  border: 0;
  border-radius: .375rem;
  padding: .7rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  white-space: nowrap;
}

.product-hero-flow b {
  color: #6b6b6b;
  font-weight: 500;
}

.product-hero-clouds {
  height: 12.5625rem;
  margin-top: 1rem;
}

.product-hero-clouds .home-hero-left-cloud,
.product-hero-clouds .home-hero-right-cloud,
.product-hero-clouds .home-hero-right-white-cloud {
  opacity: 1;
}

.product-grid-section {
  background-color: #fff;
  position: relative;
}

.product-grid-section::before {
  content: '';
  background-image: radial-gradient(circle at 0 .5px, #13131380 0 .5px, transparent .6px);
  background-repeat: repeat;
  background-size: calc(100% / 6) 6px;
  border-right: 1px solid var(--product-line);
  pointer-events: none;
  position: absolute;
  inset: 0 7.5rem;
}

.product-grid-section > .container {
  z-index: 1;
  position: relative;
}

.product-section-head {
  max-width: 90rem;
  margin-bottom: 2.5rem;
}

.product-section-head h2 {
  max-width: 43rem;
  margin: 0;
}

.product-section-head > p:last-child {
  color: var(--product-muted);
  max-width: 38rem;
  margin: 1rem 0 0;
}

.product-section-head-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
  align-items: end;
  gap: 4rem;
}

.product-section-head-split > p:last-child {
  margin: 0;
}

.product-demo {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.product-demo-frame {
  aspect-ratio: 16 / 8.55;
  background: #f5f4f7;
  border: 1px solid var(--product-line);
  border-radius: .5rem;
  box-shadow: none;
  overflow: hidden;
}

.product-demo-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-capabilities {
  background-color: #fff;
  border-top: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.product-section-head-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}

.product-capability-nav {
  display: flex;
  flex-shrink: 0;
  gap: .5rem;
}

.product-capability-arrow {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--product-line);
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background-color .15s ease;
}

.product-capability-arrow:hover {
  background: #f0f0f0;
}

.product-capability-arrow svg {
  width: 1.1rem;
  height: 1.1rem;
}

.product-capability-carousel {
  overflow: hidden;
}

.product-capability-grid {
  display: flex;
  gap: .25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.product-capability-grid::-webkit-scrollbar {
  display: none;
}

.product-capability-card {
  background: #fff;
  border: 1px solid var(--product-line);
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - .125rem);
  min-width: 0;
  scroll-snap-align: start;
  overflow: hidden;
}

.product-capability-copy {
  padding: 2.5rem 2.5rem 1.5rem;
}

.product-card-label {
  color: #6b6b6b;
  letter-spacing: 0;
  font-size: .875rem;
  font-weight: 600;
  margin: 0 0 .875rem;
}

.product-capability-copy h3 {
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-capability-copy > p:last-child {
  color: var(--product-muted);
  max-width: 32rem;
  margin: 0;
}

.product-capability-image {
  margin-top: auto;
  padding: 0 .75rem .75rem;
}

.product-capability-image img {
  aspect-ratio: 14 / 13;
  border-radius: .5rem;
  height: auto;
  object-fit: cover;
}

.product-flow {
  background: var(--dark-puple);
  color: #fff;
  max-width: 90rem;
  margin: 0 auto;
  padding: 7rem 0;
}

.product-flow-intro {
  max-width: 90rem;
}

.product-flow-intro h2 {
  max-width: 40rem;
  margin: 0;
}

.product-flow-intro > p:last-child {
  color: #ffffffa8;
  max-width: 30rem;
  margin: 1.25rem 0 0;
}

.product-flow .product-eyebrow {
  color: #c9c9c9;
}

.product-flow-scrolly {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, .92fr);
  align-items: start;
  gap: 5rem;
  margin-top: 4rem;
}

.product-flow-visual-column {
  align-self: stretch;
  min-width: 0;
}

.product-flow-visual {
  position: sticky;
  top: 7rem;
}

.product-flow-image-frame {
  aspect-ratio: 14 / 13;
  background: #f7f7f8;
  border: 1px solid #ffffff26;
  border-radius: .5rem;
  box-shadow: 0 1.5rem 5rem #0003;
  overflow: hidden;
  position: relative;
}

.product-flow-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: translateY(1rem) scale(.985);
  transition:
    opacity .45s ease,
    transform .55s cubic-bezier(.2, .7, .3, 1);
  position: absolute;
  inset: 0;
}

.product-flow-image.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.product-flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-flow-list li {
  border-top: 1px solid #ffffff24;
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  align-content: center;
  gap: 1.25rem;
  min-height: 62vh;
  padding: 3rem 0;
}

.product-flow-list li:last-child {
  border-bottom: 1px solid #ffffff24;
}

.product-flow-number {
  color: #ffffff8f;
  border: 1px solid #ffffff29;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.product-flow-list li.is-active .product-flow-number {
  background-color: #fff;
  border-color: #fff;
  color: var(--dark-puple);
  box-shadow: 0 0 0 .375rem #ffffff12;
}

.product-flow-list h3 {
  color: #ffffffa8;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 .35rem;
  transition: color .3s ease;
}

.product-flow-list li.is-active h3 {
  color: #fff;
}

.product-flow-list p {
  color: #ffffff73;
  max-width: 38rem;
  margin: 0;
  transition: color .3s ease;
}

.product-flow-list li.is-active p {
  color: #ffffffb8;
}

@media (prefers-reduced-motion: reduce) {
  .product-flow-image {
    transform: none;
    transition: opacity .01s linear;
  }
}

/* Privacy policy: a legal document should feel deliberate, calm, and easy to
   scan. The body copy remains legally reviewable source text; this layer only
   improves hierarchy, navigation, measure, and interaction. */
.privacy-page {
  --privacy-ink: #17151c;
  --privacy-muted: #68646f;
  --privacy-line: #dedbe5;
  --privacy-soft: #f5f3fa;
  background: #fff;
  color: var(--privacy-ink);
}

.privacy-hero {
  background:
    radial-gradient(circle at 78% 12%, #8c6cff24 0, transparent 28rem),
    linear-gradient(145deg, #f7f5ff 0%, #f0ecfb 100%);
  border-bottom: 1px solid var(--privacy-line);
  padding: 10.5rem 0 5.5rem;
  position: relative;
  overflow: hidden;
}

.privacy-hero::after {
  content: '';
  background-image: radial-gradient(circle, #6f55b82b .75px, transparent .8px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to left, #000, transparent);
  pointer-events: none;
  position: absolute;
  inset: 0 0 0 52%;
}

.privacy-hero-inner {
  position: relative;
  z-index: 1;
}

.privacy-eyebrow {
  color: #6b6b6b;
  font-size: .8125rem;
  font-weight: 650;
  letter-spacing: .08em;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
}

.privacy-hero h1 {
  font-size: clamp(3rem, 7vw, 5.5rem);
  letter-spacing: -.025em;
  line-height: .98;
  margin: 0;
}

.privacy-intro {
  color: var(--privacy-muted);
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  line-height: 1.55;
  margin: 1.75rem 0 0;
  max-width: 42rem;
}

.privacy-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.75rem;
  margin-top: 2.25rem;
}

.privacy-hero-links a {
  align-items: center;
  color: var(--privacy-ink);
  display: inline-flex;
  font-size: .9375rem;
  font-weight: 600;
  gap: .45rem;
  text-decoration: none;
}

.privacy-hero-links a span {
  color: #6b6b6b;
}

.privacy-hero-links a:hover {
  text-decoration: underline;
  text-underline-offset: .2em;
}

.privacy-effective {
  color: var(--privacy-muted);
  font-size: .8125rem;
  margin: 1.25rem 0 0;
}

.privacy-body {
  padding: 5.5rem 0 7.5rem;
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(13rem, 16rem) minmax(0, 46rem);
  gap: clamp(3rem, 7vw, 7.5rem);
  justify-content: center;
}

.privacy-sidebar {
  align-self: start;
  display: grid;
  gap: 1.5rem;
  position: sticky;
  top: 7rem;
}

.privacy-toc-label {
  color: var(--privacy-muted);
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: .08em;
  margin: 0 0 .75rem;
  text-transform: uppercase;
}

.privacy-toc ol {
  border-top: 1px solid var(--privacy-line);
  list-style: none;
  margin: 0;
  padding: 0;
}

.privacy-toc li {
  border-bottom: 1px solid var(--privacy-line);
  margin: 0;
}

.privacy-toc a {
  align-items: baseline;
  color: var(--privacy-ink);
  display: grid;
  font-size: .875rem;
  gap: .75rem;
  grid-template-columns: 1.5rem 1fr;
  line-height: 1.35;
  padding: .75rem 0;
  text-decoration: none;
  transition: color .2s ease, padding-left .2s ease;
}

.privacy-toc a span {
  color: var(--privacy-muted);
  font-size: .6875rem;
  font-variant-numeric: tabular-nums;
}

.privacy-toc a:hover {
  color: #6b6b6b;
  padding-left: .25rem;
}

.privacy-contact-card {
  background: var(--privacy-soft);
  border: 1px solid var(--privacy-line);
  border-radius: .75rem;
  padding: 1.125rem;
}

.privacy-contact-card svg {
  color: #6b6b6b;
  margin-bottom: .75rem;
}

.privacy-contact-card p {
  color: var(--privacy-muted);
  font-size: .8125rem;
  line-height: 1.5;
  margin: 0 0 .625rem;
}

.privacy-contact-card strong {
  color: var(--privacy-ink);
  font-weight: 650;
}

.privacy-contact-card a {
  color: var(--privacy-ink);
  font-size: .8125rem;
  font-weight: 600;
  overflow-wrap: anywhere;
  text-underline-offset: .18em;
}

.privacy-content {
  color: var(--privacy-muted);
  font-size: 1rem;
  line-height: 1.75;
  min-width: 0;
}

.privacy-content h2 {
  color: var(--privacy-ink);
  font-size: clamp(1.85rem, 3vw, 2.4rem);
  margin: 5.5rem 0 1.75rem;
  padding-top: 1rem;
  scroll-margin-top: 7rem;
}

.privacy-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
}

.privacy-content h2:not(:first-child)::before {
  content: '';
  background: linear-gradient(90deg, var(--purple) 0 3rem, var(--privacy-line) 3rem 100%);
  display: block;
  height: 1px;
  margin-bottom: 2.25rem;
}

.privacy-content h3 {
  color: var(--privacy-ink);
  font-family: Geist, Arial, sans-serif;
  font-size: 1.0625rem;
  font-weight: 650;
  letter-spacing: -.01em;
  line-height: 1.4;
  margin: 2.25rem 0 .625rem;
}

.privacy-content p {
  margin: 0 0 1.25rem;
}

.privacy-content ul,
.privacy-content ol {
  margin: .75rem 0 1.5rem;
  padding-left: 1.35rem;
}

.privacy-content li {
  margin-bottom: .625rem;
  padding-left: .25rem;
}

.privacy-content a {
  background: transparent;
  color: var(--privacy-ink);
  margin: 0;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-color: #6f55b866;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}

.privacy-content a:hover {
  color: #6b6b6b;
  text-decoration-color: currentColor;
}

.privacy-inline-cookie-settings {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--privacy-ink);
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: #6f55b866;
  text-underline-offset: .2em;
}

.privacy-inline-cookie-settings:hover {
  color: #6b6b6b;
  text-decoration-color: currentColor;
}

.privacy-service-list {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.5rem 0 2rem;
}

.privacy-service-list section {
  background: var(--privacy-soft);
  border: 1px solid var(--privacy-line);
  border-radius: .75rem;
  padding: 1.125rem 1.25rem;
}

.privacy-service-list h3 {
  margin-top: 0;
}

.privacy-service-list p {
  font-size: .9rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* A native button so visitors can reopen HubSpot's category selector without
   relying on a vendor-rendered floating control. Match the footer's links. */
.footer-cookie-settings {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .privacy-hero {
    padding-top: 9rem;
  }

  .privacy-layout {
    gap: 3.5rem;
    grid-template-columns: minmax(11rem, 14rem) minmax(0, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .privacy-hero {
    padding: 8rem 0 4rem;
  }

  .privacy-hero::after {
    left: 30%;
  }

  .privacy-body {
    padding: 3rem 0 5rem;
  }

  .privacy-layout {
    display: block;
  }

  .privacy-sidebar {
    margin-bottom: 3rem;
    position: static;
  }

  .privacy-contact-card {
    display: none;
  }

  .privacy-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-toc li:nth-child(odd) {
    padding-right: .75rem;
  }

  .privacy-toc li:nth-child(even) {
    padding-left: .75rem;
  }

  .privacy-content h2 {
    margin-top: 4rem;
  }

  .privacy-service-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .privacy-hero h1 {
    font-size: 2.75rem;
  }

  .privacy-toc ol {
    grid-template-columns: 1fr;
  }

  .privacy-toc li:nth-child(odd),
  .privacy-toc li:nth-child(even) {
    padding: 0;
  }
}

.product-self-improving {
  border-bottom: 1px solid var(--product-line);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.product-self-improving-copy h2 {
  max-width: 28rem;
  margin: 0;
}

.product-self-improving-copy > p:not(.product-eyebrow) {
  color: var(--product-muted);
  max-width: 25rem;
  margin: 1.25rem 0 2rem;
}

.product-self-improving-image {
  min-width: 0;
}

.product-self-improving-image img {
  width: 100%;
  height: auto;
}

.product-inline-cta.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: .75rem 1.25rem;
  line-height: 1.3;
}

.product-workflow {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.product-workflow-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 5rem;
}

.product-workflow-copy h2 {
  margin: 0;
}

.product-workflow-copy > p:not(.product-eyebrow) {
  color: var(--product-muted);
  margin: 1.25rem 0;
}

.product-workflow-copy ul {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.product-workflow-copy li {
  border-top: 1px solid var(--product-line);
  padding: .75rem 0 .75rem 1.5rem;
  position: relative;
}

.product-workflow-copy li:last-child {
  border-bottom: 1px solid var(--product-line);
}

.product-workflow-copy li::before {
  content: '✓';
  color: #131313;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.product-workflow-image {
  background: #fff;
  border: 1px solid var(--product-line);
  border-radius: .5rem;
  overflow: hidden;
  padding: 1.5rem;
}

.product-workflow-image img {
  height: auto;
}

.product-cta {
  border-top: 0;
  padding: 7rem 0;
}

.product-cta-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(82deg, #441d6f, var(--dark-puple));
  border-radius: .5rem;
  max-width: 75rem;
  padding: 4rem 8rem;
}

.product-cta h2 {
  color: #fff;
  max-width: 45rem;
  margin: 0;
}

.product-cta .product-eyebrow {
  color: #c9c9c9;
}

.product-cta .button.black-big {
  background-color: #fff;
  color: var(--black);
}

.product-cta-inner > p:not(.product-eyebrow) {
  color: #ffffffb8;
  max-width: 36rem;
  margin: 1rem 0 2rem;
}

@media screen and (max-width: 991px) {
  .section.home-hero.product-hero {
    padding-top: 4.5rem;
  }

  .product-grid-section::before {
    background-size: calc(100% / 4) 100%;
    right: 1.5rem;
    left: 1.5rem;
  }

  .product-section-head-split,
  .product-workflow-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .product-flow-scrolly {
    gap: 2.5rem;
  }

  .product-capability-copy {
    padding: 2rem 2rem 1.25rem;
  }

  .product-cta-inner {
    max-width: calc(100% - 3rem);
    padding: 4rem 3rem;
  }
}

@media screen and (max-width: 767px) {
  .product-page .home-hero-padding-block {
    height: 4rem;
  }

  .section.home-hero.product-hero {
    padding: 3.5rem 0 0;
  }

  .product-hero h1 {
    width: 100%;
    font-size: 3rem;
    min-width: 0;
    overflow-wrap: break-word;
  }

  .product-hero h1 br {
    display: none;
  }

  .product-hero-copy {
    font-size: 1.0625rem;
  }

  .product-hero-flow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .25rem;
    margin-top: 2.5rem;
    width: 100%;
  }

  .product-hero-flow span {
    text-align: center;
    white-space: normal;
  }

  .product-hero-flow b {
    display: none;
  }

  .product-capability-card {
    flex-basis: 88%;
  }

  .product-section-head-row {
    flex-wrap: wrap;
  }

  .product-demo,
  .product-capabilities,
  .product-self-improving,
  .product-workflow,
  .product-cta {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .product-flow {
    padding: 4.5rem 0;
  }

  .product-flow-scrolly {
    display: block;
    margin-top: 2.5rem;
  }

  .product-flow-visual-column {
    z-index: 3;
    background: var(--dark-puple);
    padding-bottom: 1rem;
    position: sticky;
    top: 4rem;
  }

  .product-flow-visual {
    position: static;
  }

  .product-flow-image-frame {
    max-height: calc(100vh - 9rem);
  }

  .product-flow-list li {
    min-height: 55vh;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .product-demo-frame {
    aspect-ratio: 4 / 3;
  }

  .product-demo-frame video {
    object-position: center;
  }

  .product-capability-copy {
    padding: 1.5rem 1.5rem 1rem;
  }

  .product-grid-section::before {
    background-size: calc(100% / 4) 100%;
    right: 1.25rem;
    left: 1.25rem;
  }

  .product-hero-clouds {
    height: 36vw;
  }

  .product-cta-inner {
    max-width: calc(100% - 2.5rem);
    padding: 3rem 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .product-actions {
    width: 100%;
  }

  .product-actions .button {
    width: 100%;
  }

  .product-hero h1 {
    width: 100%;
    font-size: 2.25rem;
    min-width: 0;
    overflow-wrap: break-word;
  }

  .product-capability-copy h3 br {
    display: none;
  }

  .product-flow-list li {
    grid-template-columns: 3rem 1fr;
    gap: .875rem;
  }

  .product-grid-section::before {
    right: 1rem;
    left: 1rem;
  }

  .product-cta-inner {
    max-width: calc(100% - 2rem);
  }
}

/* Blog index (2026-07-20): editorial hierarchy, featured story, and a
   progressively enhanced searchable/filterable archive. Markup is shared by
   both locales in BlogOverview.astro. */
.blog-index {
  --blog-line: #1313131a;
  --blog-muted: #131313a6;
  background-color: #fff;
  color: var(--black);
}

.blog-index-hero {
  background: linear-gradient(180deg, var(--light-blue) 0%, #fff 100%);
  border-bottom: 1px solid var(--blog-line);
  padding: 6.5rem 0 4.5rem;
  overflow: hidden;
}

.blog-index-hero-inner {
  position: relative;
}

.blog-index-hero-inner::after {
  content: '';
  width: 9rem;
  height: 9rem;
  border: 1px solid #13131324;
  border-radius: 1.25rem;
  position: absolute;
  right: 1.5rem;
  top: -3.5rem;
  transform: rotate(12deg);
  box-shadow: 1.25rem 1.25rem 0 #13131308, 2.5rem 2.5rem 0 #13131305;
  pointer-events: none;
}

.blog-index-eyebrow,
.blog-section-label {
  color: #6b6b6b;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .75rem;
  font-weight: 650;
  line-height: 1.3;
  margin: 0 0 1rem;
}

.blog-index-hero h1 {
  max-width: 50rem;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: .98em;
  letter-spacing: -.025em;
  margin: 0 0 3rem;
  position: relative;
  z-index: 1;
}

.blog-index-intro-row {
  border-top: 1px solid var(--blog-line);
  display: grid;
  grid-template-columns: minmax(0, 35rem) auto;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  padding-top: 1.5rem;
}

.blog-index-intro,
.blog-index-count {
  margin: 0;
}

.blog-index-intro {
  color: #131313c2;
  font-size: 1.125rem;
  line-height: 1.55;
}

.blog-index-count {
  color: var(--blog-muted);
  font-size: .875rem;
  text-align: right;
}

.blog-feature-section {
  padding-top: 5rem;
  padding-bottom: 6.5rem;
}

.blog-feature-card {
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #13131326;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(20rem, .82fr);
  min-height: 31rem;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

.blog-feature-card:hover {
  border-color: #13131359;
  box-shadow: 0 1.25rem 3rem #13131312;
  transform: translateY(-.2rem);
}

.blog-feature-media,
.blog-archive-media {
  background-color: #f1f1ef;
  overflow: hidden;
}

.blog-feature-media img,
.blog-archive-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s cubic-bezier(.2, .7, .3, 1);
}

.blog-feature-card:hover .blog-feature-media img,
.blog-archive-card:hover .blog-archive-media img {
  transform: scale(1.025);
}

.blog-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(2rem, 4vw, 4rem);
}

.blog-card-meta {
  color: var(--blog-muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
  font-size: .75rem;
  line-height: 1.4;
}

.blog-card-tag {
  color: #6b6b6b;
  font-weight: 650;
}

.blog-feature-copy h2 {
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.08;
  margin: 1.25rem 0 1rem;
}

.blog-card-summary {
  color: #131313ad;
  line-height: 1.55;
  margin: 0;
}

.blog-feature-copy .blog-card-summary {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.blog-card-link {
  color: var(--black);
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .875rem;
  font-weight: 650;
}

.blog-feature-copy > .blog-card-link {
  margin-top: 2rem;
}

.blog-card-link svg {
  transition: transform .2s ease;
}

.blog-feature-card:hover .blog-card-link svg,
.blog-archive-card:hover .blog-card-link svg {
  transform: translateX(.2rem);
}

.blog-library {
  background-color: #f5f5f3;
  border-top: 1px solid var(--blog-line);
  padding: 6rem 0 7rem;
}

.blog-library-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 30rem);
  align-items: end;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.blog-library-heading h2 {
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  line-height: 1.05;
  margin: 0;
}

.blog-library-heading > p {
  color: var(--blog-muted);
  line-height: 1.55;
  margin: 0 0 .25rem;
}

.blog-controls {
  margin: 0 0 2rem;
}

.blog-search-wrap {
  background-color: #fff;
  border: 1px solid #1313132b;
  border-radius: .625rem;
  display: flex;
  align-items: center;
  min-height: 3.75rem;
  padding: 0 1rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.blog-search-wrap:focus-within {
  border-color: #6b6b6b;
  box-shadow: 0 0 0 3px #8000ff14;
}

.blog-search-icon {
  color: #13131380;
  flex: none;
  margin-right: .75rem;
}

.blog-search {
  color: var(--black);
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  min-width: 0;
  height: 3.625rem;
  padding: 0;
  font-family: Geist, Arial, sans-serif;
  font-size: 1rem;
}

.blog-search::placeholder {
  color: #13131370;
}

.blog-search::-webkit-search-cancel-button {
  display: none;
}

.blog-search-clear {
  color: #1313139c;
  background: transparent;
  border: 0;
  border-radius: .25rem;
  flex: none;
  padding: .35rem;
  cursor: pointer;
}

.blog-search-clear:hover {
  color: var(--black);
  background-color: #1313130a;
}

.blog-filter-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
  margin-top: 1rem;
}

.blog-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.blog-filter-pill {
  color: #131313b8;
  background-color: #fff;
  border: 1px solid #13131324;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 2.5rem;
  padding: .5rem .75rem .5rem .875rem;
  font-family: Geist, Arial, sans-serif;
  font-size: .8125rem;
  font-weight: 550;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.blog-filter-pill:hover {
  color: var(--black);
  border-color: #13131359;
}

.blog-filter-pill.is-active {
  color: #fff;
  background-color: var(--black);
  border-color: var(--black);
}

.blog-pill-count {
  color: inherit;
  opacity: .6;
  font-variant-numeric: tabular-nums;
}

.blog-sort-wrap {
  background-color: #fff;
  border: 1px solid #13131324;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  flex: none;
  position: relative;
}

.blog-sort {
  color: var(--black);
  background: transparent;
  border: 0;
  outline: 0;
  appearance: none;
  min-height: 2.5rem;
  padding: .5rem 2.25rem .5rem .875rem;
  font-family: Geist, Arial, sans-serif;
  font-size: .8125rem;
  font-weight: 550;
  cursor: pointer;
}

.blog-sort-wrap svg {
  position: absolute;
  right: .65rem;
  pointer-events: none;
}

.blog-sort-wrap:focus-within {
  border-color: #6b6b6b;
  box-shadow: 0 0 0 3px #8000ff14;
}

.blog-results-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.blog-results-bar p {
  color: var(--blog-muted);
  white-space: nowrap;
  margin: 0;
  font-size: .8125rem;
  font-variant-numeric: tabular-nums;
}

.blog-results-rule {
  background-color: var(--blog-line);
  width: 100%;
  height: 1px;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.blog-archive-card {
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid var(--blog-line);
  border-radius: .75rem;
  min-width: 0;
  overflow: hidden;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.blog-archive-card:hover {
  border-color: #1313133d;
  box-shadow: 0 .75rem 2rem #1313130d;
  transform: translateY(-.2rem);
}

.blog-archive-card[hidden] {
  display: none;
}

.blog-archive-card article {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-archive-media {
  aspect-ratio: 16 / 10;
  flex: none;
}

.blog-archive-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 20rem;
  padding: 1.25rem;
}

.blog-archive-copy h3 {
  font-family: Sentient, Geist, Georgia, serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 1rem 0 .75rem;
}

.blog-archive-copy .blog-card-summary {
  font-size: .875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.blog-archive-footer {
  color: var(--blog-muted);
  border-top: 1px solid var(--blog-line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1rem;
  font-size: .75rem;
}

.blog-empty {
  text-align: center;
  border: 1px dashed #13131333;
  border-radius: .75rem;
  padding: 4rem 1.5rem;
}

.blog-empty[hidden] {
  display: none;
}

.blog-empty-icon {
  color: #6b6b6b;
  background-color: #f1f1ef;
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1.25rem;
}

.blog-empty h3 {
  font-size: 1.25rem;
  margin: 0 0 .5rem;
}

.blog-empty p {
  color: var(--blog-muted);
  margin: 0 auto 1.5rem;
}

.blog-empty .button {
  display: inline-block;
  border: 0;
  cursor: pointer;
}

.blog-sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.blog-index a:focus-visible,
.blog-index button:focus-visible,
.blog-index select:focus-visible,
.blog-index input:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 3px;
}

@media screen and (max-width: 991px) {
  .blog-index-hero {
    padding-top: 5rem;
  }

  .blog-feature-card {
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .95fr);
    min-height: 26rem;
  }

  .blog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .blog-index-hero {
    padding: 4rem 0 3rem;
  }

  .blog-index-hero-inner::after {
    width: 6rem;
    height: 6rem;
    right: 0;
    top: -2.5rem;
  }

  .blog-index-hero h1 {
    max-width: 30rem;
    font-size: clamp(2.75rem, 12vw, 4rem);
    margin-bottom: 2rem;
  }

  .blog-index-intro-row,
  .blog-library-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1rem;
  }

  .blog-index-count {
    text-align: left;
  }

  .blog-feature-section {
    padding-top: 3.5rem;
    padding-bottom: 4.5rem;
  }

  .blog-feature-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .blog-feature-media {
    aspect-ratio: 16 / 10;
  }

  .blog-feature-copy {
    padding: 1.5rem;
  }

  .blog-feature-copy h2 {
    font-size: 2rem;
  }

  .blog-library {
    padding: 4.5rem 0 5rem;
  }

  .blog-library-heading {
    margin-bottom: 2rem;
  }

  .blog-filter-row {
    flex-direction: column;
  }

  .blog-filter-pills {
    flex-wrap: nowrap;
    width: calc(100% + 1.25rem);
    margin-right: -1.25rem;
    padding-right: 1.25rem;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .blog-filter-pills::-webkit-scrollbar {
    display: none;
  }

  .blog-filter-pill {
    flex: none;
  }

  .blog-sort-wrap,
  .blog-sort {
    width: 100%;
  }

  .blog-card-grid {
    grid-template-columns: 1fr;
  }

  .blog-archive-copy {
    min-height: 0;
  }

  .blog-archive-copy .blog-card-summary {
    margin-bottom: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-feature-card,
  .blog-archive-card,
  .blog-feature-media img,
  .blog-archive-media img,
  .blog-card-link svg {
    transition: none;
  }

  .blog-feature-card:hover,
  .blog-archive-card:hover {
    transform: none;
  }
}

/* Blog article (2026-07-20): readable editorial layout shared across both
   locales. The CMS body is normalized in BlogArticle.astro so legacy h3/h4
   headings become a valid h2/h3 document outline with linkable ids. */
.article-page {
  --article-line: #1313131a;
  --article-muted: #131313a6;
  color: var(--black);
  background-color: #fff;
}

.article-hero {
  background: linear-gradient(180deg, var(--light-blue) 0%, #fff 100%);
  border-bottom: 1px solid var(--article-line);
  padding: 3rem 0 4.5rem;
}

.article-breadcrumbs {
  margin-bottom: 4.5rem;
}

.article-breadcrumbs ol {
  color: #13131380;
  display: flex;
  align-items: center;
  gap: .5rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .75rem;
}

.article-breadcrumbs li {
  white-space: nowrap;
}

.article-breadcrumbs li:last-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.article-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.article-breadcrumbs a:hover {
  color: #6b6b6b;
}

.article-hero-copy {
  max-width: 61rem;
}

.article-category,
.article-author-label,
.article-related-heading > div > p,
.article-cta-eyebrow {
  color: #6b6b6b;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .75rem;
  font-weight: 650;
  line-height: 1.3;
}

.article-category {
  margin: 0 0 1.25rem;
}

.article-hero h1 {
  font-size: clamp(3rem, 5.3vw, 5.25rem);
  line-height: 1.02;
  letter-spacing: -.02em;
  margin: 0;
  text-wrap: balance;
}

.article-deck {
  color: #131313b8;
  max-width: 48rem;
  margin: 2rem 0 0;
  font-size: 1.1875rem;
  line-height: 1.6;
}

.article-byline {
  border-top: 1px solid var(--article-line);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
}

.article-byline-author {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .75rem;
}

.article-byline-author img {
  object-fit: cover;
  object-position: center top;
  background-color: #f1f1ef;
  border: 1px solid var(--article-line);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
}

.article-byline-author span,
.article-meta-item {
  display: flex;
  flex-direction: column;
  gap: .15rem;
}

.article-byline small,
.article-meta-item small {
  color: #13131373;
  font-size: .6875rem;
  line-height: 1.3;
}

.article-byline strong,
.article-meta-item time,
.article-meta-item > span {
  color: #131313cf;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1.3;
}

.article-hero-image-wrap {
  margin-top: 3rem;
}

.article-hero-image {
  background-color: #f1f1ef;
  border: 1px solid var(--article-line);
  border-radius: .875rem;
  width: 100%;
  height: auto;
  max-height: 45rem;
  object-fit: cover;
  display: block;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(10rem, 14rem) minmax(0, 48rem) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.article-sidebar {
  grid-column: 1;
}

.article-toc {
  max-height: calc(100vh - 7rem);
  position: sticky;
  top: 6rem;
  overflow-y: auto;
  scrollbar-width: thin;
}

.article-toc > p {
  color: #1313138c;
  margin: 0 0 1rem;
  font-size: .6875rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.article-toc ol {
  border-left: 1px solid var(--article-line);
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-toc a {
  color: #13131380;
  text-decoration: none;
  border-left: 2px solid transparent;
  display: block;
  margin-left: -1px;
  padding: .45rem 0 .45rem .875rem;
  font-size: .75rem;
  line-height: 1.35;
  transition: color .2s ease, border-color .2s ease;
}

.article-toc a:hover,
.article-toc a[aria-current='true'] {
  color: var(--black);
  border-left-color: #6b6b6b;
}

.article-main {
  grid-column: 2;
  min-width: 0;
}

.article-prose {
  color: #27242a;
  letter-spacing: -.012em;
  font-size: 1.0625rem;
  line-height: 1.75;
}

.article-prose > *:first-child {
  margin-top: 0;
}

.article-prose > p:first-child {
  color: #131313d6;
  font-size: 1.25rem;
  line-height: 1.65;
}

.article-prose p {
  margin-top: 0;
  margin-bottom: 1.4rem;
}

.article-prose h2,
.article-prose h3 {
  color: var(--black);
  scroll-margin-top: 7rem;
  text-wrap: balance;
}

.article-prose h2 {
  border-top: 1px solid var(--article-line);
  margin: 4.5rem 0 1.25rem;
  padding-top: 1.25rem;
  font-size: 2.25rem;
  line-height: 1.15;
}

.article-prose h3 {
  font-family: Geist, Arial, sans-serif;
  margin: 2.75rem 0 1rem;
  font-size: 1.35rem;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.article-prose h2 + p,
.article-prose h3 + p {
  margin-top: 0;
}

.article-prose a {
  color: #131313;
  text-decoration-color: #6b6b6b;
  text-decoration-thickness: .08em;
  text-underline-offset: .15em;
}

.article-prose a:hover {
  color: #6b6b6b;
  text-decoration-color: currentColor;
}

.article-prose strong {
  color: var(--black);
  font-weight: 650;
}

.article-prose ul,
.article-prose ol {
  margin: 0 0 1.75rem;
  padding-left: 1.4rem;
}

.article-prose li {
  margin-bottom: .6rem;
  padding-left: .35rem;
}

.article-prose li::marker {
  color: #6b6b6b;
  font-weight: 650;
}

.article-prose blockquote {
  color: #252525;
  background-color: #f5f5f3;
  border: 0;
  border-left: .25rem solid var(--purple);
  border-radius: 0 .5rem .5rem 0;
  margin: 2.5rem 0;
  padding: 1.5rem 1.75rem;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.55;
}

.article-prose blockquote p:last-child {
  margin-bottom: 0;
}

.article-prose img {
  border: 1px solid var(--article-line);
  border-radius: .5rem;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
  display: block;
}

.article-prose figure {
  margin: 2.5rem 0;
}

.article-prose figcaption {
  color: var(--article-muted);
  margin-top: .75rem;
  font-size: .8125rem;
  line-height: 1.5;
  text-align: center;
}

.article-prose table {
  border-collapse: collapse;
  width: 100%;
  min-width: 38rem;
  font-size: .875rem;
}

.article-prose .table-scroll {
  border: 1px solid var(--article-line);
  border-radius: .625rem;
  margin: 2rem 0 2.5rem;
}

.article-prose .table-scroll:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 3px;
}

.article-prose .table-scroll,
.article-prose > div:has(> table) {
  max-width: 100%;
  overflow-x: auto;
}

.article-prose th,
.article-prose td {
  text-align: left;
  border-bottom: 1px solid var(--article-line);
  padding: .75rem;
  vertical-align: top;
}

.article-prose th {
  color: var(--black);
  background-color: #f5f5f3;
  font-weight: 650;
}

.article-prose thead th {
  white-space: nowrap;
}

.article-prose tbody th {
  color: #6b6b6b;
  background-color: #fff;
  min-width: 8rem;
}

.article-prose tbody tr:last-child th,
.article-prose tbody tr:last-child td {
  border-bottom: 0;
}

.article-prose hr {
  border: 0;
  border-top: 1px solid var(--article-line);
  margin: 3rem 0;
}

.article-prose code {
  background-color: #f1f1ef;
  border-radius: .25rem;
  padding: .12em .3em;
  font-size: .9em;
}

.article-prose pre {
  color: #fff;
  background-color: #21152d;
  border-radius: .625rem;
  max-width: 100%;
  margin: 2rem 0;
  padding: 1.25rem;
  line-height: 1.6;
  overflow-x: auto;
}

.article-prose pre code {
  background: none;
  padding: 0;
}

.article-cta {
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, #8000ff 0, #8000ff00 48%),
    #21102f;
  border-radius: .875rem;
  margin-top: 5rem;
  padding: clamp(1.75rem, 4vw, 3rem);
}

.article-cta-eyebrow {
  color: #c9c9c9;
  margin: 0 0 1rem;
}

.article-cta h2 {
  color: #fff;
  max-width: 32rem;
  margin: 0 0 1rem;
  font-size: 2.25rem;
  line-height: 1.12;
}

.article-cta > p:not(.article-cta-eyebrow) {
  color: #ffffffb8;
  max-width: 32rem;
  margin: 0 0 1.5rem;
  line-height: 1.55;
}

.article-cta .button {
  color: var(--black);
  background-color: #fff;
  display: inline-block;
}

.article-author-card {
  border-top: 1px solid var(--article-line);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.5rem;
  margin-top: 5rem;
  padding-top: 2rem;
}

.article-author-card > img {
  object-fit: cover;
  object-position: center top;
  background-color: #f1f1ef;
  border: 1px solid var(--article-line);
  border-radius: 50%;
  width: 5.5rem;
  height: 5.5rem;
}

.article-author-label {
  margin: 0 0 .5rem;
}

.article-author-card h2 {
  margin: 0;
  font-family: Geist, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 650;
}

.article-author-card h2 a,
.article-reviewer a {
  color: inherit;
  text-decoration-color: #8000ff66;
  text-underline-offset: .15em;
}

.article-author-position {
  color: var(--article-muted);
  margin: .2rem 0 1rem;
  font-size: .8125rem;
}

.article-author-bio {
  color: #131313b8;
  margin: 0;
  font-size: .875rem;
  line-height: 1.65;
}

.article-reviewer {
  color: var(--article-muted);
  border-top: 1px solid var(--article-line);
  margin: 1.25rem 0 0;
  padding-top: 1rem;
  font-size: .75rem;
}

.article-related {
  background-color: #f5f5f3;
  border-top: 1px solid var(--article-line);
  padding: 5rem 0 6rem;
}

.article-related-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2rem;
}

.article-related-heading > div > p {
  margin: 0 0 .75rem;
}

.article-related-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.1;
}

.article-all-posts {
  color: var(--black);
  text-decoration: none;
  white-space: nowrap;
  font-size: .875rem;
  font-weight: 650;
}

.article-all-posts:hover {
  color: #6b6b6b;
}

.article-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.article-related-card {
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid var(--article-line);
  border-radius: .75rem;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.article-related-card:hover {
  border-color: #1313133d;
  box-shadow: 0 .75rem 2rem #1313130d;
  transform: translateY(-.2rem);
}

.article-related-card article {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.article-related-media {
  background-color: #f1f1ef;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.article-related-media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform .4s ease;
}

.article-related-card:hover img {
  transform: scale(1.025);
}

.article-related-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem;
}

.article-related-copy > p {
  color: #6b6b6b;
  margin: 0 0 .75rem;
  font-size: .6875rem;
  font-weight: 600;
}

.article-related-copy h3 {
  font-family: Sentient, Geist, Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 2rem;
}

.article-related-copy > span {
  color: #131313b8;
  margin-top: auto;
  font-size: .75rem;
  font-weight: 650;
}

.article-page a:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 3px;
}

@media screen and (max-width: 1100px) {
  .article-layout {
    grid-template-columns: minmax(9rem, 12rem) minmax(0, 1fr);
  }

  .article-main {
    grid-column: 2;
    max-width: 48rem;
  }
}

@media screen and (max-width: 767px) {
  .article-hero {
    padding: 2rem 0 3rem;
  }

  .article-breadcrumbs {
    margin-bottom: 3rem;
  }

  .article-hero h1 {
    font-size: clamp(2.5rem, 11.5vw, 3.75rem);
  }

  .article-deck {
    font-size: 1.0625rem;
  }

  .article-byline {
    align-items: flex-start;
    gap: 1.25rem 1.5rem;
  }

  .article-byline-author {
    flex-basis: 100%;
  }

  .article-hero-image-wrap {
    margin-top: 1.25rem;
  }

  .article-hero-image {
    border-radius: .625rem;
  }

  .article-layout {
    display: block;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }

  .article-sidebar {
    display: none;
  }

  .article-prose {
    font-size: 1rem;
    line-height: 1.72;
  }

  .article-prose > p:first-child {
    font-size: 1.125rem;
  }

  .article-prose h2 {
    margin-top: 3.5rem;
    font-size: 1.8rem;
  }

  .article-prose h3 {
    font-size: 1.25rem;
  }

  .article-cta {
    margin-top: 4rem;
  }

  .article-cta h2 {
    font-size: 1.8rem;
  }

  .article-author-card {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .article-author-card > img {
    width: 4.5rem;
    height: 4.5rem;
  }

  .article-related {
    padding: 4rem 0 4.5rem;
  }

  .article-related-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-related-card,
  .article-related-media img {
    transition: none;
  }

  .article-related-card:hover {
    transform: none;
  }
}

/* Homepage copy v3. The layout deliberately stays in the original Webflow
   visual language: six-column rules, white/pale-purple surfaces, small purple
   labels, serif display headings, and the existing button colorways. */
.home-v3 .section {
  overflow: hidden;
}

.home-v3-grid-lines {
  z-index: 0;
}

.home-v3-heading {
  max-width: 48rem;
  margin-bottom: 3rem;
  position: relative;
}

.home-v3-heading-wide {
  max-width: 56rem;
}

.home-v3-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .75rem;
}

.home-v3-actions > .button {
  min-height: 3.375rem;
  border-radius: .375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.3;
}

.home-v3-secondary-button {
  background-color: #fff;
}

/* Hero keeps the old centered cloud/grid composition; the former animation is
   represented by a fixed-ratio skeleton that can be swapped without reflow. */
.section.home-hero.home-v3-hero {
  min-height: auto;
  padding: 4rem 0 0;
}

.home-v3-hero-inner {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 5;
}

.home-v3-hero h1 {
  max-width: 58rem;
  font-size: clamp(3rem, 5.4vw, 5rem);
  line-height: 1.03em;
}

.hero-leakage-value {
  color: #131313;
  min-width: 3.25ch;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  display: inline-block;
}

.home-v3-rolling-word {
  display: inline-block;
  margin: 0 .35em;
  padding: .15em .6em;
  background-color: #8000ff29;
  color: #131313;
  border-radius: .4em;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  transition: opacity .3s ease, transform .3s ease;
}

.home-v3-rolling-word.is-swapping {
  opacity: 0;
  transform: translateY(-.35rem);
}

.home-v3-hero-copy {
  max-width: 51rem;
  opacity: .75;
  margin: calc(1.5rem + 10px) auto 2rem;
  font-size: 1.125rem;
  line-height: 1.6;
}

.home-v3-skeleton {
  background: #fff;
  border: 1px solid #1313131f;
  border-radius: .75rem;
  padding: .75rem;
  box-shadow: 0 1.25rem 4rem #2104401a;
  overflow: hidden;
  position: relative;
}

.home-v3-skeleton::after,
.home-v3-logo-skeleton::after {
  content: '';
  background: linear-gradient(100deg, transparent 25%, #fff9 50%, transparent 75%);
  transform: translateX(-100%);
  animation: home-v3-shimmer 2.5s ease-in-out infinite;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

@keyframes home-v3-shimmer {
  55%, 100% { transform: translateX(100%); }
}

.home-v3-skeleton > p {
  opacity: .45;
  background: #fff;
  border: 1px solid #1313131a;
  border-radius: 999px;
  padding: .25rem .55rem;
  font-size: .625rem;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
}

.home-v3-skeleton-bar {
  height: 2rem;
  background: #f6f4f7;
  border-radius: .35rem .35rem 0 0;
  display: flex;
  align-items: center;
  gap: .3rem;
  padding: 0 .65rem;
}

.home-v3-skeleton-bar span {
  width: .4rem;
  height: .4rem;
  background: #d7d2da;
  border-radius: 50%;
}

.home-v3-skeleton-layout {
  height: calc(100% - 2rem);
  background: #faf9fb;
  display: grid;
  grid-template-columns: 20% 1fr;
}

.home-v3-skeleton-layout > span {
  background: #efecf1;
  border-right: 1px solid #1313130d;
}

.home-v3-skeleton-layout > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  align-items: center;
  padding: 2rem;
}

.home-v3-skeleton-layout i {
  height: 55%;
  background: #eeeaf0;
  border: 1px solid #1313130d;
  border-radius: .4rem;
}

/* The ERP stays in place */
.home-v3-systems {
  background: linear-gradient(180deg, #f4fbff 0%, #f8f4ff 100%);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.home-v3-systems-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, .8fr);
  align-items: start;
  gap: 6rem;
}

.home-v3-systems-copy h2 {
  max-width: 44rem;
}

.home-v3-systems-body {
  color: #131313b8;
  display: grid;
  gap: 1rem;
  padding-top: 1.8rem;
  font-weight: 450;
  line-height: 1.65;
}

.home-v3-systems-body strong {
  color: var(--black);
  font-weight: 650;
}

.home-v3-logo-strip {
  width: 100%;
  min-height: 7.5rem;
  margin-top: 3.5rem;
  overflow: hidden;
  position: relative;
}

.home-v3-logo-track {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.375rem 0;
}

.home-v3-logo-set {
  display: flex;
  gap: 1rem;
  padding-right: 1rem;
}

.home-v3-logo-tile {
  height: 4.75rem;
  color: #8c929b;
  background: #fff;
  border: 1px solid #e7e8ea;
  border-radius: .875rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: 0 1.5rem;
  font-size: .875rem;
  font-weight: 500;
}

.home-v3-logo-tile.is-more {
  color: #a3a8af;
  border-color: #d4d7db;
  border-style: dashed;
}

.home-v3-integration-logo {
  object-fit: contain;
  filter: grayscale(1) opacity(.55);
}

.home-v3-integration-logo.is-sap {
  width: 4.15rem;
  height: 1.25rem;
  filter: none;
}

.home-v3-integration-logo.is-netsuite {
  width: 4.65rem;
  height: 1.625rem;
  filter: grayscale(1) opacity(.6);
}

.home-v3-integration-logo.is-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.home-v3-mail-icon {
  width: 1.5rem;
  height: 1.0625rem;
  border: 1.5px solid #9ca3af;
  border-radius: .1875rem;
  flex-shrink: 0;
  position: relative;
}

.home-v3-mail-icon i {
  background: #9ca3af;
  clip-path: polygon(0 0, 50% 62%, 100% 0, 100% 14%, 50% 76%, 0 14%);
  display: block;
  position: absolute;
  inset: 0;
}

.home-v3-logo-fade {
  width: clamp(2.5rem, 9vw, 7.5rem);
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.home-v3-logo-fade.is-left {
  background: linear-gradient(90deg, #f8f7f5, #f8f7f500);
  left: 0;
}

.home-v3-logo-fade.is-right {
  background: linear-gradient(270deg, #f8f7f5, #f8f7f500);
  right: 0;
}

@keyframes home-v3-logo-marquee {
  to {
    transform: translateX(-50%);
  }
}

/* Cost */
.home-v3-cost {
  color: #fff;
  background: #15101c;
  overflow: visible !important;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.home-v3-impact-heading {
  width: 100%;
  text-align: center;
  background: linear-gradient(#15101c 72%, #15101c00);
  margin: 0 auto 1.5rem;
  padding: 1.5rem 0 3rem;
  position: sticky;
  top: 4.5rem;
  z-index: 3;
}

.home-v3-stats-header {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1fr);
  padding-bottom: .75rem;
}

.home-v3-stats-header > span:first-child {
  grid-column: span 2;
}

.home-v3-column-label {
  padding-left: 2.5rem;
  color: #fff;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-v3-impact-heading .text-color-purple {
  color: #c9c9c9;
}

.home-v3-impact-heading > p:last-child {
  color: #ffffff8c;
  margin-top: 1rem;
  font-weight: 450;
}

.home-v3-stats {
  --impact-progress: 0;
  width: 100%;
  border-top: 1px solid #ffffff24;
  border-bottom: 1px solid #ffffff24;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  position: relative;
}

.home-v3-stats::after {
  content: '';
  width: 2px;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 2;
  left: calc(75% + 5px);
  height: calc(var(--impact-progress) * 100%);
  background: linear-gradient(#9c62db, #d3b4f4);
  box-shadow: 0 0 1rem #b276ef80;
  transform: translateX(-.5px);
  transition: height .08s linear;
}

.home-v3-stats article {
  border-bottom: 1px solid #ffffff1a;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 46vh;
  padding: 0;
  position: relative;
  z-index: 1;
}

.w-mod-js .home-v3-stats article {
  opacity: .12;
  filter: saturate(.65);
  transform: translateY(1.5rem) scale(.985);
  transition: opacity .55s ease, filter .55s ease, transform .65s cubic-bezier(.2, .7, .3, 1);
}

.w-mod-js .home-v3-stats article.is-past {
  opacity: .34;
  transform: translateY(0) scale(1);
}

.w-mod-js .home-v3-stats article.is-active {
  opacity: 1;
  filter: none;
  transform: translateY(0) scale(1);
}

.home-v3-stats article:last-child {
  border-bottom: 0;
}

.home-v3-stat-number {
  color: #fff;
  margin-bottom: .6rem;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(2.25rem, 3.5vw, 3.5rem);
  font-weight: 500;
  line-height: 1;
}

.home-v3-stat-label {
  display: none;
}

.home-v3-stats h3 {
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 2.25rem 2.5rem 2.25rem 0;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(1.625rem, 2.2vw, 2.25rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.home-v3-stats article > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.25rem 0 2.25rem 2.5rem;
}

.home-v3-stats article > div > p:last-child {
  color: #a89fc4;
  font-size: 1.0625rem;
  font-weight: 450;
  line-height: 1.5;
  min-height: 3em;
}

.home-v3-impact-block {
  position: relative;
}

.home-v3-impact-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  width: 1px;
  height: 100%;
  background: #ffffff1a;
  pointer-events: none;
}

.home-v3-cost-photo {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  margin: 2rem 2.75rem 2rem 0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .08), 0 24px 48px rgba(0, 0, 0, .35);
}

.home-v3-cost-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter .8s ease, transform 1.1s cubic-bezier(.2, .7, .3, 1);
}

.home-v3-cost-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #2a1d3e8c, #15101c59);
  opacity: 0;
  pointer-events: none;
  transition: opacity .8s ease;
}

.w-mod-js .home-v3-stats article:not(.is-active) .home-v3-cost-photo img {
  filter: grayscale(1) brightness(.88);
  transform: scale(1.06);
}

.w-mod-js .home-v3-stats article:not(.is-active) .home-v3-cost-photo::after {
  opacity: 1;
}

@media (max-width: 1100px) {
  .home-v3-cost-photo {
    display: none;
  }

  .home-v3-stats article,
  .home-v3-stats-header {
    grid-template-columns: minmax(9rem, .7fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .home-v3-stats-header > span:first-child {
    grid-column: auto;
  }

  .home-v3-stats::after {
    left: calc(63% + 5px);
  }
}

.home-v3-impact-label {
  color: #ffffff59;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-v3-closing {
  color: #ffffffd9;
  max-width: 54rem;
  text-align: center;
  margin: 4.5rem auto 0;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(1.5rem, 2.2vw, 2.125rem);
  font-weight: 500;
  line-height: 1.3;
}

.home-v3-arch {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.arch-heading {
  max-width: none;
  text-align: center;
  margin-bottom: 2.5rem;
}

.home-v3-arch .container {
  max-width: 120rem;
}

.arch-diagram {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 1.5rem;
  max-width: 100rem;
  margin: 0 auto;
}

.arch-stack {
  flex: 1 1 0;
  max-width: 58rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.arch-card {
  min-width: 0;
  background: #fff;
  border: 1px solid #e8e8ec;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  box-shadow:
    0 1px 2px rgba(19, 19, 19, .04),
    0 24px 48px -32px rgba(19, 19, 19, .18);
}

.arch-card-cloudsquid {
  border-color: #dfdfe4;
  box-shadow:
    0 1px 2px rgba(19, 19, 19, .04),
    0 24px 48px -28px rgba(19, 19, 19, .28);
}

.arch-card-label {
  margin: 0 0 .4rem;
  color: #131313;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center;
}

.arch-card-logo {
  display: block;
  height: 1.5rem;
  width: auto;
  margin: 0 auto .5rem;
}

.arch-card-tagline {
  margin: 0 0 .5rem;
  color: #6b6b6b;
  font-size: .9375rem;
  font-weight: 550;
  text-align: center;
}

.arch-card-tagline-only {
  margin-bottom: 0;
  color: #131313;
}

.arch-legacy-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.arch-legacy-head .arch-card-label {
  margin: 0;
  text-align: left;
}

.arch-legacy-link {
  color: #6b6b6b;
  font-size: .8125rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}

.arch-legacy-link:hover {
  color: #131313;
}

.arch-legacy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
}

.arch-legacy-group {
  min-width: 0;
}

.arch-group-label {
  margin: 0 0 .45rem;
  color: #8a8a90;
  font-size: .6875rem;
  font-weight: 650;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.arch-logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.arch-logo-tile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid #ececef;
  border-radius: .55rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(19, 19, 19, .05);
  flex-shrink: 0;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.arch-logo-tile:hover {
  transform: translateY(-2px);
  border-color: #d9d9de;
  box-shadow: 0 8px 16px -6px rgba(19, 19, 19, .18);
  z-index: 4;
}

.arch-logo-tile img {
  width: 1.4rem;
  height: 1.4rem;
  object-fit: contain;
}

.arch-logo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #6b6b6b;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .01em;
}

.arch-product-row {
  display: flex;
  gap: .5rem;
  margin-bottom: .5rem;
}

.arch-product-frame {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 4 / 3;
  border: 1px solid #1313131a;
  border-radius: .6rem;
  overflow: hidden;
  background: #f7f7f8;
}

.arch-product-frame img,
.arch-product-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.arch-product-captions {
  display: flex;
  gap: .5rem;
  margin-bottom: 1.25rem;
}

.arch-product-captions span {
  flex: 1 1 0;
  min-width: 0;
  color: #6b6b6b;
  font-size: .65rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

.arch-product-badge {
  position: absolute;
  right: .4rem;
  bottom: .4rem;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .25rem .5rem;
  border-radius: 999px;
  background: #131313;
  color: #fff;
  font-size: .6rem;
  font-weight: 650;
  letter-spacing: .02em;
  box-shadow: 0 6px 16px rgba(19, 19, 19, .25);
}

.arch-product-badge-dot {
  width: .35rem;
  height: .35rem;
  border-radius: 50%;
  background: #fff;
  animation: arch-badge-pulse 1.8s ease-in-out infinite;
}

@keyframes arch-badge-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .3; }
}

.arch-items-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .6rem;
}

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

.arch-item-pill {
  padding: .55rem .75rem;
  border: 1px solid #1313131a;
  border-radius: .6rem;
  background: #fafafa;
  color: #131313;
  font-size: .8125rem;
  font-weight: 550;
  text-align: center;
}

.arch-connector {
  flex: 0 0 5rem;
  height: 5rem;
  width: auto;
  margin: .5rem auto;
  color: #131313;
}

.arch-connector svg {
  width: auto;
  height: 100%;
  margin: 0 auto;
  display: block;
  overflow: visible;
}

.arch-connector-spark {
  animation: arch-connector-spark-move 2.4s ease-in-out infinite;
  filter: drop-shadow(0 0 4px rgba(19, 19, 19, .55));
}

@keyframes arch-connector-spark-move {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(-86px);
    opacity: 0;
  }
}

.arch-video-panel {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arch-video-glass {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: .5rem;
  background: linear-gradient(160deg, #15101c 0%, #241a31 100%);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1rem;
  box-shadow:
    0 1px 2px rgba(19, 19, 19, .06),
    0 32px 64px -32px rgba(21, 16, 28, .5);
}

.arch-video-glass video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: .8rem;
}

.arch-process-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  max-width: 100rem;
  margin: 2.5rem auto 0;
}

.arch-process-tile {
  display: block;
  background: #fff;
  border: 1px solid #e8e8ec;
  border-radius: .75rem;
  padding: .9rem 1.1rem;
  box-shadow: 0 1px 2px rgba(19, 19, 19, .04);
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.arch-process-tile:hover {
  transform: translateY(-2px);
  border-color: #cfcfd6;
  box-shadow: 0 12px 24px -12px rgba(19, 19, 19, .18);
}

.arch-process-tile p {
  margin: 0;
  color: #131313;
  font-size: .9375rem;
  font-weight: 600;
}

.arch-video-caption {
  position: absolute;
  left: .75rem;
  bottom: .75rem;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: #fff;
  color: #131313;
  font-size: .7rem;
  font-weight: 650;
}

@media screen and (max-width: 1100px) {
  .arch-legacy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .home-v3-arch {
    padding-top: 3.5rem;
  }

  .arch-diagram {
    flex-direction: column;
  }

  .arch-stack {
    max-width: none;
  }

  .arch-legacy-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .arch-video-panel {
    flex: 0 0 auto;
    width: 100%;
    height: 16rem;
  }

  .arch-items-grid,
  .arch-items-grid-3 {
    grid-template-columns: 1fr;
  }

  .arch-process-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* How it works uses the same white cards and purple tint as the old benefit
   grid, with quieter placeholder panels in the image position. */
.home-v3-how {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--light-blue) 0%, #fff 100%);
  padding-top: 7rem;
  padding-bottom: 3rem;
}

.home-v3-how-cta {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.home-v3-step-index {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: .6rem;
  margin: 0 0 .9rem;
}

.home-v3-step-number {
  color: #131313;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}

.home-v3-step-eyebrow {
  margin: 0;
  color: #6b6b6b;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-v3-step-title {
  margin: 0 0 .55rem;
  color: #131313;
  font-size: 1.125rem;
  font-weight: 650;
  line-height: 1.4;
  max-width: 22rem;
}

.home-v3-step-body {
  margin: 0;
  color: #6b6b6b;
  font-size: .9375rem;
  font-weight: 450;
  line-height: 1.55;
  max-width: 22rem;
}

.w-mod-js .home-v3-step {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2, .7, .3, 1);
}

.w-mod-js .home-v3-step.is-active {
  opacity: 1;
  transform: translateY(0);
}

.home-v3-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem 2rem;
  margin-top: 3.25rem;
}

.home-v3-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-v3-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  margin-bottom: 0;
  padding-top: .5rem;
}

.home-v3-timeline-track {
  position: absolute;
  top: 14px;
  left: calc(100% / 6);
  right: calc(100% / 6);
  height: 2px;
  border-radius: 3px;
  background: #1313131a;
}

.home-v3-timeline-progress {
  position: absolute;
  top: 15px;
  left: calc(100% / 6);
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  border-radius: 50%;
  background: #131313;
  box-shadow: 0 0 0 5px rgba(19, 19, 19, .1);
  z-index: 2;
}

.home-v3-timeline-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .65rem;
  position: relative;
  z-index: 1;
}

.home-v3-timeline-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #d6d6da;
  position: relative;
  transition: background-color .2s ease, border-color .2s ease;
}

.home-v3-timeline-dot.is-passed {
  background: #131313;
  border-color: #131313;
}

@keyframes home-v3-timeline-pulse {
  0% { transform: scale(.75); opacity: .8; }
  100% { transform: scale(1.7); opacity: 0; }
}

.home-v3-timeline-label {
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6b6b6b;
  transition: color .2s ease;
}

.home-v3-timeline-point:has(.home-v3-timeline-dot.is-passed) .home-v3-timeline-label {
  color: #131313;
}

.home-v3-refrain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}

.home-v3-refrain h3 {
  max-width: 45rem;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
}

.home-v3-refrain strong {
  color: var(--black);
  font-weight: 650;
}

.home-v3-start-options {
  border-top: 1px solid #1313131a;
  margin-top: 3rem;
  padding-top: 2rem;
}

.home-v3-start-options > p {
  margin-bottom: 1rem;
}

.home-v3-start-composer {
  max-width: 56rem;
  background: #fff;
  border: 1px solid #13131326;
  border-radius: 1rem;
  box-shadow: 0 1.25rem 3rem #2104400d;
  overflow: hidden;
}

.home-v3-start-composer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 1rem .35rem;
}

.home-v3-start-toggle {
  display: flex;
  align-items: center;
  flex: none;
  gap: .45rem;
  padding-top: .15rem;
  font-family: Geist, Arial, sans-serif;
  font-size: .8125rem;
  font-weight: 600;
  cursor: pointer;
}

.home-v3-start-toggle > span:not(.home-v3-start-toggle-control) {
  color: #13131366;
  transition: color .18s ease;
}

.home-v3-start-toggle > span.is-active {
  color: var(--black);
}

.home-v3-start-toggle-control {
  width: 2.65rem;
  height: 1.5rem;
  display: block;
  position: relative;
}

.home-v3-start-toggle-control input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}

.home-v3-start-toggle-control i {
  background: #dedde0;
  border: 1px solid #1313131f;
  border-radius: 999px;
  position: absolute;
  inset: 0;
  transition: background-color .2s ease;
}

.home-v3-start-toggle-control i::after {
  content: '';
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px #13131340;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: .125rem;
  left: .15rem;
  transition: transform .22s cubic-bezier(.2, .75, .25, 1);
}

.home-v3-start-toggle-control input:checked + i {
  background: var(--black);
}

.home-v3-start-toggle-control input:checked + i::after {
  transform: translateX(1.15rem);
}

.home-v3-start-toggle-control input:focus-visible + i {
  outline: 2px solid var(--purple);
  outline-offset: 2px;
}

.home-v3-start-copy p {
  color: #131313c2;
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
}

.home-v3-start-form {
  margin: 0;
  padding: .25rem 1rem .85rem;
}

.home-v3-start-form textarea {
  color: var(--black);
  background: #fff;
  border: 0;
  outline: 0;
  resize: vertical;
  width: 100%;
  height: 4.25rem;
  min-height: 4.25rem;
  margin: 0;
  padding: .5rem .25rem .65rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 1.0625rem;
  font-weight: 450;
  line-height: 1.55;
}

.home-v3-start-form textarea::placeholder {
  color: #13131370;
}

.home-v3-start-form:focus-within {
  box-shadow: inset 0 0 0 2px #8000ff24;
}

.home-v3-start-form-footer {
  border-top: 1px solid #13131314;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: .75rem;
}

.home-v3-start-form-footer button {
  color: #fff;
  background: var(--black);
  border: 0;
  border-radius: 50%;
  flex: none;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.home-v3-start-form-footer button:hover {
  box-shadow: 0 .5rem 1.25rem #13131324;
  transform: translateX(.12rem);
}

.home-v3-start-form-footer button:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 3px;
}

/* Proof */
.home-v3-proof {
  color: #fff;
  background-color: var(--dark-puple);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.home-v3-proof .home-v3-heading {
  z-index: 2;
}

.home-v3-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  position: relative;
  z-index: 2;
}

.home-v3-proof-roles .home-v3-proof-card {
  color: var(--black);
  background: #f2f0ec;
  border: 1px solid #ffffff73;
  border-radius: .65rem;
  min-width: 0;
  min-height: 15rem;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 1rem 3rem #10002029;
  opacity: 1 !important;
  transform: none !important;
}

.home-v3-proof-card-inner {
  width: 100%;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}

.home-v3-proof-card-header {
  max-width: 34rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home-v3-proof-card-header > img {
  background: #fff;
  border: 1px solid #13131314;
  border-radius: .4rem;
  flex: none;
  width: 3.25rem;
  height: 3.25rem;
  object-fit: contain;
}

.home-v3-proof-card-header p {
  color: #13131380;
  margin-bottom: .35rem;
  font-size: .6875rem;
  font-weight: 650;
  letter-spacing: .07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-v3-proof-card-header h3 {
  color: var(--black);
  font-family: Geist, Arial, sans-serif;
  font-size: clamp(1.125rem, 1.35vw, 1.375rem);
  font-weight: 650;
  line-height: 1.2;
}

.home-v3-proof-body {
  color: #131313b8;
  max-width: 37rem;
  padding-top: 1.5rem;
  font-size: .8125rem;
  font-weight: 450;
  line-height: 1.55;
}

.home-v3-proof-outcome {
  border-top: 1px solid #1313131f;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  gap: 1.25rem;
  margin-top: auto;
  padding-top: 1.25rem;
}

.home-v3-proof-outcome strong {
  color: var(--black);
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(1.65rem, 2.1vw, 2.125rem);
  font-weight: 500;
  line-height: 1;
}

.home-v3-proof-outcome span {
  color: #1313138f;
  max-width: 15rem;
  padding-bottom: .1rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.4;
}

/* Solutions */
.home-v3-solutions {
  background: #fafafa;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.home-v3-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-v3-solution-card {
  min-height: 15rem;
  color: var(--black);
  background: #fff;
  border: 1px solid #1313131a;
  border-radius: .75rem;
  padding: 1.75rem;
  text-decoration: none;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}

.home-v3-solution-card:hover {
  transform: translateY(-.25rem);
  box-shadow: 0 1rem 2rem #21044012;
}

.home-v3-solution-card h3 {
  max-width: 16rem;
  margin-bottom: .75rem;
}

.home-v3-solution-card p {
  opacity: .65;
  max-width: 18rem;
  font-size: .875rem;
  font-weight: 450;
  line-height: 1.5;
}

.home-v3-solution-card > span {
  font-size: 1.25rem;
  position: absolute;
  top: 1.75rem;
  right: 1.75rem;
}

.home-v3-industries {
  border-top: 1px solid #1313131a;
  border-bottom: 1px solid #1313131a;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  padding: 1.25rem 0;
}

.home-v3-industries p {
  opacity: .45;
  margin-right: auto;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.home-v3-industries a {
  color: var(--black);
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

/* Governance leads; security supports it. The section uses one restrained,
   structured surface rather than a pair of free-floating feature cards. */
.home-v3-trust {
  background: #fff;
  border-top: 1px solid #13131314;
}

.home-v3-trust-layout {
  grid-template-columns: minmax(0, 23rem) minmax(0, 1fr);
  align-items: start;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.home-v3-trust-sub {
  color: #131313b8;
  line-height: 1.6;
}

.home-v3-trust .security-redux-actions .button {
  min-height: 3rem;
  border-radius: .375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.25rem;
}

.home-v3-trust-panels {
  background: #fff;
  border: 1px solid #13131326;
  border-radius: .75rem;
  min-width: 0;
  overflow: hidden;
}

.home-v3-governance-panel,
.home-v3-security-panel {
  min-width: 0;
  padding: 1.75rem 2rem;
}

.home-v3-governance-panel {
  color: var(--black);
  background: #fff;
}

.home-v3-security-panel {
  color: var(--black);
  background: #f5f5f3;
  border-top: 1px solid #13131326;
}

.home-v3-trust-panel-heading {
  border-bottom: 1px solid #1313131f;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: .3rem;
  padding-bottom: 1.25rem;
}

.home-v3-trust-panel-heading > p {
  opacity: .58;
  margin-bottom: .45rem;
  font-size: .6875rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-v3-trust-panel-heading > div > p {
  color: #6b6b6b;
  margin-bottom: .4rem;
  font-size: .6875rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-v3-trust-panel-heading h3 {
  font-family: Geist, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 650;
  line-height: 1.2;
}

.home-v3-trust-panel-heading > span {
  color: #13131373;
  flex: none;
  padding-bottom: .1rem;
  font-size: .6875rem;
  font-weight: 550;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-v3-governance-panel ol,
.home-v3-security-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-v3-governance-panel li {
  border-bottom: 1px solid #13131314;
  display: grid;
  grid-template-columns: .75rem minmax(0, 1fr);
  align-items: center;
  gap: .7rem;
  padding: .82rem 0;
}

.home-v3-governance-panel li:last-child {
  border-bottom: 0;
}

.home-v3-governance-panel li > span {
  background: var(--black);
  border-radius: 50%;
  width: .3rem;
  height: .3rem;
  display: block;
}

.home-v3-governance-panel li > p {
  color: #131313d9;
  font-size: .875rem;
  font-weight: 550;
  line-height: 1.45;
}

.home-v3-security-panel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding-top: .75rem;
}

.home-v3-security-panel li {
  border-right: 1px solid #13131326;
  margin: .35rem .75rem .35rem 0;
  padding-right: .75rem;
  font-size: .75rem;
  font-weight: 550;
  line-height: 1.4;
}

.home-v3-security-panel li:last-child {
  border-right: 0;
}

/* Light CTA creates a clear transition before the dark-purple footer. */
.home-v3-final {
  color: var(--black);
  background: #fff;
  padding-top: 3rem;
  padding-bottom: 7rem;
}

.home-v3-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .8fr);
  gap: 6rem;
  align-items: center;
}

.home-v3-final p {
  opacity: .7;
  margin-bottom: 2rem;
  font-weight: 450;
  line-height: 1.6;
}

/* CTA card with a triangular-lattice pattern fading in from both sides. */
.home-v3-final-box {
  position: relative;
  background: #f7f5ef;
  border: 1px solid #13131314;
  border-radius: .75rem;
  padding: 4rem 4.5rem;
  overflow: hidden;
}

.home-v3-final-box::before,
.home-v3-final-box::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

/* Left: tilted triangular lattice. Oversized so the rotation still covers
   the box corners; the box's overflow: hidden clips the excess. */
.home-v3-final-box::before {
  top: -40%;
  bottom: -40%;
  left: -4rem;
  width: calc(clamp(9rem, 26%, 17rem) + 8rem);
  transform: rotate(-10deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='84'%3E%3Cpath d='M0 0h48M0 42h48M0 42 24 0M24 84 48 42M24 0 48 42M0 42 24 84' fill='none' stroke='%23131313' stroke-opacity='.08'/%3E%3C/svg%3E");
  background-size: 48px 84px;
  -webkit-mask-image: linear-gradient(90deg, #000 30%, transparent 80%);
  mask-image: linear-gradient(90deg, #000 30%, transparent 80%);
}

/* Right: straight vertical lines. */
.home-v3-final-box::after {
  top: 0;
  bottom: 0;
  right: 0;
  width: clamp(9rem, 26%, 17rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M23.5 0v24' fill='none' stroke='%23131313' stroke-opacity='.08'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  -webkit-mask-image: linear-gradient(270deg, #000 25%, transparent 100%);
  mask-image: linear-gradient(270deg, #000 25%, transparent 100%);
}

.home-v3-final-box > .home-v3-final-grid {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .home-v3-systems-copy {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .home-v3-systems-body {
    max-width: 44rem;
    padding-top: 0;
  }

  .home-v3-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v3-proof-card:last-child {
    grid-column: auto;
  }

  .home-v3-final-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .home-v3-trust-layout {
    grid-template-columns: 1fr;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .section.home-hero.home-v3-hero {
    padding-top: 2rem;
  }

  .home-v3-hero h1 {
    font-size: clamp(2.5rem, 11vw, 3.5rem);
  }

  .home-v3-hero-copy {
    font-size: 1rem;
  }

  .home-v3-skeleton-layout > div {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .home-v3-skeleton-layout i {
    height: auto;
  }

  .home-v3-systems {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .home-v3-logo-strip {
    margin-top: 2.5rem;
  }

  .home-v3-cost,
  .home-v3-how,
  .home-v3-proof,
  .home-v3-solutions,
  .home-v3-final {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .home-v3-final-box {
    padding: 2.5rem 1.5rem;
  }

  .home-v3-proof-grid,
  .home-v3-solution-grid {
    grid-template-columns: 1fr;
  }

  .home-v3-impact-heading {
    margin-bottom: 3rem;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: auto;
  }

  .home-v3-stats-header {
    display: none;
  }

  .home-v3-stats::after {
    display: none;
  }

  .home-v3-stats article {
    grid-template-columns: 1fr;
    row-gap: .25rem;
    min-height: 0;
    padding: 1.5rem 0;
  }

  .home-v3-stats article > div > p:last-child {
    min-height: 0;
  }

  .home-v3-stats h3 {
    padding: 0 0 .75rem;
    font-size: 1.375rem;
  }

  .home-v3-stat-label {
    display: block;
    margin: 0 0 .4rem;
    color: #a89fc4;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .home-v3-impact-block::before {
    display: none;
  }

  .home-v3-impact-block {
    border-top: 1px solid #ffffff1a;
    margin-top: .75rem;
    padding-top: 1.25rem !important;
  }

  .home-v3-impact-block .home-v3-stat-label {
    color: #c9b8ff;
  }

  .home-v3-stats article > div {
    padding: 0;
  }

  .home-v3-stat-number {
    font-size: 2.25rem;
  }

  .home-v3-closing {
    margin-top: 3.5rem;
  }

  .home-v3-steps {
    grid-template-columns: 1fr;
  }

  .home-v3-refrain {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-v3-start-composer-head {
    align-items: flex-start;
    flex-direction: column;
    gap: .75rem;
  }

  .home-v3-start-toggle {
    padding-top: 0;
  }

  .home-v3-trust-layout {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .home-v3-trust-panels {
    grid-template-columns: 1fr;
  }

  .home-v3-governance-panel,
  .home-v3-security-panel {
    min-height: 0;
    padding: 1.5rem;
  }

  .home-v3-proof-card:last-child {
    grid-column: auto;
  }

  .home-v3-proof-card-inner {
    min-height: 18rem;
    padding: 1.5rem;
  }

  .home-v3-proof-copy {
    min-height: 0;
    margin-bottom: 2rem;
  }

  .home-v3-solution-card {
    min-height: 12rem;
  }

  .home-v3-industries {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
  }

  .home-v3-industries p {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .home-v3-trust-panel-heading > span {
    display: none;
  }

  .home-v3-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .home-v3-actions .button {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .w-mod-js .home-v3-stats article,
  .w-mod-js .home-v3-stats article.is-past,
  .w-mod-js .home-v3-stats article.is-active {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .home-v3-stats::after {
    height: 100%;
    transition: none;
  }


  .w-mod-js .home-v3-step {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-v3-skeleton::after,
  .home-v3-logo-skeleton::after {
    animation: none;
    display: none;
  }

  .home-v3-logo-track {
    animation-play-state: paused;
  }

  .home-v3-solution-card {
    transition: none;
  }
}

/* Solution detail refresh. The CMS markup stays intact; these scoped rules
   bring both locales in line with the quieter product/lander visual system. */
html[data-wf-page="68c034140eda60e5068af6b3"] {
  --solution-line: #1313131a;
  --solution-muted: #131313ad;
  --solution-purple-wash: #f4effa;
  --solution-dark: #210440;
}

html[data-wf-page="68c034140eda60e5068af6b3"] main [style*="opacity:0"] {
  opacity: 1 !important;
  transform: none !important;
}

/* Webflow can rewrite the inline animation values after CSS is parsed. These
   pages read better without the legacy reveal choreography, so keep their
   content present regardless of that runtime state. */
html[data-wf-page="68c034140eda60e5068af6b3"] main [data-w-id] {
  opacity: 1 !important;
  transform: none !important;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero-padding-block {
  height: 5rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] main > .relative {
  background: transparent;
  overflow: hidden;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .section.home-hero {
  min-height: 45rem;
  padding: 4rem 0 0;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .section.home-hero::before {
  content: '';
  z-index: 1;
  background-image: radial-gradient(circle at 0 .5px, #13131380 0 .5px, transparent .6px);
  background-repeat: repeat;
  background-size: calc(100% / 6) 6px;
  pointer-events: none;
  position: absolute;
  inset: 0 7.5rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero > .container.grid {
  width: 100%;
  max-width: 76rem;
  height: auto;
  display: block;
  padding-right: 2rem;
  padding-left: 2rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .column.home-hero-content.z1.cta-box {
  width: 100%;
  max-width: 64rem;
  color: var(--black);
  background: transparent;
  border: 0;
  padding: 2.5rem 2rem 4rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero .text-color-bright-orange {
  color: #6b6b6b !important;
  margin-bottom: .75rem;
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero h1 {
  max-width: 52rem;
  margin-bottom: 1.25rem;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(2.75rem, 4.2vw, 4rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero .max-width-25rem:not(.text-color-bright-orange) {
  max-width: 48rem;
  color: var(--solution-muted);
  margin: 1.5rem auto 2rem;
  font-size: 1.125rem;
  font-weight: 450;
  line-height: 1.6;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero .button,
html[data-wf-page="68c034140eda60e5068af6b3"] .testimonial-card .button {
  min-height: 2.75rem;
  background: #131313;
  border: 1px solid #131313;
  border-radius: .375rem;
  padding: 1rem 2rem;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero .button:hover,
html[data-wf-page="68c034140eda60e5068af6b3"] .testimonial-card .button:hover {
  background: var(--purple);
  border-color: #6b6b6b;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero-stairs,
html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero-cube,
html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero-cube-2,
html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero-cube-3,
html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero-cube-4,
html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero-cube-5 {
  display: none;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero-path-image {
  opacity: .6;
  height: 9rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .section-copy.home-hero-copy {
  display: none;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .bg-noise-image.hero,
html[data-wf-page="68c034140eda60e5068af6b3"] .blue-gradient.hero {
  display: block;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .section-copy.bottom-padding-0 {
  background-color: #fff;
  padding-top: 6.5rem;
  padding-bottom: 6rem;
  position: relative;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .container-copy,
html[data-wf-page="68c034140eda60e5068af6b3"] .container-copy-2 {
  width: 100%;
  max-width: 76rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .container-copy.grid-copy.z2-copy {
  width: 100%;
  max-width: 76rem;
  display: block;
  margin-bottom: 0;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .builder-image-block-copy {
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .rich-text-solutions {
  color: var(--solution-muted);
  padding: 0;
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.72;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .rich-text-solutions h2 {
  color: var(--black);
  margin-top: 3.75rem;
  margin-bottom: 1rem;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .rich-text-solutions h2:first-child {
  margin-top: 0;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .rich-text-solutions h3 {
  color: var(--black);
  margin-top: 2.25rem;
  margin-bottom: .65rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .rich-text-solutions h4,
html[data-wf-page="68c034140eda60e5068af6b3"] .rich-text-solutions h5 {
  clear: none;
  color: var(--black);
  margin: 2.5rem 0 .75rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -.015em;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .rich-text-solutions figure {
  background: #f8f7fa;
  border: 1px solid var(--solution-line);
  border-radius: .7rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  overflow: hidden;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .rich-text-solutions figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Shared CPG, retail, and manufacturing pages. The structure follows the
   homepage rhythm while reusing the product page's restrained UI surfaces. */
.industry-page {
  color: var(--black);
  background: #fff;
}

.industry-page > .home-hero-padding-block {
  height: 5rem;
}

.industry-hero {
  background: linear-gradient(180deg, var(--light-blue) 0%, #fff 94%);
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 688px;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  overflow: hidden;
}

.industry-hero-grid {
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(26rem, .97fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 7rem);
  position: relative;
}

.industry-eyebrow {
  color: #6b6b6b;
  margin: 0 0 1rem;
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: .09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.industry-hero-copy h1 {
  max-width: 49rem;
  min-height: 3.03em;
  margin: 0;
  font-size: clamp(3.25rem, 4.8vw, 5.1rem);
  line-height: 1.01;
  text-wrap: balance;
}

.industry-hero-copy > p:not(.industry-eyebrow) {
  color: #131313bd;
  max-width: 42rem;
  margin: 1.75rem 0 0;
  font-size: 1.125rem;
  font-weight: 450;
  line-height: 1.6;
}

.industry-hero-copy .home-v3-actions {
  justify-content: flex-start;
  margin-top: 2rem;
}

.industry-hero-media {
  background: transparent;
  border: 0;
  border-radius: .875rem;
  box-shadow: 0 1.25rem 3rem #16435114;
  min-width: 0;
  width: calc(100% + 5rem + max(0px, (100vw - 75rem) / 2 - 1.5rem));
  margin: 0 0 0 -5rem;
  overflow: hidden;
  transform: none;
}

.industry-hero-video {
  background: #fafafa;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  display: block;
}


.industry-leak {
  color: #fff;
  background: #17121c;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.industry-leak .industry-eyebrow {
  color: #c9c9c9;
}

.industry-leak-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(22rem, .85fr);
  align-items: end;
  gap: clamp(4rem, 8vw, 9rem);
}

.industry-leak h2 {
  max-width: 48rem;
}

.industry-leak-copy {
  color: #ffffffa8;
  max-width: 43rem;
  margin: 1.5rem 0 0;
  font-size: 1rem;
  line-height: 1.65;
}

.industry-leak-stat {
  border-top: 1px solid #ffffff2e;
  padding-top: 1.5rem;
}

.industry-leak-stat strong {
  display: block;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(4rem, 8vw, 7.5rem);
  font-weight: 500;
  line-height: .9;
}

.industry-leak-stat span {
  color: #fff;
  display: block;
  margin-top: .75rem;
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.industry-leak-stat p {
  color: #ffffff9c;
  max-width: 30rem;
  margin: 1rem 0 0;
  font-size: .8125rem;
  line-height: 1.55;
}

.industry-processes,
.industry-control {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.industry-processes {
  background: #fafafa;
}

.industry-section-heading {
  position: relative;
  z-index: 2;
}

.industry-section-heading h2 {
  max-width: 48rem;
}

.industry-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.industry-process-card {
  background: #fff;
  border: 1px solid #1313131f;
  border-radius: .75rem;
  min-height: 15rem;
  padding: 1.75rem;
}

.industry-process-card > span {
  color: #6b6b6b;
  display: block;
  margin-bottom: 2.5rem;
  font-size: .6875rem;
  font-weight: 650;
  letter-spacing: .08em;
}

.industry-process-card h3 {
  margin: 0 0 .75rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 650;
  line-height: 1.25;
}

.industry-process-card p {
  color: #131313a6;
  max-width: 34rem;
  margin: 0;
  font-size: .875rem;
  line-height: 1.6;
}

.industry-how {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.industry-control {
  background: #fff;
}

.industry-control-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.industry-control-card {
  background: #f7f7f8;
  border: 1px solid #1313131a;
  border-radius: .875rem;
  min-width: 0;
  overflow: hidden;
}

.industry-control-card:nth-child(3) {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(18rem, .72fr) minmax(0, 1.28fr);
}

.industry-control-copy {
  padding: 1.75rem;
}

.industry-control-copy > p {
  color: #6b6b6b;
  margin: 0 0 .75rem;
  font-size: .6875rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.industry-control-copy h3 {
  max-width: 28rem;
  margin: 0 0 .75rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 650;
  line-height: 1.25;
}

.industry-control-copy > span {
  color: #131313a6;
  display: block;
  max-width: 30rem;
  font-size: .8125rem;
  line-height: 1.55;
}

.industry-control-image {
  background: #fff;
  border-top: 1px solid #13131312;
  aspect-ratio: 16 / 8.5;
  overflow: hidden;
}

.industry-control-card:nth-child(3) .industry-control-image {
  border-top: 0;
  border-left: 1px solid #13131312;
  aspect-ratio: auto;
}

.industry-control-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.industry-integrations {
  border-top: 1px solid #1313131a;
  margin-top: 4rem;
  padding-top: 2rem;
}

.industry-integrations > p {
  color: #1313138f;
  margin: 0;
  font-size: .75rem;
  font-weight: 600;
}

.industry-integrations .home-v3-logo-strip {
  margin-top: 1.5rem;
}

.industry-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.industry-proof-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.industry-proof-more-link {
  color: #fff;
  opacity: .85;
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
  transition: opacity .2s ease;
}

.industry-proof-more-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.industry-proof-grid .home-v3-proof-card-inner {
  min-height: 24rem;
}

.industry-proof-grid .home-v3-proof-outcome {
  grid-template-columns: 1fr;
  align-items: start;
  gap: .6rem;
}

.industry-final {
  border-top: 1px solid #13131312;
}

@media screen and (max-width: 991px) {
  .industry-hero {
    height: auto;
    min-height: 0;
  }

  .industry-hero-grid,
  .industry-leak-grid {
    grid-template-columns: 1fr;
  }

  .industry-hero-media {
    width: min(100%, 42rem);
    margin-left: 0;
  }

  .industry-leak-grid {
    align-items: start;
    gap: 4rem;
  }

  .industry-control-card:nth-child(3) {
    grid-template-columns: 1fr;
  }

  .industry-control-card:nth-child(3) .industry-control-image {
    border-top: 1px solid #13131312;
    border-left: 0;
    aspect-ratio: 16 / 8.5;
  }

  .industry-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-proof-grid .home-v3-proof-card:first-child {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 767px) {
  .industry-hero {
    min-height: 0;
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }

  .industry-hero-grid {
    gap: 3rem;
  }

  .industry-hero-copy h1 {
    min-height: 4.04em;
    font-size: clamp(2.5rem, 10.5vw, 3.75rem);
  }

  .industry-hero-copy > p:not(.industry-eyebrow) {
    font-size: 1rem;
  }

  .industry-leak,
  .industry-processes,
  .industry-how,
  .industry-control {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .industry-process-grid,
  .industry-control-grid,
  .industry-proof-grid {
    grid-template-columns: 1fr;
  }

  .industry-control-card:nth-child(3),
  .industry-proof-grid .home-v3-proof-card:first-child {
    grid-column: auto;
  }

  .industry-process-card {
    min-height: 0;
  }

  .industry-process-card > span {
    margin-bottom: 1.5rem;
  }

  .industry-proof-grid .home-v3-proof-card-inner {
    min-height: 20rem;
  }
}

@media screen and (max-width: 479px) {
  .industry-leak-stat strong {
    font-size: 4rem;
  }
}

html[data-wf-page="68c034140eda60e5068af6b3"] .rich-text-solutions .w-richtext-align-floatleft {
  width: min(48%, 32rem);
  margin-right: 3rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .rich-text-solutions .w-richtext-align-floatright {
  width: min(48%, 32rem);
  margin-left: 3rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .rich-text-solutions::after {
  content: '';
  clear: both;
  display: table;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .rich-text-solutions p,
html[data-wf-page="68c034140eda60e5068af6b3"] .rich-text-solutions ul,
html[data-wf-page="68c034140eda60e5068af6b3"] .rich-text-solutions ol {
  max-width: 54rem;
  margin-bottom: 1.1rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .section-copy.bottom-padding-0 > .section {
  padding-top: 5.5rem;
  padding-bottom: 4rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .section-copy.bottom-padding-0 > .section .max-width-50rem {
  max-width: 46rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .h-32.font-weight-600.margin-s.center {
  margin-bottom: 1.5rem;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.15;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .form-poc {
  max-width: 34rem;
  margin: 0 auto;
  padding: .3rem;
  background: #fff;
  border: 1px solid var(--solution-line);
  border-radius: .55rem;
  box-shadow: 0 .75rem 2.5rem #2104400d;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .text-field-poc {
  height: 2.75rem;
  margin: 0;
  padding: .6rem .9rem;
  background: transparent;
  border: 0;
  border-radius: .35rem;
  box-shadow: none;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .submit-button-poc {
  min-width: 8.5rem;
  height: 2.75rem;
  background: var(--purple);
  border-radius: .4rem;
  padding: .65rem 1rem;
  font-weight: 600;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .builder-image-block-copy.securitysection {
  max-width: 46rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: .5rem;
  margin-top: 0;
  margin-bottom: 4rem;
  padding-top: 1rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .isopill.pill.z1 {
  width: 100%;
  min-height: 3.25rem;
  color: var(--black);
  background: #faf9fb;
  border: 1px solid var(--solution-line);
  border-radius: .55rem;
  display: grid;
  grid-template-columns: 1.75rem minmax(0, 1fr);
  justify-content: start;
  align-items: center;
  gap: .625rem;
  padding: .65rem .8rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .pilltext {
  min-height: 1.75rem;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: .75rem;
  font-weight: 550;
  line-height: 1.1;
  white-space: nowrap;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .pilltext br {
  display: none;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .isopill .image-4,
html[data-wf-page="68c034140eda60e5068af6b3"] .isopill .image-4.padding-xs {
  box-sizing: border-box;
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
  padding: .25rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .column.home-hero-content.z1.cta-box.use-case-box {
  width: 100%;
  max-width: 68rem;
  color: var(--black);
  text-align: left;
  background: var(--solution-purple-wash);
  border: 1px solid #6633991f;
  border-radius: .8rem;
  align-items: stretch;
  padding: 3.5rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .use-case-box > p:first-child {
  color: #6b6b6b !important;
  margin-bottom: .75rem;
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .use-case-box > h2 {
  max-width: 48rem;
  color: var(--solution-dark) !important;
  text-align: left;
  margin-bottom: 2rem;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .dropdown {
  height: auto !important;
  border-top: 1px solid #21044024;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .accordion-toggle {
  min-height: 4.25rem;
  color: var(--solution-dark);
  text-align: left;
  border: 0;
  align-items: center;
  margin: 0;
  padding: 1rem 2.5rem 1rem 0;
  font-size: 1rem;
  font-weight: 600;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .accordion-toggle .text-block,
html[data-wf-page="68c034140eda60e5068af6b3"] .accordion-toggle .icon-17,
html[data-wf-page="68c034140eda60e5068af6b3"] .paragraph-21 {
  color: var(--solution-dark);
}

html[data-wf-page="68c034140eda60e5068af6b3"] .paragraph-21 {
  max-width: 52rem;
  padding: 0 2.5rem 1.25rem 0;
  opacity: .72;
  font-weight: 450;
  line-height: 1.6;
}

html[data-wf-page="68c034140eda60e5068af6b3"] main > .section {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .testimonial-card {
  min-height: 22rem;
  background: #f8fdff;
  border: 1px solid var(--solution-line);
  border-radius: .8rem;
  padding: 4rem 2.5rem;
  box-shadow: 0 1rem 3rem #2104400a;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .testimonial-card-content {
  max-width: 50rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .testimonial-card-content h2 {
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 0;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .testimonial-card-content > p {
  max-width: 42rem;
  line-height: 1.6;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .testimoinal-card-cloud,
html[data-wf-page="68c034140eda60e5068af6b3"] .testimonial-borders-block,
html[data-wf-page="68c034140eda60e5068af6b3"] .testimonial-card > .bg-noise-image {
  display: none;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .testimonial-card .blue-gradient {
  background: radial-gradient(circle at 50% 0%, #c9f3ff 0, #f8fdff 55%, #fff 100%);
  opacity: .65;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .section.solution-section {
  width: calc(100% - 3rem);
  max-width: 80rem;
  background: var(--solution-dark);
  border-radius: .9rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-section > .container.grid {
  max-width: 70rem;
  height: auto;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-section > .container.grid:not(.section-bg) {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: auto;
  position: relative;
  z-index: 3;
  overflow: visible;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-section .column-copy {
  min-width: 0;
  min-height: 23rem;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-section > .container.grid.z2 {
  margin-bottom: 2.5rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-section .h-32 {
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.08;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-card {
  width: 100%;
  min-height: 23rem;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #ffffff0d;
  border: 1px solid #ffffff24;
  border-radius: .7rem;
  padding: 2rem;
  box-shadow: none;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-card.last {
  min-height: 23rem;
  background: #fff;
  color: var(--solution-dark);
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-card.last h3,
html[data-wf-page="68c034140eda60e5068af6b3"] .solution-card.last p {
  color: var(--solution-dark);
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-card-bg-image,
html[data-wf-page="68c034140eda60e5068af6b3"] .solustion-bg-image,
html[data-wf-page="68c034140eda60e5068af6b3"] .solution-section > .bg-noise-image {
  display: none;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-benefit-block {
  gap: .85rem;
  font-size: .9375rem;
  font-weight: 450;
  line-height: 1.5;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-benefit-icon {
  width: 2.25rem;
  height: 2.25rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .section-copy-2 {
  padding-top: 5.5rem;
  padding-bottom: 2rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] main > .section .h-40,
html[data-wf-page="68c034140eda60e5068af6b3"] main > .section .h-32 {
  font-family: Sentient, Geist, Georgia, serif;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .comparison-table {
  background: #fff;
  border: 1px solid var(--solution-line);
  border-radius: .75rem;
  margin-top: 2.25rem;
  overflow: hidden;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .comparison-row {
  min-height: 4.75rem;
  border-color: var(--solution-line);
  padding: 0;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .comparison-positive {
  color: var(--black);
  background: none;
  border-right: 1px solid var(--solution-line);
  margin: 0;
  padding: 1.35rem 1.5rem 1.35rem 3.4rem !important;
  position: relative;
  font-size: .9375rem;
  font-weight: 450;
  line-height: 1.4;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .comparison-positive:nth-child(2) {
  border-right: 0;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .comparison-positive::before {
  content: "✓";
  width: 1.25rem;
  height: 1.25rem;
  color: #6b6b6b;
  background: var(--solution-purple-wash);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: absolute;
  top: 1.35rem;
  left: 1.5rem;
  font-size: .7rem;
  font-weight: 750;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .collection-list-2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-right: 0;
  margin-left: 0;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .collection-item-stories {
  width: 100%;
  height: 100%;
  float: none;
  background: #f8fdff;
  border: 1px solid var(--solution-line);
  border-radius: .65rem;
  transition: transform .2s ease, box-shadow .2s ease;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .collection-item-stories:hover {
  background: #fff;
  box-shadow: 0 .75rem 2rem #2104400d;
  transform: translateY(-.2rem);
}

html[data-wf-page="68c034140eda60e5068af6b3"] .link-wrap-2.z2 {
  color: var(--black);
  background: transparent;
  border: 0;
  border-radius: .65rem;
  padding: 1.25rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .paragraph-21-copy.text-black {
  text-align: left;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.3;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-closing-cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-closing-cta > .container {
  max-width: 72rem;
  color: #fff;
  text-align: center;
  background: var(--solution-dark);
  border-radius: .8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-closing-cta .text-color-purple {
  color: #c9c9c9;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-closing-cta h2 {
  max-width: 43rem;
  margin-bottom: 1rem;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-closing-cta > .container > p:not(:first-child) {
  max-width: 36rem;
  opacity: .72;
  margin-bottom: 1.75rem;
  font-weight: 450;
  line-height: 1.6;
}

html[data-wf-page="68c034140eda60e5068af6b3"] .solution-closing-cta .button {
  color: var(--black);
  background: #fff;
}

html[data-wf-page="68c034140eda60e5068af6b3"] main a:focus-visible,
html[data-wf-page="68c034140eda60e5068af6b3"] main button:focus-visible,
html[data-wf-page="68c034140eda60e5068af6b3"] main input:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 3px;
}

@media screen and (max-width: 991px) {
  html[data-wf-page="68c034140eda60e5068af6b3"] .section.home-hero {
    min-height: 42rem;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .solution-section > .container.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .solution-section .column-copy {
    grid-column: span 1 !important;
  }
}

@media screen and (max-width: 767px) {
  html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero-padding-block {
    height: 4.5rem;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .section.home-hero {
    min-height: 35rem;
    padding-top: 3rem;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .section.home-hero::before {
    inset: 0 1.25rem;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero > .container.grid,
  html[data-wf-page="68c034140eda60e5068af6b3"] .container-copy,
  html[data-wf-page="68c034140eda60e5068af6b3"] .container-copy-2 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .column.home-hero-content.z1.cta-box {
    padding: 2rem 0 3rem;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .home-hero h1 {
    max-width: 22rem;
    font-size: clamp(2.25rem, 9.5vw, 3rem);
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .section-copy.bottom-padding-0 {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .column.home-hero-content.z1.cta-box.use-case-box {
    padding: 2rem 1.25rem;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .builder-image-block-copy.securitysection {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 2.75rem;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .rich-text-solutions .w-richtext-align-floatleft,
  html[data-wf-page="68c034140eda60e5068af6b3"] .rich-text-solutions .w-richtext-align-floatright {
    float: none;
    width: 100%;
    max-width: none !important;
    margin: 2rem 0;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .solution-closing-cta {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .solution-closing-cta > .container {
    width: calc(100% - 2.5rem);
    padding: 3rem 1.25rem;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] main > .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .testimonial-card {
    min-height: 0;
    padding: 3rem 1.25rem;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .section.solution-section {
    width: calc(100% - 1.5rem);
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .solution-section > .container.grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .solution-section .column-copy {
    grid-area: auto !important;
    grid-column: 1 !important;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .comparison-row,
  html[data-wf-page="68c034140eda60e5068af6b3"] .collection-list-2 {
    grid-template-columns: 1fr;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .comparison-positive {
    border-right: 0;
    border-bottom: 1px solid var(--solution-line);
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .comparison-row:last-child .comparison-positive:last-child {
    border-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  html[data-wf-page="68c034140eda60e5068af6b3"] .form-poc {
    background: transparent;
    border: 0;
    flex-direction: column;
    gap: .5rem;
    padding: 0;
    box-shadow: none;
  }

  html[data-wf-page="68c034140eda60e5068af6b3"] .text-field-poc,
  html[data-wf-page="68c034140eda60e5068af6b3"] .submit-button-poc {
    width: 100%;
    border: 1px solid var(--solution-line);
    border-radius: .4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-wf-page="68c034140eda60e5068af6b3"] .collection-item-stories {
    transition: none;
  }

html[data-wf-page="68c034140eda60e5068af6b3"] .collection-item-stories:hover {
    transform: none;
  }
}

/* Finance-process use-case pages: shared visual system for AP, O2C, and
   Controlling & Close. Scoped so the restored industry and legacy solution
   pages retain their existing design. */
.use-case-hub {
  --uc-ink: #17131b;
  --uc-muted: #17131ba3;
  --uc-line: #2114311c;
  --uc-purple: #6d28d9;
  --uc-dark: #211029;
  background: #fff;
}

.use-case-hub .home-hero-padding-block {
  height: 5rem;
}

.use-case-hub .messaging-hero,
.use-case-hub .messaging-section,
.use-case-hub .leakage-proof,
.use-case-hub .leakage-final {
  position: relative;
}

.use-case-hero {
  min-height: 44rem;
  background:
    radial-gradient(circle at 17% 5%, #e0f8ff 0, #e0f8ff00 34%),
    radial-gradient(circle at 85% 30%, #eee4ff 0, #eee4ff00 32%),
    #fbfbfc;
  border-bottom: 1px solid var(--uc-line);
  display: flex;
  align-items: center;
  padding: 6.5rem 0;
  overflow: hidden;
}

.use-case-hero > .section-bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.use-case-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(25rem, 1.05fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
  position: relative;
  z-index: 2;
}

.messaging-hero-inner {
  min-width: 0;
}

.messaging-hero-inner > .paragraph-14 {
  margin: 0 0 1.15rem;
}

.messaging-hero-inner h1 {
  max-width: 42rem;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(3rem, 5.1vw, 5.25rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
  margin: 0;
}

.messaging-hero-copy {
  color: var(--uc-muted);
  max-width: 38rem;
  margin: 1.5rem 0 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.use-case-hub .messaging-hero .home-v3-actions {
  justify-content: flex-start;
  margin-top: 2rem;
}

.leakage-reassurance {
  color: #17131b80;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  margin: 1.25rem 0 0;
  font-size: .7rem;
  font-weight: 550;
  line-height: 1.4;
}

.leakage-reassurance span {
  color: #6b6b6b;
  opacity: .55;
}

.use-case-hero-console {
  min-width: 0;
  color: #fff;
  background: var(--uc-dark);
  border: 1px solid #ffffff1f;
  border-radius: .9rem;
  box-shadow: 0 2rem 5rem #21044024;
  padding: 1.25rem;
  overflow: hidden;
  position: relative;
}

.use-case-hero-console::before {
  content: '';
  background: radial-gradient(circle, #a875ff38 0, #a875ff00 68%);
  pointer-events: none;
  position: absolute;
  width: 24rem;
  height: 24rem;
  top: -12rem;
  right: -8rem;
}

.use-case-hero-console header,
.use-case-hero-console footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.use-case-hero-console header {
  color: #ffffff8f;
  border-bottom: 1px solid #ffffff1f;
  padding: .2rem .1rem 1rem;
  font-size: .65rem;
  font-weight: 650;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.use-case-hero-console header span {
  display: flex;
  align-items: center;
  gap: .55rem;
}

.use-case-hero-console header i {
  width: .5rem;
  height: .5rem;
  background: #7ff1b7;
  border-radius: 50%;
  box-shadow: 0 0 0 .3rem #7ff1b71a;
  animation: use-case-pulse 2s ease-in-out infinite;
}

.use-case-hero-console header p,
.use-case-hero-console footer p {
  margin: 0;
}

@keyframes use-case-pulse {
  50% { box-shadow: 0 0 0 .7rem #7ff1b700; }
}

.use-case-console-scan {
  height: 5.5rem;
  border-bottom: 1px solid #ffffff1f;
  display: flex;
  align-items: end;
  gap: .4rem;
  padding: 1.2rem .2rem 0;
  position: relative;
}

.use-case-console-scan::after {
  content: '';
  height: 1px;
  background: linear-gradient(90deg, #a875ff00, #a875ff, #a875ff00);
  animation: use-case-scan 3.2s ease-in-out infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

@keyframes use-case-scan {
  0%, 100% { transform: translateY(-1.4rem); opacity: .25; }
  50% { transform: translateY(1.4rem); opacity: 1; }
}

.use-case-console-scan span {
  flex: 1;
  height: 35%;
  background: linear-gradient(180deg, #a875ff, #5d22a8);
  border-radius: .2rem .2rem 0 0;
  opacity: .55;
}

.use-case-console-scan span:nth-child(2) { height: 62%; }
.use-case-console-scan span:nth-child(3) { height: 88%; }
.use-case-console-scan span:nth-child(4) { height: 48%; }
.use-case-console-scan span:nth-child(5) { height: 74%; }

.use-case-console-results {
  position: relative;
  z-index: 1;
}

.use-case-console-results > div {
  border-bottom: 1px solid #ffffff1f;
  display: grid;
  grid-template-columns: 1.5rem minmax(4.75rem, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: .8rem;
  padding: 1rem .15rem;
}

.use-case-console-results > div > span {
  color: #ffffff59;
  font-size: .6rem;
}

.use-case-console-results strong {
  color: #c9c9c9;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -.02em;
}

.use-case-console-results p {
  color: #ffffff9e;
  margin: 0;
  font-size: .68rem;
  line-height: 1.4;
}

.use-case-console-results i {
  color: #d9d9d9;
  font-size: .7rem;
  font-style: normal;
}

.use-case-hero-console footer {
  color: #ffffff73;
  padding: 1rem .15rem .15rem;
  font-size: .62rem;
}

.use-case-hero-console footer strong {
  color: #d9d9d9;
  font-weight: 650;
}

.messaging-section {
  padding: 7rem 0;
}

.messaging-section-head {
  max-width: 51rem;
  margin-bottom: 3rem;
}

.messaging-section-head h2 {
  margin: 0;
}

.messaging-section-head > p:last-child:not(:first-child) {
  color: var(--uc-muted);
  max-width: 44rem;
  margin: 1.15rem 0 0;
  line-height: 1.6;
}

.use-case-leak-section {
  background: #fff;
}

.use-case-benchmarks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.use-case-benchmark {
  min-height: 15rem;
  background: #faf9fb;
  border: 1px solid var(--uc-line);
  border-radius: .75rem;
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  position: relative;
  overflow: hidden;
}

.use-case-benchmark strong {
  color: #6b6b6b;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(2.5rem, 4vw, 4.25rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .9;
}

.use-case-benchmark h3 {
  max-width: 18rem;
  margin: 1.25rem 0 0;
  color: #131313;
  font-size: 1rem;
  font-weight: 600;
}

.use-case-benchmark h3 + p {
  margin-top: .5rem;
}

.use-case-benchmark p {
  max-width: 22rem;
  margin: 1.25rem 0 0;
  font-size: .9rem;
  font-weight: 550;
  line-height: 1.5;
}

.use-case-benchmark small {
  color: #17131b73;
  border-top: 1px solid var(--uc-line);
  margin-top: auto;
  padding-top: 1rem;
  font-size: .65rem;
  line-height: 1.45;
}

.use-case-findings-section {
  background: #f7f6f8;
  border-top: 1px solid var(--uc-line);
  border-bottom: 1px solid var(--uc-line);
}

.use-case-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.use-case-detail-card {
  min-height: 34rem;
  color: #fff;
  background: var(--uc-dark);
  border: 1px solid #ffffff1f;
  border-radius: .8rem;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}

.use-case-detail-card-prevent {
  color: var(--uc-ink);
  background: linear-gradient(145deg, #e4f9ff, #efe5ff 70%, #fff);
  border-color: #6d28d926;
}

.use-case-detail-card header {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: auto;
}

.use-case-detail-card header span {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  opacity: .55;
  font-size: .62rem;
}

.use-case-detail-card header p {
  margin: 0;
  opacity: .6;
  font-size: .7rem;
  font-weight: 650;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.use-case-detail-card h2 {
  color: inherit;
  max-width: 27rem;
  margin: 4rem 0 1.5rem;
}

.use-case-detail-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.use-case-detail-card li {
  border-top: 1px solid currentColor;
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: .7rem;
  padding: .9rem 0;
  opacity: .72;
  font-size: .8rem;
  line-height: 1.45;
}

.use-case-detail-card li > span {
  color: #c9c9c9;
}

.use-case-detail-card-prevent li > span {
  color: #6b6b6b;
}

.use-case-examples-section {
  background: #fff;
}

.section.use-case-examples-section:not(.swapped-dark) {
  padding-top: max(0px, calc(7rem - 140px));
  margin-top: -110px;
}

.use-case-example-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .5rem;
}

.use-case-example-grid article {
  min-height: 13rem;
  background: #fff;
  border: 1px solid var(--uc-line);
  border-radius: .65rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: space-between;
  gap: 1rem;
  padding: 1.35rem;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.use-case-example-grid article:hover {
  border-color: #6d28d94d;
  box-shadow: 0 1rem 2.5rem #2104400f;
  transform: translateY(-.2rem);
}

.use-case-example-grid article > span {
  color: #17131b66;
  font-size: .65rem;
}

.use-case-example-grid h3 {
  max-width: 13rem;
  margin: 0;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.use-case-example-grid i {
  color: #6b6b6b;
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  font-style: normal;
}

.use-case-examples-section.swapped-dark {
  background: #17121c;
}

.use-case-examples-section.swapped-dark .use-case-example-grid article {
  background: #ffffff0a;
  border-color: #ffffff1f;
}

.use-case-examples-section.swapped-dark .use-case-example-grid article:hover {
  border-color: #ffffff40;
  box-shadow: 0 1rem 2.5rem #00000033;
}

.use-case-examples-section.swapped-dark .use-case-example-grid article > span {
  color: #ffffff66;
}

.use-case-examples-section.swapped-dark .use-case-example-grid h3 {
  color: #fff;
}

.use-case-examples-section.swapped-dark .use-case-example-grid i {
  color: #ffffffb0;
}

.leakage-proof.swapped-light {
  background: #fff;
  color: #131313;
}

.leakage-proof.swapped-light::before {
  display: none;
}

.leakage-proof.swapped-light .leakage-proof-grid article {
  background: #faf9fb;
  border-color: var(--uc-line);
}

.leakage-proof.swapped-light .leakage-proof-grid strong {
  color: #6b6b6b;
}

.leakage-proof.swapped-light .leakage-proof-grid h3 {
  color: #131313;
}

.leakage-proof.swapped-light .leakage-proof-grid p {
  color: #13131399;
  border-top-color: var(--uc-line);
}

.leakage-proof.swapped-light .industry-proof-more-link {
  color: #131313;
  opacity: .75;
}

.leakage-proof {
  color: #fff;
  background: var(--uc-dark);
  padding: 7rem 0;
  overflow: hidden;
}

.leakage-proof::before {
  content: '';
  width: 48rem;
  height: 48rem;
  background: radial-gradient(circle, #6d28d94d, #6d28d900 68%);
  pointer-events: none;
  position: absolute;
  top: -30rem;
  right: -12rem;
}

.leakage-proof .container {
  position: relative;
  z-index: 1;
}

.leakage-proof .home-v3-heading {
  max-width: 48rem;
}

.leakage-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
}

.leakage-proof-grid article {
  min-height: 18rem;
  background: #ffffff0a;
  border: 1px solid #ffffff1f;
  border-radius: .65rem;
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
}

.leakage-proof-grid strong {
  color: #c9c9c9;
  font-family: Sentient, Geist, Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}

.leakage-proof-grid h3 {
  color: #fff;
  max-width: 18rem;
  margin: .85rem 0 2rem;
  font-size: 1rem;
  font-weight: 600;
}

.leakage-proof-grid p {
  color: #ffffff80;
  border-top: 1px solid #ffffff1f;
  margin: auto 0 0;
  padding-top: 1rem;
  font-size: .68rem;
  line-height: 1.5;
}

.use-case-hub .leakage-final {
  border-top: 0;
}

@media screen and (max-width: 991px) {
  .use-case-hero-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .messaging-hero-inner {
    max-width: 48rem;
  }

  .use-case-hero-console {
    max-width: 48rem;
  }

  .use-case-benchmarks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .use-case-benchmark:last-child {
    grid-column: 1 / -1;
  }

  .use-case-example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .use-case-hub .home-hero-padding-block {
    height: 4.5rem;
  }

  .use-case-hero {
    min-height: 0;
    padding: 4.5rem 0;
  }

  .messaging-hero-inner h1 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .messaging-hero-copy {
    font-size: .95rem;
  }

  .use-case-hub .messaging-hero .home-v3-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .use-case-hub .messaging-hero .button {
    width: 100%;
    text-align: center;
  }

  .leakage-reassurance {
    gap: .35rem;
  }

  .use-case-hero-console {
    padding: 1rem;
  }

  .use-case-console-results > div {
    grid-template-columns: 1.25rem 4.25rem minmax(0, 1fr);
    gap: .55rem;
  }

  .use-case-console-results i {
    display: none;
  }

  .messaging-section,
  .leakage-proof {
    padding: 4.5rem 0;
  }

  .messaging-section-head {
    margin-bottom: 2rem;
  }

  .use-case-benchmarks,
  .use-case-two-col,
  .use-case-example-grid,
  .leakage-proof-grid {
    grid-template-columns: 1fr;
  }

  .use-case-benchmark:last-child {
    grid-column: auto;
  }

  .use-case-benchmark {
    min-height: 15rem;
  }

  .use-case-detail-card {
    min-height: 28rem;
    padding: 1.5rem;
  }

  .use-case-example-grid article {
    min-height: 10rem;
  }

  .leakage-proof-grid article {
    min-height: 14rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .use-case-hero-console header i,
  .use-case-console-scan::after {
    animation: none;
  }

  .use-case-example-grid article {
    transition: none;
  }
}

@media screen and (max-width: 767px) {
  .product-loop-heading h2 {
    font-size: clamp(2.15rem, 9vw, 3.15rem);
  }

  .product-loop-control-path {
    grid-template-columns: 1fr;
  }

  .product-loop-control-path > div {
    min-height: 0;
    display: grid;
    grid-template-columns: 1.75rem minmax(0, 1fr);
    align-items: center;
    gap: .75rem;
  }

  .product-loop-control-path i {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-loop-population span.is-finding {
    animation: none;
  }
}

/* On the collapsed navbar, dropdowns behave like wide floating sheets. They
   stay anchored to their trigger without increasing the height of the menu. */
@media screen and (max-width: 991px) {
  .navbar .nav-content-block,
  .navbar .nav-menu-inner,
  .navbar .nav-mega-dropdown,
  .navbar .nav-resource-dropdown {
    width: 100%;
  }

  .navbar .nav-menu-inner {
    position: relative;
  }

  .dropdown-list-2.nav-mega-menu.w--open,
  .dropdown-list-2.nav-resource-menu.w--open {
    width: 100%;
    min-width: 0;
    max-width: none;
    max-height: calc(100vh - 10rem);
    position: absolute;
    inset: calc(100% + .5rem) auto auto 0;
    z-index: 50;
    border: 1px solid #6d28d924;
    border-radius: .8rem;
    box-shadow: 0 1.25rem 3rem #21044024, 0 .25rem .8rem #21044012;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .dropdown-list-2.nav-mega-menu.w--open {
    padding: .5rem;
  }

  .dropdown-list-2.nav-resource-menu.w--open {
    grid-template-columns: 1fr;
    padding: .5rem;
  }

  .dropdown-list-2 .nav-mega-column,
  .dropdown-list-2 .nav-mega-section {
    padding: .2rem;
  }

  .dropdown-list-2 .nav-mega-grid-workflows,
  .dropdown-list-2 .nav-mega-grid-industry {
    grid-template-columns: 1fr;
  }

  .dropdown-list-2 .nav-mega-label {
    margin: .25rem .4rem .4rem;
    font-size: .6rem;
  }

  .dropdown-list-2 .link-block.nav-mega-link {
    grid-template-columns: 1.9rem minmax(0, 1fr);
    gap: .55rem;
    padding: .55rem;
  }

  .dropdown-list-2 .nav-mega-icon {
    width: 1.9rem;
    height: 1.9rem;
  }

  .dropdown-list-2 .nav-mega-link i {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-list-2.nav-mega-menu.w--open,
  .dropdown-list-2.nav-resource-menu.w--open {
    width: calc(100vw - 3rem);
  }

  .dropdown-list-2 .nav-mega-link strong {
    font-size: .75rem;
  }
}
.footer-group-heading {
  margin-top: 2rem;
}

/* Footer link groups (Company/Use cases/Industries/Resources/Legal/Get in
   touch) side by side as their own columns, instead of stacked within two
   wide columns. */
.footer-grid {
  grid-template-columns: 2fr repeat(5, minmax(0, 1fr));
}

#w-node-_6ff03ed8-72f6-97e6-f53d-7382ebb99393-ebb99383 {
  grid-column: span 1;
  justify-content: flex-end;
}

.footer-link-column .footer-column {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.footer-main-content {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .footer-company-column {
    transform: translateX(-322px);
    z-index: 1;
  }

  .footer-usecases-column {
    transform: translateX(-303px);
    width: max-content;
  }

  .footer-usecases-column .footer-link {
    white-space: nowrap;
  }

  .footer-industries-column {
    transform: translateX(-194px);
    width: max-content;
  }

  .footer-industries-column .footer-link {
    white-space: nowrap;
  }

  .footer-resources-column {
    transform: translateX(-70px);
  }
}

.footer-brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.footer-link-column .footer-socials-block {
  flex-direction: column;
  align-items: flex-start;
  gap: .75rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 991px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.use-case-learn-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: .8rem;
  color: #131313;
  font-size: .9rem;
  font-weight: 620;
  text-underline-offset: .18em;
}

.leakage-proof .use-case-learn-link {
  color: #fff;
}

/* Clients & partners rolling logo banner */
.home-partners-block {
  width: 100%;
  transform: translateY(150px);
}
.home-partners-heading {
  margin: 2.25rem 0 1rem;
  text-align: center;
}
.home-partners-heading p {
  margin: 0;
  color: #13131380;
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-partners-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.home-partners-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: home-partners-scroll 28s linear infinite;
}
.home-partners-marquee:hover .home-partners-track {
  animation-play-state: paused;
}
.home-partners-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 8rem;
  height: 3.5rem;
  margin: 0 .9rem;
  padding: .65rem 1rem;
  border: 1px solid #1313131a;
  border-radius: .6rem;
  background: #fff;
}
.home-partners-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
@keyframes home-partners-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (max-width: 479px) {
  .home-partners-logo { width: 6.5rem; height: 3rem; padding: .5rem .75rem; margin: 0 .6rem; }
}
