/**
 * Tuoxun Digital template-product detail page.
 * Blue-white marketplace UI with Google Ads blue/yellow/green accents.
 */

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

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

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

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

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

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

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

.tuoxun-template-product .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-product .txw-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 13px;
	background: #edf4ff;
	color: #4285f4;
}

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

.tuoxun-template-product .txw-icon--yellow {
	background: #fff8dc;
	color: #d79d00;
}

.tuoxun-template-product .txw-icon--green {
	background: #edf8f0;
	color: #34a853;
}

.txp-color-blue {
	color: #4285f4 !important;
}

.txp-color-yellow {
	color: #d79d00 !important;
}

.txp-color-green {
	color: #34a853 !important;
}

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

.txp-section {
	padding: 82px 0;
	scroll-margin-top: 92px;
}

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

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

.txp-heading p {
	margin-bottom: 0;
	color: #61758a;
	font-size: 15px;
	line-height: 1.8;
}

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

.tuoxun-template-product .tx-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 24px !important;
	border: 1px solid #1a73e8 !important;
	border-radius: 7px !important;
	background: #1a73e8 !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.tuoxun-template-product .tx-button:hover,
.tuoxun-template-product .tx-button:focus-visible {
	border-color: #1558b0 !important;
	background: #1558b0 !important;
	box-shadow: 0 9px 24px rgba(26, 115, 232, .2) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.tuoxun-template-product .tx-button--outline {
	background: #fff !important;
	color: #1a73e8 !important;
}

.tuoxun-template-product .tx-button--outline:hover,
.tuoxun-template-product .tx-button--outline:focus-visible {
	background: #edf4ff !important;
	color: #1558b0 !important;
}

.txp-notices {
	padding-top: 20px;
}

.txp-notices:empty {
	display: none;
}

.txp-hero {
	position: relative;
	padding: 24px 0 38px;
	background:
		radial-gradient(circle at 92% 4%, rgba(66, 133, 244, .12), transparent 31%),
		linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
}

.txp-hero::after {
	position: absolute;
	right: -160px;
	top: 120px;
	width: 420px;
	height: 420px;
	border: 80px solid rgba(66, 133, 244, .035);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.txp-breadcrumb {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0 0 30px;
	color: #7b8da0;
	font-size: 12px;
}

.txp-breadcrumb a {
	color: #5d7186;
}

.txp-breadcrumb a:hover,
.txp-breadcrumb a:focus-visible {
	color: #1a73e8;
}

.txp-breadcrumb i {
	font-style: normal;
	opacity: .55;
}

.txp-breadcrumb strong {
	color: #3f5369;
	font-weight: 500;
}

.txp-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	align-items: center;
	gap: 64px;
	min-height: 500px;
}

.txp-eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 20px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #e8f0fe;
	color: #1a73e8;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
}

.txp-hero__copy h1 {
	max-width: 560px;
	margin-bottom: 20px;
	color: #0b1f3a;
	font-size: clamp(40px, 5vw, 60px);
	font-weight: 850;
	letter-spacing: -.055em;
	line-height: 1.13;
}

.txp-lead {
	max-width: 570px;
	margin-bottom: 22px;
	color: #5e7186;
	font-size: 16px;
	line-height: 1.9;
}

.txp-feature-chips {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 27px;
}

.txp-feature-chips span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #344a61;
	font-size: 13px;
	font-weight: 700;
}

.txp-feature-chips i {
	display: inline-grid;
	place-items: center;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: currentColor;
	color: #fff;
	font-size: 15px;
	line-height: 19px;
}

.txp-protection-note {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 15px 0 0;
	color: #7c8c9d;
	font-size: 12px;
}

.txp-protection-note .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
	color: #4285f4;
}

.txp-hero__visual {
	position: relative;
	min-width: 0;
	padding: 18px 40px 36px 0;
}

.txp-browser {
	position: relative;
	overflow: hidden;
	border: 1px solid #e1e8f1;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 25px 65px rgba(34, 67, 105, .17);
}

.txp-browser header {
	display: flex;
	align-items: center;
	height: 42px;
	padding: 0 16px;
	border-bottom: 1px solid #edf1f5;
	background: #fbfcfe;
}

.txp-browser header > span {
	width: 8px;
	height: 8px;
	margin-right: 5px;
	border-radius: 50%;
	background: #d8e2ee;
}

.txp-browser header > span:first-child {
	background: #4285f4;
}

.txp-browser header > span:nth-child(2) {
	background: #fbbc04;
}

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

.txp-browser header b {
	margin-left: 9px;
	color: #607488;
	font-size: 11px;
	font-weight: 600;
}

.txp-browser header i {
	margin-left: auto;
	padding: 4px 8px;
	border-radius: 5px;
	background: #e8f0fe;
	color: #1a73e8;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
}

.txp-browser > div {
	position: relative;
	height: 390px;
	background: #f0f4f8;
}

.txp-browser img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.txp-browser em,
.txp-phone em {
	position: absolute;
	right: 12px;
	bottom: 10px;
	padding: 4px 8px;
	border-radius: 4px;
	background: rgba(11, 31, 58, .78);
	color: #fff;
	font-size: 9px;
	font-style: normal;
	letter-spacing: .08em;
}

.txp-phone {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 126px;
	padding: 8px;
	border: 1px solid #dce5ef;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(39, 65, 96, .2);
}

.txp-phone header {
	width: 38px;
	height: 5px;
	margin: 1px auto 7px;
	border-radius: 9px;
	background: #d9e1eb;
}

.txp-phone > div {
	overflow: hidden;
	height: 214px;
	border-radius: 14px;
	background: #f0f4f8;
}

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

.txp-phone footer {
	width: 27px;
	height: 4px;
	margin: 7px auto 1px;
	border-radius: 6px;
	background: #d9e1eb;
}

.txp-phone em {
	right: 14px;
	bottom: 21px;
	font-size: 7px;
}

.txp-value-strip {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
	margin-top: 26px;
}

.txp-value-strip article {
	display: flex;
	align-items: center;
	gap: 13px;
	min-width: 0;
	padding: 18px;
	border: 1px solid #e2e9f2;
	border-radius: 12px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 9px 26px rgba(43, 69, 101, .06);
}

.txp-value-strip .txw-icon {
	width: 42px;
	height: 42px;
	border-radius: 10px;
}

.txp-value-strip h3,
.txp-value-strip p {
	margin-bottom: 0;
}

.txp-value-strip h3 {
	color: #17304d;
	font-size: 14px;
	font-weight: 800;
}

.txp-value-strip p {
	margin-top: 4px;
	color: #7b8c9e;
	font-size: 11px;
	line-height: 1.5;
}

.txp-purchase-wrap {
	padding: 48px 0 18px;
	background: #fff;
	scroll-margin-top: 92px;
}

.txp-purchase-card {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	overflow: hidden;
	border: 1px solid #cfe0f7;
	border-radius: 17px;
	background: linear-gradient(135deg, #fbfdff 0%, #f1f7ff 100%);
	box-shadow: 0 18px 48px rgba(36, 86, 145, .11);
}

.txp-purchase-card__price,
.txp-purchase-card__action {
	padding: 34px 40px;
}

.txp-purchase-card__price {
	border-right: 1px solid #dbe8f8;
}

.txp-purchase-card__price > p {
	margin-bottom: 8px;
	color: #5c7187;
	font-size: 13px;
	font-weight: 700;
}

.txp-purchase-card__price > strong {
	display: block;
	margin-bottom: 5px;
	color: #1a73e8;
	font-size: 35px;
	font-weight: 850;
	line-height: 1.2;
}

.txp-purchase-card__price > strong .amount {
	color: #1a73e8;
}

.txp-purchase-card__price > small {
	display: block;
	color: #7a8b9d;
	font-size: 12px;
}

.txp-delivery-file {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px dashed #ccdbec;
}

.txp-delivery-file > span {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: #e8f0fe;
	color: #1a73e8;
	font-size: 22px;
}

.txp-delivery-file b,
.txp-delivery-file em {
	display: block;
}

.txp-delivery-file b {
	color: #17304d;
	font-size: 13px;
}

.txp-delivery-file em {
	margin-top: 4px;
	color: #718398;
	font-size: 11px;
	font-style: normal;
}

.txp-purchase-card__action {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.txp-download-meta,
.txp-download-flow,
.txp-security {
	grid-column: 1 / -1;
}

.txp-download-meta {
	display: flex;
	gap: 12px;
	margin-bottom: 4px;
}

.txp-download-meta > span {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 170px;
	padding: 11px 14px;
	border: 1px solid #e0e9f4;
	border-radius: 9px;
	background: #fff;
	color: #718398;
	font-size: 12px;
}

.txp-download-meta i {
	width: 17px;
	height: 17px;
	color: #4285f4;
	font-size: 17px;
}

.txp-download-meta b {
	margin-left: auto;
	color: #17304d;
}

.txp-buy-button {
	width: 100%;
}

.txp-buy-button.is-disabled,
.txp-buy-button.is-disabled:hover,
.txp-buy-button.is-disabled:focus {
	border-color: #8eb7ee !important;
	background: #8eb7ee !important;
	box-shadow: none !important;
	cursor: not-allowed;
	opacity: .88;
	transform: none;
}

.txp-download-flow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	margin: 5px 0 0;
	color: #526a82;
	font-size: 12px;
	font-weight: 700;
}

.txp-download-flow i {
	color: #4285f4;
	font-style: normal;
}

.txp-security {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 0;
	color: #7c8d9e;
	font-size: 11px;
}

.txp-security .dashicons {
	width: 15px;
	height: 15px;
	color: #34a853;
	font-size: 15px;
}

.txp-audiences {
	padding-top: 68px;
}

.txp-audience-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.txp-audience-grid article,
.txp-function-grid article {
	padding: 28px 22px;
	border: 1px solid #e2e9f2;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(39, 68, 101, .055);
	text-align: center;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.txp-audience-grid article:hover,
.txp-function-grid article:hover {
	border-color: #bdd4f2;
	box-shadow: 0 16px 35px rgba(39, 68, 101, .1);
	transform: translateY(-3px);
}

.txp-audience-grid .txw-icon,
.txp-function-grid .txw-icon {
	margin: 0 auto 18px;
}

.txp-audience-grid h3,
.txp-function-grid h3 {
	margin-bottom: 9px;
	color: #16304e;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5;
}

.txp-audience-grid p,
.txp-function-grid p {
	margin-bottom: 0;
	color: #718398;
	font-size: 12px;
	line-height: 1.75;
}

.txp-structure {
	background: #f6f9fe;
}

.txp-structure__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	gap: 28px;
}

.txp-site-preview,
.txp-page-list {
	overflow: hidden;
	border: 1px solid #dce5ef;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 15px 38px rgba(45, 74, 106, .08);
}

.txp-site-preview {
	position: relative;
}

.txp-site-preview__bar {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 14px;
	border-bottom: 1px solid #edf1f5;
}

.txp-site-preview__bar i {
	width: 7px;
	height: 7px;
	margin-right: 5px;
	border-radius: 50%;
	background: #4285f4;
}

.txp-site-preview__bar i:nth-child(2) {
	background: #fbbc04;
}

.txp-site-preview__bar i:nth-child(3) {
	background: #34a853;
}

.txp-site-preview__bar strong {
	margin-left: 7px;
	color: #6c7f92;
	font-size: 10px;
}

.txp-site-preview img {
	display: block;
	width: 100%;
	height: 430px;
	object-fit: cover;
	object-position: top center;
}

.txp-site-preview > span {
	position: absolute;
	right: 12px;
	bottom: 12px;
	padding: 5px 9px;
	border-radius: 5px;
	background: rgba(11, 31, 58, .78);
	color: #fff;
	font-size: 9px;
}

.txp-page-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 22px;
	gap: 7px 18px;
}

.txp-page-list article {
	display: flex;
	gap: 10px;
	padding: 12px 6px;
	border-bottom: 1px solid #edf1f5;
}

.txp-page-list article > i {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	font-size: 18px;
}

.txp-page-list h3 {
	margin-bottom: 4px;
	color: #17304d;
	font-size: 13px;
	font-weight: 800;
}

.txp-page-list p {
	margin-bottom: 0;
	color: #7b8b9d;
	font-size: 10px;
	line-height: 1.55;
}

.txp-taxonomy__grid {
	display: grid;
	grid-template-columns: 1fr 250px;
	gap: 22px;
}

.txp-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 13px;
}

.txp-category-grid article,
.txp-parameter-card {
	padding: 22px 18px;
	border: 1px solid #e1e8f1;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 9px 26px rgba(41, 68, 99, .055);
}

.txp-category-symbol {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 16px;
	border: 2px solid currentColor;
	border-radius: 14px;
	opacity: .95;
}

.txp-category-symbol i,
.txp-category-symbol b {
	position: absolute;
	border: 2px solid currentColor;
	border-radius: 50%;
	content: "";
}

.txp-category-symbol i {
	width: 13px;
	height: 13px;
	left: 8px;
	top: 8px;
}

.txp-category-symbol b {
	right: 7px;
	bottom: 7px;
	width: 17px;
	height: 17px;
}

.txp-category-grid h3 {
	margin-bottom: 7px;
	color: #17304d;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
}

.txp-category-grid p {
	margin-bottom: 0;
	color: #718398;
	font-size: 10px;
	line-height: 1.65;
	text-align: center;
}

.txp-parameter-card h3 {
	margin-bottom: 16px;
	color: #17304d;
	font-size: 16px;
	font-weight: 800;
}

.txp-parameter-card > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 9px 0;
	border-bottom: 1px solid #edf1f5;
}

.txp-parameter-card b {
	color: #5e7288;
	font-size: 11px;
	font-weight: 600;
}

.txp-parameter-card i {
	width: 62px;
	height: 6px;
	border-radius: 5px;
	background: #e7edf4;
}

.txp-parameter-card small {
	display: block;
	margin-top: 14px;
	color: #8795a5;
	font-size: 9px;
}

.txp-functions {
	padding-top: 24px;
}

.txp-function-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.txp-function-grid article {
	padding: 24px 14px;
}

.txp-function-grid .txw-icon {
	width: 43px;
	height: 43px;
}

.txp-function-grid h3 {
	font-size: 13px;
}

.txp-function-grid p {
	font-size: 10px;
}

.txp-seo-map {
	background: linear-gradient(180deg, #f6f9fe 0%, #edf5ff 100%);
}

.txp-seo-map__grid {
	display: grid;
	grid-template-columns: 1fr 240px;
	gap: 24px;
}

.txp-seo-nodes,
.txp-seo-map aside {
	border: 1px solid #d8e6f7;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 11px 30px rgba(43, 75, 112, .065);
}

.txp-seo-nodes {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 36px 26px;
}

.txp-seo-nodes article {
	display: grid;
	place-items: center;
	width: 135px;
	min-height: 108px;
	padding: 15px;
	border: 1px solid #e1e9f2;
	border-radius: 10px;
	background: #fbfdff;
	text-align: center;
}

.txp-seo-nodes article span {
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	margin-bottom: 10px;
	border-radius: 50%;
	background: #e8f0fe;
	color: #1a73e8;
	font-size: 10px;
	font-weight: 800;
}

.txp-seo-nodes article:nth-of-type(2) span {
	background: #fff8dc;
	color: #bd8800;
}

.txp-seo-nodes article:nth-of-type(3) span {
	background: #edf8f0;
	color: #248a4b;
}

.txp-seo-nodes b {
	color: #17304d;
	font-size: 13px;
}

.txp-seo-nodes > i {
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	margin: 0 8px;
	color: #4285f4;
	font-size: 26px;
}

.txp-seo-map aside {
	padding: 25px;
}

.txp-seo-map aside h3 {
	margin-bottom: 13px;
	color: #17304d;
	font-size: 15px;
	font-weight: 800;
}

.txp-seo-map aside span {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 7px 0;
	color: #5d7288;
	font-size: 11px;
}

.txp-seo-map aside i {
	width: 17px;
	height: 17px;
	color: #34a853;
	font-size: 17px;
}

.txp-included-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
}

.txp-included-grid article {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 20px;
	border: 1px solid #e1e8f1;
	border-radius: 12px;
	background: #fff;
}

.txp-included-grid .txw-icon {
	width: 42px;
	height: 42px;
	border-radius: 10px;
}

.txp-included-grid h3 {
	margin-bottom: 4px;
	color: #17304d;
	font-size: 13px;
	font-weight: 800;
}

.txp-included-grid p {
	margin-bottom: 0;
	color: #788a9c;
	font-size: 10px;
	line-height: 1.55;
}

.txp-process {
	padding-top: 42px;
	background: #fbfcfe;
}

.txp-process-grid {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.txp-process-grid article {
	width: 174px;
	text-align: center;
}

.txp-process-grid article > span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin: 0 auto 13px;
	border-radius: 50%;
	background: #e8f0fe;
	color: #1a73e8;
	font-size: 11px;
	font-weight: 800;
}

.txp-process-grid article:nth-of-type(2) > span,
.txp-process-grid article:nth-of-type(5) > span {
	background: #fff8dc;
	color: #bd8800;
}

.txp-process-grid article:nth-of-type(3) > span {
	background: #edf8f0;
	color: #248a4b;
}

.txp-process-grid h3 {
	margin-bottom: 5px;
	color: #17304d;
	font-size: 13px;
	font-weight: 800;
}

.txp-process-grid p {
	margin-bottom: 0;
	color: #78899b;
	font-size: 10px;
	line-height: 1.55;
}

.txp-process-grid > i {
	width: 26px;
	height: 26px;
	margin: 8px 9px 0;
	color: #4285f4;
	font-size: 26px;
}

.txp-content-section {
	padding-top: 56px;
}

.txp-content-grid {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	align-items: start;
	gap: 32px;
}

.txp-toc {
	position: sticky;
	top: 96px;
	padding: 24px;
	border: 1px solid #dfe7f0;
	border-radius: 13px;
	background: #f7faff;
}

.admin-bar .txp-toc {
	top: 128px;
}

.txp-toc h2 {
	margin-bottom: 14px;
	color: #17304d;
	font-size: 15px;
	font-weight: 800;
}

.txp-toc nav {
	display: grid;
	gap: 3px;
}

.txp-toc a {
	position: relative;
	display: block;
	padding: 8px 8px 8px 16px;
	border-radius: 6px;
	color: #63788e;
	font-size: 11px;
	line-height: 1.55;
}

.txp-toc a::before {
	position: absolute;
	left: 3px;
	top: 14px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #4285f4;
	content: "";
}

.txp-toc a:hover,
.txp-toc a:focus-visible,
.txp-toc a.is-active {
	background: #e8f0fe;
	color: #1558b0;
}

.txp-toc a.is-child {
	padding-left: 25px;
	font-size: 10px;
}

.txp-product-content {
	min-width: 0;
	padding: 34px 40px;
	border: 1px solid #e0e7f0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(41, 67, 98, .055);
}

.txp-product-content > h2:first-child {
	margin-top: 0;
	padding-bottom: 18px;
	border-bottom: 1px solid #e6ecf3;
	font-size: 28px;
}

.txp-product-content h2,
.txp-product-content h3 {
	scroll-margin-top: 102px;
	color: #102a47;
	font-weight: 800;
	line-height: 1.45;
}

.txp-product-content h2 {
	margin: 34px 0 13px;
	font-size: 23px;
}

.txp-product-content h3 {
	margin: 25px 0 10px;
	font-size: 18px;
}

.txp-product-content p,
.txp-product-content li {
	color: #526980;
	font-size: 14px;
	line-height: 1.95;
}

.txp-product-content ul,
.txp-product-content ol {
	margin: 12px 0 20px;
	padding-left: 24px;
}

.txp-product-content img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.txp-faq {
	background: #f6f9fe;
}

.txp-faq-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 18px;
}

.txp-faq details {
	overflow: hidden;
	border: 1px solid #dfe7f0;
	border-radius: 10px;
	background: #fff;
}

.txp-faq summary {
	position: relative;
	display: block;
	padding: 17px 50px 17px 19px;
	color: #17304d;
	cursor: pointer;
	font-size: 13px;
	font-weight: 750;
	list-style: none;
}

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

.txp-faq summary span::before,
.txp-faq summary span::after {
	position: absolute;
	right: 19px;
	top: 50%;
	width: 13px;
	height: 2px;
	border-radius: 2px;
	background: #4285f4;
	content: "";
	transform: translateY(-50%);
}

.txp-faq summary span::after {
	transform: translateY(-50%) rotate(90deg);
	transition: transform .2s ease;
}

.txp-faq details[open] summary {
	background: #f8fbff;
	color: #1558b0;
}

.txp-faq details[open] summary span::after {
	transform: translateY(-50%) rotate(0);
}

.txp-faq details > div {
	padding: 0 19px 17px;
	color: #62768b;
}

.txp-faq details p {
	margin: 0;
	font-size: 12px;
	line-height: 1.8;
}

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

.txp-related-grid article {
	padding: 13px 13px 17px;
	border: 1px solid #dfe7f0;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(43, 68, 97, .07);
}

.txp-related-image {
	position: relative;
	overflow: hidden;
	height: 155px;
	border-radius: 9px;
	background: #eef3f8;
}

.txp-related-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .35s ease;
}

.txp-related-grid article:hover .txp-related-image img {
	transform: scale(1.025);
}

.txp-related-image > span {
	position: absolute;
	left: 9px;
	top: 9px;
	padding: 4px 8px;
	border-radius: 5px;
	background: #1a73e8;
	color: #fff;
	font-size: 9px;
	font-weight: 800;
}

.txp-related-grid h3 {
	margin: 15px 2px 12px;
	color: #142d49;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5;
}

.txp-related-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 2px 14px;
}

.txp-related-tags span {
	padding: 5px 8px;
	border-radius: 5px;
	background: #f1f5fa;
	color: #64778b;
	font-size: 9px;
}

.txp-related-grid article > a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border: 1px solid #1a73e8;
	border-radius: 6px;
	color: #1a73e8;
	font-size: 12px;
	font-weight: 750;
}

.txp-related-grid article > a:hover,
.txp-related-grid article > a:focus-visible {
	background: #e8f0fe;
	color: #1558b0;
}

.txp-bottom-cta {
	padding: 46px 0;
	background: linear-gradient(120deg, #0b356b 0%, #0d4a91 100%);
}

.txp-bottom-cta .tx-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.txp-bottom-cta h2 {
	margin-bottom: 8px;
	color: #fff;
	font-size: 29px;
	font-weight: 800;
	letter-spacing: -.03em;
}

.txp-bottom-cta p {
	margin-bottom: 0;
	color: #c9daf0;
	font-size: 13px;
	line-height: 1.7;
}

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

.txp-bottom-cta .tx-button--outline:hover,
.txp-bottom-cta .tx-button--outline:focus-visible {
	border-color: #fff !important;
	background: rgba(255, 255, 255, .1) !important;
	color: #fff !important;
}

@media (max-width: 1100px) {
	.txp-hero__grid {
		gap: 38px;
	}

	.txp-hero__copy h1 {
		font-size: clamp(36px, 4.7vw, 50px);
	}

	.txp-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.txp-function-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.txp-seo-nodes article {
		width: 118px;
	}
}

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

	.txp-hero__grid,
	.txp-purchase-card,
	.txp-structure__grid,
	.txp-taxonomy__grid,
	.txp-seo-map__grid,
	.txp-content-grid {
		grid-template-columns: 1fr;
	}

	.txp-hero__grid {
		gap: 30px;
	}

	.txp-hero__copy {
		max-width: 680px;
	}

	.txp-purchase-card__price {
		border-right: 0;
		border-bottom: 1px solid #dbe8f8;
	}

	.txp-value-strip,
	.txp-audience-grid,
	.txp-included-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.txp-toc {
		position: static;
	}

	.txp-toc nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.txp-seo-map aside {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 720px) {
	.txp-section {
		padding: 56px 0;
	}

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

	.txp-heading h2 {
		font-size: 28px;
	}

	.txp-hero {
		padding-top: 16px;
	}

	.txp-breadcrumb {
		margin-bottom: 22px;
	}

	.txp-breadcrumb strong,
	.txp-breadcrumb i:last-of-type {
		display: none;
	}

	.txp-hero__copy h1 {
		font-size: 38px;
		letter-spacing: -.04em;
	}

	.txp-lead {
		font-size: 15px;
	}

	.txp-hero__visual {
		padding-right: 20px;
	}

	.txp-browser > div {
		height: 300px;
	}

	.txp-phone {
		width: 105px;
	}

	.txp-phone > div {
		height: 172px;
	}

	.txp-value-strip,
	.txp-audience-grid,
	.txp-included-grid,
	.txp-related-grid,
	.txp-faq-grid {
		grid-template-columns: 1fr;
	}

	.txp-purchase-card__price,
	.txp-purchase-card__action {
		padding: 28px 24px;
	}

	.txp-purchase-card__action {
		grid-template-columns: 1fr;
	}

	.txp-purchase-card__action > * {
		grid-column: 1;
	}

	.txp-download-meta {
		flex-direction: column;
	}

	.txp-download-meta > span {
		min-width: 0;
	}

	.txp-download-flow {
		flex-wrap: wrap;
	}

	.txp-page-list {
		grid-template-columns: 1fr;
	}

	.txp-site-preview img {
		height: 330px;
	}

	.txp-category-grid,
	.txp-function-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.txp-seo-nodes {
		align-items: stretch;
		flex-direction: column;
	}

	.txp-seo-nodes article {
		width: 100%;
		min-height: 86px;
	}

	.txp-seo-nodes > i {
		margin: 4px auto;
		transform: rotate(90deg);
	}

	.txp-process-grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 11px;
	}

	.txp-process-grid article {
		display: grid;
		grid-template-columns: 44px 1fr;
		width: 100%;
		padding: 14px;
		border: 1px solid #e1e8f1;
		border-radius: 10px;
		background: #fff;
		text-align: left;
	}

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

	.txp-process-grid h3,
	.txp-process-grid p {
		grid-column: 2;
		padding-left: 9px;
	}

	.txp-process-grid > i {
		display: none;
	}

	.txp-toc nav,
	.txp-seo-map aside {
		grid-template-columns: 1fr;
	}

	.txp-product-content {
		padding: 26px 22px;
	}

	.txp-bottom-cta .tx-container {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
	}

	.txp-bottom-cta h2 {
		font-size: 26px;
	}
}

@media (max-width: 460px) {
	.txp-hero__copy h1 {
		font-size: 33px;
	}

	.txp-actions .tx-button {
		flex: 1 1 140px;
	}

	.txp-feature-chips {
		gap: 11px 15px;
	}

	.txp-hero__visual {
		padding-right: 0;
	}

	.txp-phone {
		display: none;
	}

	.txp-browser > div {
		height: 245px;
	}

	.txp-category-grid,
	.txp-function-grid {
		grid-template-columns: 1fr;
	}

	.txp-value-strip article,
	.txp-included-grid article {
		padding: 16px;
	}
}
