.pa-article-faq {
	margin: clamp(40px, 6vw, 76px) 0 0;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid #d8e4f3;
	border-radius: 24px;
	background: linear-gradient(135deg, #f7faff 0%, #fff 58%, #fff8f3 100%);
}

.pa-article-faq__heading {
	max-width: 760px;
	margin-bottom: 24px;
}

.pa-article-faq__heading > span {
	display: block;
	margin-bottom: 8px;
	color: #1d5bd8;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .13em;
}

.pa-article-faq__heading h2 {
	margin: 0 0 9px;
	color: #0e2f55;
	font-size: clamp(27px, 3.4vw, 40px);
	line-height: 1.12;
}

.pa-article-faq__heading p {
	margin: 0;
	color: #68788f;
}

.pa-article-faq__list {
	display: grid;
	gap: 10px;
}

.pa-article-faq__list details {
	border: 1px solid #d9e3ef;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(14, 47, 85, .05);
}

.pa-article-faq__list summary {
	display: flex;
	min-height: 62px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 17px 20px;
	color: #102f53;
	font-size: 17px;
	font-weight: 750;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
}

.pa-article-faq__list summary::-webkit-details-marker { display: none; }

.pa-article-faq__list summary:focus-visible {
	outline: 3px solid rgba(29, 91, 216, .3);
	outline-offset: 3px;
}

.pa-article-faq__list summary span {
	display: grid;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	place-items: center;
	border-radius: 50%;
	background: #eaf1ff;
	color: #1d5bd8;
	font-size: 22px;
	font-weight: 500;
	transition: transform .2s ease, background-color .2s ease;
}

.pa-article-faq__list details[open] summary span {
	transform: rotate(45deg);
	background: #1d5bd8;
	color: #fff;
}

.pa-article-faq__list details > div {
	padding: 0 20px 20px;
	color: #52657c;
}

.pa-article-faq__list details > div p {
	margin: 0;
	line-height: 1.75;
}

@media (max-width: 640px) {
	.pa-article-faq { padding: 20px 16px; border-radius: 18px; }
	.pa-article-faq__list summary { padding: 15px 16px; font-size: 16px; }
	.pa-article-faq__list details > div { padding: 0 16px 17px; }
}

@media (prefers-reduced-motion: reduce) {
	.pa-article-faq__list summary span { transition: none; }
}
