:root {
	--txb-navy: #0b1f3a;
	--txb-blue: #1a73e8;
	--txb-cyan: #00a7e8;
	--txb-green: #34a853;
	--txb-yellow: #f9ab00;
	--txb-purple: #7c4dff;
	--txb-ink: #203a55;
	--txb-muted: #64788d;
	--txb-line: #dce7f2;
	--txb-pale: #f4f8fd;
	--txb-shadow: 0 14px 42px rgba(24, 61, 100, .09);
}

body.tuoxun-brand-launch-solution {
	background: #fff;
	color: var(--txb-ink);
}

.txb-main {
	background: #fff;
}

.txb-main h1,
.txb-main h2,
.txb-main h3,
.txb-main p {
	margin-top: 0;
}

.txb-heading {
	max-width: 900px;
	margin: 0 auto 44px;
	text-align: center;
}

.txb-heading > p {
	margin: 0 0 11px;
	color: var(--txb-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .18em;
}

.txb-heading h2 {
	margin: 0;
	color: var(--txb-navy);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1.3;
}

.txb-heading > span {
	display: block;
	margin-top: 13px;
	color: var(--txb-muted);
	font-size: 13px;
}

.txb-card-number {
	position: absolute;
	top: 21px;
	right: 22px;
	color: #d2e0ef;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
}

/* Hero */
.txb-hero {
	position: relative;
	padding: 20px 0 0;
	background:
		radial-gradient(circle at 85% 14%, rgba(0, 167, 232, .13), transparent 28%),
		radial-gradient(circle at 9% 84%, rgba(26, 115, 232, .08), transparent 25%),
		linear-gradient(135deg, #fff 0%, #f3f8ff 58%, #edf6ff 100%);
}

.txb-hero::before {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(26, 115, 232, .12) .8px, transparent .8px);
	background-size: 22px 22px;
	content: "";
	mask-image: linear-gradient(90deg, transparent, #000 75%, transparent);
	pointer-events: none;
}

.txb-hero .tx-container {
	position: relative;
}

.txb-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr);
	align-items: center;
	gap: 62px;
	padding: 8px 0 58px;
}

.txb-hero__copy h1 {
	max-width: 650px;
	margin: 0 0 22px;
	color: var(--txb-navy);
	font-size: clamp(39px, 4vw, 58px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: 1.24;
}

.txb-hero__copy .txm-lead {
	max-width: 650px;
	font-size: 16px;
	line-height: 1.9;
}

.txb-console {
	border: 1px solid #ccdceb;
	border-radius: 15px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 25px 60px rgba(25, 68, 111, .17);
	overflow: hidden;
}

.txb-console > header {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 12px;
	min-height: 43px;
	padding: 0 16px;
	border-bottom: 1px solid #dce6f0;
	background: #eef3f8;
}

.txb-console > header div {
	display: flex;
	gap: 5px;
}

.txb-console > header i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ea4335;
}

.txb-console > header i:nth-child(2) { background: var(--txb-yellow); }
.txb-console > header i:nth-child(3) { background: var(--txb-green); }

.txb-console > header strong {
	color: #29445f;
	font-size: 12px;
	text-align: center;
}

.txb-console > header > span {
	padding: 4px 8px;
	border-radius: 999px;
	background: #e3f3e9;
	color: #176b38;
	font-size: 8px;
	font-weight: 800;
}

.txb-console__body {
	padding: 21px;
}

.txb-console__stages {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 18px;
	border: 1px solid #dce7f2;
	border-radius: 10px;
	background: #f8fbff;
	overflow: hidden;
}

.txb-console__stages > span {
	position: relative;
	display: grid;
	grid-template-columns: 25px 1fr;
	align-items: center;
	gap: 7px;
	min-height: 65px;
	padding: 10px;
	border-right: 1px solid #e0e9f2;
}

.txb-console__stages > span:last-child { border-right: 0; }
.txb-console__stages > span.is-active { background: #eaf3ff; }

.txb-console__stages i {
	display: grid;
	grid-row: 1 / 3;
	place-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #dbe8f7;
	color: #5e7892;
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
}

.txb-console__stages .is-active i {
	background: var(--txb-blue);
	color: #fff;
}

.txb-console__stages b {
	align-self: end;
	color: #29445f;
	font-size: 10px;
}

.txb-console__stages small {
	align-self: start;
	color: #7a8da1;
	font-size: 8px;
}

.txb-console__visual {
	position: relative;
	min-height: 285px;
	border-radius: 11px;
	background: linear-gradient(145deg, #f8fbff, #e8f3ff);
	overflow: hidden;
}

.txb-world {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(71, 136, 218, .09) 1px, transparent 1px),
		linear-gradient(90deg, rgba(71, 136, 218, .09) 1px, transparent 1px);
	background-size: 31px 31px;
}

.txb-world::before,
.txb-world::after {
	position: absolute;
	border: 2px solid rgba(26, 115, 232, .23);
	border-radius: 48% 52% 55% 45%;
	content: "";
	transform: rotate(-12deg);
}

.txb-world::before {
	top: 39px;
	left: 60px;
	width: 172px;
	height: 95px;
	box-shadow: 170px 54px 0 -21px rgba(0, 167, 232, .05);
}

.txb-world::after {
	top: 84px;
	right: 54px;
	width: 145px;
	height: 78px;
	transform: rotate(15deg);
}

.txb-world > span {
	position: absolute;
	z-index: 2;
	width: 9px;
	height: 9px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--txb-blue);
	box-shadow: 0 0 0 7px rgba(26, 115, 232, .12);
}

.txb-world > span:nth-child(1) { top: 75px; left: 21%; }
.txb-world > span:nth-child(2) { top: 119px; left: 44%; background: var(--txb-cyan); }
.txb-world > span:nth-child(3) { top: 66px; left: 63%; background: var(--txb-purple); }
.txb-world > span:nth-child(4) { top: 138px; left: 76%; background: var(--txb-green); }
.txb-world > span:nth-child(5) { top: 105px; left: 55%; background: var(--txb-yellow); }

.txb-world > i {
	position: absolute;
	top: 78px;
	left: 22%;
	width: 54%;
	height: 76px;
	border-top: 2px dashed rgba(26, 115, 232, .4);
	border-radius: 50%;
	transform: rotate(8deg);
}

.txb-console__cards {
	position: absolute;
	right: 17px;
	bottom: 16px;
	left: 17px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 11px;
}

.txb-console__cards article {
	padding: 13px 14px;
	border: 1px solid rgba(203, 220, 237, .88);
	border-radius: 9px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 5px 17px rgba(31, 69, 107, .07);
}

.txb-console__cards small,
.txb-console__cards strong,
.txb-console__cards span { display: block; }
.txb-console__cards small { color: #73879b; font-size: 8px; }
.txb-console__cards strong { margin: 4px 0; color: var(--txb-navy); font-size: 12px; }
.txb-console__cards span { color: #74869a; font-size: 8px; }

.txb-value-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid #d9e6f3;
	border-bottom: 0;
	border-radius: 14px 14px 0 0;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 -4px 30px rgba(26, 63, 103, .05);
	overflow: hidden;
}

.txb-value-strip article {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 88px;
	padding: 16px 20px;
	border-right: 1px solid #dfe8f2;
}

.txb-value-strip article:last-child { border-right: 0; }
.txb-value-strip .txw-icon { width: 38px; height: 38px; }
.txb-value-strip .txw-icon .dashicons { width: 20px; height: 20px; font-size: 20px; }
.txb-value-strip strong, .txb-value-strip span { display: block; }
.txb-value-strip strong { margin-bottom: 4px; color: #213d58; font-size: 12px; }
.txb-value-strip span { color: #74869a; font-size: 9px; line-height: 1.45; }

/* Problems */
.txb-problems { background: #fff; }
.txb-problems__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.txb-problems__grid article {
	position: relative;
	min-height: 225px;
	padding: 27px 23px;
	border: 1px solid var(--txb-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(26, 61, 98, .055);
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.txb-problems__grid article:hover { transform: translateY(-4px); border-color: #b9d3ef; box-shadow: var(--txb-shadow); }
.txb-problems__grid .txw-icon { margin-bottom: 19px; }
.txb-problems__grid h3 { margin: 0 0 11px; color: var(--txb-navy); font-size: 18px; line-height: 1.45; }
.txb-problems__grid p { margin: 0; color: var(--txb-muted); font-size: 12px; line-height: 1.75; }

/* Diagnostic */
.txb-diagnostic { background: var(--txb-pale); }
.txb-diagnostic__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(335px, .75fr);
	gap: 22px;
}
.txb-diagnostic__table,
.txb-diagnostic__result {
	border: 1px solid #d4e1ee;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(29, 65, 103, .06);
	overflow: hidden;
}
.txb-diagnostic__table button {
	position: relative;
	display: grid;
	grid-template-columns: 44px minmax(150px, 1fr) auto 20px;
	align-items: center;
	gap: 14px;
	width: 100%;
	min-height: 70px;
	padding: 13px 20px;
	border: 0;
	border-bottom: 1px solid #e0e9f2;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: var(--txb-ink);
	font: inherit;
	text-align: left;
	cursor: pointer;
}
.txb-diagnostic__table button:last-child { border-bottom: 0; }
.txb-diagnostic__table button > span {
	display: grid;
	place-items: center;
	width: 35px;
	height: 35px;
	border-radius: 9px;
	background: #edf4fd;
	color: #50749b;
	font-size: 10px;
	font-weight: 800;
}
.txb-diagnostic__table button > strong { color: var(--txb-navy); font-size: 13px; }
.txb-diagnostic__table button > em {
	padding: 5px 9px;
	border-radius: 999px;
	background: #fff4e8;
	color: #984500;
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
}
.txb-diagnostic__table button > i { color: var(--txb-blue); font-size: 15px; font-style: normal; }
.txb-diagnostic__table button:hover,
.txb-diagnostic__table button:focus-visible,
.txb-diagnostic__table button.is-active {
	background: #eaf3ff !important;
	color: var(--txb-navy) !important;
}
.txb-diagnostic__table button.is-active { box-shadow: inset 4px 0 0 var(--txb-blue); }
.txb-diagnostic__table button:hover > *,
.txb-diagnostic__table button:focus-visible > *,
.txb-diagnostic__table button.is-active > * { opacity: 1 !important; }
.txb-diagnostic__table button:hover > strong,
.txb-diagnostic__table button:focus-visible > strong,
.txb-diagnostic__table button.is-active > strong { color: var(--txb-navy) !important; }
.txb-diagnostic__table button:hover > i,
.txb-diagnostic__table button:focus-visible > i,
.txb-diagnostic__table button.is-active > i { color: var(--txb-blue) !important; }
.txb-diagnostic__result { padding: 27px; }
.txb-diagnostic__result > small { color: var(--txb-blue); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.txb-diagnostic__result h3 { margin: 8px 0 11px; color: var(--txb-navy); font-size: 23px; }
.txb-diagnostic__result > p { min-height: 44px; margin: 0 0 18px; color: var(--txb-muted); font-size: 12px; line-height: 1.7; }
.txb-diagnostic__result > div { padding: 15px; border-radius: 9px; background: #f3f8ff; }
.txb-diagnostic__result > div strong { color: #245c9d; font-size: 10px; }
.txb-diagnostic__result > div p { margin: 6px 0 0; color: #4f6b87; font-size: 11px; line-height: 1.65; }
.txb-diagnostic__result ul { display: grid; gap: 8px; margin: 19px 0 0; padding: 0; list-style: none; }
.txb-diagnostic__result li { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 10px; padding: 9px 10px; border: 1px solid #e0e9f2; border-radius: 7px; }
.txb-diagnostic__result li b { padding: 4px 5px; border-radius: 4px; background: #e9f2ff; color: #1768cf; font-size: 8px; text-align: center; }
.txb-diagnostic__result li:nth-child(2) b { background: #fff1df; color: #974600; }
.txb-diagnostic__result li:nth-child(3) b { background: #ebf6ee; color: #176b38; }
.txb-diagnostic__result li span { color: #5d7389; font-size: 9px; }

/* Roadmap */
.txb-roadmap { background: #fff; }
.txb-roadmap__shell { padding: 25px; border: 1px solid var(--txb-line); border-radius: 15px; background: linear-gradient(180deg, #fff, #f8fbff); box-shadow: var(--txb-shadow); }
.txb-roadmap__steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.txb-roadmap__steps button {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: 142px;
	padding: 16px 10px;
	border: 1px solid #dce6f0;
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
	color: var(--txb-ink);
	font: inherit;
	text-align: center;
	cursor: pointer;
}
.txb-roadmap__steps button > span { align-self: flex-start; color: #9aabbd; font-size: 8px; font-weight: 800; }
.txb-roadmap__steps button .txw-icon { width: 38px; height: 38px; margin: 8px 0 10px; }
.txb-roadmap__steps button .txw-icon .dashicons { width: 20px; height: 20px; font-size: 20px; }
.txb-roadmap__steps button > strong { color: #29435d; font-size: 11px; line-height: 1.5; }
.txb-roadmap__steps button > i { position: absolute; top: 65px; left: calc(100% + 1px); z-index: 2; color: #7aa9e8; font-style: normal; }
.txb-roadmap__steps button:hover,
.txb-roadmap__steps button:focus-visible,
.txb-roadmap__steps button.is-active { border-color: var(--txb-blue) !important; background: #eaf3ff !important; color: var(--txb-navy) !important; transform: none; }
.txb-roadmap__steps button.is-active { box-shadow: inset 0 -3px 0 var(--txb-blue); }
.txb-roadmap__steps button:hover > strong,
.txb-roadmap__steps button:focus-visible > strong,
.txb-roadmap__steps button.is-active > strong { color: var(--txb-navy) !important; }
.txb-roadmap__panels { margin-top: 16px; }
.txb-roadmap__panels article { display: grid; grid-template-columns: 80px 1.2fr 1fr; align-items: center; gap: 24px; min-height: 124px; padding: 22px 25px; border-radius: 11px; background: linear-gradient(110deg, #0d3972, #1266c7); color: #fff; }
.txb-roadmap__panels article[hidden] { display: none; }
.txb-roadmap__panels article > span { display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; background: rgba(255, 255, 255, .08); font-size: 10px; font-weight: 800; }
.txb-roadmap__panels h3 { margin: 0 0 7px; color: #fff; font-size: 20px; }
.txb-roadmap__panels p { margin: 0; color: #c9dcf1; font-size: 11px; line-height: 1.7; }
.txb-roadmap__panels article > div:last-child { display: flex; flex-wrap: wrap; gap: 6px; }
.txb-roadmap__panels article > div:last-child small { width: 100%; margin-bottom: 3px; color: #8fc3ff; font-size: 9px; font-weight: 800; }
.txb-roadmap__panels article > div:last-child b { padding: 5px 8px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 5px; background: rgba(255, 255, 255, .09); color: #fff; font-size: 9px; }

/* Brand canvas */
.txb-canvas { background: var(--txb-pale); }
.txb-canvas__grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.txb-canvas__grid::after { position: absolute; right: 4%; bottom: -29px; left: 4%; border-bottom: 2px solid #9ec1ec; content: ""; }
.txb-canvas__grid article { position: relative; min-height: 200px; padding: 23px 20px; border: 1px solid #dbe6f0; border-radius: 13px; background: #fff; box-shadow: 0 7px 24px rgba(26, 62, 100, .05); }
.txb-canvas__grid article::after { position: absolute; top: 100%; left: 50%; height: 30px; border-left: 2px solid #9ec1ec; content: ""; }
.txb-canvas__grid article > span { position: absolute; top: 18px; right: 18px; color: #c4d2e0; font-size: 9px; font-weight: 800; }
.txb-canvas__grid .txw-icon { margin-bottom: 18px; }
.txb-canvas__grid h3 { margin: 0 0 9px; color: var(--txb-navy); font-size: 16px; }
.txb-canvas__grid p { margin: 0; color: var(--txb-muted); font-size: 11px; line-height: 1.7; }
.txb-canvas__result { position: relative; z-index: 2; display: grid; grid-template-columns: 28px auto 1fr; align-items: center; gap: 12px; max-width: 590px; margin: 28px auto 0; padding: 14px 20px; border-radius: 9px; background: linear-gradient(90deg, var(--txb-blue), #0f5dbc); color: #fff; box-shadow: 0 12px 28px rgba(26, 115, 232, .24); }
.txb-canvas__result > span { font-size: 21px; }
.txb-canvas__result strong { font-size: 14px; }
.txb-canvas__result small { color: #cfe3fb; font-size: 9px; }

/* Architecture */
.txb-architecture { background: #fff; }
.txb-architecture__map { position: relative; padding: 28px 25px 23px; border: 1px solid var(--txb-line); border-radius: 15px; background: linear-gradient(180deg, #fff, #f8fbff); box-shadow: 0 9px 30px rgba(24, 61, 99, .06); }
.txb-architecture__home { position: relative; z-index: 2; display: grid; grid-template-columns: 31px 1fr; align-items: center; gap: 2px 10px; width: 190px; margin: 0 auto 45px; padding: 13px 16px; border-radius: 9px; background: var(--txb-blue); color: #fff; box-shadow: 0 10px 22px rgba(26, 115, 232, .24); }
.txb-architecture__home .dashicons { grid-row: 1 / 3; width: 25px; height: 25px; font-size: 25px; }
.txb-architecture__home strong { font-size: 14px; }
.txb-architecture__home small { color: #d5e7fb; font-size: 8px; }
.txb-architecture__line { position: absolute; top: 81px; right: 10%; left: 10%; height: 34px; border-top: 2px solid #9cc0ed; border-right: 2px solid #9cc0ed; border-left: 2px solid #9cc0ed; }
.txb-architecture__branches { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.txb-architecture__branches article { position: relative; min-height: 176px; padding: 18px 14px; border: 1px solid #d9e5f0; border-radius: 10px; background: #fff; text-align: center; }
.txb-architecture__branches article::before { position: absolute; bottom: 100%; left: 50%; height: 15px; border-left: 2px solid #9cc0ed; content: ""; }
.txb-architecture__branches .txw-icon { width: 37px; height: 37px; margin: 0 auto 10px; }
.txb-architecture__branches .txw-icon .dashicons { width: 20px; height: 20px; font-size: 20px; }
.txb-architecture__branches h3 { margin: 0 0 10px; color: #24425f; font-size: 13px; }
.txb-architecture__branches article > span { display: block; margin: 5px 0; padding: 5px 4px; border-radius: 4px; background: #f4f7fa; color: #6b7f92; font-size: 8px; }
.txb-architecture__foundation { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 20px; padding: 10px; border: 1px dashed #86b1e9; border-radius: 7px; background: #f0f6ff; }
.txb-architecture__foundation span { padding: 4px 12px; border-right: 1px solid #cedff1; color: #3d6d9f; font-size: 9px; }
.txb-architecture__foundation span:last-child { border-right: 0; }

/* Core pages */
.txb-pages { background: var(--txb-pale); }
.txb-pages__shell { border: 1px solid #d5e2ee; border-radius: 15px; background: #fff; box-shadow: var(--txb-shadow); overflow: hidden; }
.txb-pages__tabs { display: grid; grid-template-columns: repeat(6, 1fr); border-bottom: 1px solid #dce6f0; }
.txb-pages__tabs button { min-height: 54px; padding: 12px 8px; border: 0; border-right: 1px solid #e1e9f1; border-radius: 0; background: #f8fafc; box-shadow: none; color: #516a82; font: inherit; font-size: 11px; cursor: pointer; }
.txb-pages__tabs button:last-child { border-right: 0; }
.txb-pages__tabs button:hover,
.txb-pages__tabs button:focus-visible,
.txb-pages__tabs button.is-active { background: var(--txb-blue) !important; color: #fff !important; }
.txb-pages__tabs button.is-active { font-weight: 800; }
.txb-pages__shell > article { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); min-height: 440px; }
.txb-pages__shell > article[hidden] { display: none; }
.txb-pages__copy { display: flex; flex-direction: column; padding: 36px 32px; border-right: 1px solid #dfe8f1; }
.txb-pages__copy > small { color: var(--txb-blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.txb-pages__copy h3 { margin: 10px 0 13px; color: var(--txb-navy); font-size: 22px; line-height: 1.4; }
.txb-pages__copy > p { margin: 0 0 18px; color: var(--txb-muted); font-size: 12px; line-height: 1.75; }
.txb-pages__copy ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.txb-pages__copy li { display: flex; gap: 8px; color: #4f687f; font-size: 11px; }
.txb-pages__copy li .dashicons { width: 16px; height: 16px; color: var(--txb-green); font-size: 16px; }
.txb-page-preview { align-self: center; margin: 28px; border: 1px solid #cfdbe8; border-radius: 10px; background: #fff; box-shadow: 0 13px 31px rgba(25, 61, 98, .12); overflow: hidden; }
.txb-page-preview > header { display: flex; align-items: center; gap: 5px; height: 28px; padding: 0 11px; background: #edf2f7; }
.txb-page-preview > header i { width: 7px; height: 7px; border-radius: 50%; background: #ea4335; }
.txb-page-preview > header i:nth-child(2) { background: var(--txb-yellow); }
.txb-page-preview > header i:nth-child(3) { background: var(--txb-green); }
.txb-page-preview > header span { margin-left: auto; color: #8192a4; font-size: 7px; }
.txb-page-preview__nav { display: flex; align-items: center; gap: 17px; padding: 11px 15px; border-bottom: 1px solid #e4ebf2; color: #6d8092; font-size: 7px; }
.txb-page-preview__nav b { margin-right: auto; color: var(--txb-blue); font-size: 10px; }
.txb-page-preview__nav i { width: 49px; height: 15px; border-radius: 3px; background: var(--txb-blue); }
.txb-page-preview__hero { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; min-height: 225px; padding: 29px; background: linear-gradient(125deg, #fff, #eaf4ff); }
.txb-page-preview__hero small { color: var(--txb-blue); font-size: 7px; font-weight: 800; }
.txb-page-preview__hero strong { display: block; max-width: 270px; margin: 8px 0 13px; color: #193958; font-size: 20px; line-height: 1.35; }
.txb-page-preview__hero p { width: 80%; height: 5px; margin: 6px 0; border-radius: 4px; background: #cbd9e8; }
.txb-page-preview__hero p:nth-of-type(2) { width: 57%; }
.txb-preview-cta { display: inline-block; margin-top: 14px; padding: 7px 12px; border-radius: 4px; background: var(--txb-blue); color: #fff; font-size: 7px; }
.txb-page-preview__hero aside { position: relative; width: 190px; height: 145px; margin: auto; border: 1px solid #b9d4f1; border-radius: 50% 45% 50% 40%; background: rgba(26, 115, 232, .07); }
.txb-page-preview__hero aside::before,
.txb-page-preview__hero aside::after { position: absolute; border: 1px solid #82b2ea; border-radius: 50%; content: ""; }
.txb-page-preview__hero aside::before { inset: 20px; }
.txb-page-preview__hero aside::after { inset: 48px; background: rgba(0, 167, 232, .14); }
.txb-page-preview__hero aside span { position: absolute; z-index: 2; width: 15px; height: 15px; border-radius: 4px; background: var(--txb-blue); box-shadow: 0 4px 10px rgba(26, 115, 232, .3); }
.txb-page-preview__hero aside span:nth-child(1) { top: 20px; left: 30px; }
.txb-page-preview__hero aside span:nth-child(2) { top: 61px; right: 25px; background: var(--txb-cyan); }
.txb-page-preview__hero aside span:nth-child(3) { bottom: 19px; left: 72px; background: var(--txb-yellow); }
.txb-page-preview__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; padding: 13px 20px 18px; }
.txb-page-preview__cards span { height: 45px; border: 1px solid #dce6f0; border-radius: 5px; background: linear-gradient(120deg, #fff, #f1f6fb); }

/* Validation loop */
.txb-loop { background: #fff; }
.txb-loop__board { position: relative; padding: 27px 24px 75px; border: 1px solid #d7e4f0; border-radius: 15px; background: linear-gradient(145deg, #fafdff, #eef6ff); box-shadow: 0 10px 35px rgba(24, 63, 102, .07); }
.txb-loop__flow { display: grid; grid-template-columns: repeat(6, 1fr); gap: 11px; }
.txb-loop__flow article { position: relative; min-height: 175px; padding: 18px 13px; border: 1px solid #d9e5f0; border-radius: 11px; background: #fff; text-align: center; }
.txb-loop__flow .txw-icon { width: 39px; height: 39px; margin: 0 auto 11px; }
.txb-loop__flow .txw-icon .dashicons { width: 21px; height: 21px; font-size: 21px; }
.txb-loop__flow article > span { position: absolute; top: 12px; right: 12px; color: #c0cedc; font-size: 8px; font-weight: 800; }
.txb-loop__flow h3 { margin: 0 0 8px; color: #24415e; font-size: 11px; line-height: 1.5; }
.txb-loop__flow p { margin: 0; color: #718397; font-size: 8px; line-height: 1.6; }
.txb-loop__flow article > i { position: absolute; top: 77px; left: calc(100% + 2px); z-index: 3; color: var(--txb-blue); font-style: normal; }
.txb-loop__feedback { position: absolute; right: 10%; bottom: 20px; left: 10%; display: grid; grid-template-columns: 105px auto 1fr; align-items: center; gap: 13px; }
.txb-loop__feedback > span { height: 24px; border-bottom: 2px dashed #74a7e7; border-left: 2px dashed #74a7e7; border-radius: 0 0 0 16px; }
.txb-loop__feedback > span::before { display: block; margin: 15px 0 0 -4px; color: var(--txb-blue); content: "◀"; font-size: 11px; }
.txb-loop__feedback strong { padding: 8px 14px; border-radius: 999px; background: var(--txb-blue); color: #fff; font-size: 11px; }
.txb-loop__feedback small { color: #5e7891; font-size: 9px; }

/* 90-day rhythm */
.txb-rhythm { background: var(--txb-pale); }
.txb-rhythm__grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.txb-rhythm__grid::before { position: absolute; top: 46px; right: 9%; left: 9%; border-top: 3px solid #c7dbf1; content: ""; }
.txb-rhythm__grid article { position: relative; z-index: 2; min-height: 245px; padding: 24px 22px; border: 1px solid #d8e4ef; border-radius: 13px; background: #fff; box-shadow: 0 7px 25px rgba(24, 61, 99, .055); }
.txb-rhythm__grid article > span { display: inline-block; padding: 5px 10px; border-radius: 999px; background: #eaf3ff; color: #1768cf; font-size: 9px; font-weight: 800; }
.txb-rhythm__grid article > b { position: absolute; top: 35px; right: 21px; color: #ccdae8; font-size: 11px; }
.txb-rhythm__grid h3 { margin: 27px 0 13px; color: var(--txb-navy); font-size: 18px; }
.txb-rhythm__grid p { position: relative; margin: 7px 0; padding-left: 13px; color: #64798d; font-size: 10px; line-height: 1.55; }
.txb-rhythm__grid p::before { position: absolute; top: .65em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--txb-blue); content: ""; }

/* Deliverables */
.txb-delivery { background: #fff; }
.txb-delivery__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.txb-delivery__grid article { position: relative; min-height: 190px; padding: 22px 20px; border: 1px solid #dce6f0; border-radius: 12px; background: #fff; box-shadow: 0 6px 22px rgba(25, 61, 98, .05); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.txb-delivery__grid article:hover { transform: translateY(-3px); border-color: #b9d4ef; box-shadow: 0 13px 31px rgba(25, 62, 101, .1); }
.txb-delivery__grid article > span { position: absolute; top: 19px; right: 19px; color: #c7d4e1; font-size: 9px; font-weight: 800; }
.txb-delivery__grid .txw-icon { margin-bottom: 15px; }
.txb-delivery__grid h3 { margin: 0 0 9px; color: var(--txb-navy); font-size: 15px; }
.txb-delivery__grid p { margin: 0; color: var(--txb-muted); font-size: 10px; line-height: 1.7; }

/* Case */
.txb-case { background: var(--txb-pale); }
.txb-case__card { display: grid; grid-template-columns: 1.05fr .95fr; border: 1px solid #d7e4ef; border-radius: 15px; background: #fff; box-shadow: var(--txb-shadow); overflow: hidden; }
.txb-case__visual { display: grid; align-items: center; min-height: 500px; padding: 38px; background: linear-gradient(145deg, #dcecff, #f1f7ff); }
.txb-browser { border: 1px solid #c5d4e3; border-radius: 11px; background: #fff; box-shadow: 0 18px 40px rgba(25, 61, 98, .17); overflow: hidden; }
.txb-browser > header { display: flex; align-items: center; gap: 5px; height: 30px; padding: 0 11px; background: #ebf0f5; }
.txb-browser > header i { width: 7px; height: 7px; border-radius: 50%; background: #ea4335; }
.txb-browser > header i:nth-child(2) { background: var(--txb-yellow); }
.txb-browser > header i:nth-child(3) { background: var(--txb-green); }
.txb-browser > header small { margin-left: auto; color: #8595a5; font-size: 7px; }
.txb-browser > div { position: relative; height: 350px; overflow: hidden; }
.txb-browser img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: saturate(.84); }
.txb-browser > div > span { position: absolute; right: 11px; bottom: 10px; padding: 5px 9px; border-radius: 4px; background: rgba(11, 31, 58, .78); color: #fff; font-size: 7px; }
.txb-case__content { padding: 42px 39px; }
.txb-case__content h3 { margin: 0 0 22px; color: var(--txb-navy); font-size: 27px; line-height: 1.4; }
.txb-case__content dl { display: grid; gap: 15px; margin: 0; }
.txb-case__content dl > div { padding-bottom: 14px; border-bottom: 1px solid #e2eaf2; }
.txb-case__content dt { margin-bottom: 5px; color: var(--txb-blue); font-size: 10px; font-weight: 800; }
.txb-case__content dd { margin: 0; color: #61768a; font-size: 11px; line-height: 1.7; }
.txb-case__privacy { display: flex; gap: 8px; margin: 17px 0 0; padding: 10px 12px; border-radius: 6px; background: #eef6ff; color: #4b6c8d; font-size: 9px; line-height: 1.6; }
.txb-case__privacy .dashicons { flex: 0 0 auto; width: 16px; height: 16px; color: var(--txb-blue); font-size: 16px; }

/* Process */
.txb-process { background: #fff; }
.txb-process__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.txb-process__grid article { position: relative; min-height: 180px; padding: 20px 17px; border-top: 3px solid var(--txb-blue); border-radius: 9px; background: #f6faff; }
.txb-process__grid article > span { display: grid; place-items: center; width: 33px; height: 33px; margin-bottom: 14px; border-radius: 50%; background: var(--txb-blue); color: #fff; font-size: 9px; font-weight: 800; }
.txb-process__grid h3 { margin: 0 0 8px; color: var(--txb-navy); font-size: 14px; }
.txb-process__grid p { margin: 0; color: #6b7f93; font-size: 10px; line-height: 1.65; }
.txb-process__grid article > i { position: absolute; top: 36px; left: calc(100% + 3px); z-index: 2; color: #79a8e7; font-style: normal; }
.txb-process__note { margin: 23px 0 0; color: #5e768e; font-size: 12px; font-weight: 700; text-align: center; }

/* Plans */
.txb-plans { padding: 82px 0; background: radial-gradient(circle at 15% 18%, rgba(26, 115, 232, .23), transparent 31%), linear-gradient(120deg, #071a33, #0b3267); }
.txb-plans .txb-heading > p { color: #78b4ff; }
.txb-plans .txb-heading h2 { color: #fff; }
.txb-plans__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 900px; margin: 0 auto; }
.txb-plans__grid article { display: flex; flex-direction: column; min-height: 515px; padding: 31px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 14px; background: rgba(255, 255, 255, .06); color: #fff; }
.txb-plans__grid article.is-featured { position: relative; border-color: #4d9cff; background: #fff; color: var(--txb-ink); box-shadow: 0 22px 48px rgba(0, 0, 0, .25); }
.txb-plans__grid article.is-featured::before { position: absolute; top: -1px; right: 25px; width: 65px; height: 5px; border-radius: 0 0 4px 4px; background: var(--txb-yellow); content: ""; }
.txb-plans__grid article > small { color: #9fc5f4; font-size: 9px; font-weight: 800; }
.txb-plans__grid article.is-featured > small { color: var(--txb-blue); }
.txb-plans__grid h3 { margin: 9px 0 12px; color: #fff; font-size: 25px; }
.txb-plans__grid .is-featured h3 { color: var(--txb-navy); }
.txb-plans__grid article > strong { display: block; min-height: 48px; padding-bottom: 16px; border-bottom: 1px solid rgba(255, 255, 255, .17); color: #fff; font-size: 16px; line-height: 1.5; }
.txb-plans__grid .is-featured > strong { border-color: #dde7f0; color: var(--txb-blue); }
.txb-plans__grid article > p { margin: 17px 0; color: #bfd0e2; font-size: 11px; line-height: 1.75; }
.txb-plans__grid .is-featured > p { color: #63778a; }
.txb-plans__grid ul { display: grid; gap: 10px; margin: 0 0 23px; padding: 0; list-style: none; }
.txb-plans__grid li { display: flex; gap: 8px; color: #d2deeb; font-size: 11px; }
.txb-plans__grid .is-featured li { color: #50677e; }
.txb-plans__grid li .dashicons { width: 16px; height: 16px; color: #58c47a; font-size: 16px; }
.txb-plans__grid .tx-button { justify-content: center; margin-top: auto; }
.txb-plans__grid article:not(.is-featured) .tx-button--outline { border-color: #8bb9f2; color: #fff; }
.txb-plans__grid article:not(.is-featured) .tx-button--outline:hover,
.txb-plans__grid article:not(.is-featured) .tx-button--outline:focus-visible { border-color: #fff !important; background: #fff !important; color: #123b70 !important; }

/* Exact alignment with the approved dashboard, roadmap, structure and plan modules. */
.txb-console__stages {
	gap: 0;
	margin-bottom: 14px;
	border: 0;
	background: transparent;
	overflow: visible;
}

.txb-console__stages > span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	min-height: 108px;
	padding: 10px 8px;
	border: 0;
	background: transparent;
	text-align: center;
}

.txb-console__stages > span.is-active { background: transparent; }
.txb-console__stages .txw-icon { width: 43px; height: 43px; margin-bottom: 3px; }
.txb-console__stages .txw-icon .dashicons { width: 24px; height: 24px; font-size: 24px; }
.txb-console__stages b { color: var(--txb-navy); font-size: 11px; }
.txb-console__stages small { color: #71869a; font-size: 8px; }
.txb-console__stages em { position: absolute; top: 40px; left: calc(100% - 7px); z-index: 3; color: var(--txb-blue); font-size: 18px; font-style: normal; font-weight: 800; }

.txb-console__panels {
	display: grid;
	grid-template-columns: .85fr .95fr 1.2fr;
	gap: 10px;
}

.txb-console__panels > article {
	position: relative;
	min-height: 178px;
	padding: 14px;
	border: 1px solid #dce6f0;
	border-radius: 9px;
	background: #fff;
	overflow: hidden;
}

.txb-console__panels > article > strong {
	display: block;
	margin-bottom: 10px;
	color: #29435d;
	font-size: 9px;
}

.txb-console__panels > article:not(.txb-console__map) > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 28px;
	border-bottom: 1px solid #edf1f5;
}

.txb-console__panels > article:not(.txb-console__map) > span:last-child { border-bottom: 0; }
.txb-console__panels span b { color: #4a6178; font-size: 8px; }
.txb-console__panels span small { color: #7b8ea0; font-size: 7px; }
.txb-console__map .txb-world { position: relative; inset: auto; height: 118px; margin: -2px -6px 0; background-size: 20px 20px; }
.txb-console__map .txb-world::before { top: 22px; left: 20px; width: 78px; height: 42px; }
.txb-console__map .txb-world::after { top: 42px; right: 17px; width: 69px; height: 38px; }
.txb-console__map .txb-world > span { width: 7px; height: 7px; box-shadow: 0 0 0 4px rgba(26, 115, 232, .12); }
.txb-console__map .txb-world > span:nth-child(1) { top: 34px; left: 20%; }
.txb-console__map .txb-world > span:nth-child(2) { top: 72px; left: 40%; }
.txb-console__map .txb-world > span:nth-child(3) { top: 37px; left: 59%; }
.txb-console__map .txb-world > span:nth-child(4) { top: 74px; left: 78%; }
.txb-console__map .txb-world > span:nth-child(5) { top: 58px; left: 52%; }
.txb-console__map .txb-world > i { top: 45px; left: 20%; height: 43px; }
.txb-console__map > small { position: absolute; right: 11px; bottom: 9px; left: 11px; color: #6b8298; font-size: 7px; text-align: center; }

.txb-roadmap__shell {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.txb-roadmap__steps { position: relative; gap: 0; padding: 0 8px 17px; }
.txb-roadmap__steps::before { position: absolute; top: 16px; right: 7%; left: 7%; border-top: 2px solid #a9c9ef; content: ""; }
.txb-roadmap__steps button {
	min-height: 79px;
	padding: 0 8px;
	border-color: transparent;
	background: transparent;
	z-index: 2;
}
.txb-roadmap__steps button .txw-icon { display: none; }
.txb-roadmap__steps button > span {
	align-self: center;
	display: grid;
	place-items: center;
	width: 33px;
	height: 33px;
	margin-bottom: 8px;
	border: 2px solid #9ec1eb;
	border-radius: 50%;
	background: #fff;
	color: #51789f;
	font-size: 9px;
}
.txb-roadmap__steps button > strong { color: #344e67; font-size: 10px; }
.txb-roadmap__steps button > i { top: 10px; left: calc(100% - 5px); }
.txb-roadmap__steps button:hover,
.txb-roadmap__steps button:focus-visible,
.txb-roadmap__steps button.is-active {
	border-color: transparent !important;
	background: transparent !important;
	box-shadow: none !important;
}
.txb-roadmap__steps button:hover > span,
.txb-roadmap__steps button:focus-visible > span,
.txb-roadmap__steps button.is-active > span { border-color: var(--txb-blue); background: var(--txb-blue); color: #fff; }
.txb-roadmap__steps button:hover > strong,
.txb-roadmap__steps button:focus-visible > strong,
.txb-roadmap__steps button.is-active > strong { color: var(--txb-blue) !important; }
.txb-roadmap__panels { margin-top: 0; }
.txb-roadmap__panels article {
	display: grid;
	grid-template-columns: 1.05fr .95fr .72fr;
	align-items: stretch;
	gap: 25px;
	min-height: 300px;
	padding: 25px;
	border: 1px solid #cfe0f2;
	border-radius: 13px;
	background: #fff;
	color: var(--txb-ink);
	box-shadow: 0 10px 32px rgba(26, 63, 102, .07);
}
.txb-roadmap__copy > span { color: var(--txb-blue); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.txb-roadmap__panels .txb-roadmap__copy h3 { margin: 8px 0 8px; color: var(--txb-navy); font-size: 20px; }
.txb-roadmap__panels .txb-roadmap__copy > p { margin-bottom: 14px; color: #63778b; font-size: 10px; }
.txb-roadmap__copy ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.txb-roadmap__copy li { display: flex; gap: 7px; color: #526b82; font-size: 9px; }
.txb-roadmap__copy li .dashicons { width: 15px; height: 15px; color: var(--txb-blue); font-size: 15px; }
.txb-roadmap__preview { align-self: center; border: 1px solid #cbd9e6; border-radius: 8px; background: #fff; box-shadow: 0 9px 23px rgba(22, 59, 96, .14); overflow: hidden; }
.txb-roadmap__preview > header { display: flex; align-items: center; gap: 4px; height: 25px; padding: 0 9px; background: #edf2f6; }
.txb-roadmap__preview > header i { width: 6px; height: 6px; border-radius: 50%; background: #ea4335; }
.txb-roadmap__preview > header i:nth-child(2) { background: var(--txb-yellow); }
.txb-roadmap__preview > header i:nth-child(3) { background: var(--txb-green); }
.txb-roadmap__preview > header small { margin-left: auto; color: #7b8da0; font-size: 6px; }
.txb-roadmap__preview > div { height: 205px; overflow: hidden; }
.txb-roadmap__preview img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.txb-roadmap__outputs { display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.txb-roadmap__panels .txb-roadmap__outputs small { margin-bottom: 3px; color: #365879; font-size: 10px; font-weight: 800; }
.txb-roadmap__panels .txb-roadmap__outputs b { display: flex; align-items: center; gap: 5px; padding: 0; border: 0; background: transparent; color: #526b83; font-size: 9px; }
.txb-roadmap__outputs .dashicons { width: 15px; height: 15px; color: var(--txb-blue); font-size: 15px; }

.txb-architecture__content { display: grid; grid-template-columns: minmax(0, 1fr) 195px; gap: 18px; }
.txb-architecture__keys { position: relative; z-index: 2; padding: 17px 15px; border: 1px solid #d8e4ef; border-radius: 10px; background: #fff; }
.txb-architecture__keys > strong { display: block; margin-bottom: 10px; color: var(--txb-navy); font-size: 12px; }
.txb-architecture__keys > span { display: flex; align-items: center; gap: 7px; min-height: 27px; border-bottom: 1px solid #edf1f5; color: #60778d; font-size: 8px; }
.txb-architecture__keys > span:last-child { border-bottom: 0; }
.txb-architecture__keys .dashicons { width: 15px; height: 15px; color: var(--txb-blue); font-size: 15px; }
.txb-architecture__foundation { margin-right: 213px; }

.txb-process__grid { position: relative; gap: 0; }
.txb-process__grid::before { position: absolute; top: 23px; right: 7%; left: 7%; border-top: 2px solid #b7d2ef; content: ""; }
.txb-process__grid article { z-index: 2; min-height: 135px; padding: 0 13px; border: 0; border-radius: 0; background: transparent; text-align: center; }
.txb-process__grid article > span { width: 44px; height: 44px; margin: 0 auto 12px; border: 2px solid var(--txb-blue); background: #fff; color: var(--txb-blue); font-size: 10px; }
.txb-process__grid h3 { font-size: 12px; }
.txb-process__grid p { font-size: 9px; }
.txb-process__grid article > i { top: 16px; left: calc(100% - 5px); }

.txb-plans { padding: 82px 0; background: var(--txb-pale); }
.txb-plans .txb-heading > p { color: var(--txb-blue); }
.txb-plans .txb-heading h2 { color: var(--txb-navy); }
.txb-plans__grid { max-width: none; }
.txb-plans__grid article,
.txb-plans__grid article.is-featured {
	min-height: 365px;
	padding: 27px 28px;
	border: 1px solid #d5e3f0;
	background: #fff;
	color: var(--txb-ink);
	box-shadow: 0 9px 28px rgba(25, 62, 101, .06);
}
.txb-plans__grid article.is-featured { border: 2px solid #69a7ef; background: #f8fbff; box-shadow: 0 12px 34px rgba(26, 115, 232, .1); }
.txb-plans__grid article.is-featured::before { height: 4px; background: var(--txb-blue); }
.txb-plan__head { display: flex; align-items: center; gap: 14px; }
.txb-plan__head .txw-icon { width: 45px; height: 45px; }
.txb-plan__head small { color: #6c8094; font-size: 9px; font-weight: 700; }
.txb-plans__grid .is-featured .txb-plan__head small { color: var(--txb-blue); }
.txb-plans__grid h3,
.txb-plans__grid .is-featured h3 { margin: 4px 0 0; color: var(--txb-navy); font-size: 21px; }
.txb-plans__grid article > strong,
.txb-plans__grid .is-featured > strong { min-height: 0; margin-top: 15px; padding: 11px 12px; border: 0; border-radius: 6px; background: #eef5fd; color: #285f9e; font-size: 12px; }
.txb-plans__grid article > p,
.txb-plans__grid .is-featured > p { margin: 13px 0; color: #64798d; font-size: 10px; }
.txb-plans__grid ul { grid-template-columns: 1fr 1fr; gap: 8px 14px; margin-bottom: 20px; }
.txb-plans__grid li,
.txb-plans__grid .is-featured li { color: #536b82; font-size: 9px; }
.txb-plans__grid .tx-button { align-self: flex-start; min-width: 165px; }
.txb-plans__grid article:not(.is-featured) .tx-button--outline { border-color: var(--txb-blue); color: var(--txb-blue); }
body.tuoxun-brand-launch-solution .txb-main .txb-plans__grid article:not(.is-featured) .tx-button--outline:hover,
body.tuoxun-brand-launch-solution .txb-main .txb-plans__grid article:not(.is-featured) .tx-button--outline:focus-visible { border-color: var(--txb-blue) !important; background: var(--txb-blue) !important; color: #fff !important; }

/* FAQ */
.txb-faq { background: var(--txb-pale); }
.txb-faq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 18px; }
.txb-faq details { border: 1px solid #d9e4ee; border-radius: 10px; background: #fff; }
.txb-faq summary { position: relative; padding: 18px 48px 18px 19px; color: var(--txb-navy); font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
.txb-faq summary::-webkit-details-marker { display: none; }
.txb-faq summary i::before,
.txb-faq summary i::after { position: absolute; top: 50%; right: 20px; width: 12px; border-top: 2px solid #55728e; content: ""; }
.txb-faq summary i::after { transform: rotate(90deg); }
.txb-faq details[open] summary i::after { transform: none; }
.txb-faq details p { margin: 0; padding: 0 19px 18px; color: #65798d; font-size: 11px; line-height: 1.75; }
.txb-faq details:hover { border-color: #b9d2ed; }

/* Contact */
.txb-contact { padding: 76px 0; background: radial-gradient(circle at 12% 20%, rgba(26, 115, 232, .26), transparent 30%), #081e3b; color: #fff; }
.txb-contact__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(570px, 1.15fr); align-items: center; gap: 66px; }
.txb-contact__copy > p { margin: 0 0 12px; color: #72b3ff; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.txb-contact__copy h2 { margin: 0 0 17px; color: #fff; font-size: clamp(30px, 3.1vw, 43px); line-height: 1.3; }
.txb-contact__copy > span { display: block; color: #bdcee0; font-size: 13px; line-height: 1.8; }
.txb-contact__copy > div { display: grid; gap: 12px; margin-top: 28px; }
.txb-contact__copy article { display: flex; align-items: center; gap: 11px; }
.txb-contact__copy article .txw-icon { width: 36px; height: 36px; background: rgba(255, 255, 255, .1); color: #9bc4fb; }
.txb-contact__copy article .txw-icon .dashicons { width: 19px; height: 19px; font-size: 19px; }
.txb-contact__copy article b { color: #eef5fc; font-size: 12px; }
.txb-form { padding: 29px; }
.txb-form label { font-size: 10px; }
.txb-form input,
.txb-form textarea { border-color: #cedae6; color: #213e5a; }
.txb-form input:focus,
.txb-form textarea:focus { border-color: var(--txb-blue); box-shadow: 0 0 0 3px rgba(26, 115, 232, .13); outline: 0; }

/* High-specificity contrast guard against parent-theme button states. */
body.tuoxun-brand-launch-solution .txb-main button:focus-visible,
body.tuoxun-brand-launch-solution .txb-main a:focus-visible {
	outline: 3px solid rgba(249, 171, 0, .75);
	outline-offset: 3px;
}

body.tuoxun-brand-launch-solution .txb-main .tx-button:hover,
body.tuoxun-brand-launch-solution .txb-main .tx-button:focus-visible {
	color: #fff !important;
}

body.tuoxun-brand-launch-solution .txb-main .tx-button--outline:hover,
body.tuoxun-brand-launch-solution .txb-main .tx-button--outline:focus-visible {
	color: var(--txb-blue) !important;
}

@media (max-width: 1180px) {
	.txb-hero__grid { grid-template-columns: 1fr; gap: 42px; }
	.txb-hero__copy { max-width: 780px; }
	.txb-console { max-width: 800px; }
	.txb-diagnostic__layout { grid-template-columns: 1fr; }
	.txb-diagnostic__result { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 25px; }
	.txb-diagnostic__result > small,
	.txb-diagnostic__result h3 { grid-column: 1 / -1; }
	.txb-diagnostic__result > p { margin: 0; }
	.txb-diagnostic__result ul { margin: 0; }
	.txb-roadmap__steps { grid-template-columns: repeat(3, 1fr); }
	.txb-roadmap__steps button > i { display: none; }
	.txb-canvas__grid { grid-template-columns: repeat(3, 1fr); }
	.txb-canvas__grid::after,
	.txb-canvas__grid article::after { display: none; }
	.txb-architecture__line { display: none; }
	.txb-architecture__branches { grid-template-columns: repeat(3, 1fr); }
	.txb-architecture__branches article::before { display: none; }
	.txb-loop__flow { grid-template-columns: repeat(3, 1fr); }
	.txb-loop__flow article > i { display: none; }
	.txb-loop__feedback { grid-template-columns: 60px auto 1fr; }
	.txb-process__grid { grid-template-columns: repeat(3, 1fr); }
	.txb-process__grid::before { display: none; }
	.txb-process__grid article > i { display: none; }
	.txb-contact__grid { grid-template-columns: 1fr; gap: 39px; }
	.txb-contact__copy { max-width: 760px; }
}

@media (max-width: 900px) {
	.txb-value-strip { grid-template-columns: 1fr 1fr; }
	.txb-value-strip article:nth-child(2) { border-right: 0; }
	.txb-value-strip article:nth-child(-n + 2) { border-bottom: 1px solid #dfe8f2; }
	.txb-problems__grid,
	.txb-delivery__grid,
	.txb-rhythm__grid { grid-template-columns: 1fr 1fr; }
	.txb-rhythm__grid::before { display: none; }
	.txb-canvas__grid { grid-template-columns: 1fr 1fr; }
	.txb-architecture__content { grid-template-columns: 1fr; }
	.txb-architecture__branches { grid-template-columns: 1fr 1fr; }
	.txb-architecture__keys { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 14px; }
	.txb-architecture__keys > strong { grid-column: 1 / -1; }
	.txb-architecture__foundation { margin-right: 0; }
	.txb-pages__tabs { display: flex; overflow-x: auto; }
	.txb-pages__tabs button { flex: 0 0 145px; }
	.txb-pages__shell > article { grid-template-columns: 1fr; }
	.txb-pages__copy { border-right: 0; border-bottom: 1px solid #dfe8f1; }
	.txb-page-preview { width: auto; }
	.txb-case__card { grid-template-columns: 1fr; }
	.txb-case__visual { min-height: 410px; }
	.txb-plans__grid { grid-template-columns: 1fr; max-width: 620px; }
	.txb-plans__grid article { min-height: 0; }
	.txb-faq__grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
	.txb-heading { margin-bottom: 32px; }
	.txb-hero__grid { padding-bottom: 42px; }
	.txb-hero__copy h1 { font-size: 35px; }
	.txb-console__body { padding: 14px; }
	.txb-console__stages { grid-template-columns: 1fr 1fr; }
	.txb-console__stages em { display: none; }
	.txb-console__stages > span:nth-child(2) { border-right: 0; }
	.txb-console__stages > span:nth-child(-n + 2) { border-bottom: 1px solid #e0e9f2; }
	.txb-console__panels { grid-template-columns: 1fr; }
	.txb-console__panels > article { min-height: 150px; }
	.txb-console__map .txb-world { height: 135px; }
	.txb-value-strip,
	.txb-problems__grid,
	.txb-delivery__grid,
	.txb-rhythm__grid,
	.txb-canvas__grid,
	.txb-architecture__branches,
	.txb-process__grid { grid-template-columns: 1fr; }
	.txb-value-strip article { border-right: 0; border-bottom: 1px solid #dfe8f2; }
	.txb-value-strip article:last-child { border-bottom: 0; }
	.txb-diagnostic__table button { grid-template-columns: 38px 1fr auto; gap: 9px; padding: 12px; }
	.txb-diagnostic__table button > i { display: none; }
	.txb-diagnostic__result { display: block; padding: 22px; }
	.txb-diagnostic__result > p { margin-bottom: 16px; }
	.txb-diagnostic__result ul { margin-top: 17px; }
	.txb-roadmap__steps { grid-template-columns: 1fr 1fr; }
	.txb-roadmap__steps::before { display: none; }
	.txb-roadmap__steps button { min-height: 88px; }
	.txb-roadmap__panels article { grid-template-columns: 1fr; gap: 15px; }
	.txb-roadmap__preview { max-width: 480px; }
	.txb-canvas__result { grid-template-columns: 27px 1fr; }
	.txb-canvas__result small { grid-column: 2; }
	.txb-architecture__map { padding: 22px 15px; }
	.txb-architecture__home { margin-bottom: 20px; }
	.txb-architecture__keys { grid-template-columns: 1fr 1fr; }
	.txb-architecture__foundation { display: grid; }
	.txb-architecture__foundation span { border-right: 0; text-align: center; }
	.txb-page-preview { margin: 16px; }
	.txb-page-preview__nav span { display: none; }
	.txb-page-preview__hero { grid-template-columns: 1fr; min-height: 350px; gap: 24px; padding: 22px; }
	.txb-page-preview__hero aside { width: 165px; height: 125px; }
	.txb-loop__board { padding: 20px 15px; }
	.txb-loop__flow { grid-template-columns: 1fr 1fr; }
	.txb-loop__feedback { position: static; display: grid; grid-template-columns: 1fr; margin-top: 15px; text-align: center; }
	.txb-loop__feedback > span { display: none; }
	.txb-case__visual { min-height: 0; padding: 20px; }
	.txb-browser > div { height: 280px; }
	.txb-case__content { padding: 28px 22px; }
	.txb-plans { padding: 64px 0; }
	.txb-plans__grid article { padding: 25px 20px; }
	.txb-plans__grid ul { grid-template-columns: 1fr; }
	.txb-contact { padding: 60px 0; }
	.txb-form { padding: 22px 17px; }
}

@media (max-width: 440px) {
	.txb-hero__copy h1 { font-size: 31px; }
	.txb-console__stages { grid-template-columns: 1fr; }
	.txb-console__stages > span { border-right: 0; border-bottom: 1px solid #e0e9f2; }
	.txb-console__stages > span:last-child { border-bottom: 0; }
	.txb-console__map .txb-world::before { left: 23px; }
	.txb-console__map .txb-world::after { right: 21px; }
	.txb-roadmap__steps,
	.txb-loop__flow { grid-template-columns: 1fr; }
	.txb-roadmap__steps button { min-height: 78px; }
	.txb-architecture__keys { grid-template-columns: 1fr; }
	.txb-loop__flow article { min-height: 150px; }
	.txb-page-preview__hero strong { font-size: 17px; }
	.txb-process__note { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
	.txb-main *,
	.txb-main *::before,
	.txb-main *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
