.tuf-pdx-main {
  --tuf-pdx-canvas: #ffffff;
  --tuf-pdx-surface: #ffffff;
  --tuf-pdx-soft: #f5f8fd;
  --tuf-pdx-soft-strong: #eaf1fa;
  --tuf-pdx-text: #071a36;
  --tuf-pdx-body: #26364a;
  --tuf-pdx-muted: #617087;
  --tuf-pdx-line: #dfe6ef;
  --tuf-pdx-line-strong: #cbd7e5;
  --tuf-pdx-accent: #1267e8;
  --tuf-pdx-accent-soft: #e8f1ff;
  --tuf-pdx-positive: #13804b;
  --tuf-pdx-shadow: 0 10px 28px rgba(24, 54, 91, .055);
  width: 100%;
  background: var(--tuf-pdx-canvas);
  color: var(--tuf-pdx-text);
}

html[data-tuf-style="midnight"] .tuf-pdx-main {
  --tuf-pdx-canvas: #07111c;
  --tuf-pdx-surface: #0d1a28;
  --tuf-pdx-soft: #101f2e;
  --tuf-pdx-soft-strong: #172a3d;
  --tuf-pdx-text: #eef4f9;
  --tuf-pdx-body: #d8e2eb;
  --tuf-pdx-muted: #9aabba;
  --tuf-pdx-line: #263b4e;
  --tuf-pdx-line-strong: #38536b;
  --tuf-pdx-accent: #6ca8ff;
  --tuf-pdx-accent-soft: #102b47;
  --tuf-pdx-positive: #5ed296;
  --tuf-pdx-shadow: 0 12px 30px rgba(0, 0, 0, .2);
}

html[data-tuf-style="sage"] .tuf-pdx-main {
  --tuf-pdx-accent: #2c6b55;
  --tuf-pdx-accent-soft: #e6f1eb;
}

html[data-tuf-style="lavender"] .tuf-pdx-main {
  --tuf-pdx-accent: #6751a3;
  --tuf-pdx-accent-soft: #eee9fa;
}

.tuf-pdx,
.tuf-pdx *,
.tuf-pdx *::before,
.tuf-pdx *::after {
  box-sizing: border-box;
}

.tuf-pdx {
  margin: 0;
  background: transparent;
  color: var(--tuf-pdx-text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tuf-pdx [hidden] {
  display: none !important;
}

.tuf-pdx a {
  color: inherit;
}

.tuf-pdx-editorial__frame {
  width: min(calc(100% - 64px), 1280px);
  margin-inline: auto;
  padding: 26px 0 64px;
}

.tuf-pdx-editorial__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 26px;
  padding: 0;
  color: var(--tuf-pdx-muted);
  font-size: 11px;
  line-height: 1.45;
  list-style: none;
}

.tuf-pdx-editorial__breadcrumb li + li::before {
  margin-right: 8px;
  color: var(--tuf-pdx-line-strong);
  content: "/";
}

.tuf-pdx-editorial__breadcrumb li[aria-current="page"] {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tuf-pdx-editorial__breadcrumb a {
  text-decoration: none;
}

.tuf-pdx-editorial__breadcrumb a:hover,
.tuf-pdx-editorial__breadcrumb a:focus-visible,
.tuf-pdx__text-link:hover,
.tuf-pdx__text-link:focus-visible,
.tuf-pdx-editorial__rail-link:hover,
.tuf-pdx-editorial__rail-link:focus-visible {
  color: var(--tuf-pdx-accent);
}

.tuf-pdx-editorial__header {
  display: block;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--tuf-pdx-line);
}

.tuf-pdx-editorial__identity {
  min-width: 0;
}

.tuf-pdx__logo {
  flex: 0 0 30px !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  border-radius: 8px !important;
}

html[data-tuf-style="midnight"] body.tuf-b2-product-detail .tuf-pdx .tuf-pdx__logo--image.tuf-universal-logo-frame {
  --tuf-logo-frame-pad: 4px;
  overflow: hidden !important;
  border: 1px solid #8fa0b2 !important;
  border-radius: 8px !important;
  background: #e7edf3 !important;
  box-shadow: 0 9px 24px rgba(0, 0, 0, .24), inset 0 0 0 1px rgba(255, 255, 255, .45) !important;
}

.tuf-pdx__identity-copy {
  min-width: 0;
}

.tuf-pdx-editorial__category {
  display: block;
  width: fit-content;
  margin-bottom: 8px;
  color: var(--tuf-pdx-accent);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tuf-pdx-editorial__identity h1 {
  overflow-wrap: anywhere;
  max-width: 820px;
  margin: 0;
  color: var(--tuf-pdx-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.4vw, 60px);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.06;
}

.tuf-pdx-editorial__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin-top: 12px;
  color: var(--tuf-pdx-muted);
  font-size: 12px;
  line-height: 1.45;
}

.tuf-pdx-editorial__meta > span + span::before {
  margin-right: 18px;
  color: var(--tuf-pdx-line-strong);
  content: "\2022";
}

.tuf-pdx-editorial__byline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tuf-pdx-text);
  font-weight: 650;
}

.tuf-pdx-editorial__actions {
  justify-content: flex-start;
  margin: 21px 0 0;
}

.tuf-pdx__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.tuf-pdx__action,
.tuf-pdx__reveal,
.tuf-pdx-editorial__rail-action {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 15px;
  border: 1px solid var(--tuf-pdx-line-strong);
  border-radius: 999px;
  background: var(--tuf-pdx-surface);
  color: var(--tuf-pdx-text);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .16s ease, color .16s ease, background .16s ease, transform .16s ease;
}

.tuf-pdx__action--primary {
  border-color: var(--tuf-pdx-accent);
  background: var(--tuf-pdx-accent);
  color: #ffffff;
}

.tuf-pdx__action:hover,
.tuf-pdx__action:focus-visible,
.tuf-pdx__reveal:hover,
.tuf-pdx__reveal:focus-visible,
.tuf-pdx-editorial__rail-action:hover,
.tuf-pdx-editorial__rail-action:focus-visible {
  border-color: var(--tuf-pdx-accent);
  color: var(--tuf-pdx-accent);
  transform: translateY(-1px);
}

.tuf-pdx__action--primary:hover,
.tuf-pdx__action--primary:focus-visible {
  background: color-mix(in srgb, var(--tuf-pdx-accent) 88%, #000000);
  color: #ffffff;
}

.tuf-pdx-editorial__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  align-items: start;
  gap: clamp(34px, 4.2vw, 60px);
  padding: 30px 0 28px;
}

.tuf-pdx-editorial__main,
.tuf-pdx-editorial__rail {
  min-width: 0;
}

.tuf-pdx-editorial__media {
  width: 100%;
  margin: 0;
}

.tuf-pdx-editorial__media-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid var(--tuf-pdx-line);
  border-radius: 12px;
  background: #e7eef5;
  box-shadow: 0 14px 34px rgba(33, 63, 99, .075);
  isolation: isolate;
}

.tuf-pdx-editorial__media-backdrop {
  position: absolute;
  z-index: 0;
  inset: -8%;
  display: block;
  width: 116%;
  height: 116%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  filter: blur(22px) saturate(.72) contrast(.92);
  opacity: .32;
  transform: scale(1.06);
}

.tuf-pdx-editorial__media-scrim {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(216, 227, 238, .72), rgba(247, 250, 253, .24) 48%, rgba(205, 219, 232, .68)),
    linear-gradient(0deg, rgba(231, 238, 245, .24), rgba(255, 255, 255, .28));
}

.tuf-pdx-editorial__media-image {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  max-width: calc(100% - 56px);
  height: auto;
  max-height: calc(100% - 56px);
  border: 0;
  border-radius: 7px;
  background: transparent;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 12px 24px rgba(17, 39, 66, .2));
}

.tuf-pdx-editorial__media figcaption {
  max-width: 78ch;
  margin-top: 8px;
  color: var(--tuf-pdx-muted);
  font-size: 10px;
  line-height: 1.55;
}

.tuf-pdx__product-image-expand,
.tuf-pdx__image-dialog-close {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 999px;
  background: rgba(13, 22, 34, .82);
  color: #ffffff;
  cursor: pointer;
}

.tuf-pdx__product-image-expand {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  padding: 9px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .2);
  transition: background .16s ease, transform .16s ease;
}

.tuf-pdx__product-image-expand:hover,
.tuf-pdx__product-image-expand:focus-visible,
.tuf-pdx__image-dialog-close:hover,
.tuf-pdx__image-dialog-close:focus-visible {
  background: rgba(13, 22, 34, .97);
  transform: scale(1.04);
}

.tuf-pdx__product-image-expand svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.tuf-pdx__image-dialog {
  width: auto;
  max-width: 96vw;
  height: auto;
  max-height: 94vh;
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  color: #ffffff;
}

.tuf-pdx__image-dialog[open] {
  display: grid;
  place-items: center;
}

.tuf-pdx__image-dialog::backdrop {
  background: rgba(8, 11, 16, .88);
  backdrop-filter: blur(3px);
}

.tuf-pdx__image-dialog-media {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 92vw;
  max-height: 90vh;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(13, 17, 23, .94);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .45);
}

.tuf-pdx__image-dialog-image {
  display: block;
  width: auto;
  max-width: calc(92vw - 36px);
  height: auto;
  max-height: calc(90vh - 36px);
  object-fit: contain;
}

.tuf-pdx__image-dialog-close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  padding: 0 0 3px;
  font: 400 31px/1 Arial, sans-serif;
}

.tuf-pdx-editorial__section {
  scroll-margin-top: 28px;
  padding: 32px 0;
  border-top: 1px solid var(--tuf-pdx-line);
}

.tuf-pdx-editorial__main > .tuf-pdx-editorial__section:first-child {
  padding-top: 0;
  border-top: 0;
}

.tuf-pdx-editorial__media + .tuf-pdx-editorial__section {
  margin-top: 16px;
  padding-top: 26px;
}

.tuf-pdx__eyebrow,
.tuf-pdx-editorial__card-label {
  display: block;
  margin: 0 0 8px;
  color: var(--tuf-pdx-accent);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .075em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tuf-pdx-editorial__section h2,
.tuf-pdx__section-heading h2,
.tuf-pdx-editorial__rail-card h2 {
  overflow-wrap: anywhere;
  margin: 0;
  color: var(--tuf-pdx-text);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.tuf-pdx-editorial__section > h2,
.tuf-pdx__section-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.5vw, 31px);
  font-weight: 600;
}

.tuf-pdx-editorial__overview p {
  max-width: none;
  margin: 14px 0 0;
  color: var(--tuf-pdx-body);
  font-size: 16px;
  line-height: 1.72;
}

.tuf-pdx-editorial__overview .tuf-pdx-editorial__overview-lead {
  color: var(--tuf-pdx-text);
  font-weight: 720;
  line-height: 1.62;
}

.tuf-pdx__section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 26px;
  margin-bottom: 22px;
}

.tuf-pdx__section-heading > p {
  max-width: 330px;
  margin: 0;
  color: var(--tuf-pdx-muted);
  font-size: 11px;
  line-height: 1.5;
  text-align: right;
}

.tuf-pdx-editorial__rail {
  display: grid;
  gap: 16px;
}

.tuf-pdx-editorial__rail-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--tuf-pdx-line);
  border-radius: 12px;
  background: var(--tuf-pdx-surface);
  box-shadow: var(--tuf-pdx-shadow);
}

.tuf-pdx-editorial__rail-card h2 {
  font-size: 15px;
  line-height: 1.38;
}

.tuf-pdx__quick-facts h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -.025em;
}

.tuf-pdx-editorial__rail-card p {
  margin: 9px 0 0;
  color: var(--tuf-pdx-muted);
  font-size: 11px;
  line-height: 1.62;
}

.tuf-pdx__quick-facts dl,
.tuf-pdx__information dl {
  margin: 14px 0 0;
}

.tuf-pdx__quick-facts dl > div,
.tuf-pdx__information dl > div {
  display: grid;
  gap: 4px;
  padding: 11px 0;
  border-top: 1px solid var(--tuf-pdx-line);
}

.tuf-pdx__quick-facts dt,
.tuf-pdx__information dt,
.tuf-pdx__plan dt,
.tuf-pdx__pricing-detail dt,
.tuf-pdx__spec-group dt,
.tuf-pdx__workflow-card dt {
  color: var(--tuf-pdx-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.tuf-pdx__quick-facts dd,
.tuf-pdx__information dd {
  overflow-wrap: anywhere;
  margin: 0;
  color: var(--tuf-pdx-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.48;
}

.tuf-pdx-editorial__pricing-summary h2 {
  color: var(--tuf-pdx-text);
  font-size: 14px;
  font-weight: 760;
}

.tuf-pdx-editorial__rail-link,
.tuf-pdx__text-link {
  display: inline-flex;
  gap: 6px;
  margin: 13px 13px 0 0;
  color: var(--tuf-pdx-accent);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.tuf-pdx__resource-grid {
  display: grid;
  gap: 0;
  margin: 13px 0 0;
  padding: 0;
  border-top: 1px solid var(--tuf-pdx-line);
  list-style: none;
}

.tuf-pdx__resource-grid li {
  min-width: 0;
  border-bottom: 1px solid var(--tuf-pdx-line);
}

.tuf-pdx__resource-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  color: var(--tuf-pdx-body);
  font-size: 11px;
  font-weight: 730;
  line-height: 1.38;
  text-decoration: none;
}

.tuf-pdx__resource-grid a span:first-child {
  overflow-wrap: anywhere;
}

.tuf-pdx__resource-grid a:hover,
.tuf-pdx__resource-grid a:focus-visible {
  color: var(--tuf-pdx-accent);
}

.tuf-pdx-editorial__rail-action {
  margin-top: 14px;
  padding-inline: 13px;
  border-color: var(--tuf-pdx-accent);
  color: var(--tuf-pdx-accent);
}

.tuf-pdx__capability-grid,
.tuf-pdx__plan-grid,
.tuf-pdx__workflow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  align-items: start;
  gap: 20px 18px;
}

.tuf-pdx__capability-grid[data-count="1"],
.tuf-pdx__plan-grid[data-count="1"],
.tuf-pdx__workflow-grid[data-count="1"] {
  grid-template-columns: minmax(0, 1fr);
}

.tuf-pdx__plan,
.tuf-pdx__pricing-detail,
.tuf-pdx__spec-group,
.tuf-pdx__workflow-card,
.tuf-pdx__in-short-card {
  min-width: 0;
  border: 1px solid var(--tuf-pdx-line);
  border-radius: 9px;
  background: var(--tuf-pdx-surface);
}

.tuf-pdx__plan,
.tuf-pdx__workflow-card,
.tuf-pdx__spec-group {
  padding: 19px;
}

.tuf-pdx__capability {
  position: relative;
  min-width: 0;
  padding: 2px 4px 2px 34px;
}

.tuf-pdx__capability::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid var(--tuf-pdx-line-strong);
  border-radius: 50%;
  background: var(--tuf-pdx-soft);
  color: var(--tuf-pdx-accent);
  content: "\2713";
  font-size: 11px;
  font-weight: 850;
}

.tuf-pdx__capability h3,
.tuf-pdx__plan h3,
.tuf-pdx__pricing-detail h3,
.tuf-pdx__spec-group h3,
.tuf-pdx__workflow-card h3,
.tuf-pdx__in-short-card h3 {
  margin: 0;
  color: var(--tuf-pdx-text);
  font-size: 14px;
  line-height: 1.38;
}

.tuf-pdx__capability p,
.tuf-pdx__plan--summary p,
.tuf-pdx__workflow-card p,
.tuf-pdx__workflow-card li {
  margin: 7px 0 0;
  color: var(--tuf-pdx-muted);
  font-size: 12px;
  line-height: 1.62;
}

.tuf-pdx__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
  color: var(--tuf-pdx-muted);
  font-size: 10px;
  font-weight: 750;
}

.tuf-pdx__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tuf-pdx-line-strong);
}

.tuf-pdx__status[data-status="available"] {
  color: var(--tuf-pdx-positive);
}

.tuf-pdx__status--available {
  display: none;
}

.tuf-pdx__status-check {
  display: inline-grid;
  place-items: center;
}

.tuf-pdx__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.tuf-pdx__reveal {
  margin-top: 16px;
}

.tuf-pdx__plan dl,
.tuf-pdx__pricing-detail dl,
.tuf-pdx__workflow-card dl {
  display: grid;
  gap: 11px;
  margin: 15px 0 0;
}

.tuf-pdx__plan dl > div,
.tuf-pdx__pricing-detail dl > div,
.tuf-pdx__workflow-card dl > div {
  display: grid;
  gap: 4px;
}

.tuf-pdx__plan dd,
.tuf-pdx__pricing-detail dd,
.tuf-pdx__workflow-card dd {
  overflow-wrap: anywhere;
  margin: 0;
  color: var(--tuf-pdx-body);
  font-size: 12px;
  line-height: 1.56;
}

.tuf-pdx__pricing-detail {
  margin-top: 16px;
  padding: 19px;
  border-left: 3px solid var(--tuf-pdx-accent);
}

.tuf-pdx__pricing-detail dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tuf-pdx__spec-group-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 0;
}

.tuf-pdx__spec-group-grid[data-columns="1"] {
  grid-template-columns: minmax(0, 1fr);
}

.tuf-pdx__spec-column {
  display: grid;
  align-content: start;
  gap: 24px;
  min-width: 0;
}

.tuf-pdx__spec-group {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.tuf-pdx__spec-group dl {
  display: grid;
  margin: 10px 0 0;
  border-top: 1px solid var(--tuf-pdx-line);
}

.tuf-pdx__spec-group dl > div {
  display: grid;
  grid-template-columns: minmax(120px, .42fr) minmax(0, 1fr);
  gap: 20px;
  min-width: 0;
  padding: 9px 4px;
  border-bottom: 1px solid var(--tuf-pdx-line);
}

.tuf-pdx__spec-group dd {
  overflow-wrap: anywhere;
  margin: 0;
  color: var(--tuf-pdx-body);
  font-size: 12px;
  font-weight: 520;
  line-height: 1.55;
}

.tuf-pdx__spec-group [data-value-type="boolean"] dd {
  color: var(--tuf-pdx-positive);
}

.tuf-pdx__workflow-card ul {
  margin: 11px 0 0;
  padding-left: 19px;
}

.tuf-pdx__workflow-card dl > div[data-geometry="long"] {
  padding-top: 10px;
  border-top: 1px solid var(--tuf-pdx-line);
}

.tuf-pdx__workflow-table {
  max-width: 100%;
  margin-top: 14px;
  overflow-x: auto;
}

.tuf-pdx__workflow-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}

.tuf-pdx__workflow-table th,
.tuf-pdx__workflow-table td {
  padding: 9px;
  border-bottom: 1px solid var(--tuf-pdx-line);
  text-align: left;
  vertical-align: top;
}

.tuf-pdx-editorial__related {
  margin-top: 8px;
  padding: 34px 0 0;
  border-top: 1px solid var(--tuf-pdx-line);
}

.tuf-pdx__in-short-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
}

.tuf-pdx__in-short-grid[data-count="1"] {
  grid-template-columns: minmax(0, 1fr);
}

.tuf-pdx__in-short-grid[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tuf-pdx__in-short-card {
  overflow: hidden;
}

.tuf-pdx__in-short-grid[data-count="1"] .tuf-pdx__in-short-card--has-media {
  display: grid;
  grid-template-columns: minmax(220px, .38fr) minmax(0, 1fr);
}

.tuf-pdx__in-short-card > div {
  padding: 16px;
}

.tuf-pdx__in-short-media {
  display: block;
  min-height: 146px;
  overflow: hidden;
  border-bottom: 1px solid var(--tuf-pdx-line);
  background: var(--tuf-pdx-soft-strong);
}

.tuf-pdx__in-short-grid[data-count="1"] .tuf-pdx__in-short-card--has-media .tuf-pdx__in-short-media {
  border-right: 1px solid var(--tuf-pdx-line);
  border-bottom: 0;
}

.tuf-pdx__in-short-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 146px;
  object-fit: cover;
}

.tuf-pdx__in-short-date {
  color: var(--tuf-pdx-accent);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.tuf-pdx__in-short-card h3 {
  margin-top: 7px;
}

.tuf-pdx__in-short-card h3 a {
  text-decoration: none;
}

.tuf-pdx__in-short-card p {
  margin: 8px 0 0;
  color: var(--tuf-pdx-muted);
  font-size: 11px;
  line-height: 1.58;
}

.tuf-pdx :focus-visible {
  outline: 3px solid color-mix(in srgb, var(--tuf-pdx-accent) 28%, transparent);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .tuf-pdx-editorial__frame {
    width: min(calc(100% - 44px), 900px);
  }

  .tuf-pdx-editorial__actions {
    justify-content: flex-start;
  }

  .tuf-pdx-editorial__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .tuf-pdx-editorial__main {
    display: contents;
  }

  .tuf-pdx-editorial__media {
    order: 1;
  }

  .tuf-pdx-editorial__overview {
    order: 2;
  }

  .tuf-pdx-editorial__rail {
    position: static;
    order: 3;
    width: 100%;
    margin: 4px 0 12px;
    padding: 28px 0;
    border-top: 1px solid var(--tuf-pdx-line);
    border-bottom: 1px solid var(--tuf-pdx-line);
  }

  .tuf-pdx__capabilities {
    order: 4;
  }

  .tuf-pdx__specifications {
    order: 5;
  }

  .tuf-pdx__pricing {
    order: 6;
  }

  .tuf-pdx__workflow {
    order: 7;
  }

}

@media (max-width: 700px) {
  .tuf-pdx__capability-grid,
  .tuf-pdx__plan-grid,
  .tuf-pdx__workflow-grid,
  .tuf-pdx__spec-group-grid,
  .tuf-pdx__pricing-detail dl,
  .tuf-pdx__in-short-grid,
  .tuf-pdx__in-short-grid[data-count="2"] {
    grid-template-columns: minmax(0, 1fr);
  }

  .tuf-pdx__section-heading {
    display: grid;
    gap: 8px;
  }

  .tuf-pdx__section-heading > p {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .tuf-pdx-editorial__frame {
    width: min(calc(100% - 28px), 900px);
    padding-top: 19px;
  }

  .tuf-pdx-editorial__breadcrumb ol {
    margin-bottom: 20px;
  }

  .tuf-pdx__logo {
    flex-basis: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }

  .tuf-pdx-editorial__identity h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .tuf-pdx-editorial__meta > span + span::before {
    display: none;
  }

  .tuf-pdx-editorial__meta {
    display: grid;
    gap: 3px;
  }

  .tuf-pdx__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .tuf-pdx__actions .tuf-pdx__action:first-child:last-child,
  .tuf-pdx__actions .tuf-pdx__action:nth-child(3):last-child {
    grid-column: 1 / -1;
  }

  .tuf-pdx-editorial__grid {
    padding-top: 26px;
  }

  .tuf-pdx-editorial__media-image {
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
  }

  .tuf-pdx-editorial__section {
    padding-block: 27px;
  }

  .tuf-pdx-editorial__overview p {
    font-size: 16px;
  }

  .tuf-pdx__spec-group dl > div {
    grid-template-columns: minmax(90px, .38fr) minmax(0, 1fr);
    gap: 14px;
  }

  .tuf-pdx__in-short-grid[data-count="1"] .tuf-pdx__in-short-card--has-media {
    display: block;
  }

  .tuf-pdx__in-short-grid[data-count="1"] .tuf-pdx__in-short-card--has-media .tuf-pdx__in-short-media {
    border-right: 0;
    border-bottom: 1px solid var(--tuf-pdx-line);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tuf-pdx *,
  .tuf-pdx *::before,
  .tuf-pdx *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
