/*
Theme Name: BHT Club
Theme URI: https://bharatclubdownload.com
Author: Local
Description: Starter theme for BHT Club — isolated project (not derived from 82 Lottery or Jai Club).
Version: 0.3.5
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bht-club
Tags: custom-menu, one-column, featured-images
*/

/* Brand — golden yellow fade only */
:root {
	--bht-yellow: #ffcc00;
	--bht-yellow-hot: #ffe566;
	--bht-yellow-hover: #ffdb4d;
	--bht-gold-deep: #6b4f00;
	--bht-gold-rich: #c9a010;
	--bht-gold-mid: #e8b923;
	--bht-gold-soft: rgba(255, 204, 0, 0.35);
	--bht-dark: #0a0804;
	--bht-dark-elevated: #141007;
	--bht-text: #1a1a1a;
	--bht-muted: #a8a095;
	--bht-cream: rgba(255, 248, 220, 0.92);
	--bht-glass: rgba(255, 210, 80, 0.07);
	--bht-glass-border: rgba(255, 204, 0, 0.18);
}

/* Base */
body.bht-club-body {
	margin: 0;
	font-family: "Outfit", system-ui, Segoe UI, Roboto, sans-serif;
	line-height: 1.6;
	color: var(--bht-text);
	background:
		radial-gradient(ellipse 100% 70% at 50% -15%, rgba(255, 204, 0, 0.12), transparent 58%),
		radial-gradient(ellipse 60% 50% at 100% 30%, rgba(232, 185, 35, 0.08), transparent 50%),
		linear-gradient(170deg, #faf6ed 0%, #f5f0e6 50%, #efe8dc 100%);
}

/* Skip link */
.screen-reader-text:not(:focus):not(:active) {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.bht-skip-link.screen-reader-text {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.bht-skip-link.screen-reader-text:focus {
	position: fixed;
	left: 1rem;
	top: 1rem;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	background: linear-gradient(135deg, var(--bht-gold-deep) 0%, var(--bht-yellow) 55%, var(--bht-yellow-hot) 100%);
	color: #1a1200;
	font-weight: 700;
	z-index: 100000;
	clip: auto;
	overflow: visible;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 0 0 28px rgba(255, 204, 0, 0.55), 0 8px 24px rgba(0, 0, 0, 0.35);
}

/* Header — dark + golden fade */
.bht-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	overflow: hidden;
	background: linear-gradient(118deg, #0a0804 0%, #1a1308 38%, #120e06 72%, #080604 100%);
	box-shadow:
		0 4px 32px rgba(0, 0, 0, 0.55),
		0 0 0 1px rgba(255, 204, 0, 0.12);
}

.bht-header__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 100% 120% at 12% -25%, rgba(255, 204, 0, 0.38), transparent 52%),
		radial-gradient(ellipse 85% 100% at 92% 5%, rgba(232, 185, 35, 0.28), transparent 48%),
		radial-gradient(ellipse 55% 85% at 50% 115%, rgba(201, 160, 16, 0.2), transparent 55%),
		linear-gradient(180deg, rgba(255, 230, 120, 0.06) 0%, transparent 42%);
	animation: bht-header-mesh 14s ease-in-out infinite alternate;
}

@keyframes bht-header-mesh {
	0% {
		opacity: 1;
		transform: scale(1) translate(0, 0);
	}
	100% {
		opacity: 0.92;
		transform: scale(1.03) translate(1%, -1%);
	}
}

.bht-header::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		var(--bht-gold-deep) 10%,
		var(--bht-gold-rich) 26%,
		var(--bht-yellow) 42%,
		var(--bht-yellow-hot) 50%,
		var(--bht-yellow) 58%,
		var(--bht-gold-rich) 74%,
		var(--bht-gold-deep) 90%,
		transparent 100%
	);
	background-size: 200% 100%;
	animation: bht-spectrum 8s linear infinite;
	box-shadow: 0 0 18px rgba(255, 204, 0, 0.45), 0 0 32px rgba(201, 160, 16, 0.25);
}

@keyframes bht-spectrum {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 200% 50%;
	}
}

.bht-header__inner {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0.9rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.25rem;
	flex-wrap: wrap;
}

/* Mobile menu checkbox (off-screen; out of flex flow) */
.bht-nav-toggle-input {
	position: absolute;
	left: -9999px;
	top: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.bht-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	border: 1px solid var(--bht-glass-border);
	background: var(--bht-glass);
	backdrop-filter: blur(10px);
	cursor: pointer;
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

.bht-nav-toggle:hover,
.bht-nav-toggle:focus-visible {
	background: rgba(255, 204, 0, 0.12);
	box-shadow: 0 0 16px rgba(255, 204, 0, 0.2);
	outline: none;
}

.bht-nav-toggle__bars {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 22px;
}

.bht-nav-toggle__bar {
	display: block;
	height: 2px;
	width: 100%;
	background: var(--bht-yellow-hot);
	border-radius: 1px;
	transition: transform 0.28s ease, opacity 0.2s ease;
	transform-origin: center;
}

.bht-nav-toggle-input:checked ~ .bht-nav-toggle .bht-nav-toggle__bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.bht-nav-toggle-input:checked ~ .bht-nav-toggle .bht-nav-toggle__bar:nth-child(2) {
	opacity: 0;
}

.bht-nav-toggle-input:checked ~ .bht-nav-toggle .bht-nav-toggle__bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.bht-header__brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	line-height: 0;
	transition: transform 0.25s ease, filter 0.25s ease;
	filter: drop-shadow(0 0 12px rgba(255, 204, 0, 0.35)) drop-shadow(0 0 28px rgba(232, 185, 35, 0.2));
}

.bht-header__brand:hover,
.bht-header__brand:focus-visible {
	transform: scale(1.03);
	filter: drop-shadow(0 0 22px rgba(255, 230, 100, 0.55)) drop-shadow(0 0 40px rgba(255, 204, 0, 0.3));
}

.bht-header__brand:focus-visible {
	outline: 2px solid var(--bht-yellow);
	outline-offset: 6px;
	border-radius: 6px;
}

.bht-header__logo {
	display: block;
	height: clamp(40px, 8vw, 52px);
	width: auto;
}

/* Nav — glass + gold fade */
.bht-nav {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	min-width: 0;
	font-family: "Orbitron", "Outfit", sans-serif;
}

.bht-nav__list {
	list-style: none;
	margin: 0;
	padding: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0.4rem;
	background: var(--bht-glass);
	border: 1px solid var(--bht-glass-border);
	border-radius: 999px;
	backdrop-filter: blur(14px);
	box-shadow:
		inset 0 1px 0 rgba(255, 230, 150, 0.12),
		0 8px 32px rgba(0, 0, 0, 0.25);
}

.bht-nav__list .menu-item {
	margin: 0;
}

.bht-nav__list a,
.bht-nav__link {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 1rem;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: none;
	color: var(--bht-cream);
	text-decoration: none;
	border-radius: 999px;
	transition:
		color 0.2s ease,
		background 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.bht-nav__list a:hover,
.bht-nav__list a:focus-visible,
.bht-nav__link:hover,
.bht-nav__link:focus-visible {
	color: var(--bht-yellow-hot);
	background: linear-gradient(135deg, rgba(107, 79, 0, 0.45) 0%, rgba(255, 204, 0, 0.22) 100%);
	box-shadow: 0 0 20px rgba(255, 204, 0, 0.2);
	transform: translateY(-1px);
}

.bht-nav__list .current-menu-item > a,
.bht-nav__list .current_page_item > a {
	color: var(--bht-yellow-hot);
	background: linear-gradient(135deg, rgba(201, 160, 16, 0.35) 0%, rgba(255, 230, 120, 0.2) 100%);
	box-shadow: 0 0 20px rgba(255, 204, 0, 0.28);
}

.bht-nav__list .bht-nav__link--cta,
.bht-nav__list a.bht-nav__link--cta,
.bht-nav__list > li.bht-nav__item--cta > a {
	background: linear-gradient(135deg, var(--bht-gold-rich) 0%, var(--bht-yellow) 45%, var(--bht-yellow-hot) 100%);
	color: #1a1200;
	font-weight: 700;
	box-shadow:
		0 0 26px rgba(255, 204, 0, 0.5),
		0 4px 16px rgba(0, 0, 0, 0.35);
	margin-left: 0.15rem;
	border: 1px solid rgba(255, 248, 200, 0.45);
}

.bht-nav__list .bht-nav__link--cta:hover,
.bht-nav__list .bht-nav__link--cta:focus-visible,
.bht-nav__list a.bht-nav__link--cta:hover,
.bht-nav__list a.bht-nav__link--cta:focus-visible,
.bht-nav__list > li.bht-nav__item--cta > a:hover,
.bht-nav__list > li.bht-nav__item--cta > a:focus-visible {
	background: linear-gradient(135deg, var(--bht-yellow-hot) 0%, var(--bht-yellow) 50%, var(--bht-gold-mid) 100%);
	color: #1a1200;
	box-shadow:
		0 0 36px rgba(255, 230, 100, 0.55),
		0 6px 20px rgba(107, 79, 0, 0.35);
	transform: translateY(-2px);
}

@media (min-width: 768px) {
	.bht-header__inner {
		flex-wrap: nowrap;
	}

	.bht-header__brand {
		order: 0;
	}

	.bht-nav-toggle {
		display: none !important;
	}

	.bht-nav {
		order: 0;
		max-height: none !important;
		opacity: 1 !important;
		overflow: visible !important;
		padding-top: 0 !important;
	}
}

@media (max-width: 767px) {
	.bht-header__inner {
		padding: 0.75rem 1rem;
		flex-wrap: wrap;
		align-items: center;
	}

	.bht-header__brand {
		flex: 1;
		min-width: 0;
	}

	.bht-nav-toggle {
		display: inline-flex;
		order: 2;
		margin-left: auto;
	}

	.bht-nav {
		order: 3;
		flex: 1 1 100%;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		padding-top: 0;
		justify-content: stretch;
		transition:
			max-height 0.35s ease,
			opacity 0.25s ease,
			padding-top 0.25s ease;
	}

	.bht-nav-toggle-input:checked ~ .bht-nav {
		max-height: min(75vh, 22rem);
		opacity: 1;
		padding-top: 0.65rem;
	}

	.bht-nav__list {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		width: 100%;
		border-radius: 16px;
		gap: 0.35rem;
		padding: 0.5rem;
	}

	.bht-nav__list a,
	.bht-nav__link {
		width: 100%;
		justify-content: center;
		padding: 0.65rem 1rem;
		font-size: 0.95rem;
	}

	.bht-nav__list .bht-nav__link--cta,
	.bht-nav__list a.bht-nav__link--cta,
	.bht-nav__list > li.bht-nav__item--cta > a {
		margin-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bht-header__bg,
	.bht-header::after {
		animation: none;
	}

	.bht-header__bg {
		opacity: 0.95;
		transform: none;
	}
}

/* Main content */
.bht-main {
	min-height: 50vh;
}

.bht-site {
	max-width: 960px;
	margin: 0 auto;
	padding: 2rem 1.25rem;
}

.bht-site__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
}

.bht-site__lead {
	color: #444;
	margin: 0 0 1.5rem;
}

/* ---------- Home landing (bharatclubdownload.com) ---------- */
.bht-main--home {
	padding: 0;
	width: 100%;
	max-width: none;
}

.bht-home {
	overflow-x: hidden;
}

.bht-home__hero {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	overflow: hidden;
	min-height: clamp(22rem, 62vh, 46rem);
	padding: 0.75rem 1rem 1.5rem;
	text-align: center;
	color: var(--bht-cream);
}

.bht-home__hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.bht-home__hero-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 22%;
}

/* Light vignette: keep artwork visible; darken only lower area for panel contrast */
.bht-home__hero-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			to bottom,
			rgba(4, 0, 8, 0.06) 0%,
			rgba(4, 0, 8, 0.02) 38%,
			rgba(6, 0, 10, 0.22) 62%,
			rgba(8, 0, 12, 0.5) 100%
		),
		radial-gradient(ellipse 85% 55% at 50% 25%, transparent 0%, rgba(0, 0, 0, 0.12) 100%);
	pointer-events: none;
}

.bht-home__hero-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 44rem;
	margin: 0 auto;
}

.bht-home__hero-panel {
	padding: clamp(1.15rem, 3.2vw, 1.65rem) clamp(1.1rem, 3vw, 1.75rem);
	border-radius: 22px;
	background: linear-gradient(165deg, rgba(16, 6, 10, 0.78) 0%, rgba(8, 2, 6, 0.88) 100%);
	border: 1px solid rgba(255, 200, 100, 0.22);
	box-shadow:
		0 4px 0 rgba(0, 0, 0, 0.15),
		0 24px 48px rgba(0, 0, 0, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.07);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.bht-home__hero-panel .bht-home__eyebrow {
	margin-top: 0;
}

.bht-home__hero-panel .bht-home__subtitle {
	margin-bottom: 1.35rem;
}

@media (min-width: 768px) {
	.bht-home__hero {
		min-height: clamp(26rem, 58vh, 44rem);
		padding: 1rem 1.5rem 2rem;
	}

	.bht-home__hero-img {
		object-position: center 20%;
	}
}

@media (min-width: 1100px) {
	.bht-home__hero {
		min-height: clamp(28rem, 52vh, 40rem);
		max-height: min(85vh, 720px);
	}
}

.bht-home__eyebrow {
	margin: 0 0 0.75rem;
	font-family: "Orbitron", sans-serif;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 230, 150, 0.85);
}

.bht-home__domain {
	color: var(--bht-yellow-hot);
	text-shadow: 0 0 20px rgba(255, 204, 0, 0.35);
}

.bht-home__title {
	margin: 0 0 1rem;
	font-family: "Orbitron", "Outfit", sans-serif;
	font-size: clamp(1.35rem, 4vw, 2.15rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-shadow:
		0 1px 2px rgba(0, 0, 0, 0.8),
		0 2px 20px rgba(0, 0, 0, 0.5);
}

.bht-home__subtitle {
	margin: 0 auto 1.75rem;
	max-width: 40rem;
	font-size: clamp(0.95rem, 2.2vw, 1.1rem);
	line-height: 1.65;
	color: rgba(255, 248, 230, 0.88);
}

.bht-home__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	align-items: center;
}

.bht-home__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.5rem;
	font-family: "Orbitron", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 999px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bht-home__btn--primary {
	background: linear-gradient(135deg, var(--bht-gold-rich) 0%, var(--bht-yellow) 45%, var(--bht-yellow-hot) 100%);
	color: #1a1200;
	border: 1px solid rgba(255, 248, 200, 0.45);
	box-shadow: 0 0 28px rgba(255, 204, 0, 0.4), 0 6px 20px rgba(0, 0, 0, 0.35);
}

.bht-home__btn--primary:hover,
.bht-home__btn--primary:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 0 36px rgba(255, 230, 100, 0.5), 0 8px 24px rgba(0, 0, 0, 0.4);
}

.bht-home__btn--ghost {
	background: rgba(255, 255, 255, 0.06);
	color: var(--bht-cream);
	border: 1px solid var(--bht-glass-border);
	backdrop-filter: blur(8px);
}

.bht-home__btn--ghost:hover,
.bht-home__btn--ghost:focus-visible {
	background: rgba(255, 204, 0, 0.12);
	border-color: rgba(255, 204, 0, 0.35);
	color: var(--bht-yellow-hot);
}

.bht-home__wrap {
	max-width: 900px;
	margin: 0 auto;
	padding: clamp(1.5rem, 4vw, 2.5rem) 1.25rem 3rem;
}

.bht-home__section {
	margin-bottom: clamp(2rem, 5vw, 3rem);
}

.bht-home__section--intro .bht-home__prose {
	font-size: 1.05rem;
}

.bht-home__h2 {
	margin: 0 0 1rem;
	font-family: "Orbitron", "Outfit", sans-serif;
	font-size: clamp(1.05rem, 2.5vw, 1.35rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1a1408;
	position: relative;
	padding-bottom: 0.5rem;
}

.bht-home__h2::after {
	content: "";
	display: block;
	width: 3rem;
	height: 3px;
	margin-top: 0.5rem;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--bht-gold-rich), var(--bht-yellow), var(--bht-yellow-hot));
}

.bht-home__h3 {
	margin: 0 0 0.5rem;
	font-size: 1rem;
	font-weight: 700;
	color: #2d240f;
}

.bht-home__prose p,
.bht-home__section > p {
	margin: 0 0 1rem;
	color: #3a3428;
	line-height: 1.7;
}

.bht-home__inline-link,
.bht-home__faq-a .bht-home__inline-link {
	color: #a67c00;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
}

.bht-home__inline-link:hover,
.bht-home__inline-link:focus-visible,
.bht-home__faq-a .bht-home__inline-link:hover,
.bht-home__faq-a .bht-home__inline-link:focus-visible {
	color: #7a5a00;
}

.bht-home__lead {
	margin: 0 0 1.25rem;
	color: #4a4336;
	font-weight: 500;
}

.bht-home__card {
	background: linear-gradient(165deg, #fffefb 0%, #fff9ed 100%);
	border: 1px solid rgba(201, 160, 16, 0.2);
	border-radius: 20px;
	padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.25rem, 3vw, 1.75rem);
	box-shadow:
		0 4px 24px rgba(107, 79, 0, 0.06),
		0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.bht-home__card--accent {
	background: linear-gradient(160deg, #fffef8 0%, #fff3cc 35%, #ffeb99 100%);
	border-color: rgba(255, 204, 0, 0.35);
}

.bht-home__feature-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 0.85rem 1.25rem;
}

.bht-home__feature {
	display: flex;
	gap: 0.6rem;
	align-items: flex-start;
	padding: 0.85rem 1rem;
	background: rgba(255, 252, 245, 0.9);
	border: 1px solid rgba(201, 160, 16, 0.15);
	border-radius: 12px;
	font-size: 0.95rem;
	color: #3a3428;
	line-height: 1.5;
}

.bht-home__feature-icon {
	color: var(--bht-gold-rich);
	font-size: 0.65rem;
	line-height: 1.8;
	flex-shrink: 0;
}

.bht-home__steps {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
	color: #3a3428;
	line-height: 1.75;
}

.bht-home__steps li {
	margin-bottom: 0.5rem;
}

.bht-home__steps--plain {
	list-style: disc;
	padding-left: 1.35rem;
}

/* Download section — 3-step screenshots */
.bht-home__download-visual {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.25rem, 3vw, 1.75rem);
	margin: 1.25rem 0 1rem;
}

@media (min-width: 720px) {
	.bht-home__download-visual {
		grid-template-columns: repeat(3, 1fr);
		align-items: start;
	}
}

.bht-home__download-step {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.bht-home__download-frame {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(201, 160, 16, 0.35);
	background: #0f0f0f;
	box-shadow:
		0 8px 28px rgba(107, 79, 0, 0.18),
		0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.bht-home__download-img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.bht-home__download-caption {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	margin: 0;
	padding: 0 0.15rem;
	font-size: 0.92rem;
	font-weight: 600;
	color: #2d240f;
	line-height: 1.45;
	text-align: left;
}

.bht-home__download-num {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--bht-gold-rich), var(--bht-yellow));
	color: #1a1200;
	font-family: "Orbitron", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
}

.bht-home__download-text {
	flex: 1;
	min-width: 0;
}

.bht-home__download-more {
	margin: 0.5rem 0 0.35rem;
	font-size: 0.9rem;
	font-weight: 700;
	color: #4a4336;
}

/* Login section — 5-step screenshots (red frame, matches app) */
.bht-home__section--login {
	overflow: hidden;
}

.bht-home__login-visual {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.25rem, 3vw, 1.65rem);
	margin: 1.1rem 0 0.25rem;
}

@media (min-width: 560px) {
	.bht-home__login-visual {
		grid-template-columns: repeat(2, 1fr);
		align-items: start;
	}
}

@media (min-width: 960px) {
	.bht-home__login-visual {
		grid-template-columns: repeat(3, 1fr);
	}
}

.bht-home__login-step {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.bht-home__login-frame {
	border-radius: 18px;
	overflow: hidden;
	border: 2px solid transparent;
	background:
		linear-gradient(#0a0406, #0a0406) padding-box,
		linear-gradient(135deg, #e53935 0%, #ff5252 50%, #c62828 100%) border-box;
	box-shadow:
		0 10px 32px rgba(198, 40, 40, 0.18),
		0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.bht-home__login-img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.bht-home__login-caption {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	margin: 0;
	padding: 0 0.1rem;
	font-size: 0.92rem;
	font-weight: 600;
	color: #3e2a28;
	line-height: 1.45;
	text-align: left;
}

.bht-home__login-num {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #e53935, #ff7043);
	color: #fff;
	font-family: "Orbitron", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
}

.bht-home__login-text {
	flex: 1;
	min-width: 0;
}

/* Deposit section — same grid & image sizing as login; gold frame (not red) */
.bht-home__section--deposit {
	overflow: hidden;
}

.bht-home__deposit-visual {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.25rem, 3vw, 1.65rem);
	margin: 1.1rem 0 0.25rem;
}

@media (min-width: 560px) {
	.bht-home__deposit-visual {
		grid-template-columns: repeat(2, 1fr);
		align-items: start;
	}
}

@media (min-width: 960px) {
	.bht-home__deposit-visual {
		grid-template-columns: repeat(3, 1fr);
	}
}

.bht-home__deposit-step {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.bht-home__deposit-frame {
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(201, 160, 16, 0.4);
	background: #0f0f0f;
	box-shadow:
		0 8px 28px rgba(107, 79, 0, 0.2),
		0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.bht-home__deposit-img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.bht-home__deposit-caption {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	margin: 0;
	padding: 0 0.1rem;
	font-size: 0.92rem;
	font-weight: 600;
	color: #2d240f;
	line-height: 1.45;
	text-align: left;
}

.bht-home__deposit-num {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--bht-gold-rich), var(--bht-yellow));
	color: #1a1200;
	font-family: "Orbitron", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
}

.bht-home__deposit-text {
	flex: 1;
	min-width: 0;
}

/* Withdraw section — same grid & image sizing as login; blue accent (cash-out flow) */
.bht-home__section--withdraw {
	overflow: hidden;
}

.bht-home__withdraw-visual {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.25rem, 3vw, 1.65rem);
	margin: 1.1rem 0 0.25rem;
}

@media (min-width: 560px) {
	.bht-home__withdraw-visual {
		grid-template-columns: repeat(2, 1fr);
		align-items: start;
	}
}

@media (min-width: 960px) {
	.bht-home__withdraw-visual {
		grid-template-columns: repeat(3, 1fr);
	}
}

.bht-home__withdraw-step {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.bht-home__withdraw-frame {
	border-radius: 18px;
	overflow: hidden;
	border: 2px solid transparent;
	background:
		linear-gradient(#0a0406, #0a0406) padding-box,
		linear-gradient(135deg, #1565c0 0%, #42a5f5 45%, #0d47a1 100%) border-box;
	box-shadow:
		0 10px 32px rgba(13, 71, 161, 0.18),
		0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.bht-home__withdraw-img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.bht-home__withdraw-caption {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	margin: 0;
	padding: 0 0.1rem;
	font-size: 0.92rem;
	font-weight: 600;
	color: #1a2f4a;
	line-height: 1.45;
	text-align: left;
}

.bht-home__withdraw-num {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #1565c0, #42a5f5);
	color: #fff;
	font-family: "Orbitron", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
}

.bht-home__withdraw-text {
	flex: 1;
	min-width: 0;
}

/* Register section — app-style red accent, alternating image / text (differs from gold download grid) */
.bht-home__section--register {
	background: linear-gradient(180deg, #fffefc 0%, #fff5f5 40%, #fffefc 100%);
	border-radius: 0;
	padding-left: clamp(1rem, 4vw, 1.5rem);
	padding-right: clamp(1rem, 4vw, 1.5rem);
	margin-left: -1rem;
	margin-right: -1rem;
	padding-top: clamp(1.5rem, 4vw, 2rem);
	padding-bottom: clamp(1.5rem, 4vw, 2rem);
}

@media (min-width: 768px) {
	.bht-home__section--register {
		margin-left: 0;
		margin-right: 0;
		border-radius: 20px;
	}
}

.bht-home__register-intro {
	margin: 0 0 1.35rem;
	max-width: 44rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 0.98rem;
	line-height: 1.65;
	color: #4a4336;
}

.bht-home__inline-link--red {
	color: #c62828 !important;
	font-weight: 700;
}

.bht-home__inline-link--red:hover,
.bht-home__inline-link--red:focus-visible {
	color: #b71c1c !important;
}

.bht-home__register-track {
	display: flex;
	flex-direction: column;
	gap: clamp(1.35rem, 3vw, 1.85rem);
	max-width: 56rem;
	margin: 0 auto;
	padding-left: 0.35rem;
	border-left: 3px solid;
	border-image: linear-gradient(180deg, #e53935, #ff7043, #c62828) 1;
}

.bht-home__register-step {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: stretch;
	padding: clamp(1rem, 2.5vw, 1.25rem);
	border-radius: 20px;
	background: #fff;
	border: 1px solid rgba(229, 57, 70, 0.18);
	box-shadow:
		0 4px 20px rgba(229, 57, 70, 0.07),
		0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

@media (min-width: 768px) {
	.bht-home__register-step {
		flex-direction: row;
		align-items: center;
		gap: 1.35rem;
	}

	.bht-home__register-step--flip {
		flex-direction: row-reverse;
	}

	.bht-home__register-step--flip .bht-home__register-label {
		text-align: right;
		flex-direction: row-reverse;
	}
}

.bht-home__register-frame--red {
	border-radius: 16px;
	overflow: hidden;
	flex: 0 0 auto;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	border: 2px solid transparent;
	background:
		linear-gradient(#0a0406, #0a0406) padding-box,
		linear-gradient(135deg, #e53935 0%, #ff5252 50%, #c62828 100%) border-box;
	box-shadow: 0 12px 36px rgba(198, 40, 40, 0.2);
}

@media (min-width: 768px) {
	.bht-home__register-frame--red {
		margin: 0;
		width: min(280px, 38vw);
	}
}

.bht-home__register-img {
	display: block;
	width: 100%;
	height: auto;
}

.bht-home__register-body {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
}

.bht-home__register-label {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
	width: 100%;
	text-align: left;
}

.bht-home__register-num {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.35rem;
	border-radius: 10px;
	background: linear-gradient(135deg, #e53935 0%, #ff7043 100%);
	color: #fff;
	font-family: "Orbitron", sans-serif;
	font-size: 0.85rem;
	font-weight: 800;
	box-shadow: 0 4px 14px rgba(229, 57, 70, 0.35);
}

.bht-home__register-text {
	margin: 0;
	flex: 1;
	font-size: clamp(0.95rem, 2.1vw, 1.05rem);
	font-weight: 600;
	line-height: 1.5;
	color: #2d1f18;
}

.bht-home__tip--register {
	border-left-color: #e53935;
	background: rgba(229, 57, 70, 0.06);
	max-width: 44rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-left-width: 0;
	border-top: 3px solid #e53935;
}

.bht-home__note,
.bht-home__tip {
	margin: 1rem 0 0;
	padding: 0.85rem 1rem;
	background: rgba(107, 79, 0, 0.08);
	border-left: 4px solid var(--bht-gold-rich);
	border-radius: 0 10px 10px 0;
	font-size: 0.95rem;
	color: #3a3428;
}

.bht-home__game-cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
	gap: 1.1rem;
}

.bht-home__game-card {
	display: flex;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
	background: linear-gradient(180deg, #fffefb 0%, #faf6ee 100%);
	border: 1px solid rgba(201, 160, 16, 0.18);
	border-radius: 16px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bht-home__game-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px rgba(107, 79, 0, 0.1);
}

.bht-home__game-card-media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #1a0a0c;
	border-bottom: 1px solid rgba(201, 160, 16, 0.15);
}

.bht-home__game-card-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bht-home__game-card-body {
	padding: 0.95rem 1.1rem 1.15rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.bht-home__game-card-body .bht-home__h3 {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
}

.bht-home__game-card-body p {
	margin: 0;
	font-size: 0.92rem;
	color: #4a4336;
	line-height: 1.6;
}

.bht-home__checklist {
	margin: 0;
	padding-left: 1.2rem;
	color: #3a3428;
	line-height: 1.75;
}

.bht-home__checklist li {
	margin-bottom: 0.45rem;
}

.bht-home__table-wrap {
	overflow-x: auto;
	border-radius: 16px;
	border: 1px solid rgba(201, 160, 16, 0.22);
	box-shadow: 0 8px 28px rgba(107, 79, 0, 0.08);
}

.bht-home__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.92rem;
	background: #fffefb;
}

.bht-home__table th,
.bht-home__table td {
	padding: 0.85rem 1rem;
	text-align: left;
	border-bottom: 1px solid rgba(201, 160, 16, 0.12);
	vertical-align: top;
}

.bht-home__table th {
	font-family: "Orbitron", sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: linear-gradient(180deg, #2a1f0a 0%, #1a1408 100%);
	color: var(--bht-yellow-hot);
}

.bht-home__table tbody tr:nth-child(even) {
	background: rgba(255, 243, 200, 0.25);
}

.bht-home__table tbody tr:last-child td {
	border-bottom: none;
}

/* Bonuses section — landscape promo banner */
.bht-home__bonuses-banner {
	margin: 0 0 1.15rem;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(229, 57, 70, 0.22);
	box-shadow: 0 8px 28px rgba(198, 40, 40, 0.12);
	aspect-ratio: 3 / 2;
	max-height: min(280px, 42vw);
	background: #3d0a0a;
}

@media (min-width: 720px) {
	.bht-home__bonuses-banner {
		max-height: min(320px, 36vw);
	}
}

.bht-home__bonuses-banner-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* Customer Support — landscape banner (same sizing as bonuses) */
.bht-home__support-banner {
	margin: 0 0 1.15rem;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(201, 160, 16, 0.28);
	box-shadow: 0 8px 28px rgba(107, 79, 0, 0.1);
	aspect-ratio: 3 / 2;
	max-height: min(280px, 42vw);
	background: #2a0a0c;
}

@media (min-width: 720px) {
	.bht-home__support-banner {
		max-height: min(320px, 36vw);
	}
}

.bht-home__support-banner-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bht-home__bonus-list {
	margin: 0;
	padding-left: 1.2rem;
	color: #3a3428;
	line-height: 1.75;
}

.bht-home__bonus-list li {
	margin-bottom: 0.65rem;
}

.bht-home__reviews {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1rem;
}

.bht-home__review {
	margin: 0;
	padding: 1.15rem 1.2rem;
	background: linear-gradient(165deg, #fffefb 0%, #faf5eb 100%);
	border: 1px solid rgba(201, 160, 16, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(107, 79, 0, 0.06);
}

.bht-home__review-text {
	margin: 0 0 0.85rem;
	font-size: 0.95rem;
	font-style: normal;
	color: #3a3428;
	line-height: 1.6;
}

.bht-home__review-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.85rem;
}

.bht-home__review-name {
	font-style: normal;
	font-weight: 700;
	color: #1a1408;
}

.bht-home__review-badge {
	display: inline-block;
	padding: 0.2rem 0.5rem;
	font-family: "Orbitron", sans-serif;
	font-size: 0.6rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: linear-gradient(135deg, var(--bht-yellow) 0%, var(--bht-yellow-hot) 100%);
	color: #1a1200;
	border-radius: 6px;
}

.bht-home__summary .bht-home__prose p:last-child {
	margin-bottom: 0;
}

.bht-home__faqs {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.bht-home__faq {
	border: 1px solid rgba(201, 160, 16, 0.22);
	border-radius: 14px;
	background: #fffefb;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(107, 79, 0, 0.05);
}

.bht-home__faq-q {
	padding: 1rem 1.15rem;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	font-size: 0.95rem;
	color: #1a1408;
	cursor: pointer;
	list-style: none;
	position: relative;
	padding-right: 2.5rem;
}

.bht-home__faq-q::-webkit-details-marker {
	display: none;
}

.bht-home__faq-q::after {
	content: "+";
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Orbitron", sans-serif;
	font-size: 1.1rem;
	color: var(--bht-gold-rich);
	transition: transform 0.2s ease;
}

.bht-home__faq[open] .bht-home__faq-q::after {
	content: "−";
}

.bht-home__faq-a {
	padding: 0 1.15rem 1rem;
	border-top: 1px solid rgba(201, 160, 16, 0.12);
}

.bht-home__faq-a p {
	margin: 0.85rem 0 0;
	font-size: 0.92rem;
	color: #4a4336;
	line-height: 1.65;
}

.bht-home__disclaimer {
	padding: 1.5rem 1.25rem;
	border-radius: 16px;
	background: linear-gradient(165deg, rgba(107, 79, 0, 0.08) 0%, rgba(255, 204, 0, 0.06) 100%);
	border: 1px dashed rgba(201, 160, 16, 0.35);
}

.bht-home__disclaimer .bht-home__h2::after {
	background: linear-gradient(90deg, var(--bht-gold-deep), var(--bht-gold-rich));
}

/* About page */
.bht-main--about {
	padding: 0 0 2rem;
	width: 100%;
	max-width: none;
}

.bht-about__header {
	text-align: center;
	margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
	padding: 0 0.25rem;
}

.bht-about__title {
	margin: 0 0 0.65rem;
	font-family: "Orbitron", "Outfit", sans-serif;
	font-size: clamp(1.35rem, 3.5vw, 1.85rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1a1408;
}

.bht-about__title::after {
	content: "";
	display: block;
	width: 4rem;
	height: 3px;
	margin: 0.75rem auto 0;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--bht-gold-rich), var(--bht-yellow), var(--bht-yellow-hot));
}

.bht-about__intro {
	margin: 0 auto;
	max-width: 36rem;
	font-size: 1.05rem;
	line-height: 1.6;
	color: #4a4336;
}

.bht-about__prose a.bht-about__link {
	color: var(--bht-gold-deep);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	transition: color 0.2s ease;
}

.bht-about__prose a.bht-about__link:hover,
.bht-about__prose a.bht-about__link:focus-visible {
	color: var(--bht-gold-rich);
}

.bht-home__faq-a .bht-about__link {
	color: var(--bht-gold-deep);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

/* Contact page */
.bht-main--contact {
	padding: 0 0 2rem;
	width: 100%;
	max-width: none;
}

.bht-contact__header {
	text-align: center;
	margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
	padding: 0 0.25rem;
}

.bht-contact__title {
	margin: 0 0 0.65rem;
	font-family: "Orbitron", "Outfit", sans-serif;
	font-size: clamp(1.35rem, 3.5vw, 1.85rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1a1408;
}

.bht-contact__title::after {
	content: "";
	display: block;
	width: 4rem;
	height: 3px;
	margin: 0.75rem auto 0;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--bht-gold-rich), var(--bht-yellow), var(--bht-yellow-hot));
}

.bht-contact__intro {
	margin: 0 auto;
	max-width: 40rem;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #4a4336;
}

.bht-contact__line {
	margin: 0;
	font-size: 1rem;
	color: #3a3428;
	line-height: 1.6;
}

.bht-contact__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.25rem;
	margin-bottom: clamp(2rem, 5vw, 3rem);
}

.bht-contact__card-title {
	margin: 0 0 0.65rem;
	font-family: "Orbitron", sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1a1408;
}

.bht-contact__card-text {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	color: #4a4336;
	line-height: 1.6;
}

.bht-contact__value {
	margin: 0;
	font-size: 0.95rem;
	color: #3a3428;
	line-height: 1.6;
}

.bht-contact__link {
	color: var(--bht-gold-deep);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	transition: color 0.2s ease;
}

.bht-contact__link:hover,
.bht-contact__link:focus-visible {
	color: var(--bht-gold-rich);
}

.bht-contact__link--large {
	font-size: 1.05rem;
	word-break: break-word;
}

.bht-contact__label {
	margin: 0 0 0.5rem;
	font-weight: 600;
	color: #3a3428;
}

.bht-contact__address {
	margin: 0;
	font-style: normal;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #3a3428;
}

.bht-contact__hours .bht-home__h2 {
	margin-bottom: 0.75rem;
}

.bht-contact__hours-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	flex-wrap: wrap;
	margin: 0 0 0.75rem;
	padding: 0.5rem 1rem;
	background: linear-gradient(135deg, rgba(255, 204, 0, 0.2) 0%, rgba(201, 160, 16, 0.12) 100%);
	border: 1px solid rgba(255, 204, 0, 0.35);
	border-radius: 999px;
	font-size: 0.95rem;
}

.bht-contact__hours-label {
	font-weight: 700;
	color: #1a1408;
}

.bht-contact__hours-value {
	font-family: "Orbitron", sans-serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: var(--bht-gold-deep);
}

.bht-contact__prose p:last-child {
	margin-bottom: 0;
}

/* Disclaimer, Privacy, Terms & Responsible Gaming (shared legal layout) */
.bht-main--disclaimer,
.bht-main--privacy,
.bht-main--terms,
.bht-main--responsible {
	padding: 0 0 2rem;
	width: 100%;
	max-width: none;
}

.bht-disclaimer__header,
.bht-privacy__header,
.bht-terms__header,
.bht-responsible__header {
	text-align: center;
	margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
	padding: 0 0.25rem;
}

.bht-disclaimer__title,
.bht-privacy__title,
.bht-terms__title,
.bht-responsible__title {
	margin: 0 0 0.65rem;
	font-family: "Orbitron", "Outfit", sans-serif;
	font-size: clamp(1.35rem, 3.5vw, 1.85rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1a1408;
}

.bht-disclaimer__title::after,
.bht-privacy__title::after,
.bht-terms__title::after,
.bht-responsible__title::after {
	content: "";
	display: block;
	width: 4rem;
	height: 3px;
	margin: 0.75rem auto 0;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--bht-gold-rich), var(--bht-yellow), var(--bht-yellow-hot));
}

.bht-responsible__list {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
	color: #3a3428;
	line-height: 1.7;
}

.bht-responsible__list li {
	margin-bottom: 0.45rem;
}

/* Generic singular page / 404 (editor content) */
.bht-main--singular {
	padding: 0 0 2rem;
	width: 100%;
	max-width: none;
}

.bht-singular__header {
	text-align: center;
	margin-bottom: 1.5rem;
}

.bht-singular__title {
	margin: 0;
	font-family: "Orbitron", "Outfit", sans-serif;
	font-size: clamp(1.25rem, 3vw, 1.65rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #1a1408;
}

.bht-singular__title::after {
	content: "";
	display: block;
	width: 3.5rem;
	height: 3px;
	margin: 0.65rem auto 0;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--bht-gold-rich), var(--bht-yellow));
}

.bht-singular__content {
	color: #3a3428;
	line-height: 1.7;
	font-size: 1.02rem;
}

.bht-singular__content .alignwide,
.bht-singular__content .alignfull {
	max-width: 100%;
}

.bht-singular__link {
	color: var(--bht-gold-deep);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.bht-singular__link:hover,
.bht-singular__link:focus-visible {
	color: var(--bht-gold-rich);
}

.bht-disclaimer__intro {
	margin: 0 auto;
	max-width: 42rem;
	font-size: 1.02rem;
	line-height: 1.65;
	color: #4a4336;
}

.bht-disclaimer__prose a.bht-disclaimer__link,
.bht-home__faq-a .bht-disclaimer__link,
.bht-privacy__prose a.bht-privacy__link,
.bht-home__faq-a .bht-privacy__link,
.bht-terms__prose a.bht-terms__link,
.bht-home__faq-a .bht-terms__link,
.bht-responsible__prose a.bht-responsible__link,
.bht-home__faq-a .bht-responsible__link {
	color: var(--bht-gold-deep);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	transition: color 0.2s ease;
}

.bht-disclaimer__prose a.bht-disclaimer__link:hover,
.bht-disclaimer__prose a.bht-disclaimer__link:focus-visible,
.bht-home__faq-a .bht-disclaimer__link:hover,
.bht-home__faq-a .bht-disclaimer__link:focus-visible,
.bht-privacy__prose a.bht-privacy__link:hover,
.bht-privacy__prose a.bht-privacy__link:focus-visible,
.bht-home__faq-a .bht-privacy__link:hover,
.bht-home__faq-a .bht-privacy__link:focus-visible,
.bht-terms__prose a.bht-terms__link:hover,
.bht-terms__prose a.bht-terms__link:focus-visible,
.bht-home__faq-a .bht-terms__link:hover,
.bht-home__faq-a .bht-terms__link:focus-visible,
.bht-responsible__prose a.bht-responsible__link:hover,
.bht-responsible__prose a.bht-responsible__link:focus-visible,
.bht-home__faq-a .bht-responsible__link:hover,
.bht-home__faq-a .bht-responsible__link:focus-visible {
	color: var(--bht-gold-rich);
}

/* Footer — dark + golden fade */
.bht-footer {
	position: relative;
	margin-top: auto;
	overflow: hidden;
	background: linear-gradient(205deg, #0a0804 0%, #141007 45%, #100c05 100%);
	color: var(--bht-muted);
	box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.4);
}

.bht-footer__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 90% 100% at 78% 115%, rgba(255, 204, 0, 0.32), transparent 50%),
		radial-gradient(ellipse 75% 90% at 5% 0%, rgba(201, 160, 16, 0.28), transparent 46%),
		radial-gradient(ellipse 55% 60% at 48% 45%, rgba(255, 230, 120, 0.06), transparent 58%);
	animation: bht-footer-mesh 16s ease-in-out infinite alternate;
}

@keyframes bht-footer-mesh {
	0% {
		opacity: 1;
		transform: scale(1) translate(0, 0);
	}
	100% {
		opacity: 0.9;
		transform: scale(1.04) translate(-1%, 1%);
	}
}

.bht-footer::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 3px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		var(--bht-gold-deep) 14%,
		var(--bht-gold-rich) 32%,
		var(--bht-yellow-hot) 50%,
		var(--bht-gold-rich) 68%,
		var(--bht-gold-deep) 86%,
		transparent 100%
	);
	background-size: 200% 100%;
	animation: bht-spectrum 10s linear infinite reverse;
	box-shadow: 0 0 22px rgba(255, 204, 0, 0.4);
}

.bht-footer__inner {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1.5rem 2.25rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.35rem;
	text-align: center;
	font-family: "Orbitron", "Outfit", sans-serif;
}

.bht-footer__nav {
	width: 100%;
}

.bht-footer__links {
	list-style: none;
	margin: 0;
	padding: 0.65rem 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.5rem;
	background: var(--bht-glass);
	border: 1px solid var(--bht-glass-border);
	border-radius: 16px;
	backdrop-filter: blur(12px);
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	box-shadow: inset 0 1px 0 rgba(255, 220, 120, 0.08);
}

.bht-footer__links a {
	display: inline-block;
	padding: 0.4rem 0.75rem;
	color: var(--bht-cream);
	font-size: 0.65rem;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border-radius: 8px;
	transition:
		color 0.2s ease,
		background 0.2s ease,
		box-shadow 0.2s ease;
}

.bht-footer__links a:hover,
.bht-footer__links a:focus-visible {
	color: var(--bht-yellow-hot);
	background: linear-gradient(135deg, rgba(107, 79, 0, 0.4) 0%, rgba(255, 204, 0, 0.2) 100%);
	box-shadow: 0 0 18px rgba(255, 204, 0, 0.22);
}

.bht-footer__links li {
	position: relative;
}

.bht-footer__links li:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -0.35rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 0.75em;
	background: linear-gradient(180deg, transparent, rgba(255, 204, 0, 0.45), transparent);
	opacity: 0.65;
}

@media (max-width: 520px) {
	.bht-footer__links li:not(:last-child)::after {
		display: none;
	}

	.bht-footer__links {
		flex-direction: column;
		gap: 0.5rem;
	}
}

.bht-footer__copy {
	margin: 0;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(180, 170, 150, 0.9);
	text-shadow: 0 0 20px rgba(255, 204, 0, 0.15);
}

@media (prefers-reduced-motion: reduce) {
	.bht-footer__bg,
	.bht-footer::before {
		animation: none;
	}

	.bht-footer__bg {
		opacity: 0.92;
		transform: none;
	}
}

/* Sticky footer: full column layout */
body.bht-club-body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

body.bht-club-body .bht-main {
	flex: 1;
}
