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

body.tuoxun-ads-page #masthead,
body.tuoxun-ads-page #colophon,
body.tuoxun-ads-page .site-header,
body.tuoxun-ads-page .site-footer:not(.tx-footer) { display: none !important; }
body.tuoxun-ads-page #wrapper,
body.tuoxun-ads-page .site,
body.tuoxun-ads-page .site-content { max-width: none; padding: 0; margin: 0; background: transparent; }
.tuoxun-ads-page *, .tuoxun-ads-page *::before, .tuoxun-ads-page *::after { box-sizing: border-box; }
.tuoxun-ads-page a { text-decoration: none; }
.tuoxun-ads-page h1, .tuoxun-ads-page h2, .tuoxun-ads-page h3, .tuoxun-ads-page p, .tuoxun-ads-page ul { margin-top: 0; }
.tuoxun-ads-page .tx-nav a:nth-child(2) { color: var(--tx-blue); }
.tuoxun-ads-page .tx-nav a:nth-child(2)::after { left: 0; width: 100%; }

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

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

/* Hero */
.txa-hero { position: relative; padding: 78px 0 66px; background: radial-gradient(circle at 86% 10%, rgba(26,115,232,.085), transparent 32%), linear-gradient(135deg,#fff 12%,#fbfdff 62%,#f0f6fd 100%); }
.txa-hero::after { position: absolute; top: 44px; right: 7%; width: 7px; height: 7px; border-radius: 50%; background: #fbbc04; box-shadow: 22px 20px 0 -2px rgba(251,188,4,.2); content: ""; }
.txa-hero__grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(520px,1.1fr); align-items: center; gap: clamp(44px,6vw,78px); }
.txa-hero h1 { margin-bottom: 22px; color: var(--tx-ink); font-size: clamp(38px,4vw,55px); font-weight: 800; letter-spacing: -.045em; line-height: 1.28; }
.txa-lead { margin-bottom: 24px; color: var(--tx-text); font-size: 17px; line-height: 1.95; }
.txa-price { display: grid; gap: 6px; margin-bottom: 26px; }
.txa-price strong { color: var(--tx-blue); font: 800 clamp(29px,3vw,40px)/1.2 Arial,sans-serif; }
.txa-price span { color: #758196; font-size: 14px; }
.txa-hero__tags { display: grid; grid-template-columns: repeat(4,max-content); gap: 11px; margin-top: 27px; }
.txa-hero__tags span { display: inline-flex; align-items: center; gap: 5px; color: #59687a; font-size: 13px; font-weight: 700; }
.txa-hero__tags i { width: 17px; height: 17px; color: var(--tx-blue); font-size: 17px; }
.txa-hero__tags span:nth-child(2) i { color: #7b61ff; }
.txa-hero__tags span:nth-child(3) i { color: #34a853; }
.txa-hero__tags span:nth-child(4) i { color: #e37400; }
.txa-module-image--hero { width: 100%; max-height: 590px; margin: 0; object-fit: contain; }
.txa-dashboard { overflow: hidden; border: 1px solid #dce5ef; border-radius: 17px; background: #fff; box-shadow: 0 28px 70px rgba(46,66,94,.14); }
.txa-dashboard__head { display: flex; align-items: center; justify-content: space-between; padding: 16px 19px; border-bottom: 1px solid #edf1f5; }
.txa-dashboard__head > span { display: flex; align-items: center; gap: 8px; color: #46566b; font-size: 13px; }
.txa-dashboard__head svg { width: 22px; height: 22px; }
.txa-dashboard__head small { padding: 5px 8px; border-radius: 5px; background: #fff7dd; color: #8d6500; font-size: 9px; }
.txa-dashboard__metrics { display: grid; grid-template-columns: repeat(4,1fr); }
.txa-dashboard__metrics span { display: grid; gap: 7px; min-height: 87px; padding: 16px 13px; border-right: 1px solid #edf1f5; }
.txa-dashboard__metrics span:last-child { border-right: 0; }
.txa-dashboard__metrics small { color: #7d899a; font-size: 9px; }
.txa-dashboard__metrics strong { color: #38475b; font: 800 19px/1.25 Arial,sans-serif; }
.txa-dashboard__metrics span:nth-child(1) strong, .txa-dashboard__metrics span:nth-child(4) strong { color: #e37400; }
.txa-dashboard__metrics span:nth-child(2) strong { color: #34a853; }
.txa-dashboard__metrics span:nth-child(3) strong { color: #7b61ff; }
.txa-dashboard__chart { width: 100%; height: 175px; padding: 15px 20px; background: repeating-linear-gradient(to bottom,#fff,#fff 43px,#edf1f5 44px); }
.txa-dashboard__bottom { display: grid; grid-template-columns: 1.15fr .85fr; border-top: 1px solid #e8edf3; background: #fbfcfe; }
.txa-dashboard__bottom > div { display: grid; gap: 8px; padding: 15px; }
.txa-dashboard__bottom > div + div { border-left: 1px solid #e8edf3; }
.txa-dashboard__bottom b { color: #4f5d71; font-size: 10px; }
.txa-dashboard__bottom span { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 7px; color: #718096; font-size: 8px; }
.txa-dashboard__bottom span i { grid-column: 1/-1; width: var(--w); height: 4px; border-radius: 4px; background: linear-gradient(90deg,#1a73e8,#7b61ff); }
.txa-funnel span { padding: 7px 9px; border-radius: 5px; background: #edf5ff; }
.txa-funnel span:nth-of-type(2) { margin-inline: 8px; background: #f2efff; }
.txa-funnel span:nth-of-type(3) { margin-inline: 16px; background: #edf8f0; }

/* Cards and proof */
.txa-proof { position: relative; z-index: 2; border-block: 1px solid #e7edf5; background: #fff; }
.txa-proof__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.txa-proof article { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 105px; border-right: 1px solid #e7edf5; }
.txa-proof article:first-child { border-left: 1px solid #e7edf5; }
.txa-proof article > div { display: grid; gap: 3px; }
.txa-proof strong { color: var(--tx-ink); font-size: 15px; }
.txa-proof small { color: var(--tx-muted); font-size: 13px; }
.txa-card-grid { display: grid; gap: 19px; }
.txa-card-grid--four { grid-template-columns: repeat(4,1fr); }
.txa-card { min-height: 232px; padding: 27px; border: 1px solid var(--tx-border); border-radius: 15px; background: #fff; box-shadow: 0 10px 30px rgba(42,60,85,.065); transition: .2s ease; }
.txa-card:hover { border-color: #bad2f3; box-shadow: 0 17px 42px rgba(42,60,85,.11); transform: translateY(-4px); }
.txa-card h3 { margin: 18px 0 10px; color: var(--tx-ink); font-size: 18px; line-height: 1.5; }
.txa-card p { margin-bottom: 0; color: var(--tx-text); font-size: 15px; line-height: 1.85; }
.txa-deliveries { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.txa-deliveries article { display: flex; min-height: 178px; gap: 16px; padding: 24px; border: 1px solid #dfe6ef; border-radius: 14px; background: #fff; box-shadow: 0 10px 30px rgba(42,60,85,.055); }
.txa-deliveries h3 { margin: 0 0 8px; color: var(--tx-ink); font-size: 16px; line-height: 1.5; }
.txa-deliveries p { margin: 0; color: var(--tx-text); font-size: 15px; line-height: 1.75; }

/* Path */
.txa-path { display: grid; grid-template-columns: repeat(7,1fr); gap: 11px; }
.txa-path article { position: relative; display: grid; place-items: center; align-content: center; min-height: 160px; gap: 8px; padding: 18px 9px; border: 1px solid #dfe7f1; border-radius: 50px 50px 14px 14px; background: #fff; box-shadow: 0 10px 28px rgba(43,62,88,.055); text-align: center; }
.txa-path article > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #edf5ff; color: #1a73e8; font-size: 24px; }
.txa-path article:nth-child(2) > span, .txa-path article:nth-child(5) > span { background: #f2efff; color: #7b61ff; }
.txa-path article:nth-child(4) > span, .txa-path article:nth-child(7) > span { background: #edf8f0; color: #34a853; }
.txa-path strong { color: #3f4d61; font-size: 14px; }
.txa-path small { color: #7b8798; font-size: 12px; line-height: 1.55; }
.txa-path article > i { position: absolute; top: 50%; right: -15px; z-index: 2; color: #96a9c0; font-style: normal; }

/* Account structure */
.txa-structure { display: grid; grid-template-columns: 1.45fr .75fr; gap: 20px; }
.txa-account, .txa-budget { min-width: 0; padding: 30px; border: 1px solid #dce5ef; border-radius: 17px; background: #fff; box-shadow: 0 13px 38px rgba(45,62,87,.07); }
.txa-account__root { width: 240px; margin: 0 auto 28px; padding: 14px 20px; border: 1px solid #bad4f6; border-radius: 8px; background: #f4f8ff; color: #1a73e8; text-align: center; }
.txa-account__root span { margin-right: 6px; }
.txa-account__campaigns { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.txa-account__campaigns::before { position: absolute; top: -15px; left: 16%; width: 68%; border-top: 1px solid #aac7eb; content: ""; }
.txa-account__campaign { position: relative; display: grid; gap: 11px; padding: 15px; border: 1px solid #cbdcf2; border-radius: 10px; background: #f7faff; text-align: center; }
.txa-account__campaign::before { position: absolute; top: -15px; left: 50%; height: 15px; border-left: 1px solid #aac7eb; content: ""; }
.txa-account__campaign--2 { border-color: #d7cdfd; background: #faf8ff; }
.txa-account__campaign--3 { border-color: #cbe9d4; background: #f6fcf8; }
.txa-account__campaign strong { min-height: 38px; color: #435167; font-size: 12px; line-height: 1.55; }
.txa-account__campaign > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.txa-account__campaign span, .txa-account__campaign small { padding: 9px 5px; border: 1px solid #e2e8f0; border-radius: 6px; background: #fff; color: #657389; font-size: 10px; }
.txa-budget h3 { display: flex; justify-content: space-between; margin-bottom: 28px; color: var(--tx-ink); font-size: 18px; }
.txa-budget h3 small { padding: 4px 7px; border-radius: 5px; background: #fff7dd; color: #946a00; font-size: 9px; }
.txa-budget > div { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-bottom: 25px; color: #5b687a; font-size: 13px; }
.txa-budget > div > i { grid-column: 1/-1; height: 9px; overflow: hidden; border-radius: 10px; background: #edf1f6; }
.txa-budget > div > i b { display: block; width: var(--w); height: 100%; border-radius: inherit; background: linear-gradient(90deg,#1a73e8,#6ca5ef); }
.txa-budget > div:nth-of-type(2) > i b { background: linear-gradient(90deg,#7b61ff,#a99bf7); }
.txa-budget > div:nth-of-type(3) > i b { background: linear-gradient(90deg,#34a853,#70c98b); }

/* Search term filtering */
.txa-filter { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.txa-filter article { padding: 26px; border: 1px solid #d9e7dc; border-radius: 15px; background: #f8fcf9; }
.txa-filter article.is-watch { border-color: #f3d8bc; background: #fffaf5; }
.txa-filter article.is-negative { border-color: #f1d0d3; background: #fff8f8; }
.txa-filter h3 { min-height: 50px; margin-bottom: 16px; color: #277b3c; font-size: 17px; line-height: 1.5; }
.txa-filter .is-watch h3 { color: #b36817; }
.txa-filter .is-negative h3 { color: #c9424b; }
.txa-filter article > span { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 9px; padding: 10px 12px; border: 1px solid #dceae0; border-radius: 999px; background: #fff; color: #526174; font-size: 13px; }
.txa-filter article > span i { color: #34a853; font-size: 18px; }
.txa-filter .is-watch span i { color: #e37400; }
.txa-filter .is-negative span i { color: #e44b55; }
.txa-filter article > p { margin: 18px 0 0; color: #667386; font-size: 14px; line-height: 1.75; }
.txa-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 18px 0 0; padding: 10px 15px; border: 1px solid #dbe8f9; border-radius: 8px; background: #f5f9ff; color: #60718a; font-size: 14px; }
.txa-note span { color: var(--tx-blue); }

/* Ad and landing consistency */
.txa-consistency { display: grid; grid-template-columns: 1fr 100px 1.15fr; align-items: center; gap: 20px; }
.txa-search-ad, .txa-landing { min-height: 305px; padding: 28px; border: 1px solid #dce5ef; border-radius: 16px; background: #fff; box-shadow: 0 12px 35px rgba(42,60,85,.07); }
.txa-search-ad > small { color: #798699; font-size: 12px; }
.txa-search-ad > strong { display: block; margin: 28px 0 5px; color: #2a63b8; font-size: 22px; line-height: 1.45; }
.txa-search-ad > em { color: #298052; font-size: 13px; font-style: normal; }
.txa-search-ad p { margin: 13px 0 20px; color: #586679; font-size: 15px; line-height: 1.8; }
.txa-search-ad > div { display: flex; flex-wrap: wrap; gap: 8px; }
.txa-search-ad > div span { padding: 6px 10px; border-radius: 5px; background: #f2f6fb; color: #41689c; font-size: 11px; }
.txa-match { text-align: center; }
.txa-match span { display: block; color: #557095; font-size: 13px; font-weight: 700; }
.txa-match i { color: var(--tx-blue); font: 800 45px/1 Arial,sans-serif; font-style: normal; }
.txa-landing { display: grid; grid-template-columns: 42% 1fr; gap: 22px; }
.txa-landing__media, .txa-landing > img { width: 100%; height: 100%; min-height: 245px; border-radius: 11px; object-fit: cover; background: linear-gradient(145deg,#dfe8f3,#f7f9fc); }
.txa-landing__media { display: grid; place-items: center; }
.txa-landing__media span { color: #6a7b90; font-size: 70px; }
.txa-landing > div:last-child { align-self: center; }
.txa-landing small { color: var(--tx-blue); font-size: 11px; font-weight: 800; }
.txa-landing h3 { margin: 8px 0 12px; color: var(--tx-ink); font-size: 21px; line-height: 1.45; }
.txa-landing p { color: #657286; font-size: 15px; line-height: 1.75; }
.txa-landing a { display: inline-block; padding: 10px 16px; border-radius: 6px; background: var(--tx-blue); color: #fff; font-size: 12px; font-weight: 700; }
.txa-consistency__points { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; margin-top: 20px; }
.txa-consistency__points span { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 17px; border: 1px solid #dfe7f1; border-radius: 11px; background: #fff; color: #546276; font-size: 14px; font-weight: 700; }
.txa-consistency__points i { color: #34a853; font-size: 22px; }

/* Tracking and rhythm */
.txa-tracking { display: grid; grid-template-columns: 1fr 310px; gap: 20px; }
.txa-tracking__flow, .txa-tracking aside, .txa-rhythm__steps, .txa-rhythm aside { border: 1px solid #dce5ef; border-radius: 16px; background: #fff; box-shadow: 0 12px 35px rgba(42,60,85,.065); }
.txa-tracking__flow { display: grid; grid-template-columns: repeat(5,1fr); align-items: center; padding: 28px; }
.txa-tracking__flow article { position: relative; display: grid; place-items: center; gap: 11px; text-align: center; }
.txa-tracking__flow article > svg, .txa-tracking__flow article > span { width: 39px; height: 39px; color: var(--tx-blue); font-size: 34px; }
.txa-tracking__flow strong { max-width: 110px; color: #4b5a6f; font-size: 13px; line-height: 1.5; }
.txa-tracking__flow i { position: absolute; right: -7px; color: #99abc1; font-style: normal; }
.txa-tracking aside { padding: 26px; }
.txa-tracking aside h3, .txa-rhythm aside h3 { display: flex; justify-content: space-between; margin-bottom: 17px; color: var(--tx-ink); font-size: 17px; }
.txa-tracking aside h3 small, .txa-rhythm aside h3 small { color: #8390a2; font-size: 9px; }
.txa-tracking aside > span { display: grid; gap: 5px; margin-bottom: 10px; padding: 12px; border-left: 3px solid #1a73e8; border-radius: 7px; background: #f2f7ff; }
.txa-tracking aside > span.is-2 { border-color: #34a853; background: #f2faf4; }
.txa-tracking aside > span.is-3 { border-color: #e37400; background: #fff8ef; }
.txa-tracking aside b { color: #47566a; font-size: 12px; }
.txa-tracking aside small { color: #728095; font-size: 10px; line-height: 1.55; }
.txa-rhythm { display: grid; grid-template-columns: 1fr 280px; gap: 20px; }
.txa-rhythm__steps { display: grid; grid-template-columns: repeat(4,1fr); padding: 25px; }
.txa-rhythm__steps article { position: relative; padding: 14px 20px; border-right: 1px solid #e5eaf1; }
.txa-rhythm__steps article:last-child { border-right: 0; }
.txa-rhythm__steps span { color: var(--tx-blue); font-size: 11px; font-weight: 800; }
.txa-rhythm__steps h3 { margin: 9px 0; color: #405066; font-size: 15px; line-height: 1.5; }
.txa-rhythm__steps p { margin: 0; color: #718095; font-size: 13px; line-height: 1.7; }
.txa-rhythm__steps i { position: absolute; top: 50%; right: -7px; z-index: 2; color: #95a8bf; font-style: normal; }
.txa-rhythm aside { padding: 25px; }
.txa-calendar { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.txa-calendar span { display: grid; place-items: center; gap: 8px; padding: 14px; border: 1px solid #e2e8f0; border-radius: 9px; color: #5f6d80; }
.txa-calendar b { font-size: 11px; }
.txa-calendar i { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #edf5ff; color: var(--tx-blue); font-style: normal; font-weight: 800; }

/* Data */
.txa-data { overflow: hidden; border: 1px solid #dce5ef; border-radius: 17px; background: #fff; box-shadow: 0 14px 42px rgba(45,62,87,.08); }
.txa-data__metrics { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid #e7ecf2; }
.txa-data__metrics span { display: grid; gap: 7px; padding: 24px; border-right: 1px solid #e7ecf2; }
.txa-data__metrics span:last-child { border-right: 0; }
.txa-data__metrics strong { color: var(--tx-blue); font: 800 25px/1.2 Arial,sans-serif; }
.txa-data__metrics span:nth-child(3) strong { color: #7b61ff; }
.txa-data__metrics span:nth-child(4) strong { color: #e37400; }
.txa-data__metrics small { color: #788598; font-size: 12px; }
.txa-data__charts { display: grid; grid-template-columns: 1.4fr .65fr .75fr; align-items: center; min-height: 230px; gap: 20px; padding: 25px; background: repeating-linear-gradient(to bottom,#fff,#fff 56px,#edf1f5 57px); }
.txa-data__charts svg { width: 100%; height: 180px; }
.txa-donut { position: relative; display: grid; place-items: center; width: 150px; height: 150px; margin: auto; border-radius: 50%; background: conic-gradient(#1a73e8 0 44%,#7b61ff 44% 75%,#34a853 75%); }
.txa-donut::after { position: absolute; width: 84px; height: 84px; border-radius: 50%; background: #fff; content: ""; }
.txa-donut span { position: relative; z-index: 2; display: grid; text-align: center; }
.txa-donut b { color: #415066; font-size: 22px; }
.txa-donut small { color: #7c899a; font-size: 9px; }
.txa-bars { display: grid; gap: 24px; }
.txa-bars span { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px; }
.txa-bars span b { width: var(--w); height: 8px; border-radius: 8px; background: #1a73e8; }
.txa-bars span:nth-child(2) b { background: #7b61ff; }
.txa-bars span:nth-child(3) b { background: #34a853; }
.txa-bars i { color: #647287; font-size: 11px; font-style: normal; }
.txa-data-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; margin-top: 20px; }
.txa-data-cards article { display: flex; min-height: 135px; align-items: flex-start; gap: 14px; padding: 23px; border: 1px solid #dfe7f1; border-radius: 13px; background: #fff; }
.txa-data-cards h3 { margin: 0 0 8px; color: var(--tx-ink); font-size: 16px; }
.txa-data-cards p { margin: 0; color: var(--tx-text); font-size: 14px; line-height: 1.75; }

/* Scope, FAQ and CTA */
.txa-scope { display: grid; grid-template-columns: 1fr .9fr 1fr 1fr; gap: 16px; }
.txa-plan, .txa-list-card { position: relative; display: flex; min-height: 425px; flex-direction: column; padding: 28px; border: 1px solid #dce5ef; border-radius: 15px; background: #fff; }
.txa-plan--featured { border: 2px solid #5697ec; box-shadow: 0 14px 35px rgba(26,115,232,.11); }
.txa-plan--featured > span { position: absolute; top: -14px; left: 23px; padding: 5px 12px; border-radius: 999px; background: var(--tx-blue); color: #fff; font-size: 11px; font-weight: 700; }
.txa-plan h3, .txa-list-card h3 { margin-bottom: 14px; color: var(--tx-ink); font-size: 18px; line-height: 1.5; }
.txa-plan > strong { margin-bottom: 8px; color: var(--tx-blue); font: 800 27px/1.25 Arial,sans-serif; }
.txa-plan > small { margin-bottom: 20px; color: #788497; font-size: 12px; }
.txa-plan > p { color: var(--tx-text); font-size: 15px; line-height: 1.85; }
.txa-plan ul, .txa-list-card ul { padding: 0; margin-bottom: 25px; list-style: none; }
.txa-plan li, .txa-list-card li { display: flex; gap: 7px; margin-bottom: 11px; color: #586679; font-size: 14px; line-height: 1.55; }
.txa-plan li i, .txa-list-card li i { flex: 0 0 auto; color: #34a853; font-size: 18px; font-style: normal; }
.txa-plan .tx-button { width: 100%; margin-top: auto; text-align: center; }
.txa-list-card--muted { background: #fbfcfd; }
.txa-list-card--muted li i { color: #9ca8b7; }
.txa-scope__warning { display: flex; align-items: center; gap: 6px; margin-top: auto; padding: 10px; border-radius: 7px; background: #fff4e8; color: #b36415; font-size: 12px; }
.txa-faq-layout.has-image { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 30px; }
.txa-faq-layout > img { width: 100%; border-radius: 15px; box-shadow: var(--tx-shadow); }
.txa-faqs { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.txa-faqs details { min-width: 0; border: 1px solid #dfe7f1; border-radius: 11px; background: #fff; }
.txa-faqs summary { position: relative; padding: 19px 46px 19px 20px; color: #46556a; font-size: 15px; font-weight: 700; line-height: 1.55; cursor: pointer; list-style: none; }
.txa-faqs summary::after { position: absolute; top: 19px; right: 18px; color: var(--tx-blue); content: "+"; }
.txa-faqs details[open] summary::after { content: "−"; }
.txa-faqs p { padding: 0 20px 19px; margin: 0; color: #69768a; font-size: 15px; line-height: 1.8; }
.txa-contact { background: linear-gradient(135deg,#f4f8ff 0,#fff 50%,#f8fbff 100%); }
.txa-contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; padding: 0 22px; }
.txa-contact__intro > img { width: 100%; max-height: 280px; margin-top: 25px; border-radius: 14px; object-fit: cover; }
.txa-contact__benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 32px; }
.txa-contact__benefits span { display: grid; justify-items: center; gap: 9px; padding: 16px 8px; border: 1px solid #dfe7f1; border-radius: 11px; background: #fff; text-align: center; }
.txa-contact__benefits strong { color: #536176; font-size: 12px; line-height: 1.5; }
.txa-form { padding: 30px; border: 1px solid #dce5ef; border-radius: 16px; background: #fff; box-shadow: 0 16px 45px rgba(42,60,85,.08); }
.txa-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.txa-form label { display: grid; gap: 7px; color: #4c5a6d; font-size: 14px; font-weight: 700; }
.txa-form input, .txa-form textarea { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid #ccd6e2; border-radius: 7px; background: #fff; color: #26364c; font: 400 15px/1.5 inherit; }
.txa-form textarea { resize: vertical; }
.txa-form input:focus, .txa-form textarea:focus { border-color: var(--tx-blue); outline: 3px solid rgba(26,115,232,.1); }
.txa-form__wide { grid-column: 1/-1; }
.txa-form > .tx-button { width: 100%; margin-top: 20px; }
.txa-form > small { display: block; margin-top: 12px; color: #8390a1; font-size: 12px; text-align: center; }

@media (max-width: 1120px) {
	.txa-hero__grid { grid-template-columns: 1fr 1fr; gap: 35px; }
	.txa-card-grid--four, .txa-deliveries { grid-template-columns: repeat(2,1fr); }
	.txa-path { grid-template-columns: repeat(4,1fr); }
	.txa-path article:nth-child(4) > i { display: none; }
	.txa-structure { grid-template-columns: 1fr; }
	.txa-consistency { grid-template-columns: 1fr 70px 1.15fr; }
	.txa-tracking, .txa-rhythm { grid-template-columns: 1fr; }
	.txa-scope { grid-template-columns: repeat(2,1fr); }
	.txa-plan, .txa-list-card { min-height: 390px; }
}

@media (max-width: 860px) {
	.txa-section { padding: 72px 0; }
	.txa-hero__grid { grid-template-columns: 1fr; }
	.txa-hero__visual { max-width: 680px; }
	.txa-proof__grid { grid-template-columns: repeat(2,1fr); }
	.txa-proof article:nth-child(2) { border-right: 0; }
	.txa-proof article:nth-child(n+3) { border-top: 1px solid #e7edf5; }
	.txa-path { grid-template-columns: repeat(2,1fr); }
	.txa-path article:nth-child(even) > i { display: none; }
	.txa-account__campaigns { grid-template-columns: 1fr; }
	.txa-account__campaigns::before, .txa-account__campaign::before { display: none; }
	.txa-filter { grid-template-columns: 1fr; }
	.txa-filter h3 { min-height: 0; }
	.txa-consistency { grid-template-columns: 1fr; }
	.txa-match i { display: inline-block; transform: rotate(90deg); }
	.txa-landing { grid-template-columns: .7fr 1fr; }
	.txa-consistency__points { grid-template-columns: 1fr; }
	.txa-tracking__flow { grid-template-columns: repeat(5,1fr); padding: 22px 12px; }
	.txa-rhythm__steps { grid-template-columns: repeat(2,1fr); }
	.txa-rhythm__steps article:nth-child(2) { border-right: 0; }
	.txa-rhythm__steps article:nth-child(n+3) { border-top: 1px solid #e5eaf1; }
	.txa-rhythm__steps article:nth-child(2) i { display: none; }
	.txa-data__charts { grid-template-columns: 1fr 1fr; }
	.txa-data__charts svg { grid-column: 1/-1; }
	.txa-data-cards { grid-template-columns: 1fr; }
	.txa-contact__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
	.txa-section { padding: 58px 0; }
	.txa-heading { margin-bottom: 30px; }
	.txa-heading h2, .txa-contact__intro h2 { font-size: 27px; }
	.txa-hero { padding: 55px 0 48px; }
	.txa-hero h1 { font-size: 35px; }
	.txa-lead { font-size: 16px; }
	.txa-hero__tags { grid-template-columns: 1fr 1fr; }
	.txa-dashboard__metrics, .txa-data__metrics { grid-template-columns: repeat(2,1fr); }
	.txa-dashboard__metrics span:nth-child(2), .txa-data__metrics span:nth-child(2) { border-right: 0; }
	.txa-dashboard__metrics span:nth-child(n+3), .txa-data__metrics span:nth-child(n+3) { border-top: 1px solid #edf1f5; }
	.txa-dashboard__bottom { grid-template-columns: 1fr; }
	.txa-dashboard__bottom > div + div { border-top: 1px solid #e8edf3; border-left: 0; }
	.txa-proof__grid, .txa-card-grid--four, .txa-deliveries, .txa-scope, .txa-faqs { grid-template-columns: 1fr; }
	.txa-proof article { justify-content: flex-start; padding-inline: 20px; border: 0; border-bottom: 1px solid #e7edf5; }
	.txa-proof article:last-child { border-bottom: 0; }
	.txa-card { min-height: 0; }
	.txa-path { grid-template-columns: 1fr; }
	.txa-path article { min-height: 135px; border-radius: 15px; }
	.txa-path article > i { top: auto; right: 50%; bottom: -20px; display: block !important; transform: rotate(90deg); }
	.txa-path article:last-child > i { display: none !important; }
	.txa-account, .txa-budget { padding: 20px; }
	.txa-account__root { width: 100%; }
	.txa-account__campaign > div { grid-template-columns: 1fr; }
	.txa-search-ad, .txa-landing { min-height: 0; padding: 22px; }
	.txa-landing { grid-template-columns: 1fr; }
	.txa-landing__media, .txa-landing > img { min-height: 180px; }
	.txa-tracking__flow { grid-template-columns: 1fr; gap: 22px; }
	.txa-tracking__flow i { right: 50%; bottom: -19px; transform: rotate(90deg); }
	.txa-tracking aside { padding: 20px; }
	.txa-rhythm__steps { grid-template-columns: 1fr; }
	.txa-rhythm__steps article { border-right: 0; border-bottom: 1px solid #e5eaf1; }
	.txa-rhythm__steps article:nth-child(n+3) { border-top: 0; }
	.txa-rhythm__steps article:last-child { border-bottom: 0; }
	.txa-rhythm__steps i { display: none; }
	.txa-data__charts { grid-template-columns: 1fr; }
	.txa-donut, .txa-bars { margin-inline: auto; }
	.txa-plan, .txa-list-card { min-height: auto; }
	.txa-faq-layout.has-image { grid-template-columns: 1fr; }
	.txa-contact__grid { padding: 0; gap: 35px; }
	.txa-contact__benefits { grid-template-columns: 1fr; }
	.txa-contact__benefits span { grid-template-columns: auto 1fr; align-items: center; justify-items: start; text-align: left; }
	.txa-form { padding: 22px; }
	.txa-form__grid { grid-template-columns: 1fr; }
	.txa-form__wide { grid-column: auto; }
}
