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

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

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

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

.tuoxun-operation-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-operation-page .txw-icon .dashicons { width: 25px; height: 25px; font-size: 25px; }
.tuoxun-operation-page .txw-icon .tx-brand-logo,
.tuoxun-operation-page .txw-icon > svg { width: 27px; height: 27px; }
.tuoxun-operation-page .txw-icon--purple { background: #f2efff; color: #8a5cf6; }
.tuoxun-operation-page .txw-icon--wp { background: #edf6fa; color: #21759b; }
.tuoxun-operation-page .txw-icon--orange { background: #fff5e8; color: #e37400; }
.tuoxun-operation-page .txw-icon--green { background: #edf8f0; color: var(--tx-green); }
.tuoxun-operation-page .txw-icon--teal { background: #ebf8f8; color: #168a8a; }
.tuoxun-operation-page .txw-icon--slate { background: #f0f3f7; color: #58697d; }

.txo-main { overflow: hidden; }
.txo-section { padding: 90px 0; }
.txo-section--soft { background: #f7f9fc; }
.txo-eyebrow { margin-bottom: 13px; color: var(--tx-blue); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.txo-heading { max-width: 780px; margin: 0 auto 42px; text-align: center; }
.txo-heading h2,
.txo-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; }
.txo-heading > p:last-child,
.txo-contact__intro > p { margin-bottom: 0; color: var(--tx-text); font-size: 16px; line-height: 1.9; }
.txo-module-image { display: block; width: min(100%, 920px); max-height: 440px; margin: 0 auto 34px; object-fit: cover; border: 1px solid var(--tx-border); border-radius: 16px; box-shadow: var(--tx-shadow); }
.txo-module-image--wide { max-height: 620px; object-fit: contain; background: #fff; }
.txo-custom-icon { display: inline-grid; place-items: center; flex: 0 0 auto; width: 44px; height: 44px; overflow: hidden; border-radius: 11px; background: #f2f5f9; }
.txo-custom-icon img { width: 100%; height: 100%; object-fit: contain; }

/* Hero */
.txo-hero { position: relative; padding: 84px 0 68px; background: radial-gradient(circle at 86% 10%, rgba(26, 115, 232, .08), transparent 28%), linear-gradient(135deg, #fff 18%, #fbfdff 62%, #f1f6fd 100%); }
.txo-hero::after { position: absolute; top: 50px; right: 6%; width: 7px; height: 7px; border-radius: 50%; content: ""; background: var(--tx-yellow); box-shadow: 25px 20px 0 -2px rgba(251, 188, 4, .22); }
.txo-hero__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(510px, 1.1fr); align-items: center; gap: clamp(44px, 6vw, 78px); }
.txo-hero h1 { margin-bottom: 23px; color: var(--tx-ink); font-size: clamp(38px, 4.2vw, 57px); font-weight: 800; letter-spacing: -.045em; line-height: 1.28; }
.txo-hero h1 em { color: var(--tx-blue); font-style: normal; }
.txo-lead { margin-bottom: 25px; color: var(--tx-text); font-size: 17px; line-height: 1.95; }
.txo-price { display: grid; gap: 5px; margin-bottom: 27px; }
.txo-price strong { color: var(--tx-blue); font: 800 clamp(29px, 3vw, 40px)/1.2 Arial, sans-serif; }
.txo-price span { color: #778397; font-size: 13px; }
.txo-dashboard-wrap { min-width: 0; }
.txo-module-image--hero { width: 100%; max-height: 520px; margin: 0; object-fit: contain; background: #fff; }
.txo-dashboard { overflow: hidden; border: 1px solid #dde5ef; border-radius: 17px; background: #fff; box-shadow: 0 28px 70px rgba(46, 66, 94, .14); }
.txo-dashboard__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 21px; border-bottom: 1px solid #edf1f5; }
.txo-dashboard__head strong { font-size: 15px; }
.txo-dashboard__head span { padding: 6px 10px; border-radius: 6px; background: #f5f7fa; color: #788497; font-size: 10px; }
.txo-dashboard__metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid #edf1f5; }
.txo-dashboard__metrics > span { display: grid; gap: 7px; min-height: 92px; padding: 17px 12px; border-right: 1px solid #edf1f5; }
.txo-dashboard__metrics > span:last-child { border-right: 0; }
.txo-dashboard__metrics strong { color: #43536a; font-size: 12px; line-height: 1.5; }
.txo-dashboard__metrics small { color: var(--tx-green); font-size: 9px; }
.txo-dashboard__body { display: grid; grid-template-columns: .8fr .9fr 1.1fr; gap: 13px; padding: 18px; background: #fbfcfe; }
.txo-dashboard__tasks,
.txo-dashboard__tools,
.txo-mini-calendar { min-width: 0; padding: 15px; border: 1px solid #e7ecf3; border-radius: 10px; background: #fff; }
.txo-dashboard__tasks { display: grid; gap: 9px; }
.txo-dashboard__tasks b,
.txo-mini-calendar b { margin-bottom: 4px; color: #4b586b; font-size: 11px; }
.txo-dashboard__tasks span { display: flex; align-items: center; gap: 5px; color: #6e7b8e; font-size: 9px; }
.txo-dashboard__tasks i { width: 13px; height: 13px; color: var(--tx-green); font-size: 13px; }
.txo-dashboard__tools { display: grid; gap: 10px; }
.txo-dashboard__tools article { display: grid; gap: 4px; padding: 9px; border-radius: 7px; background: #f5f8fc; }
.txo-dashboard__tools small { color: #7a8799; font-size: 8px; }
.txo-dashboard__tools strong { color: var(--tx-blue); font: 800 18px/1.2 Arial, sans-serif; }
.txo-dashboard__tools em { color: var(--tx-green); font-size: 8px; font-style: normal; }
.txo-mini-calendar > div { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-top: 12px; }
.txo-mini-calendar span { display: grid; place-items: center; aspect-ratio: 1; border-radius: 50%; color: #788497; font: 8px/1 Arial, sans-serif; }
.txo-mini-calendar span.is-active { background: var(--tx-blue); color: #fff; }

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

/* Cards */
.txo-card-grid { display: grid; gap: 19px; }
.txo-card-grid--four { grid-template-columns: repeat(4, 1fr); }
.txo-card { min-height: 245px; 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; }
.txo-card:hover { border-color: #b9d2f4; box-shadow: 0 17px 42px rgba(42, 60, 85, .11); transform: translateY(-4px); }
.txo-card h3 { margin: 19px 0 10px; color: var(--tx-ink); font-size: 18px; line-height: 1.5; }
.txo-card p { margin-bottom: 0; color: var(--tx-text); font-size: 15px; line-height: 1.85; }
.txo-deliveries .txo-card { display: flex; min-height: 175px; gap: 16px; padding: 24px; }
.txo-deliveries .txo-card h3 { margin: 0 0 8px; font-size: 16px; }
.txo-deliveries .txo-card p { font-size: 14px; line-height: 1.75; }

/* Operations system */
.txo-system { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 20px 0; }
.txo-system::before { position: absolute; top: 50%; right: 8%; left: 8%; height: 1px; content: ""; background: #cfdced; }
.txo-system article { position: relative; z-index: 1; display: flex; align-items: center; min-height: 165px; gap: 15px; padding: 24px; border: 1px solid #dbe4ef; border-radius: 50px 15px 15px 50px; background: #fff; box-shadow: 0 12px 35px rgba(42, 60, 84, .08); }
.txo-system article > div { min-width: 0; }
.txo-system h3 { margin-bottom: 7px; font-size: 17px; }
.txo-system p { margin-bottom: 0; color: var(--tx-text); font-size: 13px; line-height: 1.75; }
.txo-system article > i { position: absolute; right: -19px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #fff; color: #9aabc0; font-style: normal; box-shadow: 0 3px 12px rgba(50, 70, 98, .15); }

/* Monthly rhythm */
.txo-rhythm { display: grid; grid-template-columns: .83fr 1.05fr .82fr; gap: 20px; }
.txo-weeks,
.txo-progress { display: grid; gap: 11px; }
.txo-weeks article { display: flex; align-items: flex-start; gap: 13px; padding: 16px; border: 1px solid var(--tx-border); border-radius: 12px; background: #fff; }
.txo-weeks article > span { display: grid; place-items: center; flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; background: var(--tx-blue); color: #fff; font: 800 11px/1 Arial, sans-serif; }
.txo-weeks h3 { margin-bottom: 5px; font-size: 14px; }
.txo-weeks p { margin-bottom: 0; color: var(--tx-text); font-size: 12px; line-height: 1.65; }
.txo-rhythm__image { width: 100%; height: 100%; min-height: 420px; object-fit: cover; border: 1px solid var(--tx-border); border-radius: 13px; background: #fff; box-shadow: 0 10px 30px rgba(45, 62, 87, .07); }
.txo-month,
.txo-progress { padding: 23px; border: 1px solid var(--tx-border); border-radius: 13px; background: #fff; box-shadow: 0 10px 30px rgba(45, 62, 87, .07); }
.txo-month > strong,
.txo-progress > strong { display: block; margin-bottom: 20px; color: #48576b; font-size: 14px; }
.txo-month__week,
.txo-month__days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; }
.txo-month__week { margin-bottom: 9px; color: #8b97a8; font-size: 10px; text-align: center; }
.txo-month__days span { display: grid; place-items: center; aspect-ratio: 1; border-radius: 50%; font: 10px/1 Arial, sans-serif; }
.txo-month__day--1 { background: #eaf2fe; color: var(--tx-blue); }
.txo-month__day--2 { background: #eaf6ee; color: var(--tx-green); }
.txo-month__day--3 { background: #f1edff; color: #7b61ff; }
.txo-month__day--4 { background: #fff6df; color: #a77100; }
.txo-month__legend { display: flex; flex-wrap: wrap; gap: 9px 14px; margin-top: 20px; color: #7b8799; font-size: 9px; }
.txo-month__legend span:nth-child(1) { color: var(--tx-blue); }
.txo-month__legend span:nth-child(2) { color: var(--tx-green); }
.txo-month__legend span:nth-child(3) { color: #7b61ff; }
.txo-month__legend span:nth-child(4) { color: #a77100; }
.txo-progress { align-content: start; }
.txo-progress > span { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding: 12px 0; border-bottom: 1px solid #edf1f5; }
.txo-progress > span:last-child { border-bottom: 0; }
.txo-progress i { width: 17px; height: 17px; font-size: 17px; }
.txo-progress b { color: #536174; font-size: 11px; }
.txo-progress small { font-size: 9px; }
.txo-progress .is-done i,
.txo-progress .is-done small { color: var(--tx-green); }
.txo-progress .is-progress i,
.txo-progress .is-progress small { color: var(--tx-blue); }
.txo-progress .is-waiting i,
.txo-progress .is-waiting small { color: #a2abba; }

/* Data */
.txo-data-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 20px; }
.txo-data-panel { min-height: 360px; padding: 24px; border: 1px solid #dce5ef; border-radius: 15px; background: #fff; box-shadow: 0 14px 40px rgba(45, 62, 87, .08); }
.txo-data-panel--image { width: 100%; height: 100%; max-height: 520px; padding: 0; object-fit: contain; }
.txo-data-panel__head { display: flex; align-items: center; gap: 17px; padding-bottom: 19px; border-bottom: 1px solid #edf1f5; }
.txo-data-panel__head strong { display: inline-flex; align-items: center; gap: 6px; color: #47566b; font-size: 12px; }
.txo-data-panel__head .tx-brand-logo { width: 19px; height: 19px; }
.txo-data-panel__head small { margin-left: auto; padding: 5px 8px; border-radius: 5px; background: #fff7dd; color: #a06c00; font-size: 9px; }
.txo-data-panel__metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 22px 0 5px; }
.txo-data-panel__metrics span { display: grid; gap: 4px; }
.txo-data-panel__metrics strong { color: var(--tx-blue); font: 800 21px/1.2 Arial, sans-serif; }
.txo-data-panel__metrics small { color: #7f8b9c; font-size: 10px; }
.txo-data-panel__metrics em { color: var(--tx-green); font-size: 9px; font-style: normal; }
.txo-data-panel > svg { width: 100%; height: 165px; margin-top: 19px; background: repeating-linear-gradient(to bottom, #fff, #fff 39px, #edf1f6 40px); }
.txo-output-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.txo-output-grid article { display: flex; padding: 20px; flex-direction: column; border: 1px solid var(--tx-border); border-radius: 13px; background: #fff; box-shadow: 0 10px 30px rgba(45, 62, 87, .055); }
.txo-output-grid .txw-icon { width: 38px; height: 38px; }
.txo-output-grid h3 { margin: 15px 0 8px; font-size: 14px; }
.txo-output-grid p { min-height: 68px; margin-bottom: 15px; color: var(--tx-text); font-size: 11px; line-height: 1.65; }
.txo-output-grid strong { margin-top: auto; font: 800 25px/1.2 Arial, sans-serif; }
.txo-output-grid em { margin: 4px 0 10px; color: var(--tx-green); font-size: 10px; font-style: normal; }
.txo-output-grid svg,
.txo-output-grid img { width: 100%; height: 42px; margin-top: auto; object-fit: contain; }

/* Scope */
.txo-scope { display: grid; grid-template-columns: 1.05fr .9fr 1fr 1fr; gap: 17px; }
.txo-plan,
.txo-list-card { position: relative; display: flex; min-height: 440px; 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); }
.txo-plan--featured { border: 2px solid var(--tx-blue); }
.txo-plan--featured > span { position: absolute; top: -13px; left: 22px; padding: 6px 12px; border-radius: 15px; background: var(--tx-blue); color: #fff; font-size: 10px; }
.txo-plan h3,
.txo-list-card h3 { margin: 10px 0 15px; font-size: 19px; }
.txo-plan > strong { color: var(--tx-blue); font: 800 25px/1.25 Arial, sans-serif; }
.txo-plan > small { margin-top: 8px; color: #7c8899; font-size: 11px; }
.txo-plan > p { margin-bottom: 24px; color: var(--tx-text); font-size: 14px; line-height: 1.85; }
.txo-plan ul,
.txo-list-card ul { display: grid; gap: 11px; padding: 20px 0; margin: 19px 0; border-block: 1px solid #edf1f5; list-style: none; }
.txo-list-card ul { padding: 0; margin: 7px 0 0; border: 0; }
.txo-plan li,
.txo-list-card li { display: flex; align-items: flex-start; gap: 7px; color: #526074; font-size: 12px; line-height: 1.6; }
.txo-plan li i,
.txo-list-card li .dashicons { flex: 0 0 auto; width: 16px; height: 16px; color: var(--tx-green); font-size: 16px; }
.txo-list-card--muted li i { color: #9aa4b1; font-style: normal; }
.txo-plan .tx-button { justify-content: center; margin-top: auto; }
.txo-list-card--muted { background: #fbfcfd; }

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

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

@media (max-width: 1120px) {
	.txo-hero__grid { grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr); gap: 38px; }
	.txo-card-grid--four { grid-template-columns: repeat(2, 1fr); }
	.txo-system { grid-template-columns: repeat(2, 1fr); }
	.txo-system::before,
	.txo-system article > i { display: none; }
	.txo-rhythm { grid-template-columns: 1fr 1fr; }
	.txo-progress { grid-column: 1 / -1; }
	.txo-scope { grid-template-columns: repeat(2, 1fr); }
	.txo-plan,
	.txo-list-card { min-height: 0; }
	.txo-contact__grid { grid-template-columns: .9fr 1.1fr; }
	.txo-contact__benefits { grid-template-columns: 1fr; }
}

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

@media (max-width: 680px) {
	.txo-section { padding: 57px 0; }
	.txo-heading { margin-bottom: 31px; text-align: left; }
	.txo-hero { padding: 54px 0 48px; }
	.txo-hero h1 { font-size: clamp(34px, 10vw, 45px); }
	.txo-lead { font-size: 16px; line-height: 1.85; }
	.txo-hero .tx-button-row { display: grid; grid-template-columns: 1fr; }
	.txo-hero .tx-button { justify-content: center; }
	.txo-dashboard__metrics { grid-template-columns: repeat(2, 1fr); }
	.txo-dashboard__metrics > span:nth-child(2) { border-right: 0; }
	.txo-dashboard__metrics > span:nth-child(-n+2) { border-bottom: 1px solid #edf1f5; }
	.txo-dashboard__body { grid-template-columns: 1fr; }
	.txo-proof__grid,
	.txo-card-grid--four,
	.txo-system,
	.txo-rhythm,
	.txo-scope,
	.txo-faqs { grid-template-columns: 1fr; }
	.txo-proof article { justify-content: flex-start; min-height: 86px; padding-inline: 24px; border-right: 0; border-bottom: 1px solid #e7edf5; }
	.txo-proof article:last-child { border-bottom: 0; }
	.txo-card { min-height: 0; padding: 24px; }
	.txo-deliveries .txo-card { min-height: 0; }
	.txo-system article { min-height: 145px; }
	.txo-progress { grid-column: auto; }
	.txo-rhythm__image { min-height: 320px; }
	.txo-data-panel { min-height: 0; padding: 18px; }
	.txo-data-panel__head { align-items: flex-start; flex-direction: column; }
	.txo-data-panel__head small { margin-left: 0; }
	.txo-data-panel__metrics { grid-template-columns: repeat(2, 1fr); gap: 18px; }
	.txo-output-grid { grid-template-columns: 1fr; }
	.txo-output-grid p { min-height: 0; }
	.txo-faqs details p { font-size: 14px; }
	.txo-contact__intro,
	.txo-form { padding: 27px 22px; }
	.txo-contact__benefits,
	.txo-form__grid { grid-template-columns: 1fr; }
	.txo-form__wide { grid-column: auto; }
}

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