@charset "utf-8";

.ai-faq-section {
	background: #edf4f6;
	border-top: 0;
	padding: 96px 24px 108px;
}

.ai-faq-section::before {
	display: none;
}

.ai-faq-section__inner {
	max-width: 980px;
}

.ai-faq-section__heading {
	margin-bottom: 46px;
	text-align: center;
}

.ai-faq-section__heading h2 {
	color: #15283b;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0;
}

.ai-faq-section__eyebrow {
	color: #2874fc;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 14px 0 0;
}

.ai-faq-list {
	border: 0;
	display: grid;
	gap: 20px;
}

.ai-faq-item {
	background: #ffffff;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(20, 54, 83, 0.06);
	padding: 30px 34px 32px;
}

.ai-faq-question {
	align-items: center;
	color: #165fae;
	display: grid;
	font-size: 17px;
	font-weight: 700;
	gap: 18px;
	grid-template-columns: 40px minmax(0, 1fr);
	letter-spacing: 0;
	line-height: 1.65;
	margin: 0;
}

.ai-faq-question::before {
	align-items: center;
	background: #2874fc;
	border-radius: 50%;
	color: #ffffff;
	content: "Q";
	display: flex;
	font-family: Roboto, Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	line-height: 1;
	width: 40px;
}

.ai-faq-answer {
	color: #2f3b47 !important;
	font-size: 15px !important;
	font-weight: 500;
	letter-spacing: 0 !important;
	line-height: 1.9 !important;
	margin: 20px 0 0 !important;
	min-height: 40px;
	padding: 5px 0 0 58px !important;
	position: relative;
}

.ai-faq-answer::before {
	align-items: center;
	background: #dfeaff;
	border-radius: 50%;
	color: #2269c3;
	content: "A";
	display: flex;
	font-family: Roboto, Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	width: 40px;
}

@media (max-width: 767px) {
	.ai-faq-section {
		padding: 66px 15px 76px;
	}

	.ai-faq-section__heading {
		margin-bottom: 30px;
		text-align: center;
	}

	.ai-faq-section__heading h2 {
		font-size: 28px;
	}

	.ai-faq-section__eyebrow {
		font-size: 12px;
		margin-top: 10px;
	}

	.ai-faq-list {
		gap: 14px;
	}

	.ai-faq-item {
		padding: 22px 18px 24px;
	}

	.ai-faq-question {
		align-items: start;
		font-size: 15px;
		gap: 12px;
		grid-template-columns: 34px minmax(0, 1fr);
		line-height: 1.65;
	}

	.ai-faq-question::before {
		font-size: 14px;
		height: 34px;
		width: 34px;
	}

	.ai-faq-answer {
		font-size: 14px !important;
		line-height: 1.85 !important;
		margin-top: 16px !important;
		min-height: 34px;
		padding: 3px 0 0 46px !important;
	}

	.ai-faq-answer::before {
		font-size: 14px;
		height: 34px;
		width: 34px;
	}
}
