/* FAQ Schema Widget - 6732ff16 */

.faq-6732ff16 {
	background: #ffffff;
	padding: 72px 20px;
}

.faq-6732ff16,
.faq-6732ff16 * {
	box-sizing: border-box;
}

.faq-6732ff16__inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.faq-6732ff16__header {
	max-width: 840px;
	margin: 0 auto 42px;
	text-align: center;
}

.faq-6732ff16__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 16px;
	padding: 7px 16px;
	border-radius: 999px;
	background: #eaf2ff;
	color: #0b5cab;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.faq-6732ff16__heading {
	margin: 0;
	color: #102033;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.faq-6732ff16__description {
	margin: 18px auto 0;
	max-width: 780px;
	color: #4a5b6d;
	font-size: 1.08rem;
	line-height: 1.7;
}

.faq-6732ff16__accordion {
	display: grid;
	gap: 14px;
}

.faq-6732ff16__item {
	overflow: hidden;
	border: 1px solid rgba(16, 32, 51, 0.1);
	border-radius: 20px;
	background: #f8fbff;
	box-shadow: 0 12px 30px rgba(16, 32, 51, 0.06);
	transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.faq-6732ff16__item--active {
	border-color: rgba(11, 92, 171, 0.28);
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(16, 32, 51, 0.1);
}

.faq-6732ff16__item-heading {
	margin: 0;
}

.faq-6732ff16__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	padding: 22px 24px;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.faq-6732ff16__question {
	color: #102033;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.35;
}

.faq-6732ff16__icon {
	position: relative;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #eef6ff;
	color: #0b5cab;
}

.faq-6732ff16__icon::before,
.faq-6732ff16__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: transform 180ms ease, opacity 180ms ease;
}

.faq-6732ff16__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-6732ff16__item--active .faq-6732ff16__icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(0deg);
}

.faq-6732ff16__panel[hidden] {
	display: none;
}

.faq-6732ff16__panel {
	padding: 0 24px 24px;
}

.faq-6732ff16__answer {
	color: #506174;
	font-size: 1rem;
	line-height: 1.7;
}

.faq-6732ff16__answer p {
	margin: 0 0 12px;
}

.faq-6732ff16__answer p:last-child {
	margin-bottom: 0;
}

.faq-6732ff16__answer a {
	color: #0b5cab;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.faq-6732ff16__answer ul,
.faq-6732ff16__answer ol {
	margin: 12px 0 0;
	padding-left: 1.25rem;
}

.faq-6732ff16__footer {
	margin: 34px auto 0;
	max-width: 820px;
	text-align: center;
}

.faq-6732ff16__cta-note {
	margin: 0 auto 22px;
	color: #4a5b6d;
	font-size: 1rem;
	line-height: 1.65;
}

.faq-6732ff16__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.faq-6732ff16__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 20px;
	border-radius: 999px;
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.faq-6732ff16__button--primary {
	background: #0b5cab;
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(11, 92, 171, 0.25);
}

.faq-6732ff16__button--primary:hover,
.faq-6732ff16__button--primary:focus {
	background: #084b8c;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(11, 92, 171, 0.32);
}

.faq-6732ff16__button--secondary {
	border: 2px solid rgba(11, 92, 171, 0.25);
	background: #ffffff;
	color: #0b5cab;
}

.faq-6732ff16__button--secondary:hover,
.faq-6732ff16__button--secondary:focus {
	border-color: #0b5cab;
	background: #eef6ff;
	color: #084b8c;
	transform: translateY(-2px);
}

.faq-6732ff16 a:focus-visible,
.faq-6732ff16 button:focus-visible {
	outline: 3px solid rgba(11, 92, 171, 0.45);
	outline-offset: 4px;
}

@media (max-width: 1024px) {
	.faq-6732ff16 {
		padding: 64px 20px;
	}
}

@media (max-width: 767px) {
	.faq-6732ff16 {
		padding: 52px 16px;
	}

	.faq-6732ff16__header {
		margin-bottom: 30px;
		text-align: left;
	}

	.faq-6732ff16__description {
		font-size: 1rem;
	}

	.faq-6732ff16__trigger {
		align-items: flex-start;
		padding: 20px;
	}

	.faq-6732ff16__question {
		font-size: 1rem;
	}

	.faq-6732ff16__panel {
		padding: 0 20px 20px;
	}

	.faq-6732ff16__footer {
		text-align: left;
	}

	.faq-6732ff16__actions {
		align-items: stretch;
		justify-content: flex-start;
	}

	.faq-6732ff16__button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.faq-6732ff16__item,
	.faq-6732ff16__icon::before,
	.faq-6732ff16__icon::after,
	.faq-6732ff16__button {
		transition: none;
	}

	.faq-6732ff16__button:hover,
	.faq-6732ff16__button:focus {
		transform: none;
	}
}