.thsalg-about-page .entry-header {
	display: none;
}

.thsalg-about-page .site-main,
.thsalg-about-page .content-area,
.thsalg-about-page .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
}

.thsalg-about {
	width: min(1120px, calc(100% - 32px));
	margin: 34px auto 60px;
	color: #10365f;
}

.thsalg-about__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
	gap: 38px;
	align-items: center;
	padding: 46px;
	border: 1px solid #c9dcf2;
	border-radius: 20px;
	background: linear-gradient(135deg, #f2f7fd 0%, #fff 72%);
}

.thsalg-about__eyebrow {
	display: block;
	margin-bottom: 10px;
	color: #0057b8;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .03em;
}

.thsalg-about h1 {
	margin: 0 0 14px;
	color: #10365f;
	font-size: clamp(40px, 6vw, 64px);
	line-height: 1.05;
}

.thsalg-about h2 {
	color: #10365f;
}

.thsalg-about__lead {
	margin: 0 0 12px;
	color: #10365f;
	font-size: clamp(20px, 2.3vw, 27px);
	line-height: 1.4;
}

.thsalg-about p {
	color: #58708b;
	line-height: 1.7;
}

.thsalg-about__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.thsalg-about__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 11px 19px;
	border: 1px solid #0057b8;
	border-radius: 8px;
	background: #0057b8;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
}

.thsalg-about__button--outline {
	background: #fff;
	color: #0057b8 !important;
}

.thsalg-about__facts {
	display: grid;
	gap: 11px;
}

.thsalg-about__facts > div {
	display: grid;
	grid-template-columns: 30px 1fr;
	padding: 15px;
	border: 1px solid #d5e3f2;
	border-radius: 10px;
	background: #fff;
}

.thsalg-about__facts > div > span {
	grid-row: 1 / 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #e8f7ee;
	color: #15803d;
	font-weight: 700;
}

.thsalg-about__facts strong,
.thsalg-about__facts small {
	display: block;
}

.thsalg-about__facts small {
	margin-top: 3px;
	color: #58708b;
}

.thsalg-about__story {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
	gap: 36px;
	align-items: center;
	padding: 58px 8px;
}

.thsalg-about__story h2,
.thsalg-about__contact h2 {
	margin: 0 0 14px;
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.15;
}

.thsalg-about__promise {
	padding: 28px;
	border-radius: 14px;
	background: #10365f;
	color: #fff;
}

.thsalg-about__promise > strong {
	display: block;
	margin-bottom: 14px;
	font-size: 21px;
}

.thsalg-about__promise ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.thsalg-about__promise li {
	position: relative;
	margin: 0;
	padding: 9px 0 9px 25px;
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.thsalg-about__promise li::before {
	position: absolute;
	left: 0;
	content: '✓';
	color: #79d99b;
	font-weight: 700;
}

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

.thsalg-about__cards article {
	padding: 27px;
	border: 1px solid #d5e3f2;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(16, 54, 95, .05);
}

.thsalg-about__number {
	display: block;
	margin-bottom: 20px;
	color: #0057b8;
	font-size: 13px;
	font-weight: 700;
}

.thsalg-about__cards h2 {
	margin: 0 0 10px;
	font-size: 22px;
}

.thsalg-about__cards a {
	color: #0057b8;
	font-weight: 700;
}

.thsalg-about__contact {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 30px;
	align-items: center;
	margin-top: 48px;
	padding: 34px 38px;
	border-radius: 16px;
	background: #f2f7fd;
}

.thsalg-about__contact p {
	margin-bottom: 0;
}

.thsalg-about__contact-links {
	display: grid;
	gap: 9px;
	min-width: 260px;
}

.thsalg-about__contact-links a {
	display: block;
	padding: 13px 16px;
	border: 1px solid #c9dcf2;
	border-radius: 9px;
	background: #fff;
	text-decoration: none !important;
}

.thsalg-about__contact-links strong,
.thsalg-about__contact-links small {
	display: block;
}

.thsalg-about__contact-links strong {
	color: #0057b8;
}

.thsalg-about__contact-links small {
	margin-top: 2px;
	color: #58708b;
}

.thsalg-knowledge-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	width: min(1120px, calc(100% - 32px));
	margin: 38px auto;
	padding: 28px 32px;
	border: 1px solid #c9dcf2;
	border-radius: 15px;
	background: linear-gradient(135deg, #f2f7fd, #fff);
}

.thsalg-knowledge-cta span {
	color: #0057b8;
	font-size: 13px;
	font-weight: 700;
}

.thsalg-knowledge-cta h2 {
	margin: 3px 0 6px;
	color: #10365f;
}

.thsalg-knowledge-cta p {
	margin: 0;
	color: #58708b;
}

.thsalg-knowledge-cta > a {
	flex: 0 0 auto;
	padding: 12px 18px;
	border-radius: 8px;
	background: #0057b8;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
}

@media (max-width: 850px) {
	.thsalg-about__hero,
	.thsalg-about__story,
	.thsalg-about__contact {
		grid-template-columns: 1fr;
	}

	.thsalg-about__cards {
		grid-template-columns: 1fr;
	}

	.thsalg-about__contact-links {
		min-width: 0;
	}
}

@media (max-width: 600px) {
	.thsalg-about {
		width: calc(100% - 20px);
		margin-top: 22px;
	}

	.thsalg-about__hero,
	.thsalg-about__contact {
		padding: 25px;
	}

	.thsalg-about__story {
		padding: 42px 0;
	}

	.thsalg-about__actions,
	.thsalg-about__button {
		width: 100%;
	}

	.thsalg-knowledge-cta {
		align-items: stretch;
		flex-direction: column;
		width: calc(100% - 20px);
		padding: 24px;
	}

	.thsalg-knowledge-cta > a {
		text-align: center;
	}
}

