body.tuoxun-case-detail-page {
	background: #fff;
	color: var(--tx-ink);
	font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

body.tuoxun-case-detail-page #masthead,
body.tuoxun-case-detail-page #colophon,
body.tuoxun-case-detail-page .site-header,
body.tuoxun-case-detail-page .site-footer:not(.tx-footer) {
	display: none !important;
}

body.tuoxun-case-detail-page #wrapper,
body.tuoxun-case-detail-page .site,
body.tuoxun-case-detail-page .site-content {
	max-width: none;
	padding: 0;
	margin: 0;
	background: transparent;
}

.tuoxun-case-detail-page *,
.tuoxun-case-detail-page *::before,
.tuoxun-case-detail-page *::after {
	box-sizing: border-box;
}

.txd-main {
	overflow: hidden;
	font-size: 16px;
	line-height: 1.72;
}

.txd-main h1,
.txd-main h2,
.txd-main h3,
.txd-main p,
.txd-main ul,
.txd-main figure {
	margin-top: 0;
}

.txd-main button,
.txd-main input,
.txd-main textarea {
	font: inherit;
}

.txd-section {
	padding: 78px 0;
}

.txd-section-label,
.txd-eyebrow {
	margin-bottom: 13px;
	color: var(--tx-blue);
	font: 800 12px/1.25 Arial, sans-serif;
	letter-spacing: .12em;
}

.txd-heading {
	max-width: 760px;
	margin: 0 auto 34px;
	text-align: center;
}

.txd-heading h2,
.txd-overview h2 {
	margin-bottom: 13px;
	color: #172033;
	font-size: clamp(29px, 3vw, 40px);
	line-height: 1.25;
	letter-spacing: -.035em;
}

.txd-heading > p:last-child {
	margin: 10px auto 0;
	color: #6e7a8d;
}

.tuoxun-case-detail-page .txw-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	color: var(--tx-blue);
	background: var(--tx-blue-pale);
	border-radius: 13px;
}

.tuoxun-case-detail-page .txw-icon .dashicons {
	width: 25px;
	height: 25px;
	font-size: 25px;
}

.tuoxun-case-detail-page .txw-icon--purple { color: #7b61ff; background: #f2efff; }
.tuoxun-case-detail-page .txw-icon--wp { color: #21759b; background: #edf6fa; }
.tuoxun-case-detail-page .txw-icon--orange { color: #e37400; background: #fff4e5; }
.tuoxun-case-detail-page .txw-icon--green { color: #34a853; background: #edf8f0; }
.tuoxun-case-detail-page .txw-icon--teal { color: #168a8a; background: #eaf8f8; }
.tuoxun-case-detail-page .txw-icon--slate { color: #58697d; background: #f0f3f7; }

.txd-hero {
	position: relative;
	padding: 24px 0 70px;
	background:
		radial-gradient(circle at 79% 22%, rgba(26, 115, 232, .11), transparent 34%),
		linear-gradient(135deg, #fff 0%, #fbfdff 48%, #f1f6ff 100%);
	border-bottom: 1px solid #e8eef7;
}

.txd-hero::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background-image: radial-gradient(rgba(26, 115, 232, .13) 1px, transparent 1px);
	background-size: 26px 26px;
	mask-image: linear-gradient(90deg, transparent 42%, #000 100%);
	opacity: .36;
}

.txd-breadcrumbs {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	min-height: 42px;
	margin-bottom: 22px;
	color: #7d899b;
	font-size: 13px;
}

.txd-breadcrumbs a {
	color: #657289;
}

.txd-breadcrumbs a:hover,
.txd-breadcrumbs a:focus-visible {
	color: var(--tx-blue);
}

.txd-breadcrumbs strong {
	color: #3d4b62;
	font-weight: 600;
}

.txd-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
	align-items: center;
	gap: 58px;
}

.txd-hero h1 {
	max-width: 610px;
	margin-bottom: 21px;
	color: #111a2b;
	font-size: clamp(40px, 4.4vw, 58px);
	line-height: 1.14;
	letter-spacing: -.05em;
}

.txd-hero__lead {
	max-width: 620px;
	margin-bottom: 23px;
	color: #596679;
	font-size: 17px;
	line-height: 1.82;
}

.txd-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 29px;
}

.txd-tags span {
	padding: 7px 12px;
	color: #42628f;
	background: #edf4ff;
	border: 1px solid #dbe9fc;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
}

.txd-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.txd-actions .tx-button--outline {
	color: var(--tx-blue);
	background: #fff;
	border: 1px solid var(--tx-blue);
}

.txd-scope {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(230px, 1.15fr);
	align-items: center;
	gap: 26px;
	min-height: 330px;
	padding: 28px;
	background: rgba(255, 255, 255, .94);
	border: 1px solid #dfe8f5;
	border-radius: 17px;
	box-shadow: 0 24px 64px rgba(40, 72, 118, .13);
}

.txd-scope__copy h2 {
	margin-bottom: 15px;
	font-size: 17px;
}

.txd-scope__copy span {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 9px 0;
	color: #44536a;
	font-size: 13px;
	font-weight: 600;
}

.txd-scope__copy i {
	width: 18px;
	height: 18px;
	color: var(--tx-blue);
	font-size: 18px;
}

.txd-wireframe {
	padding: 16px;
	background: linear-gradient(145deg, #f4f8ff, #eef4fd);
	border: 1px solid #dce8fa;
	border-radius: 14px;
	box-shadow: inset 0 0 0 7px rgba(255, 255, 255, .55);
}

.txd-wireframe__bar {
	height: 14px;
	margin-bottom: 11px;
	background: #d8e5f8;
	border-radius: 5px;
}

.txd-wireframe__hero {
	height: 72px;
	margin-bottom: 10px;
	background: linear-gradient(110deg, #dce9fa 0 62%, #c7ddfb 62%);
	border-radius: 7px;
}

.txd-wireframe__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 7px;
}

.txd-wireframe__grid i {
	height: 42px;
	background: #fff;
	border: 1px solid #dce6f5;
	border-radius: 6px;
}

.txd-wireframe__list {
	display: grid;
	gap: 6px;
	margin-top: 10px;
}

.txd-wireframe__list i {
	height: 8px;
	background: #d7e4f6;
	border-radius: 8px;
}

.txd-wireframe__list i:nth-child(2) { width: 82%; }
.txd-wireframe__list i:nth-child(3) { width: 64%; }

.txd-overview {
	background: #fff;
}

.txd-overview__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(450px, .9fr);
	align-items: center;
	gap: 72px;
}

.txd-overview__copy > p:not(.txd-section-label) {
	margin-bottom: 15px;
	color: #647186;
}

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

.txd-facts article {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 106px;
	padding: 18px;
	background: #fff;
	border: 1px solid #dfe7f1;
	border-radius: 13px;
	box-shadow: 0 10px 30px rgba(47, 69, 101, .05);
}

.txd-facts small,
.txd-facts strong {
	display: block;
}

.txd-facts small {
	margin-bottom: 4px;
	color: #8490a1;
	font-size: 11px;
}

.txd-facts strong {
	color: #24324a;
	font-size: 14px;
	line-height: 1.45;
}

.txd-challenges,
.txd-delivery,
.txd-related,
.txd-faq {
	background: #f8fbff;
}

.txd-four-grid,
.txd-six-grid {
	display: grid;
	gap: 15px;
}

.txd-four-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.txd-six-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.txd-card {
	padding: 23px;
	background: #fff;
	border: 1px solid #dfe7f1;
	border-radius: 13px;
	box-shadow: 0 10px 30px rgba(47, 69, 101, .045);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.txd-card:hover {
	transform: translateY(-3px);
	border-color: #c7daf5;
	box-shadow: 0 16px 36px rgba(47, 69, 101, .09);
}

.txd-card h3 {
	margin: 16px 0 8px;
	color: #24324a;
	font-size: 16px;
	line-height: 1.4;
}

.txd-card p {
	margin-bottom: 0;
	color: #6e7a8d;
	font-size: 13px;
}

.txd-six-grid .txd-card {
	padding: 20px 16px;
	text-align: center;
}

.txd-six-grid .txw-icon {
	margin-inline: auto;
}

.txd-six-grid .txd-card h3 {
	font-size: 14px;
}

.txd-six-grid .txd-card p {
	font-size: 12px;
}

.txd-journey {
	background: #fff;
}

.txd-journey__track {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}

.txd-journey__track::before {
	position: absolute;
	top: 37px;
	left: 10%;
	right: 10%;
	height: 2px;
	content: "";
	background: linear-gradient(90deg, #bed4f5, #96c3ff, #c8b9ff);
}

.txd-journey__track article {
	position: relative;
	z-index: 1;
	padding: 12px 10px 0;
	text-align: center;
}

.txd-journey__track article > span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin: 0 auto 13px;
	color: var(--tx-blue);
	background: #fff;
	border: 2px solid #cfe0f8;
	border-radius: 50%;
	box-shadow: 0 9px 24px rgba(26, 115, 232, .10);
}

.txd-journey__track article > b {
	display: block;
	margin-bottom: 5px;
	color: #9aa7b9;
	font: 700 10px/1 Arial, sans-serif;
}

.txd-journey__track h3 {
	margin-bottom: 0;
	font-size: 14px;
}

.txd-ui {
	background: linear-gradient(180deg, #f8fbff, #fff);
}

.txd-ui__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(380px, .84fr);
	align-items: stretch;
	gap: 28px;
}

.txd-browser {
	margin-bottom: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dbe5f1;
	border-radius: 15px;
	box-shadow: 0 18px 52px rgba(36, 55, 83, .12);
}

.txd-browser__chrome {
	display: flex;
	align-items: center;
	gap: 7px;
	height: 42px;
	padding: 0 15px;
	background: #f0f4f9;
	border-bottom: 1px solid #dfe6ef;
}

.txd-browser__chrome i {
	width: 8px;
	height: 8px;
	background: #ff6b66;
	border-radius: 50%;
}

.txd-browser__chrome i:nth-child(2) { background: #fbbc04; }
.txd-browser__chrome i:nth-child(3) { background: #34a853; }

.txd-browser__chrome span {
	margin-left: auto;
	color: #8995a6;
	font: 700 9px/1 Arial, sans-serif;
	letter-spacing: .1em;
}

.txd-browser__viewport {
	position: relative;
	height: 560px;
	overflow: hidden;
	background: #f6f8fb;
	user-select: none;
}

.txd-browser__viewport::before {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	content: "";
	background: linear-gradient(180deg, transparent 76%, rgba(255, 255, 255, .9) 100%);
}

.txd-browser__viewport img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
	pointer-events: none;
	-webkit-user-drag: none;
	user-select: none;
}

.txd-browser__watermark {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 420px;
	padding: 10px 18px;
	color: rgba(26, 115, 232, .30);
	font: 800 18px/1 Arial, sans-serif;
	letter-spacing: .1em;
	text-align: center;
	transform: translate(-50%, -50%) rotate(-20deg);
	pointer-events: none;
}

.txd-browser figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 43px;
	margin: 0;
	color: #788599;
	background: #fff;
	font-size: 12px;
}

.txd-browser figcaption i {
	width: 16px;
	height: 16px;
	color: var(--tx-blue);
	font-size: 16px;
}

.txd-strategies {
	display: grid;
	gap: 14px;
}

.txd-strategies article {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 20px;
	background: #fff;
	border: 1px solid #dfe7f1;
	border-radius: 13px;
	box-shadow: 0 9px 28px rgba(47, 69, 101, .05);
}

.txd-strategies h3 {
	margin-bottom: 5px;
	font-size: 16px;
}

.txd-strategies p {
	margin-bottom: 0;
	color: #6e7a8d;
	font-size: 13px;
}

.txd-module-strategy {
	background: #fff;
}

.txd-tabs {
	background: #fff;
	border: 1px solid #dfe7f1;
	border-radius: 15px;
	box-shadow: 0 14px 42px rgba(48, 69, 99, .07);
}

.txd-tablist {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 7px;
	background: #f2f6fb;
	border-radius: 14px 14px 0 0;
}

.txd-tablist button {
	padding: 12px 10px;
	color: #526078;
	background: transparent;
	border: 0;
	border-radius: 8px;
	font-weight: 700;
	cursor: pointer;
	transition: .2s ease;
}

.txd-tablist button:hover,
.txd-tablist button:focus-visible {
	color: var(--tx-blue);
}

.txd-tablist button.is-active {
	color: #fff;
	background: var(--tx-blue);
	box-shadow: 0 8px 20px rgba(26, 115, 232, .2);
}

.txd-tab-panel {
	display: grid;
	grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
	align-items: center;
	gap: 50px;
	min-height: 330px;
	padding: 38px 48px;
}

.txd-tab-panel[hidden] {
	display: none !important;
}

.txd-architecture {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 20px;
	padding: 10px 30px;
}

.txd-architecture::before {
	position: absolute;
	top: 34px;
	bottom: 34px;
	left: 50%;
	width: 2px;
	content: "";
	background: #c8daf4;
}

.txd-architecture > span,
.txd-architecture > div > span {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	min-width: 142px;
	min-height: 45px;
	padding: 7px 15px;
	color: #335981;
	background: #fff;
	border: 1px solid #bcd4f5;
	border-radius: 8px;
	box-shadow: 0 7px 19px rgba(26, 115, 232, .08);
	font-size: 13px;
	font-weight: 700;
}

.txd-architecture > div {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.txd-tab-panel__copy h3 {
	margin-bottom: 11px;
	font-size: 23px;
}

.txd-tab-panel__copy p {
	margin-bottom: 18px;
	color: #667389;
}

.txd-tab-panel__copy ul {
	display: grid;
	gap: 8px;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.txd-tab-panel__copy li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #435169;
	font-size: 14px;
}

.txd-tab-panel__copy li i {
	width: 18px;
	height: 18px;
	color: var(--tx-blue);
	font-size: 18px;
}

.txd-results {
	background: #fff;
}

.txd-anonymous {
	padding: 10px 0 50px;
	background: #fff;
}

.txd-anonymous .tx-container {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 28px 34px;
	background: linear-gradient(95deg, #edf5ff, #f8fbff);
	border: 1px solid #cfdef4;
	border-radius: 14px;
}

.txd-anonymous > div > span {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 68px;
	height: 68px;
	color: var(--tx-blue);
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 10px 28px rgba(26, 115, 232, .12);
	font-size: 36px;
}

.txd-anonymous h2 {
	margin-bottom: 6px;
	font-size: 22px;
}

.txd-anonymous p {
	margin-bottom: 0;
	color: #5f6c81;
}

.txd-related__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.txd-related__grid > a {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 24px;
	color: inherit;
	background: #fff;
	border: 1px solid #dfe7f1;
	border-radius: 13px;
	box-shadow: 0 10px 30px rgba(47, 69, 101, .05);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.txd-related__grid > a:hover,
.txd-related__grid > a:focus-visible {
	transform: translateY(-3px);
	border-color: #bcd3f3;
	box-shadow: 0 16px 38px rgba(47, 69, 101, .1);
}

.txd-related h3 {
	margin-bottom: 6px;
	font-size: 17px;
}

.txd-related p {
	margin-bottom: 12px;
	color: #6c788c;
	font-size: 13px;
}

.txd-related a div > span {
	color: var(--tx-blue);
	font-size: 13px;
	font-weight: 700;
}

.txd-navigation {
	padding-top: 70px;
	background: #fff;
}

.txd-navigation__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.txd-navigation__grid > a {
	display: grid;
	grid-template-columns: 150px 1fr;
	align-items: center;
	gap: 20px;
	min-height: 150px;
	padding: 14px;
	color: inherit;
	background: #fff;
	border: 1px solid #dfe7f1;
	border-radius: 14px;
	box-shadow: 0 10px 32px rgba(47, 69, 101, .06);
	transition: transform .22s ease, box-shadow .22s ease;
}

.txd-navigation__grid > a:hover,
.txd-navigation__grid > a:focus-visible {
	transform: translateY(-3px);
	box-shadow: 0 17px 40px rgba(47, 69, 101, .11);
}

.txd-navigation img {
	display: block;
	width: 150px;
	height: 118px;
	object-fit: cover;
	border-radius: 10px;
}

.txd-navigation small {
	color: var(--tx-blue);
	font-size: 11px;
	font-weight: 700;
}

.txd-navigation h3 {
	margin: 4px 0 6px;
	font-size: 17px;
}

.txd-navigation p {
	margin-bottom: 0;
	color: #6c788c;
	font-size: 13px;
}

.txd-faq__list {
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dfe7f1;
	border-radius: 13px;
}

.txd-faq details + details {
	border-top: 1px solid #e5ebf3;
}

.txd-faq summary {
	position: relative;
	padding: 19px 58px 19px 22px;
	color: #2f3d55;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

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

.txd-faq summary i,
.txd-faq summary i::after {
	position: absolute;
	top: 50%;
	right: 23px;
	width: 13px;
	height: 2px;
	content: "";
	background: var(--tx-blue);
	transform: translateY(-50%);
	transition: transform .2s ease;
}

.txd-faq summary i::after {
	top: 0;
	right: 0;
	transform: rotate(90deg);
}

.txd-faq details[open] summary i::after {
	transform: rotate(0);
}

.txd-faq details p {
	padding: 0 58px 20px 22px;
	margin-bottom: 0;
	color: #6c788b;
	font-size: 14px;
}

.txd-contact {
	padding: 68px 0;
	background: linear-gradient(105deg, #edf5ff 0%, #f7fbff 53%, #e8f1ff 100%);
	border-top: 1px solid #dfe9f8;
}

.txd-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, .78fr) minmax(540px, 1.22fr);
	align-items: center;
	gap: 58px;
}

.txd-contact__intro h2 {
	margin-bottom: 15px;
	color: #142038;
	font-size: clamp(29px, 3.4vw, 43px);
	line-height: 1.25;
	letter-spacing: -.04em;
}

.txd-contact__intro > p {
	margin-bottom: 22px;
	color: #647186;
}

.txd-contact__intro > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 18px;
}

.txd-contact__intro span {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #46566e;
	font-size: 13px;
	font-weight: 700;
}

.txd-contact__intro span i {
	width: 18px;
	height: 18px;
	color: var(--tx-blue);
	font-size: 18px;
}

.txd-form {
	padding: 26px;
	background: #fff;
	border: 1px solid #d9e4f3;
	border-radius: 14px;
	box-shadow: 0 17px 48px rgba(43, 70, 110, .12);
}

.txd-form__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 13px;
}

.txd-form label {
	display: grid;
	gap: 6px;
	color: #4c5a70;
	font-size: 12px;
	font-weight: 700;
}

.txd-form input,
.txd-form textarea {
	width: 100%;
	padding: 11px 12px;
	color: #26344c;
	background: #fff;
	border: 1px solid #dce4ee;
	border-radius: 7px;
	outline: 0;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.txd-form input:focus,
.txd-form textarea:focus {
	border-color: var(--tx-blue);
	box-shadow: 0 0 0 3px rgba(26, 115, 232, .11);
}

.txd-form textarea {
	resize: vertical;
}

.txd-form__wide {
	grid-column: 1 / -1;
}

.txd-form .tx-button {
	width: 100%;
	margin-top: 16px;
	border: 0;
	cursor: pointer;
}

.txd-form > small {
	display: block;
	margin-top: 10px;
	color: #8692a4;
	font-size: 10px;
	text-align: center;
}

@media (max-width: 1120px) {
	.txd-hero__grid {
		grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
		gap: 36px;
	}

	.txd-scope {
		grid-template-columns: 1fr;
	}

	.txd-wireframe {
		display: none;
	}

	.txd-overview__grid {
		gap: 40px;
	}

	.txd-six-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.txd-ui__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
	}
}

@media (max-width: 900px) {
	.txd-section {
		padding: 64px 0;
	}

	.txd-hero {
		padding-bottom: 56px;
	}

	.txd-hero__grid,
	.txd-overview__grid,
	.txd-ui__grid,
	.txd-contact__grid {
		grid-template-columns: 1fr;
	}

	.txd-scope {
		grid-template-columns: minmax(0, .9fr) minmax(230px, 1.1fr);
		min-height: auto;
	}

	.txd-wireframe {
		display: block;
	}

	.txd-four-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.txd-journey__track {
		overflow-x: auto;
		grid-template-columns: repeat(5, minmax(150px, 1fr));
		padding-bottom: 12px;
		scroll-snap-type: x mandatory;
	}

	.txd-journey__track article {
		scroll-snap-align: start;
	}

	.txd-browser__viewport {
		height: 500px;
	}

	.txd-strategies {
		grid-template-columns: repeat(2, 1fr);
	}

	.txd-tab-panel {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 34px;
	}

	.txd-architecture {
		max-width: 520px;
		margin-inline: auto;
	}

	.txd-related__grid {
		grid-template-columns: 1fr;
	}

	.txd-contact__grid {
		gap: 34px;
	}
}

@media (max-width: 700px) {
	.txd-main {
		font-size: 15px;
	}

	.txd-section {
		padding: 54px 0;
	}

	.txd-hero {
		padding-top: 12px;
	}

	.txd-breadcrumbs {
		margin-bottom: 14px;
		font-size: 11px;
	}

	.txd-hero h1 {
		font-size: 37px;
	}

	.txd-hero__lead {
		font-size: 15px;
	}

	.txd-actions .tx-button {
		flex: 1 1 150px;
		justify-content: center;
	}

	.txd-scope {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.txd-wireframe {
		display: none;
	}

	.txd-facts,
	.txd-four-grid,
	.txd-six-grid,
	.txd-strategies,
	.txd-navigation__grid {
		grid-template-columns: 1fr;
	}

	.txd-facts article {
		min-height: 88px;
	}

	.txd-card,
	.txd-strategies article {
		padding: 20px;
	}

	.txd-browser__viewport {
		height: 390px;
	}

	.txd-browser__watermark {
		width: 330px;
		font-size: 13px;
	}

	.txd-tablist {
		display: flex;
		overflow-x: auto;
		border-radius: 14px 14px 0 0;
		scroll-snap-type: x mandatory;
	}

	.txd-tablist button {
		flex: 0 0 120px;
		scroll-snap-align: start;
	}

	.txd-tab-panel {
		padding: 25px 20px;
	}

	.txd-architecture {
		padding: 6px 0;
	}

	.txd-architecture > span,
	.txd-architecture > div > span {
		min-width: 118px;
		font-size: 12px;
	}

	.txd-anonymous {
		padding-bottom: 40px;
	}

	.txd-anonymous .tx-container {
		align-items: flex-start;
		padding: 24px;
	}

	.txd-anonymous > div > span {
		width: 52px;
		height: 52px;
		font-size: 28px;
	}

	.txd-navigation__grid > a {
		grid-template-columns: 105px 1fr;
		gap: 14px;
		min-height: 126px;
	}

	.txd-navigation img {
		width: 105px;
		height: 96px;
	}

	.txd-contact {
		padding: 54px 0;
	}

	.txd-contact__intro > div,
	.txd-form__grid {
		grid-template-columns: 1fr;
	}

	.txd-form__wide {
		grid-column: auto;
	}
}

@media (max-width: 420px) {
	.txd-hero h1 {
		font-size: 33px;
	}

	.txd-browser__viewport {
		height: 330px;
	}

	.txd-architecture > div {
		grid-template-columns: 1fr;
	}

	.txd-architecture::before {
		display: none;
	}

	.txd-anonymous .tx-container {
		display: block;
	}

	.txd-anonymous > div > span {
		margin-bottom: 16px;
	}

	.txd-navigation__grid > a {
		grid-template-columns: 1fr;
	}

	.txd-navigation img {
		width: 100%;
		height: 150px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.txd-card,
	.txd-related__grid > a,
	.txd-navigation__grid > a,
	.txd-tablist button {
		transition: none;
	}
}
