/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  --cream-canvas: #fbfaf9;
  --stone-surface: #f2f0ed;
  --sand: #f6f4ef;
  --ink-black: #121212;
  --heading-charcoal: #343433;
  --body-brown: #474645;
  --muted-gray: #686765;
  --stone-border: #e5d5c3;
  --link-blue: #0086fc;
  --sky-blue: #64c6ff;
  --grass-green: #00c978;
  --ember-orange: #ff3e00;
  --ember-link: #a52d0d;
  --sun-yellow: #ffcd6c;
  --honey: #ffbb26;
  --coral-pink: #ff58ae;
  --radius-card: 10px;
  --radius-pill: 9999px;
  --hairline: inset 0 0 0 1px var(--stone-surface);
}
html[data-a11y-text="large"] {
  font-size: 112.5%;
}
html[data-a11y-text="larger"] {
  font-size: 125%;
}
html[data-a11y-contrast="more"] {
  --cream-canvas: #fff;
  --stone-surface: #e8e8e8;
  --sand: #f1f1f1;
  --heading-charcoal: #090909;
  --body-brown: #171717;
  --muted-gray: #343434;
  --stone-border: #696969;
  --ember-link: #7d2109;
  --hairline: inset 0 0 0 2px #696969;
}
html[data-a11y-text] main :where(p, li, dt, dd, label, input, textarea, select, button, a):not(.product-screen *) {
  font-size: 1rem;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--cream-canvas);
  overflow-x: clip;
}
body {
  margin: 0;
  color: var(--body-brown);
  background: var(--cream-canvas);
  font:
    400 1.0625rem/1.53 Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  letter-spacing: -0.013em;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
main,
section,
article,
div {
  min-width: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--link-blue);
  outline-offset: 3px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  color: var(--heading-charcoal);
  text-wrap: balance;
}
h1,
h2 {
  /* `Family` is not shipped by the site.  On machines that happened to have a
   * local font with that name, the fallback produced visibly tall, narrow
   * headings.  Keep the hero's type on the same portable face as the product
   * UI so its proportions do not change with the visitor's font inventory. */
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 500;
}
h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(2.75rem, 6.2vw, 4.25rem);
  line-height: 1.09;
  letter-spacing: -0.031em;
}
h2 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 4.2vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
}
h3 {
  margin-bottom: 10px;
  font-size: 1.4375rem;
  line-height: 1.1;
  letter-spacing: -0.019em;
}
.section-shell {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}
.subpage-hero {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(460px, 1.18fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
  padding-bottom: clamp(46px, 7vw, 82px);
}
.subpage-hero__copy {
  align-self: center;
  min-width: 0;
}
.subpage-hero__copy h1 {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 5.2vw, 4.5rem);
}
.solution-page .subpage-hero__copy h1 {
  /* Long localized operating-model labels must reflow before a 320px copy
   * track can collide with the editorial visual. Keep ordinary words whole;
   * auto-hyphenation makes an English title read like a broken compound. */
  -webkit-hyphens: manual;
          hyphens: manual;
  word-break: normal;
  overflow-wrap: anywhere;
}
/* A single product name should not be balanced into a clipped pseudo-line on
 * the narrower desktop copy track. This is deliberately route-scoped: other
 * localized headings retain their normal multi-line editorial treatment. */
.subpage-hero--communications .subpage-hero__copy h1 {
  max-width: none;
  font-size: clamp(2.35rem, 3.25vw, 2.9rem);
  letter-spacing: -0.042em;
  text-wrap: nowrap;
  overflow-wrap: normal;
}
.subpage-hero__copy > p:not(.eyebrow) {
  max-width: 580px;
  margin-bottom: 0;
  color: var(--body-brown);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
}
/* Legal document names are localized data, not short marketing labels.  Keep
 * the editorial desktop scale, but allow a single long German or Spanish word
 * to wrap inside the narrow copy track rather than being hidden beneath the
 * adjacent hero visual. */
.governed-page .subpage-hero__copy h1 {
  -webkit-hyphens: auto;
          hyphens: auto;
  overflow-wrap: anywhere;
}
@media (min-width: 961px) {
  .solution-page .subpage-hero__copy h1 {
    max-width: none;
    font-size: clamp(3rem, 4.4vw, 4.25rem);
    -webkit-hyphens: manual;
            hyphens: manual;
    word-break: normal;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 340px) {
  /* Detail labels carry real localized words such as "independientes". On a
   * 320px copy track, fit that word through a modest route-scoped measure
   * adjustment instead of splitting off one final character. */
  .solution-page:not(.solution-page--solutions) .subpage-hero__copy h1 {
    font-size: clamp(2.5rem, 12vw, 2.625rem);
    letter-spacing: -0.045em;
    text-wrap: wrap;
    -webkit-hyphens: manual;
            hyphens: manual;
    word-break: normal;
    overflow-wrap: normal;
  }
}
.subpage-visual {
  min-width: 0;
  margin: 0;
}
.subpage-visual__images {
  display: grid;
  gap: 10px;
}
.subpage-visual__frame {
  position: relative;
  aspect-ratio: 3 / 2;
  min-width: 0;
  overflow: hidden;
  border-radius: clamp(14px, 2vw, 22px);
  background: var(--sand);
  box-shadow: var(--hairline);
}
.subpage-visual__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subpage-visual--mosaic .subpage-visual__images {
  grid-template-columns: minmax(0, 1.55fr) minmax(120px, .75fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  aspect-ratio: 3 / 2;
}
.subpage-visual--mosaic .subpage-visual__frame:first-child {
  grid-row: 1 / 3;
  aspect-ratio: auto;
}
.subpage-visual--mosaic .subpage-visual__frame:not(:first-child) {
  aspect-ratio: auto;
}
.subpage-visual figcaption {
  max-width: 560px;
  margin-top: 12px;
  color: var(--muted-gray);
  font-size: 13px;
  line-height: 1.45;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: -80px;
  left: 16px;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--cream-canvas);
  background: var(--ink-black);
}
.skip-link:focus {
  top: 16px;
}
.marketing-recovery {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(360px, 1.16fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: center;
  min-height: min(780px, calc(100svh - 80px));
  padding-block: clamp(58px, 9vw, 128px);
}
.marketing-recovery__copy {
  max-width: 640px;
}
.marketing-recovery__copy h1 {
  /* Recovery copy is localized; a long unbreakable word must never widen the
     narrow copy track on a tablet or cut the focused heading off-screen. */
  overflow-wrap: anywhere;
}
.marketing-recovery__copy > p:not(.eyebrow) {
  margin-bottom: 28px;
  color: var(--body-brown);
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.55;
}
.marketing-recovery__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.marketing-recovery__destination {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, .95fr);
  gap: clamp(14px, 2vw, 24px);
  align-items: end;
}
.marketing-recovery__visual {
  min-width: 0;
  margin: 0;
}
.marketing-recovery__visual img {
  display: block;
  width: 100%;
  min-height: 410px;
  height: clamp(410px, 43vw, 610px);
  object-fit: cover;
  object-position: 50% 48%;
  border-radius: clamp(16px, 2vw, 24px);
  box-shadow: var(--hairline);
}
.marketing-recovery__visual figcaption {
  margin-top: 11px;
  color: var(--muted-gray);
  font-size: 13px;
  line-height: 1.45;
}
.marketing-recovery__next {
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--line-beige);
  border-radius: clamp(16px, 2vw, 24px);
  background: var(--cream-canvas);
  box-shadow: var(--hairline);
}
.marketing-recovery__next h2 {
  margin: 10px 0 13px;
  font-family: inherit;
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  font-weight: 600;
  line-height: 1.05;
}
.marketing-recovery__next > p:not(.eyebrow) {
  margin-bottom: 22px;
  color: var(--body-brown);
  font-size: 15px;
  line-height: 1.5;
}
.marketing-recovery__next nav {
  display: grid;
  gap: 3px;
}
.marketing-recovery__next nav a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 46px;
  padding: 8px 0;
  border-top: 1px solid var(--line-beige);
  color: var(--heading-charcoal);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.marketing-recovery__next nav a:first-child { border-top: 0; }
.marketing-recovery__next nav a svg:first-child { color: var(--grass-green); }
.marketing-recovery__next nav a:focus-visible { outline-offset: 4px; }
.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1200px, calc(100% - 32px));
  min-height: 76px;
  margin: auto;
  background: color-mix(in srgb, var(--cream-canvas) 92%, transparent);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.shell-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1200px, calc(100% - 32px));
  min-height: 76px;
  margin-inline: auto;
  border-bottom: 1px solid color-mix(in srgb, var(--stone-border) 72%, transparent);
  background: color-mix(in srgb, var(--cream-canvas) 94%, transparent);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.shell-desktop-nav,
.shell-actions {
  display: flex;
  align-items: center;
}
.shell-desktop-nav {
  gap: 8px;
  color: var(--heading-charcoal);
  font-size: 14px;
}
.shell-desktop-nav > a,
.shell-mega > summary {
  min-height: 44px;
  padding: 12px 10px;
  border-radius: 8px;
}
.shell-desktop-nav > a:hover,
.shell-mega > summary:hover,
.shell-mega[open] > summary {
  color: var(--ember-link);
  background: var(--sand);
}
.shell-mega {
  position: relative;
}
.shell-mega > summary,
.shell-language-picker > summary {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  list-style: none;
}
.shell-mega > summary::-webkit-details-marker,
.shell-language-picker > summary::-webkit-details-marker {
  display: none;
}
.shell-mega__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  display: grid;
  min-width: 224px;
  padding: 8px;
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--hairline);
}
.shell-mega__panel a {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--body-brown);
}
.shell-mega__panel a:hover,
.shell-language-picker a:hover {
  color: var(--heading-charcoal);
  background: var(--sand);
}
.shell-actions {
  gap: 10px;
}
.shell-login {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.shell-start.button--small {
  min-height: 44px;
}
.a11y-trigger {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  padding: 7px 0;
  border: 0;
  color: var(--muted-gray);
  background: transparent;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.a11y-trigger:hover {
  color: var(--ember-link);
}
.a11y-trigger--compact {
  width: 44px;
  padding: 0;
  justify-content: center;
  border-radius: 50%;
  color: var(--heading-charcoal);
  background: var(--sand);
  text-decoration: none;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.shell-language-picker {
  position: relative;
  color: var(--muted-gray);
  font-size: 13px;
}
.shell-language-picker > div {
  position: absolute;
  top: 30px;
  right: 0;
  display: grid;
  min-width: 132px;
  padding: 6px;
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--hairline);
}
.shell-language-picker a {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 10px;
  border-radius: 6px;
}
.shell-menu-button {
  display: none;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--heading-charcoal);
  background: var(--sand);
}
.shell-drawer {
  display: none;
}
.shell-footer {
  display: grid;
  grid-template-columns: 0.82fr 2fr;
  gap: 48px;
  padding-block: 56px 28px;
  border-top: 1px solid var(--stone-border);
}
.shell-footer > div > p {
  max-width: 300px;
  margin: 12px 0 0;
  color: var(--muted-gray);
  font-size: 14px;
}
.shell-footer__groups {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.shell-footer__groups section {
  display: grid;
  align-content: start;
  gap: 8px;
}
.shell-footer__groups a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.shell-footer h2 {
  margin: 0 0 4px;
  color: var(--heading-charcoal);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.shell-footer a,
.shell-footer__copyright {
  color: var(--muted-gray);
  font-size: 13px;
}
.shell-language-picker > summary {
  min-height: 44px;
}
.shell-footer__groups a,
.shell-footer__groups h2 {
  overflow-wrap: anywhere;
}
.shell-footer a:hover {
  color: var(--ember-link);
}
.shell-footer__copyright {
  grid-column: 1 / -1;
  margin: 0;
}
.shell-footer__preferences {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cookie-preferences-trigger {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  padding: 7px 0;
  border: 0;
  color: var(--muted-gray);
  background: transparent;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-preferences-trigger:hover {
  color: var(--ember-link);
}
.cookie-preferences-backdrop {
  position: fixed;
  z-index: 70;
  inset: 0;
  display: grid;
  place-items: end center;
  padding: 16px;
  background: rgb(18 18 18 / 0.24);
}
.cookie-preferences-dialog {
  width: min(100%, 520px);
  padding: 24px;
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--hairline);
}
.cookie-preferences-dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cookie-preferences-dialog h2 {
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
}
.cookie-preferences-dialog__header > button {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--heading-charcoal);
  background: var(--sand);
}
.cookie-preferences-dialog > p {
  margin: 16px 0;
  color: var(--body-brown);
  font-size: 15px;
}
.cookie-preferences-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding: 12px 0;
  border-top: 1px solid var(--stone-border);
  color: var(--heading-charcoal);
  font-size: 15px;
  font-weight: 600;
}
.cookie-preferences-option span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.cookie-preferences-option input {
  width: 20px;
  height: 20px;
  accent-color: var(--ink-black);
}
.cookie-preferences-dialog > .button {
  width: 100%;
  margin-top: 16px;
}
.route-scaffold {
  min-height: min(700px, calc(100svh - 76px));
  padding-block: clamp(92px, 14vw, 172px);
}
.route-scaffold > p:not(.eyebrow) {
  max-width: 660px;
  color: var(--body-brown);
  font-size: 19px;
}
.route-scaffold__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}
.governed-page {
  /* These pages can have a short verified record or a longer editorial
   * narrative.  A forced viewport-height made short records look abandoned
   * and left a large unexplained void before the footer. */
  min-height: 0;
  padding-block: clamp(52px, 6vw, 84px);
}
.governed-page__intro {
  max-width: 650px;
  color: var(--body-brown);
  font-size: 19px;
}
.governed-page__pending,
.governed-page__article {
  max-width: 720px;
  padding: clamp(24px, 4vw, 40px);
}

.cookie-preferences-actions {
  display: grid;
  gap: 0.625rem;
  margin-top: 0.5rem;
}

.cookie-preferences-actions .button,
.cookie-preferences-save {
  min-height: 44px;
  width: 100%;
}

.cookie-preferences-actions .button--secondary {
  border: 1px solid var(--stone-border);
  background: #fff;
  color: var(--heading-charcoal);
}

.cookie-preferences-save {
  border: 0;
  background: transparent;
  color: var(--ink, #242321);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.governed-page__status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.43fr);
  gap: clamp(16px, 2.5vw, 30px);
  align-items: stretch;
  max-width: 1180px;
  margin-top: 38px;
  scroll-margin-top: 88px;
}
.governed-page__status .governed-page__article {
  max-width: none;
  margin: 0;
}
.governed-page__status .governed-page__faq {
  max-width: none;
  margin-top: 34px;
}
.governed-page__legal-review {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  align-items: start;
  gap: clamp(18px, 3.2vw, 42px);
  max-width: 1180px;
  margin-top: 38px;
}
.governed-page__legal-card {
  max-width: none;
  margin: 0;
}
.governed-page__legal-card .eyebrow {
  margin: 0 0 10px;
}
.governed-page__legal-faq {
  max-width: none;
  margin-top: 34px;
}
.governed-page__legal-guide {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 100%;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--stone-border);
  border-radius: var(--radius-card);
  background: var(--sand);
}
.governed-page__legal-guide .eyebrow,
.governed-page__legal-guide h2,
.governed-page__legal-guide > p {
  margin: 0;
}
.governed-page__legal-guide > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--stone-border);
  border-radius: 50%;
  color: var(--heading-charcoal);
  background: var(--sky-blue);
}
.governed-page__legal-guide h2 {
  max-width: 12ch;
  color: var(--heading-charcoal);
  font-family: inherit;
  font-size: clamp(27px, 2.7vw, 40px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.governed-page__legal-guide > p:not(.eyebrow) {
  color: var(--body-brown);
  line-height: 1.5;
}
.governed-page__legal-guide ol {
  display: grid;
  gap: 12px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.governed-page__legal-guide li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: var(--body-brown);
  font-size: 14px;
  line-height: 1.42;
}
.governed-page__legal-guide li b {
  color: var(--ember-link);
  font-size: 12px;
  letter-spacing: 0.08em;
}
.governed-page__status-guide {
  position: relative;
  display: grid;
  /* The FAQ record on the left can be substantially taller than this live
   * response guide. Do not stretch the illustration into an unexplained
   * empty column just to match that record's height. */
  align-self: start;
  align-content: start;
  gap: 14px;
  min-height: 470px;
  overflow: hidden;
  padding: clamp(22px, 2.2vw, 32px);
  border: 1px solid var(--stone-border);
  border-radius: var(--radius-card);
  background: var(--sand);
  scroll-margin-top: 88px;
}
.governed-page__status-guide .eyebrow {
  margin: 0;
}
.governed-page__status-guide > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--stone-border);
  border-radius: 50%;
  color: var(--heading-charcoal);
  background: var(--sky-blue);
}
.governed-page__status-guide h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--heading-charcoal);
  font-family: inherit;
  font-size: clamp(27px, 2.7vw, 40px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.governed-page__status-guide > p:not(.eyebrow) {
  max-width: 27ch;
  margin: 0;
  color: var(--body-brown);
  font-size: 15px;
  line-height: 1.45;
}
.governed-page__status-guide ol {
  display: grid;
  gap: 10px;
  z-index: 1;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.governed-page__status-guide li {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--heading-charcoal);
  font-size: 13px;
  line-height: 1.35;
}
.governed-page__status-guide li svg {
  flex: 0 0 auto;
  color: var(--ember-link);
}
.governed-page__status-guide > div {
  position: absolute;
  right: -16px;
  bottom: -24px;
  width: 174px;
  height: 156px;
  pointer-events: none;
}
.governed-page__status-guide > div i,
.governed-page__status-guide > div b,
.governed-page__status-guide > div em {
  position: absolute;
  display: block;
  border: 1px solid rgba(41, 39, 36, 0.14);
  background: #fff;
}
.governed-page__status-guide > div i {
  right: 16px;
  bottom: 18px;
  width: 110px;
  height: 110px;
  border-radius: 50% 50% 18px 50%;
}
.governed-page__status-guide > div b {
  right: 94px;
  bottom: 4px;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--sun-yellow);
  transform: rotate(14deg);
}
.governed-page__status-guide > div em {
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--grass-green);
}
.governed-page__pending > svg {
  margin-bottom: 28px;
  color: var(--ember-link);
}
.governed-page__pending h2,
.governed-page__article h2 {
  font-family: inherit;
  font-size: 26px;
  font-weight: 600;
}
.governed-page__pending > p,
.governed-page__article > p {
  color: var(--body-brown);
}
.governed-page__note {
  color: var(--muted-gray) !important;
  font-size: 14px;
}
.governed-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(14px, 1.7vw, 22px);
  margin-top: clamp(34px, 4vw, 52px);
}
/* MarketingCard deliberately has no universal padding: it is also used for
 * dense tables, forms and full-bleed product surfaces.  Governed publication
 * cards are editorial cards, however, and must always own a readable inset.
 * Without this boundary the support/company cards render their copy directly
 * against the hairline (as in the reported support screenshot). */
.governed-page__grid > .marketing-card {
  display: flex;
  min-height: clamp(232px, 19vw, 286px);
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 3vw, 38px);
}
.governed-page__grid > .marketing-card > h2 {
  max-width: 23ch;
  margin-bottom: 18px;
}
.governed-page__grid > .marketing-card > p {
  max-width: 58ch;
  margin-bottom: 0;
  line-height: 1.58;
}
.governed-page__grid > .marketing-card > .button {
  margin-top: auto;
}
.governed-page__grid > .marketing-card > .inline-demo-link:last-child {
  margin-top: auto;
}
.governed-page__grid .marketing-card h2 {
  max-width: 34ch;
  font-family: inherit;
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  font-weight: 600;
  line-height: 1.18;
}
.governed-page__plan {
  padding: 28px;
}
.governed-page__plan h2 {
  font-family: inherit;
  font-size: 23px;
  font-weight: 600;
}
.governed-page__price {
  color: var(--heading-charcoal);
  font-size: 15px;
  font-weight: 600;
}
.governed-page__plan ul {
  display: grid;
  gap: 8px;
  padding: 0;
  list-style: none;
}
.governed-page__plan li {
  display: flex;
  gap: 8px;
  align-items: start;
  color: var(--body-brown);
}
.governed-page__plan li svg {
  flex: 0 0 auto;
  margin-top: 4px;
  color: var(--grass-green);
}
.governed-page__faq {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-top: 48px;
}
.governed-page__faq h2 {
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
}
.evidence-page {
  min-height: min(720px, calc(100svh - 76px));
  padding-block: clamp(48px, 8vw, 96px);
}
.evidence-page__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 34px;
  color: var(--muted-gray);
  font-size: 13px;
}
.evidence-page__breadcrumbs a:hover {
  color: var(--ember-link);
}
.evidence-page__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0;
  padding: 2px;
}
.evidence-page__filters a {
  flex: 0 0 auto;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 13px;
  border-radius: var(--radius-pill);
  color: var(--muted-gray);
  font-size: 14px;
}
.evidence-page__filters a:hover,
.evidence-page__filters a[aria-current="page"] {
  color: var(--heading-charcoal);
  background: #fff;
  box-shadow: var(--hairline);
}
.evidence-page__publication-note {
  max-width: 76ch;
  margin: 28px 0 0;
  color: var(--muted-gray);
  font-size: 14px;
  line-height: 1.55;
}
.evidence-page__transparency {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  max-width: 860px;
  margin-top: 34px;
  padding: clamp(24px, 4vw, 38px);
}
.evidence-page__transparency > svg {
  color: var(--ember-link);
}
.evidence-page__transparency h2 {
  margin: 4px 0 10px;
  font-family: inherit;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: 1.14;
}
.evidence-page__transparency p:last-child {
  max-width: 68ch;
  margin: 0;
  color: var(--body-brown);
  line-height: 1.58;
}
.evidence-page__library {
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  margin-top: clamp(48px, 8vw, 100px);
  padding-top: clamp(42px, 7vw, 84px);
  border-top: 1px solid var(--stone-border);
}
.evidence-page__library-heading {
  position: sticky;
  top: 106px;
}
.evidence-page__library-heading h2 {
  max-width: 15ch;
  margin: 8px 0 14px;
  font-family: inherit;
  font-size: clamp(1.9rem, 3.1vw, 3rem);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.04;
}
.evidence-page__library-heading > p:last-child {
  max-width: 50ch;
  margin: 0;
  color: var(--body-brown);
  line-height: 1.58;
}
.evidence-page__library-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.evidence-page__library-card {
  position: relative;
  display: flex;
  min-height: 238px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(22px, 2.2vw, 30px);
  overflow: hidden;
  border-radius: var(--radius-card);
  color: var(--heading-charcoal);
  background: #fff;
  box-shadow: var(--hairline);
}
.evidence-page__library-card > svg:first-child {
  margin-bottom: 26px;
  color: var(--ember-link);
}
.evidence-page__library-card > span {
  color: var(--muted-gray);
  font-size: 13px;
  font-weight: 600;
}
.evidence-page__library-card h3 {
  margin: 8px 0 10px;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.16;
}
.evidence-page__library-card p {
  margin: 0;
  color: var(--body-brown);
  font-size: 15px;
  line-height: 1.52;
}
.evidence-page__library-card > svg:last-child {
  margin-top: auto;
  padding-top: 18px;
  color: var(--heading-charcoal);
  transition: transform .2s ease;
}
.evidence-page__library-card:hover > svg:last-child,
.evidence-page__library-card:focus-visible > svg:last-child { transform: translateX(4px); }
.evidence-page__operating-brief {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 26px;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid var(--stone-border);
  border-radius: 22px;
  background: var(--paper);
}
.evidence-page__operating-brief h2,
.evidence-page__operating-brief h3,
.evidence-page__operating-brief h4,
.evidence-page__operating-brief p { margin: 0; }
.evidence-page__operating-brief h2 { max-width: 17ch; margin: 8px 0 13px; color: var(--heading-charcoal); font-size: clamp(27px, 3vw, 40px); line-height: 1.08; letter-spacing: -.04em; overflow-wrap: anywhere; }
.evidence-page__operating-brief header > p:not(.eyebrow) { margin-top: 10px; color: var(--body-brown); line-height: 1.58; }
.evidence-page__operating-brief > div { display: grid; align-content: start; gap: 10px; }
.evidence-page__operating-brief h3 { color: var(--heading-charcoal); font-size: 17px; }
.evidence-page__operating-brief > div article { display: grid; grid-template-columns: 29px minmax(0, 1fr); gap: 10px; padding-top: 11px; border-top: 1px solid var(--stone-border); }
.evidence-page__operating-brief > div article > span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: var(--cream-canvas); background: var(--ink-black); font-size: 10px; font-weight: 700; }
.evidence-page__operating-brief h4 { color: var(--heading-charcoal); font-size: 14px; line-height: 1.3; }
.evidence-page__operating-brief > div article p { margin-top: 4px; color: var(--body-brown); font-size: 14px; line-height: 1.48; }
.evidence-page__operating-brief aside { display: grid; align-content: start; gap: 10px; padding: 20px; border-radius: 16px; background: var(--sand); }
.evidence-page__operating-brief aside p { color: var(--body-brown); font-size: 14px; line-height: 1.52; }
.evidence-page__operating-brief .button { justify-self: start; margin-top: 5px; }
.evidence-page__faq {
  display: grid;
  gap: 10px;
  max-width: 860px;
  margin-top: clamp(52px, 8vw, 104px);
}
.evidence-page__faq h2 {
  margin-bottom: 8px;
  font-family: inherit;
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -.025em;
}
.evidence-page__empty {
  max-width: 760px;
  padding: clamp(24px, 4vw, 42px);
}
.evidence-page__empty > svg {
  margin-bottom: 22px;
  color: var(--ember-link);
}
.evidence-page__empty .marketing-badge,
.evidence-page__card .marketing-badge {
  margin-bottom: 18px;
  padding: 5px 8px;
  color: var(--heading-charcoal);
  background: var(--sand);
}
.evidence-page__empty h2,
.evidence-page__card h2 {
  font-family: inherit;
  font-size: 25px;
  font-weight: 600;
}
.evidence-page__empty > p,
.evidence-page__card > p {
  color: var(--body-brown);
}
.evidence-page__guardrail {
  color: var(--muted-gray) !important;
  font-size: 14px;
}
.evidence-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.evidence-page__card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 26px;
}
.evidence-page__card small {
  margin-top: auto;
  color: var(--muted-gray);
  font-size: 13px;
}
.evidence-page__customer,
.evidence-page__metric {
  color: var(--heading-charcoal) !important;
  font-size: 14px;
  font-weight: 600;
}
.evidence-page__card blockquote {
  margin: 4px 0 14px;
  color: var(--body-brown);
}
.evidence-page__related {
  display: grid;
  gap: 12px;
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid var(--stone-border);
}
.evidence-page__related > p {
  margin: 0;
  color: var(--muted-gray);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.evidence-page__related > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.evidence-page__related a {
  display: inline-flex;
  align-items: center;
  min-inline-size: 44px;
  min-height: 44px;
  gap: 6px;
  padding: 9px 12px;
  border-radius: 7px;
  color: var(--heading-charcoal);
  background: #fff;
  box-shadow: var(--hairline);
  font-size: 14px;
  font-weight: 600;
}
.evidence-page__related a:hover {
  color: var(--ember-link);
}
.governed-page__grid + .corporate-narrative {
  /* Keep a distinct section boundary after the compact publication record;
   * the narrative itself owns its internal rhythm. */
  margin-top: clamp(72px, 9vw, 116px);
}
.evidence-page__pathways {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 7vw, 92px);
  margin-top: clamp(70px, 9vw, 112px);
  padding-top: clamp(48px, 6vw, 72px);
  border-top: 1px solid var(--stone-border);
}
.evidence-page__pathways > div:first-child > p:not(.eyebrow) {
  color: var(--body-brown);
  line-height: 1.6;
}
.evidence-page__pathways h2 {
  font-size: clamp(2.2rem, 4vw, 3.25rem);
}
.evidence-page__pathways > div:last-child {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.evidence-page__pathways a {
  position: relative;
  min-width: 0;
  padding: 24px 54px 24px 24px;
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--hairline);
}
.evidence-page__pathways a > span {
  color: var(--heading-charcoal);
  font-size: 18px;
  font-weight: 600;
}
.evidence-page__pathways a p {
  margin: 10px 0 0;
  color: var(--body-brown);
  font-size: 14px;
  line-height: 1.5;
}
.evidence-page__pathways a svg {
  position: absolute;
  top: 25px;
  right: 24px;
  color: var(--ember-link);
}
.product-page {
  padding-block: clamp(48px, 8vw, 96px);
}
.product-page__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 34px;
  color: var(--muted-gray);
  font-size: 13px;
}
.product-page__breadcrumbs a:hover {
  color: var(--ember-link);
}
.product-page__intro {
  max-width: 620px;
  color: var(--body-brown);
  font-size: 19px;
}
.product-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
}
.product-page__summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.product-page__overview-brief {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, .72fr) minmax(260px, .8fr);
  gap: clamp(20px, 3vw, 42px);
  align-items: start;
  margin: clamp(42px, 6vw, 74px) 0;
  padding: clamp(24px, 4vw, 46px);
  border-radius: var(--radius-card);
  color: var(--cream-canvas);
  background: var(--ink-black);
}
.product-page__overview-brief h2,
.product-page__overview-brief h3,
.product-page__overview-brief p {
  color: inherit;
}
.product-page__overview-brief h2 {
  max-width: 14ch;
  margin-bottom: 12px;
  font-family: inherit;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}
.product-page__overview-brief h3 {
  margin: 24px 0 8px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
}
.product-page__overview-brief > div > p:not(.eyebrow),
.product-page__overview-brief aside p {
  margin-bottom: 0;
  color: color-mix(in srgb, var(--cream-canvas) 83%, transparent);
  line-height: 1.55;
}
.product-page__overview-brief .eyebrow {
  color: var(--peach);
}
.product-page__overview-workflow {
  padding-top: 4px;
}
.product-page__overview-workflow h3 {
  margin-top: 0;
}
.product-page__overview-workflow ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-page__overview-workflow li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--cream-canvas);
  font-weight: 600;
}
.product-page__overview-workflow li span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--ink-black);
  background: var(--peach);
  font-size: 11px;
  font-weight: 800;
}
.product-page__overview-brief aside {
  display: grid;
  gap: 16px;
  align-content: start;
}
.product-page__overview-brief aside p {
  display: flex;
  gap: 10px;
}
.product-page__overview-brief aside svg {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--peach);
}
.product-page__overview-brief aside strong {
  display: block;
  margin-bottom: 3px;
  color: var(--cream-canvas);
}
.product-page__overview-brief .button {
  width: fit-content;
  margin-top: 4px;
  color: var(--ink-black);
  background: var(--cream-canvas);
}
.product-page__summary {
  display: flex;
  min-width: 0;
  min-height: 360px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--hairline);
}
.product-page__summary > svg {
  margin-bottom: 42px;
  color: var(--ember-link);
}
.product-page__summary h2 {
  font-family: inherit;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
}
.product-page__summary > p,
.product-page__summary li {
  color: var(--body-brown);
  font-size: 14px;
  line-height: 1.5;
}
.product-page__summary ul {
  display: grid;
  gap: 7px;
  margin: 10px 0 24px;
  padding: 0;
  list-style: none;
}
.product-page__summary li {
  display: flex;
  gap: 8px;
}
.product-page__summary li::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--grass-green);
  content: "";
}
.product-page__summary .inline-demo-link {
  margin-top: auto;
}
.product-page__overview-faq {
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(300px, 1fr);
  gap: clamp(28px, 6vw, 86px);
  margin-top: clamp(54px, 8vw, 96px);
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid var(--stone-border);
  border-radius: var(--radius-card);
  background: var(--sand);
}
.product-page__overview-faq > div:first-child {
  align-self: start;
}
.product-page__overview-faq h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.1vw, 3.25rem);
  line-height: 1.04;
  overflow-wrap: break-word;
}
.product-page__overview-faq > div:first-child > p:not(.eyebrow) {
  max-width: 40ch;
  color: var(--body-brown);
}
.corporate-narrative {
  display: grid;
  gap: clamp(72px, 9vw, 116px);
  margin-top: clamp(72px, 9vw, 116px);
}
.corporate-narrative__section {
  display: grid;
  gap: 34px;
}
.corporate-narrative__heading {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(280px, .55fr);
  gap: clamp(24px, 6vw, 82px);
  align-items: end;
}
.corporate-narrative__heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -14px;
}
.corporate-narrative__heading h2,
.corporate-narrative__cta h2 {
  margin-bottom: 0;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
}
.corporate-gallery__copy h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 1.03;
  overflow-wrap: break-word;
}
.corporate-narrative__heading > p:not(.eyebrow),
.corporate-gallery__copy > p:not(.eyebrow),
.corporate-narrative__cta p {
  margin-bottom: 0;
  color: var(--body-brown);
  line-height: 1.6;
}
.corporate-narrative__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.corporate-narrative__cards article {
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--hairline);
}
.corporate-narrative__cards svg {
  margin-bottom: 42px;
  color: var(--ember-link);
}
.corporate-narrative__cards h3 {
  font-family: inherit;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}
.corporate-narrative__cards p {
  margin-bottom: 0;
  color: var(--body-brown);
  font-size: 15px;
  line-height: 1.55;
}
.corporate-gallery {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}
.corporate-gallery__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 46px);
  border-radius: var(--radius-card);
  background: var(--sand);
}
.corporate-gallery figure {
  min-width: 0;
  margin: 0;
}
.corporate-gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-card);
  box-shadow: var(--hairline);
}
.corporate-gallery figcaption {
  padding: 10px 2px 0;
  color: var(--muted-gray);
  font-size: 13px;
}
.corporate-narrative__cta {
  display: flex;
  gap: 32px;
  align-items: end;
  justify-content: space-between;
  padding: clamp(30px, 5vw, 58px);
  border-radius: calc(var(--radius-card) + 4px);
  color: var(--cream-canvas);
  background: var(--ink-black);
}
.corporate-narrative__cta h2,
.corporate-narrative__cta p,
.corporate-narrative__cta .eyebrow {
  color: inherit;
}
.corporate-narrative__cta > div {
  max-width: 720px;
}
.corporate-narrative__cta .button {
  flex: 0 0 auto;
  color: var(--ink-black);
  background: var(--cream-canvas);
}
.product-page__grid > *,
.solution-page__grid > *,
.onboarding-page__entries > * {
  min-width: 0;
}
.product-page__single {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.43fr);
  gap: clamp(16px, 2.5vw, 30px);
  align-items: stretch;
  max-width: 1180px;
  margin-top: 40px;
  scroll-margin-top: 88px;
}
.product-page__capability {
  display: grid;
  gap: 28px;
  align-content: start;
  padding: clamp(24px, 3vw, 36px);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--hairline);
}
.product-page__capability header .marketing-badge {
  margin-bottom: 18px;
  padding: 5px 8px;
  color: var(--heading-charcoal);
  background: var(--sand);
}
.product-page__capability h2 {
  font-family: inherit;
  font-size: 26px;
  font-weight: 600;
}
.product-page__capability header > p {
  margin-bottom: 0;
  color: var(--body-brown);
}
.product-page__capability section h3,
.product-page__faq > h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  color: var(--heading-charcoal);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
}
.product-page__capability h3 svg {
  color: var(--ember-link);
}
.product-page__capability ol,
.product-page__capability ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-page__capability ol li,
.product-page__capability ul li {
  display: flex;
  gap: 10px;
  align-items: start;
  color: var(--body-brown);
  font-size: 15px;
}
.product-page__capability ol span {
  display: grid;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: var(--cream-canvas);
  background: var(--ink-black);
  font-size: 12px;
  font-weight: 700;
}
.product-page__capability ul li::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--grass-green);
  content: "";
}
.product-page__boundaries {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 8px;
  background: var(--sand);
}
.product-page__boundaries p {
  display: flex;
  gap: 9px;
  margin: 0;
  color: var(--body-brown);
  font-size: 14px;
}
.product-page__boundaries > p:first-child {
  display: grid;
  gap: 4px;
}
.product-page__boundaries svg {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--ember-link);
}
.product-page__boundaries span {
  display: grid;
  gap: 4px;
}
.product-page__boundaries strong {
  color: var(--heading-charcoal);
}
.product-page__faq {
  display: grid;
  gap: 9px;
}
.product-page__faq h3 {
  margin-bottom: 3px;
}
.solution-route-gallery figcaption a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--ember-link);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.product-page__lens {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 470px;
  overflow: hidden;
  padding: clamp(22px, 2.2vw, 32px);
  border: 1px solid var(--stone-border);
  border-radius: var(--radius-card);
  background: var(--sand);
  scroll-margin-top: 88px;
}
.product-page__lens .eyebrow {
  margin: 0;
}
.product-page__lens-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--stone-border);
  border-radius: 50%;
  color: var(--heading-charcoal);
  background: #fff;
}
.product-page__lens h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--heading-charcoal);
  font-family: inherit;
  font-size: clamp(27px, 2.7vw, 40px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.product-page__lens > p:not(.eyebrow) {
  max-width: 27ch;
  margin: 0;
  color: var(--body-brown);
  font-size: 15px;
  line-height: 1.45;
}
.product-page__lens ol {
  display: grid;
  gap: 10px;
  z-index: 1;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.product-page__lens li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}
.product-page__lens li b {
  color: var(--ember-link);
  font-size: 11px;
  letter-spacing: 0.08em;
}
.product-page__lens li span {
  color: var(--heading-charcoal);
  font-size: 13px;
  line-height: 1.35;
}
.product-page__lens-canvas {
  position: absolute;
  right: -14px;
  bottom: -22px;
  width: 180px;
  height: 170px;
  pointer-events: none;
}
.product-page__lens-canvas i,
.product-page__lens-canvas b,
.product-page__lens-canvas span {
  position: absolute;
  display: block;
  border: 1px solid rgba(41, 39, 36, 0.14);
  background: #fff;
}
.product-page__lens-canvas i {
  right: 16px;
  bottom: 22px;
  width: 106px;
  height: 106px;
  border-radius: 54px 16px 54px 54px;
}
.product-page__lens-canvas b {
  right: 92px;
  bottom: 3px;
  width: 57px;
  height: 57px;
  border-radius: 15px;
  transform: rotate(16deg);
}
.product-page__lens-canvas span {
  right: 0;
  bottom: 0;
  width: 68px;
  height: 68px;
  border-radius: 50%;
}
.product-page__lens--booking .product-page__lens-icon,
.product-page__lens--booking .product-page__lens-canvas span {
  background: var(--sky-blue);
}
.product-page__lens--schedule-and-team .product-page__lens-icon,
.product-page__lens--schedule-and-team .product-page__lens-canvas b {
  background: var(--sun-yellow);
}
.product-page__lens--clients-and-forms .product-page__lens-icon,
.product-page__lens--clients-and-forms .product-page__lens-canvas i {
  background: var(--grass-green);
}
.product-page__lens--payments-and-finance .product-page__lens-icon,
.product-page__lens--payments-and-finance .product-page__lens-canvas b {
  background: var(--sun-yellow);
}
.product-page__lens--reporting-and-growth .product-page__lens-icon,
.product-page__lens--reporting-and-growth .product-page__lens-canvas span {
  background: var(--sky-blue);
}
.product-page__lens--integrations .product-page__lens-icon,
.product-page__lens--integrations .product-page__lens-canvas i {
  background: var(--grass-green);
}
.product-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.product-page__related {
  display: flex;
  flex: 1 1 300px;
  flex-wrap: wrap;
  gap: 8px;
}
.product-page__related a {
  display: inline-flex;
  align-items: center;
  min-inline-size: 44px;
  min-height: 44px;
  padding-inline: 8px;
  margin-inline: -8px;
  gap: 5px;
  color: var(--ember-link);
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.product-page__story {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(230px, 0.72fr) minmax(260px, 0.86fr);
  gap: clamp(20px, 3.5vw, 48px);
  align-items: start;
  margin-top: clamp(36px, 6vw, 74px);
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--stone-border);
  border-radius: clamp(16px, 2vw, 24px);
  background: var(--stone-surface);
}
.product-page__story-copy h2,
.product-page__story-copy p,
.product-page__story-boundary h3,
.product-page__story-boundary p { margin: 0; }
.product-page__story-copy h2 {
  max-width: 17ch;
  margin-bottom: 14px;
  color: var(--heading-charcoal);
  font-family: inherit;
  font-size: clamp(27px, 3.4vw, 46px);
  font-weight: 600;
  line-height: 1.05;
  overflow-wrap: anywhere;
}
.product-page__story-copy > p:not(.eyebrow) {
  max-width: 48ch;
  margin-top: 12px;
  color: var(--body-brown);
  line-height: 1.55;
}
.product-page__story-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-page__story-steps li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 13px 0;
  border-top: 1px solid var(--stone-border);
}
.product-page__story-steps li:first-child { border-top: 0; }
.product-page__story-steps span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--cream-canvas);
  background: var(--ink-black);
  font-size: 11px;
  font-weight: 700;
}
.product-page__story-steps p {
  margin: 3px 0 0;
  color: var(--heading-charcoal);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.product-page__story-boundary {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 100%;
  overflow: hidden;
  padding: 22px;
  border-radius: 16px;
  background: #fff;
}
.product-page__story-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  color: var(--heading-charcoal);
  background: var(--sky-blue);
}
.product-page__story-boundary h3 { color: var(--heading-charcoal); font-size: 19px; }
.product-page__story-boundary > p { z-index: 1; color: var(--body-brown); font-size: 14px; line-height: 1.48; }
.product-page__story-boundary strong { display: block; margin-bottom: 3px; color: var(--heading-charcoal); }
.product-page__story-boundary .button { z-index: 1; justify-self: start; margin-top: 4px; }
.product-page__story-canvas { position: absolute; right: -22px; bottom: -34px; width: 176px; height: 166px; pointer-events: none; }
.product-page__story-canvas i,
.product-page__story-canvas b,
.product-page__story-canvas span,
.product-page__story-canvas em { position: absolute; display: block; border: 1px solid rgba(41, 39, 36, 0.14); background: var(--sand); }
.product-page__story-canvas i { right: 13px; bottom: 10px; width: 110px; height: 110px; border-radius: 52px 52px 18px 52px; }
.product-page__story-canvas b { right: 92px; bottom: 76px; width: 48px; height: 48px; border-radius: 50%; background: var(--sun-yellow); }
.product-page__story-canvas span { right: 2px; bottom: 4px; width: 62px; height: 62px; border-radius: 16px; background: var(--grass-green); transform: rotate(16deg); }
.product-page__story-canvas em { right: 78px; bottom: 20px; width: 36px; height: 36px; border-radius: 50%; background: var(--sky-blue); }
.product-page__story--schedule-and-team .product-page__story-icon,
.product-page__story--schedule-and-team .product-page__story-canvas b,
.product-page__story--payments-and-finance .product-page__story-icon,
.product-page__story--payments-and-finance .product-page__story-canvas span { background: var(--sun-yellow); }
.product-page__story--clients-and-forms .product-page__story-icon,
.product-page__story--clients-and-forms .product-page__story-canvas i,
.product-page__story--communications .product-page__story-icon,
.product-page__story--communications .product-page__story-canvas em { background: var(--grass-green); }
.product-page__story--reporting-and-growth .product-page__story-icon,
.product-page__story--reporting-and-growth .product-page__story-canvas span,
.product-page__story--integrations .product-page__story-icon,
.product-page__story--integrations .product-page__story-canvas i { background: var(--sky-blue); }
.product-page__operating-brief {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr) minmax(0, 0.86fr);
  gap: 26px;
  margin-top: 28px;
  padding: 30px;
  border: 1px solid var(--stone-border);
  border-radius: 22px;
  background: var(--paper);
}
.product-page__operating-brief h2,
.product-page__operating-brief h3,
.product-page__operating-brief p { margin: 0; }
.product-page__operating-brief h2 { max-width: 15ch; margin-bottom: 13px; font-size: clamp(26px, 2.3vw, 37px); letter-spacing: -0.035em; }
.product-page__operating-brief header > p:not(.eyebrow) { max-width: 43ch; line-height: 1.58; color: var(--body-brown); }
.product-page__operating-brief > div { display: grid; align-content: start; gap: 10px; padding-top: 7px; }
.product-page__operating-brief h3 { color: var(--heading-charcoal); font-size: 16px; }
.product-page__operating-brief > div > p { line-height: 1.58; color: var(--body-brown); }
.product-page__operating-brief aside { display: grid; align-content: start; gap: 10px; padding: 20px; border-radius: 16px; background: var(--sand); }
.product-page__operating-brief aside > p { color: var(--body-brown); font-size: 14px; line-height: 1.52; }
.product-page__operating-brief .button { justify-self: start; margin-top: 5px; }
@media (max-width: 760px) {
  .product-page__story { grid-template-columns: 1fr; }
  .product-page__story-copy h2 { max-width: 22ch; }
  .product-page__operating-brief { grid-template-columns: 1fr; padding: 24px; }
  .product-page__operating-brief h2 { max-width: 20ch; }
  .integration-page__capability { grid-template-columns: 1fr; }
  .integration-page__operating-brief { grid-template-columns: 1fr; padding: 24px; }
}
.solution-page {
  padding-block: clamp(48px, 8vw, 96px);
}
.solution-page__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  margin-bottom: 20px;
  color: var(--muted-gray);
  font-size: 13px;
}
.solution-page__breadcrumbs a {
  display: inline-flex;
  align-items: center;
  min-inline-size: 44px;
  min-height: 44px;
  padding-inline: 7px;
  margin-inline: -7px;
}
.solution-page__breadcrumbs > span[aria-hidden] {
  margin-inline: 7px;
}
.solution-page__breadcrumbs a:hover {
  color: var(--ember-link);
}
.solution-page section > h2 {
  margin-top: 48px;
  font-family: inherit;
  font-size: 28px;
  font-weight: 600;
}
.solution-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.solution-page__single {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.43fr);
  gap: clamp(16px, 2.5vw, 30px);
  align-items: stretch;
  max-width: 1180px;
  margin-top: 38px;
  scroll-margin-top: 88px;
}
.solution-page__industries {
  margin-top: 66px;
  padding-top: 10px;
  border-top: 1px solid var(--stone-border);
}
.solution-page__card {
  display: grid;
  gap: 22px;
  align-content: start;
  padding: 26px;
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--hairline);
}
.solution-page__card .marketing-badge {
  margin-bottom: 18px;
  padding: 5px 8px;
  color: var(--heading-charcoal);
  background: var(--sand);
}
.solution-page__card h2 {
  font-family: inherit;
  font-size: 23px;
  font-weight: 600;
}
.solution-page__card header > p {
  margin-bottom: 0;
  color: var(--body-brown);
}
.solution-page__review {
  display: flex;
  gap: 8px;
  align-items: start;
  margin: 0;
  padding: 11px 12px;
  border-radius: 7px;
  color: var(--body-brown);
  background: var(--sand);
  font-size: 13px;
}
.solution-page__review svg {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--ember-link);
}
.solution-page__card section h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--heading-charcoal);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
}
.solution-page__card section h3 svg {
  color: var(--ember-link);
}
.solution-page__card ol,
.solution-page__card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.solution-page__card li {
  display: flex;
  gap: 9px;
  align-items: start;
  color: var(--body-brown);
  font-size: 14px;
}
.solution-page__card ol span {
  display: grid;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  color: var(--cream-canvas);
  background: var(--ink-black);
  font-size: 11px;
  font-weight: 700;
}
.solution-page__card ul li::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--grass-green);
  content: "";
}
.solution-page__faq {
  display: grid;
  gap: 9px;
  padding-top: 2px;
}
.solution-page__card .solution-page__faq h3 {
  justify-content: flex-start;
  margin-bottom: 2px;
}
.solution-page__faq .marketing-accordion {
  background: var(--sand);
}
.solution-page__overview-faq { display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr); gap: clamp(24px, 4vw, 56px); align-items: start; margin-top: clamp(40px, 6vw, 72px); padding: clamp(28px, 4vw, 52px); border: 1px solid var(--stone-border); border-radius: var(--radius-card); background: var(--sand); }
.solution-page__overview-faq > div { display: grid; gap: 10px; }
.solution-page__overview-faq h2 { margin: 0; color: var(--heading-charcoal); font-size: clamp(28px, 3.2vw, 48px); line-height: 1.04; overflow-wrap: anywhere; }
.solution-page__overview-faq > div > p:not(.eyebrow) { margin: 0; color: var(--body-brown); line-height: 1.55; }
.solution-page__overview-faq .marketing-accordion { background: #fff; }
.solution-route-gallery { margin-top: clamp(40px, 6vw, 72px); }
.solution-page__boundary {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: start;
  margin-top: clamp(32px, 5vw, 58px);
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--stone-border);
  border-radius: var(--radius-card);
  background: var(--stone-surface);
}
.solution-page__boundary > div {
  display: grid;
  gap: 12px;
}
.solution-page__boundary > div > svg { color: var(--ember-link); }
.solution-page__boundary .eyebrow,
.solution-page__boundary h2,
.solution-page__boundary p { margin: 0; }
.solution-page__boundary h2 {
  max-width: 18ch;
  font-family: inherit;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.08;
  overflow-wrap: anywhere;
}
.solution-page__boundary > div > p:not(.eyebrow) {
  max-width: 52ch;
  color: var(--body-brown);
  line-height: 1.55;
}
.solution-page__boundary ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.solution-page__boundary li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
  padding: 12px 0;
  border-top: 1px solid var(--stone-border);
}
.solution-page__boundary li:first-child { border-top: 0; }
.solution-page__boundary li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--heading-charcoal);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}
.solution-page__boundary li p {
  color: var(--heading-charcoal);
  line-height: 1.45;
}
.solution-page__editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
  gap: 14px;
  margin-top: clamp(28px, 4vw, 52px);
}
.solution-page__editorial-intro,
.solution-page__editorial-day,
.solution-page__editorial-benefits,
.solution-page__editorial-next {
  min-width: 0;
  padding: clamp(24px, 3.2vw, 42px);
  border: 1px solid var(--stone-border);
  border-radius: var(--radius-card);
}
.solution-page__editorial-intro {
  display: grid;
  align-content: center;
  gap: 12px;
  background: #fff;
}
.solution-page__editorial-intro .eyebrow,
.solution-page__editorial-intro h2,
.solution-page__editorial-intro p,
.solution-page__editorial-day h3,
.solution-page__editorial-benefits h3,
.solution-page__editorial-next .eyebrow,
.solution-page__editorial-next h3,
.solution-page__editorial-next p { margin: 0; }
.solution-page__editorial-intro h2,
.solution-page__editorial-next h3 {
  max-width: 20ch;
  color: var(--heading-charcoal);
  font-family: inherit;
  font-size: clamp(27px, 3vw, 43px);
  font-weight: 600;
  line-height: 1.08;
  overflow-wrap: anywhere;
}
.solution-page__editorial-intro > p:not(.eyebrow),
.solution-page__editorial-next > div > p:not(.eyebrow) {
  color: var(--body-brown);
  line-height: 1.6;
}
.solution-page__editorial-day,
.solution-page__editorial-benefits {
  display: grid;
  gap: 18px;
  background: var(--sand);
}
.solution-page__editorial-day h3,
.solution-page__editorial-benefits h3 {
  color: var(--heading-charcoal);
  font-family: inherit;
  font-size: 20px;
  font-weight: 650;
}
.solution-page__editorial-day ol,
.solution-page__editorial-benefits ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.solution-page__editorial-day li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
}
.solution-page__editorial-day li > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--cream-canvas);
  background: var(--ink-black);
  font-size: 11px;
  font-weight: 700;
}
.solution-page__editorial-day li p,
.solution-page__editorial-benefits li { margin: 0; color: var(--body-brown); line-height: 1.48; }
.solution-page__editorial-benefits li { display: flex; gap: 9px; align-items: start; }
.solution-page__editorial-benefits li svg { flex: 0 0 auto; margin-top: 3px; color: var(--ember-link); }
.solution-page__editorial-next {
  display: flex;
  grid-column: 1 / -1;
  gap: clamp(22px, 5vw, 70px);
  align-items: center;
  justify-content: space-between;
  background: var(--ink-black);
}
.solution-page__editorial-next h3,
.solution-page__editorial-next > div > p:not(.eyebrow) { color: var(--cream-canvas); }
.solution-page__editorial-next .eyebrow { color: #e2c59e; }
.solution-page__editorial-next .button { flex: 0 0 auto; }
@media (max-width: 640px) {
  .solution-page__overview-faq { grid-template-columns: 1fr; }
  .solution-page__boundary { grid-template-columns: 1fr; }
  .solution-page__editorial { grid-template-columns: 1fr; }
  .solution-page__editorial-next { display: grid; }
  .solution-page__editorial-next .button { width: 100%; }
}
.solution-page__lens {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 440px;
  overflow: hidden;
  padding: clamp(22px, 2.2vw, 32px);
  border: 1px solid var(--stone-border);
  border-radius: var(--radius-card);
  background: var(--sand);
  scroll-margin-top: 88px;
}
.solution-page__lens .eyebrow {
  margin: 0;
}
.solution-page__lens h2 {
  max-width: none;
  margin: 0;
  color: var(--heading-charcoal);
  font-family: inherit;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
  overflow-wrap: anywhere;
}
.solution-page__lens > p:not(.eyebrow) {
  max-width: 27ch;
  margin: 0;
  color: var(--body-brown);
  font-size: 15px;
  line-height: 1.45;
}
.solution-page__lens ol {
  display: grid;
  gap: 10px;
  z-index: 1;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.solution-page__lens li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}
.solution-page__lens li > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--stone-border);
  border-radius: 50%;
  color: var(--heading-charcoal);
  background: #fff;
}
.solution-page__lens li > div {
  display: grid;
  gap: 2px;
}
.solution-page__lens li strong {
  color: var(--ember-link);
  font-size: 11px;
  letter-spacing: 0.08em;
}
.solution-page__lens li p {
  margin: 0;
  color: var(--heading-charcoal);
  font-size: 13px;
  line-height: 1.35;
}
.solution-page__lens-canvas {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 174px;
  height: 154px;
  pointer-events: none;
}
.solution-page__lens-canvas i,
.solution-page__lens-canvas b,
.solution-page__lens-canvas span {
  position: absolute;
  display: block;
  border: 1px solid rgba(41, 39, 36, 0.14);
  background: #fff;
}
.solution-page__lens-canvas i {
  top: 18px;
  right: 14px;
  width: 112px;
  height: 112px;
  border-radius: 38px 38px 12px 38px;
}
.solution-page__lens-canvas b {
  right: 91px;
  bottom: 8px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}
.solution-page__lens-canvas span {
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  border-radius: 18px;
  transform: rotate(14deg);
}
.solution-page__lens--solo-provider .solution-page__lens-canvas b {
  background: var(--sky-blue);
}
.solution-page__lens--clinic-team .solution-page__lens-canvas span {
  background: var(--sun-yellow);
}
.solution-page__lens--multi-location .solution-page__lens-canvas i {
  background: var(--grass-green);
}
.solution-page__card footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid var(--stone-border);
}
.solution-page__card footer p {
  display: grid;
  gap: 3px;
  flex: 1 1 170px;
  margin: 0;
  color: var(--body-brown);
  font-size: 13px;
}
.solution-page__card footer strong {
  color: var(--heading-charcoal);
}
.solution-page__card--compact {
  min-height: 330px;
}
.solution-page__card--compact > ul {
  margin-top: 2px;
}
.solution-page__card--compact footer {
  margin-top: auto;
  align-items: center;
}
.solution-page__card .inline-demo-link {
  min-height: 44px;
  padding-block: 8px;
}
.integration-page {
  min-height: min(720px, calc(100svh - 76px));
  padding-block: clamp(48px, 8vw, 96px);
}
.integration-page__capability {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(220px, 0.72fr) minmax(250px, 0.9fr);
  gap: clamp(20px, 3.5vw, 46px);
  align-items: start;
  margin-top: clamp(30px, 5vw, 60px);
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid var(--stone-border);
  border-radius: clamp(16px, 2vw, 24px);
  background: var(--stone-surface);
}
.integration-page__capability h2,
.integration-page__capability h3,
.integration-page__capability p { margin: 0; }
.integration-page__capability h2 { margin-top: 8px; color: var(--heading-charcoal); font-family: inherit; font-size: clamp(27px, 3.4vw, 44px); font-weight: 600; line-height: 1.06; overflow-wrap: anywhere; }
.integration-page__capability > div > p:not(.eyebrow) { margin-top: 14px; color: var(--body-brown); line-height: 1.55; }
.integration-page__capability ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.integration-page__capability li { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 10px; align-items: start; padding: 13px 0; border-top: 1px solid var(--stone-border); }
.integration-page__capability li:first-child { border-top: 0; }
.integration-page__capability li > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--cream-canvas); background: var(--ink-black); font-size: 11px; font-weight: 700; }
.integration-page__capability li p { margin-top: 3px; color: var(--heading-charcoal); font-size: 14px; font-weight: 600; line-height: 1.4; }
.integration-page__capability aside { display: grid; gap: 11px; padding: 22px; border-radius: 16px; background: #fff; }
.integration-page__capability aside > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; color: var(--heading-charcoal); background: var(--sky-blue); }
.integration-page__capability aside h3 { color: var(--heading-charcoal); font-size: 19px; }
.integration-page__capability aside p { color: var(--body-brown); font-size: 14px; line-height: 1.48; }
.integration-page__capability aside strong { display: block; margin-bottom: 3px; color: var(--heading-charcoal); }
.integration-page__operating-brief {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1fr) minmax(0, .92fr);
  gap: 26px;
  margin-top: 26px;
  padding: 30px;
  border: 1px solid var(--stone-border);
  border-radius: 22px;
  background: var(--paper);
}
.integration-page__operating-brief h2,
.integration-page__operating-brief h3,
.integration-page__operating-brief p { margin: 0; }
.integration-page__operating-brief h2 { max-width: 17ch; margin-top: 8px; color: var(--heading-charcoal); font-size: clamp(27px, 3vw, 40px); line-height: 1.08; letter-spacing: -.04em; overflow-wrap: anywhere; }
.integration-page__operating-brief header > p:not(.eyebrow),
.integration-page__operating-brief > div > p { color: var(--body-brown); line-height: 1.58; }
.integration-page__operating-brief > div { display: grid; align-content: start; gap: 10px; padding-top: 7px; }
.integration-page__operating-brief h3 { color: var(--heading-charcoal); font-size: 16px; }
.integration-page__operating-brief aside { display: grid; align-content: start; gap: 10px; padding: 20px; border-radius: 16px; background: var(--sand); }
.integration-page__operating-brief aside p { color: var(--body-brown); font-size: 14px; line-height: 1.52; }
.integration-page__operating-brief .button { justify-self: start; margin-top: 5px; }
.integration-page__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 34px;
  color: var(--muted-gray);
  font-size: 13px;
}
.integration-page__breadcrumbs a:hover {
  color: var(--ember-link);
}
.integration-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 40px;
}
.integration-page__empty {
  max-width: 760px;
  padding: clamp(24px, 4vw, 42px);
}
.integration-page__empty > svg {
  margin-bottom: 22px;
  color: var(--ember-link);
}
.integration-page__empty .marketing-badge,
.integration-page__card .marketing-badge {
  margin-bottom: 18px;
  padding: 5px 8px;
  color: var(--heading-charcoal);
  background: var(--sand);
}
.integration-page__empty h2,
.integration-page__card h2 {
  font-family: inherit;
  font-size: 26px;
  font-weight: 600;
}
.integration-page__empty > p,
.integration-page__card header > p {
  color: var(--body-brown);
}
.integration-page__note {
  color: var(--muted-gray) !important;
  font-size: 14px;
}
.integration-page__empty > div,
.integration-page__card footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 26px;
}
.integration-page__readiness {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: start;
  margin-top: clamp(70px, 12vw, 150px);
  padding-top: 22px;
  border-top: 1px solid var(--stone-border);
}
.integration-page__readiness > div:first-child {
  max-width: 430px;
}
.integration-page__readiness h2,
.integration-page__faq h2 {
  margin: 8px 0 12px;
  color: var(--heading-charcoal);
  font-size: clamp(29px, 3.3vw, 48px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.045em;
  overflow-wrap: anywhere;
}
.integration-page__readiness > div:first-child > p:last-child {
  max-width: 38ch;
  color: var(--body-brown);
  font-size: 17px;
}
.integration-page__readiness-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.integration-page__readiness-grid a {
  position: relative;
  display: block;
  min-height: 222px;
  padding: 20px 42px 22px 20px;
  color: inherit;
  border: 1px solid var(--stone-border);
  border-radius: 14px;
  background: var(--white);
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}
.integration-page__readiness-grid a:hover {
  border-color: var(--heading-charcoal);
  transform: translateY(-2px);
}
.integration-page__readiness-grid a:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
}
.integration-page__readiness-grid span {
  display: inline-flex;
  min-width: 30px;
  color: var(--ember-link);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.integration-page__readiness-grid h3 {
  margin: 30px 0 8px;
  color: var(--heading-charcoal);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.integration-page__readiness-grid p {
  margin: 0;
  color: var(--body-brown);
  font-size: 14px;
  line-height: 1.48;
}
.integration-page__readiness-grid svg {
  position: absolute;
  right: 17px;
  bottom: 18px;
  color: var(--ember-link);
}
.integration-page__faq {
  max-width: 920px;
  margin-top: clamp(70px, 11vw, 130px);
  padding-top: 22px;
  border-top: 1px solid var(--stone-border);
}
.integration-page__faq h2 {
  font-size: clamp(27px, 3vw, 42px);
}
.integration-page__card {
  padding: 28px;
}
.integration-page__card dl {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
  border-top: 1px solid var(--stone-border);
}
.integration-page__card dl > div {
  display: grid;
  grid-template-columns: minmax(105px, .55fr) 1.45fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--stone-border);
}
.integration-page__card dt {
  color: var(--muted-gray);
  font-size: 13px;
  font-weight: 600;
}
.integration-page__card dd {
  display: flex;
  gap: 7px;
  margin: 0;
  color: var(--body-brown);
  font-size: 14px;
}
.integration-page__card dd svg {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--ember-link);
}
.onboarding-page {
  padding-block: clamp(48px, 8vw, 96px);
}
.onboarding-page__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 34px;
  color: var(--muted-gray);
  font-size: 13px;
}
.onboarding-page__breadcrumbs a:hover {
  color: var(--ember-link);
}
.product-page__breadcrumbs,
.evidence-page__breadcrumbs,
.integration-page__breadcrumbs,
.onboarding-page__breadcrumbs {
  gap: 0;
  align-items: center;
  margin-bottom: 20px;
}
.product-page__breadcrumbs a,
.evidence-page__breadcrumbs a,
.integration-page__breadcrumbs a,
.onboarding-page__breadcrumbs a {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding-inline: 7px;
  margin-inline: -7px;
}
.product-page__breadcrumbs > span[aria-hidden],
.evidence-page__breadcrumbs > span[aria-hidden],
.integration-page__breadcrumbs > span[aria-hidden],
.onboarding-page__breadcrumbs > span[aria-hidden] {
  margin-inline: 7px;
}
.onboarding-page__intro {
  max-width: 720px;
  color: var(--body-brown);
  font-size: 19px;
}
.onboarding-page__review {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 720px;
  margin: 26px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--body-brown);
  background: var(--sand);
  font-size: 14px;
}
.onboarding-page__review .marketing-badge {
  flex: 0 0 auto;
  padding: 5px 8px;
  color: var(--heading-charcoal);
  background: #fff;
}
.onboarding-page section > h2,
.onboarding-page__boundary h2 {
  margin-top: 52px;
  font-family: inherit;
  font-size: 29px;
  font-weight: 600;
}
.onboarding-page__entries {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.onboarding-page__entries .marketing-card {
  padding: 26px;
}
.onboarding-page__entries svg {
  margin-bottom: 36px;
  color: var(--ember-link);
}
.onboarding-page__entries h3 {
  font-family: inherit;
  font-size: 21px;
  font-weight: 600;
}
.onboarding-page__entries p {
  margin-bottom: 0;
  color: var(--body-brown);
}
.onboarding-page__journey {
  margin-top: 70px;
  padding-top: 1px;
  border-top: 1px solid var(--stone-border);
}
.onboarding-page__journey > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.onboarding-page__journey article {
  position: relative;
  padding: 24px;
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--hairline);
}
.onboarding-page__journey article > span {
  display: grid;
  width: 24px;
  height: 24px;
  margin-bottom: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--cream-canvas);
  background: var(--ink-black);
  font-size: 12px;
  font-weight: 700;
}
.onboarding-page__journey svg {
  position: absolute;
  top: 27px;
  right: 24px;
  color: var(--ember-link);
}
.onboarding-page__journey h3 {
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
}
.onboarding-page__journey p {
  margin-bottom: 0;
  color: var(--body-brown);
  font-size: 14px;
}
.onboarding-page__boundary {
  max-width: 800px;
  margin-top: 70px;
  padding: clamp(25px, 4vw, 42px);
}
.onboarding-page__boundary h2 {
  margin-top: 0;
}
.onboarding-page__boundary > p {
  max-width: 650px;
  color: var(--body-brown);
}
.onboarding-page__boundary > div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 26px;
}
.brand {
  display: inline-flex;
  align-items: baseline;
  color: var(--heading-charcoal);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.06em;
}
.brand-link {
  display: inline-flex;
  align-items: center;
  min-inline-size: 44px;
  min-height: 44px;
  margin-inline: -6px;
  padding-inline: 6px;
}
.brand em {
  color: var(--ember-link);
  font-style: normal;
}
.site-nav,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-nav {
  color: var(--heading-charcoal);
  font-size: 14px;
}
.site-nav a:hover,
.text-link:hover {
  color: var(--ember-link);
}
.nav-actions {
  gap: 14px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid var(--ink-black);
  border-radius: var(--radius-pill);
  color: var(--cream-canvas);
  background: var(--ink-black);
  font-size: 14px;
  font-weight: 600;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease;
}
.button:focus-visible {
  outline-color: var(--link-blue);
}
.button:hover {
  opacity: 0.84;
  transform: translateY(-1px);
}
.button:disabled {
  cursor: wait;
  opacity: 0.55;
  transform: none;
}
.button--small {
  min-height: 37px;
  padding: 8px 14px;
  font-size: 13px;
}
.button--large {
  min-height: 50px;
  padding: 12px 20px;
  font-size: 15px;
}
.text-link {
  color: var(--heading-charcoal);
  font-size: 14px;
}
.text-link--arrow,
.inline-demo-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.inline-demo-link {
  box-sizing: border-box;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding-inline: 4px;
  margin-top: 8px;
  color: var(--ember-link);
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.marketing-card {
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--hairline);
}
.marketing-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}
.marketing-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}
.marketing-accordion {
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--hairline);
}
.marketing-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 14px 18px;
  color: var(--heading-charcoal);
  cursor: pointer;
  font-weight: 600;
}
.marketing-accordion > div {
  padding: 0 18px 18px;
  color: var(--body-brown);
}
.language-picker {
  position: relative;
  color: var(--muted-gray);
  font-size: 13px;
}
.language-picker summary {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  list-style: none;
}
.language-picker summary::-webkit-details-marker {
  display: none;
}
.language-picker > div {
  position: absolute;
  top: 28px;
  right: 0;
  display: grid;
  min-width: 126px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--hairline);
}
.language-picker a {
  padding: 9px 12px;
}
.language-picker a:hover {
  color: var(--ember-orange);
  background: var(--sand);
}
.menu-button,
.nav-mobile-link {
  display: none;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 0.65fr 1.2fr 0.65fr;
  align-items: center;
  min-height: calc(100svh - 76px);
  padding-block: 76px 100px;
  text-align: center;
}
.hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 2;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 16px;
  color: var(--ember-link);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.hero-copy .eyebrow {
  justify-content: center;
}
.hero-body {
  max-width: 610px;
  margin-inline: auto;
  color: var(--body-brown);
  font-size: 19px;
  line-height: 1.48;
}
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}
.marketing-cta.hero-actions {
  justify-content: center;
}
.hero-actions .text-link--arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-inline-size: 44px;
  min-height: 44px;
}
.hero-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--muted-gray);
  font-size: 14px;
}
.hero-note svg {
  color: var(--grass-green);
}
.hero-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}
.desktop-window {
  position: absolute;
  right: 6%;
  bottom: 12%;
  width: 230px;
  padding: 8px;
  overflow: hidden;
  border-radius: 17px;
  background: #fff;
  box-shadow: var(--hairline);
  transform: rotate(6deg);
}
.window-bar {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 17px;
  padding: 0 3px;
}
.window-bar i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--coral-pink);
}
.window-bar i:nth-child(2) {
  background: var(--sun-yellow);
}
.window-bar i:nth-child(3) {
  background: var(--grass-green);
}
.window-bar span {
  width: 32%;
  height: 4px;
  margin-left: auto;
  border-radius: 999px;
  background: var(--stone-surface);
}
.floating-stat {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 11px;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--hairline);
  text-align: left;
}
.floating-stat svg {
  color: var(--link-blue);
}
.floating-stat span {
  display: grid;
  line-height: 1.08;
}
.floating-stat b {
  font-size: 14px;
}
.floating-stat small {
  color: var(--muted-gray);
  font-size: 10px;
}
.floating-stat--top {
  top: 18%;
  right: 5%;
}
.floating-stat--bottom {
  bottom: 18%;
  left: 7%;
}
.orb {
  position: absolute;
  width: 54px;
  height: 54px;
  border: 2px solid var(--heading-charcoal);
  border-radius: 40% 60% 55% 45%;
  background: var(--sun-yellow);
  transform: rotate(22deg);
}
.orb::before,
.orb::after {
  position: absolute;
  top: 23px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--heading-charcoal);
  content: "";
}
.orb::before {
  left: 16px;
}
.orb::after {
  right: 16px;
}
.orb--pink {
  top: 17%;
  left: 8%;
  width: 104px;
  height: 72px;
  border-radius: 64% 36% 55% 45%;
  background: var(--coral-pink);
  transform: rotate(-12deg);
}
.orb--pink::before,
.orb--pink::after {
  top: 28px;
}
.orb--pink::before {
  left: 38px;
}
.orb--pink::after {
  right: 38px;
}
.orb--gold {
  right: 12%;
  bottom: 16%;
  background: var(--sky-blue);
}
.product-screen {
  position: relative;
  min-height: 370px;
  padding: 20px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--sand);
  box-shadow: var(--hairline);
  text-align: left;
}
.product-screen--mobile {
  min-height: 430px;
  padding: 0;
  background: var(--stone-surface);
}
.screen-top {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--heading-charcoal);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.screen-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--grass-green);
}
.screen-avatar {
  display: grid;
  width: 29px;
  height: 29px;
  margin-left: auto;
  place-items: center;
  border-radius: 50%;
  color: var(--heading-charcoal);
  background: var(--sun-yellow);
  font-size: 12px;
  font-weight: 600;
}
.screen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 28px 0 18px;
}
.screen-grid span {
  height: 54px;
  border-radius: 6px;
  background: var(--sky-blue);
}
.screen-grid span:nth-child(2),
.screen-grid span:nth-child(5) {
  background: var(--coral-pink);
}
.screen-grid span:nth-child(3),
.screen-grid span:nth-child(6) {
  background: var(--sun-yellow);
}
.screen-card {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 13px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--hairline);
}
.screen-card > div {
  display: grid;
  min-width: 0;
}
.screen-card b {
  overflow: hidden;
  color: var(--heading-charcoal);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.screen-card small {
  color: var(--muted-gray);
  font-size: 11px;
}
.screen-card > svg {
  flex: 0 0 auto;
  margin-left: auto;
  color: var(--grass-green);
}
.screen-icon {
  display: grid;
  flex: 0 0 auto;
  width: 33px;
  height: 33px;
  place-items: center;
  border-radius: 50%;
  color: var(--heading-charcoal);
  background: var(--honey);
}
.screen-avatar--small {
  width: 32px;
  height: 32px;
  margin: 0;
  background: var(--sky-blue);
}
.screen-action {
  width: 100%;
  margin-top: 9px;
  padding: 11px;
  border: 0;
  border-radius: 8px;
  color: var(--cream-canvas);
  background: var(--ink-black);
  font-weight: 600;
}
.real-screen {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: top;
}
.story-intro {
  padding-block: 100px 34px;
}
.story-intro .eyebrow {
  justify-content: center;
}
.story-intro h2 {
  margin-inline: auto;
  text-align: center;
}
.product-story {
  position: relative;
  display: none;
  background: var(--stone-surface);
}
html.marketing-story-interactive .product-story {
  display: block;
}
.story-fallback {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-block: 48px 100px;
}
html.marketing-story-interactive .story-fallback {
  display: none;
}
.story-fallback__item {
  padding: 28px;
}
.story-fallback__item > p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--body-brown);
}
.product-story__pin {
  position: sticky;
  z-index: 1;
  top: 76px;
  display: grid;
  align-content: center;
  min-height: calc(100svh - 76px);
  padding-block: 48px;
}
.story-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  overflow-x: auto;
  padding-bottom: 2px;
}
.story-tab {
  flex: 0 0 auto;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 0;
  border-radius: var(--radius-pill);
  color: var(--muted-gray);
  background: transparent;
  font-size: 14px;
}
.story-tab span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--heading-charcoal);
  background: var(--cream-canvas);
  font-size: 11px;
  font-weight: 600;
}
.story-tab--active {
  color: var(--heading-charcoal);
  background: #fff;
  box-shadow: var(--hairline);
}
.story-tab--active span {
  color: #fff;
  background: var(--ink-black);
}
.story-stage {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
  min-height: 495px;
}
.story-stage__copy {
  max-width: 430px;
}
.story-stage__copy > p:not(.eyebrow) {
  color: var(--body-brown);
  font-size: 19px;
}
.story-stage__screen {
  width: min(100%, 620px);
  justify-self: end;
  padding: 10px;
  border-radius: 17px;
  background: #fff;
  box-shadow: var(--hairline);
}
.story-stage__screen .product-screen {
  min-height: 430px;
}
.story-scroll-track > div {
  height: 95vh;
}
.solutions {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 68px;
  padding-block: 120px;
}
.solutions-copy > p:not(.eyebrow) {
  max-width: 430px;
  color: var(--body-brown);
  font-size: 19px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.feature {
  min-height: 250px;
  padding: 32px;
  border-radius: 10px;
}
.feature > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 52px;
  place-items: center;
  border-radius: 50%;
  color: var(--heading-charcoal);
  background: var(--sky-blue);
}
.feature:nth-child(2) > span,
.feature:nth-child(5) > span {
  background: var(--sun-yellow);
}
.feature:nth-child(3) > span,
.feature:nth-child(6) > span {
  background: var(--coral-pink);
}
.feature:nth-child(4) > span {
  background: var(--grass-green);
}
.feature p {
  margin-bottom: 0;
  color: var(--body-brown);
  font-size: 16px;
}
.comparison-section {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 48px;
  padding-block: 90px;
  background: var(--stone-surface);
}
.comparison-scroll {
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
}
table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 15px;
}
th,
td {
  padding: 17px 14px;
  border-bottom: 1px solid var(--stone-border);
  text-align: left;
}
th {
  color: var(--muted-gray);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
th:first-child {
  width: 46%;
}
td:not(:first-child) {
  color: var(--heading-charcoal);
  font-weight: 600;
}
td svg {
  vertical-align: middle;
  margin-right: 5px;
  color: var(--grass-green);
}
.pricing {
  padding-block: 88px 120px;
}
.pricing-card {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 48px;
  align-items: center;
  padding: clamp(30px, 5vw, 68px);
  border-radius: 10px;
  color: var(--cream-canvas);
  background: var(--ink-black);
}
.pricing-card .eyebrow {
  color: var(--sun-yellow);
}
.pricing-card h2 {
  color: #fff;
}
.pricing-card > div > p:not(.eyebrow) {
  max-width: 590px;
  margin-bottom: 0;
  color: #d9d6d2;
}
.price-panel {
  display: grid;
  justify-items: start;
  padding: 26px;
  border-radius: 10px;
  background: #242424;
  box-shadow: inset 0 0 0 1px #3d3d3d;
}
.price-offer {
  padding: 6px 10px;
  border-radius: 6px;
  color: var(--ink-black);
  background: var(--coral-pink);
  font-size: 12px;
  font-weight: 600;
}
.price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 !important;
}
.price strong {
  font-size: 51px;
  letter-spacing: -0.07em;
}
.price span {
  display: grid;
  color: #ebe7e2;
  font-size: 13px;
}
.price small {
  color: #aaa6a1;
}
.price-panel > .button {
  width: 100%;
  color: var(--ink-black);
  background: var(--cream-canvas);
  border-color: var(--cream-canvas);
}
.price-panel > small {
  margin-top: 12px;
  color: #c9c5c0;
  font-size: 12px;
}
.contact {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 78px;
  padding-block: 110px;
}
/* The standalone homepage contact band can breathe, but the governed Contact
 * route already has its own editorial hero. A second 110px top inset makes
 * the form look detached from that context on desktop. */
.governed-page > .contact {
  padding-block: clamp(62px, 5vw, 78px);
}
.contact-copy > p:not(.eyebrow) {
  max-width: 440px;
  color: var(--body-brown);
  font-size: 19px;
}
.contact-brief {
  display: grid;
  gap: 12px;
  max-width: 470px;
  margin-top: 32px;
  padding: 22px;
  border: 1px solid var(--line-beige);
  border-radius: 14px;
  background: var(--cream-canvas);
  box-shadow: var(--hairline);
}
.contact-brief > svg { color: var(--grass-green); }
.contact-brief h3 {
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.16;
}
.contact-brief > p {
  margin: 0;
  color: var(--body-brown);
  font-size: 14px;
  line-height: 1.48;
}
.contact-brief ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
}
.contact-brief li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: var(--heading-charcoal);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.38;
}
.contact-brief li svg { margin-top: 1px; color: var(--grass-green); }
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 32px;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--hairline);
}
.a11y-backdrop {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgb(18 18 18 / 0.36);
}
.a11y-dialog {
  width: min(100%, 620px);
  max-height: min(760px, calc(100svh - 32px));
  padding: 26px;
  overflow-y: auto;
  border-radius: var(--radius-card);
  color: var(--body-brown);
  background: var(--cream-canvas);
  box-shadow: var(--hairline);
}
.a11y-dialog > header,
.a11y-dialog > header > div,
.a11y-dialog > footer {
  display: flex;
  align-items: center;
}
.a11y-dialog > header,
.a11y-dialog > footer {
  justify-content: space-between;
  gap: 18px;
}
.a11y-dialog > header > div {
  gap: 10px;
}
.a11y-dialog h2 {
  margin: 0;
  font-family: inherit;
  font-size: 1.35rem;
  font-weight: 650;
}
.a11y-dialog > header > button {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--heading-charcoal);
  background: var(--sand);
}
.a11y-dialog > p {
  margin: 18px 0 22px;
}
.a11y-dialog fieldset {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
}
.a11y-dialog legend {
  margin-bottom: 10px;
  color: var(--heading-charcoal);
  font-weight: 650;
}
.a11y-size-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.a11y-size-options label {
  position: relative;
  min-width: 0;
}
.a11y-size-options input {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.a11y-size-options span {
  display: grid;
  min-height: 48px;
  place-items: center;
  padding: 8px 10px;
  border: 1px solid var(--stone-border);
  border-radius: 8px;
  color: var(--heading-charcoal);
  background: #fff;
  cursor: pointer;
  pointer-events: none;
}
.a11y-size-options input:checked + span {
  color: #fff;
  background: var(--ink-black);
}
.a11y-size-options input:focus-visible + span {
  outline: 3px solid var(--link-blue);
  outline-offset: 3px;
}
.a11y-option {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--stone-border);
}
.a11y-option > span {
  display: grid;
  gap: 3px;
}
.a11y-option strong {
  color: var(--heading-charcoal);
}
.a11y-option small {
  color: var(--muted-gray);
  font-size: 0.82rem;
}
.a11y-option input {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  accent-color: var(--ink-black);
}
.a11y-dialog > footer {
  margin-top: 18px;
}
.a11y-dialog > footer .text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  border: 0;
  color: var(--body-brown);
  background: transparent;
}
html[data-a11y-contrast="more"] a:focus-visible,
html[data-a11y-contrast="more"] button:focus-visible,
html[data-a11y-contrast="more"] summary:focus-visible,
html[data-a11y-contrast="more"] input:focus-visible,
html[data-a11y-contrast="more"] textarea:focus-visible,
html[data-a11y-contrast="more"] select:focus-visible {
  outline-width: 4px;
}
/* The old two-eyed coloured blobs read as a cropped cartoon head on the hero,
 * especially once the visual is reduced for a phone.  The actual product UI is
 * the useful visual here, so remove that ambiguous decorative treatment. */
.hero-visual > .orb {
  display: none;
}
#form {
  scroll-margin-top: 96px;
}
.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--heading-charcoal);
  font-size: 13px;
  font-weight: 600;
}
.contact-form label:nth-of-type(7),
.contact-form .consent,
.contact-form .form-message,
.contact-form button {
  grid-column: 1/-1;
}
input:not([type="checkbox"]),
textarea,
select {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid var(--stone-border);
  border-radius: 6px;
  outline: 0;
  color: var(--heading-charcoal);
  background: var(--cream-canvas);
}
textarea {
  resize: vertical;
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--link-blue);
  box-shadow: 0 0 0 2px rgb(0 134 252/0.18);
}
.contact-form .consent {
  min-height: 44px;
  grid-template-columns: 18px 1fr;
  align-items: start;
  cursor: pointer;
  font-weight: 400 !important;
}
.consent input {
  width: 18px;
  height: 18px;
  margin: 0;
  align-self: center;
  accent-color: var(--ink-black);
}
.form-message {
  margin: 0;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 13px;
}
.form-message--error {
  color: #9e1b1b;
  background: #ffe5e5;
}
.form-message--success {
  color: #145a34;
  background: #ddf7e9;
}
.honeypot {
  position: absolute;
  /* Keep the named field in FormData for the server-side spam check without
     allowing generic form-control sizing to widen a narrow document. */
  width: 1px !important;
  height: 1px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: -1px;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 25px;
  padding-block: 40px 28px;
  border-top: 1px solid var(--stone-border);
}
.site-footer > div > p {
  max-width: 380px;
  margin: 10px 0 0;
  color: var(--muted-gray);
  font-size: 14px;
}
.footer-links {
  display: flex;
  align-items: start;
  justify-content: flex-end;
  gap: 17px;
  color: var(--muted-gray);
  font-size: 13px;
}
.footer-links a:hover {
  color: var(--ember-orange);
}
.photo-credit {
  grid-column: 1/-1;
  margin: 0;
  color: var(--muted-gray);
  font-size: 12px;
}
@media (max-width: 1100px) {
  .product-page__summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-page__overview-faq {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .product-page__overview-brief {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-page__overview-brief aside {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shell-footer {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .shell-footer__groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 860px) {
  .marketing-recovery {
    grid-template-columns: 1fr;
    gap: 36px;
    min-height: 0;
  }
  .marketing-recovery__copy { max-width: 720px; }
  .marketing-recovery__destination {
    grid-template-columns: minmax(0, 1.1fr) minmax(220px, .9fr);
  }
  .subpage-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .subpage-hero__copy h1 {
    max-width: 760px;
  }
  .subpage-visual {
    width: min(100%, 720px);
  }
  .corporate-narrative__heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .corporate-narrative__cards {
    /* 768px still has room for two editorial cards.  Collapsing all three
     * here created a very long, sparse tablet page. */
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .corporate-narrative__cards svg {
    margin-bottom: 26px;
  }
  .corporate-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .corporate-gallery__copy {
    grid-column: 1 / -1;
  }
  .corporate-narrative__cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .evidence-page__pathways {
    grid-template-columns: 1fr;
  }
  .evidence-page__library {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .evidence-page__operating-brief {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .evidence-page__library-heading {
    position: static;
  }
  .shell-header {
    min-height: 68px;
  }
  .shell-desktop-nav,
  .shell-language-picker,
  .shell-login,
  .shell-start {
    display: none;
  }
  .shell-menu-button {
    display: inline-flex;
  }
  .shell-drawer {
    position: fixed;
    z-index: 50;
    inset: 0;
    display: block;
    overflow-y: auto;
    padding: 14px 16px 36px;
    background: var(--cream-canvas);
  }
  .shell-drawer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    border-bottom: 1px solid var(--stone-border);
  }
  .shell-drawer nav {
    display: grid;
    gap: 8px;
    padding-top: 24px;
  }
  .shell-drawer nav section {
    display: grid;
    gap: 3px;
    padding-block: 16px;
    border-bottom: 1px solid var(--stone-border);
  }
  .shell-drawer nav p {
    margin: 0 0 5px;
    color: var(--muted-gray);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .shell-drawer nav a:not(.button) {
    min-height: 44px;
    padding: 9px 0;
    color: var(--heading-charcoal);
    font-size: 17px;
  }
  .shell-drawer nav > .button {
    margin-top: 16px;
  }
  .shell-drawer__languages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shell-drawer__languages > p {
    grid-column: 1 / -1;
  }
  .shell-drawer__languages a[aria-current="page"] {
    color: var(--ember-link);
    font-weight: 600;
  }
  .route-scaffold {
    min-height: calc(100svh - 68px);
  }
  .governed-page {
    min-height: 0;
  }
  .evidence-page {
    min-height: calc(100svh - 68px);
  }
  .evidence-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-page__grid {
    grid-template-columns: 1fr;
  }
  .solution-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .integration-page__grid {
    grid-template-columns: 1fr;
  }
  .integration-page__readiness {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 80px;
  }
  .onboarding-page__entries,
  .onboarding-page__journey > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .governed-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .story-fallback {
    grid-template-columns: 1fr;
    padding-block: 40px 72px;
  }
  .story-tabs {
    touch-action: pan-x pan-y;
    scrollbar-width: thin;
  }
  .story-tab {
    min-height: 44px;
  }
  .site-header {
    min-height: 68px;
  }
  .site-nav {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 14px 18px 20px;
    background: var(--cream-canvas);
    box-shadow: 0 1px 0 var(--stone-border);
  }
  .site-nav--open {
    display: grid;
  }
  .site-nav a {
    padding: 12px 8px;
  }
  .nav-mobile-link,
  .menu-button {
    display: inline-flex;
  }
  .nav-login,
  .language-picker {
    display: none;
  }
  .menu-button {
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--heading-charcoal);
    background: var(--sand);
  }
  .nav-actions {
    gap: 9px;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 85px 100px;
  }
  .hero-copy {
    grid-column: 1;
  }
  .hero-visual {
    /* At tablet widths the hero has already collapsed to one column, but the
     * decorative dashboard was still absolutely positioned over the heading
     * and header. Keep its complete 370px product canvas in normal flow until
     * the narrower phone-specific frame takes over below 560px. */
    position: relative;
    grid-column: 1;
    width: min(100%, 440px);
    height: 430px;
    justify-self: center;
    margin-top: 18px;
    overflow: clip;
    isolation: isolate;
  }
  .desktop-window {
    /* Leave room for the rotated outline inside the clipped tablet frame. */
    right: 7%;
    bottom: 5%;
    width: 205px;
  }
  .floating-stat--top {
    top: 10%;
  }
  .floating-stat--bottom {
    bottom: 8%;
  }
  .product-story__pin {
    top: 68px;
    min-height: calc(100svh - 68px);
  }
  .story-stage {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
  }
  .story-stage__screen {
    width: min(100%, 540px);
    justify-self: start;
  }
  .story-scroll-track > div {
    height: 75vh;
  }
  .solutions,
  .comparison-section,
  .contact {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .site-footer {
    grid-template-columns: 1fr;
  }
  .footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 560px) {
  .marketing-recovery {
    gap: 30px;
    padding-block: 52px 70px;
  }
  .marketing-recovery__copy > p:not(.eyebrow) { font-size: 17px; }
  .marketing-recovery__destination { grid-template-columns: 1fr; }
  .marketing-recovery__visual img { min-height: 300px; height: min(112vw, 430px); }
  .marketing-recovery__next { padding: 24px; }
  .subpage-hero {
    gap: 28px;
    padding-bottom: 44px;
  }
  .subpage-hero__copy h1 {
    font-size: clamp(2.65rem, 13vw, 3.45rem);
    /* Compound locale headings can be wider than the phone copy column. The
     * page shell clips horizontal overflow, so permit a natural emergency
     * break here instead of hiding the end of a title such as the German
     * “Änderungsprotokoll”. */
    overflow-wrap: anywhere;
  }
  /* Communications is a single localized product name. Keep it whole at
   * phone widths rather than applying an emergency character break that makes
   * the route heading read as two accidental words. */
  .subpage-hero--communications .subpage-hero__copy h1 {
    font-size: clamp(2.25rem, 11.8vw, 3.1rem);
  }
  .subpage-hero__copy > p:not(.eyebrow) {
    font-size: 17px;
  }
  .subpage-visual--mosaic .subpage-visual__images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    aspect-ratio: auto;
  }
  .subpage-visual--mosaic .subpage-visual__frame:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .subpage-visual--mosaic .subpage-visual__frame:not(:first-child) {
    aspect-ratio: 1 / 1;
  }
  .corporate-narrative {
    gap: 64px;
    margin-top: 64px;
  }
  .corporate-narrative__cards,
  .governed-page__grid {
    grid-template-columns: 1fr;
  }
  .governed-page__status {
    grid-template-columns: 1fr;
  }
  .governed-page__legal-review {
    grid-template-columns: 1fr;
  }
  .governed-page__status-guide {
    min-height: 0;
  }
  .corporate-gallery {
    grid-template-columns: 1fr;
  }
  .corporate-gallery__copy {
    grid-column: auto;
  }
  .corporate-gallery img {
    aspect-ratio: 4 / 3;
  }
  .evidence-page__pathways > div:last-child {
    grid-template-columns: 1fr;
  }
  .shell-header {
    width: min(100% - 16px, 1200px);
  }
  .shell-footer__groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .route-scaffold {
    padding-block: 72px;
  }
  .route-scaffold > p:not(.eyebrow) {
    font-size: 17px;
  }
  .route-scaffold__actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .governed-page {
    padding-block: 72px;
  }
  .evidence-page {
    padding-block: 52px 68px;
  }
  .evidence-page__filters {
    align-items: stretch;
    margin-block: 24px 30px;
  }
  .evidence-page__filters a {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 4px);
    justify-content: center;
    text-align: center;
  }
  .evidence-page__grid {
    grid-template-columns: 1fr;
  }
  .evidence-page__transparency {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .evidence-page__library {
    margin-top: 56px;
    padding-top: 48px;
  }
  .evidence-page__library-grid {
    grid-template-columns: 1fr;
  }
  .evidence-page__library-card {
    min-height: 0;
  }
  .product-page {
    padding-block: 52px 68px;
  }
  .product-page__summary-grid {
    grid-template-columns: 1fr;
  }
  .product-page__overview-brief,
  .product-page__overview-brief aside {
    grid-template-columns: 1fr;
  }
  .product-page__single {
    grid-template-columns: 1fr;
  }
  .product-page__summary {
    min-height: 0;
  }
  .product-page__intro {
    font-size: 17px;
  }
  .product-page__capability {
    padding: 22px;
  }
  .product-page__lens {
    min-height: 0;
  }
  .solution-page {
    padding-block: 52px 68px;
  }
  .solution-page__grid {
    grid-template-columns: 1fr;
  }
  .solution-page__single {
    grid-template-columns: 1fr;
  }
  .solution-page__lens {
    min-height: 0;
  }
  .solution-page__card {
    padding: 22px;
  }
  .integration-page {
    min-height: calc(100svh - 68px);
    padding-block: 52px 68px;
  }
  .integration-page__card {
    padding: 22px;
  }
  .integration-page__card dl > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .integration-page__readiness {
    margin-top: 66px;
  }
  .integration-page__readiness-grid {
    grid-template-columns: 1fr;
  }
  .integration-page__readiness-grid a {
    min-height: 0;
    padding: 18px 40px 38px 18px;
  }
  .onboarding-page {
    padding-block: 52px 68px;
  }
  .onboarding-page__intro {
    font-size: 17px;
  }
  .onboarding-page__review {
    align-items: start;
    flex-direction: column;
  }
  .onboarding-page__entries,
  .onboarding-page__journey > div {
    grid-template-columns: 1fr;
  }
  .governed-page__intro {
    font-size: 17px;
  }
  .governed-page__grid {
    gap: 14px;
    margin-top: 30px;
  }
  .governed-page__grid > .marketing-card {
    min-height: 0;
    padding: 22px;
  }
  .governed-page__grid > .marketing-card > h2 {
    max-width: 24ch;
    margin-bottom: 14px;
  }
  .story-fallback__item {
    padding: 24px;
  }
  .section-shell {
    width: min(100% - 32px, 1200px);
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  .site-header {
    width: min(100% - 16px, 1200px);
  }
  .site-header .button {
    display: none;
  }
  .hero {
    padding-block: 64px 80px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 16px;
  }
  .hero-visual {
    position: relative;
    z-index: 0;
    /* Reserve a complete frame for the product canvas instead of clipping a
     * rotated slice at the bottom of the phone hero. */
    height: clamp(210px, 62vw, 230px);
    margin-top: 24px;
    overflow: clip;
    isolation: isolate;
  }
  .desktop-window {
    /* The rotated product window paints beyond its layout box.  Keeping an
     * inset on both axes prevents the useful UI from being clipped by the
     * mobile hero (a cropped corner can read like a partial illustration). */
    right: 24px;
    bottom: 9px;
    width: 168px;
    transform: rotate(4deg);
  }
  .desktop-window .product-screen {
    /* The locale-native canvas contains translated labels, whose natural
     * height differs from the EN screenshot.  A min-height alone therefore
     * lets the rotated window grow above the reserved mobile frame. */
    height: 120px;
    min-height: 120px;
    padding: 8px;
  }
  .desktop-window .real-screen {
    height: 100px;
  }
  .floating-stat {
    padding: 8px 9px;
  }
  .floating-stat--top {
    top: 5%;
    right: auto;
    left: 0;
  }
  .floating-stat--bottom {
    bottom: 5%;
    left: auto;
    right: 5%;
  }
  .orb--pink {
    top: 8%;
    left: 5%;
  }
  .orb--gold {
    right: 3%;
    bottom: 6%;
  }
  .product-story__pin {
    padding-block: 32px;
  }
  .story-intro {
    position: relative;
    z-index: 1;
    padding-block: 72px 28px;
  }
  .story-tabs {
    margin-inline: -4px;
  }
  .story-tab {
    font-size: 13px;
  }
  .story-stage__copy > p:not(.eyebrow) {
    font-size: 17px;
  }
  .story-stage__screen .product-screen {
    min-height: 320px;
  }
  .real-screen {
    height: 320px;
  }
  .story-scroll-track > div {
    height: 55vh;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .feature {
    min-height: 0;
  }
  .feature > span {
    margin-bottom: 32px;
  }
  .comparison-section {
    padding-block: 64px;
  }
  .pricing {
    padding-block: 64px;
  }
  .pricing-card {
    padding: 28px;
  }
  .contact {
    padding-block: 70px;
  }
  .governed-page > .contact {
    padding-block: 54px 64px;
  }
  .contact-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .contact-form label,
  .contact-form label:nth-of-type(7) {
    grid-column: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  html.marketing-story-interactive .product-story {
    display: none;
  }
  html.marketing-story-interactive .story-fallback {
    display: grid;
  }
}
html[data-a11y-motion="reduce"] {
  scroll-behavior: auto;
}
html[data-a11y-motion="reduce"] *,
html[data-a11y-motion="reduce"] *::before,
html[data-a11y-motion="reduce"] *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
  transition-duration: 0.01ms !important;
}
html[data-a11y-motion="reduce"].marketing-story-interactive .product-story {
  display: none;
}
html[data-a11y-motion="reduce"].marketing-story-interactive .story-fallback {
  display: grid;
}

/* Route-specific editorial composition: deliberately flat, diagrammatic and
 * photo-free so it adds depth to long-form pages without reusing a hero image. */
.editorial-route-band {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
  margin-top: clamp(68px, 10vw, 128px);
  padding: clamp(26px, 4vw, 52px);
  overflow: hidden;
  border-radius: calc(var(--radius-card) + 4px);
  background: var(--stone-surface);
  box-shadow: inset 0 0 0 1px var(--stone-border);
}
.editorial-route-band__heading {
  position: relative;
  z-index: 1;
  max-width: 500px;
}
.editorial-route-band__heading h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.7vw, 3.5rem);
}
/* The communications route keeps an intentionally narrow editorial column.
 * Its localized operating-snapshot title should wrap at words there instead
 * of a balanced line widening past that column and being hidden by the band. */
.editorial-route-band--communications .editorial-route-band__heading h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  text-wrap: wrap;
  overflow-wrap: break-word;
}
.editorial-route-band__heading > p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--body-brown);
  line-height: 1.6;
}
.editorial-route-band__stage {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--hairline);
}
.contact-faq {
  grid-column: 1 / -1;
  width: min(100%, 920px);
  margin: 0 auto;
  padding-top: 8px;
}
.contact-faq > h3 {
  margin: 0 0 22px;
  font-family: inherit;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.06;
}
.editorial-route-band__steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  width: min(100% - 42px, 390px);
  margin: 0;
  padding: 32px 0 32px 28px;
  list-style: none;
}
.editorial-route-band__step {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 12px;
  border-radius: 10px;
  background: var(--cream-canvas);
  box-shadow: inset 0 0 0 1px var(--stone-surface);
}
.editorial-route-band__step > span:last-child {
  display: grid;
  gap: 2px;
  color: var(--body-brown);
  font-size: 14px;
  line-height: 1.25;
}
.editorial-route-band__step strong {
  color: var(--heading-charcoal);
  font-size: 11px;
  letter-spacing: .06em;
}
.editorial-route-band__icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--heading-charcoal);
}
.editorial-route-band__step--blue .editorial-route-band__icon { background: var(--sky-blue); }
.editorial-route-band__step--yellow .editorial-route-band__icon { background: var(--sun-yellow); }
.editorial-route-band__step--green .editorial-route-band__icon { background: var(--mint); }
.editorial-route-band__canvas {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}
.editorial-route-band__canvas span,
.editorial-route-band__canvas i,
.editorial-route-band__canvas b {
  position: absolute;
  display: block;
  border: 2px solid var(--heading-charcoal);
  content: "";
}
.editorial-route-band__canvas span:nth-child(1) {
  top: 28px;
  right: 42px;
  width: 116px;
  height: 116px;
  border-radius: 46% 54% 54% 42%;
  background: var(--sun-yellow);
}
.editorial-route-band__canvas span:nth-child(2) {
  right: -18px;
  bottom: 36px;
  width: 148px;
  height: 96px;
  border-radius: 48px 48px 16px 48px;
  background: var(--sky-blue);
  transform: rotate(-9deg);
}
.editorial-route-band__canvas span:nth-child(3) {
  right: 145px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--coral-pink);
}
.editorial-route-band__canvas i {
  top: 113px;
  right: 126px;
  width: 72px;
  height: 18px;
  border-width: 0 0 2px;
  transform: rotate(-24deg);
}
.editorial-route-band__canvas b {
  top: 42px;
  right: 176px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--mint);
  transform: rotate(16deg);
}
.editorial-route-band--payments .editorial-route-band__canvas span:nth-child(1),
.editorial-route-band--status .editorial-route-band__canvas span:nth-child(1) { background: var(--mint); }
.editorial-route-band--clients .editorial-route-band__canvas span:nth-child(2),
.editorial-route-band--onboarding .editorial-route-band__canvas span:nth-child(2) { background: var(--sun-yellow); }
.editorial-route-band--schedule .editorial-route-band__canvas span:nth-child(3),
.editorial-route-band--company .editorial-route-band__canvas span:nth-child(3) { background: var(--sky-blue); }
.editorial-route-band--multiLocation .editorial-route-band__canvas span:nth-child(1),
.editorial-route-band--about .editorial-route-band__canvas span:nth-child(1) { border-radius: 18px 54px 18px 54px; background: var(--coral-pink); }
.editorial-route-band--integrations .editorial-route-band__canvas { transform: scaleX(-1); }
.editorial-route-band--insights .editorial-route-band__canvas { transform: rotate(3deg) scale(1.04); }
.editorial-route-band--solutions .editorial-route-band__steps { margin-left: auto; padding-right: 28px; padding-left: 0; }
.editorial-route-band--solutions .editorial-route-band__canvas { transform: scaleX(-1); }
@media (max-width: 860px) {
  .editorial-route-band { grid-template-columns: 1fr; }
  .editorial-route-band__heading { max-width: 680px; }
  .editorial-route-band__stage { min-height: 300px; }
}
@media (max-width: 560px) {
  .editorial-route-band { gap: 30px; margin-top: 64px; padding: 22px; }
  .editorial-route-band__heading h2 { font-size: clamp(2rem, 10vw, 2.65rem); }
  .editorial-route-band__stage { min-height: 288px; }
  .editorial-route-band__steps { width: min(100% - 24px, 360px); padding: 22px 0 22px 16px; }
  .editorial-route-band__step { min-height: 68px; }
  .editorial-route-band__canvas span:nth-child(1) { top: 20px; right: 20px; width: 86px; height: 86px; }
  .editorial-route-band__canvas span:nth-child(2) { right: -36px; bottom: 18px; width: 110px; height: 78px; }
  .editorial-route-band__canvas span:nth-child(3) { right: 84px; bottom: 12px; width: 34px; height: 34px; }
  .editorial-route-band__canvas i { right: 77px; top: 104px; }
  .editorial-route-band__canvas b { right: 120px; top: 28px; }
}

/* These rules intentionally follow the integration base grids above.  The
 * capability and operating brief are three-column editorial compositions on
 * wide screens, but must resolve to one column before a 320px viewport can
 * size either their copy or the permissions card. */
@media (max-width: 760px) {
  .integration-page__capability,
  .integration-page__operating-brief {
    grid-template-columns: minmax(0, 1fr);
    max-width: 100%;
    min-width: 0;
  }
  .integration-page__capability { padding: clamp(20px, 6vw, 24px); }
  .integration-page__operating-brief { padding: 24px; }
  .integration-page__capability > *,
  .integration-page__operating-brief > * {
    min-width: 0;
    max-width: 100%;
  }
  .integration-page__capability h2,
  .integration-page__operating-brief h2 {
    overflow-wrap: break-word;
    word-break: normal;
    -webkit-hyphens: none;
            hyphens: none;
  }
}

