.gfj-faq-page {
	font-family: Nunito, -apple-system, sans-serif;
	color: #54595F;
}

/* Hero */
.gfj-faq-hero {
	background: #663657;
	color: #fff;
	padding: 56px 28px 62px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.gfj-faq-hero__inner {
	max-width: 820px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.gfj-faq-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.28);
	padding: 7px 18px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.gfj-faq-hero__badge .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #D38213;
	display: inline-block;
}

.gfj-faq-hero__headline {
	font-family: Caveat, cursive;
	font-weight: 700;
	font-size: 64px;
	line-height: 1;
	margin: 0 0 14px;
	color: #fff;
}

.gfj-faq-hero__subtext {
	font-size: 18px;
	line-height: 1.6;
	color: #F6E9DD;
	margin: 0 auto;
	max-width: 620px;
	font-weight: 300;
}

.gfj-faq-hero__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 26px;
}

.gfj-faq-hero__pill {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.22);
	padding: 7px 15px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
}

/* Support box */
.gfj-faq-support-wrap {
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 28px 0;
}

.gfj-faq-support {
	background: #FAEEE0;
	border-radius: 16px;
	padding: 26px 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	justify-content: space-between;
}

.gfj-faq-support__left {
	flex: 1 1 0%;
	min-width: 260px;
}

.gfj-faq-support__left p {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.65;
}

.gfj-faq-support__left p:last-child {
	margin-bottom: 0;
}

.gfj-faq-support__left strong {
	color: #663657;
}

.gfj-faq-support__right {
	flex: 0 0 auto;
	min-width: 230px;
	font-size: 15px;
	line-height: 1.7;
}

.gfj-faq-support__label {
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	color: #663657;
	font-size: 15px;
	margin-bottom: 8px;
}

.gfj-faq-support__label--second {
	margin-top: 14px;
}

.gfj-faq-support__right a {
	color: #9D0052;
	font-weight: 400;
	text-decoration: none;
}

.gfj-faq-support__right a:hover {
	text-decoration: underline;
}

/* Sticky search bar */
.gfj-faq-searchbar {
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid #F0ECEF;
	margin-top: 34px;
}

.gfj-faq-searchbar__row {
	max-width: 900px;
	margin: 0 auto;
	padding: 16px 28px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.gfj-faq-search {
	flex: 1 1 0%;
	min-width: 220px;
	position: relative;
	display: flex;
	align-items: center;
}

.gfj-faq-search__icon {
	position: absolute;
	left: 14px;
	pointer-events: none;
}

.gfj-faq-search__input {
	width: 100%;
	padding: 11px 14px 11px 40px !important;
	border: 1.5px solid #E7DDE3 !important;
	border-radius: 10px !important;
	font-family: Nunito, sans-serif;
	font-size: 15px;
	color: #54595F !important;
	outline: none;
}

.gfj-faq-search__input:focus {
	border-color: #9D0052;
}

.gfj-faq-counter {
	font-size: 13px;
	font-weight: 700;
	color: #9D0052;
	white-space: nowrap;
}

.gfj-faq-searchbar__btns {
	display: flex;
	gap: 8px;
}

.gfj-faq-btn {
	border: 1.5px solid #E7DDE3;
	background: #fff;
	color: #663657;
	font-family: Nunito, sans-serif;
	font-weight: 700;
	font-size: 13px;
	padding: 10px 15px;
	border-radius: 10px;
	cursor: pointer;
}

.gfj-faq-btn:hover {
	background: #FAEEE0;
	border-color: #D38213;
}

.gfj-faq-chips {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 28px 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.gfj-faq-chip {
	font-size: 13px;
	font-weight: 600;
	color: #663657;
	background: #FAEEE0;
	padding: 7px 14px;
	border-radius: 999px;
	text-decoration: none;
}

/* Main content */
.gfj-faq-main {
	max-width: 900px;
	margin: 0 auto;
	padding: 36px 28px 20px;
}

.gfj-faq-noresults {
	display: none;
	text-align: center;
	padding: 60px 20px;
	color: #7A7A7A;
}

.gfj-faq-noresults__title {
	font-family: Caveat, cursive;
	font-size: 40px;
	color: #663657;
	margin-bottom: 6px;
}

.gfj-faq-noresults p {
	margin: 0;
	font-size: 16px;
}

.gfj-faq-noresults a {
	color: #9D0052;
}

/* Category sections */
.faq-category {
	margin-bottom: 44px;
	scroll-margin-top: 100px;
}

.faq-category__title {
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	font-size: 26px;
	color: #663657;
	margin: 0 0 6px;
}

.faq-category__underline {
	height: 3px;
	width: 64px;
	background: #D38213;
	border-radius: 2px;
	margin-bottom: 22px;
}

.faq-category__items {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

/* Accordion items - native <details>/<summary> */
.faq-item {
	border: 1px solid #F0E6EC;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(102, 54, 87, 0.06);
	overflow: hidden;
}

.faq-item__summary {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 19px 22px;
	font-weight: 700;
	font-size: 17px;
	color: #663657;
	list-style: none;
	cursor: pointer;
}

.faq-item__summary::-webkit-details-marker {
	display: none;
}

.faq-item__question {
	flex: 1 1 0%;
}

.faq-item__chevron {
	flex: 0 0 auto;
	display: flex;
	transition: transform 0.28s;
}

.faq-item[open] .faq-item__chevron {
	transform: rotate(180deg);
}

.faq-item[open] > .faq-item__summary {
	background: #FAEEE0;
}

.faq-item__body {
	padding: 22px 22px 22px;
	font-size: 16px;
	line-height: 1.7;
	animation: faqReveal 0.3s ease;
}

.faq-item__body ul,
.faq-item__body ol {
	margin: 0 0 14px;
	padding-left: 22px;
}

.faq-item__body li {
	margin: 0 0 7px;
}

.faq-item__body p {
	margin: 0 0 14px;
}

.faq-item__body p:last-child,
.faq-item__body ul:last-child {
	margin-bottom: 0;
}

@keyframes faqReveal {
	0% {
		opacity: 0;
		transform: translateY(-5px);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

/* Footer CTA */
.gfj-faq-footer-cta {
	background: #663657;
	color: #fff;
	text-align: center;
	padding: 56px 28px 62px;
}

.gfj-faq-footer-cta__inner {
	max-width: 640px;
	margin: 0 auto;
}

.gfj-faq-footer-cta h2 {
	font-family: Caveat, cursive;
	font-weight: 700;
	font-size: 44px;
	margin: 0 0 10px;
	color: #fff;
}

.gfj-faq-footer-cta__inner > p {
	font-size: 17px;
	color: #F0E1EA;
	margin: 0 0 26px;
	font-weight: 300;
}

.gfj-faq-footer-cta__inner > p:last-of-type {
	margin: 0;
}

.gfj-faq-footer-cta__btns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-bottom: 26px;
}

.gfj-faq-footer-cta__btn-solid {
	background: #9D0052;
	color: #fff;
	padding: 13px 26px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
}

.gfj-faq-footer-cta__btn-solid:hover {
	background: #7A0040;
}

.gfj-faq-footer-cta__btn-outline {
	background: transparent;
	border: 1.5px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 13px 26px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
}

.gfj-faq-footer-cta__btn-outline:hover {
	background: rgba(255, 255, 255, 0.12);
}

.gfj-faq-footer-cta__fine {
	font-size: 13px;
	color: #D7C2CE;
	margin: 24px 0 0;
}

@media (max-width: 782px) {
	.gfj-faq-hero__headline {
		font-size: 40px;
	}

	.gfj-faq-support {
		flex-direction: column;
	}

	.gfj-faq-searchbar {
		position: static;
	}
}
