/**
 * Tuoxun Digital template marketplace.
 * Approved blue-white UI, WooCommerce product cards and controlled previews.
 */

body.tuoxun-template-marketplace {
	background: #fff;
	color: #0b1f3a;
	font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

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

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

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

.tuoxun-template-marketplace a {
	text-decoration: none;
}

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

.tuoxun-template-marketplace .tx-nav__menu > li > a[href*="/templates"] {
	color: #1a73e8;
}

.tuoxun-template-marketplace .tx-nav__menu > li > a[href*="/templates"]::before {
	position: absolute;
	right: 0;
	bottom: 18px;
	left: 0;
	height: 2px;
	border-radius: 2px;
	background: #1a73e8;
	content: "";
}

.tuoxun-template-marketplace .txw-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: #edf4ff;
	color: #1a73e8;
}

.tuoxun-template-marketplace .txw-icon .dashicons {
	width: 25px;
	height: 25px;
	font-size: 25px;
}

.tuoxun-template-marketplace .txw-icon--purple {
	background: #f2efff;
	color: #7447ef;
}

.tuoxun-template-marketplace .txw-icon--orange {
	background: #fff3e4;
	color: #e37400;
}

.tuoxun-template-marketplace .txw-icon--green {
	background: #edf8f0;
	color: #1b9854;
}

.txm-main {
	overflow: clip;
	background: #fff;
}

.txm-section {
	padding: 82px 0;
	scroll-margin-top: 90px;
}

.txm-heading {
	max-width: 780px;
	margin: 0 auto 38px;
	text-align: center;
}

.txm-heading h2 {
	margin: 0;
	color: #0b1f3a;
	font-size: clamp(27px, 3vw, 38px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.3;
}

.txm-heading p {
	margin: 12px 0 0;
	color: #5f7388;
	font-size: 15px;
	line-height: 1.8;
}

.txm-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 13px;
}

.tuoxun-template-marketplace .tx-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 22px !important;
	border: 1px solid #1a73e8 !important;
	border-radius: 6px !important;
	background: #1a73e8 !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	box-shadow: 0 8px 20px rgba(26, 115, 232, .2);
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.tuoxun-template-marketplace .tx-button:hover,
.tuoxun-template-marketplace .tx-button:focus-visible {
	border-color: #155fc0 !important;
	background: #155fc0 !important;
	color: #fff !important;
	box-shadow: 0 10px 25px rgba(26, 115, 232, .27);
	transform: translateY(-2px);
}

.tuoxun-template-marketplace .tx-button--outline {
	border-color: #8ab4f8 !important;
	background: #fff !important;
	color: #1769d2 !important;
	box-shadow: none;
}

.tuoxun-template-marketplace .tx-button--outline:hover,
.tuoxun-template-marketplace .tx-button--outline:focus-visible {
	border-color: #1a73e8 !important;
	background: #e8f0fe !important;
	color: #0d54ae !important;
}

.txm-hero {
	padding: 72px 0 30px;
	background:
		radial-gradient(circle at 87% 8%, rgba(26, 115, 232, .12), transparent 28%),
		linear-gradient(135deg, #fff 0%, #f4f8fd 100%);
}

.txm-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(560px, 1.14fr);
	align-items: center;
	gap: 58px;
}

.txm-eyebrow {
	margin: 0 0 21px;
	color: #1a73e8;
	font: 800 12px/1.3 Arial, sans-serif;
	letter-spacing: .06em;
}

.txm-hero h1 {
	max-width: 590px;
	margin: 0 0 23px;
	color: #0b1f3a;
	font-size: clamp(40px, 4.3vw, 58px);
	font-weight: 800;
	letter-spacing: -.05em;
	line-height: 1.23;
}

.txm-lead {
	max-width: 600px;
	margin: 0 0 31px;
	color: #5e7187;
	font-size: 16px;
	line-height: 1.9;
}

.txm-browser {
	border: 1px solid #cfdbe9;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(24, 67, 114, .16);
	overflow: hidden;
}

.txm-browser__toolbar {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 40px;
	padding: 7px 12px;
	border-bottom: 1px solid #e2e9f2;
	background: #f8fafc;
	color: #496177;
	font-size: 10px;
}

.txm-browser__toolbar strong {
	margin-right: auto;
	color: #415a71;
	font-size: 10px;
}

.txm-browser__dots {
	display: inline-flex;
	gap: 4px;
}

.txm-browser__dots i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ea4335;
}

.txm-browser__dots i:nth-child(2) {
	background: #f9ab00;
}

.txm-browser__dots i:nth-child(3) {
	background: #34a853;
}

.txm-browser__toolbar button,
.txm-browser__toolbar a {
	padding: 6px 10px !important;
	border: 1px solid transparent !important;
	border-radius: 6px !important;
	background: transparent !important;
	color: #4c6277 !important;
	font-family: inherit;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.25;
	box-shadow: none !important;
	cursor: pointer;
}

.txm-browser__toolbar button:hover,
.txm-browser__toolbar button:focus-visible,
.txm-browser__toolbar a:hover,
.txm-browser__toolbar a:focus-visible {
	border-color: #bdd3f4 !important;
	background: #e8f0fe !important;
	color: #0d54ae !important;
}

.txm-browser__toolbar button.is-active,
.txm-browser__toolbar button[aria-selected="true"] {
	border-color: #1a73e8 !important;
	background: #1a73e8 !important;
	color: #fff !important;
}

.txm-browser__devices {
	display: flex;
	gap: 3px;
}

.txm-browser__viewport {
	position: relative;
	min-height: 350px;
	padding: 20px;
	background: linear-gradient(145deg, #eef4fb, #fff);
}

.txm-demo-site {
	overflow: hidden;
	width: calc(100% - 56px);
	min-height: 300px;
	border: 1px solid #dce5ef;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(22, 55, 91, .12);
	transition: width .28s ease, margin .28s ease;
}

.txm-demo-site__nav {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 35px;
	padding: 0 14px;
	border-bottom: 1px solid #e5ebf2;
	color: #536b81;
	font-size: 6px;
}

.txm-demo-site__nav span {
	margin-right: auto;
	color: #123456;
	font: 800 7px/1 Arial, sans-serif;
	letter-spacing: .07em;
}

.txm-demo-site__nav i {
	width: 27px;
	border-top: 3px solid #d4deea;
}

.txm-demo-site__nav b {
	padding: 5px 8px;
	border-radius: 3px;
	background: #1a73e8;
	color: #fff;
}

.txm-demo-site__hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 200px;
	padding: 32px;
	background:
		linear-gradient(90deg, rgba(5, 25, 48, .92), rgba(8, 36, 70, .4)),
		var(--txm-demo-image) center/cover no-repeat;
	color: #fff;
}

.txm-demo-site__hero small {
	font: 700 7px/1 Arial, sans-serif;
	letter-spacing: .08em;
}

.txm-demo-site__hero h2 {
	margin: 10px 0 15px;
	color: #fff;
	font-size: 22px;
	line-height: 1.3;
}

.txm-demo-site__hero span {
	display: inline-flex;
	padding: 7px 12px;
	border-radius: 3px;
	background: #1a73e8;
	font-size: 7px;
	font-weight: 700;
}

.txm-demo-site__links {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.txm-demo-site__links span {
	position: relative;
	padding: 18px 7px 12px;
	color: #314d68;
	font-size: 8px;
	font-weight: 700;
	text-align: center;
}

.txm-demo-site__links span::before {
	position: absolute;
	top: 7px;
	left: 50%;
	width: 7px;
	height: 7px;
	margin-left: -4px;
	border: 2px solid #1a73e8;
	border-radius: 2px;
	content: "";
}

.txm-phone {
	position: absolute;
	right: 13px;
	bottom: 22px;
	width: 106px;
	padding: 7px;
	border: 2px solid #16202c;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 13px 24px rgba(10, 27, 47, .24);
}

.txm-phone > span {
	display: block;
	width: 30px;
	height: 3px;
	margin: 0 auto 5px;
	border-radius: 3px;
	background: #1c2530;
}

.txm-phone > div {
	display: flex;
	flex-direction: column;
	min-height: 178px;
	padding: 17px 9px;
	border-radius: 11px;
	background:
		linear-gradient(180deg, rgba(5, 25, 49, .72), rgba(10, 42, 78, .97)),
		var(--txm-demo-image) center/cover no-repeat;
	color: #fff;
}

.txm-phone small {
	font: 700 5px/1 Arial, sans-serif;
}

.txm-phone b {
	margin: 10px 0 22px;
	font-size: 11px;
	line-height: 1.4;
}

.txm-phone i {
	display: block;
	height: 20px;
	margin-top: 6px;
	border-radius: 4px;
	background: rgba(255, 255, 255, .86);
}

.txm-preview-watermark {
	position: absolute;
	right: 11px;
	bottom: 9px;
	z-index: 3;
	padding: 4px 7px;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 4px;
	background: rgba(11, 31, 58, .62);
	color: rgba(255, 255, 255, .92);
	font-size: 8px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .04em;
	backdrop-filter: blur(5px);
}

.txm-browser.is-mobile .txm-demo-site {
	width: 225px;
	margin-inline: auto;
}

.txm-browser.is-mobile .txm-phone {
	opacity: 0;
	pointer-events: none;
}

.txm-browser__note {
	margin: 0;
	padding: 9px 14px;
	border-top: 1px solid #e5ecf4;
	background: #fff;
	color: #5f7388;
	font-size: 10px;
	text-align: center;
}

.txm-protection {
	position: relative;
	z-index: 2;
	padding: 0 0 24px;
	background: linear-gradient(180deg, #f4f8fd, #fff);
}

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

.txm-protection__grid article,
.txm-values__grid article {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 88px;
	padding: 18px;
	border: 1px solid #dce6f1;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(27, 61, 99, .05);
}

.txm-protection__grid article {
	margin-top: -9px;
}

.txm-protection__grid .txw-icon,
.txm-values__grid .txw-icon {
	width: 40px;
	height: 40px;
}

.txm-protection h3,
.txm-values h3 {
	margin: 0 0 4px;
	color: #17324d;
	font-size: 14px;
}

.txm-protection p,
.txm-values p {
	margin: 0;
	color: #5f7388;
	font-size: 11px;
	line-height: 1.5;
}

.txm-values {
	padding: 12px 0 38px;
}

.txm-catalog {
	padding-top: 46px;
	background: #fff;
}

.txm-search {
	position: relative;
	display: flex;
	align-items: center;
	width: min(650px, 100%);
	margin: 0 auto 20px;
}

.txm-search > .dashicons {
	position: absolute;
	left: 17px;
	z-index: 1;
	width: 21px;
	height: 21px;
	color: #72849a;
	font-size: 21px;
	pointer-events: none;
}

.txm-search input {
	width: 100%;
	height: 48px;
	padding: 0 50px 0 49px;
	border: 1px solid #cfdae7;
	border-radius: 9px;
	background: #fff;
	color: #16324d;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4;
	box-shadow: 0 5px 16px rgba(23, 61, 100, .05);
	outline: 0;
}

.txm-search input::placeholder {
	color: #5f7388;
	opacity: 1;
}

.txm-search input:focus {
	border-color: #1a73e8;
	box-shadow: 0 0 0 3px rgba(26, 115, 232, .13);
}

.txm-search button {
	position: absolute;
	right: 10px;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 7px !important;
	background: transparent !important;
	color: #6d7f93 !important;
	box-shadow: none !important;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
}

.txm-search.has-value button {
	opacity: 1;
	pointer-events: auto;
}

.txm-search button:hover,
.txm-search button:focus-visible {
	background: #e8f0fe !important;
	color: #0d54ae !important;
}

.txm-filters {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 auto 32px;
}

.txm-filter {
	min-height: 40px;
	padding: 8px 20px !important;
	border: 1px solid #d5dfeb !important;
	border-radius: 7px !important;
	background: #fff !important;
	color: #455d74 !important;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	box-shadow: none !important;
	cursor: pointer;
	transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

.txm-filter:hover,
.txm-filter:focus-visible {
	border-color: #8ab4f8 !important;
	background: #edf4ff !important;
	color: #0d54ae !important;
	transform: translateY(-1px);
}

.txm-filter.is-active,
.txm-filter[aria-pressed="true"] {
	border-color: #1a73e8 !important;
	background: #1a73e8 !important;
	color: #fff !important;
	box-shadow: 0 7px 16px rgba(26, 115, 232, .2) !important;
}

.txm-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.txm-product-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 1px solid #dbe4ee;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 7px 25px rgba(22, 57, 94, .07);
	overflow: hidden;
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.txm-product-card:hover,
.txm-product-card:focus-within {
	border-color: #8ab4f8;
	box-shadow: 0 16px 38px rgba(26, 92, 171, .14);
	transform: translateY(-5px);
}

.txm-product-card[hidden] {
	display: none !important;
}

.txm-product-card__visual {
	padding: 12px 12px 0;
}

.txm-mini-browser {
	position: relative;
	overflow: hidden;
	border: 1px solid #d9e3ed;
	border-radius: 8px;
	background: #eef3f8;
}

.txm-mini-browser header {
	display: flex;
	align-items: center;
	gap: 3px;
	height: 16px;
	padding: 0 7px;
	background: #eef2f6;
}

.txm-mini-browser header span {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ea4335;
}

.txm-mini-browser header span:nth-child(2) {
	background: #f9ab00;
}

.txm-mini-browser header span:nth-child(3) {
	background: #34a853;
}

.txm-mini-browser img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 6.6;
	object-fit: cover;
}

.txm-mini-browser::after {
	position: absolute;
	inset: 16px 0 0;
	background: linear-gradient(90deg, rgba(4, 23, 45, .34), transparent 65%);
	content: "";
	pointer-events: none;
}

.txm-mini-browser > i {
	position: absolute;
	top: 25px;
	left: 9px;
	z-index: 2;
	padding: 4px 7px;
	border-radius: 4px;
	background: #1a73e8;
	color: #fff;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
}

.txm-mini-browser > .txm-preview-watermark {
	right: 7px;
	bottom: 6px;
}

.txm-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 19px;
}

.txm-product-card h3 {
	margin: 0 0 9px;
	color: #102b45;
	font-size: 19px;
	line-height: 1.45;
}

.txm-product-card h3 a {
	color: inherit;
}

.txm-product-card h3 a:hover,
.txm-product-card h3 a:focus-visible {
	color: #155fc0;
}

.txm-product-card__body > p {
	min-height: 50px;
	margin: 0 0 14px;
	color: #64778c;
	font-size: 13px;
	line-height: 1.7;
}

.txm-product-card__features {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 14px;
}

.txm-product-card__features span {
	padding: 5px 9px;
	border: 1px solid #d9e7f7;
	border-radius: 5px;
	background: #f4f8fd;
	color: #55718e;
	font-size: 10px;
	font-weight: 700;
}

.txm-product-card__scenario {
	display: flex;
	align-items: center;
	min-height: 38px;
	margin-bottom: 14px;
	padding: 8px 10px;
	border: 1px solid #dbe4ee;
	border-radius: 7px;
	background: #fbfcfe;
	color: #5d7186;
	font-size: 11px;
	line-height: 1.45;
}

.txm-product-card__scenario > .dashicons {
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	margin-right: 6px;
	color: #1a73e8;
	font-size: 15px;
}

.txm-product-card__scenario strong {
	flex: 0 0 auto;
	color: #314d68;
}

.txm-product-card__price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 31px;
	margin-top: auto;
	margin-bottom: 14px;
	padding-top: 11px;
	border-top: 1px solid #edf1f5;
	color: #63758a;
	font-size: 11px;
}

.txm-product-card__price strong,
.txm-product-card__price .amount {
	color: #17324d;
	font-size: 13px;
	font-weight: 800;
}

.txm-product-card__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.txm-product-card__actions .tx-button:only-child {
	grid-column: 1 / -1;
}

.txm-product-card__actions .tx-button {
	min-height: 39px;
	padding: 8px 12px !important;
	font-size: 12px;
}

.txm-empty {
	max-width: 500px;
	margin: 34px auto 0;
	padding: 35px;
	border: 1px dashed #b9cce3;
	border-radius: 12px;
	background: #f7faff;
	text-align: center;
}

.txm-empty > .dashicons {
	width: 34px;
	height: 34px;
	color: #1a73e8;
	font-size: 34px;
}

.txm-empty h3 {
	margin: 12px 0 5px;
	color: #17324d;
}

.txm-empty p {
	margin: 0;
	color: #5f7388;
}

.txm-featured {
	background: linear-gradient(135deg, #edf5ff, #f8fbff);
}

.txm-featured__grid {
	display: grid;
	grid-template-columns: minmax(330px, .76fr) minmax(0, 1.24fr);
	align-items: center;
	gap: 58px;
}

.txm-kicker {
	margin: 0 0 12px;
	color: #1a73e8 !important;
	font-size: 12px !important;
	font-weight: 800;
}

.txm-featured__content h3 {
	margin: 0 0 15px;
	color: #0b1f3a;
	font-size: clamp(29px, 3vw, 39px);
	line-height: 1.3;
}

.txm-featured__content > p {
	margin: 0 0 20px;
	color: #5f7388;
	font-size: 14px;
	line-height: 1.8;
}

.txm-featured__content ul {
	display: grid;
	gap: 10px;
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

.txm-featured__content li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #38546e;
	font-size: 13px;
}

.txm-featured__content li .dashicons {
	width: 18px;
	height: 18px;
	color: #1a73e8;
	font-size: 18px;
}

.txm-featured__preview {
	overflow: hidden;
	border: 1px solid #cedbea;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 17px 45px rgba(29, 73, 123, .15);
}

.txm-featured__preview .txm-browser__toolbar {
	flex-wrap: wrap;
}

.txm-featured__panel {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 365px;
	padding: 18px;
	background: #eef3f8;
}

.txm-featured__panel[hidden] {
	display: none !important;
}

.txm-featured__panel > img {
	display: block;
	width: 100%;
	height: 330px;
	border-radius: 6px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 8px 24px rgba(20, 50, 83, .15);
}

.txm-featured__panel--mobile > div {
	position: relative;
	overflow: hidden;
	width: 190px;
	height: 330px;
	padding: 8px;
	border: 3px solid #15202c;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 15px 30px rgba(18, 42, 69, .2);
}

.txm-featured__panel--mobile img {
	width: 100%;
	height: 100%;
	border-radius: 14px;
	object-fit: cover;
}

.txm-featured__panel--pages {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: center;
	gap: 12px;
	padding: 35px;
}

.txm-featured__panel--pages > span {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 15px;
	border: 1px solid #dbe5f0;
	border-radius: 8px;
	background: #fff;
	color: #38536e;
	font-size: 12px;
	font-weight: 700;
}

.txm-featured__panel--pages i {
	color: #1a73e8;
}

.txm-featured__preview > p {
	margin: 0;
	padding: 9px 12px;
	border-top: 1px solid #e2e9f1;
	color: #5f7388;
	font-size: 10px;
	text-align: center;
}

.txm-seo {
	background: #fff;
}

.txm-seo__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px;
	gap: 25px;
	align-items: stretch;
}

.txm-seo__journey,
.txm-seo aside {
	border: 1px solid #dce6f0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 27px rgba(22, 57, 95, .06);
}

.txm-seo__journey {
	padding: 31px 26px 21px;
}

.txm-seo__nodes {
	display: grid;
	grid-template-columns: repeat(11, auto);
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

.txm-seo__nodes > div {
	display: grid;
	place-items: center;
	gap: 10px;
	min-width: 88px;
	text-align: center;
}

.txm-seo__nodes > div > .dashicons {
	display: grid;
	place-items: center;
	width: 53px;
	height: 53px;
	border: 1px solid #cfe0f7;
	border-radius: 50%;
	background: #f7faff;
	color: #1a73e8;
	font-size: 25px;
	line-height: 53px;
}

.txm-seo__nodes strong {
	color: #36516c;
	font-size: 11px;
	white-space: nowrap;
}

.txm-seo__nodes > i {
	color: #1a73e8;
}

.txm-seo__feedback {
	display: flex;
	align-items: center;
	margin-top: 25px;
	color: #60768c;
}

.txm-seo__feedback span {
	flex: 1;
	border-top: 1px dashed #78a9ed;
}

.txm-seo__feedback strong {
	padding: 0 15px;
	font-size: 11px;
}

.txm-seo aside {
	display: grid;
	align-content: center;
	gap: 10px;
	padding: 23px;
}

.txm-seo aside h3 {
	margin: 0 0 5px;
	color: #17324d;
	font-size: 15px;
}

.txm-seo aside span {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #5f7489;
	font-size: 11px;
}

.txm-seo aside i {
	color: #34a853;
}

.txm-included {
	background: #f6f9fd;
}

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

.txm-included__grid article {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 112px;
	padding: 20px;
	border: 1px solid #dce5ef;
	border-radius: 11px;
	background: #fff;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.txm-included__grid article:hover {
	border-color: #9fc2f7;
	box-shadow: 0 10px 25px rgba(25, 71, 123, .1);
	transform: translateY(-3px);
}

.txm-included__grid h3 {
	margin: 0 0 5px;
	color: #17324d;
	font-size: 15px;
}

.txm-included__grid p {
	margin: 0;
	color: #5f7388;
	font-size: 11px;
	line-height: 1.6;
}

.txm-process {
	background: #fff;
}

.txm-process__flow {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr) 28px) minmax(0, 1fr) minmax(220px, 1.4fr);
	align-items: center;
	gap: 8px;
}

.txm-process__flow article {
	text-align: center;
}

.txm-process__flow article > span {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	margin: 0 auto 12px;
	border: 1px solid #bed5f5;
	border-radius: 50%;
	background: #f4f8fe;
	color: #1a73e8;
	font-size: 14px;
	font-weight: 800;
}

.txm-process__flow h3 {
	margin: 0 0 7px;
	color: #18334e;
	font-size: 14px;
}

.txm-process__flow p {
	margin: 0 auto;
	max-width: 140px;
	color: #5f7388;
	font-size: 10px;
	line-height: 1.55;
}

.txm-process__flow > i {
	color: #1a73e8;
}

.txm-process__result {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 87px;
	padding: 18px;
	border: 1px solid #8ab4f8;
	border-radius: 10px;
	background: #edf5ff;
	color: #1769d2;
	font-size: 12px;
	line-height: 1.55;
}

.txm-process__result .dashicons {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	font-size: 28px;
}

.txm-offers {
	background: linear-gradient(180deg, #eff6ff, #f8fbff);
}

.txm-offers__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.txm-offers__grid article {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 320px;
	padding: 31px;
	border: 1px solid #d8e4ef;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(24, 61, 101, .06);
}

.txm-offers__grid article.is-recommended {
	border: 2px solid #1a73e8;
	box-shadow: 0 16px 35px rgba(26, 115, 232, .15);
	transform: translateY(-8px);
}

.txm-offers__badge {
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 5px 10px;
	border-radius: 15px;
	background: #1a73e8;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}

.txm-offers__grid h3 {
	margin: 19px 0 10px;
	color: #122d47;
	font-size: 21px;
}

.txm-offers__grid p {
	margin: 0 0 22px;
	color: #5f7388;
	font-size: 13px;
	line-height: 1.7;
}

.txm-offers__grid article > strong {
	margin: auto 0 19px;
	color: #334f69;
	font-size: 14px;
}

.txm-offers__grid .tx-button {
	width: 100%;
}

.txm-growth {
	background: #fff;
}

.txm-growth__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 225px;
	gap: 24px;
}

.txm-growth__architecture {
	display: grid;
	justify-items: center;
	min-height: 265px;
	padding: 29px;
	border: 1px solid #dbe5ef;
	border-radius: 13px;
	background: linear-gradient(180deg, #fff, #f7faff);
	box-shadow: 0 8px 26px rgba(23, 59, 98, .06);
}

.txm-growth__home {
	padding: 10px 36px;
	border-radius: 6px;
	background: #1a73e8;
	color: #fff;
	font-size: 13px;
}

.txm-growth__line {
	width: 78%;
	height: 27px;
	border-right: 1px solid #8eb9f3;
	border-bottom: 1px solid #8eb9f3;
	border-left: 1px solid #8eb9f3;
}

.txm-growth__nodes,
.txm-growth__foundation {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 11px;
	width: 100%;
}

.txm-growth__nodes span {
	padding: 12px 8px;
	border: 1px solid #cbdcf1;
	border-radius: 6px;
	background: #fff;
	color: #38546e;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
}

.txm-growth__foundation {
	margin-top: 21px;
	padding: 10px;
	border: 1px solid #a9c8f3;
	border-radius: 7px;
	background: #edf5ff;
}

.txm-growth__foundation span {
	padding-inline: 7px;
	border-right: 1px solid #c2d8f5;
	color: #1769d2;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
}

.txm-growth__foundation span:last-child {
	border-right: 0;
}

.txm-growth aside {
	display: grid;
	align-content: center;
	gap: 12px;
	padding: 25px;
	border: 1px solid #d8e4ef;
	border-radius: 13px;
	background: #f7faff;
}

.txm-growth aside h3 {
	margin: 0 0 4px;
	color: #17324d;
	font-size: 16px;
}

.txm-growth aside span {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #60768b;
	font-size: 12px;
}

.txm-growth aside i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1a73e8;
}

.txm-faq {
	padding-top: 70px;
	background: #f7f9fc;
}

.txm-faq__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 16px;
}

.txm-faq details {
	border: 1px solid #dce5ef;
	border-radius: 9px;
	background: #fff;
	overflow: hidden;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.txm-faq details:hover,
.txm-faq details:focus-within,
.txm-faq details[open] {
	border-color: #8ab4f8;
	box-shadow: 0 7px 19px rgba(26, 92, 170, .1);
}

.txm-faq summary {
	position: relative;
	padding: 17px 50px 17px 19px;
	color: #17324d;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

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

.txm-faq summary i,
.txm-faq summary i::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	border-top: 2px solid #1a73e8;
	content: "";
}

.txm-faq summary i::after {
	top: -2px;
	right: 0;
	transform: rotate(90deg);
	transition: transform .18s ease;
}

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

.txm-faq details p {
	margin: 0;
	padding: 0 19px 18px;
	color: #5f7388;
	font-size: 12px;
	line-height: 1.75;
}

.txm-cta {
	padding: 56px 0;
	background:
		radial-gradient(circle at 14% 0, rgba(26, 115, 232, .25), transparent 36%),
		linear-gradient(120deg, #071b35, #0b2d5c);
	color: #fff;
}

.txm-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 45px;
}

.txm-cta h2 {
	margin: 0 0 11px;
	color: #fff;
	font-size: clamp(28px, 3vw, 39px);
}

.txm-cta p {
	max-width: 710px;
	margin: 0;
	color: #bfd0e3;
	font-size: 14px;
	line-height: 1.75;
}

.txm-cta .tx-button--outline {
	border-color: rgba(255, 255, 255, .65) !important;
	background: transparent !important;
	color: #fff !important;
}

.txm-cta .tx-button--outline:hover,
.txm-cta .tx-button--outline:focus-visible {
	border-color: #fff !important;
	background: #fff !important;
	color: #0b2d5c !important;
}

.txm-preview-dialog {
	width: min(96vw, 1380px);
	max-width: none;
	height: min(92vh, 900px);
	max-height: none;
	padding: 0;
	border: 0;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 28px 90px rgba(3, 17, 35, .38);
	overflow: hidden;
}

.txm-preview-dialog::backdrop {
	background: rgba(5, 20, 39, .76);
	backdrop-filter: blur(5px);
}

.txm-preview-dialog__shell {
	display: grid;
	grid-template-rows: auto 1fr auto;
	height: 100%;
}

.txm-preview-dialog header {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 10px 14px;
	border-bottom: 1px solid #dce5ef;
	background: #f7f9fc;
}

.txm-preview-dialog header > strong {
	margin-right: auto;
	color: #17324d;
	font-size: 13px;
}

.txm-preview-dialog header > div {
	display: flex;
	align-items: center;
	gap: 7px;
}

.txm-preview-dialog header button,
.txm-preview-dialog header a {
	min-height: 33px;
	padding: 7px 12px !important;
	border: 1px solid #cbd9e9 !important;
	border-radius: 6px !important;
	background: #fff !important;
	color: #3c5670 !important;
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	box-shadow: none !important;
	cursor: pointer;
}

.txm-preview-dialog header button:hover,
.txm-preview-dialog header button:focus-visible,
.txm-preview-dialog header a:hover,
.txm-preview-dialog header a:focus-visible {
	border-color: #1a73e8 !important;
	background: #e8f0fe !important;
	color: #0d54ae !important;
}

.txm-preview-dialog header button.is-active,
.txm-preview-dialog header a[data-dialog-purchase] {
	border-color: #1a73e8 !important;
	background: #1a73e8 !important;
	color: #fff !important;
}

.txm-preview-dialog header button[data-dialog-close] {
	display: grid;
	place-items: center;
	width: 35px;
	padding: 0 !important;
}

.txm-preview-dialog__stage {
	display: grid;
	place-items: center;
	min-height: 0;
	padding: 14px;
	background: #e9eef5;
	overflow: auto;
}

.txm-preview-dialog__frame {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 8px 25px rgba(15, 42, 71, .15);
	overflow: hidden;
	transition: width .25s ease;
}

.txm-preview-dialog.is-mobile .txm-preview-dialog__frame {
	width: 390px;
	max-width: 100%;
}

.txm-preview-dialog iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #fff;
}

.txm-preview-dialog footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 39px;
	padding: 8px 15px;
	border-top: 1px solid #dce5ef;
	background: #fff;
	color: #61758a;
	font-size: 11px;
}

.txm-preview-dialog footer .dashicons {
	color: #34a853;
}

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

	.txm-hero h1 {
		font-size: 43px;
	}

	.txm-process__flow {
		grid-template-columns: repeat(9, auto);
	}

	.txm-process__result {
		grid-column: 1 / -1;
		justify-content: center;
		margin-top: 18px;
	}

	.txm-seo__nodes > div {
		min-width: 72px;
	}

	.txm-seo__nodes strong {
		font-size: 10px;
	}
}

@media (max-width: 980px) {
	.txm-section {
		padding: 68px 0;
	}

	.txm-hero__grid,
	.txm-featured__grid {
		grid-template-columns: 1fr;
	}

	.txm-hero__copy {
		text-align: center;
	}

	.txm-hero h1,
	.txm-lead {
		margin-inline: auto;
	}

	.txm-hero__copy .txm-actions {
		justify-content: center;
	}

	.txm-protection__grid,
	.txm-values__grid,
	.txm-included__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.txm-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.txm-seo__grid,
	.txm-growth__grid {
		grid-template-columns: 1fr;
	}

	.txm-seo aside {
		grid-template-columns: repeat(3, 1fr);
	}

	.txm-seo aside h3 {
		grid-column: 1 / -1;
	}

	.txm-offers__grid {
		gap: 14px;
	}

	.txm-offers__grid article {
		padding: 25px 21px;
	}

	.txm-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 760px) {
	.txm-section {
		padding: 58px 0;
	}

	.txm-heading {
		margin-bottom: 28px;
	}

	.txm-hero {
		padding-top: 50px;
	}

	.txm-hero h1 {
		font-size: 36px;
	}

	.txm-hero__grid {
		gap: 38px;
	}

	.txm-browser__toolbar {
		justify-content: center;
	}

	.txm-browser__toolbar strong {
		width: calc(100% - 55px);
		margin-right: 0;
	}

	.txm-browser--hero .txm-browser__toolbar > a {
		display: none;
	}

	.txm-browser__viewport {
		min-height: 310px;
		padding: 13px;
	}

	.txm-demo-site {
		width: calc(100% - 40px);
	}

	.txm-demo-site__hero {
		min-height: 175px;
		padding: 23px;
	}

	.txm-demo-site__hero h2 {
		font-size: 18px;
	}

	.txm-phone {
		right: 5px;
		width: 91px;
	}

	.txm-phone > div {
		min-height: 155px;
	}

	.txm-product-grid,
	.txm-offers__grid,
	.txm-faq__grid {
		grid-template-columns: 1fr;
	}

	.txm-product-card__body > p {
		min-height: 0;
	}

	.txm-offers__grid article.is-recommended {
		transform: none;
	}

	.txm-seo__journey {
		overflow-x: auto;
	}

	.txm-seo__nodes {
		min-width: 760px;
	}

	.txm-seo__feedback {
		min-width: 760px;
	}

	.txm-process__flow {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.txm-process__flow > i {
		transform: rotate(90deg);
	}

	.txm-process__flow article {
		display: grid;
		grid-template-columns: 50px 1fr;
		grid-template-rows: auto auto;
		align-items: center;
		column-gap: 14px;
		text-align: left;
	}

	.txm-process__flow article > span {
		grid-row: 1 / 3;
		margin: 0;
	}

	.txm-process__flow h3 {
		align-self: end;
		margin-bottom: 2px;
	}

	.txm-process__flow p {
		align-self: start;
		max-width: none;
		margin: 0;
	}

	.txm-process__result {
		grid-column: auto;
		margin-top: 5px;
	}

	.txm-growth__nodes,
	.txm-growth__foundation {
		grid-template-columns: 1fr;
	}

	.txm-growth__line {
		width: 1px;
		height: 24px;
		border: 0;
		border-left: 1px solid #8eb9f3;
	}

	.txm-growth__foundation span {
		padding: 7px;
		border-right: 0;
		border-bottom: 1px solid #c2d8f5;
	}

	.txm-growth__foundation span:last-child {
		border-bottom: 0;
	}

	.txm-preview-dialog {
		width: 100vw;
		height: 100vh;
		border-radius: 0;
	}

	.txm-preview-dialog header {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.txm-preview-dialog header > div {
		width: 100%;
		flex-wrap: wrap;
	}
}

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

	.txm-hero {
		padding-top: 40px;
	}

	.txm-hero h1 {
		font-size: 31px;
	}

	.txm-lead {
		font-size: 14px;
	}

	.txm-actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.txm-actions .tx-button {
		width: 100%;
	}

	.txm-browser__devices {
		width: 100%;
		justify-content: center;
	}

	.txm-browser__viewport {
		min-height: 270px;
	}

	.txm-demo-site {
		width: 100%;
		min-height: 250px;
	}

	.txm-demo-site__nav i {
		display: none;
	}

	.txm-demo-site__hero {
		min-height: 155px;
		padding: 20px;
	}

	.txm-demo-site__links span {
		font-size: 7px;
	}

	.txm-phone {
		display: none;
	}

	.txm-protection__grid,
	.txm-values__grid,
	.txm-included__grid {
		grid-template-columns: 1fr;
	}

	.txm-protection__grid article {
		margin-top: 0;
	}

	.txm-filters {
		justify-content: flex-start;
		flex-wrap: nowrap;
		margin-right: -14px;
		margin-left: -14px;
		padding: 0 14px 8px;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.txm-filter {
		flex: 0 0 auto;
	}

	.txm-product-card__actions {
		grid-template-columns: 1fr;
	}

	.txm-featured__content h3 {
		font-size: 28px;
	}

	.txm-featured__preview .txm-browser__toolbar > a {
		display: none;
	}

	.txm-featured__panel {
		min-height: 290px;
		padding: 10px;
	}

	.txm-featured__panel > img {
		height: 270px;
	}

	.txm-featured__panel--pages {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.txm-seo aside {
		grid-template-columns: 1fr;
	}

	.txm-offers__grid article {
		min-height: 285px;
	}

	.txm-cta {
		padding: 45px 0;
	}

	.txm-preview-dialog header a[data-dialog-detail] {
		display: none;
	}

	.txm-preview-dialog__stage {
		padding: 7px;
	}
}

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