.wcts-static-faq__hero {
	padding: clamp(4rem, 6.5vw, 5.9rem) 0;
	border-bottom: 0;
	background: #0a0a0a;
	text-align: center;
}

.wcts-site-main--faq {
	background:
		linear-gradient(180deg, #0a0a0a 0%, #0a0a0a clamp(13rem, 24vw, 20rem), #f7f7f5 clamp(13rem, 24vw, 20rem)),
		#f7f7f5;
}

.wcts-site-main--faq > .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(4rem, 7vw, 6rem) 0 clamp(4rem, 8vw, 6.5rem);
}

.wcts-site-main--faq > .entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	width: min(calc(100% - (var(--wcts-shell-padding) * 2)), 64rem);
	max-width: none;
	margin-right: auto !important;
	margin-left: auto !important;
}

.wcts-site-main--faq > .entry-content > h1:first-child {
	max-width: 12ch;
	margin-top: 0;
	margin-bottom: clamp(2.4rem, 5vw, 4rem);
	color: #ffffff;
	font-size: clamp(2.55rem, 5vw, 5rem);
	line-height: 0.96;
	text-align: center;
}

.wcts-site-main--faq > .entry-content > h1:first-child::after {
	content: "";
	display: block;
	width: 4.5rem;
	height: 0.25rem;
	margin: clamp(1.2rem, 2vw, 1.65rem) auto 0;
	background: var(--wcts-color-accent);
}

.wcts-site-main--faq > .entry-content > details {
	border: 0;
	border-bottom: 1px solid #e5e7eb;
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	overflow: hidden;
}

.wcts-site-main--faq > .entry-content > h1:first-child + details {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}

.wcts-site-main--faq > .entry-content > details:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}

.wcts-site-main--faq > .entry-content > details[open] {
	border-bottom-color: var(--wcts-color-accent);
}

.wcts-site-main--faq > .entry-content > details summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	width: 100%;
	margin: 0;
	padding: clamp(1.25rem, 2.4vw, 1.75rem) clamp(1.1rem, 2vw, 1.5rem);
	color: #111827;
	cursor: pointer;
	font-size: clamp(1rem, 0.35vw + 0.94rem, 1.12rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.45;
	list-style: none;
}

.wcts-site-main--faq > .entry-content > details summary::-webkit-details-marker {
	display: none;
}

.wcts-site-main--faq > .entry-content > details summary::after {
	content: "";
	display: inline-flex;
	flex: 0 0 auto;
	width: 2.35rem;
	height: 2.35rem;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='square' stroke-linejoin='miter' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.2rem;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		transform 180ms ease;
}

.wcts-site-main--faq > .entry-content > details[open] summary::after {
	border-color: var(--wcts-color-accent);
	background-color: var(--wcts-color-accent);
	transform: rotate(180deg);
}

.wcts-site-main--faq > .entry-content > details summary:focus-visible {
	outline: 2px solid var(--wcts-color-accent);
	outline-offset: -4px;
}

.wcts-site-main--faq > .entry-content > details > :not(summary) {
	max-width: 52rem;
	margin: 0;
	padding: 0 clamp(1.1rem, 2vw, 1.5rem) clamp(1.35rem, 2.5vw, 1.9rem);
	color: #4b5563;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
}

.wcts-static-faq__hero-inner {
	max-width: 48rem;
}

.wcts-static-faq__eyebrow {
	margin: 0 0 0.8rem;
	color: #ffffff;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.wcts-static-faq__title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.35rem, 4vw, 4.5rem);
	line-height: 1.02;
	text-transform: none;
}

.wcts-static-faq__divider {
	width: 4rem;
	height: 0.28rem;
	margin: 1.6rem auto 0;
	background: var(--wcts-color-accent);
}

.wcts-static-page__faq-list {
	width: min(calc(100% - (var(--wcts-shell-padding) * 2)), 64rem);
	max-width: 64rem;
	margin: 0 auto;
	display: grid;
	gap: 0;
}

.wcts-static-page__faq-list details {
	width: 100%;
	max-width: none;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #ececec;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.wcts-site-main--faq .wcts-static-page__faq-list details,
.wcts-site-main--b2b .wcts-static-page__faq-list details {
	border-bottom-color: #e5e7eb;
}

.wcts-static-page__faq-list details[open] {
	border-color: #d7dbe3;
}

.wcts-site-main--faq .wcts-static-page__faq-list details[open],
.wcts-site-main--b2b .wcts-static-page__faq-list details[open] {
	border-bottom-color: var(--wcts-color-accent);
}

.wcts-static-page__faq-list summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 1.6rem 0;
	color: #111827;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.5;
	list-style: none;
	text-transform: none;
}

.wcts-static-page__faq-list summary > * {
	max-width: none;
	margin: 0;
}

.wcts-static-page__faq-list summary::-webkit-details-marker {
	display: none;
}

.wcts-site-main--faq .wcts-static-page__faq-list summary::after,
.wcts-site-main--b2b .wcts-static-page__faq-list summary::after {
	content: "";
	display: inline-flex;
	flex: 0 0 auto;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid #d1d5db;
	border-radius: 2px;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='square' stroke-linejoin='miter' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		transform 180ms ease;
}

.wcts-site-main--faq .wcts-static-page__faq-list details[open] summary,
.wcts-site-main--b2b .wcts-static-page__faq-list details[open] summary {
	color: #111827;
}

.wcts-site-main--faq .wcts-static-page__faq-list details[open] summary::after,
.wcts-site-main--b2b .wcts-static-page__faq-list details[open] summary::after {
	border-color: var(--wcts-color-accent);
	background-color: var(--wcts-color-accent);
	transform: rotate(180deg);
}

.wcts-static-page__faq-list summary:focus-visible {
	outline: 2px solid var(--wcts-color-accent);
	outline-offset: 4px;
	background: transparent;
}

.wcts-static-page__faq-list details > :not(summary) {
	max-width: 52rem;
	margin: 0;
	padding: 0 0 1.6rem;
	color: #5f6673;
	font-size: 1.03rem;
	line-height: 1.7;
}

.wcts-site-main--faq .wcts-static-page__faq-list details > :not(summary),
.wcts-site-main--b2b .wcts-static-page__faq-list details > :not(summary) {
	max-width: 52rem;
	padding: 0 0 2rem;
	color: #4b5563;
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.8;
}

.wcts-site-main--faq .wcts-static-faq__cta {
	padding: clamp(4rem, 7vw, 6rem) 0;
	border: 0;
	background: #ffd500;
}

.wcts-static-faq__cta-inner {
	max-width: 52rem;
	text-align: center;
}

.wcts-static-faq__cta-title {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 3vw + 1rem, 3.4rem);
	text-transform: uppercase;
}

.wcts-static-faq__cta-copy {
	margin: 0 auto 1.8rem;
	max-width: 38rem;
	color: #697281;
}

.wcts-site-main--faq .wcts-static-faq__cta-title {
	color: #111111;
}

.wcts-site-main--faq .wcts-static-faq__cta-copy {
	margin-bottom: 2.25rem;
	color: rgba(17, 17, 17, 0.78);
	font-size: clamp(1rem, 0.5vw + 0.9rem, 1.15rem);
	line-height: 1.7;
}

.wcts-site-main--faq .wcts-static-faq__cta-inner .wp-block-button__link {
	border-radius: 2px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wcts-site-main--faq .wcts-static-faq__cta-inner .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: #111111;
	color: #ffffff;
}

.wcts-site-main--faq .wcts-static-faq__cta-inner .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: #111111;
	color: #111111;
}

.wcts-site-main--faq .wcts-static-faq__cta-inner .wp-block-button.is-style-outline .wp-block-button__link:hover,
.wcts-site-main--faq .wcts-static-faq__cta-inner .wp-block-button.is-style-outline .wp-block-button__link:focus-visible {
	border-color: #111111;
	background: #ffffff;
	color: #111111;
}

.wcts-site-main--faq > .entry-content > details,
.wcts-static-page__faq-list details {
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 14px 32px rgba(17, 24, 39, 0.05);
}

.wcts-site-main--faq > .entry-content > h1:first-child + details,
.wcts-site-main--faq > .entry-content > details:last-child {
	border-radius: 20px;
}

.wcts-site-main--faq > .entry-content > details + details,
.wcts-static-page__faq-list details + details {
	margin-top: 0.85rem;
}

.wcts-site-main--faq > .entry-content > details[open],
.wcts-static-page__faq-list details[open] {
	border-color: rgba(106, 189, 70, 0.52);
}

.wcts-site-main--faq > .entry-content > details summary::after,
.wcts-site-main--faq .wcts-static-page__faq-list summary::after,
.wcts-site-main--b2b .wcts-static-page__faq-list summary::after {
	border-radius: 999px;
}

.wcts-static-page__faq-list summary {
	padding: 1.35rem 1.25rem;
}

.wcts-site-main--faq .wcts-static-page__faq-list details > :not(summary),
.wcts-site-main--b2b .wcts-static-page__faq-list details > :not(summary) {
	padding: 0 1.25rem 1.35rem;
}
