.page-id-60 .entry-content.single-content {
	margin-top: 0;
}

.bpb-faq-hero {
	position: relative;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	min-height: 320px;
	padding: 54px 60px;
	border-radius: 18px;
	background:
		linear-gradient(90deg, rgba(18, 24, 19, .88) 0%, rgba(18, 24, 19, .73) 43%, rgba(18, 24, 19, .16) 75%, rgba(18, 24, 19, .05) 100%),
		url("../../../uploads/2026/08/P7073268-scaled.jpeg") center 59% / cover no-repeat;
	color: #fff;
	overflow: hidden;
}

.bpb-faq-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 6px;
	background: #f9a006;
	content: "";
}

.bpb-faq-hero-content {
	position: relative;
	z-index: 1;
	max-width: 610px;
}

.bpb-faq-kicker,
.bpb-faq-section-label {
	display: block;
	margin-bottom: 9px;
	color: #f9b32e;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.bpb-faq-hero h1 {
	margin: 0 0 13px;
	color: #fff;
	font-size: clamp(38px, 5vw, 58px);
	line-height: 1.05;
}

.bpb-faq-hero p {
	max-width: 550px;
	margin: 0;
	color: rgba(255, 255, 255, .91);
	font-size: 18px;
	line-height: 1.55;
}

.bpb-faq-layout {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 32px;
	margin: 42px 0 30px;
}

.bpb-faq-reset,
.bpb-faq-questions {
	box-sizing: border-box;
	padding: 30px;
	border: 1px solid #e1e3df;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(21, 28, 22, .06);
}

.bpb-faq-reset h2,
.bpb-faq-questions h2 {
	margin: 0 0 10px;
	font-size: clamp(25px, 3vw, 32px);
	line-height: 1.18;
}

.bpb-faq-intro {
	margin: 0 0 22px;
	color: #5c625d;
	font-size: 16px;
	line-height: 1.6;
}

.bpb-faq-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 26px;
}

.bpb-faq-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 2px solid #f9a006;
	border-radius: 5px;
	background: #f9a006;
	color: #1d1d1e;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .02em;
	text-decoration: none;
}

.bpb-faq-button:hover,
.bpb-faq-button:focus-visible {
	border-color: #1d1d1e;
	background: #1d1d1e;
	color: #fff;
}

.bpb-faq-button.is-secondary {
	background: transparent;
	color: #745000;
}

.bpb-faq-steps {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bpb-faq-steps li {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 13px;
	align-items: start;
}

.bpb-faq-step-number {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #f4ead5;
	color: #805500;
	font-weight: 800;
}

.bpb-faq-steps strong {
	display: block;
	margin: 1px 0 2px;
	font-size: 15px;
}

.bpb-faq-steps p {
	margin: 0;
	color: #616762;
	font-size: 14px;
	line-height: 1.5;
}

.bpb-faq-account-tip {
	margin-top: 24px;
	padding: 16px 18px;
	border-left: 4px solid #f9a006;
	border-radius: 7px;
	background: #fff8e9;
}

.bpb-faq-account-tip strong {
	display: block;
	margin-bottom: 3px;
}

.bpb-faq-account-tip p {
	margin: 0;
	color: #655f52;
	font-size: 14px;
	line-height: 1.5;
}

.bpb-faq-questions > p {
	margin: 0 0 20px;
	color: #5c625d;
}

.bpb-faq-item {
	margin: 0 0 10px;
	border: 1px solid #dde1dc;
	border-radius: 8px;
	background: #fafbf9;
	overflow: hidden;
}

.bpb-faq-item:last-child {
	margin-bottom: 0;
}

.bpb-faq-item summary {
	position: relative;
	padding: 16px 48px 16px 18px;
	color: #242824;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	list-style: none;
	cursor: pointer;
}

.bpb-faq-item summary::-webkit-details-marker {
	display: none;
}

.bpb-faq-item summary::after {
	position: absolute;
	top: 50%;
	right: 18px;
	color: #916100;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	content: "+";
	transform: translateY(-50%);
}

.bpb-faq-item[open] {
	border-color: #e0c888;
	background: #fff;
}

.bpb-faq-item[open] summary {
	background: #fff8e9;
}

.bpb-faq-item[open] summary::after {
	content: "−";
}

.bpb-faq-answer {
	padding: 0 18px 17px;
	color: #565c57;
	font-size: 14px;
	line-height: 1.6;
}

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

.bpb-faq-answer a,
.bpb-faq-support a:not(.bpb-faq-button) {
	color: #805500;
	font-weight: 700;
	text-underline-offset: 2px;
}

.bpb-faq-support {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 45px;
	padding: 25px 30px;
	border-radius: 12px;
	background: #202421;
	color: #fff;
}

.bpb-faq-support h2 {
	margin: 0 0 5px;
	color: #fff;
	font-size: 25px;
}

.bpb-faq-support p {
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
}

.bpb-faq-support .bpb-faq-button {
	flex: 0 0 auto;
}

@media (max-width: 900px) {
	.bpb-faq-hero {
		min-height: 290px;
		padding: 42px 38px;
	}

	.bpb-faq-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.bpb-faq-hero {
		min-height: 285px;
		padding: 34px 24px;
		border-radius: 12px;
		background-position: 64% center;
	}

	.bpb-faq-hero::before {
		position: absolute;
		inset: 0;
		background: rgba(16, 22, 17, .32);
		content: "";
	}

	.bpb-faq-hero h1 {
		font-size: 36px;
	}

	.bpb-faq-hero p {
		font-size: 16px;
	}

	.bpb-faq-layout {
		gap: 20px;
		margin-top: 26px;
	}

	.bpb-faq-reset,
	.bpb-faq-questions {
		padding: 22px 18px;
	}

	.bpb-faq-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.bpb-faq-support {
		align-items: stretch;
		flex-direction: column;
		padding: 22px;
	}
}
