.wcts-static-faq__hero {
	padding: clamp(2.25rem, 4.2vw, 3.85rem) 0 clamp(2.2rem, 4vw, 3.6rem);
	border-bottom: 1px solid rgba(17, 17, 17, 0.08);
	background:
		linear-gradient(135deg, rgba(246, 247, 245, 0.94), rgba(255, 255, 255, 1) 48%),
		#ffffff;
	color: #050505;
}

.wcts-site-main--faq {
	background: #ffffff;
	color: #111827;
}

.wcts-site-main--faq > .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.wcts-site-main--faq > .entry-content > .wcts-static-faq__hero,
.wcts-site-main--faq > .entry-content > .wcts-static-faq__section,
.wcts-site-main--faq > .entry-content > .wcts-static-faq__cta {
	width: 100%;
	max-width: none;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.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: 18ch;
	margin-top: 0;
	margin-bottom: clamp(2.4rem, 5vw, 4rem);
	color: #050505;
	font-size: clamp(2.15rem, 4vw, 4rem);
	line-height: 1.02;
	text-align: left;
}

.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) 0 0;
	background: #d71920;
}

.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 {
	display: grid;
	gap: clamp(0.75rem, 1.6vw, 1.15rem);
	max-width: none;
	padding-left: clamp(0rem, 3vw, 3.4rem);
}

.wcts-static-faq__hero-inner > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.wcts-static-faq__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
	color: #d71920;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.1;
	text-transform: uppercase;
}

.wcts-static-faq__eyebrow::before {
	content: "";
	width: 1.6rem;
	height: 2px;
	background: currentColor;
}

.wcts-static-faq__title {
	margin: 0;
	max-width: 16ch !important;
	color: #050505;
	font-size: clamp(2.3rem, 3.8vw, 3.6rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	text-align: left;
}

.wcts-static-faq__lead {
	max-width: 42rem;
	margin: 0 !important;
	color: #3d424b;
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.58;
}

.wcts-static-faq__section {
	padding-block: clamp(2rem, 4.5vw, 3.7rem) clamp(3rem, 6vw, 5.5rem);
	background: #ffffff;
}

.wcts-static-page__faq-list {
	width: min(calc(100% - (var(--wcts-shell-padding) * 2)), 72rem);
	max-width: 72rem;
	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: #d71920;
}

.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: #d71920;
	background-color: #d71920;
	transform: rotate(180deg);
}

.wcts-static-page__faq-list summary:focus-visible {
	outline: 2px solid #d71920;
	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(3.5rem, 6vw, 5.5rem) 0;
	border-top: 1px solid #e5e7eb;
	background: #f7f8fa;
}

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

.wcts-static-faq__cta-title {
	margin: 0 0 1rem;
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	text-transform: none;
}

.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: #4b5563;
	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: 6px;
	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: 6px;
}

.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(215, 25, 32, 0.35);
}

.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;
}
