:root {
	--tx-blue: #1a73e8;
	--tx-blue-dark: #1558b0;
	--tx-blue-soft: #e8f0fe;
	--tx-blue-pale: #f3f7fd;
	--tx-yellow: #fbbc04;
	--tx-green: #34a853;
	--tx-purple: #7b61ff;
	--tx-ink: #202124;
	--tx-text: #5f6368;
	--tx-muted: #8490a1;
	--tx-border: #dfe5ee;
	--tx-soft: #f8f9fb;
	--tx-white: #fff;
	--tx-footer: #26384f;
	--tx-shadow: 0 14px 40px rgba(45, 61, 80, .09);
	--tx-radius: 14px;
}

html {
	scroll-behavior: smooth;
}

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

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

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

.tuoxun-home *,
.tuoxun-home *::before,
.tuoxun-home *::after {
	box-sizing: border-box;
}

.tuoxun-home a {
	text-decoration: none;
}

.tuoxun-home h1,
.tuoxun-home h2,
.tuoxun-home h3,
.tuoxun-home p,
.tuoxun-home ul,
.tuoxun-home ol {
	margin-top: 0;
}

.tx-container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.tx-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, .94);
	border-bottom: 1px solid rgba(223, 229, 238, .9);
	backdrop-filter: blur(14px);
}

.admin-bar .tx-header {
	top: 32px;
}

.tx-header__inner {
	display: flex;
	align-items: center;
	height: 72px;
	gap: 30px;
}

.tx-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	color: var(--tx-ink);
}

.tx-brand__mark {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 36px;
	color: var(--tx-white);
	font: 800 19px/1 Arial, sans-serif;
	letter-spacing: -5px;
	transform: skew(-10deg);
}

.tx-brand__mark::before,
.tx-brand__mark::after {
	position: absolute;
	inset: 1px 17px 1px 1px;
	content: "";
	background: var(--tx-blue);
	border-radius: 4px 1px 1px 4px;
}

.tx-brand__mark::after {
	inset: 1px 1px 1px 19px;
	background: #00a7e8;
	border-radius: 1px 4px 4px 1px;
}

.tx-brand__mark b {
	position: relative;
	z-index: 1;
	transform: skew(10deg);
}

.tx-brand__name {
	display: grid;
	line-height: 1.05;
}

.tx-brand__name strong {
	font-size: 16px;
	letter-spacing: .08em;
}

.tx-brand__name small {
	margin-top: 4px;
	font: 700 7px/1.1 Arial, sans-serif;
	letter-spacing: .12em;
	color: var(--tx-text);
}

.tx-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(19px, 2vw, 30px);
	margin-left: auto;
}

.tx-nav a,
.tx-lang {
	position: relative;
	padding-block: 26px;
	color: #3e4754;
	font-size: 14px;
	font-weight: 600;
}

.tx-nav a::after {
	position: absolute;
	left: 50%;
	bottom: 17px;
	width: 0;
	height: 2px;
	content: "";
	background: var(--tx-blue);
	transition: .2s ease;
}

.tx-nav a:hover,
.tx-nav a:focus,
.tx-lang:hover,
.tx-lang:focus {
	color: var(--tx-blue);
}

.tx-nav a:hover::after,
.tx-nav a:focus::after {
	left: 0;
	width: 100%;
}

.tx-header__actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.tx-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 26px;
	border: 1px solid var(--tx-blue);
	border-radius: 6px;
	background: var(--tx-blue);
	box-shadow: 0 8px 18px rgba(26, 115, 232, .16);
	color: var(--tx-white) !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.tx-button:hover,
.tx-button:focus {
	background: var(--tx-blue-dark);
	box-shadow: 0 11px 24px rgba(26, 115, 232, .24);
	transform: translateY(-2px);
}

.tx-button--small {
	min-height: 40px;
	padding-inline: 19px;
}

.tx-button--outline {
	background: var(--tx-white);
	box-shadow: none;
	color: var(--tx-blue) !important;
}

.tx-button--outline:hover,
.tx-button--outline:focus {
	background: var(--tx-blue-soft);
}

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

.tx-hero {
	position: relative;
	overflow: hidden;
	padding: 86px 0 64px;
	background:
		radial-gradient(circle at 86% 10%, rgba(26, 115, 232, .08), transparent 28%),
		linear-gradient(135deg, #fff 20%, #fbfdff 65%, #f2f7fd 100%);
}

.tx-hero::before {
	position: absolute;
	top: 28px;
	right: 6%;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	content: "";
	background: var(--tx-yellow);
	box-shadow: 36px 27px 0 -2px rgba(251, 188, 4, .35);
}

.tx-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
	align-items: center;
	gap: clamp(44px, 6vw, 86px);
}

.tx-eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-bottom: 15px;
	color: var(--tx-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .15em;
}

.tx-eyebrow > span {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--tx-yellow);
	box-shadow: 0 0 0 4px rgba(251, 188, 4, .13);
}

.tx-hero .tx-eyebrow {
	justify-content: flex-start;
}

.tx-hero h1 {
	margin-bottom: 24px;
	color: var(--tx-ink);
	font-size: clamp(38px, 4vw, 60px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.25;
}

.tx-hero h1 em {
	color: var(--tx-blue);
	font-style: normal;
}

.tx-hero__lead {
	max-width: 570px;
	margin-bottom: 30px;
	color: var(--tx-text);
	font-size: 17px;
	line-height: 1.85;
}

.tx-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.tx-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 32px;
	color: #526072;
	font-size: 12px;
}

.tx-hero__trust span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.tx-hero__trust .dashicons {
	width: 18px;
	height: 18px;
	color: var(--tx-blue);
	font-size: 18px;
}

.tx-dashboard {
	position: relative;
	padding: 20px 21px 16px;
	border: 1px solid #e6ebf2;
	border-radius: 13px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 22px 65px rgba(42, 62, 88, .13);
}

.tx-dashboard::after {
	position: absolute;
	right: -14px;
	bottom: -14px;
	z-index: -1;
	width: 78%;
	height: 72%;
	border-radius: 14px;
	content: "";
	background: #dfeafb;
}

.tx-dashboard__top {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 15px;
	border-bottom: 1px solid #edf0f4;
	font: 12px/1.3 Arial, sans-serif;
}

.tx-dashboard__top strong {
	font-size: 13px;
}

.tx-dashboard__top span {
	margin-left: auto;
	padding: 7px 10px;
	border: 1px solid #e7ebf0;
	border-radius: 4px;
	color: #8c96a3;
	font-size: 9px;
}

.tx-dashboard__top b {
	padding: 4px 7px;
	border-radius: 20px;
	background: #fff8df;
	color: #9a7000;
	font-size: 9px;
}

.tx-dashboard__metrics {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-block: 17px 5px;
}

.tx-dashboard__metrics > div {
	display: grid;
	gap: 3px;
	padding: 0 11px;
	border-right: 1px solid #edf0f4;
}

.tx-dashboard__metrics > div:last-child {
	border: 0;
}

.tx-dashboard__metrics small,
.tx-data__metrics small {
	color: #8b95a2;
	font-size: 9px;
}

.tx-dashboard__metrics strong,
.tx-data__metrics strong {
	color: var(--tx-blue);
	font: 700 19px/1.3 Arial, sans-serif;
}

.tx-dashboard__metrics em,
.tx-data__metrics em {
	color: var(--tx-green);
	font: 700 9px/1.2 Arial, sans-serif;
}

.tx-dashboard__metrics .tx-down,
.tx-data__metrics .tx-down {
	color: #d94f45;
}

.tx-chart {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

.tx-grid-lines path {
	fill: none;
	stroke: #edf0f4;
	stroke-width: 1;
}

.tx-area {
	fill: url(#tx-chart-fill);
}

.tx-line {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}

.tx-line--purple {
	stroke: var(--tx-purple);
}

.tx-line--blue {
	stroke: #4285f4;
}

.tx-dashboard__note {
	margin: -3px 0 0;
	color: #99a3af;
	font-size: 9px;
	text-align: right;
}

.tx-proof {
	padding: 20px 0;
	background: var(--tx-blue-pale);
}

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

.tx-proof__grid > div {
	display: grid;
	grid-template-columns: 48px auto;
	grid-template-rows: 22px 20px;
	align-items: center;
	column-gap: 10px;
	padding: 12px 20px;
}

.tx-proof__grid > div:not(:last-child) {
	border-right: 1px solid #dce6f4;
}

.tx-proof__grid .dashicons,
.tx-proof__grid .tx-brand-logo {
	grid-row: 1 / 3;
	width: 34px;
	height: 34px;
	color: var(--tx-blue);
	font-size: 34px;
}

.tx-proof__grid strong {
	color: var(--tx-blue);
	font-size: 16px;
}

.tx-proof__grid small {
	color: var(--tx-text);
	font-size: 11px;
}

.tx-section {
	padding: 84px 0;
}

.tx-section--soft {
	background: var(--tx-soft);
}

.tx-section-heading {
	max-width: 760px;
	margin: 0 auto 38px;
	text-align: center;
}

.tx-section-heading h2,
.tx-data__heading h2,
.tx-templates h2,
.tx-contact h2,
.tx-about h2 {
	margin-bottom: 14px;
	color: var(--tx-ink);
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 800;
	letter-spacing: -.03em;
	line-height: 1.28;
}

.tx-section-heading > p:last-child,
.tx-data__heading > p,
.tx-templates__panel > div > p,
.tx-contact__intro > p,
.tx-about__content > p {
	color: var(--tx-text);
	font-size: 14px;
	line-height: 1.8;
}

.tx-card-grid {
	display: grid;
	gap: 20px;
}

.tx-card-grid--four {
	grid-template-columns: repeat(4, 1fr);
}

.tx-icon-card {
	padding: 30px 24px 26px;
	border: 1px solid var(--tx-border);
	border-radius: var(--tx-radius);
	background: var(--tx-white);
	box-shadow: 0 9px 26px rgba(51, 65, 85, .05);
	text-align: center;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tx-icon-card:hover {
	border-color: #c6d9f6;
	box-shadow: var(--tx-shadow);
	transform: translateY(-4px);
}

.tx-icon-card > .dashicons {
	width: 45px;
	height: 45px;
	margin-bottom: 20px;
	color: #64748b;
	font-size: 45px;
}

.tx-icon-card h3,
.tx-process__grid h3,
.tx-deliverable h3,
.tx-case-card h3,
.tx-price-card h3,
.tx-article-card h3 {
	margin-bottom: 10px;
	color: var(--tx-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

.tx-icon-card p,
.tx-process__grid p,
.tx-deliverable p,
.tx-case-card p,
.tx-price-card p,
.tx-article-card p {
	margin-bottom: 0;
	color: var(--tx-text);
	font-size: 12px;
	line-height: 1.75;
}

.tx-process {
	padding-top: 16px;
}

.tx-process__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 42px;
}

.tx-process__grid > div {
	position: relative;
	z-index: 1;
	text-align: center;
}

.tx-process__grid > div:not(:last-child)::after {
	position: absolute;
	top: 38px;
	left: calc(50% + 43px);
	z-index: -1;
	width: calc(100% - 44px);
	height: 1px;
	content: "";
	background: #bcc7d5;
}

.tx-process__grid > div > b {
	position: absolute;
	top: 1px;
	left: calc(50% - 50px);
	z-index: 3;
	display: grid;
	place-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: var(--tx-blue);
	box-shadow: 0 0 0 4px var(--tx-white);
	color: var(--tx-white);
	font: 700 12px/1 Arial, sans-serif;
}

.tx-process__grid > div > .dashicons,
.tx-process__brands {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	margin: 0 auto 16px;
	border: 1px solid #dce5f0;
	border-radius: 50%;
	background: var(--tx-white);
	box-shadow: 0 5px 16px rgba(38, 56, 80, .06);
	color: #5b6f88;
	font-size: 38px;
}

.tx-process__brands {
	gap: 3px;
}

.tx-process__brands .tx-brand-logo {
	width: 28px;
	height: 28px;
}

.tx-process__grid p {
	max-width: 210px;
	margin-inline: auto;
}

.tx-deliverables {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 17px;
}

.tx-deliverables__hint {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: -20px 0 22px;
	color: #7c8898;
	font-size: 11px;
}

.tx-deliverables__hint .dashicons {
	width: 15px;
	height: 15px;
	color: var(--tx-blue);
	font-size: 15px;
}

.tx-deliverable {
	position: relative;
	display: flex;
	gap: 15px;
	width: 100%;
	min-height: 130px;
	padding: 23px 19px;
	border: 1px solid var(--tx-border);
	border-radius: 10px;
	background: var(--tx-white);
	box-shadow: 0 6px 18px rgba(51, 65, 85, .045);
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	text-align: left;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}

.tx-deliverable:hover,
.tx-deliverable:focus-visible,
.tx-deliverable.is-active {
	border: 2px solid #78aef4;
	padding: 22px 18px;
	box-shadow: 0 8px 22px rgba(26, 115, 232, .1);
	outline: none;
	transform: translateY(-3px);
}

.tx-deliverable.is-active {
	border-color: var(--tx-blue);
	background: linear-gradient(145deg, #fff, #f7faff);
}

.tx-deliverable__icon {
	flex: 0 0 36px;
}

.tx-deliverable__icon .dashicons,
.tx-deliverable__icon .tx-brand-logo {
	width: 32px;
	height: 32px;
	color: #566c88;
	font-size: 32px;
}

.tx-deliverable.is-active .tx-deliverable__icon .dashicons {
	color: var(--tx-blue);
}

.tx-deliverable h3 {
	margin-bottom: 7px;
	font-size: 14px;
}

.tx-deliverable p {
	font-size: 11px;
}

.tx-deliverable__arrow {
	position: absolute;
	right: 14px;
	bottom: 11px;
	color: #a9b3c0;
	font-size: 13px;
	transition: color .2s ease, transform .2s ease;
}

.tx-deliverable:hover .tx-deliverable__arrow,
.tx-deliverable.is-active .tx-deliverable__arrow {
	color: var(--tx-blue);
	transform: translateX(3px);
}

.tx-deliverable-detail {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) auto;
	align-items: center;
	gap: 30px;
	margin-top: 22px;
	padding: 22px 25px;
	border: 1px solid #cfe0f8;
	border-left: 4px solid var(--tx-blue);
	border-radius: 9px;
	background: var(--tx-white);
	box-shadow: 0 8px 22px rgba(51, 65, 85, .055);
}

.tx-deliverable-detail.is-changing {
	animation: tx-detail-in .25s ease both;
}

.tx-deliverable-detail span:first-child {
	display: block;
	margin-bottom: 4px;
	color: var(--tx-blue);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
}

.tx-deliverable-detail h3 {
	margin: 0;
	color: var(--tx-ink);
	font-size: 16px;
}

.tx-deliverable-detail p {
	margin: 0;
	color: var(--tx-text);
	font-size: 12px;
	line-height: 1.75;
}

.tx-deliverable-detail > a {
	white-space: nowrap;
	color: var(--tx-blue);
	font-size: 11px;
	font-weight: 700;
}

@keyframes tx-detail-in {
	from { opacity: .35; transform: translateY(4px); }
	to { opacity: 1; transform: translateY(0); }
}

.tx-data {
	background: linear-gradient(145deg, #fff 0%, #f8fbff 100%);
}

.tx-data__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 28px;
}

.tx-data__heading .tx-eyebrow {
	justify-content: flex-start;
}

.tx-data__heading h2 {
	margin-bottom: 0;
}

.tx-data__heading > p {
	max-width: 410px;
	margin-bottom: 2px;
}

.tx-data__panel {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr) 260px;
	gap: 20px;
	padding: 22px;
	border: 1px solid var(--tx-border);
	border-radius: var(--tx-radius);
	background: var(--tx-white);
	box-shadow: var(--tx-shadow);
}

.tx-data__metrics {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid #edf0f4;
	border-radius: 8px;
	overflow: hidden;
}

.tx-data__metrics > div {
	display: grid;
	align-content: center;
	gap: 5px;
	min-height: 103px;
	padding: 16px;
	border-right: 1px solid #edf0f4;
	border-bottom: 1px solid #edf0f4;
}

.tx-data__metrics > div:nth-child(2n) {
	border-right: 0;
}

.tx-data__metrics > div:nth-child(n+3) {
	border-bottom: 0;
}

.tx-data__chart {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tx-data__chart small {
	margin-top: -8px;
	color: #8b95a2;
	font-size: 9px;
	text-align: center;
}

.tx-data__method {
	display: grid;
	align-content: center;
	gap: 11px;
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

.tx-data__method li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #edf0f4;
	color: #425066;
	font-size: 12px;
}

.tx-data__method li:last-child {
	border: 0;
}

.tx-data__method b {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--tx-blue);
	color: var(--tx-white);
	font: 700 11px/1 Arial, sans-serif;
}

.tx-demo-notice {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 14px 0 0;
	color: #8b95a2;
	font-size: 10px;
}

.tx-demo-notice span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--tx-yellow);
}

.tx-cases {
	padding-top: 74px;
}

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

.tx-case-card {
	overflow: hidden;
	border: 1px solid var(--tx-border);
	border-radius: var(--tx-radius);
	background: var(--tx-white);
	box-shadow: 0 12px 34px rgba(51, 65, 85, .07);
	transition: transform .24s ease, box-shadow .24s ease;
}

.tx-case-card:hover {
	box-shadow: 0 20px 45px rgba(51, 65, 85, .12);
	transform: translateY(-5px);
}

.tx-case-card__media {
	position: relative;
	height: 225px;
	overflow: hidden;
	background: #e8eef5;
}

.tx-case-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.tx-case-card:hover img {
	transform: scale(1.035);
}

.tx-case-card__media > span {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 6px 10px;
	border-radius: 5px;
	background: var(--tx-blue);
	color: var(--tx-white);
	font-size: 11px;
	font-weight: 700;
}

.tx-case-card__body {
	padding: 23px 22px 22px;
}

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

.tx-case-card__body > p {
	min-height: 44px;
}

.tx-case-card ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 20px 0 16px;
	padding: 16px 0;
	border-top: 1px solid #edf0f4;
	border-bottom: 1px solid #edf0f4;
	list-style: none;
}

.tx-case-card li {
	display: grid;
	justify-items: center;
	gap: 5px;
	color: #4e5c6e;
	font-size: 10px;
}

.tx-case-card li .dashicons {
	width: 17px;
	height: 17px;
	color: var(--tx-blue);
	font-size: 17px;
}

.tx-case-card__body > a,
.tx-text-link,
.tx-article-card > div > a:not(:first-child) {
	color: var(--tx-blue);
	font-size: 12px;
	font-weight: 700;
}

.tx-case-card__body > a:hover,
.tx-text-link:hover {
	color: var(--tx-blue-dark);
}

.tx-center {
	margin-top: 27px;
	text-align: center;
}

.tx-pricing__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr) 1.18fr;
	gap: 14px;
}

.tx-price-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 350px;
	padding: 28px 18px 22px;
	border: 1px solid var(--tx-border);
	border-radius: 11px;
	background: var(--tx-white);
	box-shadow: 0 7px 20px rgba(51, 65, 85, .045);
	text-align: center;
}

.tx-price-card__icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 15px;
	border-radius: 50%;
	background: var(--tx-blue-pale);
}

.tx-price-card__icon .dashicons,
.tx-price-card__icon .tx-brand-logo {
	width: 28px;
	height: 28px;
	color: var(--tx-blue);
	font-size: 28px;
}

.tx-price-card p {
	min-height: 65px;
}

.tx-price-card > strong {
	margin: auto 0 18px;
	color: #293446;
	font-size: 19px;
}

.tx-price-card .tx-button {
	width: 100%;
	min-height: 38px;
	padding-inline: 10px;
}

.tx-price-card--featured {
	position: relative;
	align-items: stretch;
	border: 2px solid var(--tx-blue);
	background: linear-gradient(160deg, #fff, #f7faff);
	text-align: left;
}

.tx-price-card__badge {
	position: absolute;
	top: -12px;
	left: 18px;
	padding: 5px 10px;
	border-radius: 20px;
	background: var(--tx-blue-soft);
	color: var(--tx-blue);
	font-size: 10px;
	font-weight: 700;
}

.tx-price-card--featured h3 {
	margin: 10px 0 17px;
	color: var(--tx-blue);
	font-size: 18px;
}

.tx-price-card--featured ul {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.tx-price-card--featured li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 19px;
	color: #4f5e72;
	font-size: 11px;
}

.tx-price-card--featured li::before {
	position: absolute;
	left: 0;
	content: "✓";
	color: var(--tx-blue);
	font-weight: 800;
}

.tx-templates {
	padding: 64px 0;
}

.tx-templates__panel {
	display: grid;
	grid-template-columns: 1.05fr .75fr auto;
	align-items: center;
	gap: 44px;
	padding: 44px 48px;
	border: 1px solid #d7e4f6;
	border-radius: var(--tx-radius);
	background: linear-gradient(120deg, #f6faff 0%, #fff 70%);
}

.tx-templates__panel .tx-eyebrow {
	justify-content: flex-start;
}

.tx-templates__panel ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.tx-templates__panel li {
	color: #526072;
	font-size: 11px;
}

.tx-templates__panel li::before {
	margin-right: 6px;
	content: "•";
	color: var(--tx-yellow);
	font-size: 17px;
}

.tx-template-preview {
	position: relative;
	width: 240px;
	height: 155px;
	padding: 14px;
	border: 1px solid #cbd9ec;
	border-radius: 8px;
	background: var(--tx-white);
	box-shadow: 0 12px 25px rgba(44, 66, 94, .12);
	transform: rotate(2deg);
}

.tx-template-preview > span {
	display: block;
	width: 60%;
	height: 9px;
	margin-bottom: 13px;
	border-radius: 10px;
	background: var(--tx-blue);
}

.tx-template-preview > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px;
	height: 72px;
	margin-bottom: 10px;
}

.tx-template-preview i {
	display: block;
	border-radius: 4px;
	background: linear-gradient(150deg, #dfeafb, #f3f7fd);
}

.tx-template-preview > b {
	display: inline-block;
	width: 25%;
	height: 6px;
	margin-right: 5px;
	border-radius: 7px;
	background: #d9e1eb;
}

.tx-template-preview em {
	position: absolute;
	right: 8px;
	bottom: 7px;
	padding: 3px 6px;
	border-radius: 10px;
	background: #fff7d8;
	color: #8a6700;
	font: 700 7px/1 Arial, sans-serif;
}

.tx-academy__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.tx-article-card {
	display: grid;
	grid-template-columns: 170px 1fr;
	overflow: hidden;
	min-height: 175px;
	border: 1px solid var(--tx-border);
	border-radius: 10px;
	background: var(--tx-white);
}

.tx-article-card__visual {
	display: grid;
	place-items: center;
	min-height: 100%;
	background: linear-gradient(140deg, #dceaff, #f7faff);
}

.tx-article-card__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tx-article-card__visual .dashicons {
	width: 54px;
	height: 54px;
	color: var(--tx-blue);
	font-size: 54px;
}

.tx-article-card > div:last-child {
	padding: 23px 21px;
}

.tx-article-card small {
	display: block;
	margin-bottom: 8px;
	color: #8a96a5;
	font-size: 9px;
}

.tx-article-card h3 a {
	color: var(--tx-ink);
}

.tx-article-card h3 a:hover {
	color: var(--tx-blue);
}

.tx-article-card p {
	margin-bottom: 12px;
}

.tx-muted-link {
	color: #9aa4b1;
	font-size: 11px;
}

.tx-about {
	padding: 60px 0;
}

.tx-about__panel {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	align-items: stretch;
	overflow: hidden;
	min-height: 330px;
	border: 1px solid #dde7f2;
	border-radius: var(--tx-radius);
	background: linear-gradient(115deg, #eff5fc, #fff 72%);
}

.tx-about__photo {
	position: relative;
	min-height: 330px;
	background: #e6eef8;
}

.tx-about__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.tx-about__placeholder {
	display: grid;
	place-items: center;
	align-content: center;
	gap: 12px;
	height: 100%;
	background: radial-gradient(circle at 50% 37%, #fff 0 20%, transparent 21%), linear-gradient(145deg, #dce8f7, #f7faff);
}

.tx-about__placeholder span {
	display: grid;
	place-items: center;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background: var(--tx-blue);
	box-shadow: 0 10px 30px rgba(26, 115, 232, .2);
	color: var(--tx-white);
	font: 800 28px/1 Arial, sans-serif;
}

.tx-about__placeholder small {
	padding: 5px 9px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .8);
	color: #718096;
	font-size: 9px;
}

.tx-about__content {
	align-self: center;
	padding: 42px 48px;
}

.tx-about__content .tx-eyebrow {
	justify-content: flex-start;
}

.tx-about__content h3 {
	margin: 18px 0 10px;
	color: var(--tx-blue);
	font-size: 19px;
}

.tx-about__content h3 small {
	margin-left: 10px;
	color: #7e8998;
	font-size: 11px;
	font-weight: 500;
}

.tx-about__skills {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 28px;
	padding-top: 23px;
	border-top: 1px solid #dce6f1;
}

.tx-about__skills span {
	display: grid;
	justify-items: center;
	gap: 8px;
	padding: 5px 10px;
	border-right: 1px solid #e1e8f1;
	color: #59687a;
	font-size: 10px;
}

.tx-about__skills span:last-child {
	border: 0;
}

.tx-about__skills .dashicons,
.tx-about__skills .tx-brand-logo {
	width: 25px;
	height: 25px;
	color: var(--tx-blue);
	font-size: 25px;
}

.tx-contact {
	padding: 44px 0 72px;
}

.tx-contact__panel {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	overflow: hidden;
	border: 1px solid var(--tx-border);
	border-radius: var(--tx-radius);
	background: var(--tx-white);
	box-shadow: var(--tx-shadow);
}

.tx-contact__intro {
	padding: 44px;
	background: linear-gradient(145deg, #f1f6fd, #f9fbfe);
}

.tx-contact__intro .tx-eyebrow {
	justify-content: flex-start;
}

.tx-contact__intro ul {
	display: grid;
	gap: 11px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.tx-contact__intro li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #526072;
	font-size: 12px;
}

.tx-contact__intro .dashicons {
	width: 17px;
	height: 17px;
	color: var(--tx-blue);
	font-size: 17px;
}

.tx-contact__form {
	padding: 40px 42px;
}

.tx-form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.tx-form-grid label {
	display: grid;
	gap: 8px;
	color: #465366;
	font-size: 11px;
	font-weight: 600;
}

.tx-form-grid input,
.tx-form-grid select,
.tx-form-grid textarea {
	width: 100%;
	min-height: 43px;
	padding: 10px 12px;
	border: 1px solid #dce3ec;
	border-radius: 5px;
	background: var(--tx-white);
	color: var(--tx-ink);
	font-family: inherit;
	font-size: 13px;
}

.tx-form-grid textarea {
	min-height: 116px;
	resize: vertical;
}

.tx-form-grid input:focus,
.tx-form-grid select:focus,
.tx-form-grid textarea:focus {
	border-color: var(--tx-blue);
	box-shadow: 0 0 0 3px rgba(26, 115, 232, .1);
	outline: none;
}

.tx-form-grid__wide {
	grid-column: 1 / -1;
}

.tx-button--submit {
	width: 100%;
	margin-top: 20px;
	border: 0;
	cursor: pointer;
}

.tx-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.tx-form-message {
	margin-bottom: 18px;
	padding: 11px 13px;
	border-radius: 5px;
	font-size: 12px;
}

.tx-form-message--success {
	background: #e9f7ed;
	color: #26753b;
}

.tx-form-message--error {
	background: #fff0ef;
	color: #a53f38;
}

.tx-footer {
	display: block !important;
	padding: 54px 0 24px;
	background: var(--tx-footer);
	color: #d8e1ec;
}

.tx-footer__grid {
	display: grid;
	grid-template-columns: 1.7fr repeat(3, 1fr);
	gap: 55px;
}

.tx-brand--light {
	color: var(--tx-white);
}

.tx-brand--light .tx-brand__name small {
	color: #bdc9d8;
}

.tx-footer__grid > div:first-child > p {
	max-width: 360px;
	margin: 20px 0 0;
	color: #afbdcd;
	font-size: 11px;
	line-height: 1.8;
}

.tx-footer h3 {
	margin-bottom: 17px;
	color: var(--tx-white);
	font-size: 13px;
}

.tx-footer__grid > div:not(:first-child) {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.tx-footer__grid a,
.tx-footer__grid span {
	color: #afbdcd;
	font-size: 10px;
}

.tx-footer__grid a:hover {
	color: var(--tx-white);
}

.tx-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-top: 42px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	color: #8fa0b4;
	font-size: 8px;
}

.tx-brand-logo {
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 1120px) {
	.tx-nav {
		gap: 15px;
	}

	.tx-header__actions .tx-button {
		display: none;
	}

	.tx-hero__grid {
		grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
		gap: 35px;
	}

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

	.tx-deliverable-detail {
		grid-template-columns: 190px minmax(0, 1fr);
	}

	.tx-deliverable-detail > a {
		grid-column: 1 / -1;
	}

	.tx-data__panel {
		grid-template-columns: 230px minmax(0, 1fr);
	}

	.tx-data__method {
		grid-column: 1 / -1;
		grid-template-columns: repeat(5, 1fr);
	}

	.tx-data__method li {
		align-items: flex-start;
		border: 0;
	}

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

	.tx-price-card--featured {
		grid-column: 1 / -1;
		min-height: 0;
	}

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

	.tx-templates__panel > .tx-button {
		grid-column: 1 / -1;
		justify-self: start;
	}
}

@media (max-width: 920px) {
	.admin-bar .tx-header {
		top: 46px;
	}

	.tx-header__inner {
		height: 66px;
	}

	.tx-nav,
	.tx-header__actions {
		display: none;
	}

	.tx-mobile-nav {
		position: relative;
		display: block;
		margin-left: auto;
	}

	.tx-mobile-nav summary {
		display: grid;
		gap: 5px;
		width: 42px;
		height: 42px;
		padding: 11px 9px;
		border: 1px solid var(--tx-border);
		border-radius: 6px;
		background: var(--tx-white);
		cursor: pointer;
		list-style: none;
	}

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

	.tx-mobile-nav summary span {
		display: block;
		height: 2px;
		border-radius: 2px;
		background: #455468;
	}

	.tx-mobile-nav__panel {
		position: absolute;
		top: 52px;
		right: 0;
		display: grid;
		width: 250px;
		padding: 16px;
		border: 1px solid var(--tx-border);
		border-radius: 10px;
		background: var(--tx-white);
		box-shadow: var(--tx-shadow);
	}

	.tx-mobile-nav__panel > a:not(.tx-button) {
		padding: 11px 8px;
		border-bottom: 1px solid #edf0f4;
		color: #455468;
		font-size: 13px;
	}

	.tx-mobile-nav__panel .tx-button {
		margin-top: 12px;
	}

	.tx-hero {
		padding-top: 65px;
	}

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

	.tx-hero__copy {
		max-width: 700px;
		text-align: center;
		margin-inline: auto;
	}

	.tx-hero .tx-eyebrow,
	.tx-hero__trust,
	.tx-button-row {
		justify-content: center;
	}

	.tx-hero__lead {
		margin-inline: auto;
	}

	.tx-dashboard {
		max-width: 680px;
		margin-inline: auto;
	}

	.tx-proof__grid,
	.tx-card-grid--four,
	.tx-process__grid,
	.tx-case-grid,
	.tx-pricing__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tx-proof__grid > div:nth-child(2) {
		border-right: 0;
	}

	.tx-process__grid > div::after {
		display: none;
	}

	.tx-data__heading {
		display: block;
		text-align: center;
	}

	.tx-data__heading .tx-eyebrow {
		justify-content: center;
	}

	.tx-data__heading > p {
		margin: 15px auto 0;
	}

	.tx-price-card--featured {
		grid-column: 1 / -1;
	}

	.tx-about__panel {
		grid-template-columns: 230px minmax(0, 1fr);
	}

	.tx-about__content {
		padding: 35px 30px;
	}

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

	.tx-about__skills span {
		border: 0;
	}

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

	.tx-footer__grid {
		grid-template-columns: 1.5fr repeat(3, 1fr);
		gap: 30px;
	}
}

@media (max-width: 680px) {
	.tx-container {
		width: min(100% - 28px, 1180px);
	}

	.tx-brand__name strong {
		font-size: 14px;
	}

	.tx-hero {
		padding: 50px 0 48px;
	}

	.tx-hero h1 {
		font-size: 35px;
		line-height: 1.28;
	}

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

	.tx-button-row .tx-button {
		width: 100%;
	}

	.tx-hero__trust {
		gap: 10px 16px;
	}

	.tx-dashboard {
		padding: 14px 12px;
	}

	.tx-dashboard__top span {
		display: none;
	}

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

	.tx-dashboard__metrics > div {
		padding: 8px 11px;
		border-bottom: 1px solid #edf0f4;
	}

	.tx-dashboard__metrics > div:nth-child(2n) {
		border-right: 0;
	}

	.tx-dashboard__metrics > div:nth-child(n+3) {
		border-bottom: 0;
	}

	.tx-section {
		padding: 60px 0;
	}

	.tx-section-heading {
		margin-bottom: 28px;
	}

	.tx-section-heading h2,
	.tx-data__heading h2,
	.tx-templates h2,
	.tx-contact h2,
	.tx-about h2 {
		font-size: 27px;
	}

	.tx-proof__grid,
	.tx-card-grid--four,
	.tx-process__grid,
	.tx-deliverables,
	.tx-case-grid,
	.tx-pricing__grid,
	.tx-academy__grid,
	.tx-data__panel,
	.tx-data__method,
	.tx-templates__panel,
	.tx-about__panel,
	.tx-footer__grid {
		grid-template-columns: 1fr;
	}

	.tx-proof__grid > div {
		border-right: 0 !important;
		border-bottom: 1px solid #dce6f4;
	}

	.tx-proof__grid > div:last-child {
		border-bottom: 0;
	}

	.tx-process__grid {
		gap: 30px;
	}

	.tx-deliverable {
		min-height: 0;
	}

	.tx-deliverables__hint {
		margin-top: -10px;
		text-align: center;
	}

	.tx-deliverable-detail {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.tx-deliverable-detail > a {
		grid-column: auto;
	}

	.tx-data__panel {
		padding: 14px;
	}

	.tx-data__method {
		gap: 6px;
	}

	.tx-data__method li {
		align-items: center;
		padding: 8px 0;
		border-bottom: 1px solid #edf0f4;
	}

	.tx-case-card__media {
		height: 210px;
	}

	.tx-price-card,
	.tx-price-card--featured {
		grid-column: auto;
		min-height: 0;
	}

	.tx-price-card p {
		min-height: 0;
	}

	.tx-price-card > strong {
		margin: 28px 0 18px;
	}

	.tx-templates__panel {
		gap: 28px;
		padding: 32px 24px;
	}

	.tx-template-preview {
		width: 100%;
		max-width: 300px;
		margin-inline: auto;
	}

	.tx-templates__panel > .tx-button {
		grid-column: auto;
		width: 100%;
	}

	.tx-article-card {
		grid-template-columns: 115px 1fr;
		min-height: 160px;
	}

	.tx-article-card > div:last-child {
		padding: 18px 15px;
	}

	.tx-article-card p {
		display: none;
	}

	.tx-about__photo {
		min-height: 300px;
	}

	.tx-about__content {
		padding: 32px 24px;
	}

	.tx-about__content h3 small {
		display: block;
		margin: 8px 0 0;
	}

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

	.tx-contact__intro,
	.tx-contact__form {
		padding: 30px 22px;
	}

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

	.tx-form-grid__wide {
		grid-column: auto;
	}

	.tx-footer__grid {
		gap: 35px;
	}

	.tx-footer__bottom {
		flex-direction: column;
	}
}

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

	.tuoxun-home *,
	.tuoxun-home *::before,
	.tuoxun-home *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
