body.tuoxun-growth-academy {
	background: #fff;
	color: #202124;
	font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

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

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

.tuoxun-growth-academy *,
.tuoxun-growth-academy *::before,
.tuoxun-growth-academy *::after {
	box-sizing: border-box;
}

.tuoxun-growth-academy a {
	text-decoration: none;
}

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

.txga-main {
	--txga-blue: #1a73e8;
	--txga-blue-dark: #0d47a1;
	--txga-green: #20a464;
	--txga-yellow: #f9ab00;
	--txga-coral: #ef5d60;
	--txga-cyan: #00a7b5;
	--txga-purple: #7652d6;
	--txga-ink: #172b4d;
	--txga-text: #5f6f86;
	--txga-border: #dbe6f3;
	--txga-soft: #f5f9ff;
	--txga-shadow: 0 15px 42px rgba(41, 79, 124, .09);
	overflow: clip;
	background: #fff;
}

.txga-breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 48px;
	font-size: 14px;
	color: #758398;
}

.txga-breadcrumb a {
	color: #40536f;
}

.txga-breadcrumb a:hover,
.txga-breadcrumb a:focus-visible {
	color: var(--txga-blue);
}

.txga-hero {
	position: relative;
	padding: clamp(50px, 6vw, 84px) 0 clamp(44px, 5vw, 72px);
	background:
		radial-gradient(circle at 78% 28%, rgba(26, 115, 232, .11), transparent 30%),
		linear-gradient(135deg, #f8fbff 0%, #eef6ff 54%, #f9fbff 100%);
}

.txga-hero::after {
	position: absolute;
	right: -110px;
	bottom: -160px;
	width: 420px;
	height: 420px;
	content: "";
	border: 1px solid rgba(26, 115, 232, .08);
	border-radius: 50%;
}

.txga-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .94fr) minmax(450px, 1.06fr);
	align-items: center;
	gap: clamp(36px, 5vw, 76px);
}

.txga-eyebrow {
	margin-bottom: 16px;
	font: 800 13px/1.2 Arial, sans-serif;
	letter-spacing: .16em;
	color: var(--txga-blue);
}

.txga-hero h1 {
	max-width: 590px;
	margin-bottom: 20px;
	font-size: clamp(38px, 4vw, 58px);
	line-height: 1.14;
	letter-spacing: -.035em;
	color: var(--txga-ink);
}

.txga-lead {
	max-width: 610px;
	margin-bottom: 28px;
	font-size: 17px;
	line-height: 1.9;
	color: #566780;
}

.txga-search {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) auto;
	align-items: center;
	width: min(100%, 560px);
	min-height: 58px;
	padding: 5px 5px 5px 17px;
	background: #fff;
	border: 1px solid #d2e1f3;
	border-radius: 10px;
	box-shadow: 0 10px 24px rgba(41, 79, 124, .06);
}

.txga-search > .dashicons {
	width: 20px;
	height: 20px;
	font-size: 20px;
	color: #7a8ca5;
}

.txga-search input {
	width: 100%;
	min-width: 0;
	height: 46px;
	padding: 0 11px;
	font-size: 15px;
	color: var(--txga-ink);
	background: transparent;
	border: 0;
	box-shadow: none;
}

.txga-search input:focus {
	outline: 0;
	box-shadow: none;
}

.txga-search:focus-within {
	border-color: var(--txga-blue);
	box-shadow: 0 0 0 4px rgba(26, 115, 232, .12);
}

.txga-search button,
.txga-subscribe-form button {
	min-height: 46px;
	padding: 0 24px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	background: var(--txga-blue);
	border: 0;
	border-radius: 7px;
	box-shadow: none;
	transition: background .2s ease, transform .2s ease;
}

.txga-search button:hover,
.txga-search button:focus-visible,
.txga-subscribe-form button:hover,
.txga-subscribe-form button:focus-visible {
	color: #fff;
	background: #0f5fca;
	transform: translateY(-1px);
}

.txga-hero__visual {
	position: relative;
	margin: 0;
}

.txga-hero__visual::before {
	position: absolute;
	inset: 13% 6% 3% 13%;
	z-index: -1;
	content: "";
	background: rgba(57, 121, 213, .14);
	filter: blur(40px);
	border-radius: 50%;
}

.txga-hero__visual img {
	display: block;
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

.txga-category-strip {
	position: relative;
	z-index: 2;
	padding: 34px 0 20px;
	background: #fff;
}

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

.txga-category-card {
	display: flex;
	min-height: 94px;
	padding: 16px 10px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: var(--txga-ink);
	background: #fff;
	border: 1px solid var(--txga-border);
	border-radius: 10px;
	box-shadow: 0 8px 22px rgba(41, 79, 124, .04);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.txga-category-card .dashicons {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	font-size: 27px;
	color: var(--txga-blue);
}

.txga-category-card strong {
	font-size: 15px;
	font-weight: 700;
	color: inherit;
}

.txga-category-card:hover,
.txga-category-card:focus-visible {
	color: var(--txga-ink);
	border-color: #9fc5f8;
	box-shadow: 0 13px 28px rgba(41, 79, 124, .1);
	transform: translateY(-3px);
}

.txga-category-card--green .dashicons { color: var(--txga-green); }
.txga-category-card--yellow .dashicons { color: var(--txga-yellow); }
.txga-category-card--coral .dashicons { color: var(--txga-coral); }
.txga-category-card--cyan .dashicons { color: var(--txga-cyan); }
.txga-category-card--purple .dashicons { color: var(--txga-purple); }

.txga-section {
	padding: clamp(48px, 6vw, 76px) 0;
}

.txga-featured,
.txga-latest,
.txga-funnel {
	background: #fff;
}

.txga-latest,
.txga-topics,
.txga-templates {
	border-top: 1px solid #edf2f8;
}

.txga-topics,
.txga-templates {
	background: #f8fbff;
}

.txga-section-heading {
	margin-bottom: 26px;
	text-align: center;
}

.txga-section-heading h2,
.txga-inline-heading h2 {
	margin-bottom: 0;
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.25;
	letter-spacing: -.025em;
	color: var(--txga-ink);
}

.txga-featured-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
	gap: 20px;
}

.txga-featured-primary,
.txga-featured-mini,
.txga-article-card,
.txga-template-card {
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--txga-border);
	border-radius: 11px;
	box-shadow: 0 10px 28px rgba(41, 79, 124, .05);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.txga-featured-primary:hover,
.txga-featured-primary:focus-within,
.txga-featured-mini:hover,
.txga-featured-mini:focus-within,
.txga-article-card:hover,
.txga-article-card:focus-within,
.txga-template-card:hover,
.txga-template-card:focus-within {
	border-color: #9fc5f8;
	box-shadow: var(--txga-shadow);
	transform: translateY(-3px);
}

.txga-card-link {
	position: absolute;
	inset: 0;
	z-index: 5;
	border-radius: inherit;
}

.txga-card-link:focus-visible {
	outline: 3px solid var(--txga-blue);
	outline-offset: -3px;
}

.txga-post-visual {
	position: relative;
	overflow: hidden;
	min-height: 185px;
	background: linear-gradient(135deg, #e9f3ff, #f7fbff);
}

.txga-post-visual--featured {
	min-height: 286px;
}

.txga-post-visual--mini {
	min-width: 42%;
	min-height: 185px;
}

.txga-post-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.txga-featured-primary:hover .txga-post-visual img,
.txga-featured-mini:hover .txga-post-visual img,
.txga-article-card:hover .txga-post-visual img {
	transform: scale(1.025);
}

.txga-post-visual__fallback {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle at 78% 20%, rgba(255, 255, 255, .9), transparent 21%),
		linear-gradient(135deg, #dbeaff, #f7fbff);
}

.txga-post-visual__fallback > .dashicons {
	position: absolute;
	left: 12%;
	top: 20%;
	z-index: 2;
	display: grid;
	width: 60px;
	height: 60px;
	place-items: center;
	font-size: 43px;
	color: var(--txga-blue);
	background: rgba(255, 255, 255, .95);
	border-radius: 13px;
	box-shadow: 0 12px 26px rgba(38, 88, 153, .17);
}

.txga-post-visual__window {
	position: absolute;
	right: 9%;
	bottom: 12%;
	width: 65%;
	height: 68%;
	padding: 18% 11% 8%;
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(26, 115, 232, .18);
	border-radius: 9px;
	box-shadow: 0 16px 30px rgba(38, 88, 153, .13);
}

.txga-post-visual__window::before {
	position: absolute;
	inset: 0 0 auto;
	height: 15%;
	content: "";
	background: var(--txga-blue);
	border-radius: 9px 9px 0 0;
}

.txga-post-visual__window i {
	position: absolute;
	top: 5%;
	left: 7%;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
}

.txga-post-visual__window i:nth-child(2) { left: 13%; opacity: .75; }
.txga-post-visual__window i:nth-child(3) { left: 19%; opacity: .55; }

.txga-post-visual__window b {
	display: block;
	width: 78%;
	height: 8px;
	margin-bottom: 9px;
	background: #d9e7f7;
	border-radius: 20px;
}

.txga-post-visual__window b:nth-of-type(2) {
	width: 55%;
}

.txga-post-visual__window em {
	position: absolute;
	right: 10%;
	bottom: 12%;
	width: 37%;
	height: 33%;
	background: linear-gradient(145deg, rgba(26, 115, 232, .14), rgba(26, 115, 232, .55));
	clip-path: polygon(0 100%, 24% 57%, 43% 78%, 67% 25%, 100% 0, 100% 100%);
}

.txga-post-visual--green .txga-post-visual__fallback { background: linear-gradient(135deg, #dcf5e8, #f8fffb); }
.txga-post-visual--green .txga-post-visual__fallback > .dashicons { color: var(--txga-green); }
.txga-post-visual--green .txga-post-visual__window::before { background: var(--txga-green); }
.txga-post-visual--yellow .txga-post-visual__fallback { background: linear-gradient(135deg, #fff1c7, #fffdf7); }
.txga-post-visual--yellow .txga-post-visual__fallback > .dashicons { color: var(--txga-yellow); }
.txga-post-visual--yellow .txga-post-visual__window::before { background: var(--txga-yellow); }
.txga-post-visual--coral .txga-post-visual__fallback { background: linear-gradient(135deg, #ffe2e2, #fff8f8); }
.txga-post-visual--coral .txga-post-visual__fallback > .dashicons { color: var(--txga-coral); }
.txga-post-visual--coral .txga-post-visual__window::before { background: var(--txga-coral); }
.txga-post-visual--cyan .txga-post-visual__fallback { background: linear-gradient(135deg, #d8f5f7, #f7feff); }
.txga-post-visual--cyan .txga-post-visual__fallback > .dashicons { color: var(--txga-cyan); }
.txga-post-visual--cyan .txga-post-visual__window::before { background: var(--txga-cyan); }
.txga-post-visual--purple .txga-post-visual__fallback { background: linear-gradient(135deg, #e9e0ff, #fbf9ff); }
.txga-post-visual--purple .txga-post-visual__fallback > .dashicons { color: var(--txga-purple); }
.txga-post-visual--purple .txga-post-visual__window::before { background: var(--txga-purple); }

.txga-post-tag {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	padding: 6px 9px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	color: #fff;
	background: var(--txga-blue);
	border-radius: 5px;
}

.txga-post-tag--green { background: var(--txga-green); }
.txga-post-tag--yellow { background: var(--txga-yellow); }
.txga-post-tag--coral { background: var(--txga-coral); }
.txga-post-tag--cyan { background: var(--txga-cyan); }
.txga-post-tag--purple { background: var(--txga-purple); }

.txga-featured-primary__body,
.txga-article-card__body {
	padding: 21px 22px 20px;
}

.txga-featured-primary h3,
.txga-featured-mini h3,
.txga-article-card h3,
.txga-template-card h3 {
	margin-bottom: 9px;
	font-size: 20px;
	line-height: 1.42;
	color: var(--txga-ink);
}

.txga-featured-primary p,
.txga-featured-mini p,
.txga-article-card p,
.txga-template-card p {
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 1.7;
	color: var(--txga-text);
}

.txga-post-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	line-height: 1.4;
	color: #8693a6;
}

.txga-post-meta b {
	margin-left: auto;
	font-weight: 700;
	color: var(--txga-blue);
}

.txga-post-meta b span {
	margin-left: 4px;
}

.txga-featured-side {
	display: grid;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.txga-featured-mini {
	display: grid;
	grid-template-columns: minmax(150px, .8fr) minmax(0, 1.2fr);
}

.txga-featured-mini > div:last-child {
	padding: 18px;
}

.txga-featured-mini h3 {
	font-size: 17px;
}

.txga-featured-mini p {
	font-size: 14px;
}

.txga-featured-mini .txga-post-meta {
	flex-wrap: wrap;
	gap: 5px;
}

.txga-featured-mini .txga-post-meta b {
	width: 100%;
	margin-left: 0;
}

.txga-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.txga-article-card {
	display: flex;
	min-height: 450px;
	flex-direction: column;
}

.txga-article-card .txga-post-visual {
	aspect-ratio: 16 / 9;
	min-height: 0;
}

.txga-article-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.txga-article-card__body p {
	flex: 1;
}

.txga-empty {
	padding: 48px 24px;
	text-align: center;
	background: #f8fbff;
	border: 1px dashed #b8cde8;
	border-radius: 12px;
}

.txga-empty .dashicons {
	width: 46px;
	height: 46px;
	margin-bottom: 10px;
	font-size: 46px;
	color: var(--txga-blue);
}

.txga-empty h3 {
	margin-bottom: 8px;
	color: var(--txga-ink);
}

.txga-empty p {
	margin-bottom: 0;
	color: var(--txga-text);
}

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

.txga-topic-card {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 14px;
	min-height: 190px;
	padding: 22px;
	color: var(--txga-ink);
	background: #fff;
	border: 1px solid var(--txga-border);
	border-radius: 11px;
	box-shadow: 0 8px 24px rgba(41, 79, 124, .04);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.txga-topic-card:hover,
.txga-topic-card:focus-visible {
	color: var(--txga-ink);
	border-color: #9fc5f8;
	box-shadow: var(--txga-shadow);
	transform: translateY(-3px);
}

.txga-topic-card > .dashicons {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	font-size: 29px;
	color: #fff;
	background: var(--txga-blue);
	border-radius: 10px;
	box-shadow: 0 9px 19px rgba(26, 115, 232, .2);
}

.txga-topic-card h3 {
	margin-bottom: 9px;
	font-size: 18px;
	color: var(--txga-ink);
}

.txga-topic-card ul {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.txga-topic-card li {
	position: relative;
	padding-left: 12px;
	margin: 5px 0;
	font-size: 14px;
	line-height: 1.45;
	color: var(--txga-text);
}

.txga-topic-card li::before {
	position: absolute;
	top: .58em;
	left: 0;
	width: 4px;
	height: 4px;
	content: "";
	background: currentColor;
	border-radius: 50%;
}

.txga-topic-card--green > .dashicons { background: var(--txga-green); box-shadow: 0 9px 19px rgba(32, 164, 100, .2); }
.txga-topic-card--yellow > .dashicons { background: var(--txga-yellow); box-shadow: 0 9px 19px rgba(249, 171, 0, .22); }
.txga-topic-card--purple > .dashicons { background: var(--txga-purple); box-shadow: 0 9px 19px rgba(118, 82, 214, .2); }

.txga-funnel-grid {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.txga-funnel-step {
	display: grid;
	width: 164px;
	min-height: 145px;
	padding: 16px 13px;
	place-items: start center;
	text-align: center;
	background: #fff;
	border: 1px solid #cfe0f5;
	border-radius: 11px;
}

.txga-funnel-step > .dashicons {
	display: grid;
	width: 40px;
	height: 40px;
	margin: 0 auto 9px;
	place-items: center;
	font-size: 23px;
	color: var(--txga-blue);
	background: #e8f1ff;
	border-radius: 9px;
}

.txga-funnel-step h3 {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 1.4;
	color: var(--txga-ink);
}

.txga-funnel-step p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.55;
	color: var(--txga-text);
}

.txga-funnel-step--green { border-color: #bfe6d2; }
.txga-funnel-step--green > .dashicons { color: var(--txga-green); background: #e7f7ef; }
.txga-funnel-step--yellow { border-color: #f4dba2; }
.txga-funnel-step--yellow > .dashicons { color: var(--txga-yellow); background: #fff6dc; }
.txga-funnel-step--coral { border-color: #f2c8c9; }
.txga-funnel-step--coral > .dashicons { color: var(--txga-coral); background: #fff0f0; }
.txga-funnel-step--cyan { border-color: #bde3e7; }
.txga-funnel-step--cyan > .dashicons { color: var(--txga-cyan); background: #e7f7f8; }
.txga-funnel-step--purple { border-color: #d8cbed; }
.txga-funnel-step--purple > .dashicons { color: var(--txga-purple); background: #f1ebff; }

.txga-funnel-arrow {
	display: grid;
	width: 34px;
	place-items: center;
	font-size: 28px;
	font-weight: 800;
	color: var(--txga-blue);
}

.txga-templates__panel {
	padding: clamp(24px, 4vw, 38px);
	background: #fff;
	border: 1px solid var(--txga-border);
	border-radius: 12px;
	box-shadow: 0 11px 31px rgba(41, 79, 124, .05);
}

.txga-inline-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

.txga-inline-heading a {
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 700;
	color: var(--txga-blue);
}

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

.txga-template-card__visual {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	padding-top: 22px;
	background: #eef4fb;
}

.txga-template-card__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.txga-template-card__browser {
	position: absolute;
	inset: 0 0 auto;
	z-index: 2;
	display: flex;
	height: 22px;
	padding-left: 10px;
	align-items: center;
	gap: 4px;
	background: #edf2f8;
}

.txga-template-card__browser i {
	width: 5px;
	height: 5px;
	background: #f06d67;
	border-radius: 50%;
}

.txga-template-card__browser i:nth-child(2) { background: #f3ba4a; }
.txga-template-card__browser i:nth-child(3) { background: #47bc79; }

.txga-template-card__body {
	padding: 18px;
}

.txga-template-card__body h3 {
	font-size: 18px;
}

.txga-template-card__body p {
	min-height: 48px;
	font-size: 14px;
}

.txga-template-card__body > span {
	display: grid;
	height: 38px;
	place-items: center;
	font-size: 14px;
	font-weight: 700;
	color: var(--txga-blue);
	border: 1px solid #8ab4f8;
	border-radius: 6px;
}

.txga-subscribe {
	padding: 30px 0;
	background: linear-gradient(90deg, #edf6ff, #f8fbff);
	border-top: 1px solid #d9e8f8;
}

.txga-subscribe__grid {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr);
	align-items: center;
	gap: 60px;
}

.txga-subscribe h2 {
	margin-bottom: 8px;
	font-size: clamp(24px, 2.6vw, 34px);
	line-height: 1.3;
	color: var(--txga-ink);
}

.txga-subscribe p {
	margin-bottom: 0;
	font-size: 15px;
	color: var(--txga-text);
}

.txga-subscribe-form {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
}

.txga-subscribe-form > input[type="email"] {
	width: 100%;
	height: 50px;
	padding: 0 16px;
	font-size: 15px;
	color: var(--txga-ink);
	background: #fff;
	border: 1px solid #d1dfef;
	border-radius: 7px;
	box-shadow: none;
}

.txga-subscribe-form > input[type="email"]:focus {
	border-color: var(--txga-blue);
	box-shadow: 0 0 0 4px rgba(26, 115, 232, .12);
	outline: 0;
}

.txga-privacy {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 8px;
	font-size: 12px !important;
	color: #738299 !important;
}

.txga-privacy .dashicons {
	width: 14px;
	height: 14px;
	font-size: 14px;
}

.txga-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.txga-subscribe-status {
	padding: 9px 12px;
	margin-top: 10px !important;
	font-size: 13px !important;
	color: #166534 !important;
	background: #eaf8ef;
	border-radius: 6px;
}

.txga-subscribe-status--invalid,
.txga-subscribe-status--error {
	color: #9b2c2c !important;
	background: #fff0f0;
}

.txga-cta {
	padding: 38px 0;
	background: linear-gradient(120deg, #092e66, #0d3d7b 58%, #082957);
}

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

.txga-cta h2 {
	margin-bottom: 7px;
	font-size: clamp(26px, 3vw, 38px);
	color: #fff;
}

.txga-cta p {
	max-width: 720px;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #d9e9ff;
}

.txga-cta__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
}

.txga-cta .tx-button {
	min-width: 150px;
	justify-content: center;
	background: var(--txga-blue);
}

.txga-cta .tx-button--outline {
	color: #fff;
	background: transparent;
	border-color: rgba(255, 255, 255, .6);
}

.txga-cta .tx-button--outline:hover,
.txga-cta .tx-button--outline:focus-visible {
	color: #092e66;
	background: #fff;
	border-color: #fff;
}

@media (max-width: 1080px) {
	.txga-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
		gap: 30px;
	}

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

	.txga-featured-grid {
		grid-template-columns: 1fr;
	}

	.txga-featured-side {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
	}

	.txga-featured-mini {
		grid-template-columns: 1fr;
	}

	.txga-featured-mini .txga-post-visual--mini {
		min-height: 200px;
	}

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

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

	.txga-funnel-grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 14px;
	}

	.txga-funnel-step {
		width: auto;
	}

	.txga-funnel-arrow {
		display: none;
	}

	.txga-subscribe__grid {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
}

@media (max-width: 767px) {
	.txga-breadcrumb {
		min-height: 42px;
		font-size: 13px;
	}

	.txga-hero {
		padding: 42px 0 34px;
	}

	.txga-hero__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.txga-hero h1 {
		font-size: clamp(34px, 10vw, 46px);
	}

	.txga-lead {
		font-size: 16px;
		line-height: 1.75;
	}

	.txga-search {
		grid-template-columns: 22px minmax(0, 1fr);
		padding: 6px 12px;
	}

	.txga-search button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.txga-hero__visual {
		margin: 0 -6px;
	}

	.txga-category-strip {
		padding-top: 22px;
	}

	.txga-category-grid {
		display: flex;
		overflow-x: auto;
		padding: 2px 0 12px;
		scroll-snap-type: x proximity;
		scrollbar-width: thin;
	}

	.txga-category-card {
		min-width: 140px;
		scroll-snap-align: start;
	}

	.txga-section {
		padding: 48px 0;
	}

	.txga-section-heading {
		margin-bottom: 22px;
		text-align: left;
	}

	.txga-section-heading h2,
	.txga-inline-heading h2 {
		font-size: 29px;
	}

	.txga-post-visual--featured {
		min-height: 220px;
	}

	.txga-featured-side,
	.txga-article-grid,
	.txga-topic-grid,
	.txga-template-grid,
	.txga-subscribe__grid {
		grid-template-columns: 1fr;
	}

	.txga-featured-mini {
		grid-template-columns: 140px minmax(0, 1fr);
	}

	.txga-featured-mini .txga-post-visual--mini {
		min-width: 0;
		min-height: 100%;
	}

	.txga-featured-mini > div:last-child {
		padding: 15px;
	}

	.txga-featured-mini p {
		display: none;
	}

	.txga-featured-mini .txga-post-meta span:nth-of-type(2),
	.txga-featured-mini .txga-post-meta span:nth-of-type(3) {
		display: none;
	}

	.txga-article-grid {
		gap: 16px;
	}

	.txga-article-card {
		min-height: 0;
	}

	.txga-topic-card {
		min-height: 0;
	}

	.txga-funnel-grid {
		grid-template-columns: 1fr;
	}

	.txga-funnel-step {
		display: grid;
		grid-template-columns: 48px minmax(0, 1fr);
		min-height: 0;
		place-items: center start;
		gap: 14px;
		padding: 16px;
		text-align: left;
	}

	.txga-funnel-step > .dashicons {
		margin: 0;
	}

	.txga-funnel-step h3 {
		font-size: 16px;
	}

	.txga-funnel-step p {
		font-size: 13px;
	}

	.txga-inline-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.txga-templates__panel {
		padding: 22px 18px;
	}

	.txga-subscribe {
		padding: 30px 0;
	}

	.txga-subscribe__grid {
		gap: 18px;
	}

	.txga-subscribe-form {
		grid-template-columns: 1fr;
	}

	.txga-subscribe-form button {
		width: 100%;
	}

	.txga-cta {
		padding: 34px 0;
	}

	.txga-cta__inner,
	.txga-cta__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.txga-cta__inner {
		gap: 22px;
	}

	.txga-cta__actions {
		width: 100%;
	}

	.txga-cta .tx-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.txga-main *,
	.txga-main *::before,
	.txga-main *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

