/*
 * TUMBLOX storefront design system
 * Loaded after tumblox-main.css so the migration templates keep their stable
 * semantic classes while the visual layer can evolve independently.
 */

:root {
  --tx-navy: #061827;
  --tx-ink: #0b1d2c;
  --tx-muted: #52687a;
  --tx-electric: #007bb8;
  --tx-electric-strong: #006fa8;
  --tx-aqua: #2ab7c5;
  --tx-signal: #f2b544;
  --tx-border: #cbdde8;
  --tx-border-strong: #9dbfd2;
  --tx-bg: #f4f8fb;
  --tx-surface: #ffffff;
  --tx-surface-soft: #edf5f9;
  --tx-success: #17824b;
  --tx-danger: #c63737;
  --tx-shadow: 0 14px 38px rgba(6, 24, 39, 0.09);
  --tx-shadow-hover: 0 20px 48px rgba(6, 24, 39, 0.14);
  --tx-radius-sm: 4px;
  --tx-radius: 6px;
  --tx-radius-lg: 8px;
  --tx-container: 1240px;
  --tx-container-wide: 1360px;
  --tx-font-display: "Arial Narrow", "Aptos Display", "Roboto Condensed", Arial, sans-serif;
  --tx-font-body: "Segoe UI", "Noto Sans", Arial, Helvetica, sans-serif;
}

/* Native-to-WordPress parity modules. These stay scoped to project-owned templates. */
.tx-native-page.tx-info-page {
  width: 100%;
  max-width: none;
  padding: 0 0 88px;
}

.tx-native-page > .tx-breadcrumb,
.tx-native-page > .tx-hero,
.tx-native-page > .tx-section,
.tx-native-page > .tx-info-shell,
.tx-native-page > .tx-trust-strip,
.tx-native-page > h1,
.tx-native-page > .tx-section-lede,
.tx-native-page > .tx-seo-intro__grid {
  width: min(1280px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.tx-native-page > .tx-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 18px 0;
  color: var(--tx-muted);
  font-size: 14px;
}

.tx-native-page > .tx-hero {
  display: grid;
  min-height: 340px;
  align-content: center;
  padding: 64px clamp(22px, 5vw, 72px);
  overflow: hidden;
  background: linear-gradient(110deg, #061827 0%, #0b2b3d 56%, #087fab 100%);
  border-radius: var(--tx-radius-lg);
  color: #fff;
  text-align: left;
}

.tx-native-page > .tx-hero h1,
.tx-native-page > .tx-hero h2 {
  max-width: 900px;
  margin-right: 0;
  margin-left: 0;
  color: #fff;
  text-align: left;
}

.tx-native-page > .tx-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.02;
}

.tx-native-page > .tx-hero h2 {
  margin-bottom: 0;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 600;
  line-height: 1.45;
}

.tx-native-page .tx-section {
  padding: 78px 0;
}

.tx-native-page .tx-section--alt {
  padding: 78px 28px;
  background: var(--tx-surface-alt);
  border: 1px solid var(--tx-border);
  border-radius: var(--tx-radius-lg);
}

.tx-native-page .tx-section > h2,
.tx-native-page .tx-info-shell > section > h2,
.tx-native-page > h1 {
  text-align: center;
}

.tx-native-page .tx-section-lede {
  max-width: 820px;
  margin: 0 auto 34px;
  color: var(--tx-muted);
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}

.tx-native-page .tx-grid,
.tx-native-page .tx-info-grid,
.tx-native-page .tx-seo-intro__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  gap: 18px;
}

.tx-native-page .tx-card,
.tx-native-page .tx-info-grid > section,
.tx-native-page .tx-seo-intro__grid > article {
  display: block;
  min-width: 0;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--tx-border);
  border-radius: var(--tx-radius-sm);
  color: var(--tx-navy);
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(6, 24, 39, 0.06);
}

.tx-native-page .tx-card--link {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tx-native-page .tx-card--link:hover,
.tx-native-page .tx-card--link:focus-visible {
  border-color: var(--tx-electric);
  box-shadow: 0 14px 34px rgba(7, 143, 203, 0.13);
  transform: translateY(-3px);
}

.tx-native-page .tx-card h3,
.tx-native-page .tx-info-grid h2,
.tx-native-page .tx-info-grid h3,
.tx-native-page .tx-seo-intro__grid h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.22;
  text-align: left;
}

.tx-native-page .tx-card p,
.tx-native-page .tx-info-grid p,
.tx-native-page .tx-seo-intro__grid p {
  margin: 0;
  color: var(--tx-muted);
  line-height: 1.65;
}

.tx-native-page .tx-card-more {
  display: inline-flex;
  margin-top: 18px;
  color: var(--tx-electric);
  font-weight: 800;
}

.tx-native-page .tx-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.tx-native-page .tx-cta,
.tx-native-page .tx-cta-secondary,
.tx-native-page .tx-cta-ghost {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--tx-radius-sm);
  font-weight: 850;
  text-decoration: none;
}

.tx-native-page .tx-cta {
  background: var(--tx-electric);
  color: #fff;
}

.tx-native-page .tx-cta-secondary,
.tx-native-page .tx-cta-ghost {
  background: transparent;
  border-color: currentColor;
  color: inherit;
}

.tx-native-page .tx-page-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 30px;
}

.tx-native-page .tx-page-toc a {
  padding: 9px 13px;
  background: #edf7fb;
  border: 1px solid var(--tx-border);
  border-radius: 999px;
  color: var(--tx-navy);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.tx-native-page .tx-answer-box {
  margin: 26px 0;
  padding: 24px 26px;
  background: #edf8fc;
  border-inline-start: 4px solid var(--tx-electric);
  border-radius: var(--tx-radius-sm);
}

.tx-native-page .tx-answer-box p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

.tx-native-page .tx-info-shell {
  margin-top: 48px;
}

.tx-native-page details {
  margin-top: 10px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--tx-border);
  border-radius: var(--tx-radius-sm);
}

.tx-native-page details summary {
  cursor: pointer;
  font-weight: 800;
}

.tx-native-page .tx-native-asset {
  margin: 28px auto;
}

.tx-native-page .tx-native-asset--intrinsic {
  width: fit-content;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.tx-native-page .tx-native-list {
  margin-top: 12px;
  padding-left: 18px;
  color: var(--tx-text-muted);
  font-size: 14px;
}

.tx-native-page .tx-native-spaced-actions {
  margin-top: 28px;
}

.tx-native-page .tx-native-section--centered {
  text-align: center;
}

.tx-native-page .tx-native-asset img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--tx-radius-sm);
}

/* About page: evidence-aware brand and custom-order planning surface. */
.tx-native-page[data-native-source="about.html"] > .tx-breadcrumb {
  margin-bottom: 10px;
}

.tx-native-page[data-native-source="about.html"] > .tx-about-hero {
  position: relative;
  min-height: 400px;
  background: #061827;
  border: 1px solid rgba(96, 198, 214, 0.34);
  border-bottom: 6px solid var(--tx-electric);
}

.tx-native-page[data-native-source="about.html"] > .tx-about-hero::after {
  position: absolute;
  right: clamp(24px, 6%, 82px);
  bottom: 44px;
  width: 94px;
  height: 6px;
  background: #76d8e1;
  content: "";
}

.tx-about-overview__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 44px;
  align-items: center;
}

.tx-native-page .tx-about-overview__copy > h2,
.tx-native-page .tx-about-overview__copy > .tx-section-lede {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.tx-native-page .tx-about-overview__copy > h2 {
  margin-top: 0;
  font-size: 44px;
}

.tx-native-page .tx-about-overview__copy > .tx-section-lede {
  margin-bottom: 24px;
}

.tx-native-page .tx-about-overview__copy .tx-answer-box {
  margin: 0;
}

.tx-native-page .tx-about-overview__layout > .tx-native-asset {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--tx-border);
  border-radius: var(--tx-radius-lg);
  box-shadow: 0 18px 44px rgba(6, 24, 39, 0.1);
}

.tx-native-page .tx-about-overview__layout > .tx-native-asset img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  border-radius: 0;
}

.tx-about-planning-grid {
  margin-top: 38px;
}

.tx-native-page .tx-about-planning-grid .tx-card {
  border-top: 4px solid var(--tx-electric);
}

.tx-about-workflow .tx-grid {
  counter-reset: tx-about-workflow;
}

.tx-native-page .tx-about-workflow .tx-card {
  position: relative;
  padding-top: 72px;
  counter-increment: tx-about-workflow;
}

.tx-native-page .tx-about-workflow .tx-card::before {
  position: absolute;
  top: 22px;
  left: 24px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: #e9f7fb;
  border: 1px solid #9ed8e5;
  border-radius: 50%;
  color: var(--tx-electric-strong);
  font-family: var(--tx-font-display);
  font-weight: 850;
  content: counter(tx-about-workflow, decimal-leading-zero);
}

.tx-native-page .tx-about-resources .tx-card--link {
  min-height: 230px;
  border-bottom: 4px solid transparent;
}

.tx-native-page .tx-about-resources .tx-card--link:hover,
.tx-native-page .tx-about-resources .tx-card--link:focus-visible {
  border-bottom-color: var(--tx-electric);
}

.tx-native-page .tx-about-faq {
  max-width: 1080px;
}

.tx-native-page > .tx-about-cta {
  margin-top: 78px;
  padding: 64px 28px;
  background: #061827;
  border: 1px solid rgba(96, 198, 214, 0.34);
  border-radius: var(--tx-radius-lg);
  color: #d9e9f1;
  text-align: center;
}

.tx-native-page > .tx-about-cta h2,
.tx-native-page > .tx-about-cta .tx-section-lede {
  color: #fff;
}

.tx-native-page > .tx-about-cta .tx-cta-row {
  justify-content: center;
}

.tx-native-page .tx-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  background: var(--tx-border);
  border: 1px solid var(--tx-border);
  border-radius: var(--tx-radius-sm);
}

.tx-native-page .tx-trust-strip > div {
  padding: 20px;
  background: #fff;
}

.tx-native-page .tx-trust-strip h4,
.tx-native-page .tx-trust-strip p {
  margin: 0;
}

.tx-native-page .tx-form--wide {
  max-width: 980px;
  margin: 0 auto;
}

.tx-native-page .tx-form-row--2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tx-native-page .tx-field {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
}

.tx-native-page .tx-field label {
  color: var(--tx-navy);
  font-weight: 750;
}

.tx-native-page .tx-field input,
.tx-native-page .tx-field select,
.tx-native-page .tx-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  background: #fff;
  border: 1px solid var(--tx-border-strong);
  border-radius: var(--tx-radius-sm);
  color: var(--tx-navy);
}

.tx-native-page .tx-field textarea {
  min-height: 140px;
  resize: vertical;
}

.tx-pdp__price {
  display: grid;
  gap: 6px;
  margin: 22px 0;
  padding: 18px 0;
  border-block: 1px solid var(--tx-border);
}

.tx-pdp__price strong {
  color: var(--tx-electric);
  font-size: 34px;
  line-height: 1;
}

.tx-pdp__price small,
.tx-pdp__variant-note {
  color: var(--tx-muted);
  line-height: 1.55;
}

.tx-pdp__sku-identity {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0;
}

.tx-pdp__sku-identity > span {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 11px 12px;
  background: #f4f9fc;
  border: 1px solid var(--tx-border);
  border-radius: var(--tx-radius-sm);
}

.tx-pdp__sku-identity small,
.tx-pdp__variant-sku > span {
  color: var(--tx-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tx-pdp__sku-identity code,
.tx-pdp__selected-sku,
.tx-pdp__variant-sku code,
.tx-pdp__marketplace-card code {
  color: var(--tx-navy);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.tx-pdp__sku-identity strong {
  color: var(--tx-navy);
  font-size: 15px;
}

.tx-pdp__variants-head {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: space-between;
}

.tx-pdp__variants-head .tx-eyebrow {
  margin: 0 0 4px;
}

.tx-pdp__variants-head h2 {
  margin: 0;
}

.tx-pdp__variant-preview {
  position: sticky;
  z-index: 4;
  top: 88px;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 132px;
  margin-top: 14px;
  padding: 10px;
  background: rgba(246, 251, 254, 0.97);
  border: 1px solid var(--tx-border-strong);
  border-radius: var(--tx-radius-sm);
  box-shadow: 0 12px 28px rgba(7, 26, 46, 0.1);
  backdrop-filter: blur(10px);
}

.tx-pdp__variant-preview.is-updating {
  animation: tx-variant-preview-confirm 240ms ease-out;
}

@keyframes tx-variant-preview-confirm {
  0% { border-color: var(--tx-electric); }
  100% { border-color: var(--tx-border-strong); }
}

@keyframes tx-variant-image-refresh {
  0% { opacity: 0.58; transform: scale(0.985); }
  100% { opacity: 1; transform: scale(1); }
}

.tx-pdp__variant-preview-media {
  display: grid;
  place-items: center;
  width: 132px;
  height: 110px;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--tx-border);
  border-radius: 4px;
}

.tx-pdp__variant-preview-open {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 4px;
  overflow: hidden;
  background: #fff;
  border: 0;
  color: inherit;
  cursor: zoom-in;
}

.tx-pdp__variant-preview-open:focus-visible {
  outline: 3px solid rgba(7, 143, 203, 0.42);
  outline-offset: -3px;
}

.tx-pdp__variant-preview-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tx-pdp__variant-preview-media .tx-pdp__variant-preview-open img {
  position: absolute;
  inset: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.tx-pdp__variant-preview.is-updating .tx-pdp__variant-preview-media img {
  animation: tx-variant-image-refresh 220ms ease-out;
}

.tx-pdp__variant-preview-expand {
  position: absolute;
  z-index: 1;
  right: 8px;
  bottom: 8px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: rgba(7, 26, 46, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  line-height: 1;
}

.tx-pdp__variant-preview-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.tx-pdp__variant-preview-copy > span {
  color: var(--tx-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tx-pdp__variant-preview-copy strong {
  color: var(--tx-navy);
  font-size: 15px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.tx-pdp__selected-sku {
  display: block;
  color: var(--tx-electric);
}

.tx-pdp__variant-preview-copy small {
  color: var(--tx-muted);
}

.tx-pdp__variant-preview-copy em {
  color: var(--tx-electric);
  font-size: 16px;
  font-style: normal;
  font-weight: 850;
}

.tx-pdp__variant-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.tx-pdp__variant-option {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 108px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--tx-border-strong);
  border-radius: var(--tx-radius-sm);
  color: var(--tx-navy);
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tx-pdp__variant-option::after {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 9px;
  height: 9px;
  content: '';
  background: transparent;
  border: 1px solid var(--tx-border-strong);
  border-radius: 50%;
}

.tx-pdp__variant-option.is-active::after {
  background: var(--tx-electric);
  border-color: var(--tx-electric);
  box-shadow: 0 0 0 3px rgba(7, 143, 203, 0.14);
}

.tx-pdp__variant-option:hover,
.tx-pdp__variant-option:focus-visible,
.tx-pdp__variant-option.is-active {
  border-color: var(--tx-electric);
  box-shadow: 0 0 0 2px rgba(7, 143, 203, 0.15);
  transform: translateY(-1px);
}

.tx-pdp__variant-option-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding-right: 12px;
}

.tx-pdp__variant-option-title {
  color: var(--tx-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.tx-pdp__variant-sku {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.tx-pdp__variant-sku code {
  display: block;
}

.tx-pdp__variant-option strong,
.tx-pdp__variant-option span {
  overflow-wrap: anywhere;
}

.tx-pdp__variant-thumb {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--tx-border);
  border-radius: 4px;
}

.tx-pdp__variant-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tx-pdp__variant-option small {
  color: var(--tx-muted);
}

.tx-pdp__variant-option em {
  color: var(--tx-electric);
  font-style: normal;
  font-weight: 850;
}

.tx-pdp__actions {
  flex-wrap: wrap;
  gap: 10px;
}

.tx-pdp__marketplaces {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--tx-border);
}

.tx-pdp__marketplaces h2 {
  max-width: none;
  margin: 0 0 12px;
  font-size: 22px;
  text-align: left;
}

.tx-pdp__marketplaces .tx-eyebrow {
  margin-bottom: 4px;
}

.tx-pdp__marketplace-grid {
  display: grid;
  gap: 10px;
}

.tx-pdp__marketplace-card {
  display: grid;
  gap: 9px;
  padding: 14px;
  background: #f6fbfe;
  border: 1px solid var(--tx-border-strong);
  border-radius: var(--tx-radius-sm);
}

.tx-pdp__marketplace-card > span {
  color: var(--tx-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tx-pdp__marketplace-card > strong {
  color: var(--tx-navy);
  font-size: 16px;
}

.tx-pdp__marketplace-card dl {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 5px 10px;
  margin: 0;
}

.tx-pdp__marketplace-card dt {
  color: var(--tx-muted);
  font-size: 12px;
}

.tx-pdp__marketplace-card dd {
  min-width: 0;
  margin: 0;
}

.tx-pdp__marketplace-card a {
  width: fit-content;
  color: var(--tx-electric);
  font-size: 13px;
  font-weight: 850;
}

.tx-pdp__marketplace-pending {
  margin: 10px 0 0;
  padding: 12px 14px;
  background: #fff8e8;
  border: 1px solid #ead7a6;
  border-radius: var(--tx-radius-sm);
  color: #6a5420;
  font-size: 13px;
  line-height: 1.55;
}

.tx-pdp__cart-form {
  display: grid;
  flex: 1 1 100%;
  grid-template-columns: minmax(110px, 0.34fr) minmax(180px, 1fr);
  gap: 10px;
}

.tx-quantity {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
  min-height: 48px;
  padding: 6px 10px;
  border: 1px solid var(--tx-border-strong);
  border-radius: var(--tx-radius-sm);
  font-weight: 750;
}

.tx-quantity input {
  width: 100%;
  min-width: 0;
  border: 0;
  text-align: center;
}

.tx-pdp-detail-media__grid {
  display: grid;
  gap: 18px;
  max-width: 1100px;
  margin: 30px auto 0;
}

.tx-pdp-detail-media figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--tx-border);
  border-radius: var(--tx-radius-sm);
}

.tx-pdp-detail-media__grid figure {
  width: fit-content;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.tx-pdp-detail-media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.tx-pdp-detail-media figcaption {
  padding: 10px 14px;
  color: var(--tx-muted);
  font-size: 13px;
  text-align: center;
}

.tx-review-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 14px;
  margin: 28px 0;
}

.tx-review {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--tx-border);
  border-radius: var(--tx-radius-sm);
}

.tx-review header {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.tx-review header span {
  color: #d98300;
}

.tx-review footer {
  color: var(--tx-muted);
  font-size: 13px;
}

.tx-review-form {
  display: grid;
  gap: 16px;
  max-width: 780px;
  margin: 34px auto 0;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--tx-border);
  border-radius: var(--tx-radius-sm);
}

.tx-review-form label {
  display: grid;
  gap: 7px;
  color: var(--tx-navy);
  font-weight: 750;
}

.tx-review-form input,
.tx-review-form select,
.tx-review-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--tx-border-strong);
  border-radius: var(--tx-radius-sm);
}

.tx-review-form__note {
  color: var(--tx-muted);
  font-size: 13px;
}
.tx-review__media {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 120px));
  gap: 10px;
  margin: 14px 0;
}
.tx-review__media a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid var(--tx-color-border, #c9ddeb);
  border-radius: 6px;
}
.tx-review__media img { width: 100%; height: 100%; object-fit: cover; }
.tx-review__reply {
  margin-top: 16px;
  padding: 14px 16px;
  border-left: 3px solid var(--tx-electric, #0788d8);
  background: #f1f8fc;
}
.tx-review__reply p { margin: 6px 0 0; }
.tx-review-form input[type="file"] {
  width: 100%;
  padding: 12px;
  border: 1px dashed var(--tx-color-border-strong, #a9c5d8);
  border-radius: 6px;
  background: #fff;
}
.tx-airwallex-payment,
.tx-order-tracking {
  max-width: 920px;
  margin: 28px auto;
  padding: 24px;
  border: 1px solid var(--tx-color-border, #c9ddeb);
  border-radius: 7px;
  background: #fff;
}
.tx-airwallex-payment h2,
.tx-order-tracking h2 { font-size: clamp(26px, 3vw, 38px); }
#tx-airwallex-dropin { min-height: 360px; margin-top: 18px; }
.tx-order-tracking dl {
  display: grid;
  grid-template-columns: minmax(120px, .35fr) 1fr;
  gap: 8px 18px;
}
.tx-order-tracking dt { color: var(--tx-color-text-muted, #52667c); }
.tx-order-tracking dd { margin: 0; font-weight: 800; }
.tx-order-tracking__timeline { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; }
.tx-order-tracking__timeline li { display: grid; grid-template-columns: minmax(150px, .45fr) 1fr; gap: 5px 18px; padding: 14px 0; border-top: 1px solid var(--tx-color-border, #c9ddeb); }
.tx-order-tracking__timeline time,
.tx-order-tracking__timeline span { color: var(--tx-color-text-muted, #52667c); font-size: 13px; }
.tx-order-tracking__timeline span { grid-column: 2; }

@media (max-width: 760px) {
  .tx-native-page > .tx-breadcrumb,
  .tx-native-page > .tx-hero,
  .tx-native-page > .tx-section,
  .tx-native-page > .tx-info-shell,
  .tx-native-page > .tx-trust-strip,
  .tx-native-page > h1,
  .tx-native-page > .tx-section-lede,
  .tx-native-page > .tx-seo-intro__grid {
    width: min(100% - 24px, 1280px);
  }

  .tx-native-page > .tx-hero {
    min-height: 0;
    padding: 44px 20px;
  }

  .tx-native-page .tx-section,
  .tx-native-page .tx-section--alt {
    padding: 54px 16px;
  }

  .tx-native-page .tx-form-row--2,
  .tx-pdp__variant-options,
  .tx-native-page .tx-trust-strip {
    grid-template-columns: 1fr;
  }

  .tx-native-page .tx-cta-row,
  .tx-pdp__variants-head {
    align-items: stretch;
    flex-direction: column;
  }

  .tx-pdp__variant-preview {
    top: 76px;
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 106px;
  }

  .tx-pdp__variant-preview-media {
    width: 92px;
    height: 86px;
  }

  .tx-pdp__variant-option {
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 96px;
  }

  .tx-pdp__variant-thumb {
    width: 72px;
    height: 72px;
  }

  .tx-native-page .tx-cta,
  .tx-native-page .tx-cta-secondary,
  .tx-native-page .tx-cta-ghost {
    width: 100%;
  }

  .tx-pdp__cart-form {
    grid-template-columns: 1fr;
  }

  .tx-review-form {
    padding: 20px 16px;
  }
}

@media (max-width: 1280px) {
  .tx-category-directory ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tx-category-directory--siblings ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .tx-about-overview__layout {
    grid-template-columns: 1fr;
  }

  .tx-native-page .tx-about-overview__layout > .tx-native-asset {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
  }

  .tx-native-page .tx-about-overview__copy > h2,
  .tx-native-page .tx-about-overview__copy > .tx-section-lede {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .tx-native-page .tx-about-overview__copy .tx-answer-box {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 960px) {
  .tx-category-hero__inner,
  .tx-category-directory,
  .tx-category-directory--siblings {
    width: min(100% - 32px, 760px);
  }

  .tx-category-hero__inner {
    padding-bottom: 44px;
  }

  .tx-category-hero h1 {
    font-size: 46px;
  }

  .tx-category-answer {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tx-category-answer h2,
  .tx-category-answer > p:last-child {
    text-align: center;
  }

  .tx-category-answer--summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .tx-category-directory ul,
  .tx-category-directory--siblings ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .tx-main > .tx-breadcrumb,
  .tx-main > .tx-hero.tx-hero--editorial,
  .tx-main > .tx-hero.tx-hero--compact {
    width: min(100% - 24px, var(--tx-container));
  }

  .tx-main > .tx-breadcrumb {
    min-height: 48px;
    padding: 12px 0;
    font-size: 13px;
  }

  .tx-main > .tx-hero.tx-hero--editorial,
  .tx-main > .tx-hero.tx-hero--compact {
    min-height: 250px;
    padding: 42px 20px;
  }

  .tx-main > .tx-hero.tx-hero--editorial h1,
  .tx-main > .tx-hero.tx-hero--compact h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .tx-native-page[data-native-source="about.html"] > .tx-about-hero {
    min-height: 0;
    padding: 48px 20px 58px;
  }

  .tx-native-page[data-native-source="about.html"] > .tx-about-hero::after {
    right: 20px;
    bottom: 24px;
    width: 62px;
    height: 4px;
  }

  .tx-native-page .tx-about-overview__copy > h2 {
    font-size: 34px;
  }

  .tx-native-page .tx-about-overview__layout > .tx-native-asset img {
    aspect-ratio: auto;
  }

  .tx-native-page .tx-about-workflow .tx-card {
    padding-top: 66px;
  }

  .tx-native-page > .tx-about-cta {
    width: calc(100% - 24px);
    margin-top: 48px;
    padding: 48px 18px;
  }

  .tx-category-hero__inner,
  .tx-category-directory,
  .tx-category-directory--siblings {
    width: calc(100% - 28px);
  }

  .tx-category-hero__inner {
    padding-top: 18px;
    padding-bottom: 38px;
  }

  .tx-category-breadcrumb {
    margin-bottom: 30px;
    font-size: 12px;
  }

  .tx-category-hero h1 {
    font-size: 38px;
  }

  .tx-category-hero__intro {
    font-size: 15px;
  }

  .tx-category-answer,
  .tx-category-answer--summary {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .tx-category-answer:not(.tx-category-answer--summary) {
    padding: 20px;
  }

  .tx-category-answer__metric,
  .tx-category-answer__parent {
    min-height: 92px;
  }

  .tx-category-answer__metric + .tx-category-answer__metric,
  .tx-category-answer__parent {
    border-top: 1px solid rgba(144, 211, 222, 0.22);
    border-inline-start: 0;
  }

  .tx-category-local-nav {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tx-category-local-nav a {
    justify-content: center;
    text-align: center;
  }

  .tx-category-directory {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .tx-category-directory h2 {
    font-size: 34px;
  }

  .tx-category-directory ul,
  .tx-category-directory--siblings ul {
    grid-template-columns: 1fr;
  }

  .tx-category-directory--siblings .tx-category-directory__card {
    grid-template-columns: minmax(112px, 34%) minmax(0, 1fr);
  }

  .tx-category-directory--siblings .tx-category-directory__media,
  .tx-category-directory--siblings .tx-category-directory__content,
  .tx-category-directory--siblings .tx-category-directory__item--text .tx-category-directory__content {
    min-height: 190px;
  }

  .tx-category-directory--siblings .tx-category-directory__content {
    padding: 16px;
  }

  .tx-category-directory--siblings .tx-category-directory__content > h3 {
    font-size: 17px;
  }

  .tx-category-directory--siblings .tx-category-directory__content > small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tx-native-page .tx-card--link,
  .tx-pdp__variant-option {
    transition: none;
  }

  .tx-pdp__variant-preview.is-updating {
    animation: none;
  }

  .tx-pdp__variant-preview.is-updating .tx-pdp__variant-preview-media img {
    animation: none;
  }
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
}

body.tx-wp {
  background: var(--tx-bg);
  color: var(--tx-ink);
  font-family: var(--tx-font-body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.tx-wp ::selection {
  background: rgba(7, 143, 203, 0.22);
  color: var(--tx-navy);
}

body.tx-wp img,
body.tx-wp svg,
body.tx-wp video {
  max-width: 100%;
}

body.tx-wp img {
  display: block;
}

body.tx-wp a,
body.tx-wp button,
body.tx-wp input,
body.tx-wp select,
body.tx-wp textarea,
body.tx-wp summary {
  -webkit-tap-highlight-color: transparent;
}

body.tx-wp a:focus-visible,
body.tx-wp button:focus-visible,
body.tx-wp input:focus-visible,
body.tx-wp select:focus-visible,
body.tx-wp textarea:focus-visible,
body.tx-wp summary:focus-visible {
  outline: 3px solid rgba(42, 183, 197, 0.55);
  outline-offset: 3px;
}

.tx-skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: #ffffff;
  color: var(--tx-navy);
  border: 2px solid var(--tx-electric);
  border-radius: var(--tx-radius-sm);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

.tx-skip-link:focus {
  transform: translateY(0);
}

.tx-main {
  min-height: 72vh;
}

.tx-main :where(section, article, header)[id] {
  scroll-margin-top: 104px;
}

/* Shared footer-destination page shell. Keep legacy, native, and editorial
   templates on one readable path and hero rhythm. */
.tx-main > .tx-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(var(--tx-container), calc(100% - 40px));
  min-height: 52px;
  margin: 0 auto;
  padding: 14px 0;
  color: var(--tx-muted);
  font-size: 14px;
  line-height: 1.5;
}

.tx-main > .tx-breadcrumb a {
  color: var(--tx-electric-strong);
  font-weight: 700;
  text-underline-offset: 3px;
}

.tx-main > .tx-breadcrumb .sep {
  color: var(--tx-border-strong);
}

.tx-main > .tx-hero.tx-hero--editorial,
.tx-main > .tx-hero.tx-hero--compact {
  display: grid;
  width: min(var(--tx-container), calc(100% - 40px));
  min-height: 320px;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 86px) clamp(24px, 5vw, 68px);
  align-content: center;
  overflow: hidden;
  background: linear-gradient(115deg, #061827 0%, #0b3449 58%, #087fa8 100%);
  border: 1px solid rgba(42, 183, 197, 0.32);
  border-radius: var(--tx-radius-lg);
  color: #ffffff;
  text-align: left;
}

.tx-main > .tx-hero.tx-hero--editorial :where(h1, h2, p),
.tx-main > .tx-hero.tx-hero--compact :where(h1, h2, p) {
  max-width: 900px;
  margin-right: 0;
  margin-left: 0;
  color: #ffffff;
  text-align: left;
}

.tx-main > .tx-hero.tx-hero--editorial h1,
.tx-main > .tx-hero.tx-hero--compact h1 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.tx-main > .tx-hero.tx-hero--editorial h2,
.tx-main > .tx-hero.tx-hero--compact h2,
.tx-main > .tx-hero.tx-hero--editorial > p:not(.tx-eyebrow),
.tx-main > .tx-hero.tx-hero--compact > p:not(.tx-eyebrow) {
  margin-bottom: 0;
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 600;
  line-height: 1.5;
}

.tx-main > .tx-hero .tx-eyebrow {
  color: #8ce5ec;
}

.tx-blog-card h3,
.tx-blog-card h3 a {
  color: var(--tx-navy);
}

.tx-blog-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.tx-blog-card h3 a {
  text-decoration: none;
}

/* Header and primary navigation */
.tx-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: block;
  min-height: 80px;
  padding: 0;
  background: rgba(6, 24, 39, 0.98);
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 24px rgba(6, 24, 39, 0.12);
}

.tx-header__inner {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(calc(100% - 32px), 1840px);
  max-width: 1840px;
  min-height: 80px;
  margin: 0 auto;
  padding: 0 16px;
}

.tx-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  width: 146px;
  min-height: 48px;
  text-decoration: none;
}

.tx-logo img {
  width: 146px;
  height: auto;
  filter: brightness(0) invert(1);
}

.tx-nav {
  flex: 1 1 auto;
  min-width: 0;
}

.tx-nav__list {
  justify-content: center;
  gap: 0;
}

.tx-nav__item > a {
  position: relative;
  min-height: 80px;
  padding: 0 7px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--tx-font-display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.tx-nav__item > a::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 17px;
  left: 7px;
  height: 2px;
  background: var(--tx-aqua);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.tx-nav__item:hover > a,
.tx-nav__item:focus-within > a {
  color: #ffffff;
}

.tx-nav__item:hover > a::after,
.tx-nav__item:focus-within > a::after {
  transform: scaleX(1);
}

.tx-nav__item.has-children > a {
  padding-right: 20px;
}

.tx-nav__item.has-children > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
}

.tx-nav__chevron {
  display: none;
}

.tx-nav__dropdown {
  display: grid;
  gap: 2px;
  min-width: 310px;
  padding: 10px;
  background: #0a2538;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0 0 var(--tx-radius-lg) var(--tx-radius-lg);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-7px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.tx-nav__item:hover .tx-nav__dropdown,
.tx-nav__item:focus-within .tx-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.tx-nav__item:last-child .tx-nav__dropdown {
  right: 0;
  left: auto;
}

.tx-nav__dropdown a {
  padding: 12px 14px;
  color: #e9f6fb;
  border-radius: var(--tx-radius-sm);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.tx-nav__dropdown a:hover,
.tx-nav__dropdown a:focus-visible {
  background: rgba(42, 183, 197, 0.16);
  color: #ffffff;
}

.tx-lang-switcher {
  flex: 0 0 auto;
}

.tx-lang-switcher__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 66px;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
}

.tx-lang-switcher__menu {
  top: calc(100% + 14px);
  min-width: 210px;
  padding: 8px;
  border-radius: var(--tx-radius);
}

.tx-lang-switcher__menu a {
  font-size: 14px;
  font-weight: 650;
}

.tx-mobile-toggle {
  border-radius: var(--tx-radius);
}

/* Typography, sections, and actions */
.tx-wp :where(h1, h2, h3, h4) {
  color: var(--tx-navy);
  font-family: var(--tx-font-display);
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.tx-wp :where(h1) {
  font-size: 64px;
  line-height: 1.02;
}

.tx-wp :where(h2) {
  font-size: 44px;
  line-height: 1.08;
}

.tx-wp :where(h3) {
  font-size: 24px;
  line-height: 1.18;
}

.tx-section,
.tx-category-hero {
  max-width: var(--tx-container);
  padding: 88px 24px;
}

.tx-section > h2,
.tx-section > .tx-eyebrow,
.tx-category-hero > h1,
.tx-category-hero > .tx-eyebrow {
  text-align: center;
}

.tx-eyebrow {
  margin-bottom: 14px;
  color: var(--tx-electric-strong);
  font-family: var(--tx-font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.35;
}

.tx-btn {
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--tx-radius);
  font-family: var(--tx-font-display);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.tx-btn-primary {
  background: var(--tx-electric);
  color: #ffffff;
  box-shadow: 0 9px 22px rgba(7, 143, 203, 0.22);
}

.tx-btn-primary:hover,
.tx-btn-primary:focus-visible {
  background: var(--tx-electric-strong);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 13px 28px rgba(7, 111, 168, 0.26);
}

.tx-btn-secondary {
  background: #ffffff;
  color: var(--tx-navy);
  border-color: var(--tx-border-strong);
}

.tx-btn-secondary:hover,
.tx-btn-secondary:focus-visible {
  border-color: var(--tx-electric);
  color: var(--tx-electric-strong);
}

/* Homepage hero */
.tx-hero-carousel,
.tx-hero-slide {
  min-height: 620px;
}

.tx-hero-carousel {
  background: var(--tx-navy);
}

.tx-hero-track {
  min-height: 620px;
  transition: transform 560ms cubic-bezier(0.22, 0.75, 0.24, 1);
  will-change: transform;
}

.tx-hero-track[data-active-index="0"] { transform: translate3d(0, 0, 0); }
.tx-hero-track[data-active-index="1"] { transform: translate3d(-100%, 0, 0); }
.tx-hero-track[data-active-index="2"] { transform: translate3d(-200%, 0, 0); }
.tx-hero-track[data-active-index="3"] { transform: translate3d(-300%, 0, 0); }
.tx-hero-track[data-active-index="4"] { transform: translate3d(-400%, 0, 0); }
.tx-hero-track[data-active-index="5"] { transform: translate3d(-500%, 0, 0); }
.tx-hero-track[data-active-index="6"] { transform: translate3d(-600%, 0, 0); }
.tx-hero-track[data-active-index="7"] { transform: translate3d(-700%, 0, 0); }

.tx-hero-slide {
  display: flex;
  align-items: center;
  padding: 104px 72px;
}

.tx-hero-slide__media img {
  object-position: center 48%;
}

.tx-hero-slide__shade {
  background: linear-gradient(90deg, rgba(4, 19, 31, 0.68) 0%, rgba(4, 19, 31, 0.42) 46%, rgba(4, 19, 31, 0.1) 82%, rgba(4, 19, 31, 0.04) 100%);
}

.tx-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(100%, var(--tx-container));
  margin: 0 auto;
  text-align: left;
}

.tx-hero-content .tx-eyebrow {
  margin: 0 0 16px;
  color: #8fe3eb;
}

.tx-wp .tx-hero-content .tx-btn-primary {
  background: var(--tx-electric);
}

.tx-wp .tx-hero-content .tx-btn-primary:hover,
.tx-wp .tx-hero-content .tx-btn-primary:focus-visible {
  background: var(--tx-electric-strong);
}

.tx-hero-content h1,
.tx-hero-content .tx-hero-heading {
  max-width: 820px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 64px;
  line-height: 1;
  text-align: left;
  text-wrap: balance;
}

.tx-hero-content p:not(.tx-eyebrow) {
  max-width: 690px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.62;
}

.tx-hero-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(6, 24, 39, 0.56);
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tx-hero-arrow:hover,
.tx-hero-arrow:focus-visible {
  background: var(--tx-electric);
  border-color: var(--tx-electric);
}

.tx-hero-prev {
  left: 28px;
}

.tx-hero-next {
  right: 28px;
}

.tx-hero-dots {
  bottom: 15px;
}

.tx-hero-dot::before {
  height: 3px;
  background: rgba(255, 255, 255, 0.46);
}

.tx-hero-dot.is-active::before {
  background: #76d8e1;
}

/* Homepage discovery and repeated content */
.tx-use-cases {
  max-width: none;
  background: #ffffff;
}

.tx-use-case-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--tx-container);
  margin-top: 36px;
}

.tx-use-case-card {
  grid-column: span 2;
  border-color: var(--tx-border);
  border-radius: var(--tx-radius-lg);
  box-shadow: 0 10px 30px rgba(6, 24, 39, 0.07);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.tx-use-case-card:nth-child(4):nth-last-child(2),
.tx-use-case-card:nth-child(5):last-child {
  grid-column: span 3;
}

.tx-use-case-card:hover {
  border-color: var(--tx-border-strong);
  transform: translateY(-3px);
  box-shadow: var(--tx-shadow-hover);
}

.tx-use-case-card img {
  height: auto;
  aspect-ratio: 16 / 9;
}

.tx-use-case-card > div {
  gap: 11px;
  padding: 22px;
}

.tx-use-case-card .tx-eyebrow {
  margin: 0;
  color: var(--tx-muted);
  font-size: 11px;
}

.tx-use-case-card h3 {
  margin: 0;
  font-size: 25px;
}

.tx-use-case-card a {
  width: fit-content;
  color: var(--tx-electric-strong);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.tx-products {
  max-width: none;
  background: var(--tx-surface-soft);
}

.tx-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--tx-container);
  margin-top: 36px;
  text-align: left;
}

.tx-product-card {
  min-height: 100%;
  border-color: var(--tx-border);
  border-radius: var(--tx-radius-lg);
  box-shadow: 0 10px 26px rgba(6, 24, 39, 0.07);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.tx-product-card:hover,
.tx-product-card:focus-within {
  border-color: var(--tx-border-strong);
  transform: translateY(-3px);
  box-shadow: var(--tx-shadow-hover);
}

.tx-product-card a {
  grid-template-rows: auto auto auto 1fr auto;
  gap: 9px;
  height: 100%;
  padding: 14px 16px 18px;
  color: var(--tx-ink);
}

.tx-product-card__media {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  margin: -14px -16px 4px;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid var(--tx-border);
}

.tx-product-card__media img,
.tx-product-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.tx-product-card__media--pending {
  position: relative;
  align-content: center;
  gap: 8px;
  color: #6f8797;
  background-color: #f1f6f9;
  background-image: linear-gradient(135deg, rgba(157, 191, 210, 0.12) 25%, transparent 25%, transparent 50%, rgba(157, 191, 210, 0.12) 50%, rgba(157, 191, 210, 0.12) 75%, transparent 75%);
  background-size: 22px 22px;
}

.tx-product-card__media--pending > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto;
  border: 2px solid var(--tx-border-strong);
  border-radius: var(--tx-radius);
  font-family: var(--tx-font-display);
  font-size: 28px;
  font-weight: 800;
}

.tx-product-card__media--pending small {
  color: #5b7282;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tx-product-card__type {
  margin-top: 2px;
  color: var(--tx-electric-strong);
  font-size: 11px;
}

.tx-product-card strong {
  color: var(--tx-navy);
  font-family: var(--tx-font-display);
  font-size: 18px;
  line-height: 1.18;
}

.tx-product-card small:not(.tx-product-card__media small) {
  display: -webkit-box;
  overflow: hidden;
  color: var(--tx-muted);
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tx-product-card em {
  color: var(--tx-electric-strong);
  font-size: 17px;
}

.tx-factory-proof {
  max-width: none;
  background: var(--tx-navy);
  color: #d9e9f1;
}

.tx-factory-proof .tx-eyebrow {
  color: #74d5df;
}

.tx-factory-proof h2 {
  max-width: 980px;
  color: #ffffff;
}

.tx-factory-proof > p:last-child {
  max-width: 820px;
  margin: 0 auto;
  color: #bad0dc;
  font-size: 17px;
  line-height: 1.7;
}

/* Category and collection pages */
.tx-category {
  background: #f3f8fb;
}

.tx-category-anchor {
  scroll-margin-top: 96px;
}

.tx-category-hero {
  max-width: none;
  padding: 0;
  background: #061827;
  border-bottom: 1px solid rgba(100, 201, 216, 0.32);
  color: #fff;
}

.tx-category-hero__inner {
  width: min(1720px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 52px;
}

.tx-category-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 42px;
  color: #a9c2d0;
  font-size: 14px;
}

.tx-category-breadcrumb a {
  color: #d9edf4;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.tx-category-breadcrumb [aria-current="page"] {
  color: #80dce5;
  font-weight: 750;
}

.tx-category-hero__copy {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.tx-category-hero .tx-eyebrow {
  color: #80dce5;
}

.tx-category-hero h1 {
  max-width: none;
  margin: 0 auto 22px;
  color: #fff;
  font-size: 58px;
  line-height: 1.04;
  text-align: center;
  text-wrap: balance;
}

.tx-category-hero__intro {
  max-width: 920px;
  margin: 0 auto;
  color: #d3e3eb;
  font-size: 17px;
  line-height: 1.72;
  text-align: center;
}

.tx-category-hero__intro p {
  margin: 0 0 15px;
}

.tx-category-answer {
  display: grid;
  grid-template-columns: minmax(230px, 0.65fr) minmax(0, 1.35fr);
  gap: 30px;
  align-items: center;
  max-width: 1180px;
  margin: 38px auto 0;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(144, 211, 222, 0.28);
  border-inline-start: 4px solid #62d0dc;
  border-radius: var(--tx-radius);
  text-align: left;
}

.tx-category-answer .tx-eyebrow {
  margin-bottom: 7px;
}

.tx-category-answer h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  text-align: left;
}

.tx-category-answer > p:last-child {
  margin: 0;
  color: #d3e3eb;
  font-size: 16px;
  line-height: 1.72;
}

.tx-category-answer--summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 980px;
  gap: 1px;
  padding: 0;
  overflow: hidden;
  border-inline-start-width: 1px;
}

.tx-category-answer__metric,
.tx-category-answer__parent {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #d9edf4;
  text-align: center;
  text-decoration: none;
}

.tx-category-answer__metric + .tx-category-answer__metric,
.tx-category-answer__parent {
  border-inline-start: 1px solid rgba(144, 211, 222, 0.22);
}

.tx-category-answer__metric strong {
  color: #fff;
  font-family: var(--tx-font-display);
  font-size: 34px;
  line-height: 1;
}

.tx-category-answer__metric span,
.tx-category-answer__parent span {
  margin-top: 8px;
  color: #a9c2d0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tx-category-answer__parent strong {
  max-width: 260px;
  margin-top: 7px;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

.tx-category-answer__parent:hover,
.tx-category-answer__parent:focus-visible {
  background: rgba(98, 208, 220, 0.12);
}

.tx-category-local-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.tx-category-local-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(144, 211, 222, 0.3);
  border-radius: var(--tx-radius);
  color: #e5f3f7;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.tx-category-local-nav a:hover,
.tx-category-local-nav a:focus-visible {
  background: #0a90c5;
  border-color: #0a90c5;
  color: #fff;
}

.tx-category-directory {
  width: min(1720px, calc(100% - 48px));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 72px 0;
}

.tx-category-directory__heading {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.tx-category-directory h2 {
  margin: 0;
  font-size: 46px;
}

.tx-category-directory ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
  margin-top: 34px;
}

.tx-category-directory__item {
  display: flex;
  min-width: 0;
}

.tx-category-directory__card {
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--tx-border);
  border-radius: var(--tx-radius-lg);
  color: var(--tx-navy);
  text-align: left;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(6, 24, 39, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

a.tx-category-directory__card:hover,
a.tx-category-directory__card:focus-visible {
  border-color: var(--tx-electric);
  color: var(--tx-navy);
  box-shadow: var(--tx-shadow-hover);
  transform: translateY(-3px);
}

.tx-category-directory__item.is-current .tx-category-directory__card {
  background: #edf8fc;
  border-color: var(--tx-electric);
  box-shadow: inset 0 0 0 1px rgba(7, 143, 203, 0.08);
}

.tx-category-directory__media {
  position: relative;
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  background: #f3f7f9;
  border-bottom: 1px solid var(--tx-border);
}

.tx-category-directory__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 6px;
  object-fit: contain;
  object-position: center;
}

.tx-category-directory__content {
  display: flex;
  min-height: 208px;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
}

.tx-category-directory__item--text .tx-category-directory__content {
  min-height: 240px;
  justify-content: center;
}

.tx-category-directory__type {
  margin-bottom: 8px;
  color: var(--tx-electric-strong);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tx-category-directory__content > h3 {
  display: block;
  margin: 0 0 10px;
  font-family: var(--tx-font-display);
  font-size: 22px;
  line-height: 1.18;
}

.tx-category-directory__content > small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--tx-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tx-category-directory__action {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  color: var(--tx-electric-strong);
  font-size: 14px;
  font-weight: 850;
}

.tx-category-directory--siblings {
  width: min(1600px, calc(100% - 48px));
  padding-top: 66px;
  padding-bottom: 70px;
}

.tx-category-directory--siblings ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tx-category-directory--siblings .tx-category-directory__card {
  display: grid;
  grid-template-columns: minmax(128px, 38%) minmax(0, 1fr);
}

.tx-category-directory--siblings .tx-category-directory__media {
  height: 100%;
  min-height: 230px;
  aspect-ratio: auto;
  border-right: 1px solid var(--tx-border);
  border-bottom: 0;
}

.tx-category-directory--siblings .tx-category-directory__content,
.tx-category-directory--siblings .tx-category-directory__item--text .tx-category-directory__content {
  min-height: 230px;
  padding: 20px;
}

.tx-category-directory--siblings .tx-category-directory__content > h3 {
  font-size: 19px;
}

.tx-category-directory--siblings .tx-category-directory__content > small {
  -webkit-line-clamp: 2;
}

.tx-category-project {
  max-width: none;
  background: var(--tx-surface-soft);
}

.tx-category-project > p:not(.tx-eyebrow) {
  max-width: 820px;
  margin: 0 auto 24px;
  color: var(--tx-muted);
  font-size: 17px;
  line-height: 1.7;
}

.tx-category .tx-related-links {
  max-width: 1040px;
  margin-top: 72px;
  margin-bottom: 72px;
}

.tx-category .tx-products {
  padding-top: 80px;
  padding-bottom: 90px;
}

.tx-category .tx-products .tx-product-grid {
  max-width: min(1720px, calc(100% - 48px));
}

.tx-category .tx-products > h2,
.tx-category .tx-products > .tx-eyebrow,
.tx-category .tx-products > .tx-section-lede {
  max-width: min(1120px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.tx-copy {
  max-width: none;
  padding-top: 82px;
  padding-bottom: 82px;
  background: #ffffff;
}

.tx-copy > * {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.tx-copy h2,
.tx-copy h3 {
  margin-top: 34px;
  margin-bottom: 14px;
}

.tx-copy p,
.tx-copy li {
  color: var(--tx-muted);
}

.tx-faq {
  max-width: none;
  background: var(--tx-surface-soft);
}

.tx-faq__list {
  max-width: 960px;
}

.tx-faq__list details {
  padding: 0;
  overflow: hidden;
  border-radius: var(--tx-radius);
  box-shadow: none;
}

.tx-faq__list summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  color: var(--tx-navy);
  list-style: none;
}

.tx-faq__list summary::-webkit-details-marker {
  display: none;
}

.tx-faq__list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  color: var(--tx-electric-strong);
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  transform: translateY(-50%);
}

.tx-faq__list details[open] summary::after {
  content: "−";
}

.tx-faq__list details[open] summary {
  border-bottom: 1px solid var(--tx-border);
}

.tx-faq__list details > p {
  margin: 0;
  padding: 18px 20px 20px;
}

/* Product detail */
.tx-pdp {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.82fr);
  gap: 28px;
  max-width: var(--tx-container-wide);
  padding: 58px 24px 96px;
  align-items: start;
}

.tx-pdp__gallery {
  min-width: 0;
}

.tx-pdp__main-img {
  min-height: 0;
  aspect-ratio: 4 / 3;
  padding: 18px;
  overflow: hidden;
  border-radius: var(--tx-radius-lg);
  box-shadow: 0 12px 34px rgba(6, 24, 39, 0.08);
}

.tx-pdp__main-img img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

.tx-pdp__thumbs {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.tx-pdp__thumbs a {
  border-radius: var(--tx-radius-sm);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tx-pdp__thumbs a:hover,
.tx-pdp__thumbs a:focus-visible,
.tx-pdp__thumbs a.is-active {
  border-color: var(--tx-electric);
  box-shadow: 0 0 0 2px rgba(7, 143, 203, 0.16);
  transform: translateY(-1px);
}

.tx-pdp__media-readiness {
  padding: 12px 14px;
  background: #edf7fb;
  border-radius: var(--tx-radius-sm);
}

.tx-pdp__info {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 32px;
  border-radius: var(--tx-radius-lg);
  box-shadow: 0 12px 34px rgba(6, 24, 39, 0.08);
}

.tx-pdp__info > h1 {
  max-width: none;
  margin: 0 0 16px;
  font-size: 52px;
  line-height: 1;
  text-align: left;
}

.tx-pdp__short {
  color: var(--tx-muted);
  font-size: 17px;
  line-height: 1.65;
}

.tx-pdp__short p {
  margin: 0 0 18px;
}

.tx-pdp__specs {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--tx-border);
}

.tx-pdp__specs h2,
.tx-pdp__variants h2 {
  font-size: 24px;
}

.tx-pdp__specs dl {
  gap: 9px 16px;
  margin: 14px 0 0;
}

.tx-pdp__specs dt {
  color: var(--tx-muted);
  font-size: 14px;
}

.tx-pdp__specs dd {
  margin: 0;
  color: var(--tx-navy);
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.tx-pdp__variants {
  margin-top: 22px;
}

.tx-pdp__variant-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tx-pdp__variant {
  min-height: 0;
  border-radius: var(--tx-radius-sm);
}

.tx-pdp__actions {
  display: flex;
  margin-top: 26px;
}

.tx-pdp__actions .tx-btn {
  width: 100%;
}

.tx-pdp__details {
  grid-column: 1 / -1;
  margin-top: 34px;
  padding-top: 72px;
  border-top: 1px solid var(--tx-border-strong);
}

.tx-pdp__details-header {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.tx-pdp__details-header h2 {
  margin-bottom: 0;
}

.tx-pdp__guidance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tx-pdp__notice {
  margin: 0;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--tx-border);
  border-radius: var(--tx-radius-lg);
}

.tx-pdp__notice h3 {
  margin: 0 0 10px;
  font-size: 20px;
  text-align: left;
}

.tx-pdp__notice p {
  color: var(--tx-muted);
  font-size: 15px;
}

.tx-pdp__body {
  max-width: 980px;
  margin: 64px auto 0;
  color: var(--tx-muted);
  font-size: 17px;
  line-height: 1.76;
}

.tx-pdp__body h2,
.tx-pdp__body h3 {
  margin: 44px auto 14px;
  color: var(--tx-navy);
  text-align: center;
}

.tx-pdp__body img {
  width: 100%;
  height: auto;
  margin: 26px auto;
  object-fit: contain;
}

/* Knowledge center */
.tx-blog-hero {
  max-width: none;
  padding-top: 82px;
  padding-bottom: 46px;
  background: #ffffff;
}

.tx-blog-hero h1 {
  max-width: 1080px;
  font-size: 58px;
  text-wrap: balance;
}

.tx-blog-filters {
  max-width: none;
  margin: 0;
  padding: 20px 24px;
  background: #ffffff;
  border-bottom: 1px solid var(--tx-border);
}

.tx-blog-filters a {
  padding: 8px 13px;
  border-radius: 999px;
  text-decoration: none;
}

.tx-blog-list {
  max-width: var(--tx-container);
  padding-top: 58px;
  padding-bottom: 92px;
}

.tx-blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.tx-blog-card {
  border-radius: var(--tx-radius-lg);
  box-shadow: 0 12px 34px rgba(6, 24, 39, 0.08);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.tx-blog-card:hover,
.tx-blog-card:focus-within {
  border-color: var(--tx-border-strong);
  transform: translateY(-3px);
  box-shadow: var(--tx-shadow-hover);
}

.tx-blog-card__media {
  aspect-ratio: 16 / 10;
}

.tx-blog-card__body {
  gap: 11px;
  padding: 22px;
}

.tx-blog-card h2 {
  font-size: 25px;
}

.tx-blog-card h2 a {
  text-decoration: none;
}

.tx-blog-card h2 a:hover,
.tx-blog-card h2 a:focus-visible,
.tx-blog-read:hover,
.tx-blog-read:focus-visible {
  color: var(--tx-electric-strong);
}

.tx-blog-read {
  width: fit-content;
  margin-top: 4px;
  text-underline-offset: 4px;
}

.tx-blog-article {
  max-width: 1040px;
  padding-top: 76px;
}

.tx-blog-article__header h1 {
  max-width: 980px;
  font-size: 58px;
}

.tx-blog-cover {
  border-radius: var(--tx-radius-lg);
}

.tx-blog-body {
  color: #40586b;
}

.tx-related-links {
  border-radius: var(--tx-radius-lg);
  background: #edf7fb;
}

/* Information, contact, account, cart, and checkout */
.tx-info-page {
  padding: 78px 24px 104px;
  background: #f7fafc;
}

.tx-info-hero {
  margin-bottom: 42px;
}

.tx-info-hero h1 {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  font-size: 58px;
  text-wrap: balance;
}

.tx-info-hero p:not(.tx-eyebrow) {
  color: var(--tx-muted);
  font-size: 18px;
}

.tx-info-shell {
  max-width: 1040px;
}

.tx-info-shell > h2,
.tx-info-shell > h3,
.tx-info-shell > section > h2,
.tx-info-shell > section > h3 {
  text-align: center;
}

.tx-info-shell :where(p, li) {
  color: var(--tx-muted);
}

/* Authority guides: a restrained evidence and decision-reading system. */
.tx-authority-answer,
.tx-authority-section,
.tx-authority-evidence,
.tx-authority-faq,
.tx-authority-review {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.tx-authority-answer {
  margin-bottom: 48px;
  padding: 30px 34px;
  background: #edf7fb;
  border: 1px solid #b9d9e6;
  border-inline-start: 5px solid var(--tx-electric);
  border-radius: 4px;
}

.tx-authority-answer h2,
.tx-authority-section > h2,
.tx-authority-evidence h2,
.tx-authority-faq > h2 {
  max-width: 820px;
  margin: 6px auto 16px;
  color: var(--tx-navy);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  text-align: center;
  text-wrap: balance;
}

.tx-authority-answer > p:last-child {
  max-width: 880px;
  margin: 0 auto;
  color: #29475e;
  font-size: 18px;
  line-height: 1.72;
  text-align: center;
}

.tx-authority-section,
.tx-authority-evidence,
.tx-authority-faq {
  margin-top: 56px;
}

.tx-authority-section > .tx-eyebrow,
.tx-authority-evidence .tx-eyebrow,
.tx-authority-faq > .tx-eyebrow {
  text-align: center;
}

.tx-authority-table-wrap {
  margin-top: 26px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  background: #fff;
  border: 1px solid #b9d9e6;
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(6, 30, 52, 0.07);
  scrollbar-gutter: stable;
}

.tx-authority-table-wrap:focus-visible {
  outline: 3px solid rgba(0, 145, 206, 0.34);
  outline-offset: 3px;
}

.tx-authority-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: #29475e;
  font-size: 15px;
  line-height: 1.6;
  text-align: start;
}

.tx-authority-table :where(th, td) {
  padding: 17px 20px;
  border-bottom: 1px solid #d9e8ef;
  border-inline-end: 1px solid #d9e8ef;
  text-align: start;
  vertical-align: top;
}

.tx-authority-table :where(th, td):last-child {
  border-inline-end: 0;
}

.tx-authority-table thead th {
  background: #082238;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
}

.tx-authority-table tbody th {
  width: 22%;
  background: #f1f7fa;
  color: var(--tx-navy);
  font-weight: 800;
}

.tx-authority-table tbody tr:last-child :where(th, td) {
  border-bottom: 0;
}

.tx-authority-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: tx-authority-step;
}

.tx-authority-steps li {
  position: relative;
  min-width: 0;
  padding: 22px 0 22px 52px;
  border-top: 1px solid #c9dde6;
  counter-increment: tx-authority-step;
}

[dir="rtl"] .tx-authority-steps li {
  padding-right: 52px;
  padding-left: 0;
}

.tx-authority-steps li::before {
  position: absolute;
  top: 20px;
  left: 0;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: #082238;
  border-radius: 3px;
  color: #79d8e2;
  content: counter(tx-authority-step, decimal-leading-zero);
  font-size: 11px;
  font-weight: 850;
}

[dir="rtl"] .tx-authority-steps li::before {
  right: 0;
  left: auto;
}

.tx-authority-steps strong,
.tx-authority-steps span {
  display: block;
}

.tx-authority-steps strong {
  margin-bottom: 7px;
  color: var(--tx-navy);
  font-size: 18px;
}

.tx-authority-steps span {
  color: var(--tx-muted);
  line-height: 1.65;
}

.tx-authority-evidence {
  padding: 34px;
  background: #082238;
  border: 1px solid #164761;
  border-radius: 4px;
  color: #dbeaf1;
}

.tx-authority-evidence h2 {
  color: #fff;
}

.tx-authority-evidence .tx-eyebrow,
.tx-authority-evidence__source {
  color: #79d8e2;
}

.tx-authority-evidence ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 28px 0 0;
  padding: 1px;
  background: rgba(121, 216, 226, 0.2);
  list-style: none;
  counter-reset: tx-authority-evidence;
}

.tx-authority-evidence li {
  padding: 22px;
  background: #0b2b44;
  color: #dbeaf1;
  counter-increment: tx-authority-evidence;
}

.tx-authority-evidence li::before {
  display: block;
  margin-bottom: 14px;
  color: #79d8e2;
  content: "E" counter(tx-authority-evidence, decimal-leading-zero);
  font-size: 11px;
  font-weight: 850;
}

.tx-authority-evidence__source {
  margin: 22px 0 0;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.tx-authority-faq .tx-faq__list {
  max-width: 920px;
  margin: 26px auto 0;
}

.tx-authority-faq details {
  border-radius: 4px;
  box-shadow: none;
}

.tx-authority-review {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1.7fr;
  gap: 1px;
  margin-top: 56px;
  overflow: hidden;
  background: #c9dde6;
  border: 1px solid #c9dde6;
  border-radius: 4px;
}

.tx-authority-review > div {
  min-width: 0;
  padding: 18px 20px;
  background: #f4f8fa;
}

.tx-authority-review span,
.tx-authority-review time,
.tx-authority-review strong {
  display: block;
}

.tx-authority-review span {
  margin-bottom: 6px;
  color: #547084;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.tx-authority-review time,
.tx-authority-review strong {
  color: var(--tx-navy);
  font-size: 13px;
  line-height: 1.5;
}

.tx-info-grid {
  gap: 16px;
}

.tx-info-grid article,
.tx-info-grid > section {
  border-radius: var(--tx-radius-lg);
  box-shadow: 0 10px 28px rgba(6, 24, 39, 0.06);
}

.tx-contact-layout {
  max-width: 1180px;
  gap: 20px;
}

.tx-contact-copy,
.tx-form,
.tx-account-shell,
.tx-commerce-shell {
  border-radius: var(--tx-radius-lg);
  box-shadow: 0 12px 34px rgba(6, 24, 39, 0.08);
}

.tx-contact-copy,
.tx-form {
  padding: 30px;
}

.tx-form .tx-honeypot {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.tx-form-privacy {
  margin: 0;
  color: var(--tx-color-text-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.tx-search-form {
  width: min(760px, 100%);
  margin: var(--tx-space-6) auto 0;
  text-align: start;
}

.tx-search-form > label {
  display: block;
  margin-bottom: var(--tx-space-2);
  color: var(--tx-color-text-strong);
  font-weight: 800;
}

.tx-search-form > div {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, .55fr) auto;
  gap: var(--tx-space-3);
}

.tx-search-form input,
.tx-search-form select {
  min-width: 0;
  min-height: 48px;
  border: 1px solid var(--tx-color-border-strong);
  border-radius: var(--tx-radius-sm);
  padding: 0 var(--tx-space-4);
  background: #fff;
  font: inherit;
}

@media (max-width: 560px) {
  .tx-search-form > div {
    grid-template-columns: 1fr;
  }
}

.tx-form input,
.tx-form select,
.tx-form textarea,
.tx-account-shell input[type="text"],
.tx-account-shell input[type="email"],
.tx-account-shell input[type="password"],
.tx-commerce-shell input[type="text"],
.tx-commerce-shell input[type="email"],
.tx-commerce-shell input[type="password"],
.tx-commerce-shell select,
.tx-commerce-shell textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--tx-navy);
  background: #ffffff;
  border: 1px solid var(--tx-border-strong);
  border-radius: var(--tx-radius-sm);
  font: inherit;
}

.tx-form input:focus,
.tx-form select:focus,
.tx-form textarea:focus,
.tx-account-shell input:focus,
.tx-commerce-shell input:focus,
.tx-commerce-shell select:focus,
.tx-commerce-shell textarea:focus {
  border-color: var(--tx-electric);
  box-shadow: 0 0 0 3px rgba(7, 143, 203, 0.12);
}

.tx-account-shell,
.tx-commerce-shell {
  max-width: 1040px;
  margin: 0 auto;
  padding: 34px;
}

.tx-account-shell .woocommerce h2,
.tx-commerce-shell .woocommerce h2,
.tx-account-shell .woocommerce h3,
.tx-commerce-shell .woocommerce h3 {
  text-align: center;
}

.tx-account-shell .woocommerce-form,
.tx-commerce-shell .woocommerce-form {
  max-width: 640px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid var(--tx-border);
  border-radius: var(--tx-radius);
}

.tx-account-shell .woocommerce form.woocommerce-form-login {
  margin-right: auto;
  margin-left: auto;
}

.tx-account-shell .woocommerce-button,
.tx-account-shell button[type="submit"],
.tx-commerce-shell .button,
.tx-commerce-shell button[type="submit"] {
  min-height: 48px;
  border-radius: var(--tx-radius);
  background: var(--tx-electric);
  transition: background-color 180ms ease, transform 180ms ease;
}

.tx-account-shell .woocommerce-button:hover,
.tx-account-shell button[type="submit"]:hover,
.tx-commerce-shell .button:hover,
.tx-commerce-shell button[type="submit"]:hover {
  background: var(--tx-electric-strong);
  transform: translateY(-1px);
}

.tx-account-shell table,
.tx-commerce-shell table {
  width: 100%;
  border-collapse: collapse;
}

.tx-account-shell th,
.tx-account-shell td,
.tx-commerce-shell th,
.tx-commerce-shell td {
  padding: 12px;
  border-bottom: 1px solid var(--tx-border);
  text-align: left;
}

.tx-commerce-quote {
  margin-top: 34px;
  padding-top: 32px;
  border-top: 1px solid var(--tx-border);
}

.tx-commerce-quote__header {
  max-width: 720px;
  margin: 0 auto 22px;
  text-align: center;
}

.tx-commerce-quote__header h2,
.tx-commerce-quote__header p {
  margin-right: auto;
  margin-left: auto;
}

.tx-commerce-quote__form.tx-form {
  max-width: 780px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tx-commerce-quote__form .tx-form-submit {
  display: block;
  margin: 20px auto 0;
}

.tx-empty-state {
  border-radius: var(--tx-radius-lg);
  box-shadow: none;
}

/* Footer */
.tx-footer {
  position: relative;
  padding: 48px 24px;
  background: var(--tx-navy);
  color: #d8e8f0;
  border-top: 4px solid var(--tx-electric);
}

.tx-footer__inner {
  display: block;
  max-width: var(--tx-container);
  margin: 0 auto;
}

.tx-footer__grid {
  display: grid;
  grid-template-columns:
    minmax(250px, 1.3fr)
    minmax(150px, 0.72fr)
    minmax(210px, 0.95fr)
    minmax(250px, 1.15fr);
  gap: clamp(28px, 3.3vw, 52px);
  align-items: start;
}

.tx-footer__grid > nav,
.tx-footer__grid > section {
  min-width: 0;
}

.tx-footer__grid > nav {
  display: block;
  grid-row: auto;
  grid-column: auto;
  margin: 0;
}

.tx-footer h2,
.tx-footer li,
.tx-footer p,
.tx-footer a,
.tx-footer strong {
  overflow-wrap: normal;
  word-break: normal;
}

.tx-footer__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.tx-footer__bottom span:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.tx-footer a {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  text-underline-offset: 4px;
}

.tx-footer a:hover,
.tx-footer a:focus-visible {
  color: #78d9e2;
}

@media (max-width: 960px) {
  .tx-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 48px;
  }
}

/* Right-to-left language safety */
html[dir="rtl"] .tx-hero-content {
  align-items: flex-end;
  text-align: right;
}

html[dir="rtl"] .tx-hero-content h1,
html[dir="rtl"] .tx-hero-content .tx-hero-heading,
html[dir="rtl"] .tx-pdp__info > h1,
html[dir="rtl"] .tx-pdp__specs h2,
html[dir="rtl"] .tx-pdp__variants h2,
html[dir="rtl"] .tx-pdp__notice h3 {
  text-align: right;
}

html[dir="rtl"] .tx-nav__dropdown {
  right: 0;
  left: auto;
}

html[dir="rtl"] .tx-nav__item:last-child .tx-nav__dropdown {
  right: auto;
  left: 0;
}

html[dir="rtl"] .tx-lang-switcher__menu {
  right: auto;
  left: 0;
}

@media (max-width: 1280px) {
  .tx-header__inner {
    gap: 12px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .tx-logo,
  .tx-logo img {
    width: 138px;
  }

  .tx-nav__item > a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }

  .tx-nav__item.has-children > a {
    padding-right: 20px;
  }

  .tx-nav__item.has-children > a::before {
    right: 7px;
  }
}

@media (max-width: 1839px) {
  .tx-header {
    min-height: 72px;
  }

  .tx-header__inner {
    flex-wrap: wrap;
    width: 100%;
    min-height: 72px;
    padding: 11px 18px;
  }

  .tx-logo,
  .tx-logo img {
    width: 142px;
  }

  .tx-lang-switcher {
    margin-left: auto;
  }

  .tx-header-actions {
    margin-left: auto;
  }

  html[dir="rtl"] .tx-lang-switcher {
    margin-right: auto;
    margin-left: 0;
  }

  .tx-mobile-toggle {
    display: inline-flex;
  }

  .tx-nav {
    order: 5;
    display: none;
    flex: 0 0 calc(100% + 36px);
    max-height: calc(100vh - 72px);
    margin: 0 -18px -11px;
    padding: 8px 18px 22px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #061827;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .tx-header.is-open .tx-nav {
    display: block;
  }

  .tx-nav__list {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .tx-nav__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .tx-nav__item > a {
    min-height: 48px;
    padding: 0 10px;
    font-size: 15px;
  }

  .tx-nav__item > a::after,
  .tx-nav__item.has-children > a::before {
    display: none;
  }

  .tx-nav__item.has-children > a {
    padding-right: 10px;
  }

  .tx-nav__dropdown {
    position: static;
    display: grid;
    gap: 2px;
    min-width: 0;
    margin: 0 0 10px;
    padding: 4px 0 6px 14px;
    background: transparent;
    border: 0;
    border-left: 2px solid rgba(42, 183, 197, 0.38);
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }

  html[dir="rtl"] .tx-nav__dropdown {
    padding-right: 14px;
    padding-left: 0;
    border-right: 2px solid rgba(42, 183, 197, 0.38);
    border-left: 0;
  }

  .tx-nav__dropdown a {
    padding: 10px 12px;
    color: #d7e9f1;
    font-size: 14px;
  }

  .tx-hero-slide {
    padding-right: 56px;
    padding-left: 56px;
  }

  .tx-use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tx-use-case-card,
  .tx-use-case-card:nth-child(4):nth-last-child(2),
  .tx-use-case-card:nth-child(5):last-child {
    grid-column: auto;
  }

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

  .tx-pdp {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.86fr);
  }

  .tx-pdp__thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tx-pdp__guidance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Keep the complete primary IA visible on common desktop widths. The broader
   responsive block above still owns tablet/mobile and non-navigation layouts. */
@media (min-width: 1344px) and (max-width: 1839px) {
  .tx-header {
    min-height: 72px;
  }

  .tx-header__inner {
    flex-wrap: nowrap;
    width: 100%;
    min-height: 72px;
    padding: 0 6px;
    gap: 4px;
  }

  .tx-logo,
  .tx-logo img {
    width: 96px;
  }

  .tx-nav {
    order: initial;
    display: block;
    flex: 1 1 auto;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
  }

  .tx-nav__list {
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
  }

  .tx-nav__item {
    border: 0;
  }

  .tx-nav__item > a {
    min-height: 72px;
    padding: 0 clamp(1px, 0.16vw, 3px);
    font-size: clamp(11px, 0.76vw, 12px);
    letter-spacing: -0.015em;
  }

  .tx-nav__item > a::after {
    display: block;
    right: 4px;
    left: 4px;
  }

  .tx-nav__item.has-children > a {
    padding-right: 12px;
  }

  .tx-nav__item.has-children > a::before {
    display: block;
    right: 4px;
  }

  .tx-nav__dropdown {
    position: absolute;
    display: grid;
    min-width: 280px;
    margin: 0;
    padding: 10px;
    overflow: visible;
    background: #0a2538;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0 0 var(--tx-radius-lg) var(--tx-radius-lg);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-7px);
    pointer-events: none;
  }

  html[dir="rtl"] .tx-nav__dropdown {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
  }

  .tx-nav__item:hover .tx-nav__dropdown,
  .tx-nav__item:focus-within .tx-nav__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .tx-nav__dropdown a {
    padding: 12px 14px;
  }

  .tx-header-actions {
    gap: 2px;
    margin-left: 0;
  }

  .tx-header-action {
    width: 44px;
    min-width: 44px;
    padding: 7px;
    justify-content: center;
  }

  .tx-header-account span,
  .tx-header-cart > span {
    display: none;
  }

  .tx-lang-switcher,
  html[dir="rtl"] .tx-lang-switcher {
    margin-right: 0;
    margin-left: 0;
  }

  .tx-lang-switcher__button {
    min-width: 50px;
    padding: 7px 6px;
  }

  .tx-mobile-toggle {
    display: none;
  }
}

@media (max-width: 960px) {
  .tx-wp :where(h1) {
    font-size: 48px;
  }

  .tx-wp :where(h2) {
    font-size: 36px;
  }

  .tx-section,
  .tx-category-hero {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .tx-hero-carousel,
  .tx-hero-track,
  .tx-hero-slide {
    min-height: 560px;
  }

  .tx-hero-content h1,
  .tx-hero-content .tx-hero-heading {
    font-size: 52px;
  }

  .tx-pdp {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 34px;
  }

  .tx-pdp__gallery {
    position: static;
  }

  .tx-pdp__main-img {
    min-height: 0;
  }

  .tx-pdp__details {
    margin-top: 22px;
  }

  .tx-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tx-contact-layout {
    grid-template-columns: 1fr;
  }

  .tx-category-directory ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .tx-wp :where(h1) {
    font-size: 38px;
    line-height: 1.06;
  }

  .tx-wp :where(h2) {
    font-size: 31px;
  }

  .tx-wp :where(h3) {
    font-size: 22px;
  }

  .tx-header__inner {
    padding-right: 14px;
    padding-left: 14px;
  }

  .tx-logo,
  .tx-logo img {
    width: 128px;
  }

  .tx-nav {
    flex-basis: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 14px;
    padding-left: 14px;
  }

  .tx-lang-switcher__button {
    min-width: 58px;
    padding: 7px 10px;
  }

  .tx-section,
  .tx-category-hero {
    padding: 58px 16px;
  }

  .tx-category-answer {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    margin-top: 26px;
    padding: 20px 18px;
  }

  .tx-category-directory {
    padding: 54px 16px 14px;
  }

  .tx-category-directory ul {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tx-category-directory__content,
  .tx-category-directory__item--text .tx-category-directory__content {
    min-height: 0;
    padding: 19px;
  }

  .tx-category-directory__content > small {
    -webkit-line-clamp: 3;
  }

  .tx-hero-carousel,
  .tx-hero-track,
  .tx-hero-slide {
    min-height: 520px;
  }

  .tx-hero-slide {
    align-items: flex-end;
    padding: 76px 18px 86px;
  }

  .tx-hero-slide__media img {
    object-position: center;
  }

  .tx-hero-slide__shade {
    background: linear-gradient(180deg, rgba(4, 19, 31, 0.08) 0%, rgba(4, 19, 31, 0.36) 44%, rgba(4, 19, 31, 0.82) 100%);
  }

  .tx-hero-content h1,
  .tx-hero-content .tx-hero-heading {
    margin-bottom: 14px;
    font-size: 40px;
  }

  .tx-hero-content p:not(.tx-eyebrow) {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .tx-hero-content .tx-btn {
    width: 100%;
  }

  .tx-hero-dots {
    bottom: 8px;
  }

  .tx-use-case-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tx-use-case-card {
    display: grid;
    grid-template-columns: 40% minmax(0, 1fr);
  }

  .tx-use-case-card img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }

  .tx-use-case-card > div {
    padding: 17px;
  }

  .tx-use-case-card h3 {
    font-size: 21px;
  }

  .tx-use-case-card p:not(.tx-eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .tx-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .tx-product-card a {
    padding: 10px 11px 13px;
  }

  .tx-product-card__media {
    aspect-ratio: 1 / 1;
    margin: -10px -11px 3px;
  }

  .tx-product-card strong {
    font-size: 15px;
  }

  .tx-product-card small:not(.tx-product-card__media small) {
    display: none;
  }

  .tx-product-card em {
    font-size: 15px;
  }

  .tx-category-hero h1,
  .tx-blog-hero h1,
  .tx-blog-article__header h1,
  .tx-info-hero h1 {
    font-size: 38px;
  }

  .tx-category-hero__intro,
  .tx-info-hero p:not(.tx-eyebrow) {
    font-size: 16px;
  }

  .tx-copy > * {
    max-width: 100%;
  }

  .tx-pdp {
    padding: 22px 12px 70px;
  }

  .tx-pdp__main-img {
    padding: 8px;
  }

  .tx-pdp__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tx-pdp__info {
    padding: 22px 18px;
  }

  .tx-pdp__info > h1 {
    font-size: 38px;
  }

  .tx-pdp__variant-grid,
  .tx-pdp__guidance-grid {
    grid-template-columns: 1fr;
  }

  .tx-pdp__details {
    padding-top: 52px;
  }

  .tx-pdp__notice {
    padding: 18px;
  }

  .tx-pdp__body {
    margin-top: 46px;
    font-size: 16px;
  }

  .tx-blog-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tx-blog-card__media {
    aspect-ratio: 16 / 9;
  }

  .tx-info-page {
    padding: 56px 14px 78px;
  }

  .tx-info-grid {
    grid-template-columns: 1fr;
  }

  .tx-authority-answer {
    margin-bottom: 38px;
    padding: 24px 20px;
  }

  .tx-authority-answer h2,
  .tx-authority-section > h2,
  .tx-authority-evidence h2,
  .tx-authority-faq > h2 {
    font-size: 30px;
  }

  .tx-authority-answer > p:last-child {
    font-size: 16px;
  }

  .tx-authority-section,
  .tx-authority-evidence,
  .tx-authority-faq {
    margin-top: 44px;
  }

  .tx-authority-steps,
  .tx-authority-evidence ol,
  .tx-authority-review {
    grid-template-columns: 1fr;
  }

  .tx-authority-steps {
    gap: 0;
  }

  .tx-authority-evidence {
    padding: 26px 18px;
  }

  .tx-authority-review {
    margin-top: 44px;
  }

  .tx-form-grid {
    grid-template-columns: 1fr;
  }

  .tx-account-shell,
  .tx-commerce-shell,
  .tx-contact-copy,
  .tx-form {
    padding: 20px 16px;
  }

  .tx-account-shell .woocommerce-form,
  .tx-commerce-shell .woocommerce-form {
    padding: 20px 16px;
  }

  .tx-footer__inner {
    width: 100%;
  }

  .tx-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .tx-footer__bottom {
    flex-direction: column;
    justify-content: flex-start;
  }

  .tx-footer__bottom span:last-child {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .tx-header__inner {
    flex-wrap: nowrap;
    gap: 6px;
    min-height: 64px;
    padding: 9px 10px;
  }

  .tx-logo,
  .tx-logo img {
    width: 108px;
  }

  .tx-header-actions {
    gap: 4px;
    margin-left: auto;
  }

  .tx-header-action {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 6px;
  }

  .tx-lang-switcher__icon {
    width: 14px;
    height: 14px;
  }

  .tx-lang-switcher__button {
    min-width: 50px;
    min-height: 44px;
    gap: 5px;
    padding: 6px;
    font-size: 12px;
  }

  .tx-mobile-toggle {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }

  .tx-header.is-open .tx-nav {
    position: fixed;
    z-index: 1002;
    top: 66px;
    right: 0;
    bottom: auto;
    left: 0;
    display: block;
    flex: none;
    width: auto;
    height: calc(100vh - 66px);
    height: calc(100dvh - 66px);
    max-height: none;
    margin: 0;
    padding: 10px 14px 28px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .tx-use-case-card {
    grid-template-columns: 36% minmax(0, 1fr);
  }

  .tx-use-case-card > div {
    padding: 14px;
  }

  .tx-use-case-card p:not(.tx-eyebrow) {
    -webkit-line-clamp: 2;
  }

  .tx-pdp__specs dl {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 340px) {
  .tx-product-grid {
    grid-template-columns: 1fr;
  }
}

/* Product-card identity remains factual even when provisional media is shared. */
.tx-product-card__media {
  position: relative;
}

.tx-product-card__identity {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tx-product-card__identity--media {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  z-index: 1;
  justify-content: flex-start;
  pointer-events: none;
}

.tx-product-identity__item {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  min-height: 24px;
  padding: 3px 7px;
  background: rgba(7, 26, 46, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  box-shadow: 0 3px 12px rgba(1, 12, 23, 0.18);
  backdrop-filter: blur(7px);
}

.tx-product-swatch {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
}

.tx-product-identity__item b {
  color: inherit;
  font: inherit;
  font-weight: 800;
  white-space: nowrap;
}

.tx-product-card__identity--media .tx-product-identity__item:nth-child(n + 3) {
  display: none;
}

.tx-product-card__identity--title {
  gap: 4px 7px;
  color: var(--tx-electric-strong);
}

.tx-product-card__identity--title .tx-product-identity__item {
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--tx-electric-strong);
  font-size: 11px;
  box-shadow: none;
  backdrop-filter: none;
}

.tx-product-card__identity--title .tx-product-identity__item:not(:last-child)::after {
  margin-left: 3px;
  content: "/";
  color: var(--tx-border-strong);
}

.tx-inline-semantic-link a,
.tx-contextual-links a {
  color: var(--tx-electric-strong);
  font-weight: 750;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tx-inline-semantic-link a:hover,
.tx-inline-semantic-link a:focus-visible,
.tx-contextual-links a:hover,
.tx-contextual-links a:focus-visible {
  color: var(--tx-navy);
  text-decoration-thickness: 2px;
}

.tx-contextual-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 7px;
  align-items: baseline;
  justify-content: center;
  width: fit-content;
  max-width: min(100%, 840px);
  margin: 22px auto;
  padding: 11px 16px;
  box-sizing: border-box;
  background: #edf7fb;
  border: 1px solid var(--tx-border-strong);
  border-top: 3px solid var(--tx-electric);
  border-radius: var(--tx-radius-sm);
  color: var(--tx-muted);
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}

.tx-contextual-links > span:first-child {
  color: var(--tx-navy);
  font-weight: 800;
}

.tx-product-topics {
  margin: 18px 0 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--tx-border);
}

.tx-product-topics__label {
  margin: 0 0 9px;
  color: var(--tx-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tx-product-topics__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tx-product-topics__list li {
  min-width: 0;
}

.tx-product-topics__list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  max-width: 100%;
  padding: 7px 10px;
  background: #f6fbfe;
  border: 1px solid var(--tx-border-strong);
  border-radius: var(--tx-radius-sm);
  color: var(--tx-electric-strong);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.tx-product-topics__list a:hover,
.tx-product-topics__list a:focus-visible {
  background: #e8f6fc;
  border-color: var(--tx-electric);
  color: var(--tx-navy);
  outline: 2px solid rgba(7, 143, 203, 0.18);
  outline-offset: 2px;
}

@media (max-width: 720px) {
  .tx-contextual-links {
    width: 100%;
    padding: 10px 12px;
  }

  .tx-product-topics__list {
    gap: 7px;
  }

  .tx-product-topics__list a {
    min-height: 42px;
  }

  .tx-product-card__identity--media {
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .tx-product-identity__item {
    min-height: 22px;
    padding: 3px 5px;
    font-size: 9px;
  }

  .tx-product-card__identity--media .tx-product-identity__item:nth-child(n + 2) {
    display: none;
  }

  .tx-product-card__identity--title .tx-product-identity__item {
    font-size: 9px;
  }
}

/* Product media workspace: editorial gallery, configuration evidence, and lightbox. */
.tx-pdp__main-img {
  aspect-ratio: 1 / 1;
  padding: 0;
  background: #fff;
}

.tx-pdp__main-img.tx-media-ratio--wide { aspect-ratio: 16 / 9; }
.tx-pdp__main-img.tx-media-ratio--landscape { aspect-ratio: 4 / 3; }
.tx-pdp__main-img.tx-media-ratio--square { aspect-ratio: 1 / 1; }
.tx-pdp__main-img.tx-media-ratio--tall { aspect-ratio: 4 / 5; }
.tx-pdp__main-img.tx-media-ratio--portrait { aspect-ratio: 3 / 4; }

.tx-pdp__main-open,
.tx-pdp__configuration-stage-open {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 14px;
  overflow: hidden;
  background: #fff;
  border: 0;
  color: inherit;
  cursor: zoom-in;
}

.tx-pdp__main-open:focus-visible,
.tx-pdp__configuration-stage-open:focus-visible {
  outline: 3px solid rgba(7, 143, 203, 0.42);
  outline-offset: -3px;
}

.tx-pdp__main-open img,
.tx-pdp__configuration-stage-open img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.tx-pdp__main-open-hint {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: rgba(7, 26, 46, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  opacity: 0.88;
  transition: opacity 160ms ease, transform 160ms ease;
}

.tx-pdp__main-open:hover .tx-pdp__main-open-hint,
.tx-pdp__configuration-stage-open:hover .tx-pdp__main-open-hint {
  opacity: 1;
  transform: scale(1.05);
}

body.tx-lightbox-open {
  overflow: hidden;
}

.tx-pdp-lightbox {
  width: calc(100vw - 32px);
  max-width: none;
  height: calc(100vh - 32px);
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  color: #fff;
}

.tx-pdp-lightbox::backdrop {
  background: rgba(1, 12, 23, 0.92);
  backdrop-filter: blur(8px);
}

.tx-pdp-lightbox__shell {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #071a2e;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
}

.tx-pdp-lightbox figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 22px 0 14px;
}

.tx-pdp-lightbox figure img {
  align-self: center;
  justify-self: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.tx-pdp-lightbox figcaption {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 18px;
  overflow: hidden;
  color: #d9e9f1;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tx-pdp-lightbox__close,
.tx-pdp-lightbox__nav {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.tx-pdp-lightbox__close:hover,
.tx-pdp-lightbox__close:focus-visible,
.tx-pdp-lightbox__nav:hover,
.tx-pdp-lightbox__nav:focus-visible {
  background: var(--tx-electric);
  border-color: var(--tx-electric);
  outline: none;
}

.tx-pdp-lightbox__close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  font-size: 28px;
}

.tx-pdp-lightbox__nav {
  justify-self: center;
  font-size: 34px;
}

.tx-pdp--has-configuration-media {
  grid-template-areas:
    "gallery info"
    "configuration info"
    "details details";
}

.tx-pdp--has-configuration-media > .tx-pdp__gallery {
  grid-area: gallery;
}

.tx-pdp--has-configuration-media > .tx-pdp__info {
  grid-area: info;
  align-self: start;
}

.tx-pdp--has-configuration-media > .tx-pdp__configuration-media {
  grid-area: configuration;
}

.tx-pdp--has-configuration-media > .tx-pdp__details {
  grid-area: details;
}

.tx-pdp__configuration-media {
  align-self: start;
  min-width: 0;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--tx-border);
  border-radius: var(--tx-radius-lg);
  box-shadow: 0 12px 34px rgba(6, 24, 39, 0.06);
}

.tx-pdp__configuration-header {
  max-width: 760px;
  margin-bottom: 18px;
}

.tx-pdp__configuration-header .tx-eyebrow {
  margin-bottom: 4px;
}

.tx-pdp__configuration-header h2 {
  margin: 0 0 8px;
  font-size: 28px;
  text-align: left;
}

.tx-pdp__configuration-header > p:last-child,
.tx-pdp__configuration-note {
  margin: 0;
  color: var(--tx-muted);
  font-size: 14px;
  line-height: 1.6;
}

.tx-pdp__configuration-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(210px, 0.55fr);
  gap: 18px;
  align-items: stretch;
  overflow: hidden;
  background: #f6fbfe;
  border: 1px solid var(--tx-border-strong);
  border-radius: var(--tx-radius-sm);
}

.tx-pdp__configuration-stage.is-updating {
  animation: tx-variant-preview-confirm 240ms ease-out;
}

.tx-pdp__configuration-stage-open {
  min-height: 420px;
  border-right: 1px solid var(--tx-border);
}

.tx-pdp__configuration-stage-copy {
  display: grid;
  align-content: center;
  gap: 7px;
  min-width: 0;
  padding: 24px 22px 24px 4px;
}

.tx-pdp__configuration-stage-copy > span {
  color: var(--tx-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.tx-pdp__configuration-stage-copy strong {
  color: var(--tx-navy);
  font-size: 18px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.tx-pdp__configuration-stage-copy small {
  color: var(--tx-muted);
}

.tx-pdp__configuration-stage-copy em {
  color: var(--tx-electric-strong);
  font-size: 20px;
  font-style: normal;
  font-weight: 850;
}

.tx-pdp__configuration-note {
  margin-top: 14px;
  padding: 12px 14px;
  background: #f6fbfe;
  border: 1px solid var(--tx-border);
  border-left: 3px solid var(--tx-electric);
  border-radius: var(--tx-radius-sm);
}

@media (max-width: 1180px) {
  .tx-pdp__configuration-stage {
    grid-template-columns: 1fr;
  }

  .tx-pdp__configuration-stage-open {
    min-height: 360px;
    border-right: 0;
    border-bottom: 1px solid var(--tx-border);
  }

  .tx-pdp__configuration-stage-copy {
    padding: 18px;
  }

}

@media (max-width: 960px) {
  .tx-pdp--has-configuration-media {
    grid-template-areas:
      "gallery"
      "info"
      "configuration"
      "details";
  }

  .tx-pdp__variant-preview {
    top: 76px;
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: 136px;
  }

  .tx-pdp__variant-preview-media {
    width: 150px;
    height: 116px;
  }
}

@media (max-width: 720px) {
  .tx-pdp__main-open,
  .tx-pdp__configuration-stage-open {
    padding: 6px;
  }

  .tx-pdp-lightbox {
    width: 100vw;
    height: 100dvh;
  }

  .tx-pdp-lightbox__shell {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    border: 0;
    border-radius: 0;
  }

  .tx-pdp-lightbox figure {
    padding-top: 58px;
  }

  .tx-pdp-lightbox figcaption {
    white-space: normal;
  }

  .tx-pdp-lightbox__close,
  .tx-pdp-lightbox__nav {
    width: 40px;
    height: 40px;
  }

  .tx-pdp__configuration-media {
    padding: 16px 14px;
    background: #f6fbfe;
    box-shadow: none;
  }

  .tx-pdp__sku-identity {
    grid-template-columns: 1fr;
  }

  .tx-pdp__configuration-header {
    margin-bottom: 0;
  }

  .tx-pdp__configuration-header h2 {
    font-size: 22px;
  }

  .tx-pdp__configuration-stage {
    display: none;
  }

  .tx-pdp__variants--multiple .tx-pdp__variant-preview {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 8px;
    box-shadow: none;
  }

  .tx-pdp__variants--multiple .tx-pdp__variant-preview-media {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .tx-pdp__variants--multiple .tx-pdp__variant-preview-copy {
    gap: 4px;
    padding: 12px 8px 7px;
  }

  .tx-pdp__variants--multiple .tx-pdp__variant-preview-copy strong {
    font-size: 16px;
  }

  .tx-pdp__variants--multiple .tx-pdp__variant-preview-copy em {
    font-size: 18px;
  }

  .tx-pdp__variants--multiple .tx-pdp__variant-options {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 286px);
    gap: 10px;
    max-width: 100%;
    padding: 2px 18px 12px 2px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 2px 18px;
    scroll-snap-type: inline mandatory;
    scrollbar-color: var(--tx-border-strong) transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .tx-pdp__variants--multiple .tx-pdp__variant-option {
    min-height: 112px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .tx-pdp__configuration-note {
    margin-top: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
