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

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

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

.tuoxun-seo-page *,
.tuoxun-seo-page *::before,
.tuoxun-seo-page *::after { box-sizing: border-box; }
.tuoxun-seo-page a { text-decoration: none; }
.tuoxun-seo-page h1,
.tuoxun-seo-page h2,
.tuoxun-seo-page h3,
.tuoxun-seo-page p,
.tuoxun-seo-page ul { margin-top: 0; }
.tuoxun-seo-page .tx-nav a:nth-child(2) { color: var(--tx-blue); }
.tuoxun-seo-page .tx-nav a:nth-child(2)::after { left: 0; width: 100%; }

.tuoxun-seo-page .txw-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border-radius: 11px;
	background: var(--tx-blue-pale);
	color: var(--tx-blue);
}
.tuoxun-seo-page .txw-icon .dashicons { width: 25px; height: 25px; font-size: 25px; }
.tuoxun-seo-page .txw-icon .tx-brand-logo,
.tuoxun-seo-page .txw-icon > svg { width: 27px; height: 27px; }
.tuoxun-seo-page .txw-icon--purple { background: #f2efff; color: #7b61ff; }
.tuoxun-seo-page .txw-icon--wp { background: #edf6fa; color: #21759b; }
.tuoxun-seo-page .txw-icon--orange { background: #fff4e5; color: #e37400; }
.tuoxun-seo-page .txw-icon--green { background: #edf8f0; color: #34a853; }
.tuoxun-seo-page .txw-icon--teal { background: #eaf8f8; color: #178b8b; }
.tuoxun-seo-page .txw-icon--slate { background: #f0f3f7; color: #58697d; }

.txe-main { overflow: hidden; }
.txe-section { padding: 92px 0; }
.txe-section--soft { background: #f7f9fc; }
.txe-eyebrow {
	margin-bottom: 13px;
	color: var(--tx-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .15em;
}
.txe-heading { max-width: 800px; margin: 0 auto 43px; text-align: center; }
.txe-heading h2,
.txe-strategy-panel h2,
.txe-contact__intro h2 {
	margin-bottom: 15px;
	color: var(--tx-ink);
	font-size: clamp(29px, 3vw, 40px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.35;
}
.txe-heading > p:last-child,
.txe-strategy-panel > p,
.txe-contact__intro > p {
	margin-bottom: 0;
	color: var(--tx-text);
	font-size: 16px;
	line-height: 1.9;
}
.txe-module-image {
	display: block;
	width: min(100%, 940px);
	max-height: 500px;
	margin: 0 auto 35px;
	object-fit: cover;
	border: 1px solid var(--tx-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--tx-shadow);
}
.txe-module-image--wide { max-height: 650px; object-fit: contain; }
.txe-custom-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	overflow: hidden;
	border-radius: 11px;
	background: #f2f5f9;
}
.txe-custom-icon img { width: 100%; height: 100%; object-fit: contain; }

/* Hero */
.txe-hero {
	position: relative;
	padding: 82px 0 68px;
	background: radial-gradient(circle at 85% 11%, rgba(26, 115, 232, .085), transparent 30%), linear-gradient(135deg, #fff 15%, #fbfdff 62%, #f1f6fd 100%);
}
.txe-hero::after {
	position: absolute;
	top: 50px;
	right: 6%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	content: "";
	background: #fbbc04;
	box-shadow: 25px 20px 0 -2px rgba(251, 188, 4, .22);
}
.txe-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
	align-items: center;
	gap: clamp(45px, 6vw, 82px);
}
.txe-hero h1 {
	margin-bottom: 23px;
	color: var(--tx-ink);
	font-size: clamp(39px, 4.1vw, 56px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.28;
}
.txe-hero h1 em { color: var(--tx-blue); font-style: normal; }
.txe-lead { margin-bottom: 25px; color: var(--tx-text); font-size: 17px; line-height: 1.95; }
.txe-price { display: grid; gap: 6px; margin-bottom: 27px; }
.txe-price strong { color: var(--tx-blue); font: 800 clamp(29px, 3vw, 40px)/1.2 Arial, sans-serif; }
.txe-price span { color: #778397; font-size: 13px; }
.txe-hero__tags { display: grid; grid-template-columns: repeat(4, max-content); gap: 10px; margin-top: 27px; }
.txe-hero__tags span { display: inline-flex; align-items: center; gap: 6px; color: #5c697c; font-size: 12px; font-weight: 700; }
.txe-hero__tags i { width: 17px; height: 17px; color: var(--tx-blue); font-size: 17px; }
.txe-hero__tags span:nth-child(2) i { color: #168a8a; }
.txe-hero__tags span:nth-child(3) i { color: #7b61ff; }
.txe-hero__tags span:nth-child(4) i { color: #e37400; }
.txe-module-image--hero { width: 100%; max-height: 570px; margin: 0; object-fit: contain; }

.txe-gsc {
	overflow: hidden;
	border: 1px solid #dce5ef;
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 28px 70px rgba(46, 66, 94, .14);
}
.txe-gsc__head { display: flex; align-items: center; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid #edf1f5; }
.txe-gsc__head strong { color: #4a596d; font-size: 13px; }
.txe-gsc__head small { padding: 5px 8px; border-radius: 5px; background: #fff7dd; color: #986a00; font-size: 9px; }
.txe-gsc__metrics { display: grid; grid-template-columns: repeat(4, 1fr); }
.txe-gsc__metrics span { display: grid; gap: 7px; min-height: 91px; padding: 17px 14px; border-right: 1px solid #edf1f5; }
.txe-gsc__metrics span:last-child { border-right: 0; }
.txe-gsc__metrics small { color: #7e8a9b; font-size: 9px; }
.txe-gsc__metrics strong { color: #39485d; font: 800 19px/1.25 Arial, sans-serif; }
.txe-gsc__chart { width: 100%; height: 170px; padding: 17px 20px; background: repeating-linear-gradient(to bottom, #fff, #fff 45px, #edf1f5 46px); }
.txe-gsc__bottom { display: grid; grid-template-columns: 1.15fr .85fr; border-top: 1px solid #edf1f5; background: #fbfcfe; }
.txe-gsc__bottom > div { display: grid; gap: 9px; min-width: 0; padding: 16px; }
.txe-gsc__bottom > div + div { border-left: 1px solid #e7ecf3; }
.txe-gsc__bottom b { color: #536174; font-size: 10px; }
.txe-gsc__bottom span { display: grid; grid-template-columns: minmax(0, 1fr) 47px 52px; gap: 7px; color: #748093; font-size: 8px; }
.txe-gsc__bottom em { overflow: hidden; color: #536174; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.txe-gsc__bottom small { font-size: 8px; text-align: right; }
.txe-gsc__bottom .txe-serp span { grid-template-columns: 1fr auto; padding: 8px; border-radius: 6px; background: #fff; }
.txe-gsc__bottom .txe-serp strong { color: #566478; font-size: 8px; }

/* Proof and cards */
.txe-proof { position: relative; z-index: 3; border-block: 1px solid #e7edf5; background: #fff; }
.txe-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.txe-proof article { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 104px; border-right: 1px solid #e7edf5; }
.txe-proof article:first-child { border-left: 1px solid #e7edf5; }
.txe-proof article > div { display: grid; gap: 3px; }
.txe-proof strong { color: var(--tx-ink); font-size: 15px; }
.txe-proof small { color: var(--tx-muted); font-size: 12px; }

.txe-card-grid { display: grid; gap: 19px; }
.txe-card-grid--four { grid-template-columns: repeat(4, 1fr); }
.txe-card {
	min-height: 235px;
	padding: 27px;
	border: 1px solid var(--tx-border);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(42, 60, 85, .065);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.txe-card:hover { border-color: #b9d2f4; box-shadow: 0 17px 42px rgba(42, 60, 85, .11); transform: translateY(-4px); }
.txe-card h3 { margin: 18px 0 10px; color: var(--tx-ink); font-size: 18px; line-height: 1.5; }
.txe-card p { margin-bottom: 0; color: var(--tx-text); font-size: 15px; line-height: 1.85; }
.txe-deliveries .txe-card { display: flex; min-height: 175px; gap: 16px; padding: 24px; }
.txe-deliveries .txe-card h3 { margin: 0 0 8px; font-size: 16px; }
.txe-deliveries .txe-card p { font-size: 14px; line-height: 1.75; }

/* SEO path */
.txe-growth-path { display: grid; grid-template-columns: repeat(7, 1fr); gap: 11px; }
.txe-growth-path article { position: relative; display: grid; place-items: center; min-height: 132px; gap: 10px; padding: 17px 9px; border: 1px solid #dfe7f1; border-radius: 13px; background: #fff; box-shadow: 0 10px 28px rgba(43, 62, 88, .055); text-align: center; }
.txe-growth-path strong { color: #425168; font-size: 13px; }
.txe-growth-path article > i { position: absolute; top: 50%; right: -13px; z-index: 2; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: #fff; color: #95a8c0; font-style: normal; box-shadow: 0 3px 12px rgba(43, 62, 88, .14); transform: translateY(-50%); }

/* Keyword and technical SEO */
.txe-dual-modules { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.txe-strategy-panel { min-width: 0; padding: 35px; border: 1px solid #dce5ef; border-radius: 17px; background: #fff; box-shadow: 0 14px 42px rgba(45, 62, 87, .07); }
.txe-strategy-panel h2 { min-height: 108px; font-size: clamp(25px, 2.1vw, 32px); }
.txe-strategy-panel > p:last-of-type { min-height: 91px; margin-bottom: 27px; }
.txe-strategy-panel .txe-module-image { width: 100%; max-height: 420px; margin-bottom: 0; }
.txe-keyword-table { overflow: hidden; border: 1px solid #e1e7ef; border-radius: 12px; }
.txe-keyword-table__row { display: grid; grid-template-columns: 1.22fr 1.08fr .65fr .65fr 1.2fr; align-items: center; min-height: 56px; border-bottom: 1px solid #edf1f5; }
.txe-keyword-table__row:last-child { border-bottom: 0; }
.txe-keyword-table__row > * { padding: 10px 8px; font-size: 11px; text-align: center; }
.txe-keyword-table__head { min-height: 44px; background: #f6f8fb; color: #738094; font-weight: 700; }
.txe-keyword-table__row strong { color: #48566a; font-size: 12px; text-align: left; }
.txe-keyword-table__row span { color: #697588; }
.txe-keyword-table__row span b { display: inline-block; padding: 5px 7px; border-radius: 5px; background: #fff1f1; color: #d45a55; font-size: 9px; }
.txe-keyword-table__row:nth-child(3) span b { background: #edf4ff; color: var(--tx-blue); }
.txe-keyword-table__row:nth-child(4) span b { background: #f1edff; color: #7658de; }
.txe-keyword-table__row:nth-child(5) span b { background: #edf8f0; color: #278b48; }
.txe-keyword-table__row em { color: #34a853; font-size: 13px; font-style: normal; letter-spacing: 1px; }

.txe-health { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; min-height: 284px; border: 1px solid #e1e7ef; border-radius: 12px; }
.txe-health__score { display: grid; place-items: center; align-content: center; gap: 14px; padding: 24px; border-right: 1px solid #e7ecf3; background: #fbfcfe; }
.txe-health__score > small { color: #536174; font-size: 12px; font-weight: 700; }
.txe-health__score > div { position: relative; display: grid; place-items: center; width: 125px; height: 125px; border-radius: 50%; background: conic-gradient(#34a853 calc(var(--score) * 1%), #e8edf3 0); }
.txe-health__score > div::before { position: absolute; inset: 13px; border-radius: 50%; content: ""; background: #fff; }
.txe-health__score strong { position: relative; z-index: 1; color: #304159; font: 800 29px/1 Arial, sans-serif; }
.txe-health__score span { position: absolute; z-index: 1; margin-top: 40px; color: #8390a2; font-size: 10px; }
.txe-health__score em { padding: 5px 8px; border-radius: 5px; background: #fff7dd; color: #9c6b00; font-size: 9px; font-style: normal; }
.txe-health__checks { display: grid; align-content: center; gap: 2px; padding: 18px; }
.txe-health__checks span { display: flex; align-items: center; justify-content: space-between; min-height: 29px; gap: 10px; border-bottom: 1px solid #f0f3f6; }
.txe-health__checks span:last-child { border-bottom: 0; }
.txe-health__checks b { color: #556276; font-size: 10px; }
.txe-health__checks small { position: relative; padding-left: 15px; font-size: 9px; }
.txe-health__checks small::before { position: absolute; top: 50%; left: 0; width: 8px; height: 8px; border-radius: 50%; content: ""; transform: translateY(-50%); }
.txe-health__checks .is-good small { color: #2d8d4c; }
.txe-health__checks .is-good small::before { background: #34a853; }
.txe-health__checks .is-info small { color: var(--tx-blue); }
.txe-health__checks .is-info small::before { background: var(--tx-blue); }
.txe-health__checks .is-warning small { color: #c97b00; }
.txe-health__checks .is-warning small::before { border-radius: 2px; background: #f9ab00; }

/* Exact content cluster and buyer journey from the approved design */
.txe-content-section { background: #fff; }
.txe-content-journey {
	display: grid;
	grid-template-columns: 1.16fr .84fr;
	gap: 34px;
	padding: 32px;
	border: 1px solid #dfe7f1;
	border-radius: 17px;
	background: linear-gradient(135deg, #fff, #fbfdff);
	box-shadow: 0 15px 45px rgba(45, 62, 87, .075);
}
.txe-content-cluster { position: relative; min-height: 320px; }
.txe-content-cluster > svg { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; }
.txe-content-node {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 190px;
	min-height: 74px;
	padding: 12px 15px;
	border: 1px solid #dce7f4;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(44, 63, 89, .055);
	text-align: center;
}
.txe-content-node strong { margin-bottom: 4px; color: #435269; font-size: 13px; }
.txe-content-node small { color: #8390a1; font-size: 10px; }
.txe-content-node--1 { top: 12px; left: 30px; background: #f1f6fd; }
.txe-content-node--2 { top: 12px; right: 30px; background: #f1f6fd; }
.txe-content-node--3 { top: 122px; left: 5px; }
.txe-content-node--4 { top: 122px; right: 5px; }
.txe-content-node--5 { bottom: 12px; left: 30px; }
.txe-content-node--6 { right: 30px; bottom: 12px; }

.txe-journey { display: grid; align-content: center; gap: 11px; padding: 22px; border-left: 1px solid #e5ebf3; }
.txe-journey h3 { margin-bottom: 6px; color: #425168; font-size: 15px; }
.txe-journey__step { display: grid; grid-template-columns: 28px 100px 1fr; align-items: center; min-height: 47px; gap: 10px; padding: 9px 14px; border-radius: 8px; }
.txe-journey__step i { width: 21px; height: 21px; font-size: 21px; }
.txe-journey__step strong { color: #455469; font-size: 12px; }
.txe-journey__step span { color: #6f7d90; font-size: 10px; }
.txe-journey__step--1 { background: #edf4fe; }
.txe-journey__step--1 i { color: var(--tx-blue); }
.txe-journey__step--2 { background: #f1edff; }
.txe-journey__step--2 i { color: #7b61ff; }
.txe-journey__step--3 { background: #fff4e8; }
.txe-journey__step--3 i { color: #e37400; }
.txe-journey__step--4 { background: #edf8f0; }
.txe-journey__step--4 i { color: #34a853; }

/* Roadmap */
.txe-roadmap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.txe-roadmap__stage { position: relative; display: flex; min-height: 245px; padding: 25px; flex-direction: column; border: 1px solid #dfe7f1; border-top: 3px solid var(--tx-blue); border-radius: 15px; background: #fff; box-shadow: 0 10px 32px rgba(45, 62, 87, .06); }
.txe-roadmap__stage--2 { border-top-color: #7b61ff; }
.txe-roadmap__stage--3 { border-top-color: #e37400; }
.txe-roadmap__stage--4 { border-top-color: #34a853; }
.txe-roadmap__stage > span { margin-bottom: 12px; color: var(--tx-blue); font-size: 11px; font-weight: 800; }
.txe-roadmap__stage--2 > span { color: #7b61ff; }
.txe-roadmap__stage--3 > span { color: #e37400; }
.txe-roadmap__stage--4 > span { color: #34a853; }
.txe-roadmap h3 { margin-bottom: 10px; color: #3f4e64; font-size: 17px; }
.txe-roadmap p { margin-bottom: 18px; color: var(--tx-text); font-size: 14px; line-height: 1.8; }
.txe-roadmap strong { margin-top: auto; padding-top: 15px; border-top: 1px solid #edf1f5; color: #6d7a8d; font-size: 12px; }
.txe-roadmap__stage > i { position: absolute; top: 50%; right: -15px; z-index: 2; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #fff; color: #9aaec7; font-style: normal; box-shadow: 0 3px 12px rgba(44, 62, 88, .15); }
.txe-roadmap__note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 25px 0 0; color: #6f7d90; font-size: 13px; }
.txe-roadmap__note span { color: var(--tx-blue); }

/* Data */
.txe-data-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; }
.txe-data-panel { min-height: 420px; padding: 25px; border: 1px solid #dce5ef; border-radius: 15px; background: #fff; box-shadow: 0 14px 40px rgba(45, 62, 87, .08); }
.txe-data-panel--image { width: 100%; height: 100%; max-height: 590px; padding: 0; object-fit: contain; }
.txe-data-panel__head { display: flex; align-items: center; gap: 17px; padding-bottom: 19px; border-bottom: 1px solid #edf1f5; }
.txe-data-panel__head strong { display: inline-flex; align-items: center; gap: 6px; color: #47566b; font-size: 12px; }
.txe-data-panel__head .tx-brand-logo { width: 19px; height: 19px; }
.txe-data-panel__head small { margin-left: auto; padding: 5px 8px; border-radius: 5px; background: #fff7dd; color: #a06c00; font-size: 9px; }
.txe-data-panel__metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 25px 0 7px; }
.txe-data-panel__metrics span { display: grid; gap: 5px; }
.txe-data-panel__metrics strong { color: var(--tx-blue); font: 800 21px/1.2 Arial, sans-serif; }
.txe-data-panel__metrics small { color: #7f8b9c; font-size: 10px; }
.txe-data-panel__metrics em { color: #34a853; font-size: 9px; font-style: normal; }
.txe-data-panel > svg { width: 100%; height: 200px; margin-top: 22px; background: repeating-linear-gradient(to bottom, #fff, #fff 49px, #edf1f6 50px); }
.txe-data-cards { display: grid; gap: 13px; align-content: start; }
.txe-data-cards article { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 14px; min-height: 126px; padding: 20px; border: 1px solid var(--tx-border); border-radius: 13px; background: #fff; box-shadow: 0 10px 30px rgba(45, 62, 87, .055); }
.txe-data-cards h3 { margin-bottom: 6px; color: #435168; font-size: 15px; }
.txe-data-cards p { margin-bottom: 0; color: var(--tx-text); font-size: 12px; line-height: 1.65; }
.txe-data-cards article > i { color: #95a8c0; font-style: normal; }

/* Scope */
.txe-scope { display: grid; grid-template-columns: 1.05fr .9fr 1fr 1.07fr; gap: 17px; }
.txe-plan,
.txe-list-card { position: relative; display: flex; min-height: 450px; padding: 27px; flex-direction: column; border: 1px solid var(--tx-border); border-radius: 15px; background: #fff; box-shadow: 0 10px 34px rgba(45, 62, 87, .055); }
.txe-plan--featured { border: 2px solid var(--tx-blue); }
.txe-plan--featured > span { position: absolute; top: -13px; left: 22px; padding: 6px 12px; border-radius: 15px; background: var(--tx-blue); color: #fff; font-size: 10px; }
.txe-plan h3,
.txe-list-card h3 { margin: 10px 0 15px; font-size: 19px; }
.txe-plan > strong { color: var(--tx-blue); font: 800 25px/1.25 Arial, sans-serif; }
.txe-plan > small { margin-top: 8px; color: #7c8899; font-size: 11px; }
.txe-plan > p { margin-bottom: 24px; color: var(--tx-text); font-size: 14px; line-height: 1.85; }
.txe-plan ul,
.txe-list-card ul { display: grid; gap: 11px; padding: 20px 0; margin: 19px 0; border-block: 1px solid #edf1f5; list-style: none; }
.txe-list-card ul { padding: 0; margin: 7px 0 0; border: 0; }
.txe-plan li,
.txe-list-card li { display: flex; align-items: flex-start; gap: 7px; color: #526074; font-size: 12px; line-height: 1.6; }
.txe-plan li i,
.txe-list-card li .dashicons { flex: 0 0 auto; width: 16px; height: 16px; color: #34a853; font-size: 16px; }
.txe-list-card--muted li i { color: #d25b58; font-style: normal; }
.txe-plan .tx-button { justify-content: center; margin-top: auto; }
.txe-list-card--muted { background: #fbfcfd; }
.txe-scope__warning { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 11px; margin-top: auto; border-radius: 7px; background: #fff1f1; color: #d34845; font-size: 11px; }
.txe-scope__warning span { width: 17px; height: 17px; font-size: 17px; }

/* FAQ */
.txe-faq-layout.has-image { display: grid; grid-template-columns: .4fr .6fr; gap: 24px; }
.txe-faq-layout > img { width: 100%; height: 100%; max-height: 470px; object-fit: cover; border-radius: 15px; }
.txe-faqs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 18px; }
.txe-faq-layout.has-image .txe-faqs { grid-template-columns: 1fr; }
.txe-faqs details { align-self: start; border: 1px solid var(--tx-border); border-radius: 11px; background: #fff; }
.txe-faqs summary { display: flex; align-items: center; min-height: 60px; padding: 16px 18px; color: var(--tx-ink); font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.txe-faqs summary::-webkit-details-marker { display: none; }
.txe-faqs summary::after { margin-left: auto; color: var(--tx-blue); content: "+"; font-size: 20px; font-weight: 400; }
.txe-faqs details[open] summary::after { content: "−"; }
.txe-faqs details p { padding: 0 18px 18px; margin-bottom: 0; color: var(--tx-text); font-size: 14px; line-height: 1.85; }

/* Contact */
.txe-contact { background: #fff; }
.txe-contact__grid { display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; border: 1px solid #dce5ef; border-radius: 18px; box-shadow: 0 20px 55px rgba(44, 62, 88, .09); }
.txe-contact__intro { padding: 46px; background: linear-gradient(145deg, #f4f8fe, #eaf2fc); }
.txe-contact__intro > img { display: block; width: 100%; max-height: 270px; margin-top: 28px; object-fit: cover; border-radius: 12px; }
.txe-contact__benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; }
.txe-contact__benefits > span { display: grid; gap: 10px; padding: 15px 10px; border-radius: 11px; background: rgba(255, 255, 255, .78); color: #4d5c70; font-size: 12px; line-height: 1.55; }
.txe-contact__benefits .txw-icon { width: 35px; height: 35px; }
.txe-form { padding: 40px; background: #fff; }
.txe-form__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.txe-form label { display: grid; gap: 8px; color: #536174; font-size: 13px; font-weight: 700; }
.txe-form__wide { grid-column: 1 / -1; }
.txe-form input,
.txe-form textarea { width: 100%; min-height: 46px; padding: 12px 13px; border: 1px solid #dce3ec; border-radius: 6px; background: #fff; color: var(--tx-ink); font-family: inherit; font-size: 14px; line-height: 1.5; outline: none; }
.txe-form input:focus,
.txe-form textarea:focus { border-color: #8bb5ee; box-shadow: 0 0 0 3px rgba(26, 115, 232, .1); }
.txe-form textarea { min-height: 118px; resize: vertical; }
.txe-form > .tx-button { width: 100%; margin-top: 20px; justify-content: center; }
.txe-form > small { display: block; margin-top: 12px; color: #8a95a5; font-size: 11px; text-align: center; }

@media (max-width: 1120px) {
	.txe-hero__grid { grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr); gap: 38px; }
	.txe-card-grid--four { grid-template-columns: repeat(2, 1fr); }
	.txe-growth-path { grid-template-columns: repeat(4, 1fr); }
	.txe-growth-path article:nth-child(4) > i { display: none; }
	.txe-dual-modules { grid-template-columns: 1fr; }
	.txe-strategy-panel h2,
	.txe-strategy-panel > p:last-of-type { min-height: 0; }
	.txe-content-journey { grid-template-columns: 1fr; }
	.txe-journey { grid-template-columns: repeat(2, 1fr); border-top: 1px solid #e5ebf3; border-left: 0; }
	.txe-journey h3 { grid-column: 1 / -1; }
	.txe-roadmap { grid-template-columns: repeat(2, 1fr); }
	.txe-roadmap__stage:nth-child(2) > i { display: none; }
	.txe-scope { grid-template-columns: repeat(2, 1fr); }
	.txe-plan,
	.txe-list-card { min-height: 0; }
	.txe-contact__grid { grid-template-columns: .9fr 1.1fr; }
	.txe-contact__benefits { grid-template-columns: 1fr; }
}

@media (max-width: 920px) {
	.txe-section { padding: 72px 0; }
	.txe-hero { padding: 68px 0; }
	.txe-hero__grid { grid-template-columns: 1fr; }
	.txe-hero__copy { max-width: 720px; }
	.txe-hero__visual { max-width: 760px; }
	.txe-proof__grid { grid-template-columns: repeat(2, 1fr); }
	.txe-proof article:nth-child(2) { border-right: 0; }
	.txe-proof article:nth-child(-n+2) { border-bottom: 1px solid #e7edf5; }
	.txe-data-layout,
	.txe-contact__grid { grid-template-columns: 1fr; }
	.txe-contact__benefits { grid-template-columns: repeat(3, 1fr); }
	.txe-faq-layout.has-image { grid-template-columns: 1fr; }
	.txe-faq-layout.has-image > img { max-height: 360px; }
}

@media (max-width: 680px) {
	.txe-section { padding: 57px 0; }
	.txe-heading { margin-bottom: 31px; text-align: left; }
	.txe-hero { padding: 54px 0 48px; }
	.txe-hero h1 { font-size: clamp(34px, 10vw, 45px); }
	.txe-lead { font-size: 16px; line-height: 1.85; }
	.txe-hero .tx-button-row { display: grid; grid-template-columns: 1fr; }
	.txe-hero .tx-button { justify-content: center; }
	.txe-hero__tags { grid-template-columns: repeat(2, 1fr); }
	.txe-gsc__metrics { grid-template-columns: repeat(2, 1fr); }
	.txe-gsc__metrics span:nth-child(2) { border-right: 0; }
	.txe-gsc__metrics span:nth-child(-n+2) { border-bottom: 1px solid #edf1f5; }
	.txe-gsc__chart { height: 135px; }
	.txe-gsc__bottom { grid-template-columns: 1fr; }
	.txe-gsc__bottom > div + div { border-top: 1px solid #e7ecf3; border-left: 0; }
	.txe-proof__grid,
	.txe-card-grid--four,
	.txe-growth-path,
	.txe-roadmap,
	.txe-scope,
	.txe-faqs { grid-template-columns: 1fr; }
	.txe-proof article { justify-content: flex-start; min-height: 86px; padding-inline: 24px; border-right: 0; border-bottom: 1px solid #e7edf5; }
	.txe-proof article:last-child { border-bottom: 0; }
	.txe-card { min-height: 0; padding: 24px; }
	.txe-deliveries .txe-card { min-height: 0; }
	.txe-growth-path article { grid-template-columns: 44px 1fr; place-items: center start; min-height: 82px; padding: 14px 20px; text-align: left; }
	.txe-growth-path article > i { top: auto; right: auto; bottom: -15px; left: 29px; display: grid !important; transform: rotate(90deg); }
	.txe-growth-path article:last-child > i { display: none !important; }
	.txe-strategy-panel { padding: 27px 20px; }
	.txe-keyword-table { overflow-x: auto; }
	.txe-keyword-table__row { width: 660px; }
	.txe-health { grid-template-columns: 1fr; }
	.txe-health__score { border-right: 0; border-bottom: 1px solid #e7ecf3; }
	.txe-content-journey { padding: 22px 15px; }
	.txe-content-cluster { display: grid; grid-template-columns: repeat(2, 1fr); min-height: 0; gap: 11px; }
	.txe-content-cluster > svg { display: none; }
	.txe-content-node { position: static; width: auto; min-height: 86px; }
	.txe-journey { grid-template-columns: 1fr; padding: 22px 0 0; }
	.txe-journey h3 { grid-column: auto; }
	.txe-journey__step { grid-template-columns: 28px 88px 1fr; }
	.txe-roadmap__stage { min-height: 0; }
	.txe-roadmap__stage > i { top: auto; right: auto; bottom: -15px; left: 25px; display: grid !important; transform: rotate(90deg); }
	.txe-roadmap__stage:last-child > i { display: none !important; }
	.txe-roadmap__note { align-items: flex-start; justify-content: flex-start; line-height: 1.7; }
	.txe-data-panel { min-height: 0; padding: 18px; }
	.txe-data-panel__head { align-items: flex-start; flex-direction: column; }
	.txe-data-panel__head small { margin-left: 0; }
	.txe-data-panel__metrics { grid-template-columns: repeat(2, 1fr); gap: 18px; }
	.txe-data-cards article { grid-template-columns: 40px 1fr auto; }
	.txe-faqs details p { font-size: 14px; }
	.txe-contact__intro,
	.txe-form { padding: 27px 22px; }
	.txe-contact__benefits,
	.txe-form__grid { grid-template-columns: 1fr; }
	.txe-form__wide { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
	.txe-card { transition: none; }
}
