.tn-about {
	position: relative;
	margin: 4rem auto;
	max-width: 1200px;
	border-radius: 32px;
	overflow: hidden;
	background: linear-gradient(135deg, #ffffff, #ece4d5);
	box-shadow: 0 40px 70px rgba(13, 20, 39, 0.14);
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.tn-about::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(320px 220px at 5% 20%, rgba(255, 255, 255, 0.8), transparent 60%),
		radial-gradient(320px 220px at 95% 20%, rgba(197, 172, 133, 0.35), transparent 60%),
		rgba(255, 255, 255, 0.3);
	pointer-events: none;
	z-index: 0;
}

.tn-about__inner {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 3rem;
	padding: clamp(2.5rem, 5vw, 4rem) clamp(1.75rem, 4vw, 4rem);
}

.tn-about__header {
	max-width: 100%;
	margin: 0 auto;
	display: grid;
	gap: 1.25rem;
	text-align: left;
}

.tn-about__header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(1rem, 3vw, 2.5rem);
}

.tn-about__header-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

.tn-about__header-logo img {
	display: block;
	width: clamp(120px, 18vw, 220px);
	height: auto;
}

.tn-about__header h2 {
	font-size: clamp(2.2rem, 4vw, 3.5rem);
	font-weight: 600;
	line-height: 1.2;
	color: #000;
}

.tn-about__highlight {
	color: #000;
}

.tn-about__header p {
	margin: 0;
	color: #000;
	font-size: clamp(1rem, 2.1vw, 1.125rem);
	line-height: 1.75;
}

.tn-about__pillars {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.tn-about__card {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 22px;
	padding: 1.75rem;
	display: grid;
	gap: 1rem;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
	box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
	backdrop-filter: none;
}

.tn-about__card:hover,
.tn-about__card:focus-within {
	transform: translateY(-4px);
	box-shadow: 0 24px 45px rgba(15, 23, 42, 0.12);
}

.tn-about__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(13, 77, 215, 0.18), rgba(67, 100, 247, 0.28));
	border: 1px solid rgba(13, 77, 215, 0.25);
	font-size: 1.35rem;
	color: #0f172a;
}

.tn-about__card h3 {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 600;
	color: #000;
}

.tn-about__card p {
	margin: 0;
	color: #000;
	line-height: 1.65;
	font-size: 1rem;
}

.tn-about__metrics {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1.5rem;
}

.tn-about__metric {
	background: #ffffff;
	color: #0f172a;
	border-radius: 22px;
	padding: 1.75rem;
	display: grid;
	gap: 0.5rem;
	box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12);
	text-align: center;
	justify-items: center;
	align-content: center;
	justify-content: center;
}

.tn-about__metric-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.75rem;
	margin-bottom: 0.85rem;
}

.tn-about__metric-icons img {
	width: clamp(44px, 10vw, 60px);
	height: auto;
	display: block;
}

.tn-about__metric-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(60px, 12vw, 72px);
	height: clamp(60px, 12vw, 72px);
	margin-bottom: 0.15rem;
}

.tn-about__metric-icon img {
	display: block;
	width: 100%;
	height: auto;
	filter: brightness(0);
}

.tn-about__metric--stars {
	text-align: center;
	justify-items: center;
	gap: 0.65rem;
	padding: 1.75rem;
}

.tn-about__metric--stars {
	background: #ffffff;
	color: #0f172a;
}

.tn-about__metric--stars .tn-about__metric-stars__value {
	color: #0f172a;
}

.tn-about__metric-stars {
	position: relative;
	width: 180px;
	height: 180px;
	margin: 0 auto;
}

.tn-about__metric-stars__wrapper {
	position: absolute;
    inset: 0;
}

.tn-about__metric-stars__value {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.45rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fff;
	font-size: 1.9rem;
}

.tn-about__metric-stars__percent {
	font-size: 2.4rem;
	line-height: 1;
}

.tn-about__metric-stars__star {
	position: absolute;
	font-size: 1.45rem;
	color: #ffd369;
	transform: translate(-50%, -50%);
	text-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.tn-about__metric--stars .tn-about__metric-label {
	margin-top: 0.15rem;
	font-size: 0.95rem;
	font-weight: 600;
}

@media (max-width: 480px) {
	.tn-about__header-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}

	.tn-about__header-logo {
		align-self: center;
	}

	.tn-about__metric-icons {
		column-gap: 0.5rem;
		margin-bottom: 0.7rem;
	}

	.tn-about__metric-icons img {
		width: clamp(36px, 18vw, 52px);
	}
}

.tn-about__metric-stars__subtitle {
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(15, 23, 42, 0.75);
}

.tn-about__metric-value {
	font-size: clamp(2.1rem, 3vw, 2.6rem);
	font-weight: 700;
	letter-spacing: 0.02em;
}

.tn-about__metric-label {
	font-size: 0.95rem;
	color: rgba(15, 23, 42, 0.65);
}

.tn-about__story {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.tn-about__story-text,
.tn-about__quote {
	border-radius: 22px;
	border: 1px solid rgba(148, 163, 184, 0.25);
	background: #ffffff;
	box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
	padding: 1.75rem;
}

.tn-about__story-text h3 {
	margin: 0 0 1rem;
	font-size: 1.35rem;
	font-weight: 600;
	color: #1f2937;
}

.tn-about__story-text p {
	margin: 0;
	color: #000;
	line-height: 1.7;
}

.tn-about__story-text a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 1.25rem;
	font-weight: 600;
	color: #0f172a;
	text-decoration: none;
	border-bottom: 1px solid rgba(15, 23, 42, 0.25);
	padding-bottom: 0.2rem;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.tn-about__story-text a:hover,
.tn-about__story-text a:focus-visible {
	color: #1f2937;
	border-color: rgba(15, 23, 42, 0.45);
}

.tn-about__quote {
	position: relative;
	font-style: italic;
	color: #334155;
	line-height: 1.7;
}

.tn-about__quote::before {
	content: '\201C';
	position: absolute;
	top: -0.75rem;
	left: 1.25rem;
	font-size: 4rem;
	color: rgba(148, 163, 184, 0.35);
}

.tn-about__quote footer {
	margin-top: 1.25rem;
	font-size: 0.95rem;
	color: #64748b;
	font-style: normal;
}

.tn-about__steps {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.tn-about__step {
	border-radius: 20px;
	border: 1px solid rgba(148, 163, 184, 0.25);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
	padding: 1.75rem;
	display: grid;
	gap: 1rem;
}

.tn-about__partners {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.25rem 2rem;
	font-size: 0.95rem;
	color: #64748b;
}

.tn-about__partners span:first-child {
	color: #4b5563;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

.tn-about__testimonials {
	display: grid;
	gap: 1.25rem;
	justify-items: center;
}

.tn-about__testimonial-list {
	position: relative;
	width: 100%;
	max-width: 640px;
	min-height: 160px;
}

.tn-about__testimonial {
	position: absolute;
	inset: 0;
	margin: 0;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(148, 163, 184, 0.25);
	border-radius: 22px;
	box-shadow: 0 20px 35px rgba(15, 23, 42, 0.1);
	padding: 1.75rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}

.tn-about__testimonial.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.tn-about__testimonial-text {
	margin: 0;
	color: #334155;
	line-height: 1.7;
}

.tn-about__testimonial-meta {
	margin-top: 1.25rem;
	font-size: 0.95rem;
	color: #64748b;
	text-align: right;
}

.tn-about__dots {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
}

.tn-about__dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.6);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.tn-about__dot.is-active {
	background: #1f2937;
	transform: scale(1.1);
}

.tn-about__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

.tn-about__cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.75rem 1.9rem;
	border-radius: 999px;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tn-about__cta-btn--primary {
	background: #0f172a;
	color: #fff;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.25);
}

.tn-about__cta-btn--primary:hover,
.tn-about__cta-btn--primary:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 26px 52px rgba(15, 23, 42, 0.3);
}

.tn-about__cta-btn--secondary {
	border: 1px solid rgba(15, 23, 42, 0.12);
	background: rgba(255, 255, 255, 0.85);
	color: #0f172a;
	box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}

.tn-about__cta-btn--secondary:hover,
.tn-about__cta-btn--secondary:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 22px 36px rgba(15, 23, 42, 0.12);
}

@media (max-width: 1024px) {
	.tn-about__inner {
		gap: 2.5rem;
		padding: clamp(2rem, 5vw, 3rem) clamp(1.25rem, 4vw, 2.5rem);
	}

	.tn-about__pillars,
	.tn-about__metrics,
	.tn-about__steps {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
}

@media (max-width: 768px) {
	.tn-about {
		border-radius: 26px;
	}

	.tn-about__header {
		text-align: left;
		gap: 1rem;
	}

	.tn-about__inner {
		gap: 2rem;
	}

	.tn-about__metric {
		text-align: left;
	}

	.tn-about__quote::before {
		left: 0.5rem;
	}

	.tn-about__testimonials {
		justify-items: stretch;
	}

	.tn-about__testimonial-list {
		max-width: none;
	}

	.tn-about__testimonial {
		position: relative;
	}

	.tn-about__testimonial-meta {
		text-align: left;
	}

	.tn-about__cta {
		justify-content: flex-start;
	}
}
