/* TX Design — blog listing + single post styles (WordPress plugin build)
   Self-contained on purpose: these pages render as full standalone documents
   (own header/footer, no theme chrome — see tx-design-landing.php), so this
   file doesn't need to coexist with styles.css. Scoped under .tx-content-embed
   as defense in depth in case another plugin's CSS also loads on the page. */

@font-face {
  font-family: 'TX Bricolage Grotesque';
  src: url('assets/fonts/BricolageGrotesque-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-display: swap;
}

.tx-content-embed,
.tx-content-embed *,
.tx-content-embed *::before,
.tx-content-embed *::after {
  box-sizing: border-box;
}
.tx-content-embed {
  background: #ffffff;
  font-family: 'TX Bricolage Grotesque', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.tx-content-embed img { max-width: 100%; border: 0; box-shadow: none; }
.tx-content-embed a { color: inherit; text-decoration: none; }
.tx-content-embed a:hover { opacity: .62; }
.tx-content-embed button { font: inherit; }
.tx-content-embed ul, .tx-content-embed ol { margin: 0; padding: 0; list-style: none; }

.tx-content-embed a:focus-visible,
.tx-content-embed button:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #111111 !important;
}
.tx-content-embed .tx-footer a:focus-visible,
.tx-content-embed .tx-diagnose a:focus-visible {
  box-shadow: 0 0 0 2px #111111, 0 0 0 4px #ffffff !important;
}

#tx-progress { position: fixed; top: 0; left: 0; height: 2px; width: 100%; transform: scaleX(0); transform-origin: 0 50%; background: #111111; z-index: 30; }

#tx-scrim {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 15;
  background: rgba(17, 17, 17, .34);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms cubic-bezier(.2, .6, .2, 1);
}
#tx-scrim[data-open] { opacity: 1; pointer-events: auto; }

/* Buttons (shared visual language with the landing page) */
.tx-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: -.01em;
  cursor: pointer;
  transition: background 200ms cubic-bezier(.2, .6, .2, 1), transform 200ms cubic-bezier(.2, .6, .2, 1), opacity 200ms;
}
.tx-btn svg { transition: transform 260ms cubic-bezier(.16, 1, .3, 1); }
.tx-btn:hover svg { transform: translateX(3px); }
.tx-btn:hover { transform: translateY(-1px); }
.tx-btn:active { transform: scale(.98); }
.tx-btn--dark { background: #111111; color: #ffffff !important; font-size: 14px; padding: 12px 22px; }
.tx-btn--dark:hover { background: #242424; }
.tx-btn--light { background: #ffffff; color: #111111 !important; font-size: 15px; padding: 18px 32px; }
.tx-btn--light:hover { opacity: .86; }
.tx-cta-short { display: none !important; }

/* Header (flush, always-bordered — no rounded page shell on these views) */
#tx-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(20px, 5vw, 56px);
  flex-wrap: wrap;
  border-bottom: 1px solid #f1f1f1;
  transition: padding 260ms cubic-bezier(.2, .6, .2, 1), border-color 260ms;
}
#tx-header[data-stuck] { padding-top: 14px; padding-bottom: 14px; }
.tx-header__logo { display: block; color: #0a0a0a; }
.tx-header__logo img { display: block; height: 22px; width: auto; }

#tx-nav { display: flex; gap: 10px; font-size: 15px; letter-spacing: -.01em; flex-wrap: wrap; }
.tx-pill-link {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e3e3e3;
  border-radius: 999px;
  padding: 9px 20px;
  color: #111111 !important;
  transition: background 200ms cubic-bezier(.2, .6, .2, 1);
}
.tx-pill-link:hover { background: #fafafa; opacity: 1; }
.tx-pill-link[aria-current="page"] {
  border-color: #111111;
  background: #111111;
  color: #ffffff !important;
}
.tx-pill-link[aria-current="page"]:hover { opacity: .9; }

#tx-burger {
  display: none !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #e3e3e3 !important;
  background: transparent !important;
  border-radius: 999px !important;
  cursor: pointer;
  flex: none;
}

/* Shared background mesh used on hero sections */
.tx-mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(#f1f1f1 1px, transparent 1px), linear-gradient(90deg, #f1f1f1 1px, transparent 1px);
  background-size: 56px 56px;
  background-position: center top;
  -webkit-mask-image: linear-gradient(#000 0%, #000 48%, transparent 92%);
  mask-image: linear-gradient(#000 0%, #000 48%, transparent 92%);
}

.tx-eyebrow { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #8a8a8a; }
.tx-eyebrow--dark { color: #a6a6a6; margin-bottom: 20px; }

/* Reveal on scroll */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 620ms cubic-bezier(.16, 1, .3, 1), transform 720ms cubic-bezier(.16, 1, .3, 1); }
[data-reveal][data-in] { opacity: 1; transform: none; }

/* ---- Archive (listing) ---- */
.tx-content-hero { position: relative; padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 56px) clamp(32px, 4vw, 48px); }
.tx-content-hero__inner { position: relative; z-index: 1; }
.tx-content-hero__title { margin: 20px 0 0; max-width: 20ch; font-size: clamp(40px, 7vw, 84px); line-height: 1.02; letter-spacing: -.04em; font-weight: 300; color: #0a0a0a; }
.tx-content-hero__lead { margin: 24px 0 0; max-width: 56ch; font-size: 16px; line-height: 1.65; color: #5e5e5e; letter-spacing: -.01em; }

.tx-chips { padding: 0 clamp(20px, 5vw, 56px) clamp(32px, 4vw, 44px); display: flex; gap: 10px; flex-wrap: wrap; font-size: 14px; letter-spacing: -.01em; }
.tx-chip {
  border: 1px solid #e3e3e3;
  background: transparent;
  border-radius: 999px;
  padding: 9px 20px;
  color: #111111;
  cursor: pointer;
  font: inherit;
  transition: background 200ms cubic-bezier(.2, .6, .2, 1), color 200ms, border-color 200ms;
}
.tx-chip:hover { background: #f1f1f1; opacity: 1; }
.tx-chip[data-active] { background: #111111 !important; border-color: #111111 !important; color: #ffffff !important; }

.tx-post-card { display: block; }
.tx-post-card__media { border-radius: 20px; overflow: hidden; background: #fafafa; aspect-ratio: 4 / 3; }
.tx-post-card__media img,
.tx-post-card__media .tx-cover { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 480ms cubic-bezier(.16, 1, .3, 1), filter 360ms cubic-bezier(.2, .6, .2, 1); }
.tx-post-card:hover .tx-post-card__media img,
.tx-post-card:focus-visible .tx-post-card__media img { transform: scale(1.04); filter: brightness(1.03); }
.tx-post-card__meta { display: flex; gap: 14px; align-items: center; margin-top: 22px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #8a8a8a; }
.tx-post-card__sep { width: 20px; height: 1px; background: #e3e3e3; flex: none; }
.tx-post-card__title { margin: 14px 0 0; font-size: 24px; line-height: 1.18; letter-spacing: -.03em; font-weight: 400; color: #0a0a0a; transition: transform 360ms cubic-bezier(.16, 1, .3, 1); }
.tx-post-card:hover .tx-post-card__title,
.tx-post-card:focus-visible .tx-post-card__title { transform: translateX(-3px); }
.tx-post-card__desc { margin: 12px 0 0; font-size: 15px; line-height: 1.6; color: #5e5e5e; letter-spacing: -.01em; }

.tx-featured-wrap { padding: 0 clamp(20px, 5vw, 56px) clamp(48px, 7vw, 80px); }
#tx-feat {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  border-top: 1px solid #f1f1f1;
  padding-top: clamp(28px, 4vw, 40px);
}
#tx-feat .tx-post-card__media { aspect-ratio: 16 / 11; }
#tx-feat h3 { margin: 20px 0 0; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.06; letter-spacing: -.035em; font-weight: 300; color: #0a0a0a; }
#tx-feat p { margin: 20px 0 0; max-width: 52ch; font-size: 16px; line-height: 1.65; color: #5e5e5e; letter-spacing: -.01em; }
#tx-feat .tx-post-card__meta { font-size: 14px; letter-spacing: normal; text-transform: none; margin-top: 28px; color: #8a8a8a; }
#tx-feat .tx-arrow { margin-left: auto; transition: transform 360ms cubic-bezier(.16, 1, .3, 1); }
#tx-feat:hover .tx-arrow, #tx-feat:focus-visible .tx-arrow { transform: translate(4px, -4px); }

.tx-grid-wrap { padding: 0 clamp(20px, 5vw, 56px) clamp(56px, 9vw, 104px); }
#tx-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(36px, 5vw, 56px) clamp(24px, 3vw, 40px); }
.tx-empty { padding: 40px 0; text-align: center; color: #8a8a8a; font-size: 15px; }

#tx-pag { display: flex; gap: 12px; align-items: center; justify-content: center; flex-wrap: wrap; border-top: 1px solid #f1f1f1; margin-top: clamp(48px, 7vw, 80px); padding-top: clamp(32px, 4vw, 44px); font-size: 15px; letter-spacing: -.01em; }
#tx-pag button[data-prev], #tx-pag button[data-next] {
  display: inline-flex; align-items: center; gap: 8px; border: 1px solid #e3e3e3; background: transparent; border-radius: 999px; padding: 11px 22px; color: #111111; cursor: pointer; font: inherit;
  transition: background 200ms cubic-bezier(.2, .6, .2, 1), opacity 200ms;
}
#tx-pag button[data-prev]:hover, #tx-pag button[data-next]:hover { background: #fafafa; }
#tx-pag button:disabled { opacity: .34; cursor: not-allowed; }
#tx-pag button:disabled:hover { background: transparent; }
.tx-pag-num { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; border: 1px solid transparent; background: transparent; border-radius: 999px; color: #5e5e5e; cursor: pointer; font: inherit; font-variant-numeric: tabular-nums; transition: background 200ms cubic-bezier(.2, .6, .2, 1), color 200ms, border-color 200ms; }
.tx-pag-num:hover { background: #fafafa; color: #111111; }
.tx-pag-num[data-active] { background: #111111; border-color: #111111; color: #ffffff; }
.tx-pag-gap { display: inline-flex; align-items: center; justify-content: center; min-width: 24px; color: #8a8a8a; }

@media (min-width: 760px) {
  #tx-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  #tx-grid > a { grid-column: span 6; }
  #tx-feat { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  #tx-feat > div:first-child { grid-column: span 7; }
  #tx-feat > div:last-child { grid-column: span 5; }
}
@media (min-width: 1000px) {
  #tx-grid > a[data-span="wide"] { grid-column: span 7; }
  #tx-grid > a[data-span="narrow"] { grid-column: span 5; }
  #tx-grid > a[data-span="half"] { grid-column: span 6; }
  #tx-grid > a[data-span="wide"] .tx-post-card__media { aspect-ratio: 16 / 10; }
  #tx-grid > a[data-span="wide"] .tx-post-card__title { font-size: 28px; }
  #tx-grid > a .tx-post-card__desc { max-width: 46ch; }
}

/* ---- Single post ---- */
.tx-post-hero { position: relative; padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 56px) clamp(28px, 4vw, 40px); }
#tx-head { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(24px, 5vw, 64px); }
.tx-back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; letter-spacing: -.01em; color: #5e5e5e !important; }
#tx-meta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: 32px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #8a8a8a; }
.tx-meta-sep { width: 20px; height: 1px; background: #e3e3e3; }
.tx-post-h1 { margin: 0; max-width: 20ch; font-size: clamp(36px, 6vw, 76px); line-height: 1.03; letter-spacing: -.04em; font-weight: 300; color: #0a0a0a; }
.tx-post-lede { margin: 24px 0 0; max-width: 56ch; font-size: 19px; line-height: 1.6; color: #5e5e5e; letter-spacing: -.015em; }

.tx-cover-wrap { padding: 0 clamp(20px, 5vw, 56px) clamp(40px, 6vw, 64px); }
.tx-cover { border-radius: 20px; overflow: hidden; aspect-ratio: 16 / 9; background: #fafafa; display: block; width: 100%; height: 100%; object-fit: cover; }

.tx-body-wrap { padding: 0 clamp(20px, 5vw, 56px) clamp(56px, 8vw, 96px); }
#tx-body { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(32px, 5vw, 64px); }

#tx-aside { font-size: 14px; letter-spacing: -.01em; }
.tx-aside-label { border-top: 1px solid #f1f1f1; padding-top: 16px; color: #8a8a8a; }
.tx-aside-label--share { margin-top: 28px; }
.tx-author { display: flex; gap: 12px; align-items: center; margin-top: 14px; }
.tx-author__avatar { width: 44px; height: 44px; border-radius: 999px; overflow: hidden; background: #fafafa; flex: none; }
.tx-author__avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.tx-author__name { color: #0a0a0a; font-weight: 500; }
.tx-author__brand { color: #8a8a8a; margin-top: 2px; }
.tx-share { display: flex; gap: 16px; margin-top: 14px; }
.tx-share a, .tx-share button { display: block; border: none; background: transparent; padding: 0; cursor: pointer; color: #111111; }
.tx-share svg { display: block; }

.tx-prose { max-width: 68ch; }
.tx-prose p { margin: 0 0 24px; font-size: 18px; line-height: 1.72; color: #3d3d3d; letter-spacing: -.011em; }
.tx-prose h2 { margin: 56px 0 18px; font-size: clamp(24px, 3vw, 32px); line-height: 1.14; letter-spacing: -.03em; font-weight: 400; color: #0a0a0a; }
.tx-prose h3 { margin: 40px 0 14px; font-size: 20px; line-height: 1.2; letter-spacing: -.02em; font-weight: 500; color: #0a0a0a; }
.tx-prose ul, .tx-prose ol { margin: 0 0 24px; padding-left: 22px; list-style: initial; }
.tx-prose li { margin: 0 0 12px; font-size: 18px; line-height: 1.7; color: #3d3d3d; letter-spacing: -.011em; }
.tx-prose strong { font-weight: 600; color: #0a0a0a; }
.tx-prose a { color: #111111; border-bottom: 1px solid #e3e3e3; }
.tx-prose img { border-radius: 20px; margin: 8px 0 32px; }
.tx-prose blockquote { background: #fafafa; border-radius: 20px; padding: clamp(28px, 4vw, 40px); margin: 40px 0 48px; }
.tx-prose blockquote p { margin: 0; font-size: clamp(20px, 2.4vw, 26px); line-height: 1.35; letter-spacing: -.025em; color: #0a0a0a; }

.tx-diagnose-wrap { padding: 0 clamp(20px, 5vw, 56px) clamp(56px, 8vw, 96px); }
.tx-diagnose {
  position: relative; overflow: hidden; background: #111111; border-radius: 20px;
  padding: clamp(40px, 6vw, 64px) clamp(24px, 4vw, 56px);
  display: flex; gap: 40px; align-items: flex-end; justify-content: space-between; flex-wrap: wrap;
}
.tx-diagnose__copy { position: relative; }
.tx-diagnose h2 { margin: 0; max-width: 18ch; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.08; letter-spacing: -.03em; font-weight: 400; color: #ffffff; }
.tx-diagnose__text { margin: 20px 0 0; max-width: 48ch; font-size: 15px; line-height: 1.6; color: #a6a6a6; letter-spacing: -.01em; }
.tx-diagnose .tx-btn--light { position: relative; flex: none; }
.tx-diagnose__ring { position: absolute; border-radius: 50%; pointer-events: none; }
.tx-diagnose__ring--1 { right: -70px; top: 40px; width: 260px; height: 260px; border: 1px solid rgba(255, 255, 255, .10); }
.tx-diagnose__ring--2 { right: -130px; top: -20px; width: 300px; height: 300px; border: 1px solid rgba(255, 255, 255, .08); }

.tx-related-wrap { padding: 0 clamp(20px, 5vw, 56px) clamp(56px, 9vw, 104px); }
.tx-related-head { display: flex; gap: 24px; align-items: baseline; justify-content: space-between; flex-wrap: wrap; border-top: 1px solid #f1f1f1; padding-top: clamp(28px, 4vw, 40px); margin-bottom: clamp(28px, 4vw, 40px); }
.tx-related-head h2 { margin: 0; font-size: clamp(24px, 3vw, 32px); line-height: 1.1; letter-spacing: -.03em; font-weight: 400; color: #0a0a0a; }
.tx-related-head a { font-size: 15px; letter-spacing: -.01em; color: #5e5e5e; }
#tx-rel { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(32px, 4vw, 40px); }

@media (min-width: 900px) {
  #tx-head { grid-template-columns: minmax(0, 200px) minmax(0, 1fr); align-items: end; }
  #tx-meta { flex-direction: column; align-items: flex-start; gap: 10px; }
  #tx-meta .tx-meta-sep { display: none; }
  #tx-body { grid-template-columns: minmax(0, 200px) minmax(0, 1fr); }
  #tx-aside { position: sticky; top: 120px; align-self: start; }
  #tx-rel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ---- Footer (shared with landing) ---- */
.tx-footer { background: #111111; padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 56px) 40px; }
.tx-footer__head { display: flex; gap: 40px; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
.tx-footer__title { margin: 0; max-width: 12ch; font-size: clamp(40px, 7vw, 96px); line-height: 1.02; letter-spacing: -.04em; font-weight: 300; color: #ffffff; }
.tx-footer__cta { display: inline-flex; align-items: center; gap: 20px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; padding: 8px 32px 8px 8px; transition: background 200ms; }
.tx-footer__cta:hover { background: rgba(255, 255, 255, .14); opacity: 1; }
.tx-footer__cta:active { transform: scale(.98); }
.tx-footer__cta-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; flex: none; }
.tx-footer__cta-label { font-size: 17px; font-weight: 500; letter-spacing: -.01em; color: #ffffff; }
.tx-footer__row { border-top: 1px solid rgba(255, 255, 255, .14); margin-top: clamp(56px, 9vw, 120px); padding-top: 48px; display: flex; gap: 24px 40px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.tx-footer__logo { display: block; flex: none; }
.tx-footer__logo img { display: block; height: 26px; width: auto; filter: invert(1); }
.tx-footer__contact { flex: 1 1 180px; min-width: 0; font-size: 15px; letter-spacing: -.01em; }
.tx-footer__contact a { color: #a6a6a6; }
.tx-footer__social { display: flex; gap: 22px; align-items: center; flex: none; }
.tx-footer__social a { display: block; opacity: .9; }
.tx-footer__social svg { display: block; }
.tx-footer__behance { display: inline-flex; align-items: center; font-size: 15px; font-weight: 600; letter-spacing: -.02em; color: #ffffff !important; opacity: .9; line-height: 1; }
.tx-footer__credit { border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 40px; padding-top: 28px; text-align: center; font-size: 14px; letter-spacing: -.01em; color: #a6a6a6; }

/* ---- Mobile nav (<= 760px), shared pattern ---- */
@media (max-width: 760px) {
  #tx-nav {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; align-items: stretch;
    background: #ffffff; border-bottom: 1px solid #f1f1f1; padding: 8px clamp(20px, 5vw, 56px) 28px;
    opacity: 0; transform: translateY(-10px); pointer-events: none; visibility: hidden;
    transition: opacity 260ms cubic-bezier(.2, .6, .2, 1), transform 320ms cubic-bezier(.16, 1, .3, 1), visibility 0s linear 320ms;
    box-shadow: 0 24px 48px rgba(0, 0, 0, .08);
  }
  #tx-nav[data-open] { opacity: 1; transform: translateY(0); pointer-events: auto; visibility: visible; transition-delay: 0s; }
  #tx-nav a {
    border: none !important; border-bottom: 1px solid #f1f1f1 !important; border-radius: 0 !important; padding: 20px 2px !important;
    font-size: 24px; font-weight: 300; letter-spacing: -.03em; justify-content: space-between; min-height: 44px; align-items: center;
    opacity: 0; transform: translateY(12px);
    transition: opacity 360ms cubic-bezier(.16, 1, .3, 1), transform 360ms cubic-bezier(.16, 1, .3, 1), background 200ms;
  }
  #tx-nav[data-open] a { opacity: 1; transform: none; }
  #tx-nav[data-open] a:nth-child(1) { transition-delay: 60ms; }
  #tx-nav[data-open] a:nth-child(2) { transition-delay: 120ms; }
  #tx-nav[data-open] a:nth-child(3) { transition-delay: 180ms; }
  #tx-nav[data-open] a:nth-child(4) { transition-delay: 240ms; }
  #tx-burger { display: inline-flex !important; order: 3; transition: background 200ms cubic-bezier(.2, .6, .2, 1); }
  #tx-burger[aria-expanded="true"] { background: #f1f1f1; }
  #tx-burger svg path { transform-box: fill-box; transform-origin: center; transition: transform 320ms cubic-bezier(.16, 1, .3, 1), opacity 180ms; }
  #tx-burger[aria-expanded="true"] svg path:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  #tx-burger[aria-expanded="true"] svg path:nth-child(2) { opacity: 0; }
  #tx-burger[aria-expanded="true"] svg path:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  #tx-scrim { display: block !important; }
  .tx-cta-full { display: none !important; }
  .tx-cta-short { display: inline !important; }
  #tx-header { padding-top: 14px !important; padding-bottom: 14px !important; gap: 10px !important; }
  #tx-header > a:last-child { order: 2; margin-left: auto; min-height: 44px; padding: 12px 18px !important; }
  #tx-header[data-stuck] { padding-top: 10px !important; padding-bottom: 10px !important; background: rgba(255, 255, 255, .86) !important; backdrop-filter: saturate(1.6) blur(14px) !important; -webkit-backdrop-filter: saturate(1.6) blur(14px) !important; }
  .tx-prose p, .tx-prose li { font-size: 17px; }
}
@media (max-width: 520px) {
  .tx-pag-label { display: none; }
  #tx-pag button[data-prev], #tx-pag button[data-next] { padding: 11px 14px; }
}
@media (max-width: 400px) {
  .tx-cta-short { display: none !important; }
  #tx-header > a:last-child { padding: 0 !important; width: 44px; justify-content: center; gap: 0; }
  #tx-header > a:last-child .tx-cta-arrow { display: none !important; }
  #tx-header > a:last-child .tx-cta-wa { display: block !important; }
}
