/** FAQ center front-end. */
.ark-faq-center {
	background: #fff;
}

.ark-faq-center__hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: 100%;
	margin: var(--ark-faq-hero-margin-top, 0) auto var(--ark-faq-hero-margin-bottom, 0);
	padding: clamp(40px, 4.6vw, 62px) 0 clamp(48px, 5vw, 66px);
	background:
		radial-gradient(circle at 82% 20%, rgba(101, 166, 119, .18), transparent 34%),
		radial-gradient(circle at 7% 90%, rgba(196, 225, 203, .42), transparent 30%),
		linear-gradient(135deg, #f2f8f3 0%, #fbfdfb 52%, #eef7f0 100%);
	border-bottom: 1px solid var(--ark-border);
}

.ark-faq-center__hero--width-content {
	width: min(calc(100% - 40px), var(--ark-container));
}

.ark-faq-center__hero--width-custom {
	width: min(calc(100% - 40px), var(--ark-faq-hero-max-width, 1280px));
}

.ark-faq-center__hero--rounded {
	border-radius: 24px;
}

.ark-faq-center__hero--has-image {
	background-color: #eef7f0;
	background-image: var(--ark-faq-hero-image);
	background-position: center center;
	background-size: var(--ark-faq-hero-size, cover);
	background-repeat: no-repeat;
}

.ark-faq-center__hero--has-image::before,
.ark-faq-center__hero--has-image::after {
	display: none;
}

.ark-faq-center__hero-copy .ark-eyebrow {
	color: var(--ark-faq-eyebrow, #1f6b3b);
}

.ark-faq-center__hero-copy h1 {
	color: var(--ark-faq-title, #111827);
}

.ark-faq-center__intro {
	color: var(--ark-faq-body, #374151);
}

.ark-faq-center__hero--palette-classic-dark {
	--ark-faq-title: #111827;
	--ark-faq-body: #374151;
	--ark-faq-eyebrow: #1f6b3b;
}

.ark-faq-center__hero--palette-high-contrast-white {
	--ark-faq-title: #ffffff;
	--ark-faq-body: rgba(255, 255, 255, .92);
	--ark-faq-eyebrow: #ddf5e5;
}

.ark-faq-center__hero--palette-brand-green {
	--ark-faq-title: #173f28;
	--ark-faq-body: #365a43;
	--ark-faq-eyebrow: #1f6b3b;
}

.ark-faq-center__hero--palette-slate-blue {
	--ark-faq-title: #0f172a;
	--ark-faq-body: #334155;
	--ark-faq-eyebrow: #23613b;
}

.ark-faq-center__hero--palette-soft-ivory {
	--ark-faq-title: #fffdf7;
	--ark-faq-body: #f3eee4;
	--ark-faq-eyebrow: #d9f0de;
}

.ark-faq-center__hero::before,
.ark-faq-center__hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	border: 1px solid rgba(47, 107, 63, .12);
	border-radius: 50%;
	pointer-events: none;
}

.ark-faq-center__hero::before {
	width: 380px;
	height: 380px;
	right: -120px;
	top: -170px;
}

.ark-faq-center__hero::after {
	width: 180px;
	height: 180px;
	right: 16%;
	bottom: -112px;
}

.ark-faq-center__hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
	align-items: center;
	gap: clamp(28px, 5vw, 70px);
}

.ark-faq-center__hero-copy {
	max-width: 860px;
}

.ark-faq-center__hero h1 {
	max-width: 760px;
	margin: 8px 0 14px;
	font-size: clamp(36px, 3.9vw, 54px);
	line-height: 1.02;
	letter-spacing: -.05em;
}

.ark-faq-center__intro {
	max-width: 720px;
	margin: 0;
	color: var(--ark-faq-body, #374151);
	font-size: clamp(16px, 1.2vw, 18px);
	line-height: 1.62;
}

.ark-faq-center__hero-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.ark-faq-center__hero-stats > div {
	min-height: 112px;
	padding: 18px;
	border: 1px solid rgba(47, 107, 63, .14);
	border-radius: 20px;
	background: rgba(255, 255, 255, .74);
	box-shadow: 0 18px 45px rgba(31, 79, 45, .07);
	backdrop-filter: blur(10px);
}

.ark-faq-center__hero-stats strong,
.ark-faq-center__hero-stats span {
	display: block;
}

.ark-faq-center__hero-stats strong {
	margin-bottom: 8px;
	color: var(--ark-primary-deep);
	font-size: clamp(30px, 2.6vw, 42px);
	line-height: 1;
	letter-spacing: -.04em;
}

.ark-faq-center__hero-stats span {
	color: var(--ark-text-muted);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.ark-faq-center__tools {
	position: relative;
	z-index: 8;
	margin-top: -28px;
}

.ark-faq-search {
	position: relative;
	max-width: 860px;
	margin: 0 auto;
	filter: drop-shadow(0 22px 32px rgba(25, 59, 35, .12));
}

.ark-faq-search input {
	width: 100%;
	min-height: 60px;
	padding: 13px 64px 13px 66px;
	border: 1px solid rgba(47, 107, 63, .22);
	border-radius: 999px;
	outline: 0;
	color: var(--ark-text);
	background: #fff;
	font-size: 16px;
	box-shadow: 0 0 0 0 rgba(47, 107, 63, 0);
	transition: border-color .18s ease, box-shadow .18s ease;
}


.ark-faq-search input::-webkit-search-cancel-button,
.ark-faq-search input::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

.ark-faq-search input::-ms-clear,
.ark-faq-search input::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}
.ark-faq-search input:focus {
	border-color: var(--ark-primary);
	box-shadow: 0 0 0 5px rgba(47, 107, 63, .11);
}

.ark-faq-search__icon {
	position: absolute;
	left: 28px;
	top: 50%;
	width: 20px;
	height: 20px;
	border: 2px solid var(--ark-primary);
	border-radius: 50%;
	transform: translateY(-54%);
	pointer-events: none;
}

.ark-faq-search__icon::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 2px;
	right: -6px;
	bottom: -3px;
	border-radius: 999px;
	background: var(--ark-primary);
	transform: rotate(45deg);
	transform-origin: left center;
}

.ark-faq-search__clear {
	position: absolute;
	right: 18px;
	top: 50%;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: var(--ark-text-muted);
	background: var(--ark-bg-soft);
	transform: translateY(-50%);
	cursor: pointer;
}

.ark-faq-search__clear svg {
	display: block;
	width: 16px;
	height: 16px;
	overflow: visible;
}

.ark-faq-search__clear path {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.ark-faq-search__clear:hover,
.ark-faq-search__clear:focus-visible {
	color: var(--ark-primary);
	background: var(--ark-tag-bg);
}

.ark-faq-mobile-categories {
	display: none;
}

.ark-faq-popular {
	padding: clamp(64px, 7vw, 92px) 0 clamp(58px, 6vw, 82px);
}

.ark-faq-popular__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.ark-faq-popular__heading h2 {
	max-width: 760px;
	margin: 8px 0 0;
	font-size: clamp(30px, 3.2vw, 46px);
	line-height: 1.12;
	letter-spacing: -.035em;
}

.ark-faq-popular__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.ark-faq-popular__item {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: start;
	gap: 16px;
	min-height: 118px;
	padding: 22px;
	border: 1px solid var(--ark-border);
	border-radius: 20px;
	color: var(--ark-text);
	background: #fff;
	box-shadow: 0 10px 30px rgba(17, 24, 39, .04);
	font-weight: 750;
	line-height: 1.45;
	text-align: left;
	cursor: pointer;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ark-faq-popular__item:hover,
.ark-faq-popular__item:focus-visible {
	border-color: rgba(47, 107, 63, .45);
	background: #f9fcfa;
	box-shadow: 0 18px 38px rgba(31, 79, 45, .09);
	transform: translateY(-3px);
}

.ark-faq-popular__number {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 14px;
	color: var(--ark-primary);
	background: var(--ark-tag-bg);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
}

.ark-faq-library {
	padding: clamp(64px, 7vw, 104px) 0;
	background: linear-gradient(180deg, #f7faf8 0%, #fff 88%);
	border-top: 1px solid var(--ark-border);
}

.ark-faq-library__layout {
	display: grid;
	grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
	align-items: start;
	gap: clamp(34px, 5vw, 72px);
}

.ark-faq-library__layout--single {
	grid-template-columns: minmax(0, 1fr);
}

.ark-faq-library__sidebar {
	position: sticky;
	top: calc(var(--ark-admin-bar-height) + var(--ark-header-height-desktop) + 24px);
}

.ark-faq-category-nav {
	padding: 18px;
	border: 1px solid var(--ark-border);
	border-radius: 24px;
	background: rgba(255, 255, 255, .92);
	box-shadow: var(--ark-shadow-sm);
}

.ark-faq-category-nav__label {
	margin: 0 0 12px;
	padding: 0 10px;
	color: var(--ark-text-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ark-faq-category-nav button {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 12px 13px;
	border: 0;
	border-radius: 13px;
	color: var(--ark-text-muted);
	background: transparent;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.38;
	text-align: left;
	cursor: pointer;
	transition: color .16s ease, background .16s ease;
}

.ark-faq-category-nav button + button {
	margin-top: 3px;
}

.ark-faq-category-nav button b {
	display: grid;
	min-width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 999px;
	color: var(--ark-text-muted);
	background: #f1f5f2;
	font-size: 11px;
}

.ark-faq-category-nav button:hover,
.ark-faq-category-nav button:focus-visible {
	color: var(--ark-primary);
	background: var(--ark-bg-soft);
}

.ark-faq-category-nav button.is-active {
	color: #fff;
	background: var(--ark-primary);
}

.ark-faq-category-nav button.is-active b {
	color: var(--ark-primary-deep);
	background: #fff;
}

.ark-faq-library__content {
	min-width: 0;
}

.ark-faq-results-bar {
	margin-bottom: 20px;
	color: var(--ark-text-muted);
	font-size: 14px;
}

.ark-faq-results-bar strong {
	color: var(--ark-primary);
	font-size: 18px;
}

.ark-faq-group + .ark-faq-group {
	margin-top: 46px;
}

.ark-faq-group[hidden] {
	display: none;
}

.ark-faq-group__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.ark-faq-group__heading h2 {
	margin: 0;
	font-size: clamp(26px, 2.7vw, 38px);
	line-height: 1.15;
	letter-spacing: -.03em;
}

.ark-faq-group__heading p {
	max-width: 720px;
	margin: 8px 0 0;
	color: var(--ark-text-muted);
	font-size: 15px;
	line-height: 1.65;
}

.ark-faq-group__heading > span {
	flex: 0 0 auto;
	padding: 7px 11px;
	border-radius: 999px;
	color: var(--ark-primary);
	background: var(--ark-tag-bg);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.ark-faq-group__items {
	display: grid;
	gap: 12px;
}

/* FAQ cards inherit the canonical homepage .ark-faq details/summary rules. */
.ark-faq-center .ark-faq-item__question mark {
	padding: 0 .12em;
	border-radius: 4px;
	color: var(--ark-primary-deep);
	background: #dff2e3;
}

.ark-faq-center .ark-faq-item__answer > :first-child { margin-top: 0; }
.ark-faq-center .ark-faq-item__answer > :last-child { margin-bottom: 0; }
.ark-faq-center .ark-faq-item__answer ul,
.ark-faq-center .ark-faq-item__answer ol { padding-left: 1.4em; }

.ark-faq-item__related {
	position: relative;
	display: inline-block;
	margin-top: 12px;
	color: var(--ark-primary);
	font-weight: 750;
	text-decoration: none;
}

.ark-faq-item__related::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .18s ease;
}

.ark-faq-item__related:hover::after,
.ark-faq-item__related:focus-visible::after {
	transform: scaleX(1);
}

.ark-faq-group__more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	padding: 10px 0;
	border: 0;
	color: var(--ark-primary);
	background: transparent;
	font-weight: 800;
	cursor: pointer;
}

.ark-faq-group__more span {
	font-size: 19px;
	transition: transform .18s ease;
}

.ark-faq-group__more[aria-expanded="true"] span {
	transform: rotate(45deg);
}

.ark-faq-no-results,
.ark-faq-empty__card {
	padding: clamp(42px, 6vw, 72px);
	border: 1px solid var(--ark-border);
	border-radius: 26px;
	background: #fff;
	box-shadow: var(--ark-shadow-sm);
	text-align: center;
}

.ark-faq-no-results__icon {
	display: grid;
	width: 62px;
	height: 62px;
	place-items: center;
	margin: 0 auto 20px;
	border-radius: 20px;
	color: var(--ark-primary);
	background: var(--ark-tag-bg);
	font-size: 28px;
	font-weight: 800;
}

.ark-faq-no-results h2,
.ark-faq-empty__card h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 40px);
}

.ark-faq-no-results p,
.ark-faq-empty__card p {
	max-width: 600px;
	margin: 0 auto 24px;
	color: var(--ark-text-muted);
}

.ark-faq-empty {
	padding: 80px 0;
}

.ark-faq-cta {
	padding: 0 0 clamp(76px, 8vw, 120px);
}

.ark-faq-cta__card {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 34px;
	padding: clamp(34px, 5vw, 64px);
	border-radius: 30px;
	color: #fff;
	background:
		radial-gradient(circle at 90% 20%, rgba(255, 255, 255, .15), transparent 28%),
		linear-gradient(135deg, var(--ark-primary-deep), var(--ark-primary));
	box-shadow: 0 24px 60px rgba(31, 79, 45, .2);
}

.ark-faq-cta__card::after {
	content: "";
	position: absolute;
	width: 260px;
	height: 260px;
	right: -100px;
	bottom: -150px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
}

.ark-faq-cta .ark-eyebrow {
	color: rgba(255, 255, 255, .75);
}

.ark-faq-cta h2 {
	max-width: 850px;
	margin: 8px 0 14px;
	color: #fff;
	font-size: clamp(31px, 3.8vw, 52px);
	line-height: 1.1;
	letter-spacing: -.04em;
}

.ark-faq-cta p:not(.ark-eyebrow) {
	max-width: 760px;
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: 17px;
}

.ark-faq-cta .ark-button--light {
	position: relative;
	z-index: 2;
	min-width: 164px;
	border-color: #fff;
	color: var(--ark-primary-deep);
	background: #fff;
}

.ark-faq-cta .ark-button--light:hover,
.ark-faq-cta .ark-button--light:focus-visible {
	color: #fff;
	background: transparent;
}

.ark-faq-center--no-motion *,
.ark-faq-center--no-motion *::before,
.ark-faq-center--no-motion *::after {
	transition-duration: 0s !important;
	animation-duration: 0s !important;
}

@media (max-width: 1080px) {
	.ark-faq-center__hero-inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.ark-faq-center__hero-stats {
		max-width: 560px;
	}

	.ark-faq-popular__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ark-faq-library__layout {
		grid-template-columns: 230px minmax(0, 1fr);
		gap: 34px;
	}
}

@media (max-width: 820px) {
	.ark-faq-center__hero {
		padding: 42px 0 58px;
	}

	.ark-faq-center__hero h1 {
		font-size: clamp(34px, 7.8vw, 48px);
	}

	.ark-faq-center__tools {
		margin-top: -26px;
	}

	.ark-faq-search input {
		min-height: 58px;
		padding-left: 58px;
	}

	.ark-faq-search__icon {
		left: 24px;
	}

	.ark-faq-mobile-categories {
		display: flex;
		gap: 9px;
		overflow-x: auto;
		margin: 20px -20px 0;
		padding: 0 20px 8px;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.ark-faq-mobile-categories::-webkit-scrollbar {
		display: none;
	}

	.ark-faq-mobile-categories button {
		display: inline-flex;
		flex: 0 0 auto;
		align-items: center;
		gap: 8px;
		min-height: 42px;
		padding: 9px 14px;
		border: 1px solid var(--ark-border);
		border-radius: 999px;
		color: var(--ark-text-muted);
		background: #fff;
		font-weight: 750;
		white-space: nowrap;
	}

	.ark-faq-mobile-categories button span {
		display: grid;
		min-width: 22px;
		height: 22px;
		place-items: center;
		border-radius: 999px;
		background: #f0f4f1;
		font-size: 10px;
	}

	.ark-faq-mobile-categories button.is-active {
		border-color: var(--ark-primary);
		color: #fff;
		background: var(--ark-primary);
	}

	.ark-faq-mobile-categories button.is-active span {
		color: var(--ark-primary-deep);
		background: #fff;
	}

	.ark-faq-library__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.ark-faq-library__sidebar {
		display: none;
	}

	.ark-faq-cta__card {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 620px) {
	.ark-faq-center__hero {
		margin-top: min(var(--ark-faq-hero-margin-top, 0px), 20px);
		margin-bottom: min(var(--ark-faq-hero-margin-bottom, 0px), 24px);
	}

	.ark-faq-center__hero--has-mobile-image {
		min-height: clamp(330px, 84vw, 360px);
		background-color: #eef7f0;
		background-image: var(--ark-faq-hero-mobile-image, var(--ark-faq-hero-image));
		background-position: center center;
		background-repeat: no-repeat;
	}

	.ark-faq-center__hero--has-mobile-image::before,
	.ark-faq-center__hero--has-mobile-image::after {
		display: none;
	}

	.ark-faq-center__hero--has-mobile-image .ark-faq-center__hero-inner {
		min-height: inherit;
		align-content: start;
	}
	.ark-faq-center__hero--width-content,
	.ark-faq-center__hero--width-custom {
		width: min(calc(100% - 28px), var(--ark-faq-hero-max-width, var(--ark-container)));
	}

	.ark-faq-center__hero--mobile-full {
		width: 100%;
		max-width: none;
		border-radius: 0;
	}

	.ark-faq-center__hero {
		padding: 18px 0 24px;
	}

	.ark-faq-center__hero-inner {
		gap: 18px;
	}

	.ark-faq-center__hero h1 {
		margin: 6px 0 10px;
		font-size: clamp(31px, 9.5vw, 40px);
		line-height: 1.06;
	}

	.ark-faq-center__intro {
		font-size: 15px;
		line-height: 1.52;
	}

	.ark-faq-center__hero-stats {
		gap: 10px;
	}

	.ark-faq-center__hero-stats > div {
		min-height: 88px;
		padding: 14px;
		border-radius: 16px;
	}

	.ark-faq-center__hero-stats strong {
		font-size: 30px;
	}

	.ark-faq-center__hero-stats span {
		font-size: 10px;
	}

	.ark-faq-search input {
		min-height: 54px;
		padding: 12px 50px 12px 54px;
		font-size: 15px;
	}

	.ark-faq-search__icon {
		left: 21px;
		width: 18px;
		height: 18px;
	}

	.ark-faq-search__clear {
		right: 12px;
	}

	.ark-faq-mobile-categories {
		gap: 8px;
		margin-top: 14px;
		padding-bottom: 6px;
	}

	.ark-faq-mobile-categories button {
		min-height: 40px;
		padding: 8px 13px;
	}

	.ark-faq-results-bar {
		margin-bottom: 14px;
	}

	.ark-faq-group__heading {
		margin-bottom: 14px;
	}

	.ark-faq-popular {
		padding-top: 54px;
	}

	.ark-faq-popular__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ark-faq-popular__item {
		min-height: 96px;
		padding: 18px;
	}

	.ark-faq-library {
		padding: 36px 0 64px;
	}

	.ark-faq-group + .ark-faq-group {
		margin-top: 34px;
	}

	.ark-faq-group__heading {
		align-items: flex-start;
	}

	.ark-faq-group__heading > span {
		display: none;
	}


	.ark-faq-cta {
		padding-bottom: 72px;
	}

	.ark-faq-cta__card {
		padding: 32px 24px;
		border-radius: 24px;
	}

	.ark-faq-cta .ark-button--light {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ark-faq-center *,
	.ark-faq-center *::before,
	.ark-faq-center *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}
}

