/* Final typography and content layout polish */
.site-header {
  z-index: 5000 !important;
}

.tx-clean-home {
  --clean-max: 1440px;
}

.tx-clean-container,
.tradenix-container {
  width: min(1440px, calc(100% - 56px));
}

.tx-editorial-grid {
  grid-template-columns: minmax(0, 0.56fr) minmax(420px, 0.44fr) !important;
  gap: clamp(44px, 6vw, 96px) !important;
}

.tx-editorial-grid h2 {
  max-width: 760px;
}

.tx-editorial-copy > p {
  max-width: 620px;
}

.tx-disconnect-list {
  max-width: 680px;
}

.tx-integration-clean-grid,
.tx-content-clean-grid {
  grid-template-columns: minmax(0, 0.52fr) minmax(420px, 0.48fr) !important;
  gap: clamp(44px, 6vw, 96px) !important;
}

.tradenix-container.tradenix-split {
  width: min(1440px, calc(100% - 56px)) !important;
  max-width: 1440px !important;
}

.tradenix-split {
  grid-template-columns: minmax(0, 0.58fr) minmax(420px, 0.42fr) !important;
  gap: clamp(48px, 6vw, 104px) !important;
}

.tradenix-split > div:first-child {
  min-width: 0;
}

.tradenix-split > div:first-child .section-title {
  max-width: 820px;
}

.tradenix-split > div:first-child .section-copy,
.tradenix-split > div:first-child p:not(.section-kicker) {
  max-width: 720px;
}

.tradenix-split .tradenix-list {
  max-width: 560px;
  justify-self: stretch;
}

.tradenix-list-item {
  grid-template-columns: 46px minmax(0, 1fr) !important;
}

.tradenix-list-item strong,
.tradenix-list-item span {
  overflow-wrap: normal;
  word-break: normal;
}

.tx-clean-section,
.tradenix-section,
.tradenix-page-hero,
.tradenix-cta,
.tx-final-clean {
  position: relative;
  overflow: hidden;
}

.tx-clean-section::before,
.tradenix-section::before,
.tradenix-page-hero::before,
.tradenix-cta::before,
.tx-final-clean::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: min(540px, 42vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23, 105, 255, 0.34), rgba(25, 194, 178, 0.38), transparent);
  opacity: 0.7;
  pointer-events: none;
  transform: rotate(-34deg);
  animation: txAccentDrift 11s ease-in-out infinite alternate;
}

.tx-clean-section::before {
  right: -6vw;
  top: 18%;
}

.tx-clean-section:nth-of-type(even)::before {
  left: -8vw;
  right: auto;
  top: 64%;
  animation-delay: 1.8s;
}

.tradenix-section::before,
.tradenix-page-hero::before {
  right: 4vw;
  top: 24%;
}

.tradenix-cta::before,
.tx-final-clean::before {
  right: 8vw;
  bottom: 28%;
  background: linear-gradient(90deg, transparent, rgba(0, 191, 216, 0.34), rgba(23, 105, 255, 0.34), transparent);
}

.tx-clean-section > *,
.tradenix-section > *,
.tradenix-page-hero > *,
.tradenix-cta > *,
.tx-final-clean > * {
  position: relative;
  z-index: 1;
}

.tx-clean-section::after,
.tradenix-page-hero::after,
.tx-final-clean::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: min(420px, 34vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 191, 216, 0.24), transparent);
  opacity: 0.55;
  pointer-events: none;
  transform: rotate(-34deg);
  animation: txAccentDrift 14s ease-in-out infinite alternate-reverse;
}

.tx-clean-section::after {
  left: 8vw;
  bottom: 14%;
}

.tradenix-page-hero::after {
  left: 18vw;
  bottom: 26%;
}

.tx-final-clean::after {
  left: 12vw;
  top: 24%;
}

@keyframes txAccentDrift {
  from {
    transform: translate3d(-18px, -8px, 0) rotate(-34deg);
    opacity: 0.36;
  }

  to {
    transform: translate3d(22px, 10px, 0) rotate(-34deg);
    opacity: 0.72;
  }
}

.tx-clean-home .tx-clean-hero h1 {
  max-width: 1120px;
  font-size: clamp(2.1rem, 3.4vw, 3rem);
  line-height: 1.04;
}

.tx-clean-home .tx-clean-lead {
  max-width: 820px;
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  line-height: 1.55;
}

.tx-clean-home h2,
.tradenix-page-hero h1,
.section-title {
  max-width: 1120px;
  font-size: clamp(1.75rem, 2.6vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.tradenix-page-hero h1 {
  max-width: 1180px;
}

.tradenix-page-hero p,
.section-copy,
.tradenix-section p {
  max-width: 780px;
}

.tradenix-news-hero,
.tradenix-news-single-hero {
  position: relative;
  z-index: 10;
  overflow: visible !important;
  padding: 118px 0 54px !important;
}

.tradenix-news-section {
  position: relative;
  z-index: 1;
}

.tradenix-news-hero h1 {
  max-width: 1060px;
  font-size: clamp(1.85rem, 2.8vw, 2.5rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0;
}

.tradenix-news-single-hero h1 {
  max-width: 1080px;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem) !important;
  line-height: 1.12 !important;
  letter-spacing: 0;
}

.tradenix-news-hero p,
.tradenix-news-single-hero p {
  max-width: 700px;
  font-size: 1rem !important;
  line-height: 1.55 !important;
}

.tradenix-news-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px) !important;
  gap: 42px !important;
  align-items: end !important;
}

.tradenix-news-search {
  align-self: end;
  position: relative;
  width: min(100%, 340px);
  display: flex !important;
  align-items: center;
  gap: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.tradenix-news-search label {
  flex: 1 1 auto;
  display: flex !important;
  min-height: 38px;
  align-items: center;
  margin: 0;
}

.tradenix-news-search input {
  width: 100%;
  min-height: 38px;
  padding: 0 13px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 6px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow: none !important;
  font-size: 0.88rem !important;
  font-weight: 650;
}

.tradenix-news-search input::placeholder {
  color: rgba(255, 255, 255, 0.64) !important;
}

.tradenix-news-search button {
  position: absolute;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0);
  color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 0 !important;
  white-space: nowrap;
}

.tradenix-news-search button:hover {
  background: transparent !important;
}

.tradenix-news-search button .dashicons {
  display: none;
}

.tradenix-news-search button::before,
.tradenix-news-search button::after {
  display: none;
  content: none;
}

.tradenix-search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(8, 27, 58, 0.96);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.tradenix-search-results.is-open {
  display: grid;
}

.tradenix-search-results a,
.tradenix-search-empty {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.86rem;
}

.tradenix-search-results a:last-child {
  border-bottom: 0;
}

.tradenix-search-results a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.tradenix-search-results span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 800;
}

.tradenix-search-results small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 700;
}

.tradenix-filter-empty {
  display: none;
  grid-column: 1 / -1;
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  font-weight: 750;
}

.tradenix-filter-empty.is-visible {
  display: block;
}

.is-government-hero .tradenix-eyebrow::after {
  content: " / Comunicados oficiais";
  color: rgba(255, 255, 255, 0.58);
}

.is-government-main {
  min-width: 0;
}

.tradenix-government-list {
  display: grid;
  gap: 12px;
}

.tradenix-government-card {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(15, 36, 67, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.96)),
    radial-gradient(circle at 0% 0%, rgba(23, 105, 255, 0.1), transparent 36%);
  box-shadow: 0 12px 34px rgba(7, 27, 58, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tradenix-government-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--blue), var(--cyan), var(--teal));
}

.tradenix-government-card:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 105, 255, 0.24);
  box-shadow: 0 18px 44px rgba(7, 27, 58, 0.1);
}

.tradenix-government-date {
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 105, 255, 0.12);
  border-radius: 8px;
  background: rgba(23, 105, 255, 0.06);
}

.tradenix-government-date time {
  display: grid;
  gap: 3px;
  text-align: center;
}

.tradenix-government-date strong {
  color: var(--blue);
  font-size: 1rem;
  line-height: 1;
}

.tradenix-government-date span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.tradenix-government-body {
  min-width: 0;
}

.tradenix-government-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 7px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tradenix-government-meta small {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0;
}

.tradenix-government-card h2 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.25;
}

.tradenix-government-card h2 a {
  color: var(--ink);
}

.tradenix-government-card h2 a:hover {
  color: var(--blue);
}

.tradenix-government-card p {
  max-width: 860px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.52;
}

.tradenix-government-card .tradenix-news-actions {
  margin-top: 12px;
}

.tx-content-clean-grid {
  align-items: center;
}

.tx-content-clean-grid > div:first-child p:not(.tx-clean-kicker) {
  max-width: 620px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
}

.tx-content-more-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  color: var(--blue);
  font-weight: 900;
}

.tx-content-more-link span {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 10px 24px rgba(23, 105, 255, 0.22);
}

.tx-content-more-link span::before {
  content: "→";
  font-size: 14px;
  line-height: 1;
}

.tx-floating-news {
  position: relative;
  min-height: 360px;
  isolation: isolate;
}

.tx-floating-news::before {
  content: "";
  position: absolute;
  left: 2%;
  right: 4%;
  top: 28%;
  z-index: -1;
  height: 1px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(23, 105, 255, 0.36), rgba(25, 194, 178, 0.34), transparent);
  box-shadow: none;
  transform: rotate(-34deg);
  animation: txAccentDrift 12s ease-in-out infinite alternate;
}

.tx-floating-news::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 0;
  bottom: 28%;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 191, 216, 0.3), transparent);
  transform: rotate(-34deg);
  animation: txAccentDrift 15s ease-in-out infinite alternate-reverse;
}

.tx-floating-news-card {
  position: absolute;
  width: min(250px, 44%);
  overflow: hidden;
  border: 1px solid rgba(15, 36, 67, 0.12);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 16px 42px rgba(7, 27, 58, 0.12);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  animation: txFloatNews 7s ease-in-out infinite alternate;
}

.tx-floating-news-card:hover {
  transform: translateY(-6px);
  border-color: rgba(23, 105, 255, 0.28);
  box-shadow: 0 28px 70px rgba(7, 27, 58, 0.17);
}

.tx-floating-news-card img,
.tx-floating-news-fallback {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  object-fit: cover;
  background:
    linear-gradient(135deg, rgba(7, 27, 58, 0.88), rgba(23, 105, 255, 0.58)),
    var(--ink);
  color: #fff;
  font-weight: 900;
}

.tx-floating-news-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 27, 58, 0.02), rgba(7, 27, 58, 0.72));
}

.tx-floating-news-caption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: grid;
  gap: 4px;
}

.tx-floating-news-caption time {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 850;
}

.tx-floating-news-caption strong {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: 0.78rem;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tx-floating-news-card.is-card-1 {
  left: 4%;
  top: 10px;
}

.tx-floating-news-card.is-card-2 {
  right: 6%;
  top: 54px;
  animation-delay: 0.8s;
}

.tx-floating-news-card.is-card-3 {
  left: 17%;
  bottom: 26px;
  animation-delay: 1.4s;
}

.tx-floating-news-card.is-card-4 {
  right: 2%;
  bottom: 0;
  animation-delay: 2s;
}

@keyframes txFloatNews {
  from { translate: 0 -4px; }
  to { translate: 0 8px; }
}

.tradenix-news-card h2 {
  font-size: 1.02rem !important;
  line-height: 1.28 !important;
}

.tradenix-news-card p {
  font-size: 0.92rem !important;
  line-height: 1.52 !important;
}

.article-content {
  font-size: 1rem;
  line-height: 1.72;
}

.article-content h2,
.article-content h3 {
  line-height: 1.2;
  letter-spacing: 0;
}

.tx-seo-faq-section,
.tradenix-seo-section {
  position: relative;
  overflow: hidden;
}

.tx-seo-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(520px, 0.62fr);
  gap: clamp(36px, 5vw, 82px);
  align-items: start;
}

.tradenix-seo-intent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.tradenix-seo-intent {
  position: relative;
  min-height: 168px;
  padding: 24px;
  border: 1px solid rgba(9, 34, 70, 0.1);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 249, 255, 0.86));
  box-shadow: 0 18px 44px rgba(7, 27, 58, 0.07);
  overflow: hidden;
}

.tradenix-seo-intent::after {
  content: "";
  position: absolute;
  right: -34px;
  top: 22px;
  width: 140px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(23, 105, 255, 0.7), rgba(24, 193, 176, 0.7));
  transform: rotate(-38deg);
}

.tradenix-seo-intent span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tradenix-seo-intent h3 {
  margin: 12px 0 8px;
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.22;
}

.tradenix-seo-intent p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

.tradenix-seo-faq {
  display: grid;
  gap: 10px;
}

.tradenix-seo-faq details {
  border: 1px solid rgba(9, 34, 70, 0.11);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(7, 27, 58, 0.055);
}

.tradenix-seo-faq summary {
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 16px 48px 16px 18px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.tradenix-seo-faq summary::-webkit-details-marker {
  display: none;
}

.tradenix-seo-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--blue);
  font-size: 1.15rem;
  font-weight: 900;
}

.tradenix-seo-faq details[open] summary::after {
  content: "-";
}

.tradenix-seo-faq p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.tradenix-seo-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.tradenix-seo-link-row a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(23, 105, 255, 0.16);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.tradenix-seo-link-row a:hover {
  border-color: rgba(23, 105, 255, 0.34);
  color: var(--blue);
  background: #fff;
}

.tradenix-blog-faq {
  margin-top: 52px;
  padding-top: 34px;
  border-top: 1px solid rgba(9, 34, 70, 0.1);
}

.tradenix-blog-faq .section-title {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem) !important;
}

.module-grid a.module-item {
  display: block;
  color: inherit;
  text-decoration: none;
}

.tx-module-suite {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.tx-module-suite .module-item {
  --module-a: #1769ff;
  --module-b: #18c1b0;
  --module-rgb: 23, 105, 255;
  min-height: 330px;
  display: grid !important;
  grid-template-rows: auto auto 1fr auto;
  gap: 16px;
  padding: 22px;
  border-radius: 10px;
  border-color: rgba(9, 34, 70, 0.09);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(246,249,253,0.94)),
    radial-gradient(circle at 16% 4%, rgba(var(--module-rgb), 0.16), transparent 38%);
  box-shadow: 0 18px 52px rgba(7, 27, 58, 0.08);
  isolation: isolate;
}

.tx-module-suite .module-item::before {
  right: 18px;
  top: 18px;
  width: 96px;
  height: 96px;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(var(--module-rgb), 0.14), transparent 58%),
    linear-gradient(90deg, transparent, rgba(24, 193, 176, 0.18), transparent);
  transform: rotate(-28deg);
}

.tx-module-suite .module-item::after {
  left: 22px;
  right: 22px;
  height: 2px;
  background: linear-gradient(90deg, var(--module-a), var(--module-b), transparent);
  transform: scaleX(0.42);
}

.tx-module-suite .module-item:hover {
  transform: translateY(-9px);
  border-color: rgba(var(--module-rgb), 0.28);
  box-shadow: 0 26px 72px rgba(7, 27, 58, 0.14);
}

.tx-module-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.tx-module-brand {
  display: grid;
  gap: 7px;
}

.tx-module-code {
  color: rgba(9, 34, 70, 0.48);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.tx-module-suite .module-item .tx-module-kicker {
  min-height: auto;
  padding: 0;
  border-radius: 0;
  color: var(--module-a);
  background: transparent;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tx-module-mark {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--module-a), var(--module-b));
  box-shadow: 0 16px 34px rgba(var(--module-rgb), 0.28);
  overflow: hidden;
}

.tx-module-mark::after {
  content: "";
  position: absolute;
  inset: 9px -14px auto auto;
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.48);
  transform: rotate(-34deg);
}

.tx-module-mark .dashicons {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.tx-module-suite .module-item h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.32rem;
  line-height: 1.08;
}

.tx-module-suite .module-item p {
  margin: 0;
  max-width: none;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.tx-module-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tx-module-tags b {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 8px;
  color: var(--ink);
  background: rgba(var(--module-rgb), 0.08);
  font-size: 0.72rem;
  line-height: 1;
}

.tx-module-link {
  position: relative;
  z-index: 1;
  color: var(--module-a);
  font-size: 0.82rem;
  font-weight: 900;
}

.is-import { --module-a: #1769ff; --module-b: #18c1b0; --module-rgb: 23, 105, 255; }
.is-export { --module-a: #00a3c7; --module-b: #2dd4bf; --module-rgb: 0, 163, 199; }
.is-broker { --module-a: #0a2146; --module-b: #1769ff; --module-rgb: 10, 33, 70; }
.is-crm { --module-a: #7c3aed; --module-b: #1769ff; --module-rgb: 124, 58, 237; }
.is-finance { --module-a: #14804a; --module-b: #18c1b0; --module-rgb: 20, 128, 74; }
.is-analytics { --module-a: #f05a28; --module-b: #1769ff; --module-rgb: 240, 90, 40; }
.is-connect { --module-a: #1769ff; --module-b: #00bfd8; --module-rgb: 23, 105, 255; }
.is-ai { --module-a: #101828; --module-b: #7c3aed; --module-rgb: 16, 24, 40; }

@keyframes txModuleScan {
  from { transform: translateX(-16px); opacity: 0.35; }
  to { transform: translateX(16px); opacity: 0.9; }
}

.tx-sales-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 128px 0 72px;
  color: #fff;
  background:
    linear-gradient(112deg, rgba(7, 27, 58, 0.98), rgba(7, 27, 58, 0.78)),
    url("bg-port-dusk.jpg") center / cover no-repeat;
}

.tx-sales-hero .tradenix-container {
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(420px, 0.46fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: center;
}

.tx-sales-hero h1 {
  max-width: 900px;
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.tx-sales-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.58;
}

.tx-sales-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.tx-sales-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.tx-sales-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.78rem;
  font-weight: 850;
}

.tx-product-visual {
  --module-a: #1769ff;
  --module-b: #18c1b0;
  --module-rgb: 23, 105, 255;
  position: relative;
  min-height: 430px;
  padding: 26px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 25% 12%, rgba(var(--module-rgb), 0.4), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.tx-product-visual::before,
.tx-product-visual::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: rotate(-34deg);
  animation: txAccentDrift 10s ease-in-out infinite alternate;
}

.tx-product-visual::before {
  right: -34px;
  top: 72px;
}

.tx-product-visual::after {
  left: 30px;
  bottom: 88px;
  animation-delay: 1.4s;
}

.tx-product-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
}

.tx-product-head .tx-module-mark {
  width: 60px;
  height: 60px;
  box-shadow: 0 18px 42px rgba(var(--module-rgb), 0.34);
}

.tx-product-head small {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tx-product-head strong {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: 1.32rem;
  line-height: 1.1;
}

.tx-product-routes {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.tx-product-routes span {
  min-height: 58px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.tx-product-routes b {
  color: #fff;
  font-size: 0.9rem;
}

.tx-product-routes em {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
}

.tx-product-board {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  padding: 14px;
  background: rgba(7, 27, 58, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tx-product-board-row {
  min-height: 36px;
  display: grid;
  grid-template-columns: 82px 1fr 72px;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.75rem;
  font-weight: 850;
}

.tx-product-board-row:last-child {
  border-bottom: 0;
}

.tx-product-board-row b {
  color: #fff;
}

.tx-product-board-row i {
  height: 6px;
  background: linear-gradient(90deg, var(--module-a), var(--module-b));
  opacity: 0.8;
}

.tx-sales-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid rgba(9, 34, 70, 0.08);
  border-bottom: 1px solid rgba(9, 34, 70, 0.08);
  background: rgba(9, 34, 70, 0.08);
}

.tx-sales-proof-strip span {
  min-height: 94px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 18px clamp(18px, 3vw, 34px);
  background: #fff;
}

.tx-sales-proof-strip small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.tx-sales-proof-strip strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.15;
}

.tx-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.tx-scope-card {
  min-height: 148px;
  padding: 20px;
  border: 1px solid rgba(9, 34, 70, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.9));
  box-shadow: 0 16px 40px rgba(7, 27, 58, 0.06);
}

.tx-scope-card span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tx-scope-card h3 {
  margin: 12px 0 8px;
  color: var(--ink);
  font-size: 1.04rem;
}

.tx-scope-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.52;
}

.tx-sales-panel {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.tx-sales-panel::before {
  content: "";
  position: absolute;
  right: -78px;
  top: 28px;
  width: 240px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(23, 105, 255, 0.88), rgba(24, 193, 176, 0.78));
  transform: rotate(-36deg);
  animation: txAccentDrift 9s ease-in-out infinite alternate;
}

.tx-sales-panel strong {
  display: block;
  color: #fff;
  font-size: 1.08rem;
}

.tx-sales-panel ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.tx-sales-panel li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  line-height: 1.45;
}

.tx-sales-panel li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  background: var(--teal);
}

.tx-sales-section {
  padding: clamp(72px, 8vw, 116px) 0;
}

.tx-sales-section.is-alt {
  background: linear-gradient(180deg, #f5f8fc, #fff);
}

.tx-sales-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(540px, 0.58fr);
  gap: clamp(38px, 6vw, 92px);
  align-items: start;
}

.tx-sales-grid h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: clamp(1.65rem, 2.6vw, 2.45rem);
  line-height: 1.08;
}

.tx-sales-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tx-sales-feature {
  min-height: 156px;
  padding: 22px;
  border: 1px solid rgba(9, 34, 70, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(7, 27, 58, 0.06);
}

.tx-sales-feature span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tx-sales-feature h3 {
  margin: 12px 0 8px;
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.22;
}

.tx-sales-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.56;
}

.tx-sales-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid rgba(9, 34, 70, 0.1);
  background: rgba(9, 34, 70, 0.1);
}

.tx-sales-flow span {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  color: var(--ink);
  background: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
}

.tx-pilot-band {
  position: relative;
  padding: clamp(56px, 7vw, 88px) 0;
  color: #fff;
  background:
    linear-gradient(112deg, rgba(7, 27, 58, 0.98), rgba(9, 50, 100, 0.92)),
    url("bg-container-ship.jpg") center / cover no-repeat;
  overflow: hidden;
}

.tx-pilot-band .tradenix-container {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.tx-pilot-band h2 {
  max-width: 820px;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: 1.06;
}

.tx-pilot-band p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.74);
}

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

.tx-pilot-benefits span {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-left: 3px solid var(--teal);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 850;
}

.tx-pilot-page .tx-sales-hero {
  background:
    linear-gradient(112deg, rgba(7, 27, 58, 0.98), rgba(7, 27, 58, 0.74)),
    url("bg-cargo-night.jpg") center / cover no-repeat;
}

.tx-pilot-form-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(560px, 0.58fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}

.tx-pilot-form-card {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(9, 34, 70, 0.1);
  background: #fff;
  box-shadow: 0 24px 76px rgba(7, 27, 58, 0.1);
}

.tx-pilot-form-card form {
  display: grid;
  gap: 14px;
}

.tx-pilot-form-card p {
  margin: 0;
}

.tx-pilot-form-card label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 900;
}

.tx-pilot-form-card input,
.tx-pilot-form-card select,
.tx-pilot-form-card textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid rgba(9, 34, 70, 0.15);
  border-radius: 6px;
  color: var(--ink);
  background: #f7f9fc;
  font: inherit;
}

.tx-pilot-form-card textarea {
  min-height: 128px;
  padding-top: 12px;
  resize: vertical;
}

.tx-pilot-form-card .wpcf7-list-item {
  margin: 0 14px 8px 0;
}

.tx-pilot-form-card .wpcf7-list-item label {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 800;
}

.tx-pilot-form-card input[type="checkbox"] {
  width: 16px;
  min-height: 16px;
  padding: 0;
}

.tx-pilot-form-card input[type="submit"] {
  min-height: 52px;
  border: 0;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
  cursor: pointer;
}

.tx-pilot-form-card input[type="submit"]:hover {
  background: #075fe8;
}

.tradenix-section.is-alt.tx-contact-section {
  position: relative;
  padding: clamp(62px, 6vw, 92px) 0;
  color: var(--ink);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(242, 247, 253, 0.88) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62)),
    url("bg-container-ship.jpg") center / cover no-repeat !important;
  background-blend-mode: normal, saturation, luminosity;
}

.tx-contact-section::before {
  right: -10vw;
  top: -8%;
  width: min(920px, 72vw);
  height: 520px;
  background:
    linear-gradient(118deg, transparent 0 34%, rgba(23, 105, 255, 0.22) 34.2% 34.7%, transparent 34.9%),
    linear-gradient(118deg, transparent 0 52%, rgba(24, 193, 176, 0.22) 52.2% 52.7%, transparent 52.9%),
    linear-gradient(118deg, transparent 0 70%, rgba(255, 255, 255, 0.12) 70.2% 70.5%, transparent 70.7%);
  opacity: 1;
  transform: none;
}

.tx-contact-section::after {
  content: "";
  position: absolute;
  left: -10vw;
  bottom: -16%;
  z-index: 0;
  width: min(760px, 62vw);
  height: 420px;
  background:
    linear-gradient(118deg, transparent 0 38%, rgba(23, 105, 255, 0.2) 38.2% 38.8%, transparent 39%),
    linear-gradient(118deg, transparent 0 59%, rgba(24, 193, 176, 0.18) 59.2% 59.7%, transparent 59.9%);
  transform: none;
  animation: txAccentDrift 13s ease-in-out infinite alternate-reverse;
  pointer-events: none;
}

.tx-contact-layout {
  align-items: start !important;
  grid-template-columns: minmax(0, 0.52fr) minmax(460px, 0.48fr) !important;
  gap: clamp(38px, 5vw, 86px) !important;
}

.tx-contact-intro {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px 0 0;
}

.tx-contact-intro .section-title {
  max-width: 680px !important;
  margin-bottom: 16px;
  color: var(--ink);
}

.tx-contact-intro .section-copy {
  max-width: 620px !important;
  color: var(--muted);
}

.tx-contact-intro .section-kicker {
  color: var(--teal-dark);
}

.tx-contact-intro > p {
  margin-top: 0;
}

.tx-contact-email {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  margin: 10px 0 26px;
  padding: 12px 16px;
  border: 1px solid rgba(23, 105, 255, 0.2);
  border-radius: 8px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 44px rgba(7, 27, 58, 0.08);
  backdrop-filter: blur(10px);
  font-size: 0.94rem;
  font-weight: 900;
  overflow-wrap: anywhere;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.tx-contact-email::before {
  content: "";
  width: 22px;
  height: 2px;
  margin-right: 10px;
  background: linear-gradient(90deg, var(--blue), var(--teal));
}

.tx-contact-email:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 105, 255, 0.42);
  box-shadow: 0 22px 58px rgba(23, 105, 255, 0.14);
}

.tx-contact-audience {
  display: grid;
  gap: 12px;
  max-width: 660px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tx-contact-audience li {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(9, 34, 70, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(7, 27, 58, 0.07);
  backdrop-filter: blur(12px);
  overflow: hidden;
}

.tx-contact-audience li::after {
  content: "";
  position: absolute;
  right: -54px;
  top: 18px;
  width: 150px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23, 105, 255, 0.3), rgba(24, 193, 176, 0.36));
  transform: rotate(-34deg);
}

.tx-contact-badge {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.tx-contact-audience strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 1rem;
}

.tx-contact-audience small {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.48;
}

.tx-contact-note {
  max-width: 660px;
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding: 18px;
  border-left: 3px solid var(--teal);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}

.tx-contact-note span {
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tx-contact-note strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.tx-contact-form-card {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 3vw, 38px);
  border-color: rgba(9, 34, 70, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 252, 255, 0.94)),
    #fff;
  box-shadow: 0 28px 82px rgba(7, 27, 58, 0.11);
}

.tx-contact-form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--teal));
}

@media (max-width: 1180px) {
  .tx-module-suite {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    max-width: 100vw;
    overflow: visible !important;
  }

  .header-inner {
    width: calc(100% - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0;
  }

  .header-actions,
  .header-cta,
  .header-login {
    display: none !important;
  }

  .brand {
    width: 124px !important;
    max-width: 44vw;
    min-width: 0;
  }

  .tx-clean-container,
  .tradenix-container,
  .tx-container {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
  }

  .tx-clean-hero,
  .tradenix-page-hero,
  .tradenix-news-hero,
  .tx-sales-hero {
    max-width: 100vw;
    overflow: hidden;
  }

  .tx-clean-hero {
    min-height: auto !important;
    padding: 86px 0 42px !important;
  }

  .tradenix-page-hero,
  .tradenix-news-hero,
  .tx-sales-hero {
    min-height: auto !important;
    padding: 82px 0 42px !important;
  }

  .tx-clean-hero .tx-clean-container,
  .tradenix-page-hero .tradenix-container,
  .tradenix-news-hero .tradenix-container,
  .tx-sales-hero .tradenix-container,
  .tx-sales-grid,
  .tx-contact-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    min-width: 0 !important;
  }

  .tx-clean-hero h1,
  .tradenix-page-hero h1,
  .tradenix-news-hero h1,
  .tradenix-news-single-hero h1,
  .tx-sales-hero h1,
  .section-title,
  .tx-clean-home h2 {
    width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .tx-clean-hero h1,
  .tradenix-page-hero h1,
  .tradenix-news-hero h1,
  .tx-sales-hero h1 {
    font-size: clamp(1.62rem, 7vw, 1.92rem) !important;
    line-height: 1.14 !important;
  }

  .tx-clean-hero p,
  .tradenix-page-hero p,
  .tradenix-news-hero p,
  .tx-sales-hero p,
  .section-copy {
    max-width: 100% !important;
    overflow-wrap: break-word;
    font-size: 0.95rem !important;
    line-height: 1.52 !important;
  }

  .tx-clean-actions,
  .tradenix-actions,
  .tx-sales-actions,
  .hero-actions {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    min-width: 0 !important;
  }

  .tx-clean-actions a,
  .tradenix-actions a,
  .tx-sales-actions a,
  .hero-actions a,
  .button {
    width: 100%;
    max-width: 100%;
    min-height: 44px;
    justify-content: center;
    white-space: normal;
    text-align: center;
    font-size: 0.92rem;
  }

  .tx-product-visual,
  .tradenix-panel,
  .tx-contact-form-card,
  .module-item,
  .tradenix-news-card,
  .tradenix-news-media,
  .tradenix-news-media img {
    max-width: 100%;
  }

  .tx-market-viewport,
  .tx-specialty-strip,
  .tx-market-strip {
    max-width: 100vw;
    overflow: hidden;
  }

  .tx-module-suite .module-item,
  .tx-contact-audience li,
  .tx-sales-feature,
  .tx-scope-card,
  .tradenix-card,
  .tradenix-panel {
    padding: 18px !important;
  }

  .tx-product-visual {
    min-height: 300px !important;
    padding: 18px !important;
  }
}

@media (max-width: 820px) {
  .tx-clean-home .tx-clean-hero h1 {
    font-size: 1.92rem;
    line-height: 1.14;
  }

  .tx-clean-home h2,
  .tradenix-page-hero h1,
  .section-title,
  .tradenix-news-hero h1,
  .tradenix-news-single-hero h1 {
    font-size: 1.65rem !important;
    line-height: 1.14 !important;
  }

  .tradenix-news-hero,
  .tradenix-news-single-hero {
    padding: 96px 0 42px !important;
  }

  .tradenix-news-hero-grid,
  .tradenix-news-single-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .tradenix-news-search {
    width: 100%;
  }

  .tradenix-government-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tradenix-government-date {
    width: fit-content;
    min-width: 82px;
    min-height: 54px;
    padding: 8px 12px;
  }

  .tx-floating-news {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tx-floating-news::before,
  .tx-floating-news::after {
    display: none;
  }

  .tx-floating-news-card,
  .tx-floating-news-card.is-card-1,
  .tx-floating-news-card.is-card-2,
  .tx-floating-news-card.is-card-3,
  .tx-floating-news-card.is-card-4 {
    position: relative;
    inset: auto;
    width: 100%;
    animation: none;
  }

  .tx-clean-container,
  .tradenix-container {
    width: min(100% - 32px, 1440px);
  }

  .tx-editorial-grid,
  .tx-integration-clean-grid,
  .tx-content-clean-grid,
  .tx-seo-faq-grid,
  .tradenix-split {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .tradenix-seo-intent-grid {
    grid-template-columns: 1fr;
  }

  .tx-sales-hero {
    min-height: auto;
    padding: 84px 0 42px;
  }

  .tx-sales-hero .tradenix-container,
  .tx-sales-grid,
  .tx-pilot-band .tradenix-container,
  .tx-pilot-form-wrap {
    grid-template-columns: 1fr;
  }

  .tx-sales-feature-grid,
  .tx-sales-flow,
  .tx-scope-grid,
  .tx-sales-proof-strip,
  .tx-product-routes {
    grid-template-columns: 1fr;
  }

  .tx-module-suite {
    grid-template-columns: 1fr !important;
  }

  .tx-module-suite .module-item {
    min-height: 0;
  }

  .tx-product-visual {
    min-height: 360px;
  }

  .tx-product-board-row {
    grid-template-columns: 72px 1fr 52px;
  }

  .tradenix-container.tradenix-split {
    width: min(100% - 32px, 1440px) !important;
  }

  .tradenix-split .tradenix-list {
    max-width: none;
  }

  .tx-contact-section {
    padding: 64px 0;
  }

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

  .tx-contact-intro {
    padding: 0;
  }

  .tx-contact-email,
  .tx-contact-audience,
  .tx-contact-note {
    max-width: none;
  }

  .tx-contact-audience li {
    padding: 16px;
  }

  .tx-contact-form-card {
    padding: 22px;
  }

  .tx-clean-section::before,
  .tx-clean-section::after,
  .tradenix-section::before,
  .tradenix-page-hero::before,
  .tradenix-page-hero::after,
  .tradenix-cta::before,
  .tx-final-clean::before,
  .tx-final-clean::after {
    width: 70vw;
    opacity: 0.32;
  }
}

@media (max-width: 640px) {
  .tx-clean-container,
  .tradenix-container,
  .tx-container,
  .header-inner {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .tx-clean-hero h1,
  .tradenix-page-hero h1,
  .tradenix-news-hero h1,
  .tradenix-news-single-hero h1,
  .tx-sales-hero h1,
  .section-title,
  .tx-clean-home h2 {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    font-size: clamp(1.55rem, 6.6vw, 1.9rem) !important;
    line-height: 1.14 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .tx-clean-lead,
  .tx-clean-hero p,
  .tradenix-page-hero p,
  .tradenix-news-hero p,
  .tx-sales-hero p,
  .section-copy {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
  }

  .tx-clean-actions,
  .tradenix-actions,
  .tx-sales-actions,
  .hero-actions {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .tx-clean-hero,
  .tradenix-page-hero,
  .tradenix-news-hero,
  .tx-sales-hero {
    padding-top: 82px !important;
    padding-bottom: 38px !important;
  }

}
