.tn-faq {
	max-width: 1180px;
	margin: 0 auto;
	padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem) clamp(3rem, 6vw, 5rem);
	display: grid;
	gap: clamp(2rem, 4vw, 3rem);
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	color: #0f172a;
}

.tn-faq__header {
	display: grid;
	gap: 1rem;
}

.tn-faq__title {
	margin: 0;
	font-size: clamp(2.3rem, 4vw, 3.2rem);
	font-weight: 600;
}

.tn-faq__intro {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	font-size: 1.05rem;
	line-height: 1.7;
}

.tn-faq__intro a {
	color: #1f5ff9;
	font-weight: 600;
	text-decoration: none;
}

.tn-faq__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	font-size: 0.9rem;
	color: rgba(15, 23, 42, 0.6);
}

.tn-faq__search {
	display: grid;
	gap: 1rem;
}

.tn-faq__search-box {
	position: relative;
}

.tn-faq__search-input {
	width: 100%;
	padding: 1rem 1.25rem 1rem 3.25rem;
	border: 1px solid rgba(15, 23, 42, 0.15);
	border-radius: 18px;
	box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
	font-size: 1.05rem;
	transition: border 0.2s ease, box-shadow 0.2s ease;
}

.tn-faq__search-input:focus {
	border-color: #1f5ff9;
	box-shadow: 0 0 0 3px rgba(31, 95, 249, 0.2);
	outline: none;
}

.tn-faq__search-icon {
	position: absolute;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.25rem;
	color: rgba(15, 23, 42, 0.5);
}

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

.tn-faq__category-card {
	border-radius: 18px;
	padding: 1rem 1.25rem;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(15, 23, 42, 0.08);
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color: #0f172a;
	font-weight: 600;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tn-faq__category-card:hover,
.tn-faq__category-card:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 24px 45px rgba(15, 23, 42, 0.12);
}

.tn-faq__body {
	display: grid;
	gap: clamp(2rem, 4vw, 3rem);
}

.tn-faq__section {
	display: grid;
	gap: 1.5rem;
}

.tn-faq__section-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.tn-faq__section h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.2rem);
}

.tn-faq__section-tag {
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	background: rgba(31, 95, 249, 0.12);
	color: #1f3c88;
	font-size: 0.85rem;
	font-weight: 600;
}

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

.tn-faq__item {
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 18px 32px rgba(15, 23, 42, 0.1);
	border: 1px solid rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.tn-faq__item details {
	padding: 1rem 1.25rem;
}

.tn-faq__item summary {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	cursor: pointer;
	font-weight: 600;
	list-style: none;
}

.tn-faq__item summary::-webkit-details-marker {
	display: none;
}

.tn-faq__item details[open] summary {
	color: #1f5ff9;
}

.tn-faq__item-body {
	margin-top: 0.75rem;
	display: grid;
	gap: 0.75rem;
	font-size: 0.96rem;
	line-height: 1.6;
	color: rgba(15, 23, 42, 0.82);
}

.tn-faq__list {
	margin: 0;
	padding-left: 1.15rem;
	display: grid;
	gap: 0.4rem;
}

.tn-faq__cta {
	border-radius: 24px;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	background: linear-gradient(135deg, rgba(31, 95, 249, 0.1), rgba(67, 100, 247, 0.18));
	display: grid;
	gap: 1rem;
	text-align: center;
	box-shadow: 0 26px 48px rgba(31, 95, 249, 0.12);
}

.tn-faq__cta h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.2rem);
}

.tn-faq__cta p {
	margin: 0;
	color: rgba(15, 23, 42, 0.7);
	font-size: 1.05rem;
}

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

.tn-faq__cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem 1.75rem;
	border-radius: 16px;
	font-weight: 600;
	text-decoration: none;
}

.tn-faq__cta-primary {
	background: #1f5ff9;
	color: #fff;
	box-shadow: 0 18px 32px rgba(31, 95, 249, 0.24);
}

.tn-faq__cta-secondary {
	background: rgba(255, 255, 255, 0.9);
	color: #1f3c88;
	border: 1px solid rgba(31, 95, 249, 0.18);
}

.tn-faq__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	justify-content: center;
	font-size: 0.9rem;
	color: rgba(15, 23, 42, 0.6);
}

.tn-faq__footer a {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
}

@media (max-width: 720px) {
	.tn-faq__items {
		grid-template-columns: 1fr;
	}

	.tn-faq__categories {
		grid-template-columns: 1fr 1fr;
	}

	.tn-faq__cta .tn-faq__cta-buttons {
		flex-direction: column;
	}
}
