/* RC website simplification: visible navigation, compact rhythm, code-native visuals. */
:root { --header-height: 82px; }
.skip-link { border: 0; color: var(--ink); cursor: pointer; }
[data-page-section][hidden] { display: none !important; }
main { min-height: calc(100vh - var(--header-height)); }
main[data-active-page]:not([data-active-page="product"]) > [data-page-section]:not([hidden]) { min-height: calc(100vh - var(--header-height)); padding-top: 28px; padding-bottom: 72px; }
main[data-active-page="product"] > .hero { min-height: calc(100vh - var(--header-height)); padding-top: 46px; }
[data-page-section]:not([hidden]) { animation: page-enter .22s ease-out both; }
@keyframes page-enter { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }

.site-header { gap: 24px; }
.nav { align-items: center; gap: 4px; }
.nav a { position: relative; min-height: 40px; padding: 8px 10px; border-radius: 10px; white-space: nowrap; font-size: 15px; transition: color .18s ease, background .18s ease; }
.nav a::after { display: none; }
.nav a:hover,
.nav a:focus-visible { background: #f3f7fc; color: var(--blue); }
.nav a[aria-current="page"] { background: #eaf2ff; color: var(--blue); }
.header-actions { flex: 0 0 auto; }
.header-actions .button-small,
.language-toggle { font-size: 15px; }
.header-actions [data-page-link][aria-current="page"] { background: #174fda; box-shadow: 0 14px 30px rgba(40,100,237,.25); }

.principle-note { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-top: 22px; padding: 18px 22px; border: 1px solid #d3e1ef; border-radius: 16px; background: #f7faff; }
.principle-note strong { color: var(--ink); font-size: 16px; }
.principle-note span { max-width: 640px; color: var(--muted); font-size: 14px; text-align: right; }

.product-proof-section { position: relative; overflow: hidden; border-block: 1px solid #dfe8f2; background: linear-gradient(180deg,#f7f9fc 0%,#eef3f9 100%); }
.product-proof-section::before { content: ""; position: absolute; top: -150px; right: -120px; width: 380px; height: 380px; border: 1px solid rgba(42,103,226,.12); border-radius: 50%; pointer-events: none; }
.product-proof-heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); align-items: end; gap: 56px; }
.product-proof-heading h2 { max-width: 760px; margin: 10px 0 0; font-size: clamp(32px,4vw,54px); line-height: 1.04; letter-spacing: -.045em; }
.product-proof-heading > p { max-width: 540px; margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.proof-badge { display: inline-flex; align-items: center; gap: 8px; margin: 28px 0 18px; padding: 8px 12px; border: 1px solid #c9ddf2; border-radius: 999px; background: rgba(255,255,255,.78); color: #345775; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.proof-badge > span:first-child { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #daf4e9; color: #087d59; font-size: 12px; }
.product-proof-grid { display: grid; grid-template-columns: 1.14fr .86fr; align-items: start; gap: 24px; }
.product-shot { margin: 0; padding: 9px; border: 1px solid #cfdae7; border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: 0 20px 48px rgba(21,45,75,.10); }
.product-shot-frame { overflow: hidden; border: 1px solid #d8e1eb; border-radius: 14px; background: #eef4fa; }
.product-shot img { display: block; width: 100%; height: auto; object-fit: cover; object-position: top left; }
.product-shot figcaption { display: grid; gap: 5px; padding: 17px 15px 13px; }
.product-shot figcaption strong { color: var(--ink); font-size: 16px; }
.product-shot figcaption span { color: var(--muted); font-size: 13px; line-height: 1.5; }
.product-shot:not(.product-shot-primary) { margin-top: 54px; }

.workflow-detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 28px; }
.workflow-detail-grid article { display: grid; grid-template-columns: auto 1fr; gap: 15px; min-height: 160px; padding: 24px; border: 1px solid #d4e1ee; border-radius: 20px; background: rgba(255,255,255,.72); }
.workflow-detail-grid article > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #e8f0ff; color: var(--blue); font-size: 11px; font-weight: 850; }
.workflow-detail-grid h3 { margin: 3px 0 7px; color: var(--ink); font-size: 17px; letter-spacing: -.015em; }
.workflow-detail-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.workflow-summary { display: grid; grid-template-columns: auto minmax(260px,.8fr) minmax(320px,1.2fr); align-items: center; gap: 22px; margin-top: 16px; padding: 21px 24px; border: 1px solid #c9d9eb; border-radius: 18px; background: linear-gradient(105deg,#eaf2ff,#f8fbff); }
.workflow-summary > span { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.workflow-summary strong { color: var(--ink); font-size: 17px; }
.workflow-summary p { margin: 0; color: var(--muted); font-size: 14px; }

.coverage-grid article { min-height: 168px; padding: 22px; }
.coverage-grid article > span { width: 38px; height: 38px; margin-bottom: 17px; border-radius: 11px; font-size: 16px; }
.coverage-grid h3 { font-size: 19px; }
.coverage-grid p { font-size: 14px; line-height: 1.48; }

.case-studies { margin-top: 0; padding-top: 0; border-top: 0; }
.case-heading { margin-bottom: 28px; }
.case-diagram { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 116px; margin: 0 -26px 24px; border-bottom: 1px solid #d8e4f0; background: linear-gradient(145deg,#f8fbff,#edf4ff); color: var(--blue); }
.case-diagram span { display: grid; place-items: center; min-width: 48px; height: 48px; padding: 0 10px; border: 1px solid #bfd4f4; border-radius: 14px; background: #fff; color: #143a72; font-size: 17px; font-style: normal; font-weight: 850; box-shadow: 0 8px 20px rgba(30,80,160,.08); }
.case-diagram i { color: #7d96b2; font-size: 18px; font-style: normal; font-weight: 800; }
.case-card { padding-top: 0; }
.case-card > p { min-height: 0; }
.case-result { display: grid; gap: 5px; margin: 20px 0 0 !important; padding: 14px 15px; border-radius: 13px; background: #edf7f3; color: #315b50 !important; font-size: 13px; }
.case-result strong { color: #147856; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.monetization-section { overflow: hidden; background: linear-gradient(180deg,#f7faff 0%,#eef4fb 100%); }
.monetization-layout { display: grid; gap: 22px; }
.monetization-intro { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(330px,.85fr); align-items: end; gap: 50px; }
.monetization-intro .section-heading { max-width: 790px; margin-bottom: 0; }
.monetization-distinction { display: grid; gap: 12px; padding: 24px 26px; border: 1px solid #bfd4f2; border-radius: 21px; background: linear-gradient(135deg,#eaf2ff,#fff); box-shadow: 0 16px 38px rgba(24,70,130,.07); }
.monetization-distinction span,
.monetization-model > span,
.monetization-universal > div > span,
.monetization-cta > div > span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.monetization-distinction strong { color: var(--ink); font-size: 20px; line-height: 1.35; letter-spacing: -.02em; }
.monetization-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; gap: 10px; padding: 16px; border: 1px solid #d4e0ed; border-radius: 24px; background: rgba(255,255,255,.72); }
.monetization-flow article { min-height: 148px; padding: 20px; border-radius: 17px; background: #fff; }
.monetization-flow article > span { display: grid; place-items: center; width: 32px; height: 32px; margin-bottom: 18px; border-radius: 10px; background: #e8f0ff; color: var(--blue); font-size: 11px; font-weight: 900; }
.monetization-flow h3 { margin: 0 0 6px; color: var(--ink); font-size: 16px; letter-spacing: -.015em; }
.monetization-flow p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.monetization-flow > i { align-self: center; color: #83a0be; font-size: 18px; font-style: normal; font-weight: 800; }
.monetization-models { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.monetization-model { min-height: 198px; padding: 25px; border: 1px solid #d3e0ed; border-radius: 20px; background: rgba(255,255,255,.84); }
.monetization-model.primary { border-color: #b8d0f4; background: linear-gradient(145deg,#eaf2ff,#fff); }
.monetization-model h3 { margin: 24px 0 8px; color: var(--ink); font-size: 18px; line-height: 1.3; letter-spacing: -.02em; }
.monetization-model p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.monetization-universal { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 21px 24px; border: 1px solid #c9d9e9; border-radius: 19px; background: #fff; }
.monetization-universal > div { display: grid; gap: 5px; }
.monetization-universal strong { color: var(--ink); font-size: 17px; }
.monetization-universal ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; margin: 0; padding: 0; list-style: none; }
.monetization-universal li { padding: 7px 11px; border: 1px solid #cfdded; border-radius: 999px; background: #f4f8fd; color: #34526f; font-size: 12px; font-weight: 750; }
.monetization-boundary { display: flex; align-items: flex-start; gap: 13px; padding: 17px 20px; border: 1px solid #eadcae; border-radius: 16px; background: #fffaf0; }
.monetization-boundary > span { display: grid; flex: 0 0 auto; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #f4e6b8; color: #765b08; font-weight: 900; }
.monetization-boundary p { margin: 0; color: #6a5c30; font-size: 13px; line-height: 1.55; }
.monetization-boundary strong { color: #59470e; }
.monetization-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 27px 30px; border-radius: 22px; background: var(--navy); color: #fff; }
.monetization-cta > div { display: grid; gap: 6px; max-width: 760px; }
.monetization-cta strong { font-size: 20px; line-height: 1.35; }
.monetization-cta p { margin: 0; color: #b8cce0; font-size: 14px; }
.monetization-cta .button { flex: 0 0 auto; }

.vision { display: grid; gap: 16px; }
.case-heading h2 { margin: 10px 0 12px; font-size: clamp(28px,3vw,40px); line-height: 1.12; letter-spacing: -.035em; }
.compact-architecture { gap: 12px; }
.compact-architecture .architecture-card { padding: 25px 28px; }
.compact-architecture .architecture-card h2 { margin: 8px 0 7px; font-size: 22px; }
.compact-architecture .architecture-card p { font-size: 14px; }

.open-principles { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: -32px; }
.open-principles article { min-height: 178px; padding: 24px; border: 1px solid #d5e2ef; border-radius: 20px; background: rgba(255,255,255,.82); }
.open-principles article > span { display: inline-block; margin-bottom: 23px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.open-principles h3 { margin: 0 0 8px; color: var(--ink); font-size: 18px; letter-spacing: -.02em; }
.open-principles p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.open-source-callout { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; margin-top: 24px; padding: 18px 20px; border: 1px solid #bee5d4; border-radius: 17px; background: linear-gradient(135deg,#effbf6,#f8fcff); }
.open-source-callout > span { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border-radius: 999px; background: #d9f4e7; color: #087b58; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.open-source-callout strong { display: block; margin: 1px 0 5px; color: var(--ink); font-size: 16px; }
.open-source-callout p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.open-source-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 14px; padding: 11px 15px; border: 1px solid #bed2ef; border-radius: 12px; background: #f7faff; color: #1755b8; font-size: 14px; font-weight: 800; text-decoration: none; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.open-source-link:hover { border-color: #80a9e8; background: #eef5ff; transform: translateY(-1px); }
.open-source-link:focus-visible { outline: 3px solid rgba(42,103,226,.24); outline-offset: 3px; }
.open-source-link > span:first-child { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 8px; background: #e2ecff; color: var(--blue); }
.open-principles-expanded { grid-template-columns: repeat(2,1fr); margin-top: -22px; }
.open-principles-expanded article { min-height: 174px; }

.trust-proof-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; margin-top: -22px; border: 1px solid rgba(193,216,239,.18); border-radius: 20px; background: rgba(255,255,255,.045); }
.trust-proof-strip article { display: grid; align-content: start; min-height: 168px; padding: 24px; }
.trust-proof-strip article + article { border-left: 1px solid rgba(193,216,239,.16); }
.trust-proof-strip span { margin-bottom: 20px; color: #6db0ff; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.trust-proof-strip strong { margin-bottom: 7px; color: #fff; font-size: 17px; }
.trust-proof-strip p { margin: 0; color: #aec1d4; font-size: 14px; line-height: 1.55; }

/* Desktop pages behave like focused product screens instead of long articles. */
@media (min-width: 941px) {
  main { min-height: 0; }
  main[data-active-page="product"] > .hero { min-height: max(600px,calc(100svh - var(--header-height) - 94px)); padding-top: 34px; padding-bottom: 34px; }
  main[data-active-page]:not([data-active-page="product"]) > [data-page-section]:not([hidden]) { min-height: max(620px,calc(100svh - var(--header-height) - 94px)); padding-top: 22px; padding-bottom: 26px; }
  main[data-active-page]:not([data-active-page="product"]) > .section:not(.section-shell):not([data-page-section="founder"]) { display: flex; align-items: center; }
  main[data-active-page]:not([data-active-page="product"]) > .section:not(.section-shell):not([data-page-section="founder"]) > .section-shell { width: min(1240px,calc(100% - 48px)); }
  main[data-active-page]:not([data-active-page="product"]) > .section-shell:not([data-page-section="founder"]) { display: grid; align-content: center; }
  main[data-active-page]:not([data-active-page="product"]) .section-heading { margin-bottom: 22px; }
  main[data-active-page]:not([data-active-page="product"]) .section-heading h2,
  main[data-active-page]:not([data-active-page="product"]) .founder h2 { font-size: clamp(30px,3.2vw,44px); }

  .footer { padding-top: 10px; padding-bottom: 8px; }
  .footer-main { gap: 20px; }
  .footer-main > p { margin: 0; font-size: 13px; }
  .legal { display: none; }

  .steps { gap: 10px; }
  .steps li { min-height: 144px; padding: 21px; }
  .steps h3 { font-size: 20px; }
  .steps p { font-size: 15px; line-height: 1.5; }
  .workflow-detail-grid { gap: 10px; margin-top: 14px; }
  .workflow-detail-grid article { min-height: 148px; padding: 20px; }
  .workflow-detail-grid h3 { font-size: 17px; }
  .workflow-detail-grid p { font-size: 14px; line-height: 1.48; }
  .workflow-summary { margin-top: 12px; padding: 17px 20px; }
  .workflow-summary p { font-size: 15px; line-height: 1.48; }
  main[data-active-page="workflow"] > [data-page-section="workflow"] { height: max(620px,calc(100svh - var(--header-height) - 94px)); min-height: 0; }
  main[data-active-page="workflow"] > [data-page-section="workflow"] > .section-shell { align-self: stretch; display: grid; align-content: stretch; grid-template-rows: auto minmax(144px,.9fr) minmax(148px,1fr) auto; }
  main[data-active-page="workflow"] .steps,
  main[data-active-page="workflow"] .workflow-detail-grid { height: 100%; }
  main[data-active-page="workflow"] .steps li,
  main[data-active-page="workflow"] .workflow-detail-grid article { height: 100%; align-items: center; }
  main[data-active-page="workflow"] .workflow-detail-grid article { align-content: center; }

  .coverage-grid { gap: 11px; }
  .coverage-grid article { min-height: 162px; padding: 21px; }
  .coverage-grid article > span { width: 38px; height: 38px; margin-bottom: 14px; }
  .coverage-grid h3 { margin-bottom: 7px; font-size: 19px; }
  .coverage-grid p { font-size: 14px; line-height: 1.46; }
  .coverage-grid + .principle-note { margin-top: 14px; padding: 16px 19px; }
  main[data-active-page="coverage"] > [data-page-section="coverage"] { height: max(620px,calc(100svh - var(--header-height) - 94px)); min-height: 0; align-content: stretch; grid-template-rows: auto minmax(0,1fr) auto; }
  main[data-active-page="coverage"] .coverage-grid { height: 100%; }
  main[data-active-page="coverage"] .coverage-grid article { display: grid; align-content: center; height: 100%; }

  .case-heading { margin-bottom: 14px; }
  .case-heading h2, .case-heading h3 { margin: 6px 0 7px; font-size: clamp(26px,2.5vw,34px); }
  .case-heading p { font-size: 14px; }
  .case-grid { gap: 10px; }
  .case-card { min-height: 232px; padding: 0 18px 15px; border-radius: 18px; }
  main[data-active-page="cases"] > [data-page-section="cases"] { height: max(620px,calc(100svh - var(--header-height) - 94px)); min-height: 0; }
  main[data-active-page="cases"] > [data-page-section="cases"] > .section-shell { align-self: stretch; display: grid; align-content: stretch; height: auto; }
  main[data-active-page="cases"] .case-studies { display: grid; height: 100%; min-height: 0; grid-template-rows: auto minmax(0,1fr); }
  main[data-active-page="cases"] .case-heading { max-width: 900px; }
  main[data-active-page="cases"] .case-grid { min-height: 0; grid-template-rows: repeat(2,minmax(0,1fr)); }
  main[data-active-page="cases"] .case-card { position: relative; height: 100%; min-height: 0; }
  main[data-active-page="cases"] .case-diagram { position: static; width: auto; min-height: 46px; margin: 0 -18px 10px; border: 0; border-bottom: 1px solid #d8e4f0; background: linear-gradient(145deg,#f8fbff,#edf4ff); }
  main[data-active-page="cases"] .case-top { padding-right: 0; }
  .case-diagram { min-height: 46px; margin: 0 -18px 10px; gap: 7px; }
  .case-diagram span { min-width: 28px; height: 26px; padding: 0 6px; border-radius: 9px; font-size: 12px; }
  .case-diagram i { font-size: 12px; }
  .case-top { gap: 7px; margin-bottom: 9px; }
  .case-top span { width: 27px; height: 27px; }
  .case-top strong { font-size: 10px; }
  .case-card > h3 { margin-bottom: 6px; font-size: 17px; line-height: 1.25; }
  .case-card > p { margin-bottom: 8px; font-size: 13px; line-height: 1.4; }
  .case-result { gap: 2px; margin-top: auto !important; padding: 9px 10px; font-size: 12px; line-height: 1.35; }
  .case-result strong { font-size: 10px; }

  .monetization-layout { gap: 13px; }
  main[data-active-page="monetization"] .monetization-layout { align-self: stretch; grid-template-rows: auto minmax(190px,1fr) auto auto; }
  .monetization-intro { gap: 28px; }
  .monetization-intro .section-heading h2 { margin-top: 7px; }
  .monetization-intro .section-heading p { font-size: 15px; }
  .monetization-distinction { gap: 7px; padding: 17px 19px; }
  .monetization-distinction strong { font-size: 16px; }
  .monetization-models { gap: 10px; }
  .monetization-model { display: grid; align-content: center; height: 100%; min-height: 174px; padding: 21px; }
  .monetization-model h3 { margin: 15px 0 7px; font-size: 18px; }
  .monetization-model p { font-size: 14px; line-height: 1.48; }
  .monetization-boundary { padding: 14px 17px; }
  .monetization-boundary p { font-size: 14px; }
  .monetization-cta { padding: 18px 22px; }
  .monetization-cta strong { font-size: 18px; }
  .monetization-cta p { font-size: 14px; }
  .monetization-cta .button { min-height: 44px; padding-block: 9px; }

  .vision { gap: 11px; }
  main[data-active-page="vision"] > .vision { height: auto; min-height: 0; align-content: start; grid-template-rows: none; gap: 18px; padding-top: 34px; padding-bottom: 54px; }
  .vision-card { display: grid; align-content: center; height: auto; padding: 34px 38px; }
  .vision-card h2 { font-size: clamp(30px,3.4vw,44px); }
  .vision-card > p { font-size: 15px; }
  .vision-path { margin-top: 20px; }
  .compact-architecture .architecture-card { padding: 18px 21px; }
  .compact-architecture { height: auto; align-items: stretch; }
  .compact-architecture .architecture-card { display: grid; align-content: start; height: auto; min-height: 0; }
  .compact-architecture .architecture-card h2 { font-size: 18px; }
  .vision > .principle-note { height: auto; margin-top: 0; padding: 15px 18px; }

  .open-layout { gap: 32px; }
  .open-layout .section-heading { margin-bottom: 0 !important; }
  .open-layout .section-heading h2 { margin-block: 7px; }
  .open-layout .section-heading > p { font-size: 16px; }
  .open-source-callout { margin-top: 15px; padding: 16px 18px; }
  .open-source-link { margin-top: 9px; padding: 8px 12px; }
  .stack-card { padding: 19px; }
  .stack-item { padding: 14px; }
  .stack-connector { height: 18px; }
  .open-principles-expanded { gap: 9px; margin-top: -8px; }
  .open-principles-expanded article { min-height: 132px; padding: 18px; }
  .open-principles article > span { margin-bottom: 8px; }
  .open-principles h3 { margin-bottom: 6px; font-size: 17px; }
  .open-principles p { font-size: 14px; line-height: 1.46; }

  .trust-layout { gap: 30px; }
  main[data-active-page="trust"] > [data-page-section="trust"] { height: max(620px,calc(100svh - var(--header-height) - 94px)); min-height: 0; }
  main[data-active-page="trust"] > [data-page-section="trust"] > .section-shell { align-self: stretch; height: auto; align-content: stretch; grid-template-rows: minmax(0,1fr) minmax(150px,.42fr); }
  main[data-active-page="trust"] .section-heading { display: grid; align-content: start; }
  main[data-active-page="trust"] .section-heading .kicker { color: #6db0ff; }
  .trust-grid { height: 100%; gap: 8px; grid-template-rows: repeat(2,minmax(0,1fr)); }
  .trust-grid article { align-items: center; height: 100%; padding: 19px; }
  .trust-grid h3 { font-size: 18px; }
  .trust-grid p { font-size: 14px; line-height: 1.46; }
  .trust-proof-strip { height: 100%; margin-top: 0; }
  .trust-proof-strip article { align-content: center; height: 100%; min-height: 138px; padding: 19px; }
  .trust-proof-strip span { margin-bottom: 8px; }
  .trust-proof-strip strong { font-size: 17px; }
  .trust-proof-strip p { font-size: 14px; line-height: 1.44; }

  .founder { gap: 34px; margin-bottom: 0; padding: 28px 32px; }
  .founder-form { gap: 9px; padding: 17px; }
  .founder-form input,
  .founder-form select { min-height: 42px; padding-block: 8px; }
  .founder-form textarea { min-height: 70px; }
  .founder-form .button { min-height: 44px; padding-block: 9px; }
}

/* Trust procurement layout v31: use the full desktop canvas without changing the visual system. */
@media (min-width: 941px) {
  main[data-active-page="trust"]
    > section[data-page-section="trust"]
    > .section-shell.trust-layout
    > .trust-procurement-checklist {
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
    grid-template-columns: minmax(300px, 0.78fr) repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    box-sizing: border-box;
  }

  main[data-active-page="trust"]
    > section[data-page-section="trust"]
    > .section-shell.trust-layout
    > .trust-procurement-checklist
    > header {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 0 !important;
    padding: 24px 28px 24px 0 !important;
  }

  main[data-active-page="trust"]
    > section[data-page-section="trust"]
    > .section-shell.trust-layout
    > .trust-procurement-checklist
    > article {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 100% !important;
  }

  main[data-active-page="trust"] > section[data-page-section="trust"]
    .trust-procurement-checklist > article:nth-of-type(1) {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  main[data-active-page="trust"] > section[data-page-section="trust"]
    .trust-procurement-checklist > article:nth-of-type(2) {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }

  main[data-active-page="trust"] > section[data-page-section="trust"]
    .trust-procurement-checklist > article:nth-of-type(3) {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }

  main[data-active-page="trust"] > section[data-page-section="trust"]
    .trust-procurement-checklist > article:nth-of-type(4) {
    grid-column: 3 !important;
    grid-row: 2 !important;
  }
}

/* Trust procurement full-width layout v30. */
@media (min-width: 941px) {
  main[data-active-page="trust"]
    > section[data-page-section="trust"]
    > .section-shell.trust-layout
    > .trust-procurement-checklist {
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
    place-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    grid-template-columns: minmax(300px, 0.85fr) repeat(2, minmax(0, 1fr)) !important;
    gap: 18px;
    margin: 0 !important;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > header {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    min-width: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 32px 24px 0;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > article {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > article:nth-of-type(1) {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > article:nth-of-type(2) {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > article:nth-of-type(3) {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > article:nth-of-type(4) {
    grid-column: 3 !important;
    grid-row: 2 !important;
  }
}

/* Trust procurement: fill the complete desktop content width. */
@media (min-width: 941px) {
  main[data-active-page="trust"]
    > section[data-page-section="trust"]
    > .section-shell.trust-layout
    > .trust-procurement-checklist {
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
    place-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    grid-template-columns: minmax(300px, 0.85fr) repeat(2, minmax(0, 1fr)) !important;
    gap: 18px;
    margin: 0 !important;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > header {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    min-width: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 32px 24px 0;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > article {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > article:nth-of-type(1) {
    grid-column: 2;
    grid-row: 1;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > article:nth-of-type(2) {
    grid-column: 3;
    grid-row: 1;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > article:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > article:nth-of-type(4) {
    grid-column: 3;
    grid-row: 2;
  }
}


/* Adoption path */
.adoption-page { background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%); }
.adoption-shell { display: grid; gap: 14px; align-content: center; }
.adoption-heading { max-width: 1100px; margin-bottom: 0 !important; }
.adoption-heading h2 { max-width: 980px; }
.adoption-main { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.58fr); gap: 14px; }
.adoption-policy-card, .adoption-flow article, .adoption-levels article, .adoption-future { border: 1px solid #cfdeed; background: #fff; border-radius: 20px; }
.adoption-policy-card { padding: 22px; display: flex; flex-direction: column; justify-content: center; }
.adoption-policy-card small, .package-adoption-link small { font-size: .72rem; font-weight: 800; letter-spacing: .1em; color: #1462d2; }
.adoption-policy-card h3 { margin: 8px 0 12px; font-size: 1.2rem; }
.adoption-policy-card blockquote { margin: 0; padding: 14px 0 14px 16px; border-left: 4px solid #2d67f4; font-weight: 750; line-height: 1.45; color: #0c203a; }
.adoption-policy-card p { margin: 12px 0 0; color: #536b84; line-height: 1.5; }
.adoption-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.adoption-flow article { position: relative; padding: 18px 16px; min-height: 150px; }
.adoption-flow article:not(:last-child)::after { content: "→"; position: absolute; right: -12px; top: 50%; transform: translateY(-50%); z-index: 2; color: #2d67f4; font-weight: 900; background: #f3f8ff; border-radius: 99px; padding: 2px 5px; }
.adoption-flow span, .adoption-levels span { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 28px; border-radius: 999px; background: #e8f0ff; color: #2d67f4; font-weight: 800; }
.adoption-flow h3, .adoption-levels h3 { margin: 12px 0 7px; font-size: 1rem; }
.adoption-flow p, .adoption-levels p, .adoption-future p { margin: 0; color: #536b84; line-height: 1.42; font-size: .88rem; }
.adoption-levels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.adoption-levels article { padding: 16px 18px; }
.adoption-future { display: grid; grid-template-columns: 110px 1fr; gap: 18px; align-items: center; padding: 15px 18px; background: #0c203a; color: #fff; border-color: #0c203a; }
.adoption-future > span { font-size: .75rem; font-weight: 900; letter-spacing: .12em; color: #77b8ff; }
.adoption-future h3 { margin: 0 0 3px; font-size: 1rem; }
.adoption-future p { color: #c7d7e8; }
.adoption-footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; }
.adoption-footer > p { margin: 0; color: #536b84; font-size: .82rem; line-height: 1.45; }
.adoption-actions { display: flex; gap: 10px; }
.adoption-actions .button { white-space: nowrap; }
.package-adoption-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 14px; padding: 14px 18px; border: 1px solid #cbdcf0; border-radius: 16px; background: #f3f8ff; color: #0c203a; text-decoration: none; }
.package-adoption-link span { display: grid; gap: 3px; }
.package-adoption-link strong { font-size: 1rem; }
.package-adoption-link em { font-style: normal; font-weight: 800; color: #1765dc; white-space: nowrap; }
.package-adoption-link:hover { transform: translateY(-1px); border-color: #8eb9ef; }

@media (min-width: 981px) {
  main[data-active-page="adoption"] > [data-page-section="adoption"] { min-height: max(650px, calc(100svh - var(--header-height) - 94px)); display: flex; align-items: center; }
  .adoption-shell { padding-block: 18px; }
}

@media (max-width: 1180px) {
  .adoption-main { grid-template-columns: 1fr; }
  .adoption-flow article { min-height: 0; }
}

@media (max-width: 900px) {
  .adoption-flow { grid-template-columns: repeat(2, 1fr); }
  .adoption-flow article:nth-child(2)::after { display: none; }
  .adoption-levels { grid-template-columns: 1fr; }
  .adoption-footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .adoption-flow { grid-template-columns: 1fr; }
  .adoption-flow article::after { display: none !important; }
  .adoption-future { grid-template-columns: 1fr; }
  .adoption-actions { flex-direction: column; }
  .package-adoption-link { align-items: flex-start; flex-direction: column; }
}

/* AI-era homepage v28. Scoped to the homepage so the approved site system stays intact. */
.ai-home > .ai-hero-copy,
.ai-home > .ai-product-map,
.home-path-panel-legacy { display: none !important; }
.agent-first-hero-copy h1 {
  max-width: 880px; margin: 20px 0; color: #0d213d;
  font-size: clamp(47px, 4.45vw, 76px); line-height: .98; letter-spacing: -.052em;
}
.agent-first-hero-copy .hero-lead { max-width: 790px; }
.agent-first-proof { grid-template-columns: repeat(4,minmax(0,1fr)); }
.agent-execution-map {
  min-width: 0; overflow: hidden; border: 1px solid #c9daeb; border-radius: 30px;
  background: linear-gradient(150deg,#f9fcff 0%,#edf5ff 56%,#e8f3ff 100%);
  box-shadow: 0 24px 64px rgba(31,75,130,.16);
}
.agent-execution-map > header {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 23px 25px; border-bottom: 1px solid #d5e2ef; background: rgba(255,255,255,.78);
}
.agent-execution-map header small,.agent-execution-map footer small {
  display: block; margin-bottom: 5px; color: #2a67df; font-size: 10px; font-weight: 900; letter-spacing: .1em;
}
.agent-execution-map header strong { color: #0d213d; font-size: 19px; }
.agent-execution-map header > span {
  padding: 7px 10px; border-radius: 999px; background: #e9f7f1; color: #137456;
  font-size: 9px; font-weight: 900; letter-spacing: .08em; white-space: nowrap;
}
.agent-execution-flow { display: grid; gap: 7px; padding: 19px 23px 16px; }
.agent-execution-flow article {
  display: grid; grid-template-columns: 38px minmax(0,1fr); align-items: center; gap: 12px;
  padding: 12px 14px; border: 1px solid #d5e2ef; border-radius: 16px; background: rgba(255,255,255,.9);
}
.agent-execution-flow article > span {
  display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px;
  background: #e8f1ff; color: #2468e7; font-size: 10px; font-weight: 900;
}
.agent-execution-flow article small { display: block; color: #687b91; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.agent-execution-flow article strong { display: block; margin-top: 3px; color: #102644; font-size: 14px; line-height: 1.25; }
.agent-execution-flow .decision-node { border-color: #a9c9ff; background: #f4f8ff; }
.agent-execution-flow .output-node { border-color: #aedbc9; background: #f1faf6; }
.agent-execution-flow > i { color: #2a67df; font-size: 14px; font-style: normal; font-weight: 900; line-height: .7; text-align: center; }
.agent-execution-map > footer { margin: 0 23px 23px; padding: 16px 17px; border-radius: 16px; background: #102644; color: #fff; }
.agent-execution-map footer strong { font-size: 13px; line-height: 1.35; }
.agent-execution-map footer p { margin: 8px 0 0; color: #bfd0e3; font-size: 11px; line-height: 1.5; }
.ai-home.hero.section-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(440px, .97fr);
  align-items: center;
  gap: clamp(34px, 5vw, 78px);
  padding-top: clamp(54px, 7vh, 92px);
  padding-bottom: 0;
  overflow: visible;
}
.ai-home .ai-hero-copy h1 {
  max-width: 850px;
  margin: 20px 0;
  font-size: clamp(48px, 4.5vw, 78px);
  line-height: .98;
  letter-spacing: -.052em;
}
.ai-home .hero-lead { max-width: 780px; }
.ai-home .hero-actions { flex-wrap: wrap; }
.ai-home .text-action {
  display: inline-flex; align-items: center; padding: 14px 4px;
  color: var(--blue); font-weight: 800; text-decoration: none;
}
.ai-home .text-action:hover { text-decoration: underline; text-underline-offset: 5px; }
.ai-proof-list {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px; max-width: 740px; margin-top: 26px;
}
.ai-proof-list span {
  padding: 11px 12px; border: 1px solid #d6e2ef; border-radius: 14px;
  background: #f8fbff; color: #173252; font-size: 13px; font-weight: 800;
  text-align: center;
}
.ai-product-map {
  position: relative; min-width: 0; overflow: hidden;
  border: 1px solid #c9daeb; border-radius: 30px;
  background: linear-gradient(150deg, #f9fcff 0%, #edf5ff 62%, #e6f1ff 100%);
  box-shadow: 0 24px 64px rgba(31, 75, 130, .16);
}
.ai-map-top {
  display: flex; justify-content: space-between; gap: 18px; align-items: center;
  padding: 24px 26px; border-bottom: 1px solid #d5e2ef;
  background: rgba(255,255,255,.76);
}
.ai-map-top strong { color: #0d213d; font-size: 19px; }
.ai-map-top span { color: #2a67df; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ai-component-list { display: grid; gap: 10px; padding: 24px; }
.ai-component-list article {
  display: grid; grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center; gap: 13px; padding: 14px 15px;
  border: 1px solid #d7e3ef; border-radius: 17px; background: rgba(255,255,255,.88);
}
.ai-component-icon {
  display: grid; place-items: center; width: 42px; height: 42px;
  border-radius: 13px; background: #e8f1ff; color: #2468e7; font-weight: 900;
}
.ai-component-list strong { display: block; color: #102644; font-size: 15px; }
.ai-component-list small { display: block; margin-top: 3px; color: #60748d; font-size: 12px; }
.ai-component-list b { color: #16835a; font-size: 11px; white-space: nowrap; }
.ai-map-output {
  margin: 0 24px 24px; padding: 18px 20px; border-radius: 18px;
  background: #102644; color: #fff; text-align: center; font-size: 15px; font-weight: 900;
}
.ai-home-story {
  grid-column: 1 / -1; display: grid; gap: clamp(54px, 7vw, 94px);
  padding: clamp(78px, 9vw, 126px) 0 92px;
}
.ai-story-heading { max-width: 960px; }
.ai-story-heading h2 {
  margin: 14px 0 18px; color: #0d213d; font-size: clamp(38px, 4vw, 60px);
  line-height: 1.02; letter-spacing: -.045em;
}
.ai-story-heading p { max-width: 820px; color: #5b708a; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.ai-pressure-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ai-pressure-grid article {
  min-height: 190px; padding: 26px; border: 1px solid #d8e3ee; border-radius: 22px; background: #fff;
}
.ai-pressure-grid b { display: block; color: #2a67df; font-size: 31px; }
.ai-pressure-grid strong { display: block; margin: 20px 0 8px; color: #102644; font-size: 18px; }
.ai-pressure-grid p { color: #63768c; line-height: 1.55; }
.control-plane-panel {
  padding: clamp(30px, 4vw, 56px); border-radius: 32px; background: #0c213d; color: #fff;
  box-shadow: 0 26px 70px rgba(12, 33, 61, .2);
}
.control-plane-panel > header { max-width: 880px; margin-bottom: 34px; }
.control-plane-panel h2, .agent-readiness-panel h2, .automation-panel h2, .ai-home-close h2 {
  margin: 12px 0 14px; font-size: clamp(34px, 3.5vw, 52px); line-height: 1.04; letter-spacing: -.04em;
}
.control-plane-panel > header p { color: #b9cbe0; font-size: 18px; line-height: 1.6; }
.control-plane-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 20px; align-items: stretch; }
.human-plane-card, .machine-plane-card {
  padding: 27px; border: 1px solid rgba(255,255,255,.14); border-radius: 23px; background: rgba(255,255,255,.07);
}
.human-plane-card span, .machine-plane-card span { color: #67a5ff; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.human-plane-card h3, .machine-plane-card h3 { margin: 9px 0 16px; font-size: 25px; }
.human-plane-card ul, .machine-plane-card ul { display: grid; gap: 9px; margin: 0; padding-left: 20px; color: #dbe7f4; }
.control-connector { display: grid; place-items: center; color: #72aaff; font-size: 28px; }
.agent-readiness-panel, .automation-panel {
  padding: clamp(30px, 4vw, 54px); border: 1px solid #d4e1ee; border-radius: 30px; background: #f8fbff;
}
.agent-readiness-panel > p, .automation-panel > p { max-width: 850px; color: #5d7188; font-size: 18px; line-height: 1.6; }
.agent-flow { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 34px 0; }
.agent-flow span {
  flex: 1 1 0; min-width: 0; padding: 14px 9px; border: 1px solid #cdddec; border-radius: 14px;
  background: #fff; color: #163557; font-size: 13px; font-weight: 900; text-align: center;
}
.agent-flow i { color: #2a67df; font-style: normal; font-weight: 900; }
.stage-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.stage-rail article { padding: 24px; border: 1px solid #d4e1ed; border-radius: 20px; background: #fff; }
.stage-rail .stage-now { border-color: #9fc3ff; background: #eaf3ff; }
.stage-rail b { color: #2468e7; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.stage-rail h3 { margin: 10px 0 8px; color: #102644; font-size: 19px; }
.stage-rail p { color: #63768c; line-height: 1.5; }
.automation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.automation-grid article { padding: 28px; border-radius: 22px; background: #fff; border: 1px solid #d5e2ee; }
.automation-grid article:last-child { background: #eef8f4; border-color: #bfe2d5; }
.automation-grid h3 { margin: 0 0 15px; color: #102644; font-size: 21px; }
.automation-grid ul { display: grid; gap: 10px; margin: 0; padding-left: 20px; color: #586e86; }
.ai-home-close { display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; align-items: stretch; }
.audience-block, .home-cta-card { padding: clamp(30px, 4vw, 52px); border-radius: 28px; }
.audience-block { background: #102644; color: #fff; }
.audience-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.audience-chips span { padding: 11px 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(255,255,255,.08); font-weight: 800; }
.home-cta-card { display: flex; flex-direction: column; justify-content: center; border: 1px solid #bdd2e8; background: linear-gradient(145deg,#edf5ff,#fff); }
.home-cta-card h3 { margin: 0 0 12px; color: #102644; font-size: clamp(28px, 3vw, 40px); line-height: 1.08; }
.home-cta-card p { color: #5d7188; line-height: 1.6; }
.home-cta-card .button { align-self: flex-start; margin-top: 18px; }
.home-trust-note { grid-column: 1 / -1; margin: 0; padding: 18px 22px; border-left: 4px solid #2a67df; border-radius: 12px; background: #f3f7fb; color: #5f7185; }

@media (max-width: 1180px) {
  .ai-home.hero.section-shell { grid-template-columns: minmax(0, 1fr); }
  .ai-product-map { width: min(100%, 780px); }
  .ai-pressure-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .control-plane-grid { grid-template-columns: minmax(0, 1fr); }
  .control-connector { transform: rotate(90deg); }
}

@media (max-width: 720px) {
  .ai-home.hero.section-shell { width: calc(100% - 24px); max-width: calc(100% - 24px); margin: 0 12px; padding: 38px 0 0; gap: 34px; }
  .ai-home .ai-hero-copy h1 { font-size: clamp(38px, 12vw, 54px); }
  .ai-proof-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ai-map-top { align-items: flex-start; flex-direction: column; padding: 20px; }
  .ai-component-list { padding: 15px; }
  .ai-component-list article { grid-template-columns: 38px minmax(0, 1fr); }
  .ai-component-list b { grid-column: 2; }
  .ai-map-output { margin: 0 15px 15px; }
  .ai-home-story { padding: 64px 0 72px; gap: 52px; }
  .ai-story-heading h2, .control-plane-panel h2, .agent-readiness-panel h2, .automation-panel h2, .ai-home-close h2 { font-size: clamp(32px, 10vw, 43px); }
  .ai-pressure-grid, .stage-rail, .automation-grid, .ai-home-close { grid-template-columns: minmax(0, 1fr); }
  .ai-pressure-grid article { min-height: 0; }
  .agent-flow { align-items: stretch; flex-direction: column; }
  .agent-flow i { text-align: center; transform: rotate(90deg); }
  .control-plane-panel, .agent-readiness-panel, .automation-panel, .audience-block, .home-cta-card { padding: 26px 20px; border-radius: 24px; }
  .home-cta-card .button { width: 100%; }
  .agent-first-hero-copy h1 { font-size: clamp(38px, 11.5vw, 52px); }
  .agent-first-proof { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .agent-execution-map > header { align-items: flex-start; flex-direction: column; padding: 20px; }
  .agent-execution-flow { padding: 16px; }
  .agent-execution-map > footer { margin: 0 16px 16px; }
}

/* Official worked demo v24: preserve the site system while making the proof flow readable. */
.demo-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(45, 104, 232, .10), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #eef5fc 100%);
}

.demo-shell {
  display: grid;
  align-content: center;
  gap: clamp(20px, 2.4vh, 30px);
  padding-block: clamp(34px, 5vh, 64px);
}

.demo-heading { max-width: 1040px; }
.demo-heading h2 { max-width: 940px; }

.demo-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px minmax(0, .88fr) 46px minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
}

.demo-stage {
  min-width: 0;
  padding: clamp(20px, 2vw, 28px);
  border: 1px solid #d4e1ee;
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 44px rgba(13, 36, 66, .08);
}

.demo-stage-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #0c223d;
  font-size: 18px;
}

.demo-stage-label span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #1459d9;
  background: #e8f0ff;
  font-weight: 800;
}

.demo-stage > p,
.demo-file p,
.demo-package-copy > p { color: #58708c; }

.demo-components,
.demo-process ol,
.demo-output-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
}

.demo-component {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 14px;
  background: #f5f8fc;
}

.demo-component > span {
  display: grid;
  place-items: center;
  height: 38px;
  border-radius: 10px;
  color: #185eca;
  background: #e6efff;
  font-size: 12px;
  font-weight: 800;
}

.demo-component strong,
.demo-component small { display: block; }
.demo-component small { margin-top: 3px; color: #687d95; line-height: 1.35; }

.demo-process ol { list-style: none; counter-reset: demo-step; }
.demo-process li {
  position: relative;
  padding: 11px 10px 11px 42px;
  border-radius: 13px;
  background: #f5f8fc;
  color: #344d69;
  line-height: 1.45;
  counter-increment: demo-step;
}
.demo-process li::before {
  content: counter(demo-step);
  position: absolute;
  left: 11px;
  top: 10px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background: #2768e8;
  font-size: 12px;
  font-weight: 800;
}

.demo-flow-arrow {
  display: grid;
  place-items: center;
  color: #2d68e8;
  font-size: 30px;
  font-weight: 800;
}

.demo-file {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 15px;
  background: #eaf2ff;
}
.demo-file-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 15px;
  color: #fff;
  background: #0e223d;
  font-size: 26px;
  font-weight: 850;
}
.demo-file strong,
.demo-file small { display: block; }
.demo-file small { margin-top: 4px; color: #5d7390; }

.demo-output-list { list-style: none; }
.demo-output-list li { position: relative; padding-left: 25px; color: #344d69; line-height: 1.4; }
.demo-output-list li::before { content: "\2713"; position: absolute; left: 0; color: #07966a; font-weight: 900; }

.demo-package {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: center;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid #d4e1ee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(13, 36, 66, .09);
}

.demo-status {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #087655;
  background: #e4f7ef;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .05em;
}

.demo-boundary {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid #2d68e8;
  border-radius: 0 14px 14px 0;
  background: #f3f7fc;
}
.demo-boundary strong { display: block; margin-bottom: 5px; color: #17324f; }
.demo-boundary p { margin: 0; color: #5a718a; line-height: 1.5; }

.demo-rights-card {
  overflow: hidden;
  border: 1px solid #cfdeec;
  border-radius: 18px;
  background: #fbfdff;
}
.demo-rights-card > div {
  display: grid;
  grid-template-columns: minmax(120px, .72fr) minmax(0, 1.28fr);
  gap: 14px;
  padding: 13px 16px;
  border-bottom: 1px solid #e1e9f1;
}
.demo-rights-card > div:last-child { border-bottom: 0; }
.demo-rights-card small { color: #6b7f95; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.demo-rights-card strong { color: #17324f; overflow-wrap: anywhere; }
.demo-rights-card .demo-valid { color: #087655; }

.demo-actions { display: flex; flex-wrap: wrap; gap: 12px; }

@media (max-width: 1180px) {
  .demo-flow { grid-template-columns: minmax(0, 1fr); }
  .demo-flow-arrow { min-height: 34px; transform: rotate(90deg); }
  .demo-package { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 620px) {
  .demo-shell { width: calc(100% - 24px); max-width: calc(100% - 24px); }
  .demo-stage,
  .demo-package { padding: 18px; border-radius: 18px; }
  .demo-rights-card > div { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .demo-actions .button { width: 100%; }
}

/* Direct solutions page v19: one visual answer to who needs Blessbri, why, and what changes now. */
.solutions-page { background: #f4f8fc; }
.solutions-shell {
  display: grid;
  gap: 16px;
  align-content: center;
  padding-block: clamp(26px, 3.5vh, 48px);
}
.solutions-heading { max-width: 920px; }
.solution-questions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.solution-questions span {
  padding: 8px 12px;
  border: 1px solid #cfe0f1;
  border-radius: 999px;
  background: #fff;
  color: #355b7f;
  font-size: 13px;
  font-weight: 700;
}
.solution-matrix {
  display: grid;
  gap: 9px;
}
.solution-row {
  display: grid;
  grid-template-columns: minmax(235px, .86fr) minmax(0, 1.12fr) minmax(0, 1.12fr);
  overflow: hidden;
  border: 1px solid #cfdeed;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(20, 58, 96, .06);
}
.solution-row > div {
  min-width: 0;
  padding: 13px 16px;
}
.solution-row > div + div { border-left: 1px solid #dbe6f0; }
.solution-audience {
  display: flex;
  gap: 11px;
  align-items: flex-start;
}
.solution-audience > span {
  display: grid;
  place-items: center;
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  border-radius: 10px;
  background: #e7f0ff;
  color: #2769e7;
  font-size: 12px;
  font-weight: 800;
}
.solution-row small {
  display: block;
  margin-bottom: 5px;
  color: #6d8196;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
}
.solution-audience h3 {
  margin: 0;
  color: #102c4a;
  font-size: 16px;
  line-height: 1.28;
}
.solution-row p {
  margin: 0;
  color: #536b84;
  font-size: 14px;
  line-height: 1.45;
}
.solution-pain { background: #f8fafc; }
.solution-now { background: #eef8f4; }
.solution-now small { color: #087b58; }
.solutions-outcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 17px 20px;
  border-radius: 20px;
  background: #0d2a49;
  color: #fff;
}
.solutions-outcome small {
  display: block;
  margin-bottom: 5px;
  color: #73b6ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}
.solutions-outcome strong {
  display: block;
  font-size: 19px;
  line-height: 1.2;
}
.solutions-outcome p {
  margin: 5px 0 0;
  color: #bed0e1;
  font-size: 14px;
}
.solutions-outcome .button {
  flex: 0 0 auto;
  white-space: nowrap;
}
.solutions-boundary {
  margin: 0;
  color: #687f96;
  font-size: 13px;
  line-height: 1.45;
}
.solutions-next-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.solutions-next-steps a {
  display: grid;
  min-width: 0;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid #cfdeed;
  border-radius: 16px;
  background: #fff;
  color: #102c4a;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(20, 58, 96, .05);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.solutions-next-steps a:hover,
.solutions-next-steps a:focus-visible {
  border-color: #77a9f8;
  box-shadow: 0 12px 28px rgba(31, 105, 231, .12);
  transform: translateY(-2px);
}
.solutions-next-steps small {
  color: #2769e7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
}
.solutions-next-steps strong {
  font-size: 15px;
  line-height: 1.25;
}
.solutions-next-steps span {
  color: #536b84;
  font-size: 13px;
  line-height: 1.4;
}
@media (min-width: 941px) {
  main[data-active-page="solutions"] > [data-page-section="solutions"] {
    height: auto;
    min-height: max(650px, calc(100svh - var(--header-height) - 94px));
  }
}

/* Founder pilot conversion v26: a complete offer-to-application path. */
.founder.section-shell {
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: clamp(22px, 3vw, 42px);
  padding: clamp(26px, 3vw, 42px);
}

.founder-offer {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 13px;
}

.founder-offer h2 {
  max-width: 20ch;
  margin: 0;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.04;
}

.founder-offer > p:not(.pilot-boundary) { margin: 0; }

.pilot-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.pilot-metrics article {
  display: grid;
  min-width: 0;
  gap: 3px;
  padding: 12px 13px;
  border: 1px solid #c9ddf3;
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
}

.pilot-metrics strong { color: #0f5fc2; font-size: 19px; line-height: 1.1; }
.pilot-metrics span { color: #607995; font-size: 11px; font-weight: 760; line-height: 1.3; }

.pilot-label {
  color: #216bc7;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
}

.pilot-path,
.pilot-deliverables { display: grid; gap: 8px; }

.pilot-path ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pilot-path li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 11px 12px;
  border: 1px solid #d6e4f3;
  border-radius: 13px;
  background: rgba(255, 255, 255, .58);
}

.pilot-path li > span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 8px;
  background: #e4efff;
  color: #1766c6;
  font-size: 10px;
  font-weight: 900;
}

.pilot-path li div { display: grid; gap: 2px; min-width: 0; }
.pilot-path strong { color: #102c4a; font-size: 13px; }
.pilot-path small { color: #607995; font-size: 11px; line-height: 1.35; }

.pilot-deliverables ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pilot-deliverables li {
  position: relative;
  padding-left: 19px;
  color: #3f5f7e;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.4;
}

.pilot-deliverables li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #08845d;
  font-weight: 900;
}

.founder-offer .pilot-boundary {
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #dbe6f2;
  border-radius: 12px;
  background: rgba(247, 250, 253, .88);
  color: #60758c;
  font-size: 11px;
  line-height: 1.4;
}

@media (max-width: 940px) {
  .founder.section-shell { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 620px) {
  .founder.section-shell { padding: 26px 18px; }
  .founder-offer h2 { font-size: clamp(30px, 9vw, 40px); }
  .pilot-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pilot-path ol,
  .pilot-deliverables ul { grid-template-columns: minmax(0, 1fr); }
  .pilot-metrics article { padding: 10px 8px; }
  .pilot-metrics strong { font-size: 16px; }
}

/* Founder program visual refresh v21: calm blue canvas, clear hierarchy, accessible contrast. */
.founder {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 8%, rgba(255, 255, 255, .94) 0 8%, transparent 32%),
    linear-gradient(135deg, #eef6ff 0%, #dceaff 52%, #c9ddfb 100%);
  border: 1px solid #bdd2ef;
  color: #102c4a;
  box-shadow: 0 24px 60px rgba(31, 78, 145, .14);
}

.founder::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(67, 126, 222, .12);
  pointer-events: none;
}

.founder > * {
  position: relative;
  z-index: 1;
}

.founder .kicker {
  color: #2165d6;
  letter-spacing: .12em;
}

.founder h2 {
  max-width: 15ch;
  color: #0b2948;
  line-height: 1.05;
  text-wrap: balance;
}

.founder > div:first-child > p:not(.pilot-boundary) {
  color: #496783;
  font-size: 18px;
  line-height: 1.6;
}

.founder .pilot-scope {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.founder .pilot-scope li {
  position: relative;
  min-height: 54px;
  padding: 14px 14px 14px 42px;
  border: 1px solid rgba(139, 174, 220, .58);
  border-radius: 16px;
  background: rgba(255, 255, 255, .7);
  color: #183b61;
  font-weight: 720;
  line-height: 1.42;
  box-shadow: 0 7px 18px rgba(47, 88, 145, .06);
}

.founder .pilot-scope li::before {
  content: "✓";
  position: absolute;
  top: 14px;
  left: 15px;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: #d8e8ff;
  color: #145fc7;
  font-size: 12px;
  font-weight: 900;
}

.founder .pilot-boundary {
  margin-top: 14px;
  padding: 17px 18px;
  border: 1px solid #b8cee9;
  border-left: 4px solid #2d6aec;
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
  color: #334f6d;
  font-size: 14px;
  font-weight: 620;
  line-height: 1.58;
  box-shadow: 0 9px 22px rgba(47, 88, 145, .07);
}

.founder .founder-form {
  border: 1px solid rgba(163, 191, 227, .85);
  background: rgba(255, 255, 255, .9);
  color: #102c4a;
  box-shadow: 0 18px 42px rgba(31, 78, 145, .13);
  backdrop-filter: blur(12px);
}

.founder .founder-form label > span,
.founder .founder-form .consent,
.founder .founder-form > small {
  color: #385976;
}

.founder .founder-form label > span {
  font-weight: 760;
}

.founder .founder-form input,
.founder .founder-form select,
.founder .founder-form textarea {
  border: 1px solid #b9cde5;
  background: #fff;
  color: #102c4a;
  box-shadow: 0 2px 7px rgba(31, 78, 145, .04);
}

.founder .founder-form input::placeholder,
.founder .founder-form textarea::placeholder {
  color: #6b7f93;
  opacity: 1;
}

.founder .founder-form input:focus,
.founder .founder-form select:focus,
.founder .founder-form textarea:focus {
  border-color: #2d6aec;
  outline: 3px solid rgba(45, 106, 236, .17);
  outline-offset: 1px;
}

.founder .founder-form .consent a {
  color: #155fc8;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.founder .founder-form .button-light {
  border-color: #2365dc;
  background: #2365dc;
  color: #fff;
  box-shadow: 0 10px 22px rgba(35, 101, 220, .2);
}

.founder .founder-form .button-light:hover {
  border-color: #154fae;
  background: #154fae;
}

.founder .founder-form .form-status:not(:empty) {
  padding: 10px 12px;
  border-radius: 12px;
  background: #eef5ff;
  color: #244866;
}

@media (max-width: 940px) {
  .founder .pilot-scope { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .founder { padding: 28px 20px; border-radius: 24px; }
  .founder h2 { max-width: none; }
  .founder .pilot-scope { grid-template-columns: 1fr; }
  .founder .founder-form { padding: 18px; }
}
@media (max-width: 940px) {
  .solution-row { grid-template-columns: 1fr; }
  .solution-row > div + div {
    border-left: 0;
    border-top: 1px solid #dbe6f0;
  }
  .solutions-outcome { display: grid; }
  .solutions-next-steps { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .solutions-page,
  .solutions-shell,
  .solution-matrix,
  .solution-row,
  .solutions-outcome,
  .solutions-next-steps,
  .solutions-next-steps a {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .solutions-page { overflow-x: clip; }
  .solutions-shell { padding-block: 22px; }
  .solution-questions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 0;
  }
  .solution-questions span {
    min-width: 0;
    border-radius: 12px;
    overflow-wrap: anywhere;
  }
  .solution-row > div { padding: 14px; }
  .solution-audience h3,
  .solution-row p,
  .solutions-outcome p,
  .solutions-next-steps span { overflow-wrap: anywhere; }
  .solutions-outcome .button { width: 100%; }
}

@media (min-width: 941px) and (max-height: 820px) {
  .site-header { min-height: 68px; padding-top: 7px; padding-bottom: 7px; }
  main[data-active-page="product"] > .hero { min-height: max(560px,calc(100svh - var(--header-height) - 52px)); padding-top: 22px; padding-bottom: 22px; }
  main[data-active-page]:not([data-active-page="product"]) > [data-page-section]:not([hidden]) { min-height: max(550px,calc(100svh - var(--header-height) - 52px)); padding-top: 13px; padding-bottom: 13px; }
  main[data-active-page="workflow"] > [data-page-section="workflow"],
  main[data-active-page="coverage"] > [data-page-section="coverage"],
  main[data-active-page="cases"] > [data-page-section="cases"] { height: max(550px,calc(100svh - var(--header-height) - 52px)); }
  main[data-active-page="cases"] > [data-page-section="cases"] > .section-shell { height: auto; }
  main[data-active-page="vision"] > .vision { height: max(550px,calc(100svh - var(--header-height) - 52px)); }
  .footer { padding-top: 6px; padding-bottom: 4px; }
  .footer-main { min-height: 41px; }

  main[data-active-page]:not([data-active-page="product"]) .section-heading { margin-bottom: 13px; }
  main[data-active-page]:not([data-active-page="product"]) .section-heading h2 { margin-top: 5px; margin-bottom: 6px; font-size: 30px; }
  main[data-active-page]:not([data-active-page="product"]) .section-heading p { font-size: 13px; }

  .coverage-grid article { min-height: 148px; padding: 18px; }
  .coverage-grid article > span { width: 34px; height: 34px; margin-bottom: 10px; }
  .coverage-grid h3 { font-size: 18px; }
  .coverage-grid p { font-size: 14px; line-height: 1.42; }
  .coverage-grid + .principle-note { padding-block: 13px; }

  .case-heading h2, .case-heading h3 { font-size: 28px; }
  .case-heading p { font-size: 14px; }
  .case-diagram { display: none; }
  .case-card { padding-top: 12px; }
  main[data-active-page="cases"] .case-top { padding-right: 0; }
  .case-card > p:not(.case-result) { display: block; }
  .case-card > h3 { font-size: 16px; }
  .case-card > p { font-size: 13px; }
  .case-result { min-height: 58px; font-size: 12px; }

  .vision-card { padding: 24px 30px; }
  .vision-card h2 { margin-block: 8px; font-size: 32px; }
  .vision-card > p { font-size: 13px; }
  .vision-path { margin-top: 12px; }
  .vision-path span { padding-block: 6px; }

  .open-source-callout { margin-top: 8px; padding: 9px 11px; }
  .open-source-link { margin-top: 6px; }
  .stack-card { padding: 14px; }
  .stack-item { padding: 10px; }
  .stack-connector { height: 12px; line-height: 12px; }
  .open-principles-expanded article { min-height: 116px; padding: 15px; }
  .open-principles article > span { margin-bottom: 4px; }
  .open-principles h3 { font-size: 16px; }
  .open-principles p { font-size: 13px; line-height: 1.42; }
}

@media (max-width: 1500px) {
  .site-header { flex-wrap: wrap; gap: 10px 18px; padding-bottom: 10px; }
  .brand-wordmark { display: flex; }
  .nav { order: 3; width: 100%; margin: 0; padding-top: 9px; border-top: 1px solid #e3ebf4; justify-content: center; }
  .header-actions { margin-left: auto; }
}

@media (max-width: 940px) {
  .nav { display: flex; overflow-x: auto; justify-content: flex-start; gap: 8px; padding: 9px 2px 1px; scrollbar-width: none; }
  .nav::-webkit-scrollbar { display: none; }
  .nav a { flex: 0 0 auto; padding: 7px 10px; border-radius: 9px; background: #f3f7fc; font-size: 15px; }
  .nav a::after { display: none; }
  .principle-note { align-items: flex-start; flex-direction: column; gap: 5px; }
  .principle-note span { text-align: left; }
  .product-proof-heading { grid-template-columns: 1fr; gap: 16px; }
  .product-proof-heading > p { max-width: 680px; }
  .product-proof-grid { grid-template-columns: 1fr; }
  .product-shot:not(.product-shot-primary) { margin-top: 0; }
  .workflow-detail-grid,
  .open-principles,
  .trust-proof-strip { grid-template-columns: 1fr; }
  .monetization-intro { grid-template-columns: 1fr; gap: 20px; }
  .monetization-flow { grid-template-columns: repeat(2,1fr); }
  .monetization-flow > i { display: none; }
  .monetization-models { grid-template-columns: 1fr; }
  .monetization-model { min-height: auto; }
  .monetization-universal,
  .monetization-cta { align-items: flex-start; flex-direction: column; }
  .monetization-universal ul { justify-content: flex-start; }
  .workflow-summary { grid-template-columns: 1fr; gap: 6px; }
  .open-principles { margin-top: 0; }
  .trust-proof-strip { margin-top: 0; }
  .trust-proof-strip article + article { border-top: 1px solid rgba(193,216,239,.16); border-left: 0; }
}

@media (max-width: 620px) {
  .site-header { min-height: auto; padding-bottom: 8px; }
  .brand-wordmark { display: none; }
  .language-toggle { min-width: 48px; padding-inline: 8px; }
  .section { padding-block: 66px; }
  .principle-note { padding: 16px 17px; }
  .product-proof-heading h2 { font-size: 34px; }
  .product-shot { padding: 6px; border-radius: 17px; }
  .product-shot-frame { border-radius: 11px; }
  .product-shot figcaption { padding: 14px 11px 11px; }
  .coverage-grid article { min-height: auto; }
  .case-diagram { margin-inline: -22px; min-height: 100px; }
  .compact-architecture { grid-template-columns: 1fr; }
  .compact-architecture .architecture-arrow { transform: rotate(90deg); justify-self: center; }
  .monetization-flow { grid-template-columns: 1fr; padding: 10px; }
  .monetization-flow article { min-height: auto; }
  .monetization-cta { padding: 23px 20px; }
  .monetization-cta .button { width: 100%; }
  .open-source-callout { grid-template-columns: 1fr; gap: 10px; padding: 17px; }
  main[data-active-page]:not([data-active-page="product"]) > [data-page-section]:not([hidden]) { padding-top: 20px; padding-bottom: 52px; }
  main[data-active-page="product"] > .hero { padding-top: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .nav a::after { transition: none; }
  [data-page-section]:not([hidden]) { animation: none; }
}

/* About: company purpose, accountable claims, current status, and direct contact. */
.about-page { background: linear-gradient(180deg,#f7faff 0,#fff 44%); }
.about-layout { display: grid; gap: 28px; }
.about-hero { max-width: 900px; padding-top: 18px; }
.about-hero h2 { max-width: 900px; margin: 12px 0 16px; font-size: clamp(38px,5vw,64px); line-height: 1.04; letter-spacing: -.045em; }
.about-hero p { max-width: 780px; margin: 0; color: var(--muted); font-size: 18px; }
.about-principles { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.about-principles article,.about-transparency,.about-status,.about-contact { border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.about-principles article { padding: 28px; }
.about-principles article>span,.about-status-grid article>span { display: block; margin-bottom: 18px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.about-principles h3,.about-transparency h3,.about-status h3,.about-contact h3 { margin: 0 0 10px; color: var(--ink); font-size: 24px; line-height: 1.2; }
.about-principles p,.about-contact p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.about-transparency { display: grid; grid-template-columns: .72fr 1.28fr; gap: 30px; padding: 30px; background: var(--navy); color: #fff; }
.about-transparency h3 { margin-top: 10px; color: #fff; }
.about-transparency ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.about-transparency li { padding: 17px; border: 1px solid rgba(193,216,239,.17); border-radius: 16px; background: rgba(255,255,255,.06); }
.about-transparency li strong,.about-transparency li span { display: block; }
.about-transparency li strong { margin-bottom: 6px; font-size: 15px; }
.about-transparency li span { color: #b9cce0; font-size: 13px; line-height: 1.55; }
.about-status { padding: 30px; }
.about-status header { margin-bottom: 20px; }
.about-status h3 { margin-top: 10px; }
.about-status-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.about-status-grid article { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #f8fbff; }
.about-status-grid article>span { margin-bottom: 9px; }
.about-status-grid strong { display: block; margin-bottom: 7px; color: var(--ink); font-size: 16px; }
.about-status-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.about-contact { display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: 28px; padding: 30px; }
.about-contact h3 { margin-top: 10px; }
.about-contact-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.about-contact-links a { display: grid; gap: 5px; min-width: 0; padding: 18px; border: 1px solid #cbdcf2; border-radius: 15px; background: #f7faff; color: #174fba; }
.about-contact-links a:hover { border-color: #80a9e8; background: #edf4ff; }
.about-contact-links small { font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.about-contact-links strong { overflow-wrap: anywhere; font-size: 15px; }
@media (min-width:941px) { main[data-active-page="about"]>[data-page-section="about"] { min-height: auto; padding-top: 44px; padding-bottom: 54px; } }
@media (max-width:940px) { .about-transparency,.about-contact { grid-template-columns: 1fr; } .about-status-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width:620px) { .about-page { padding-block: 48px; } .about-hero { padding-top: 0; } .about-hero h2 { font-size: 40px; } .about-principles,.about-transparency ul,.about-status-grid,.about-contact-links { grid-template-columns: 1fr; } .about-principles article,.about-transparency,.about-status,.about-contact { padding: 22px; border-radius: 20px; } }

/* Governed AI Agent integration page. */
.agent-access-page { background: linear-gradient(180deg,#f6faff 0%,#fff 58%); }
.agent-access-shell { display: grid; gap: 24px; }
.agent-access-heading { max-width: 900px; margin-bottom: 0; }
.agent-proof-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.agent-proof-row article,.agent-code-card,.agent-download-panel,.agent-boundary-note { border: 1px solid #cfdeed; border-radius: 20px; background: #fff; box-shadow: 0 15px 38px rgba(12,48,84,.07); }
.agent-proof-row article { padding: 20px; }
.agent-proof-row small,.agent-code-card small,.agent-download-panel small { display: block; margin-bottom: 8px; color: #155ead; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.agent-proof-row strong { color: #102d4d; font-size: 16px; line-height: 1.35; }
.agent-proof-row p,.agent-download-panel p,.agent-boundary-note p { margin: 9px 0 0; color: #4b647e; font-size: 13px; line-height: 1.6; }
.agent-integration-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.agent-code-card { overflow: hidden; }
.agent-code-card > div { padding: 19px 21px 14px; }
.agent-code-card h3,.agent-download-panel h3 { margin: 0; color: #102d4d; font-size: 19px; line-height: 1.3; }
.agent-code-card pre { overflow: auto; margin: 0; padding: 20px; background: #071a30; color: #d8ebff; font: 12px/1.65 ui-monospace,SFMono-Regular,Consolas,monospace; white-space: pre-wrap; }
.agent-download-panel { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 24px; padding: 24px; }
.agent-download-panel nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.agent-boundary-note { display: grid; grid-template-columns: 140px minmax(0,1fr); gap: 18px; padding: 18px 21px; border-color: #d9c98c; background: #fffaf0; box-shadow: none; }
.agent-boundary-note strong { color: #6b5011; }
.agent-boundary-note p { margin: 0; color: #655b42; }
@media(max-width:760px){
  .agent-proof-row,.agent-integration-grid,.agent-download-panel,.agent-boundary-note { grid-template-columns: 1fr; }
  .agent-download-panel nav { justify-content: flex-start; }
}

/* Major commercial iteration: preserve the established visual system while
   giving the new customer-value content the same full-page rhythm. */
.text-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--blue, #1769e8);
  font-weight: 760;
  text-decoration: none;
}

.problem-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.problem-strip article,
.before-after article,
.package-card,
.package-explainer article,
.product-evidence figure,
.audience-grid article,
.recognition-boundary article,
.pilot-scope article,
.pilot-boundary {
  border: 1px solid #d9e5f2;
  border-radius: 22px;
  background: #fff;
}

.pilot-faq { margin-top: 1.4rem; padding: 1.1rem 1.15rem .35rem; border: 1px solid #cbdced; border-radius: 16px; background: #f7faff; color: #102c4a; }
.pilot-faq .pilot-label { color: #155ead; }
.pilot-faq details { border-bottom: 1px solid #d5e2ef; padding: .85rem 0; }
.pilot-faq details:last-child { border-bottom: 0; }
.pilot-faq summary { cursor: pointer; color: #153a62; font-weight: 750; line-height: 1.4; }
.pilot-faq summary:hover { color: #0e5eb8; }
.pilot-faq summary:focus-visible { outline: 3px solid #7db9ff; outline-offset: 4px; border-radius: 4px; }
.founder .pilot-faq p { margin: .65rem 0 .15rem; max-width: 66ch; color: #4b647e; font-size: .92rem; line-height: 1.6; }

.problem-strip article { padding: 18px 20px; }
.problem-strip strong { display: block; margin-bottom: 6px; color: #102c4a; }
.problem-strip p { margin: 0; color: #627892; line-height: 1.5; }

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

.before-after {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  gap: 14px;
  align-items: stretch;
  margin-top: 18px;
}

.before-after > div {
  align-self: center;
  color: #2d6aec;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}

.before-after article { padding: 20px 22px; }
.before-after article:last-child { border-color: #b8d4ff; background: #f1f6ff; }
.before-after span,
.package-explainer span,
.audience-grid span,
.recognition-boundary span,
.pilot-scope span {
  color: #2d6aec;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .08em;
}
.before-after h3 { margin: 7px 0; color: #102c4a; font-size: 19px; }
.before-after p { margin: 0; color: #627892; line-height: 1.5; }

.package-page { display: flex; flex-direction: column; justify-content: flex-start; }
.package-showcase { display: grid; grid-template-columns: 1.08fr .92fr; gap: 20px; }
.package-card { padding: 24px; box-shadow: 0 24px 60px rgba(24, 62, 104, .09); }
.package-file { display: flex; align-items: center; gap: 13px; padding-bottom: 18px; border-bottom: 1px solid #e2ebf5; }
.package-file .preview-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: #102c4a; color: #fff; font-weight: 850; }
.package-file div { display: grid; gap: 2px; }
.package-file strong { color: #102c4a; font-size: 19px; }
.package-file small { color: #6a7e94; }
.package-file em { margin-left: auto; padding: 7px 10px; border-radius: 999px; background: #ddf7ed; color: #087b54; font-size: 11px; font-style: normal; font-weight: 850; }
.package-counts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding-block: 20px; }
.package-counts span { display: grid; gap: 2px; padding: 12px 10px; border-radius: 14px; background: #f3f7fc; text-align: center; }
.package-counts strong { color: #102c4a; font-size: 22px; }
.package-counts small { color: #627892; }
.package-checks { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.package-checks li { position: relative; padding-left: 28px; color: #405d79; line-height: 1.5; }
.package-checks li::before { content: "✓"; position: absolute; left: 0; color: #0a8a61; font-weight: 900; }
.package-explainer { display: grid; gap: 12px; }
.package-explainer article { padding: 18px 20px; }
.package-explainer h3 { margin: 5px 0; color: #102c4a; font-size: 18px; }
.package-explainer p { margin: 0; color: #627892; line-height: 1.48; }
.product-evidence { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 18px; }
.product-evidence figure { display: flex; align-self: start; flex-direction: column; overflow: hidden; margin: 0; padding: 6px; }
.product-evidence img { display: block; width: 100%; height: auto; aspect-ratio: auto; border-radius: 17px 17px 8px 8px; object-fit: contain; object-position: top; }
.product-evidence figcaption { padding: 10px 12px 8px; color: #627892; font-size: 13px; }

.audience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.audience-grid article { padding: 17px; }
.audience-grid h3 { margin: 6px 0; color: #102c4a; font-size: 17px; }
.audience-grid p { margin: 0; color: #627892; font-size: 13px; line-height: 1.45; }

.recognition-boundary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.recognition-boundary > div:first-child { grid-column: 1 / -1; }
.recognition-boundary article { padding: 19px; background: rgba(255, 255, 255, .055); border-color: rgba(186, 214, 242, .18); }
.recognition-boundary h3 { margin: 6px 0; color: #fff; }
.recognition-boundary p { margin: 0; color: #b9cce0; line-height: 1.5; }

.pilot-scope { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; margin-top: 17px; }
.pilot-scope article { padding: 15px; }
.pilot-scope strong { display: block; margin-top: 5px; color: #102c4a; font-size: 15px; }
.pilot-boundary { margin-top: 13px; padding: 14px 17px; background: #f4f7fb; color: #627892; font-size: 13px; line-height: 1.5; }

@media (max-width: 940px) {
  .problem-strip,
  .steps,
  .package-showcase,
  .recognition-boundary { grid-template-columns: 1fr; }
  .audience-grid,
  .pilot-scope { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .before-after { grid-template-columns: 1fr; }
  .before-after > div { transform: rotate(90deg); }
  .trust-layout { display: grid; grid-template-columns: 1fr; gap: 20px; }
  .recognition-boundary > div:first-child { grid-column: 1; }
}

@media (max-width: 620px) {
  html,
  body { width: 100%; max-width: 100%; overflow-x: clip; }
  .site-header,
  main,
  .section-shell,
  .hero,
  .hero-copy,
  [data-page-section] { min-width: 0; max-width: 100%; }
  .site-header { width: 100%; padding-inline: 14px; box-sizing: border-box; }
  .site-header > * { min-width: 0; }
  .nav { width: 100%; min-width: 0; max-width: calc(100vw - 28px); box-sizing: border-box; }
  .section-shell { width: calc(100% - 28px); margin-inline: auto; box-sizing: border-box; }
  .hero { display: block; width: 100%; padding-inline: 0; box-sizing: border-box; overflow: hidden; }
  .hero-copy { width: 100%; box-sizing: border-box; }
  .hero h1 { max-width: 100%; font-size: clamp(35px, 10.2vw, 46px); overflow-wrap: break-word; word-break: normal; }
  .eyebrow { max-width: 100%; white-space: normal; }
  .hero-actions,
  .hero-actions > * { width: 100%; min-width: 0; max-width: 100%; box-sizing: border-box; }
  .proof-list { grid-template-columns: 1fr; }
  .product-evidence,
  .audience-grid,
  .pilot-scope { grid-template-columns: 1fr; }
  .package-counts { grid-template-columns: repeat(2, 1fr); }
  .package-card { padding: 18px; }
  .package-file { align-items: flex-start; }
  .package-file em { font-size: 10px; }
}

/* Layout repair v17: preserve full-page rhythm without compressing rich content. */
@media (min-width: 941px) {
  main[data-active-page="workflow"] > [data-page-section="workflow"],
  main[data-active-page="coverage"] > [data-page-section="coverage"],
  main[data-active-page="cases"] > [data-page-section="cases"],
  main[data-active-page="trust"] > [data-page-section="trust"],
  main[data-active-page="vision"] > .vision {
    height: auto;
    min-height: max(620px, calc(100svh - var(--header-height) - 94px));
  }

  main[data-active-page="trust"] > [data-page-section="trust"] {
    padding-block: clamp(26px, 3.2vh, 46px);
  }

  main[data-active-page="trust"] > [data-page-section="trust"] > .section-shell {
    display: grid;
    height: auto;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
    grid-template-rows: auto auto auto;
    gap: 22px 30px;
    align-content: center;
  }

  main[data-active-page="trust"] .trust-layout > .section-heading {
    grid-column: 1;
    grid-row: 1;
    align-content: start;
  }

  main[data-active-page="trust"] .trust-layout > .trust-grid {
    grid-column: 2;
    grid-row: 1;
    height: auto;
  }

  main[data-active-page="trust"] .trust-layout > .trust-proof-strip {
    grid-column: 1 / -1;
    grid-row: 2;
    height: auto;
  }

  main[data-active-page="trust"] .trust-layout > .recognition-boundary {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 0;
  }

main[data-active-page="trust"] .trust-layout > .trust-procurement-checklist {
  grid-column: 1 / -1;
  grid-row: 4;
  width: 100%;
  max-width: none;
  min-width: 0;
  justify-self: stretch;
  grid-template-columns: minmax(280px, .85fr) repeat(2, minmax(0, 1fr));
  margin-top: 0;
}
}

/* Keep the Founder scope marker encoding-safe across Windows build tools. */
.founder .pilot-scope li::before {
  content: "\2713";
}

/* Let both Founder columns shrink below their contents instead of widening the page. */
.founder.section-shell {
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
}

@media (max-width: 940px) {
  .founder.section-shell {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Founder mobile repair v22: contain every control and card inside the viewport. */
@media (max-width: 620px) {
  main[data-active-page="founder"] { overflow-x: hidden; }

  .founder.section-shell {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    margin-inline: 12px;
    padding: 28px 18px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .founder > *,
  .founder > div,
  .founder .founder-form,
  .founder .form-row,
  .founder label {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .founder h2,
  .founder p,
  .founder .pilot-scope li {
    overflow-wrap: anywhere;
  }

  .founder .pilot-scope,
  .founder .form-row {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .founder .founder-form,
  .founder .founder-form input,
  .founder .founder-form select,
  .founder .founder-form textarea,
  .founder .founder-form .button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* Founder pilot conversion v26 — final cascade */
.founder-offer h2 {
  max-width: 20ch;
}

.founder-offer .pilot-boundary {
  margin-top: 2px;
  padding: 11px 13px;
  font-size: 12px;
  line-height: 1.48;
}

@media (min-width: 941px) {
  .founder.section-shell {
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
    gap: clamp(22px, 3vw, 42px);
    padding: clamp(26px, 3vw, 42px);
  }
}

@media (max-width: 620px) {
  .founder-offer h2 {
    max-width: none;
    font-size: clamp(30px, 9vw, 40px);
  }

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

  .pilot-path ol,
  .pilot-deliverables ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .founder-offer,
  .founder-offer * {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

/* Mobile experience repair v27. This final cascade is deliberately isolated
   below 621px so the approved desktop presentation remains unchanged. */
@media (max-width: 620px) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  body, main, main > *, [data-page-section], [data-page-section] > * {
    min-width: 0; max-width: 100%; box-sizing: border-box;
  }

  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 8px 10px;
    width: 100%; max-width: 100%; min-height: 0;
    padding: 10px 12px 8px; box-sizing: border-box;
  }
  .site-header .brand { grid-column: 1; grid-row: 1; min-width: 0; }
  .site-header .brand-wordmark { display: none; }
  .site-header .header-actions {
    grid-column: 2; grid-row: 1; display: flex; align-items: center;
    gap: 6px; min-width: 0; margin: 0;
  }
  .site-header .language-toggle {
    min-width: 42px; min-height: 38px; padding: 7px; font-size: 13px;
  }
  .site-header .header-actions .button-small {
    display: inline-flex; min-height: 38px; padding: 7px 10px;
    font-size: 12px; white-space: nowrap;
  }
  .site-header .nav {
    grid-column: 1 / -1; grid-row: 2; display: flex;
    justify-content: flex-start; gap: 4px;
    width: 100%; max-width: 100%; min-width: 0; margin: 0;
    padding: 2px 0 3px; overflow-x: auto; overflow-y: hidden;
    overscroll-behavior-inline: contain; scrollbar-width: none;
  }
  .site-header .nav::-webkit-scrollbar { display: none; }
  .site-header .nav a {
    flex: 0 0 auto; min-height: 36px; padding: 8px 9px;
    font-size: 12px; white-space: nowrap;
  }

  .section-shell, .hero.section-shell, .founder.section-shell {
    width: calc(100% - 24px); max-width: calc(100% - 24px);
    margin-right: 12px; margin-left: 12px; box-sizing: border-box;
  }
  .hero.section-shell {
    display: block; padding-right: 0; padding-left: 0; overflow: visible;
  }
  .hero, .hero-copy, .product-preview, .solutions-shell, .demo-shell,
  .package-page, .adoption-shell, .coverage-grid, .cases-shell,
  .monetization-layout, .vision-layout, .open-layout, .trust-layout,
  .founder, .founder-form { min-width: 0; max-width: 100%; }
  .hero-copy > *, .section-heading > *, .case-heading > *, .founder-offer > * {
    max-width: 100%; overflow-wrap: anywhere;
  }
  .hero h1, .section-heading h2, .case-heading h2 {
    font-size: clamp(30px, 9vw, 42px); line-height: 1.04;
  }
  .hero-actions {
    display: grid; grid-template-columns: minmax(0, 1fr); width: 100%;
  }
  .hero-actions > * { width: 100%; max-width: 100%; box-sizing: border-box; }
  .product-preview, .preview-card, .preview-body, .drop-card {
    width: 100%; min-width: 0; margin-right: 0; margin-left: 0;
    transform: none; box-sizing: border-box;
  }
  .preview-row, .preview-row > div { min-width: 0; }
  .preview-row strong, .preview-row small { overflow-wrap: anywhere; }
  img, video, svg, canvas { max-width: 100%; height: auto; }

  .product-core-strip, .solutions-value-grid, .audience-grid, .steps,
  .package-showcase, .package-recognition-ladder, .recognition-boundary,
  .trust-procurement-checklist, .pilot-scope, .pilot-metrics,
  .product-evidence, .coverage-grid, .scenario-list, .case-grid,
  .feature-grid, .trust-grid, .workflow-result-strip, .form-row {
    grid-template-columns: minmax(0, 1fr);
  }
  .trust-procurement-checklist > header,
  .recognition-boundary > div:first-child { grid-column: auto; grid-row: auto; }
  .package-counts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  input, select, textarea, .button { max-width: 100%; box-sizing: border-box; }
  .footer {
    width: 100%; max-width: 100%; padding-right: 14px; padding-left: 14px;
    box-sizing: border-box;
  }
  .footer-main, .footer nav { min-width: 0; max-width: 100%; }
}
/* Trust procurement full-width layout v32.
   Keep the established visual styling; let the heading and cards use the full row. */
@media (min-width: 1281px) {
  main[data-active-page="trust"] > section[data-page-section="trust"] > .section-shell.trust-layout > .trust-procurement-checklist {
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    gap: 16px !important;
    row-gap: 18px !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    box-sizing: border-box !important;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > header {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    display: flex !important;
    align-items: baseline !important;
    gap: 18px !important;
    min-width: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > article {
    grid-row: 2 !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > article:nth-of-type(1) { grid-column: 1 !important; }
  main[data-active-page="trust"] .trust-procurement-checklist > article:nth-of-type(2) { grid-column: 2 !important; }
  main[data-active-page="trust"] .trust-procurement-checklist > article:nth-of-type(3) { grid-column: 3 !important; }
  main[data-active-page="trust"] .trust-procurement-checklist > article:nth-of-type(4) { grid-column: 4 !important; }
}

@media (min-width: 941px) and (max-width: 1280px) {
  main[data-active-page="trust"] > section[data-page-section="trust"] > .section-shell.trust-layout > .trust-procurement-checklist {
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    justify-self: stretch !important;
    box-sizing: border-box !important;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > header {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > article {
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  main[data-active-page="trust"] .trust-procurement-checklist > article:nth-of-type(1) { grid-column: 1 !important; grid-row: 2 !important; }
  main[data-active-page="trust"] .trust-procurement-checklist > article:nth-of-type(2) { grid-column: 2 !important; grid-row: 2 !important; }
  main[data-active-page="trust"] .trust-procurement-checklist > article:nth-of-type(3) { grid-column: 1 !important; grid-row: 3 !important; }
main[data-active-page="trust"] .trust-procurement-checklist > article:nth-of-type(4) { grid-column: 2 !important; grid-row: 3 !important; }
}

/* Focused homepage v33: one promise, three outcomes, one path. */
.home-focus-story { gap: clamp(46px, 7vw, 82px); }
.home-focus-story > [hidden] { display: none !important; }
.home-focus-heading { max-width: 900px; }
.home-focus-heading h2 { max-width: 860px; }
.home-outcome-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.home-outcome-grid article { min-height: 250px; padding: 30px; border: 1px solid #d9e4ef; border-radius: 24px; background: #fff; box-shadow: 0 14px 42px rgba(12, 42, 75, .055); }
.home-outcome-grid article > span { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: #edf4ff; color: #2a67df; font-size: 12px; font-weight: 900; }
.home-outcome-grid strong { display: block; margin: 38px 0 12px; color: #102644; font-size: clamp(21px, 2vw, 26px); }
.home-outcome-grid p { max-width: 36ch; margin: 0; color: #60748b; line-height: 1.62; }
.home-path-panel { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 22px; align-items: stretch; }
.home-path-panel > div:first-child { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 62px); border-radius: 28px; background: #102644; color: #fff; }
.home-path-panel > div:first-child .kicker { color: #8db5ff; }
.home-path-panel > div:first-child h2 { max-width: 700px; margin: 13px 0 16px; color: #fff; font-size: clamp(31px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.home-path-panel > div:first-child p { max-width: 650px; margin: 0 0 22px; color: #c7d5e5; font-size: 17px; line-height: 1.65; }
.home-path-panel > div:first-child .text-action { color: #fff; }
.home-path-panel .home-cta-card { min-height: 100%; }
.home-machine-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 58px); border: 1px solid #c8d9ea; border-radius: 28px; background: linear-gradient(145deg,#edf5ff,#fff); }
.home-machine-card small { color: #2a67df; font-weight: 900; letter-spacing: .1em; }
.home-machine-card h2 { margin: 13px 0 16px; color: #102644; font-size: clamp(31px, 3.5vw, 44px); line-height: 1.08; letter-spacing: -.035em; }
.home-machine-card p { margin: 0 0 22px; color: #5d7188; line-height: 1.65; }
.future-trust-panel { display: grid; gap: 28px; padding: clamp(34px, 5vw, 58px); border: 1px solid #c8d9ea; border-radius: 30px; background: linear-gradient(145deg,#f6f9ff,#fff); }
.future-trust-panel > header { max-width: 900px; }
.future-trust-panel h2 { margin: 13px 0 0; color: #102644; font-size: clamp(32px, 4.4vw, 54px); line-height: 1.06; letter-spacing: -.04em; }
.future-stage-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.future-stage-grid article { min-height: 210px; padding: 24px; border: 1px solid #d6e2ee; border-radius: 20px; background: #fff; }
.future-stage-grid article.is-now { border-color: #a9d8c5; background: #effaf5; }
.future-stage-grid small { color: #2a67df; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.future-stage-grid article.is-now small { color: #12815c; }
.future-stage-grid strong { display: block; margin: 24px 0 10px; color: #102644; font-size: 20px; }
.future-stage-grid p { margin: 0; color: #60748b; font-size: 14px; line-height: 1.6; }
.home-cta-strip { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px 34px; border-radius: 24px; background: #102644; color: #fff; }
.home-cta-strip small { color: #8db5ff; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.home-cta-strip strong { display: block; margin: 6px 0; font-size: clamp(24px, 3vw, 34px); }
.home-cta-strip p { margin: 0; color: #c7d5e5; }
.home-cta-strip .button { flex: 0 0 auto; }
.home-boundary-note { max-width: 980px; margin: -16px auto 0; color: #708196; font-size: 13px; line-height: 1.65; text-align: center; }
.footer-product-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-product-links a { color: inherit; text-decoration: none; }
.footer-product-links a:hover { color: #fff; }

@media (max-width: 900px) {
  .home-outcome-grid, .home-path-panel, .future-stage-grid { grid-template-columns: minmax(0, 1fr); }
  .home-outcome-grid article { min-height: 0; }
  .future-stage-grid article { min-height: 0; }
  .home-cta-strip { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .home-focus-story { gap: 42px; }
  .home-outcome-grid article { padding: 24px; }
  .home-outcome-grid strong { margin-top: 24px; }
  .home-path-panel > div:first-child { padding: 30px 22px; border-radius: 24px; }
  .home-machine-card, .future-trust-panel { padding: 30px 22px; border-radius: 24px; }
  .home-cta-strip { padding: 26px 22px; }
  .home-cta-strip .button { width: 100%; }
  .home-boundary-note { text-align: left; }
}

/* Expanded vision v34. */
main[data-active-page="vision"] > .vision { height: auto !important; min-height: calc(100svh - var(--header-height, 76px)); padding-bottom: 82px; }
.vision-trust-horizon { display: grid; gap: 26px; padding: clamp(32px, 5vw, 58px); border: 1px solid #cdddec; border-radius: 28px; background: linear-gradient(145deg,#f5f9ff,#fff); }
.vision-trust-horizon > header { max-width: 920px; }
.vision-trust-horizon h2 { margin: 12px 0 14px; color: #102644; font-size: clamp(32px, 4.5vw, 52px); line-height: 1.06; letter-spacing: -.04em; }
.vision-trust-horizon header p { max-width: 820px; margin: 0; color: #5f738b; line-height: 1.65; }
.vision-horizon-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.vision-horizon-grid article { padding: 22px; border: 1px solid #d8e4ef; border-radius: 18px; background: #fff; }
.vision-horizon-grid span { color: #2a67df; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.vision-horizon-grid strong { display: block; margin: 20px 0 9px; color: #102644; font-size: 18px; }
.vision-horizon-grid p { margin: 0; color: #62768c; font-size: 13px; line-height: 1.55; }
.vision-roadmap-boundary { margin: 0; padding: 16px 18px; border-left: 4px solid #d29a29; border-radius: 0 12px 12px 0; background: #fff8e9; color: #725518; font-size: 13px; line-height: 1.55; }
@media(max-width:1000px){.vision-horizon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.vision-horizon-grid{grid-template-columns:1fr}.vision-trust-horizon{padding:28px 20px}}

/* Workflow page v38: natural document flow instead of viewport-filling grid rows. */
main[data-active-page="workflow"] > [data-page-section="workflow"] {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  padding-block: clamp(54px,6vw,78px) 82px;
}
main[data-active-page="workflow"] > [data-page-section="workflow"] > .section-shell {
  align-self: auto !important;
  display: block !important;
  height: auto !important;
}
main[data-active-page="workflow"] .section-heading.compact { margin-bottom: 28px; }
main[data-active-page="workflow"] .steps {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  height: auto !important;
}
main[data-active-page="workflow"] .steps li {
  align-items: flex-start !important;
  height: auto !important;
  min-height: 122px;
  padding: 20px;
  box-shadow: 0 10px 28px rgba(20,49,81,.045);
}
main[data-active-page="workflow"] .workflow-procurement-summary { margin-top: 14px; }
main[data-active-page="workflow"] .workflow-summary { margin-top: 14px; }
main[data-active-page="workflow"] .progressive-disclosure { margin-top: 14px; }
main[data-active-page="workflow"] .workflow-result-strip { margin-top: 14px; }
@media(max-width:940px){
  main[data-active-page="workflow"] .steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media(max-width:620px){
  main[data-active-page="workflow"] > [data-page-section="workflow"] { padding-block: 38px 62px; }
  main[data-active-page="workflow"] .section-heading.compact { margin-bottom: 22px; }
  main[data-active-page="workflow"] .steps { grid-template-columns: 1fr; gap: 9px; }
  main[data-active-page="workflow"] .steps li { min-height: 0; padding: 17px; }
}

/* Product walkthrough, progressive disclosure, and mobile navigation v35. */
.mobile-menu-toggle { display: none; align-items: center; gap: 8px; min-height: 40px; padding: 8px 11px; border: 1px solid #cbd9e8; border-radius: 11px; background: #fff; color: var(--ink); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.mobile-menu-icon { display: grid; gap: 4px; width: 18px; }
.mobile-menu-icon i { display: block; width: 18px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
.site-header[data-menu-open="true"] .mobile-menu-icon i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.site-header[data-menu-open="true"] .mobile-menu-icon i:nth-child(2) { opacity: 0; }
.site-header[data-menu-open="true"] .mobile-menu-icon i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.studio-demo { grid-column: 1 / -1; margin-top: 42px; padding: 34px; border: 1px solid #d1deec; border-radius: 28px; background: linear-gradient(145deg,#f7fbff 0%,#eef5fc 100%); box-shadow: 0 22px 55px rgba(8,27,51,.08); }
.studio-demo-heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.9fr); align-items: end; gap: 36px; }
.studio-demo-heading h2 { max-width: 720px; margin: 8px 0 0; color: var(--ink); font-size: clamp(27px,3vw,43px); line-height: 1.06; letter-spacing: -.04em; }
.studio-demo-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.studio-demo-intro { display: grid; justify-items: start; gap: 14px; }
.studio-demo-intro > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.studio-demo-playback { display: inline-flex; align-items: center; gap: 9px; min-height: 38px; padding: 7px 12px; border: 1px solid #c5d6e8; border-radius: 999px; background: #fff; color: #274766; font: inherit; cursor: pointer; }
.studio-demo-playback span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #e8f0ff; color: #2864ed; font-size: 10px; font-weight: 900; }
.studio-demo-playback strong { font-size: 12px; }
.studio-demo-playback:focus-visible { outline: 3px solid #7db9ff; outline-offset: 3px; }
.studio-demo-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 28px 0 14px; }
.studio-demo-tabs button { display: flex; align-items: center; gap: 11px; min-height: 54px; padding: 10px 14px; border: 1px solid #ccd9e7; border-radius: 14px; background: rgba(255,255,255,.75); color: #4d6075; text-align: left; cursor: pointer; }
.studio-demo-tabs button span { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 9px; background: #e8f0fa; color: #315d8f; font-size: 11px; font-weight: 900; }
.studio-demo-tabs button strong { font-size: 14px; }
.studio-demo-tabs button[aria-selected="true"] { border-color: #2a66b6; background: #0c3f78; color: #fff; box-shadow: 0 8px 20px rgba(12,63,120,.17); }
.studio-demo-tabs button[aria-selected="true"] span { background: #fff; color: #0c3f78; }
.studio-demo-stage { overflow: hidden; border: 1px solid #bfcfe0; border-radius: 20px; background: #07172c; }
.studio-demo-stage::before { content: ""; display: block; width: 0; height: 3px; background: linear-gradient(90deg,#2d6cf2,#34c8a0); }
.studio-demo[data-playing="true"] .studio-demo-stage::before { animation: studio-demo-progress 4.8s linear infinite; }
@keyframes studio-demo-progress { from { width: 0; } to { width: 100%; } }
.studio-demo-stage figure { position: relative; margin: 0; }
.studio-demo-stage figure:not([hidden]) { animation: studio-demo-enter .55s cubic-bezier(.2,.75,.25,1); }
@keyframes studio-demo-enter { from { opacity: .18; transform: translateY(8px) scale(.992); } to { opacity: 1; transform: none; } }
.studio-demo-stage figure[hidden] { display: none; }
.studio-demo-stage img { display: block; width: 100%; max-height: 680px; object-fit: contain; background: #eaf1f7; }
.studio-demo-stage figcaption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px; color: #fff; }
.studio-demo-stage figcaption small { color: #83bfff; font-size: 11px; font-weight: 900; letter-spacing: .11em; }
.studio-demo-stage figcaption strong { font-size: 14px; text-align: right; }
.studio-demo-note { margin: 13px 0 0; color: #607287; font-size: 12px; line-height: 1.55; }
.rc324-video { margin: 34px 0 42px; padding: 30px; border: 1px solid #c8d8ea; border-radius: 26px; background: linear-gradient(145deg,#f7fbff,#edf4fc); box-shadow: 0 20px 52px rgba(8,27,51,.09); }
.rc324-video-copy { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); align-items: end; gap: 32px; margin-bottom: 22px; }
.rc324-video-copy h3 { margin: 8px 0 0; color: var(--ink); font-size: clamp(27px,3vw,42px); line-height: 1.08; letter-spacing: -.035em; }
.rc324-video-copy p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.rc324-video video { display: block; width: 100%; aspect-ratio: 16 / 9; border: 1px solid #aebfd3; border-radius: 18px; background: #07172c; box-shadow: 0 15px 36px rgba(7,23,44,.16); }
.rc324-video-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 0; }
.rc324-video-facts > * { padding: 7px 11px; border: 1px solid #c4d5e8; border-radius: 999px; background: #fff; color: #456078; font-size: 11px; font-weight: 800; }
.rc324-video-facts strong { border-color: #2a66f2; background: #2a66f2; color: #fff; }

.workflow-procurement-summary,.trust-executive-summary { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 22px; }
.workflow-procurement-summary { align-self: start; grid-template-columns: .9fr 1.18fr 1fr; gap: 0; overflow: hidden; width: 100%; height: 78px; margin-top: 16px; border: 1px solid #c8d8e8; border-radius: 18px; background: #fff; box-shadow: 0 12px 32px rgba(19,52,86,.06); }
.workflow-procurement-summary article,.trust-executive-summary article { padding: 18px 20px; border: 1px solid #d2dfec; border-radius: 16px; background: rgba(255,255,255,.82); }
.workflow-procurement-summary article { position: relative; display: grid; grid-template-columns: 36px minmax(0,1fr); align-items: center; gap: 12px; min-height: 76px; padding: 13px 18px; border: 0; border-radius: 0; background: transparent; }
.workflow-procurement-summary article:not(:last-child) { border-right: 1px solid #d7e2ee; }
.workflow-procurement-summary article:not(:last-child)::after { content: "›"; position: absolute; z-index: 1; right: -11px; top: 50%; display: grid; place-items: center; width: 21px; height: 21px; transform: translateY(-50%); border: 1px solid #cfdeed; border-radius: 50%; background: #fff; color: #4775af; font-size: 16px; font-weight: 900; }
.workflow-procurement-summary article > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: #edf3fb; color: #46617d; font-size: 10px; font-weight: 900; letter-spacing: .04em; }
.workflow-procurement-summary .workflow-procurement-control { background: linear-gradient(135deg,#edf4ff,#f8fbff); }
.workflow-procurement-summary .workflow-procurement-control > span { background: #2864ed; color: #fff; box-shadow: 0 7px 18px rgba(40,100,237,.2); }
.workflow-procurement-summary .workflow-procurement-output > span { background: #e7f7f1; color: #117455; }
.workflow-procurement-summary small,.trust-executive-summary small { display: block; margin-bottom: 7px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.workflow-procurement-summary strong,.trust-executive-summary strong { display: block; color: var(--ink); font-size: 15px; line-height: 1.35; }
.trust-executive-summary article { border-color: rgba(164,198,231,.28); background: rgba(255,255,255,.08); }
.trust-executive-summary small { color: #70b7ff; }
.trust-executive-summary strong { color: #fff; }
.trust-executive-summary p { margin: 8px 0 0; color: #b8c8d9; font-size: 13px; line-height: 1.55; }

.progressive-disclosure { margin-top: 18px; border: 1px solid #cbd9e7; border-radius: 18px; background: rgba(255,255,255,.74); overflow: clip; }
.progressive-disclosure > summary { position: relative; display: grid; grid-template-columns: 150px minmax(0,1fr) auto; align-items: center; gap: 18px; min-height: 72px; padding: 14px 54px 14px 20px; color: var(--ink); cursor: pointer; list-style: none; }
.progressive-disclosure > summary::-webkit-details-marker { display: none; }
.progressive-disclosure > summary::after { content: "+"; position: absolute; right: 20px; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #e6eef8; color: #174f8d; font-size: 20px; line-height: 1; }
.progressive-disclosure[open] > summary::after { content: "−"; }
.progressive-disclosure > summary > span { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.progressive-disclosure > summary > strong { font-size: 16px; }
.progressive-disclosure > summary > small { max-width: 360px; color: var(--muted); font-size: 12px; text-align: right; }
.progressive-content { padding: 2px 18px 20px; border-top: 1px solid #d9e3ed; }
.progressive-content .workflow-detail-grid { margin-top: 18px; }
.progressive-content .before-after { margin-bottom: 0; }
.section-dark .progressive-disclosure { border-color: rgba(144,185,225,.3); background: rgba(255,255,255,.06); }
.section-dark .progressive-disclosure > summary { color: #fff; }
.section-dark .progressive-disclosure > summary > span { color: #70b7ff; }
.section-dark .progressive-disclosure > summary > small { color: #b8c8d9; }
.section-dark .progressive-disclosure > summary::after { background: rgba(117,180,242,.15); color: #8dc7ff; }
.section-dark .progressive-content { border-color: rgba(144,185,225,.22); }
.trust-professional,.trust-recognition-professional,.trust-executive-summary { grid-column: 1 / -1 !important; grid-row: auto !important; width: 100%; }
.trust-professional .trust-grid,.trust-professional .trust-proof-strip,.trust-recognition-professional .recognition-boundary { height: auto !important; margin-top: 18px; }
.trust-procurement-checklist > header p { margin: 7px 0 0; color: inherit; opacity: .72; font-size: 13px; line-height: 1.45; }
main[data-active-page="trust"] .trust-layout { grid-template-columns: 1fr !important; grid-template-rows: none !important; align-content: start !important; }
main[data-active-page="trust"] .trust-layout > * { grid-column: 1 !important; grid-row: auto !important; }

@media (max-width: 760px) {
  .site-header { grid-template-columns: minmax(0,1fr) auto; gap: 10px 12px; }
  .site-header .brand { min-width: 0; }
  .site-header .nav { display: none; grid-column: 1 / -1; width: 100%; padding: 8px; border: 1px solid #d4e0ec; border-radius: 14px; background: #fff; box-shadow: 0 16px 35px rgba(8,27,51,.13); }
  .site-header[data-menu-open="true"] .nav { display: grid; grid-template-columns: 1fr; }
  .site-header .nav a { width: 100%; min-height: 44px; padding: 11px 13px; }
  .header-actions { justify-self: end; gap: 6px; }
  .mobile-menu-toggle { display: inline-flex; }
  .header-actions .button-small { display: none; }
  .studio-demo { margin-top: 28px; padding: 22px 16px; border-radius: 22px; }
  .studio-demo-heading { grid-template-columns: 1fr; gap: 12px; }
  .studio-demo-tabs { grid-template-columns: 1fr; gap: 7px; }
  .studio-demo-tabs button { min-height: 48px; }
  .studio-demo-stage figcaption { display: grid; }
  .studio-demo-stage figcaption strong { text-align: left; }
  .rc324-video { margin: 26px 0 32px; padding: 18px 14px; border-radius: 20px; }
  .rc324-video-copy { grid-template-columns: 1fr; gap: 10px; }
  .rc324-video video { border-radius: 13px; }
  .workflow-procurement-summary,.trust-executive-summary { grid-template-columns: 1fr; }
  .workflow-procurement-summary { gap: 0; }
  .workflow-procurement-summary { height: auto; }
  .workflow-procurement-summary article { min-height: 68px; padding: 11px 15px; }
  .workflow-procurement-summary article:not(:last-child) { border-right: 0; border-bottom: 1px solid #d7e2ee; }
  .workflow-procurement-summary article:not(:last-child)::after { right: 18px; top: auto; bottom: -11px; transform: rotate(90deg); }
  .progressive-disclosure > summary { grid-template-columns: 1fr; gap: 5px; padding: 15px 50px 15px 16px; }
  .progressive-disclosure > summary > small { max-width: none; text-align: left; }
  .progressive-content { padding: 2px 12px 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu-icon i { transition: none; }
  .studio-demo-stage::before,
  .studio-demo-stage figure:not([hidden]) { animation: none !important; }
}
