.contact-faq {
	--faq-ink: #2b2b2b;
	--faq-green: #00ca64;
	--faq-deep-green: #027f48;
	--faq-mint: #c8fbd1;
	clear: both;
	float: none;
	margin-top: 120px;
	padding: 90px clamp(28px, 5vw, 80px);
	border-radius: 34px;
	background: #f5f8f7;
	color: var(--faq-ink);
}

.contact-faq *,
.contact-faq *::before,
.contact-faq *::after { box-sizing: border-box; }

.contact-faq-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
	gap: 60px;
	align-items: end;
	padding-bottom: 65px;
	border-bottom: 1px solid #d5dddc;
}

.contact-faq-heading span {
	display: block;
	margin-bottom: 18px;
	color: var(--faq-deep-green);
	font-family: "adapt-variable", Impact, sans-serif;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.contact-faq-heading h2 {
	float: none;
	margin: 0;
	color: var(--faq-ink);
	font-family: "adapt-variable", Impact, sans-serif;
	font-size: clamp(64px, 7vw, 112px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: .84;
	text-transform: uppercase;
}

.contact-faq-heading > p {
	float: none;
	margin: 0;
	color: #4f5a58;
	font-size: 20px;
	line-height: 1.55;
}

.contact-faq-layout {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	gap: clamp(50px, 7vw, 110px);
	align-items: start;
	padding-top: 70px;
}

.contact-faq-nav {
	position: sticky;
	top: 110px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.contact-faq-nav > strong {
	display: block;
	margin-bottom: 14px;
	color: #697371;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.contact-faq-nav > a {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 10px;
	align-items: center;
	padding: 13px 15px;
	border-radius: 12px;
	color: var(--faq-ink);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.25;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}

.contact-faq-nav > a:hover {
	background: #fff;
	color: var(--faq-deep-green);
}

.contact-faq-nav > a span {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--faq-mint);
	color: var(--faq-deep-green);
	font-size: 11px;
	font-weight: 800;
}

.contact-faq-help {
	margin-top: 25px;
	padding: 22px;
	border-radius: 18px;
	background: var(--faq-ink);
}

.contact-faq-help span,
.contact-faq-help a { display: block; }
.contact-faq-help > span {
	margin-bottom: 12px;
	color: #a5fee8;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.contact-faq-help a {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
	overflow-wrap: anywhere;
}
.contact-faq-help a:hover { color: #a5fee8; }
.contact-faq-help a svg {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}
.contact-faq-help a span { display: inline; }

.contact-faq-group {
	float: none;
	padding: 0 0 85px;
	scroll-margin-top: 110px;
}

.contact-faq-group:last-child { padding-bottom: 0; }

.contact-faq-group-heading {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 22px;
	align-items: start;
	margin-bottom: 28px;
}

.contact-faq-group-heading > span {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--faq-green);
	color: var(--faq-ink);
	font-family: "adapt-variable", Impact, sans-serif;
	font-size: 17px;
	font-weight: 800;
}

.contact-faq-group-heading em {
	display: block;
	margin-bottom: 9px;
	color: var(--faq-deep-green);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.contact-faq-group-heading h3 {
	float: none;
	margin: 0;
	color: var(--faq-ink);
	font-family: "adapt-variable", Impact, sans-serif;
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: .95;
}

.contact-faq-group-heading p {
	float: none;
	max-width: 700px;
	margin: 13px 0 0;
	color: #5d6765;
	font-size: 16px;
	line-height: 1.45;
}

.contact-faq-items {
	overflow: hidden;
	border: 2px solid var(--faq-ink);
	border-radius: 22px;
	background: #fff;
	box-shadow: 10px 10px 0 rgba(43, 43, 43, .1);
}

.contact-faq-items details {
	border-bottom: 1px solid #d9e0df;
	background: #fff;
}

.contact-faq-items details:last-child { border-bottom: 0; }

.contact-faq-items summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 38px;
	gap: 24px;
	align-items: center;
	min-height: 92px;
	padding: 24px 28px;
	color: var(--faq-ink);
	cursor: pointer;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.25;
	list-style: none;
}

.contact-faq-items summary::-webkit-details-marker { display: none; }
.contact-faq-items summary::marker { display: none; content: ""; }
.contact-faq-items summary:hover { background: #f4fff9; }
.contact-faq-items details[open] summary {
	background: var(--faq-mint);
	color: var(--faq-ink);
}

.contact-faq-items summary > span {
	display: block;
	color: var(--faq-ink);
}

.contact-faq-items summary > i {
	position: relative;
	display: block;
	width: 38px;
	height: 38px;
	border: 2px solid var(--faq-ink);
	border-radius: 50%;
}

.contact-faq-items summary > i::before,
.contact-faq-items summary > i::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	background: var(--faq-ink);
	transform: translate(-50%, -50%);
	transition: transform .2s ease;
}

.contact-faq-items summary > i::after { transform: translate(-50%, -50%) rotate(90deg); }
.contact-faq-items details[open] summary > i::after { transform: translate(-50%, -50%) rotate(0deg); }

.contact-faq-answer {
	padding: 0 90px 30px 28px;
	background: var(--faq-mint);
}

.contact-faq-answer p {
	float: none;
	max-width: 780px;
	margin: 0;
	color: #37413f;
	font-size: 17px;
	line-height: 1.65;
}

.contact-faq-answer strong { color: var(--faq-ink); }
.contact-faq-answer a {
	color: var(--faq-deep-green);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 1000px) {
	.contact-faq { margin-top: 90px; padding: 70px 32px; }
	.contact-faq-heading { grid-template-columns: 1fr; gap: 28px; }
	.contact-faq-heading > p { max-width: 700px; }
	.contact-faq-layout { grid-template-columns: 1fr; gap: 65px; }
	.contact-faq-nav {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}
	.contact-faq-nav > strong { grid-column: 1 / -1; }
	.contact-faq-help {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: auto 1fr 1fr;
		gap: 18px;
		align-items: center;
	}
	.contact-faq-help > span { margin: 0; }
	.contact-faq-help a { margin: 0; }
}

@media (max-width: 650px) {
	.contact-faq {
		margin: 65px -5px 0;
		padding: 60px 18px;
		border-radius: 24px;
	}
	.contact-faq-heading { padding-bottom: 45px; }
	.contact-faq-heading h2 { font-size: clamp(54px, 17vw, 76px); }
	.contact-faq-heading > p { font-size: 17px; }
	.contact-faq-layout { padding-top: 45px; }
	.contact-faq-nav { grid-template-columns: 1fr; }
	.contact-faq-help {
		display: block;
		padding: 20px;
	}
	.contact-faq-help > span { margin-bottom: 12px; }
	.contact-faq-help a { margin-top: 8px; }
	.contact-faq-group { padding-bottom: 65px; }
	.contact-faq-group-heading { grid-template-columns: 44px 1fr; gap: 14px; }
	.contact-faq-group-heading > span { width: 44px; height: 44px; font-size: 14px; }
	.contact-faq-group-heading h3 { font-size: 36px; }
	.contact-faq-items { border-radius: 17px; box-shadow: 6px 6px 0 rgba(43,43,43,.1); }
	.contact-faq-items summary {
		grid-template-columns: minmax(0, 1fr) 32px;
		gap: 14px;
		min-height: 80px;
		padding: 20px 17px;
		font-size: 17px;
	}
	.contact-faq-items summary > i { width: 32px; height: 32px; }
	.contact-faq-answer { padding: 0 58px 24px 17px; }
	.contact-faq-answer p { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
	.contact-faq * { scroll-behavior: auto !important; transition: none !important; }
}
