/* Site-owned rendering of the approved shared-parameter Buy comparison.
   Values remain owned by existing CMS content; no pricing metadata migration. */
.buy-matrix {
  --buy-ink: #20313f;
  --buy-text: #435461;
  --buy-muted: #64737f;
  --buy-blue: #096ba8;
  --buy-blue-hover: #075685;
  margin-block: 26px 30px;
  min-width: 0;
  color: var(--buy-text);
  font-size: 14px;
  line-height: 1.5;
}
.buy-matrix table.buy-comparison {
  width: 100%;
  margin: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.buy-matrix .buy-parameter-column { width: 220px; }
.buy-matrix table.buy-comparison :is(th, td) {
  box-sizing: border-box;
  width: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--buy-text);
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  white-space: normal;
  overflow-wrap: anywhere;
}
.buy-matrix table.buy-comparison :is(.buy-corner, .buy-action-label) { padding: 0; }
.buy-matrix table.buy-comparison .buy-parameter {
  position: relative;
  padding: 11px 16px 11px 0;
  color: var(--buy-muted);
  text-align: left;
}
/* Real columns align the facts. Inset surfaces provide quiet, complete tier
   boundaries without changing table semantics or clipping keyboard focus. */
.buy-matrix table.buy-comparison :is(.buy-tier-header, .buy-value, .buy-actions) {
  position: relative;
  isolation: isolate;
  padding: 11px 14px 11px 26px;
  color: #345773;
  text-align: center;
}
.buy-matrix table.buy-comparison :is(.buy-tier-header, .buy-value, .buy-actions)::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 0 12px;
  background: #fff;
  border-inline: 1px solid #d3dde4;
}
.buy-matrix table.buy-comparison .buy-tier-header {
  padding-top: 20px;
  padding-bottom: 18px;
  vertical-align: top;
}
.buy-matrix table.buy-comparison .buy-tier-header::before {
  border-top: 1px solid #d3dde4;
  border-radius: 7px 7px 0 0;
  background: #f6f8fa;
}
.buy-matrix table.buy-comparison .buy-license-title {
  margin: 0 0 10px;
  padding: 0;
  color: var(--buy-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.buy-matrix .buy-price { margin: 0; padding: 0; }
.buy-matrix .buy-price strong {
  color: #274a64;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.3;
  font-variant-numeric: tabular-nums;
}
.buy-matrix table.buy-comparison .buy-value { vertical-align: middle; }
.buy-matrix table.buy-comparison tbody tr + tr :is(.buy-value, .buy-parameter)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  right: 14px;
  border-top: 1px solid #e6edf2;
}
.buy-matrix table.buy-comparison tbody tr + tr .buy-parameter::after { left: 0; right: 16px; }
.buy-matrix table.buy-comparison .buy-actions { padding-top: 18px; padding-bottom: 18px; }
.buy-matrix table.buy-comparison .buy-actions::before {
  border-bottom: 1px solid #d3dde4;
  border-radius: 0 0 7px 7px;
}
.buy-matrix table.buy-comparison .buy-actions p { margin: 0; padding: 0; font-size: 14px; line-height: 1.5; }
.buy-matrix table.buy-comparison .buy-actions p + p { margin-top: 10px; }
.buy-matrix table.buy-comparison .buy-actions a {
  color: var(--buy-blue);
  font-size: 14px;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.buy-matrix table.buy-comparison .buy-actions a:hover { color: var(--buy-blue-hover); text-decoration: underline; }
/* The explicit appearance field selects supported action classes; neither
   labels nor destinations determine button presentation. */
.buy-matrix table.buy-comparison .buy-actions a:is(.inline-btn, .inline-btn-lighter) {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid var(--buy-blue);
  border-radius: 6px;
  background: var(--buy-blue);
  color: #fff;
  box-shadow: 0 1px 1px #082d4710;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  white-space: normal;
  text-decoration: none;
}
.buy-matrix table.buy-comparison .buy-actions a.inline-btn:is(:hover, :focus) {
  background: var(--buy-blue-hover);
  border-color: var(--buy-blue-hover);
  color: #fff;
  text-decoration: none;
}
.buy-matrix table.buy-comparison .buy-actions a.inline-btn-lighter {
  border-color: #b6c9d7;
  background: #fff;
  color: var(--buy-blue);
}
.buy-matrix table.buy-comparison .buy-actions a.inline-btn-lighter:is(:hover, :focus) {
  border-color: #8eacbf;
  background: #f4f8fb;
  color: var(--buy-blue-hover);
  text-decoration: none;
}
.buy-matrix table.buy-comparison .buy-actions a:focus-visible { outline: 2px solid #187bb8; outline-offset: 3px; }
.buy-matrix .buy-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.buy-matrix.buy-unavailable { padding: 16px; border: 1px solid #d3dde4; border-radius: 6px; background: #f6f8fa; }
.buy-matrix.buy-unavailable p { margin: 0; font-size: 14px; }
@media (max-width: 850px) {
  /* Shared row labels move above their three values. Explicit table roles and
     headers relationships preserve associations through this visual reflow. */
  .buy-matrix table.buy-comparison,
  .buy-matrix table.buy-comparison :is(thead, tbody, tfoot) { display: block; width: 100%; }
  .buy-matrix table.buy-comparison colgroup { display: none; }
  .buy-matrix table.buy-comparison tr { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .buy-matrix table.buy-comparison :is(.buy-corner, .buy-action-label) { display: none; }
  .buy-matrix table.buy-comparison :is(.buy-tier-header, .buy-value, .buy-actions) { min-width: 0; padding-inline: 8px; }
  .buy-matrix table.buy-comparison :is(.buy-tier-header, .buy-value, .buy-actions)::before { inset-inline-start: 0; border: 0; }
  .buy-matrix table.buy-comparison .buy-tier-header { padding-block: 16px; }
  .buy-matrix table.buy-comparison .buy-tier-header::before {
    background: #f6f8fa;
    border: 1px solid #d3dde4;
    border-radius: 7px;
    inset-inline: 3px;
  }
  .buy-matrix table.buy-comparison .buy-parameter {
    grid-column: 1 / -1;
    padding: 12px 8px 2px;
    color: var(--buy-text);
    font-weight: 500;
  }
  .buy-matrix table.buy-comparison .buy-value { padding-block: 6px 12px; }
  .buy-matrix table.buy-comparison tbody tr { border-bottom: 1px solid #e6edf2; }
  .buy-matrix table.buy-comparison tbody tr + tr :is(.buy-value, .buy-parameter)::after { display: none; }
  .buy-matrix table.buy-comparison .buy-actions { padding-block: 16px 8px; }
  .buy-matrix table.buy-comparison .buy-actions::before { border-radius: 0; }
}
@media (max-width: 440px) {
  .buy-matrix table.buy-comparison .buy-license-title { font-size: 16px; min-height: 44.8px; margin-bottom: 6px; }
  .buy-matrix .buy-price strong { font-size: 22px; }
  .buy-matrix table.buy-comparison :is(.buy-value, .buy-actions) { padding-inline: 5px; }
  .buy-matrix table.buy-comparison .buy-actions a:is(.inline-btn, .inline-btn-lighter) { padding-inline: 4px; }
}
