footer.site-footer.bg_foo_dark,
body.bbf-footer-active .site-footer,
body.bbf-footer-active #colophon,
body.bbf-footer-active .footer-widgets,
body.bbf-footer-active .footer-area,
body.bbf-footer-active .main-footer,
body.bbf-footer-active footer.site-footer {
	display: none !important;
}

.bbf-footer {
	--bbf-ink: #201715;
	--bbf-muted: #756761;
	--bbf-soft: #fff8f8;
	--bbf-cream: #fffdf9;
	--bbf-blush: #f9e1e4;
	--bbf-rose: #b96372;
	--bbf-gold: #b88a2b;
	--bbf-gold-strong: #8f6617;
	--bbf-line: rgba(184, 138, 43, 0.2);
	background:
		radial-gradient(circle at 5% 0%, rgba(249, 225, 228, 0.95), transparent 34%),
		linear-gradient(135deg, #fffdfb 0%, #fff8f8 48%, #fff2f0 100%);
	border-top: 1px solid var(--bbf-line);
	color: var(--bbf-ink);
	font-family: inherit;
	margin-top: 54px;
	position: relative;
	z-index: 3;
}

.bbf-footer *,
.bbf-footer *::before,
.bbf-footer *::after {
	box-sizing: border-box;
}

.bbf-footer .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.bbf-inner {
	margin: 0 auto;
	max-width: 1240px;
	padding: 42px 22px 26px;
}

.bbf-top {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(184, 138, 43, 0.18);
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(116, 75, 68, 0.11);
	overflow: hidden;
}

.bbf-hero-line {
	align-items: center;
	background:
		linear-gradient(100deg, rgba(255, 255, 255, 0.92), rgba(255, 246, 248, 0.94)),
		linear-gradient(135deg, rgba(184, 138, 43, 0.08), rgba(185, 99, 114, 0.12));
	border-bottom: 1px solid var(--bbf-line);
	display: grid;
	gap: 22px;
	grid-template-columns: 126px minmax(0, 1fr);
	padding: 28px;
}

.bbf-brand-logo {
	align-items: center;
	aspect-ratio: 1;
	background: #fff;
	border: 1px solid rgba(184, 138, 43, 0.22);
	border-radius: 22px;
	box-shadow: 0 18px 38px rgba(116, 75, 68, 0.12);
	display: flex;
	justify-content: center;
	padding: 15px;
	text-decoration: none;
}

.bbf-brand-logo img {
	display: block;
	height: auto;
	max-height: 90px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.bbf-badge {
	background: rgba(184, 138, 43, 0.12);
	border: 1px solid rgba(184, 138, 43, 0.2);
	border-radius: 999px;
	color: var(--bbf-gold-strong);
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 10px;
	padding: 8px 11px;
	text-transform: uppercase;
}

.bbf-hero-line h2,
.bbf-update-card h3,
.bbf-col h3 {
	color: var(--bbf-ink);
	font-weight: 850;
	letter-spacing: 0;
	margin: 0;
}

.bbf-hero-line h2 {
	font-size: clamp(24px, 3vw, 38px);
	line-height: 1.05;
	max-width: 760px;
}

.bbf-hero-line p,
.bbf-update-card p,
.bbf-col p {
	color: var(--bbf-muted);
	font-size: 14px;
	line-height: 1.65;
	margin: 9px 0 0;
}

.bbf-quick-links {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	background: rgba(184, 138, 43, 0.14);
}

.bbf-quick-links a {
	background: rgba(255, 255, 255, 0.9);
	color: var(--bbf-ink);
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-height: 88px;
	padding: 18px 20px;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.bbf-quick-links a:hover,
.bbf-quick-links a:focus-visible {
	background: #fff6d6;
	color: #211813;
	transform: translateY(-1px);
}

.bbf-quick-links strong {
	font-size: 15px;
	font-weight: 850;
}

.bbf-quick-links span {
	color: var(--bbf-muted);
	font-size: 12px;
	line-height: 1.4;
}

.bbf-update-card {
	align-items: center;
	border-bottom: 1px solid rgba(184, 138, 43, 0.13);
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
	padding: 24px 28px;
}

.bbf-update-card h3 {
	font-size: 24px;
	line-height: 1.15;
}

.bbf-join-form {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(184, 138, 43, 0.2);
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(116, 75, 68, 0.08);
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 6px;
	position: relative;
}

.bbf-join-form input {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--bbf-ink);
	font-size: 14px;
	min-height: 44px;
	outline: 0;
	padding: 0 14px;
	width: 100%;
}

.bbf-join-form button,
.bbf-mini-btn {
	align-items: center;
	background: linear-gradient(135deg, #c89936, #f0d785);
	border: 0;
	border-radius: 999px;
	color: #211813;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 850;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 0 18px;
	text-decoration: none;
	white-space: nowrap;
}

.bbf-form-message {
	bottom: -24px;
	color: var(--bbf-gold-strong);
	font-size: 12px;
	left: 14px;
	line-height: 1.2;
	position: absolute;
}

.bbf-form-message.is-error {
	color: #a23a3a;
}

.bbf-columns {
	display: grid;
	gap: 24px;
	grid-template-columns: 1.3fr repeat(4, 1fr);
	padding: 30px 28px;
}

.bbf-col h3 {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.bbf-col ul {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bbf-col li {
	margin: 0;
	padding: 0;
}

.bbf-col a {
	color: var(--bbf-muted);
	font-size: 13px;
	line-height: 1.35;
	text-decoration: none;
	transition: color 160ms ease;
}

.bbf-col a:hover,
.bbf-col a:focus-visible {
	color: var(--bbf-gold-strong);
}

.bbf-contact-actions {
	display: grid;
	gap: 10px;
	justify-items: start;
	margin-top: 16px;
}

.bbf-bottom {
	align-items: center;
	border-top: 1px solid rgba(184, 138, 43, 0.16);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1240px;
	padding: 18px 22px 24px;
}

.bbf-legal,
.bbf-payments {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.bbf-legal span,
.bbf-legal a {
	color: var(--bbf-muted);
	font-size: 12px;
	text-decoration: none;
}

.bbf-payments span {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(184, 138, 43, 0.2);
	border-radius: 999px;
	color: var(--bbf-gold-strong);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	padding: 8px 10px;
}

@media (max-width: 980px) {
	.bbf-quick-links,
	.bbf-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bbf-contact {
		grid-column: 1 / -1;
	}

	.bbf-update-card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.bbf-footer {
		margin-top: 34px;
	}

	.bbf-inner {
		padding: 26px 12px 18px;
	}

	.bbf-top {
		border-radius: 18px;
	}

	.bbf-hero-line {
		gap: 16px;
		grid-template-columns: 82px minmax(0, 1fr);
		padding: 18px;
	}

	.bbf-brand-logo {
		border-radius: 16px;
		padding: 10px;
	}

	.bbf-brand-logo img {
		max-height: 58px;
	}

	.bbf-hero-line h2 {
		font-size: 21px;
	}

	.bbf-hero-line p {
		font-size: 13px;
	}

	.bbf-quick-links {
		grid-template-columns: 1fr 1fr;
	}

	.bbf-quick-links a {
		min-height: 82px;
		padding: 15px 14px;
	}

	.bbf-update-card {
		padding: 20px 16px 30px;
	}

	.bbf-update-card h3 {
		font-size: 20px;
	}

	.bbf-join-form {
		border-radius: 18px;
		grid-template-columns: 1fr;
		padding: 8px;
	}

	.bbf-join-form button {
		width: 100%;
	}

	.bbf-form-message {
		bottom: -23px;
	}

	.bbf-columns {
		gap: 22px 16px;
		grid-template-columns: 1fr 1fr;
		padding: 24px 16px;
	}

	.bbf-contact {
		grid-column: 1 / -1;
	}

	.bbf-bottom {
		align-items: flex-start;
		flex-direction: column;
		padding: 16px 14px 22px;
	}
}

@media (max-width: 430px) {
	.bbf-columns {
		grid-template-columns: 1fr;
	}

	.bbf-quick-links {
		grid-template-columns: 1fr;
	}
}
