/* Interior pages share the homepage's typography and palette, not its composition. */
.px-page {
  --px-space: clamp(64px, 8vw, 112px);
}
.px-page main {
  overflow: clip;
}
.px-page :where(main) h1,
.px-page :where(main) h2,
.px-page :where(main) h3 {
  font-weight: 500;
  letter-spacing: -0.055em;
}
.px-page :where(main) h1 {
  font-size: clamp(2.8rem, 5.8vw, 5.5rem);
  line-height: 1.06;
  max-width: 1050px;
}
.px-page :where(main) h2 {
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 1.12;
}
.px-page :where(main) h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  line-height: 1.3;
}
.px-page p {
  line-height: 1.85;
}
.px-page .brand-kicker {
  letter-spacing: 0.12em;
  font-size: 0.66rem;
}
.px-hero {
  padding: 48px 0 56px;
  position: relative;
}
.px-hero-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-bottom: 35px;
}
.px-edition {
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  color: var(--muted);
}
.px-hero h1 {
  margin: 0;
}
.px-hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-top: 32px;
}
.px-hero-bottom p {
  max-width: 610px;
  font-size: 1.05rem;
  margin: 0;
  color: var(--muted);
}
.px-link {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid currentColor;
  padding: 12px 0;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.6;
}
.px-link span {
  flex: none;
  transition: transform 0.2s;
}
.px-link:hover span {
  transform: translate(3px, -3px);
}
.px-hero-orange {
  background: var(--accent);
  color: var(--on-accent);
  padding-top: 56px;
}
.px-hero-orange .px-hero-bottom p,
.px-hero-orange .px-edition {
  color: var(--on-accent);
}
.px-topic-ribbon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  border-top: 1px solid var(--line-strong);
  margin-top: 48px;
  padding-top: 24px;
}
.px-hero-orange .px-topic-ribbon {
  border-color: var(--line-on-dark);
}
.px-topic-ribbon span {
  font-size: 0.8rem;
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.px-topic-ribbon small {
  font-size: 0.65rem;
  opacity: 0.7;
}
.px-page .product-nav {
  border: 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  padding: 24px 0;
  margin-top: 0;
  font-size: 0.8rem;
  background: transparent;
  border-radius: 0;
  position: static;
}
.px-page-nav a {
  text-decoration: none;
}
.px-editorial {
  padding-top: var(--px-space);
  padding-bottom: var(--px-space);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 70px;
}
.px-editorial > div {
  max-width: 740px;
}
.px-editorial h2 {
  margin: 0 0 24px;
}
.px-editorial p {
  max-width: 610px;
  color: var(--muted);
  margin: 0;
  font-size: 1.05rem;
}
.px-inline-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.px-stage {
  background: var(--panel-dark);
  color: var(--on-dark);
  padding: 60px 0 86px;
}
.px-stage-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 50px;
  margin-bottom: 45px;
}
.px-stage-header p {
  max-width: 560px;
  font-size: 0.95rem;
  color: var(--muted-on-dark);
  margin: 0;
}
.px-page .px-specimen {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: visible;
  background: var(--surface);
  color: var(--ink);
  border: 0;
  box-shadow:
    14px 16px 0 var(--accent-ink),
    24px 26px 0 -2px var(--accent),
    0 45px 65px #0004;
  transform: perspective(1800px) rotateX(3deg) rotateY(-3deg);
}
.px-specimen figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 28px;
  border-bottom: 1px solid var(--line);
  font-size: 0.7rem;
  background: var(--surface-tint);
  border-radius: 8px 8px 0 0;
}
.px-specimen-body {
  padding: 34px;
}
.px-specimen-heading {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}
.px-specimen-heading h3 {
  margin: 0;
  max-width: 560px;
  font-size: clamp(1.5rem, 2.5vw, 2.3rem);
}
.px-mark {
  font-size: 1.1rem;
  font-weight: 700;
  min-width: 66px;
  padding: 20px 8px;
  background: var(--accent);
  color: var(--on-accent);
  text-align: center;
}
.px-ledger {
  overflow: auto;
}
.px-ledger table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}
.px-ledger th,
.px-ledger td {
  padding: 20px 12px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.px-ledger th {
  font-weight: 500;
}
.px-ledger thead th {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--muted);
}
.px-ledger tbody tr:last-child {
  background: var(--surface-tint);
}
.px-specimen-note {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 24px;
  max-width: 670px;
}
.px-specimen-foot {
  margin: 0 34px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
}
.px-conversation {
  display: grid;
  gap: 18px;
}
.px-message {
  padding: 20px 24px;
  background: var(--surface-soft);
  max-width: 80%;
  border-radius: 0 16px 16px;
}
.px-message:nth-child(2) {
  margin-left: auto;
  background: var(--surface-tint);
  border-radius: 16px 0 16px 16px;
}
.px-message span {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.px-message p {
  margin: 6px 0;
  font-size: 1.05rem;
}
.px-message small {
  color: var(--muted);
  font-size: 0.75rem;
}
.px-status-track {
  padding: 0;
  margin: 0;
  list-style: none;
}
.px-status-track li {
  display: flex;
  align-items: center;
  gap: 25px;
  border-top: 1px solid var(--line);
  padding: 24px 0;
  margin: 0;
}
.px-status-track li > span {
  border: 1px solid var(--accent);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: none;
  font-size: 0.8rem;
}
.px-status-track small {
  display: block;
  color: var(--muted);
  margin-top: 6px;
}
.px-capabilities {
  padding-top: var(--px-space);
  padding-bottom: var(--px-space);
}
.px-section-heading {
  margin-bottom: 40px;
  max-width: 760px;
}
.px-section-heading h2 {
  margin: 18px 0;
}
.px-section-heading p {
  max-width: 580px;
  color: var(--muted);
}
.px-feature-index article {
  display: grid;
  grid-template-columns: 50px 1fr 1.25fr;
  gap: 28px;
  padding: 28px 0;
  border-top: 1px solid var(--line-strong);
  align-items: baseline;
}
.px-feature-index article > span {
  font-size: 0.7rem;
  color: var(--accent-ink);
}
.px-feature-index h3,
.px-feature-index p {
  margin: 0;
}
.px-feature-index p {
  color: var(--muted);
  font-size: 0.95rem;
}
.px-preparation {
  background: var(--surface-tint);
  padding: 65px 0;
}
.px-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.px-steps li {
  margin: 0;
  min-width: 0;
}
.px-step-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--accent);
  border-radius: 50%;
  font-size: 0.7rem;
  margin-bottom: 24px;
}
.px-steps h3 {
  margin: 0 0 14px;
}
.px-steps p {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
}
.px-preparation-foot {
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid var(--line-strong);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  font-size: 0.75rem;
}
.px-module-price {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 90px;
  padding-top: var(--px-space);
  padding-bottom: 70px;
  align-items: center;
}
.px-module-price h2 {
  margin: 20px 0;
}
.px-module-price p {
  max-width: 500px;
  color: var(--muted);
}
.px-page .px-price-ticket {
  padding: 38px;
  background: var(--surface);
  border: 0;
  border-top: 4px solid var(--accent);
  border-radius: 0;
  box-shadow: 8px 8px 0 var(--surface-soft);
}
.px-price-ticket h3 {
  margin: 20px 0;
}
.px-price-ticket > strong {
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  display: block;
  line-height: 1.15;
  letter-spacing: -0.055em;
}
.px-price-ticket > span:not(.brand-kicker),
.px-price-ticket small {
  font-size: 0.75rem;
  color: var(--muted);
}
.px-price-ticket p {
  font-size: 0.9rem;
}
.px-page .px-availability {
  border: 0;
  border-left: 3px solid var(--accent);
  padding: 20px 26px;
  background: var(--surface-soft);
  border-radius: 0;
  font-size: 0.85rem;
  display: block;
}
.px-availability p {
  max-width: 900px;
  margin: 6px 0;
  color: var(--muted);
}
.px-faq {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 80px;
  padding-top: var(--px-space);
  padding-bottom: var(--px-space);
}
.px-faq h2 {
  margin-top: 20px;
}
.px-faq details {
  border: 0;
  border-top: 1px solid var(--line-strong);
  border-radius: 0;
  background: transparent;
}
.px-faq summary {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 1rem;
  font-weight: 500;
}
.px-faq summary span {
  color: var(--accent-ink);
}
.px-faq details p {
  font-size: 0.9rem;
  color: var(--muted);
  padding-bottom: 22px;
}
.px-connections {
  padding-bottom: var(--px-space);
}
.px-connections h2 {
  margin: 18px 0 35px;
}
.px-connections > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.px-connection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line-strong);
  padding: 22px 0;
  text-decoration: none;
}
.px-system {
  display: flex;
  gap: 28px;
  align-items: center;
  padding-top: 80px;
  font-size: 1.1rem;
}
.px-system strong {
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.05em;
}
.px-system i {
  height: 1px;
  background: var(--accent);
  flex: 1;
}
.px-catalogue {
  padding-top: 60px;
  padding-bottom: var(--px-space);
}
.px-catalogue-group {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 60px;
  margin-bottom: 60px;
}
.px-catalogue-group h2 {
  font-size: 1.6rem;
}
.px-catalogue-group a {
  display: grid;
  grid-template-columns: 65px 1fr 20px;
  gap: 22px;
  padding: 25px 0;
  border-top: 1px solid var(--line-strong);
  text-decoration: none;
}
.px-catalogue-group a:hover {
  color: var(--accent-ink);
}
.px-catalogue-mark {
  font-size: 0.85rem;
  color: var(--accent-ink);
  padding-top: 7px;
}
.px-catalogue-group h3 {
  margin: 0 0 10px;
}
.px-catalogue-group p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  max-width: 620px;
}
.px-office-scene {
  padding: 65px 0;
  background: var(--panel-dark);
  color: var(--on-dark);
}
.px-office-scene h2 {
  margin-top: 25px;
}
.px-handoff {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 45px;
}
.px-handoff article {
  padding: 32px;
  border-top: 1px solid var(--line-on-dark);
  border-left: 1px solid var(--line-on-dark);
}
.px-handoff article:first-child {
  border-left: 0;
}
.px-handoff article:nth-child(2) {
  background: var(--accent);
  color: var(--on-accent);
}
.px-handoff article > span {
  font-size: 0.7rem;
}
.px-handoff p {
  font-size: 0.9rem;
}
.px-audience-work {
  padding-top: var(--px-space);
  padding-bottom: 40px;
}
.px-audience-work > a {
  display: grid;
  grid-template-columns: 90px 1fr 1fr 20px;
  align-items: baseline;
  gap: 24px;
  border-top: 1px solid var(--line-strong);
  padding: 30px 0;
  text-decoration: none;
}
.px-audience-work > a > span:first-child {
  color: var(--accent-ink);
}
.px-audience-work h3,
.px-audience-work p {
  margin: 0;
}
.px-audience-work p {
  font-size: 0.9rem;
  color: var(--muted);
}
.px-migration {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 90px;
  padding-top: 70px;
}
.px-migration-note {
  align-self: start;
  position: sticky;
  top: 120px;
  background: var(--panel-dark);
  color: var(--on-dark);
  padding: 40px;
}
.px-migration-note h2 {
  font-size: 2.4rem;
  margin: 25px 0;
}
.px-migration-note p {
  font-size: 0.95rem;
  color: var(--muted-on-dark);
}
.px-steps-vertical {
  display: block;
}
.px-steps-vertical li {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 24px;
  padding-bottom: 40px;
}
.px-steps-vertical li:not(:last-child):before {
  content: "";
  position: absolute;
  width: 1px;
  top: 44px;
  bottom: 0;
  left: 22px;
  background: var(--line-strong);
}
.px-steps-vertical .px-step-number {
  margin: 0;
}
.px-route {
  padding-top: var(--px-space);
  padding-bottom: var(--px-space);
  max-width: 920px;
}
.px-route .px-steps h3 {
  font-size: 1.5rem;
}
.px-import-flow {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  background: var(--panel-dark);
  color: var(--on-dark);
  padding: 48px;
  font-size: 1.1rem;
}
.px-import-flow strong {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--on-accent);
  background: var(--accent);
  padding: 24px;
}
.px-import-flow i {
  font-style: normal;
}
.px-format-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.px-format-list article {
  border-top: 1px solid var(--line-strong);
  padding-top: 28px;
}
.px-format-list article > strong {
  display: block;
  font-size: 4rem;
  letter-spacing: -0.07em;
  font-weight: 500;
  color: var(--accent-ink);
  margin-bottom: 32px;
}
.px-format-list h2 {
  font-size: 1.55rem;
}
.px-format-list p {
  font-size: 0.9rem;
  color: var(--muted);
}
.px-compare {
  padding-bottom: var(--px-space);
}
.px-compare h2 {
  margin-bottom: 35px;
}
.px-page .table-scroll {
  border-radius: 0;
  border: 0;
}
.px-page th,
.px-page td {
  padding: 22px;
}
.px-compare-prices {
  padding: 50px;
  background: var(--surface);
  border-top: 3px solid var(--accent);
}
.px-source-note {
  padding-top: 45px;
  padding-bottom: 55px;
  max-width: 920px;
}
.px-source-note h2 {
  font-size: 1.5rem;
}
.px-source-note p {
  font-size: 0.9rem;
  color: var(--muted);
}
.px-source-note > a {
  display: inline-block;
  font-size: 0.85rem;
  margin-right: 30px;
}
.px-source-note small {
  display: block;
  color: var(--muted);
  margin-top: 25px;
}
.px-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-top: 70px;
}
.px-trust-mark {
  font-size: 7rem;
  line-height: 1;
  color: var(--accent);
}
.px-trust h2 {
  margin-top: 30px;
  font-size: clamp(2rem, 3vw, 3rem);
}
.px-trust article {
  padding: 24px 0;
  border-top: 1px solid var(--line-strong);
}
.px-trust article h3 {
  margin: 0 0 14px;
}
.px-trust article p {
  color: var(--muted);
  font-size: 0.9rem;
}
.px-planning {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 60px 0 var(--px-space);
}
.px-planning h2 {
  margin: 24px 0;
}
.px-planning p {
  color: var(--muted);
}
.px-planning ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.px-planning li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 25px;
  border-top: 1px solid var(--line);
  padding: 25px 0;
  margin: 0;
}
.px-planning li > strong {
  font-size: 0.8rem;
  color: var(--accent-ink);
}
.px-planning h3,
.px-planning li p {
  margin: 0 0 8px;
}
.px-planning li p {
  font-size: 0.85rem;
}
.px-tour {
  padding: 40px 0 80px;
}
.px-tour-note {
  font-size: 0.8rem;
  color: var(--muted);
}
.px-page .demo-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--line-strong);
  margin: 25px 0 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.px-page .demo-tabs button {
  flex: 1;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  padding: 22px 14px;
  font-size: 0.85rem;
}
.px-page .demo-tabs button[aria-selected="true"] {
  color: var(--accent-ink);
  border-bottom-color: var(--accent);
}
.px-tour-panel {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: center;
  background: var(--panel-dark);
  color: var(--on-dark);
  padding: 50px;
}
.px-tour-number {
  font-size: 5rem;
  color: var(--accent-soft);
  line-height: 1;
}
.px-tour-panel h2 {
  font-size: 2.2rem;
  margin-top: 24px;
}
.px-tour-panel p {
  font-size: 0.9rem;
}
.px-tour-paper {
  background: var(--surface);
  color: var(--ink);
  padding: 32px;
  box-shadow: 10px 12px 0 var(--accent);
  transform: rotate(-2deg);
}
.px-tour-paper h3 {
  margin: 30px 0;
}
.px-tour-paper > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
}
.px-tour-paper > div strong {
  font-weight: 500;
  color: var(--accent-ink);
}
.px-tour-paper p {
  color: var(--muted);
  font-size: 0.8rem;
}
.px-tool-workspace {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  padding-top: 55px;
}
.px-tool-workspace h2 {
  margin-top: 24px;
}
.px-tool-workspace ol {
  padding: 0;
  list-style: none;
}
.px-tool-workspace li {
  display: flex;
  gap: 24px;
  border-top: 1px solid var(--line-strong);
  padding: 25px 0;
  margin: 0;
}
.px-tool-workspace li span {
  color: var(--accent-ink);
  font-size: 0.75rem;
}
.px-tool-result {
  background: var(--panel-dark);
  color: var(--on-dark);
  padding: 40px;
}
.px-tool-result h2 {
  font-size: 1.8rem;
}
.px-tool-result p {
  color: var(--muted-on-dark);
  font-size: 0.9rem;
}
.px-tool-arrow {
  display: block;
  font-size: 5rem;
  color: var(--accent-soft);
  line-height: 1.2;
  margin-top: 18px;
}
.px-ending {
  background: var(--accent);
  color: var(--on-accent);
  padding: 70px 0;
}
.px-ending > .wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
.px-ending h2 {
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  margin: 25px 0 0;
}
.px-ending p {
  max-width: 460px;
  font-size: 0.95rem;
}
.px-ending .button {
  background: var(--surface);
  color: var(--ink);
  border: 0;
  margin: 12px 20px 12px 0;
}
.px-ending .px-link {
  font-size: 0.75rem;
}
.px-page .related {
  padding: 60px 0 80px;
  border-top: 1px solid var(--line);
}
.px-page .related .section-heading {
  max-width: none;
  margin-bottom: 28px;
}
.px-page .related .section-heading h2 {
  font-size: 1.7rem;
}
.px-page .related-group h3 {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  margin: 20px 0 8px;
}
.px-page .related .link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 35px;
}
.px-page .related .link-grid a {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 14px 0;
  font-size: 0.8rem;
}
/* Selection pages: clear comparisons, functional controls, no wall of cards. */

.px-page-prijzen .section,
.px-page-prijzen .section-tight {
  padding-top: 60px;
  padding-bottom: 60px;
}
.px-page .package-card {
  border-radius: 0;
  border: 0;
  border-top: 3px solid var(--line-strong);
  padding: 28px;
  background: var(--surface);
  box-shadow: none;
}
.px-page .package-card.featured {
  background: var(--panel-dark);
  color: var(--on-dark);
  border-top-color: var(--accent);
}
.px-page .package-card.featured p,
.px-page .package-card.featured small {
  color: var(--muted-on-dark);
}
.px-page .package-card .reference-price {
  font-size: 0.72rem;
}
.px-page .package-card h3 {
  font-size: 1.6rem;
}
.px-page .package-price {
  font-size: 3rem;
  letter-spacing: -0.06em;
}
.px-page .package-card .check-list {
  font-size: 0.82rem;
}
.px-page .package-card.featured .text-link {
  color: var(--on-dark);
}
.px-page .package-card .button {
  margin-top: auto;
}
.px-page .offer-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.px-page .offer-features .info-card {
  border-radius: 0;
  border: 0;
  border-top: 1px solid var(--line-strong);
  background: transparent;
  padding: 25px 0;
  box-shadow: none;
}
.px-page .offer-features .info-card p {
  font-size: 0.85rem;
}
.px-page .calculator-layout {
  gap: 0;
  background: var(--panel-dark);
  border-radius: 0;
  overflow: hidden;
}
.px-page .cost-form {
  border-radius: 0;
  background: var(--surface-tint);
  border: 0;
  padding: 38px;
}
.px-page .quote-panel {
  border: 0;
  border-radius: 0;
  background: var(--panel-dark);
  padding: 40px;
}
.px-page .faq-section {
  max-width: 920px;
  display: block;
}
.px-page .faq-section .section-heading {
  max-width: none;
}
.px-page .faqs details {
  border-radius: 0;
  border: 0;
  border-top: 1px solid var(--line-strong);
  background: transparent;
}
.px-page .directory-start {
  padding-top: 32px;
}
.px-page .task-entries {
  border-top: 1px solid var(--line-strong);
  gap: 0;
}
.px-page .task-entries > a {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 28px 32px 28px 0;
  box-shadow: none;
}
.px-page .task-entries h2 {
  font-size: 1.5rem;
}
.px-page .task-entries p {
  font-size: 0.85rem;
}
.px-page .directory {
  margin-top: 55px;
}
.px-page .search-input {
  border-radius: 0;
  background: var(--surface);
  border: 0;
  border-bottom: 2px solid var(--ink);
}
.px-page .filter-chips button {
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid transparent;
}
.px-page .filter-chips button.active {
  background: transparent;
  color: var(--accent-ink);
  border-color: var(--accent);
}
.px-page .topic-section {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
  border-top: 1px solid var(--line-strong);
  padding-top: 30px;
  margin-top: 45px;
}
.px-page .topic-section h2 {
  font-size: 1.35rem;
}
.px-page .topic-section .searchable {
  display: block;
}
.px-page .topic-section .card {
  display: block;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}
.px-page .topic-section .card-kicker {
  display: none;
}
.px-page .topic-section .card h3 {
  font-size: 1.25rem;
  margin: 0 0 8px;
}
.px-page .topic-section .card p {
  font-size: 0.85rem;
  max-width: 700px;
  margin: 0;
}
.px-page .topic-section .card-link {
  margin-top: 10px;
  font-size: 0.75rem;
}
/* Editorial reading: answer first, practical method, a distinct worked example. */
.px-reading .article-hero {
  padding-top: 42px;
  padding-bottom: 48px;
  max-width: 1000px;
}
.px-reading .article-hero h1 {
  font-size: clamp(2.6rem, 4.8vw, 4.3rem);
  line-height: 1.12;
  margin-top: 25px;
}
.px-reading .article-hero .lead {
  font-size: 1.1rem;
  max-width: 790px;
  margin-top: 25px;
}
.px-reading .article-meta {
  font-size: 0.7rem;
  gap: 25px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.px-reading .article-layout {
  grid-template-columns: 230px minmax(0, 740px);
  gap: 80px;
  justify-content: center;
  padding-bottom: 75px;
}
.px-reading .article-aside {
  border: 0;
  background: transparent;
  padding: 0;
}
.px-reading .article-aside > a {
  font-size: 0.8rem;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.px-reading .aside-note {
  background: var(--surface-tint);
  border: 0;
  border-radius: 0;
  padding: 20px;
  margin-top: 28px;
}
.px-reading .aside-note p,
.px-reading .aside-note a {
  font-size: 0.8rem;
}
.px-reading .prose {
  max-width: none;
}
.px-reading .prose h2 {
  font-size: 1.9rem;
}
.px-reading .prose > section {
  margin: 0 0 55px;
}
.px-reading .prose p {
  font-size: 1rem;
  line-height: 1.95;
}
.px-reading .prose .context-link,
.px-reading .article-product-link {
  font-size: 0.85rem;
}
.px-reading .example {
  background: var(--panel-dark);
  color: var(--on-dark);
  border: 0;
  border-radius: 0;
  padding: 35px;
  box-shadow: 8px 8px 0 var(--accent);
}
.px-reading .example p,
.px-reading .example .eyebrow {
  color: var(--on-dark);
}
.px-reading .example .table-scroll {
  color: var(--ink);
  background: var(--surface);
  font-size: 0.8rem;
}
.px-reading .example small {
  color: var(--muted-on-dark);
}
.px-reading .article-checklist {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.px-reading .article-checklist li {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.px-reading .article-note {
  font-size: 0.8rem;
  background: transparent;
  border-radius: 0;
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.px-reading .sources {
  border-top: 1px solid var(--line-strong);
  padding-top: 24px;
}
.px-reading .sources h2 {
  font-size: 1.35rem;
}
.px-reading .sources p,
.px-reading .sources li {
  font-size: 0.8rem;
}
.px-page-pilot .pilot-form {
  border: 0;
  border-radius: 0;
  background: var(--surface);
  border-top: 4px solid var(--accent);
  box-shadow: 10px 10px 0 var(--surface-soft);
  padding: 35px;
}
.px-page-pilot .section-tight {
  padding-top: 40px;
}
.px-page-pilot .section-heading h2 {
  font-size: 2.5rem;
}
.px-page-pilot .section-heading em {
  font-style: normal;
}
@media (min-width: 1800px) {
  .px-page :where(main) h1 {
    font-size: 5.5rem;
  }
}
@media (max-width: 1000px) {
  .px-editorial {
    gap: 40px;
    grid-template-columns: 1fr 2fr;
  }
  .px-module-price,
  .px-faq,
  .px-migration,
  .px-trust,
  .px-planning,
  .px-tool-workspace {
    gap: 40px;
  }
  .px-tour-panel {
    gap: 35px;
    padding: 32px;
  }
  .px-reading .article-layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 40px;
  }
  .px-catalogue-group {
    grid-template-columns: 1fr 2.5fr;
    gap: 30px;
  }
  .px-import-flow {
    padding: 30px;
    gap: 15px;
    font-size: 0.85rem;
  }
  .px-import-flow strong {
    font-size: 1.2rem;
    padding: 20px;
  }
  .px-page .package-grid {
    grid-template-columns: 1fr;
  }
  .px-page .package-card {
    max-width: none;
  }
}
@media (max-width: 760px) {
  .px-page {
    --px-space: 65px;
  }
  .px-hero {
    padding: 30px 0 40px;
  }
  .px-hero-top {
    margin-bottom: 28px;
  }
  .px-edition {
    display: none;
  }
  .px-page :where(main) h1 {
    font-size: clamp(2.45rem, 8.7vw, 4.5rem);
  }
  .px-hero h1 br {
    display: none;
  }
  .px-hero h1 {
    max-width: 100%;
  }
  .px-hero-bottom {
    display: block;
    margin-top: 24px;
  }
  .px-hero-bottom p {
    font-size: 0.95rem;
  }
  .px-hero-bottom .px-link {
    margin-top: 22px;
  }
  .px-topic-ribbon {
    display: block;
    margin-top: 30px;
    padding-top: 18px;
  }
  .px-topic-ribbon span {
    margin: 12px 0;
    font-size: 0.75rem;
  }
  .px-page .product-nav {
    gap: 14px 24px;
    padding: 20px 0;
  }
  .px-editorial {
    display: block;
  }
  .px-editorial h2 {
    margin-top: 24px;
  }
  .px-editorial p {
    font-size: 0.95rem;
  }
  .px-stage {
    padding: 35px 0 55px;
  }
  .px-stage-header {
    display: block;
    margin-bottom: 30px;
  }
  .px-stage-header p {
    margin-top: 20px;
    font-size: 0.85rem;
  }
  .px-page .px-specimen {
    transform: none;
    width: calc(100% - 12px);
    margin: 0;
    box-shadow:
      6px 8px 0 var(--accent-ink),
      12px 16px 0 -2px var(--accent);
  }
  .px-specimen figcaption {
    padding: 14px 18px;
    display: block;
    font-size: 0.65rem;
  }
  .px-specimen figcaption > span + span {
    display: block;
    margin-top: 4px;
  }
  .px-specimen-body {
    padding: 22px 18px;
  }
  .px-specimen-heading {
    display: block;
  }
  .px-mark {
    display: inline-block;
    min-width: 44px;
    padding: 12px;
    margin-bottom: 20px;
    font-size: 0.8rem;
  }
  .px-ledger table {
    font-size: 0.72rem;
  }
  .px-ledger th,
  .px-ledger td {
    padding: 15px 8px;
    min-width: 85px;
  }
  .px-specimen-foot {
    margin: 0 18px;
    font-size: 0.55rem;
  }
  .px-message {
    max-width: 95%;
    padding: 16px;
  }
  .px-message p {
    font-size: 0.9rem;
  }
  .px-feature-index article {
    grid-template-columns: 26px 1fr;
    gap: 15px;
  }
  .px-feature-index p {
    grid-column: 2;
    font-size: 0.9rem;
  }
  .px-preparation {
    padding: 40px 0;
  }
  .px-steps {
    display: block;
  }
  .px-steps li {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 20px;
    margin: 0 0 30px;
  }
  .px-step-number {
    width: 36px;
    height: 36px;
  }
  .px-steps-vertical li {
    margin: 0;
    padding-bottom: 35px;
  }
  .px-steps-vertical li:not(:last-child):before {
    left: 18px;
    top: 36px;
  }
  .px-preparation-foot {
    display: block;
  }
  .px-preparation-foot > span {
    display: block;
    margin-top: 20px;
  }
  .px-module-price {
    display: block;
    padding-bottom: 45px;
  }
  .px-page .px-price-ticket {
    margin-top: 35px;
    padding: 28px;
  }
  .px-page .px-availability {
    font-size: 0.8rem;
    padding: 18px 20px;
  }
  .px-faq {
    display: block;
  }
  .px-faq > div + div {
    margin-top: 30px;
  }
  .px-faq summary {
    font-size: 0.95rem;
  }
  .px-connections > div {
    display: block;
  }
  .px-system {
    gap: 12px;
    padding-top: 45px;
    font-size: 0.75rem;
  }
  .px-system strong {
    font-size: 1.65rem;
    white-space: nowrap;
  }
  .px-catalogue-group {
    display: block;
    margin-bottom: 40px;
  }
  .px-catalogue-group h2 {
    font-size: 1.6rem;
    margin-bottom: 22px;
  }
  .px-catalogue-group a {
    grid-template-columns: 42px 1fr 12px;
    gap: 12px;
  }
  .px-catalogue-group h3 {
    font-size: 1.2rem;
  }
  .px-catalogue-group p {
    font-size: 0.8rem;
  }
  .px-catalogue-mark {
    font-size: 0.7rem;
  }
  .px-handoff {
    display: block;
  }
  .px-handoff article {
    border-left: 0;
    padding: 28px 20px;
  }
  .px-audience-work > a {
    grid-template-columns: 48px 1fr 12px;
    gap: 15px;
  }
  .px-audience-work > a p {
    grid-column: 2;
  }
  .px-audience-work > a > span:last-child {
    grid-column: 3;
    grid-row: 1;
  }
  .px-migration {
    display: block;
    padding-top: 40px;
  }
  .px-migration-note {
    position: static;
    padding: 28px;
    margin-bottom: 40px;
  }
  .px-migration-note h2 {
    font-size: 2rem;
  }
  .px-import-flow {
    flex-direction: column;
    gap: 20px;
    padding: 30px;
  }
  .px-import-flow i {
    transform: rotate(90deg);
  }
  .px-format-list {
    display: block;
  }
  .px-format-list article {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 20px;
    margin-bottom: 28px;
  }
  .px-format-list article > strong {
    font-size: 2rem;
  }
  .px-format-list h2 {
    font-size: 1.3rem;
    margin-top: 4px;
  }
  .px-compare-prices {
    padding: 30px 20px;
  }
  .px-page th,
  .px-page td {
    padding: 16px;
    font-size: 0.8rem;
  }
  .px-trust {
    display: block;
    padding-top: 40px;
  }
  .px-trust > div + div {
    margin-top: 40px;
  }
  .px-planning {
    display: block;
    padding-top: 40px;
  }
  .px-planning ol {
    margin-top: 35px;
  }
  .px-planning li {
    grid-template-columns: 75px 1fr;
    gap: 15px;
  }
  .px-tour-panel {
    display: block;
    padding: 28px 20px 40px;
  }
  .px-tour-panel h2 {
    font-size: 1.85rem;
  }
  .px-tour-number {
    font-size: 3.5rem;
  }
  .px-tour-paper {
    margin-top: 40px;
    padding: 22px;
    transform: none;
  }
  .px-tour-paper > div {
    font-size: 0.75rem;
  }
  .px-page .demo-tabs {
    flex-wrap: wrap;
  }
  .px-page .demo-tabs button {
    flex: 1 0 45%;
    padding: 16px 10px;
    font-size: 0.75rem;
  }
  .px-tool-workspace {
    display: block;
    padding-top: 30px;
  }
  .px-tool-result {
    margin-top: 30px;
    padding: 28px;
  }
  .px-ending {
    padding: 50px 0;
  }
  .px-ending > .wrap {
    display: block;
  }
  .px-ending h2 {
    font-size: 2.5rem;
  }
  .px-ending p {
    margin-top: 30px;
  }
  .px-page .related .link-grid {
    grid-template-columns: 1fr;
  }

  .px-page .offer-features {
    grid-template-columns: 1fr;
  }
  .px-page .cost-form,
  .px-page .quote-panel {
    padding: 25px;
  }
  .px-page .topic-section {
    display: block;
  }
  .px-page .task-entries {
    grid-template-columns: 1fr;
  }
  .px-page .task-entries > a {
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
  }
  .px-reading .article-hero h1 {
    font-size: 2.5rem;
  }
  .px-reading .article-hero .lead {
    font-size: 1rem;
  }
  .px-reading .article-layout {
    display: block;
  }
  .px-reading .article-aside {
    position: static;
    margin-bottom: 40px;
  }
  .px-reading .article-aside > a {
    display: inline-block;
    margin-right: 18px;
  }
  .px-reading .aside-note {
    display: none;
  }
  .px-reading .prose h2 {
    font-size: 1.6rem;
  }
  .px-reading .prose p {
    font-size: 0.95rem;
  }
  .px-reading .example {
    padding: 24px;
  }
  .px-page-pilot .pilot-form {
    padding: 24px;
    margin-top: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .px-link span {
    transition: none;
  }
}
/* Keep UI captions and the closing band readable against their own surfaces. */
.px-page .px-specimen figcaption {
  color: var(--ink);
}
.px-page .px-ending p,
.px-page .px-ending .brand-kicker {
  color: var(--on-accent);
}
.px-page .px-ending .px-link {
  color: var(--on-accent);
}
.px-page .related .section-heading h2 {
  font-size: 1.35rem;
}
.px-page .related {
  padding-top: 35px;
  padding-bottom: 45px;
}
.px-page .px-connections {
  padding-bottom: 50px;
}
.px-page-prijzen .hs-pricing {
  padding-top: 45px;
}
.px-page-prijzen .hs-pricing .hs-section-head:first-child {
  margin-bottom: 30px;
}
.px-page-prijzen .home-story h2 {
  font-size: clamp(2rem, 3.5vw, 3.4rem);
}
.px-page-prijzen .hs-package h3 {
  font-size: 1.5rem;
}
.px-page-prijzen .hs-package p {
  line-height: 1.65;
}
.px-reading .article-checklist label {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}
.px-reading .article-answer {
  background: var(--surface-tint);
  padding: 24px 30px;
  margin: 0 0 40px;
  border-left: 3px solid var(--accent);
}
.px-reading .article-answer p {
  margin: 10px 0 0;
}
@media (max-width: 760px) {
  .px-reading .aside-note {
    display: block;
  }
}
.px-stage-header > div {
  max-width: 550px;
}
.px-page .px-stage-header h2 {
  font-size: clamp(1.75rem, 2.7vw, 2.5rem);
  margin: 20px 0 0;
  color: var(--on-dark);
}
.px-page .topic-section .searchable {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
}
.px-page .topic-section .card {
  height: 100%;
}
.px-page .topic-section .card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 760px) {
  .px-page .topic-section .searchable {
    grid-template-columns: 1fr;
  }
}

.px-audience-nav {
  padding-top: 20px;
  text-align: right;
}
@media (max-width: 760px) {
  .px-page :where(main) h1,
  .px-page :where(main) h2 {
    letter-spacing: -0.045em;
  }
}
.px-reading .article-hero .article-answer {
  margin: 32px 0 0;
  max-width: 790px;
}
.px-reading .article-hero .article-answer h2 {
  font-size: 1.45rem;
  margin: 14px 0;
}
.px-reading .article-hero .article-answer p {
  font-size: 0.95rem;
  margin: 0;
}
.px-error {
  padding-top: 35px;
  padding-bottom: 100px;
}
.px-error-mark {
  display: block;
  font-size: clamp(6rem, 18vw, 13rem);
  letter-spacing: -0.08em;
  line-height: 1.1;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 25px;
}
.px-error h1 {
  margin: 25px 0;
}
.px-tour-panel > div:first-child > p,
.px-handoff article > p {
  color: var(--muted-on-dark);
}
.px-handoff article:nth-child(2) > p {
  color: var(--on-accent);
}

/* Koppelingen: the same editorial rhythm and dossier language as the homepage. */
.connections {
  --cn-space: clamp(64px, 7vw, 104px);
}
.connections h1,
.connections h2,
.connections h3 {
  font-weight: 500;
  letter-spacing: -0.05em;
}
.connections h2 {
  font-size: clamp(2rem, 3.7vw, 3.6rem);
  line-height: 1.12;
  margin: 20px 0 0;
}
.connections h3 {
  font-size: 1.45rem;
  line-height: 1.3;
}
.connections p {
  line-height: 1.8;
  color: var(--muted);
}
.cn-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--accent);
  color: var(--on-accent);
  padding-block: 64px 30px;
}
.cn-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.cn-hero h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 1.02;
  margin: 28px 0;
}
.cn-hero-copy > p {
  max-width: 420px;
  margin: 0 0 28px;
  color: inherit;
  font-size: 0.95rem;
}
.cn-hero .button {
  gap: 28px;
  background: var(--surface);
  color: var(--ink);
  border-color: var(--surface);
}
.cn-hero-copy > .cn-status {
  font-size: 0.72rem;
  margin: 22px 0 0;
  max-width: 330px;
}
.cn-hero .cn-scene {
  transform: rotate(-2deg);
}
.cn-hero .cn-source {
  background: var(--surface-glass);
  color: var(--ink);
  border: 0;
}
.cn-hero .cn-source small,
.cn-hero .cn-file {
  color: var(--muted);
}
.cn-hero .cn-paper {
  box-shadow: 0 24px 45px #71320f26;
}
.cn-hero .cn-route {
  border-top: 1px solid var(--line-on-dark);
  padding-top: 28px;
  max-width: none;
}
.cn-hero .cn-route small {
  color: inherit;
}
.cn-hero .cn-route > strong {
  border-color: var(--line-on-dark);
}
.cn-hero .cn-route i {
  background: var(--surface-half);
}
.cn-hero .cn-route i::after {
  background: var(--surface);
}
.cn-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cn-checklist li {
  display: flex;
  gap: 25px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-on-dark);
}
.cn-checklist li > span {
  font-size: 0.75rem;
  color: var(--accent);
  padding-top: 5px;
}
.cn-checklist h3 {
  margin: 0;
  font-size: 1.3rem;
}
.cn-checklist p {
  margin: 10px 0 0;
  font-size: 0.85rem;
}
.cn-route {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 62px auto 0;
  max-width: 980px;
  text-align: left;
}
.cn-route > span,
.cn-route > strong {
  font-weight: 600;
  font-size: 0.95rem;
}
.cn-route small {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--muted);
  margin-top: 7px;
}
.cn-route > strong {
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  padding: 20px 32px;
}
.cn-route i {
  height: 1px;
  background: var(--line-strong);
  flex: 1;
  position: relative;
}
.cn-route i::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  position: absolute;
  right: 0;
  top: -3px;
}
.cn-work {
  background: var(--ink);
  color: var(--on-dark);
  padding-block: var(--cn-space);
  scroll-margin-top: 110px;
}
.cn-heading {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 48px;
}
.cn-heading > p {
  max-width: 370px;
  margin: 0;
  font-size: 0.95rem;
}
.cn-work p {
  color: var(--muted-on-dark);
}
.cn-work .brand-kicker {
  color: var(--muted-on-dark);
}
.cn-workspace {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
  border-top: 1px solid var(--line-on-dark);
  padding-top: 42px;
}
.cn-number {
  color: var(--accent);
  font-size: 3rem;
}
.cn-work-copy h3 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 12px 0 20px;
}
.cn-work-copy p {
  max-width: 340px;
  font-size: 0.9rem;
  margin-bottom: 25px;
}
.cn-work-copy .px-link {
  color: var(--on-dark);
}
.cn-scene {
  padding: 12px;
}
.cn-source {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 12px 24px;
  padding: 18px 22px;
  border: 1px solid var(--line-on-dark);
  border-radius: 8px;
}
.cn-source > span:first-child {
  color: var(--accent);
  font-size: 1.8rem;
}
.cn-source strong {
  font-size: 0.85rem;
  font-weight: 500;
}
.cn-source small {
  display: block;
  font-size: 0.68rem;
  color: var(--muted-on-dark);
  margin-top: 5px;
}
.cn-file {
  margin-left: auto;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: var(--muted-on-dark);
}
.cn-paper {
  background: var(--paper);
  color: var(--ink);
  border-radius: 10px;
  padding: 28px 32px;
  box-shadow: 8px 8px 0 #ffffff15;
}
.cn-paper-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.65rem;
  color: var(--muted);
}
.cn-mark {
  color: var(--accent);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.1em;
}
.cn-paper h3 {
  margin: 24px 0;
}
.cn-paper dl {
  margin: 0;
}
.cn-paper dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
}
.cn-paper dd {
  margin: 0;
  white-space: nowrap;
  font-weight: 600;
}
.cn-paper .cn-difference {
  background: var(--accent-soft);
  margin-inline: -12px;
  padding-inline: 12px;
  border: 0;
  border-radius: 5px;
}
.cn-paper > p {
  font-size: 0.73rem;
  color: var(--muted);
  margin-block: 20px;
}
.cn-paper-foot {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  color: var(--muted);
}
.cn-formats {
  padding-block: var(--cn-space) 0;
}
.cn-format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.cn-format-grid article {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line-strong);
  padding-top: 25px;
}
.cn-format-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cn-format-top strong {
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 17px 12px;
  font-size: 1.15rem;
  font-weight: 500;
}
.cn-format-top > span {
  color: var(--muted);
  font-size: 0.7rem;
}
.cn-format-grid h3 {
  margin: 26px 0 0;
  font-size: 1.35rem;
}
.cn-format-grid p {
  font-size: 0.85rem;
  margin-bottom: 24px;
}
.cn-format-grid .px-link {
  margin-top: auto;
  align-self: start;
}
.cn-availability {
  display: flex;
  align-items: center;
  gap: 28px;
  border-radius: 10px;
  background: var(--surface);
  margin-top: 48px;
  padding: 28px 32px;
}
.cn-availability > span {
  color: var(--accent);
  font-size: 2.5rem;
}
.cn-availability h3 {
  font-size: 1.1rem;
  margin: 0;
}
.cn-availability p {
  font-size: 0.8rem;
  max-width: 550px;
  margin: 8px 0 0;
}
.cn-availability .px-link {
  margin-left: auto;
  flex-shrink: 0;
}
.cn-prepare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-block: var(--cn-space);
}
.cn-prepare > div > p {
  font-size: 0.9rem;
  max-width: 370px;
  margin-block: 24px;
}
.cn-prepare ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cn-prepare li {
  display: flex;
  gap: 26px;
  padding: 24px 0;
  border-top: 1px solid var(--line-strong);
}
.cn-prepare li > span {
  color: var(--muted);
  font-size: 0.75rem;
  padding-top: 5px;
}
.cn-prepare li h3 {
  margin: 0;
  font-size: 1.3rem;
}
.cn-prepare li p {
  margin: 10px 0 0;
  font-size: 0.85rem;
}
@media (max-width: 900px) {
  .cn-hero-grid,
  .cn-heading,
  .cn-workspace,
  .cn-prepare {
    gap: 36px;
  }
  .cn-availability {
    flex-wrap: wrap;
  }
  .cn-availability .px-link {
    margin-left: 0;
  }
  .cn-paper {
    padding: 24px;
  }
}
@media (max-width: 650px) {
  .cn-hero {
    padding-top: 36px;
  }
  .cn-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .cn-hero .cn-scene {
    transform: none;
  }
  .cn-hero h1 {
    font-size: clamp(3rem, 12vw, 4.5rem);
  }
  .cn-hero-grid,
  .cn-heading,
  .cn-workspace,
  .cn-prepare,
  .cn-format-grid {
    grid-template-columns: 1fr;
  }
  .cn-heading {
    gap: 22px;
    margin-bottom: 32px;
  }
  .cn-route {
    gap: 12px;
    margin-top: 36px;
    flex-direction: column;
    text-align: center;
  }
  .cn-route i {
    flex: none;
    height: 24px;
    width: 1px;
  }
  .cn-route i::after {
    right: -3px;
    top: auto;
    bottom: 0;
  }
  .cn-route > strong {
    padding: 15px 30px;
  }
  .cn-route small {
    margin-top: 3px;
  }
  .cn-scene {
    padding: 0 8px 8px 0;
  }
  .cn-source {
    margin-inline: 0;
    padding: 15px;
    gap: 10px;
  }
  .cn-paper {
    padding: 20px;
  }
  .cn-paper dl > div {
    font-size: 0.73rem;
    gap: 12px;
  }
  .cn-paper-top {
    font-size: 0.58rem;
  }
  .cn-format-grid {
    gap: 32px;
  }
  .cn-format-grid h3 {
    margin-top: 20px;
  }
  .cn-availability {
    padding: 24px;
    gap: 16px;
  }
  .cn-availability > span {
    display: none;
  }
}

/* Office story: shared homepage dossier scenes, with a dedicated page rhythm. */
.offices-story figure {
  margin: 0;
  min-width: 0;
}
.offices-story .offices-heading {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 48px;
}
.offices-story h2 {
  margin: 20px 0 0;
}
.offices-story p {
  color: var(--muted);
  margin: 0;
}
.offices-story .offices-heading > p {
  max-width: 440px;
}
.offices-hero {
  background:
    radial-gradient(ellipse at 90% 0%, #ffd0ae 0, transparent 60%),
    var(--accent);
  padding: 68px 0 0;
}
.offices-hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 76px;
  align-items: center;
}
.offices-intro {
  color: var(--on-accent);
}
.offices-intro h1 {
  margin: 28px 0 24px;
  font-size: clamp(3rem, 4.7vw, 4.8rem);
}
.offices-story .offices-intro > p {
  color: inherit;
  max-width: 380px;
  font-size: 1.05rem;
  margin-bottom: 28px;
}
.offices-intro .button {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--surface);
}
.offices-dashboard {
  transform: rotate(-2deg);
}
.offices-story figcaption {
  font-size: 0.65rem;
  margin-top: 20px;
  text-align: center;
}
.offices-dashboard figcaption {
  color: var(--on-accent);
}
.offices-hero-foot {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 58px;
  border-top: 1px solid #ffffff60;
  font-size: 0.7rem;
  color: var(--on-accent);
}
.offices-overview,
.offices-work {
  padding-top: 100px;
  padding-bottom: 96px;
}
.offices-signals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-strong);
}
.offices-signals article {
  padding: 28px 30px 0;
  border-left: 1px solid var(--line);
}
.offices-signals article:first-child {
  padding-left: 0;
  border: 0;
}
.offices-signal {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.7rem;
}
.offices-signal i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.offices-signals h3 {
  margin: 22px 0 12px;
}
.offices-signals p {
  font-size: 0.88rem;
  max-width: 300px;
}
.offices-collaboration {
  background: var(--panel-dark);
  color: var(--on-dark);
  padding: 88px 0 0;
}
.offices-collaboration .offices-heading > p,
.offices-handoff p {
  color: var(--muted-on-dark);
}
.offices-collaboration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center;
}
.offices-client {
  position: relative;
  padding: 24px 0;
}
.offices-client .scene-client {
  transform: rotate(-2deg);
  box-shadow: 12px 12px 0 var(--accent);
}
.offices-story .scene-message p {
  color: var(--ink);
  font-size: 0.85rem;
  line-height: 1.7;
  margin-top: 8px;
}
.offices-story .scene-reply p {
  color: var(--ink);
  background: var(--surface-tint);
  padding: 14px;
  font-size: 0.8rem;
  border-radius: 6px;
}
.offices-story .scene-work-title p {
  color: var(--muted);
  font-size: 0.75rem;
}
.offices-story .scene-work-title h3 {
  font-size: 1.7rem;
}
.offices-handoff {
  padding: 0;
  margin: 0;
  list-style: none;
}
.offices-handoff li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-top: 1px solid #ffffff30;
}
.offices-handoff li > span {
  color: var(--accent);
  font-size: 0.8rem;
  padding-top: 4px;
}
.offices-handoff h3 {
  font-size: 1.35rem;
  margin: 0 0 10px;
}
.offices-handoff p {
  font-size: 0.87rem;
}
.offices-handoff .px-link {
  font-size: 0.75rem;
  padding-bottom: 6px;
}
.offices-dark-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding: 24px 0;
  border-top: 1px solid #ffffff30;
  font-size: 0.7rem;
  color: var(--muted-on-dark);
}
.offices-dark-foot .px-link {
  color: var(--on-dark);
  font-size: 0.75rem;
}
.offices-modules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}
.offices-modules > a {
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
  text-decoration: none;
  border-left: 1px solid var(--line);
  transition: background 0.2s;
}
.offices-modules > a:first-child {
  border: 0;
}
.offices-modules > a:hover {
  background: var(--surface-tint);
}
.offices-module-mark {
  font-size: 0.85rem;
  color: var(--accent-ink);
  letter-spacing: 0.04em;
  margin-bottom: 36px;
}
.offices-modules h3 {
  font-size: 1.5rem;
  margin: 0 0 14px;
}
.offices-modules p {
  font-size: 0.88rem;
  padding-bottom: 32px;
}
.offices-module-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  font-size: 0.65rem;
  color: var(--muted);
}
.offices-module-foot > span {
  font-size: 1rem;
  color: var(--ink);
}
.offices-work-foot {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
}
.offices-start-inner {
  background: var(--surface-tint);
  border-top: 2px solid var(--accent);
  padding: 48px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
}
.offices-start-inner h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 24px;
}
.offices-start-inner p {
  font-size: 0.9rem;
}
.offices-start-inner ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.offices-start-inner li {
  display: flex;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.offices-start-inner li > span {
  color: var(--accent-ink);
  font-size: 0.75rem;
}
.offices-start-inner strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}
.offices-faq {
  padding-top: 100px;
  padding-bottom: 80px;
  max-width: 800px;
}
.offices-faq > div:first-child {
  text-align: center;
  margin-bottom: 40px;
}
.offices-faq details {
  border-top: 1px solid var(--line-strong);
}
.offices-faq details:last-child {
  border-bottom: 1px solid var(--line-strong);
}
.offices-faq summary {
  align-items: center;
  overflow-wrap: anywhere;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  font-size: 0.9rem;
  cursor: pointer;
  list-style: none;
}
.offices-faq summary::-webkit-details-marker {
  display: none;
}
.offices-faq summary > span {
  color: var(--accent-ink);
}
.offices-faq details[open] summary > span {
  font-size: 0;
}
.offices-faq details[open] summary > span::after {
  content: "−";
  font-size: 0.9rem;
}
.offices-faq details p {
  padding-bottom: 24px;
  font-size: 0.9rem;
}
.offices-faq details .px-link {
  display: flex;
  width: fit-content;
}
.offices-advisor {
  text-align: center;
  padding-top: 32px;
}
@media (max-width: 1000px) {
  .offices-hero-grid,
  .offices-collaboration-grid {
    gap: 40px;
  }
  .offices-story .offices-heading {
    gap: 40px;
  }
  .offices-start-inner {
    gap: 40px;
    padding: 32px;
  }
  .offices-modules > a {
    padding: 26px 18px;
  }
}
@media (max-width: 760px) {
  .offices-hero {
    padding-top: 40px;
  }
  .offices-hero-grid,
  .offices-collaboration-grid,
  .offices-story .offices-heading,
  .offices-start-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .offices-intro h1 {
    font-size: clamp(2.6rem, 10vw, 4rem);
  }
  .offices-dashboard {
    transform: none;
  }
  .offices-story .scene-work,
  .offices-story .scene-client {
    padding: 20px 18px 0;
    min-height: 0;
  }
  .offices-story .scene-cases > div {
    flex-wrap: wrap;
    gap: 8px;
  }
  .offices-story .scene-cases .scene-status {
    margin-left: auto;
  }
  .offices-story .scene-document strong {
    overflow-wrap: anywhere;
  }
  .offices-hero-foot,
  .offices-dark-foot,
  .offices-work-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .offices-hero-foot {
    margin-top: 32px;
  }
  .offices-overview,
  .offices-work,
  .offices-faq {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .offices-story .offices-heading {
    margin-bottom: 32px;
  }
  .offices-signals,
  .offices-modules {
    grid-template-columns: 1fr;
  }
  .offices-signals article,
  .offices-signals article:first-child {
    border: 0;
    border-bottom: 1px solid var(--line);
    padding: 24px 0;
  }
  .offices-signals h3 {
    margin-top: 14px;
  }
  .offices-signals p {
    max-width: none;
  }
  .offices-collaboration {
    padding-top: 64px;
  }
  .offices-client {
    padding: 0 8px;
  }
  .offices-client .scene-client {
    transform: none;
    box-shadow: 6px 6px 0 var(--accent);
  }
  .offices-dark-foot {
    margin-top: 24px;
  }
  .offices-modules > a,
  .offices-modules > a:first-child {
    padding: 28px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
  }
  .offices-module-mark {
    margin-bottom: 20px;
  }
  .offices-modules p {
    padding-bottom: 24px;
  }
  .offices-start-inner {
    padding: 28px 22px;
  }
}

.offices-hero-foot .px-link {
  font-size: 0.7rem;
  padding: 0;
}
