/* Platform overview. Shared design primitives belong to shared.css.
   Reference: the approved documentation; see design-refinement.md. */
body[data-lang="en"] .ru,
body[data-lang="ru"] .en {
  display: none !important;
}
[hidden] {
  display: none !important;
}
select {
  font: inherit;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
button,
select,
summary {
  touch-action: manipulation;
}
button:disabled,
input:disabled {
  cursor: default;
}
strong,
b {
  font-weight: 600;
}
p {
  margin: 0 0 16px;
}
ul,
ol {
  margin: 0 0 20px 22px;
}
li {
  margin-bottom: 8px;
}
li::marker {
  color: #76867c;
}

/* Actions inherit the restrained scale of the documentation header. */
.btn-primary,
.calc-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--brand);
  border-radius: 6px;
  background: var(--brand);
  color: white;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 550;
  text-align: center;
}
.btn-primary:hover,
.calc-cta:hover {
  background: #066b61;
  border-color: #066b61;
  text-decoration: none;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 550;
}
.text-link .icon {
  width: 14px;
  height: 14px;
}
.header-demo {
  white-space: nowrap;
}
.menu-toggle {
  display: none;
}
.site-shell nav.toc h2 > .en,
.site-shell nav.toc h2 > .ru {
  float: none;
}
.nav-foot {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* The same reading canvas, spacing and section hierarchy as the guide. */
main {
  min-width: 0;
  padding-top: 46px;
}
main > section > p,
.lead p {
  max-width: var(--measure);
}
.breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 12px;
}
.breadcrumbs a {
  color: var(--muted);
}
.breadcrumbs .icon {
  width: 12px;
  height: 12px;
  color: #919a94;
}
.lead {
  margin-bottom: 24px;
}
.eyebrow {
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.lead h1 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(36px, 3.4vw, 48px);
  line-height: 1.12;
  font-weight: 550;
  letter-spacing: -0.05em;
  text-wrap: balance;
}
.lead p {
  max-width: 76ch;
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin-top: 26px;
}
.hero-actions > .text-link {
  min-height: 44px;
}
section {
  position: relative;
  margin-bottom: 72px;
}
section > h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 550;
  letter-spacing: -0.035em;
  margin: 0 0 10px;
}
section + section {
  border-top: 1px solid var(--line);
  padding-top: 40px;
}
h3 {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 550;
  letter-spacing: -0.025em;
  margin: 34px 0 14px;
}
.sub {
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 26px;
}
.anchor-alias {
  position: absolute;
  inset: 0 auto auto 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 22px 0 20px;
}
.tag {
  font-size: 11px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 4px 9px;
  color: var(--muted);
  background: var(--soft);
}
.scope-note,
.package-price-note,
.calc-cost-note,
.pricing-footnote {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.section-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 26px;
}

/* Real screens remain complete, with the shared native viewer for detail. */
figure.shot {
  margin: 26px 0 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--soft);
}
figure.shot a[data-preview] {
  display: block;
  cursor: zoom-in;
}
figure.shot a:focus-visible {
  outline-offset: -3px;
}
figure.shot img {
  display: block;
  width: 100%;
  height: auto;
}
figure.shot figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 24px;
  flex-wrap: wrap;
  padding: 11px 16px;
  border-top: 1px solid var(--line);
  font-size: 11.5px;
  color: var(--muted);
}
figure.shot figcaption .text-link {
  font-size: 11.5px;
}
.demo-note {
  display: block;
  margin-top: 2px;
  font-size: 10px;
}
.stage-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 8px 0 16px;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.stage-tabs {
  display: flex;
  align-self: stretch;
  gap: 22px;
  min-width: 0;
}
.stage-tab {
  min-height: 48px;
  position: relative;
  padding: 11px 0;
  border: 0;
  background: transparent;
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
}
.stage-tab:hover {
  color: var(--ink);
}
.stage-tab[aria-selected="true"] {
  color: var(--accent);
  font-weight: 550;
}
.stage-tab[aria-selected="true"]::after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -1px;
  left: 0;
  right: 0;
  background: var(--brand);
}
.image-expand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 44px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--muted);
}
.image-expand:hover {
  color: var(--accent);
  background: var(--soft);
}
#siteLbOriginal {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #d7ded9;
  font-size: 12px;
}
#siteLbOriginal .icon {
  width: 14px;
  height: 14px;
}

/* Capabilities and operating terms use the guide's readable data tables. */
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0 26px;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  line-height: 1.7;
}
th {
  text-align: left;
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 12px 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
td {
  border-bottom: 1px solid var(--line);
  padding: 17px 14px;
  vertical-align: top;
}
tbody th {
  width: 28%;
  padding: 17px 14px;
  vertical-align: top;
  border-top: 0;
  background: transparent;
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 550;
}
tbody th .text-link {
  font-size: inherit;
  line-height: inherit;
  align-items: baseline;
}
tbody th .text-link .icon {
  align-self: center;
}
tbody tr:hover {
  background: #fafbfa;
}
.deployment-table table {
  table-layout: fixed;
}
.table-hint {
  display: none;
  margin: -14px 0 24px;
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
}
.deployment-table th:first-child {
  width: 23%;
}

.system-model {
  margin: 30px 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  font-size: 13px;
}
.model-title {
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted);
}
.model-access {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  list-style: none;
}
.model-access li {
  margin: 0;
  padding: 20px 12px;
  text-align: center;
  font-weight: 550;
}
.model-access li + li {
  border-left: 1px solid var(--line);
}
.model-records {
  padding: 16px 20px;
  border-block: 1px solid #cee3db;
  background: var(--brand-soft);
  color: var(--accent);
  text-align: center;
  font-weight: 550;
}
.model-output {
  padding: 16px 20px;
  text-align: center;
  color: var(--muted);
}
.integration-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.integration-list article {
  padding-top: 4px;
}
.integration-list h3 {
  margin: 0 0 12px;
  font-size: 17px;
}
.integration-list p {
  font-size: 13.5px;
  line-height: 1.8;
}
.note {
  border-left: 2px solid var(--brand);
  background: #f2f8f5;
  padding: 18px 22px;
  border-radius: 0 6px 6px 0;
  margin: 26px 0;
  font-size: 14px;
  line-height: 1.8;
}
.note p:last-child {
  margin-bottom: 0;
}
.implementation-steps {
  margin: 22px 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.implementation-steps li {
  position: relative;
  counter-increment: step;
  padding: 17px 0 17px 44px;
  margin: 0;
  border-top: 1px solid var(--line);
}
.implementation-steps li::before {
  content: "0" counter(step);
  position: absolute;
  left: 0;
  top: 19px;
  font-size: 11px;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.implementation-steps strong {
  font-size: 14px;
}
.implementation-steps p {
  max-width: var(--measure);
  margin: 5px 0 0;
  font-size: 13.5px;
}

/* Commercial configuration is an explicit, inspectable part of the page. */
.deploy-toggle-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 30px 0 20px;
}
.deploy-toggle {
  display: flex;
  flex-shrink: 0;
  gap: 4px;
  border: 1px solid var(--line);
  padding: 4px;
  border-radius: 6px;
}
.deploy-opt {
  min-height: 62px;
  padding: 9px 15px;
  border: 0;
  background: var(--bg);
  border-radius: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}
.deploy-opt small {
  display: block;
  font-size: 10px;
  font-weight: 400;
}
.deploy-opt[aria-pressed="true"] {
  background: var(--brand-soft);
  color: var(--accent);
  font-weight: 550;
}
.deploy-opt:hover {
  background: var(--soft);
}
.deploy-opt[aria-pressed="true"]:hover {
  background: var(--brand-soft);
}
.deploy-desc {
  max-width: 52ch;
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.bundle-list {
  margin: 24px 0 36px;
  border-top: 1px solid var(--line);
}
.bundle-card {
  border-bottom: 1px solid var(--line);
}
.bundle-card summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto auto;
  column-gap: 36px;
  row-gap: 3px;
  padding: 22px 38px 22px 0;
  list-style: none;
  cursor: pointer;
}
.bundle-card summary::-webkit-details-marker,
.pricing-details summary::-webkit-details-marker {
  display: none;
}
.bundle-card summary::after,
.pricing-details summary::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border: solid var(--muted);
  border-width: 0 1.5px 1.5px 0;
  right: 8px;
  top: 30px;
  transform: rotate(45deg);
}
.bundle-card[open] summary::after,
.pricing-details[open] summary::after {
  transform: rotate(225deg);
  top: 33px;
}
.bundle-card summary:hover .bundle-name {
  color: var(--accent);
}
.bundle-card summary:focus-visible {
  outline-offset: -3px;
}
.bundle-name {
  grid-column: 1;
  grid-row: 1;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 550;
  letter-spacing: -0.015em;
}
.bundle-desc {
  grid-column: 1;
  grid-row: 2 / 4;
  max-width: 70ch;
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.bundle-price {
  grid-column: 2;
  grid-row: 1;
  font-size: 19px;
  font-weight: 550;
  line-height: 1.5;
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}
.bundle-price-unit {
  grid-column: 2;
  grid-row: 2;
  font-size: 10px;
  color: var(--muted);
  text-align: right;
}
.bundle-saving {
  grid-column: 2;
  grid-row: 3;
  font-size: 10px;
  color: var(--accent);
  text-align: right;
}
.bundle-body {
  border-top: 1px solid var(--line);
  padding: 18px 20px 22px;
  background: var(--soft);
}
.bundle-modules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 32px;
  margin: 0 0 18px 16px;
  font-size: 12px;
}
.bundle-modules li {
  margin: 0;
}
.bundle-action {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid #cee3db;
  border-radius: 5px;
  color: var(--accent);
  background: var(--bg);
  font-size: 12px;
  font-weight: 550;
}
.bundle-action:hover {
  background: var(--brand-soft);
  text-decoration: none;
}
#pricing-status {
  font-size: 13px;
  color: var(--muted);
}
.calc {
  margin: 40px 0 28px;
}
.calc-head {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.calc-head h3 {
  margin: 0 0 12px;
}
.calc-head p {
  max-width: var(--measure);
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.calc-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 36%);
  gap: 28px;
  align-items: start;
  padding: 24px 0;
}
.calc-modules {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
.calc-mod {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 67px;
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
}
.calc-mod:hover {
  background: var(--soft);
}
.calc-mod.on {
  background: #f2f8f5;
}
.calc-mod.core {
  cursor: default;
}
.calc-mod input {
  width: 16px;
  height: 16px;
  accent-color: var(--brand);
}
.calc-mod:focus-within {
  outline: 2px solid var(--brand);
  outline-offset: -2px;
}
.calc-mod-name {
  font-size: 12px;
  line-height: 1.65;
  font-weight: 500;
}
.calc-mod-name small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  font-weight: 400;
}
.calc-mod-price {
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.module-period {
  color: var(--muted);
  font-size: 9px;
}
.calc-summary {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
}
.calc-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 13px;
  font-size: 11px;
  line-height: 1.7;
}
.calc-row > span {
  color: var(--muted);
}
.calc-row strong {
  text-align: right;
  font-weight: 550;
  font-variant-numeric: tabular-nums;
}
.calc-opt-group {
  margin-top: 16px;
}
.calc-opt-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  color: var(--muted);
}
.calc-opt-group select {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 1px solid #ccd5cf;
  border-radius: 4px;
  padding: 7px 28px 7px 8px;
  color: var(--ink);
  background: var(--bg);
  font-size: 12px;
  text-overflow: ellipsis;
}
.calc-opt-price {
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.calc-total {
  margin: 24px 0 18px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.calc-total-label {
  font-size: 12px;
  font-weight: 550;
}
.calc-total-sub {
  font-size: 10px;
  color: var(--muted);
}
.calc-total-val {
  margin-top: 9px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 550;
  letter-spacing: -0.035em;
  font-variant-numeric: tabular-nums;
}
.calc-note {
  margin: 14px 0;
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
}
.calc-cta {
  margin-top: 12px;
  width: 100%;
  font-size: 12px;
}
.calc-cost-note {
  margin: 0;
}
.pricing-details {
  border-block: 1px solid var(--line);
  margin: 30px 0 20px;
}
.pricing-details > summary {
  position: relative;
  padding: 20px 30px 20px 0;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 550;
  list-style: none;
  cursor: pointer;
}
.pricing-details > summary::after {
  top: 26px;
}
.pricing-details[open] > summary::after {
  top: 29px;
}
.details-content {
  padding: 0 0 26px;
}
.details-content > h3 {
  font-size: 17px;
  margin: 22px 0 16px;
}
.scenarios-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
}
.scenario {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.scenario-name {
  font-size: 13px;
  font-weight: 550;
  margin-bottom: 12px;
}
.scenario-price-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  font-size: 12px;
  margin: 5px 0;
}
.scenario-price-row strong {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.scenario-note {
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
}
.offers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
}
.offer {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.offer-name {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 550;
}
.offer-desc {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.documentation-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 26px 0;
  border-top: 1px solid var(--line);
}
.documentation-links .text-link {
  min-height: 52px;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 12px 16px 12px 0;
}
.documentation-links .text-link:nth-child(even) {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}
.contact-note {
  margin-top: 36px;
}
.contact-note > strong {
  display: block;
  margin-bottom: 8px;
}
.contact-note p {
  max-width: var(--measure);
  font-size: 13px;
}
.contact-note > a {
  font-size: 13px;
}

/* A compact close, matching the documentation footer. */
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 40px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}
footer p {
  margin: 0;
}
footer a {
  color: var(--muted);
}
.footer-brand {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer-brand .brand-mark {
  width: 23px;
  height: 23px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.footer-links .icon {
  width: 13px;
  height: 13px;
}

@media (min-width: 1400px) {
  .calc-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
  }
}
@media (max-width: 1200px) {
  .header-demo {
    display: none;
  }
  .integration-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }
  .integration-list article {
    padding-top: 20px;
    border-top: 1px solid var(--line);
  }
  .integration-list h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .integration-list p {
    max-width: var(--measure);
  }
  .deploy-toggle-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .deploy-desc {
    max-width: var(--measure);
  }
  .calc-body {
    grid-template-columns: minmax(0, 1fr);
  }
  .calc-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
  }
  .bundle-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .calc-summary {
    max-width: 520px;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .menu-toggle {
    display: inline-flex;
    min-height: 44px;
  }
  main {
    padding-top: 30px;
  }
  .lead h1 {
    font-size: clamp(36px, 5.4vw, 48px);
  }
  body.nav-open {
    overflow: hidden;
  }
  .calc-opt-group select {
    font-size: 16px;
  }
  footer {
    padding: 26px 32px;
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .calc-modules {
    grid-template-columns: minmax(0, 1fr);
  }
  .calc-mod-name,
  .calc-mod-price {
    font-size: 13px;
  }
  .bundle-card summary {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 16px;
    padding-right: 25px;
  }
  .bundle-desc {
    grid-row: 3;
    grid-column: 1 / -1;
    margin-top: 8px;
  }
  .bundle-price-unit {
    grid-row: 2;
  }
  .bundle-saving {
    grid-column: 1;
    grid-row: 2;
    text-align: left;
  }
  .bundle-name {
    font-size: 15px;
  }
  .bundle-price {
    font-size: 17px;
  }
  .bundle-card summary::after {
    right: 3px;
  }
  .deployment-table table {
    min-width: 620px;
  }
  .table-hint {
    display: block;
  }
  .scenarios-grid,
  .offers-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 560px) {
  .header-docs {
    flex: 1;
    justify-content: flex-start;
    min-height: 36px;
    border-color: transparent;
    padding: 6px 0;
    font-size: 11px;
  }
  .header-docs .icon {
    width: 15px;
    height: 15px;
  }
  .menu-toggle {
    min-height: 36px;
    padding: 6px 9px;
    font-size: 11px;
  }
  .menu-toggle .icon {
    width: 15px;
    height: 15px;
  }
  main {
    padding-top: 24px;
  }
  .breadcrumbs {
    margin-bottom: 28px;
    font-size: 11px;
  }
  .lead h1 {
    font-size: clamp(32px, 8.8vw, 40px);
    line-height: 1.12;
  }
  .lead p {
    font-size: 14px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  .hero-actions {
    gap: 10px 20px;
    margin-top: 22px;
    align-items: flex-start;
  }
  .hero-actions .btn-primary {
    width: 100%;
  }
  .hero-actions .text-link {
    min-height: 40px;
    font-size: 12px;
  }
  .tags {
    gap: 5px;
    margin-top: 18px;
  }
  .tag {
    font-size: 10px;
    padding: 3px 7px;
  }
  section {
    margin-bottom: 48px;
  }
  section > h2 {
    font-size: 27px;
  }
  section + section {
    padding-top: 30px;
  }
  h3 {
    font-size: 20px;
  }
  .sub {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .scope-note,
  .package-price-note,
  .calc-cost-note,
  .pricing-footnote {
    font-size: 11px;
  }
  figure.shot {
    border-radius: 5px;
    margin-top: 22px;
  }
  figure.shot figcaption {
    font-size: 10px;
    padding: 9px 11px;
    gap: 7px;
  }
  figure.shot figcaption .text-link {
    font-size: 10px;
  }
  .stage-bar {
    padding-left: 11px;
    padding-right: 2px;
    gap: 4px;
  }
  .stage-tabs {
    gap: 14px;
  }
  .stage-tab {
    font-size: 10px;
  }
  .image-expand {
    width: 32px;
  }
  .image-expand .icon {
    width: 16px;
    height: 16px;
  }
  table {
    font-size: 12px;
    line-height: 1.75;
  }
  th,
  td {
    padding: 12px 10px;
  }
  th {
    font-size: 9px;
  }
  tbody th {
    font-size: 12px;
    padding: 12px 10px 12px 0;
    width: 34%;
  }
  tbody td {
    padding-right: 0;
  }
  .coverage-table thead th:first-child {
    padding-left: 0;
  }
  .coverage-table tbody th .text-link {
    display: inline;
  }
  .coverage-table tbody th .icon {
    width: 11px;
    height: 11px;
    vertical-align: baseline;
  }
  .model-title {
    font-size: 10px;
    padding: 10px 12px;
  }
  .model-access li {
    font-size: 11px;
    padding: 16px 8px;
  }
  .model-records,
  .model-output {
    font-size: 12px;
    padding: 14px 12px;
  }
  .note {
    font-size: 13px;
    padding: 16px;
  }
  .implementation-steps li {
    padding-left: 32px;
  }
  .implementation-steps p {
    font-size: 13px;
  }
  .deploy-toggle {
    width: 100%;
  }
  .deploy-opt {
    flex: 1;
    min-width: 0;
    padding: 8px 10px;
    font-size: 12px;
  }
  .deploy-opt small {
    font-size: 9px;
  }
  .bundle-modules {
    grid-template-columns: minmax(0, 1fr);
  }
  .bundle-body {
    padding: 16px;
  }
  .bundle-action {
    font-size: 11px;
  }
  .calc-body {
    gap: 22px;
  }
  .calc-mod {
    padding-inline: 9px;
  }
  .calc-summary {
    padding: 18px 16px;
  }
  .calc-head h3 {
    font-size: 20px;
  }
  .calc-head p {
    font-size: 11px;
  }
  .documentation-links {
    grid-template-columns: minmax(0, 1fr);
  }
  .documentation-links .text-link:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }
  .contact-note p {
    font-size: 12px;
  }
  footer {
    flex-direction: column;
    padding: 26px 22px;
    gap: 18px;
  }
  .footer-links {
    gap: 14px;
  }
}
