.single-solutions .site-content,
.single-solutions .ast-container,
.single-solutions .content-area,
.single-solutions .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.single-solutions .site-content {
	background: #fff;
}

.single-solutions #primary {
	margin: 0 !important;
}

.single-solutions .tga-solution-article {
	margin: 0;
	padding: 0 !important;
}

.single-solutions .entry-header,
.single-solutions .post-thumb,
.single-solutions .entry-meta {
	display: none;
}

.tga-solution-page {
	--tga-navy: #0f1935;
	--tga-purple: #6427ff;
	--tga-lavender: #f2efff;
	--tga-ink: #10182d;
	--tga-muted: #5d6b87;
	--tga-line: #dce2ef;
	--tga-panel: #f7f9fc;
	--tga-type-display: clamp(2.5rem, 2rem + 1.67vw, 3.5rem);
	--tga-type-section: clamp(1.875rem, 1.55rem + 1.08vw, 2.625rem);
	--tga-type-card: clamp(1.25rem, 1.15rem + .42vw, 1.5rem);
	--tga-type-lead: clamp(1.125rem, 1rem + .35vw, 1.3125rem);
	--tga-type-body: 1.0625rem;
	--tga-type-small: .875rem;
	--tga-type-label: .8125rem;
	color: var(--tga-ink);
	font-family: inherit;
	overflow: hidden;
}

.tga-solution-page * {
	box-sizing: border-box;
}

.tga-solution-page a {
	text-decoration: none;
}

.tga-solution-page p,
.tga-solution-page li {
	font-size: var(--tga-type-body);
	line-height: 1.65;
}

.tga-solution-page h1,
.tga-solution-page h2,
.tga-solution-page h3,
.tga-solution-page p {
	margin-top: 0;
}

.tga-solution-page h1 {
	max-width: 820px;
	margin-bottom: 24px;
	font-size: var(--tga-type-display);
	line-height: 1.06;
	letter-spacing: -.04em;
	color: #fff;
}

.tga-solution-page h2 {
	font-size: var(--tga-type-section);
	line-height: 1.14;
	letter-spacing: -.03em;
}

.tga-solution-page h3 {
	font-size: var(--tga-type-card);
	line-height: 1.3;
}

.tga-solution__container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.tga-solution__section {
	padding: 96px 0;
	background: #fff;
}

.tga-solution__section--tint {
	background: #f5f3ff;
}

.tga-solution__eyebrow {
	display: block;
	margin-bottom: 18px;
	font-size: var(--tga-type-label);
	line-height: 1.3;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--tga-purple);
}

.tga-solution__hero {
	width: auto;
	margin: 44px 48px 0;
	padding: 88px 0 76px;
	border-radius: 20px;
	background:
		radial-gradient(circle at 86% 12%, rgba(100, 39, 255, .36), transparent 33%),
		linear-gradient(118deg, #0b142b 0%, #111a3b 56%, #321a79 100%);
	color: #fff;
}

.tga-solution__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
	gap: 56px;
	align-items: center;
}

.tga-solution__hero .tga-solution__eyebrow {
	color: #c8b7ff;
}

.tga-solution__lead {
	max-width: 730px;
	margin-bottom: 30px;
	font-size: var(--tga-type-lead) !important;
	line-height: 1.55;
	color: #dce2f2;
}

.tga-solution__actions,
.tga-solution__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.tga-solution__actions {
	margin-bottom: 30px;
}

.tga-solution__button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	transition: transform .2s ease, background-color .2s ease;
}

.tga-solution__button:hover,
.tga-solution__button:focus-visible {
	transform: translateY(-2px);
}

.tga-solution__button--primary {
	background: var(--tga-purple);
	color: #ffe082;
}

.tga-solution-page a.tga-solution__button--primary,
.tga-solution-page a.tga-solution__button--primary:visited,
.tga-solution-page a.tga-solution__button--primary:hover,
.tga-solution-page a.tga-solution__button--primary:focus,
.tga-solution-page a.tga-solution__button--primary:focus-visible {
	color: #ffe082 !important;
}

.tga-solution__button--secondary {
	border-color: rgba(255, 255, 255, .4);
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.tga-solution__facts span {
	padding-right: 14px;
	border-right: 1px solid rgba(255, 255, 255, .22);
	font-size: var(--tga-type-small);
	line-height: 1.5;
	color: #cbd4e8;
}

.tga-solution__facts span:last-child {
	border-right: 0;
}

.tga-solution__hero-image {
	margin: 0;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 30px 70px rgba(3, 8, 25, .35);
	overflow: hidden;
}

.tga-solution__hero-image img {
	display: block;
	width: 100%;
	height: auto;
}

.tga-solution__intro {
	display: grid;
	grid-template-columns: .78fr 1.22fr;
	gap: 80px;
	align-items: start;
}

.tga-solution__intro-copy {
	max-width: 720px;
}

.tga-solution__intro-copy > p {
	color: var(--tga-muted);
}

.tga-solution__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 42px;
}

.tga-solution__card,
.tga-solution__step,
.tga-solution__boundary,
.tga-solution__input-card {
	padding: 30px;
	border: 1px solid var(--tga-line);
	border-radius: 16px;
	background: #fff;
}

.tga-solution__card p,
.tga-solution__step p,
.tga-solution__input-card p {
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--tga-muted);
}

.tga-solution__before-after {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
	margin-top: 42px;
}

.tga-solution__state {
	padding: 36px;
	border-radius: 18px;
}

.tga-solution__state--before {
	border: 1px solid var(--tga-line);
	background: #fff;
}

.tga-solution__state--after {
	background: var(--tga-navy);
	color: #fff;
}

.tga-solution__state--after h3 {
	color: #fff;
}

.tga-solution__state ul {
	margin: 22px 0 0;
	padding-left: 1.2em;
}

.tga-solution__state li,
.tga-solution__boundary li {
	font-size: 1rem;
	line-height: 1.6;
}

.tga-solution__state--before li {
	color: var(--tga-muted);
}

.tga-solution__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 42px;
}

.tga-solution__step-number {
	display: inline-flex;
	width: 42px;
	height: 42px;
	margin-bottom: 32px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tga-lavender);
	font-size: var(--tga-type-small);
	font-weight: 800;
	color: var(--tga-purple);
}

.tga-solution__example-grid {
	display: grid;
	grid-template-columns: .72fr 1.28fr;
	gap: 38px;
	align-items: start;
}

.tga-solution__example-summary p {
	color: var(--tga-muted);
}

.tga-solution__review {
	border: 1px solid var(--tga-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(15, 25, 53, .09);
	overflow: hidden;
}

.tga-solution__review-head {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 26px;
	background: var(--tga-navy);
	color: #fff;
}

.tga-solution__badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: #fff2df;
	font-size: .8rem;
	font-weight: 800;
	color: #a85600;
}

.tga-solution__review-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding: 24px 26px;
	border-bottom: 1px solid var(--tga-line);
}

.tga-solution__review-row:last-child {
	border-bottom: 0;
}

.tga-solution__review-label {
	display: block;
	margin-bottom: 9px;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--tga-purple);
}

.tga-solution__review-row p {
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: #303b54;
}

.tga-solution__inputs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 38px;
}

.tga-solution__boundary-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.tga-solution__boundary--dark {
	background: var(--tga-navy);
	color: #fff;
}

.tga-solution__boundary--dark h2,
.tga-solution__boundary--dark h3 {
	color: #fff;
}

.tga-solution__boundary--dark .tga-solution__eyebrow {
	color: #c8b7ff;
}

.tga-solution__boundary--dark p,
.tga-solution__boundary--dark li {
	color: #eef2ff;
}

.tga-solution__boundary ul {
	margin-bottom: 0;
	padding-left: 1.2em;
}

.tga-solution__faq {
	max-width: 900px;
	margin: 72px auto 0;
	border-top: 1px solid var(--tga-line);
}

.tga-solution__faq-heading {
	width: 100%;
	max-width: none;
	margin-bottom: 0;
}

.tga-solution__faq-heading p {
	margin-bottom: 0;
	color: var(--tga-muted);
}

.tga-solution__faq details {
	border-bottom: 1px solid var(--tga-line);
}

.tga-solution__faq summary {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding: 23px 40px 23px 0;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1.45;
	list-style: none;
}

.tga-solution__faq summary::-webkit-details-marker {
	display: none;
}

.tga-solution__faq summary::after {
	content: '+';
	flex: 0 0 auto;
	line-height: 1;
	font-size: 1.4rem;
	color: var(--tga-purple);
}

.tga-solution__faq details[open] summary::after {
	content: '−';
}

.tga-solution__faq details p {
	padding: 0 0 24px;
	color: var(--tga-muted);
}

.tga-solution__cta {
	padding: 88px 0;
	background: var(--tga-lavender);
}

.tga-solution__cta-box {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 44px;
	align-items: center;
	padding: 52px;
	border: 1px solid #d6cdfd;
	border-radius: 20px;
	background: #fff;
}

.tga-solution__cta-box h2 {
	margin-bottom: 12px;
}

.tga-solution__cta-box p {
	max-width: 730px;
	margin-bottom: 0;
	color: var(--tga-muted);
}

.tga-solution__cta .tga-solution__button--primary {
	min-width: 190px;
}

@media (max-width: 980px) {
	.tga-solution__hero-grid,
	.tga-solution__intro,
	.tga-solution__example-grid {
		grid-template-columns: 1fr;
	}

	.tga-solution__hero-grid {
		gap: 38px;
	}

	.tga-solution__cards,
	.tga-solution__steps,
	.tga-solution__inputs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

	@media (max-width: 640px) {
	.tga-solution-page {
		--tga-type-display: 2.5rem;
		--tga-type-section: 1.875rem;
		--tga-type-card: 1.25rem;
		--tga-type-lead: 1.125rem;
		--tga-type-body: 1rem;
		--tga-type-small: .8125rem;
		--tga-type-label: .75rem;
	}

	/*
	 * Keep the page canvas behind the inset hero white on mobile.
	 * Astra can paint its global content canvas with the site background colour,
	 * which otherwise shows as lavender in the hero's left and right gutters.
	 */
	body.single-solutions,
	body.single-solutions #page,
	body.single-solutions .site-content,
	body.single-solutions .ast-container,
	body.single-solutions .content-area,
	body.single-solutions .site-main,
	body.single-solutions .tga-solution-article {
		background: #fff !important;
	}

	body.single-solutions .tga-solution__section--tint {
		background: #f5f3ff !important;
	}

	.tga-solution__container {
		width: min(100% - 32px, 1180px);
	}

	.tga-solution__section {
		padding: 68px 0;
	}

	.tga-solution__hero {
		margin: 24px 16px 0;
		padding: 62px 0 56px;
	}

	.tga-solution__cards,
	.tga-solution__steps,
	.tga-solution__inputs,
	.tga-solution__before-after,
	.tga-solution__boundary-grid,
	.tga-solution__review-row,
	.tga-solution__cta-box {
		grid-template-columns: 1fr;
	}

	.tga-solution__card,
	.tga-solution__step,
	.tga-solution__input-card,
	.tga-solution__state,
	.tga-solution__boundary {
		padding: 24px;
	}

	.tga-solution__cta-box {
		padding: 30px 24px;
	}

	.tga-solution__cta .tga-solution__button--primary {
		width: 100%;
	}

	.tga-solution__faq summary {
		padding-right: 0;
		font-size: 1.0625rem;
	}

	.tga-solution__faq {
		margin-top: 48px;
	}

	.tga-solution__button {
		font-size: .9375rem;
	}

	/*
	 * Spectra owns the editable solution content. These constraints deliberately
	 * target its rendered containers rather than replacing their layout, so the
	 * same mobile behaviour applies to every existing and future solution page.
	 */
	body.single-solutions .tga-solution-page {
		max-width: 100%;
		overflow-x: clip;
	}

	/* Astra adds its own narrow-screen content gutter after the template has
	 * already handed mobile spacing to each editable Spectra root container.
	 * Remove only that outer duplicate gutter: every Spectra section keeps its
	 * configured 20px mobile padding and remains aligned to the same edge. */
	body.single-solutions .site-content,
	body.single-solutions .ast-container,
	body.single-solutions .content-area,
	body.single-solutions .site-main,
	body.single-solutions .tga-solution-article,
	body.single-solutions .tga-solution-article > .entry-content {
		width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.single-solutions .tga-solution-page .wp-block-uagb-container,
	body.single-solutions .tga-solution-page .uagb-container-inner-blocks-wrap,
	body.single-solutions .tga-solution-page .wp-block-uagb-faq,
	body.single-solutions .tga-solution-page .uagb-faq-item,
	body.single-solutions .tga-solution-page .uagb-question {
		min-width: 0;
	}

	/* Some editable Spectra column containers retain centre alignment from their
	 * desktop configuration when no mobile alignment value was saved. On a phone
	 * that shrink-wraps their text children. Stretch the column cross-axis so
	 * headings, copy, lists and button blocks share the actual content width. */
	body.single-solutions .tga-solution-page .wp-block-uagb-container,
	body.single-solutions .tga-solution-page .uagb-container-inner-blocks-wrap {
		align-items: stretch !important;
	}

	body.single-solutions .tga-solution-page img {
		max-width: 100%;
		height: auto;
	}

	/* WordPress lists have a browser default left inset. In a narrow Spectra
	 * flex column that inset can add to the item width and clip the last words.
	 * Keep the bullet inside the usable width and permit normal line wrapping. */
	body.single-solutions .tga-solution-page .wp-block-list,
	body.single-solutions .tga-solution-page ul,
	body.single-solutions .tga-solution-page ol {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 1.35rem;
		padding-right: 0;
	}

	body.single-solutions .tga-solution-page .wp-block-list li,
	body.single-solutions .tga-solution-page ul li,
	body.single-solutions .tga-solution-page ol li {
		min-width: 0;
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	/* Keep every FAQ action at the far right without allowing a long question
	 * to push the plus/minus icon outside the card. */
	body.single-solutions .tga-solution-page .uagb-faq-questions-button {
		align-items: center;
	}

	body.single-solutions .tga-solution-page .uagb-faq-questions-button .uagb-question {
		width: auto;
		flex: 1 1 auto;
	}

	body.single-solutions .tga-solution-page .uagb-faq-questions-button .uagb-faq-icon-wrap {
		flex: 0 0 auto;
	}

	body.single-solutions .tga-solution-page .uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap {
		margin-left: 14px;
	}

	/*
	 * Every solution uses editable Spectra button blocks. Their default width is
	 * derived from the label, which makes equivalent mobile CTAs look uneven.
	 * Keep each action on its own full-width row on phones instead.
	 */
	body.single-solutions .tga-solution-page .uagb-buttons__wrap {
		width: 100%;
		align-items: stretch;
	}

	body.single-solutions .tga-solution-page .uagb-buttons__wrap > .wp-block-button,
	body.single-solutions .tga-solution-page .uagb-buttons__wrap > .uagb-buttons__outer-wrap {
		width: 100% !important;
	}

	body.single-solutions .tga-solution-page .uagb-buttons__wrap .uagb-button__wrapper,
	body.single-solutions .tga-solution-page .uagb-buttons__wrap .uagb-buttons-repeater {
		width: 100%;
	}

	body.single-solutions .tga-solution-page .uagb-buttons__wrap .uagb-buttons-repeater {
		justify-content: center;
		text-align: center;
	}
}
