/**
 * Thank you page — matches brand confirmation layout (light header + centered stack).
 */

/* —— Light header (thank-you only): dark logo, nav, outline phone —— */
.bandbaja-site-header.bandbaja-site-header--light {
	background: #ffffff !important;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-bottom: 1px solid rgba(26, 26, 26, 0.08);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.bandbaja-site-header.bandbaja-site-header--light.is-scrolled {
	background: #ffffff !important;
	border-bottom-color: rgba(26, 26, 26, 0.08);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.bandbaja-site-header.bandbaja-site-header--light .hero-nav-brand {
	color: #1a1a1a !important;
}

.bandbaja-site-header.bandbaja-site-header--light .hero-nav-brand-image {
	filter: none;
}

.bandbaja-site-header.bandbaja-site-header--light .hero-nav-menu a {
	color: #1a1a1a;
	text-shadow: none;
}

.bandbaja-site-header.bandbaja-site-header--light .hero-nav-menu a:hover,
.bandbaja-site-header.bandbaja-site-header--light .hero-nav-menu .current-menu-item > a,
.bandbaja-site-header.bandbaja-site-header--light .hero-nav-menu .current_page_item > a {
	color: #d4af37;
}

.bandbaja-site-header.bandbaja-site-header--light .hero-nav-phone-btn {
	border: 1px solid #1a1a1a;
	color: #1a1a1a !important;
	background: #ffffff;
	text-shadow: none;
}

.bandbaja-site-header.bandbaja-site-header--light .hero-nav-phone-btn:hover {
	background: rgba(212, 175, 55, 0.12);
	color: #1a1a1a !important;
	border-color: #1a1a1a;
}

.bandbaja-site-header.bandbaja-site-header--light .hero-nav-phone-icon {
	color: #1a1a1a;
}

.bandbaja-site-header.bandbaja-site-header--light .hero-nav-toggle {
	border-color: rgba(26, 26, 26, 0.35);
	background: #ffffff;
	color: #1a1a1a;
}

.bandbaja-site-header.bandbaja-site-header--light .hero-nav-toggle:hover {
	background: rgba(26, 26, 26, 0.06);
	border-color: rgba(26, 26, 26, 0.45);
}

/* —— Main —— */
.bandbaja-thank-you {
	margin: 0;
	padding: calc(78px + 3rem) 1.5rem 4.5rem;
	min-height: min(720px, calc(100vh - 120px));
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: #fafaf7;
}

.admin-bar .bandbaja-thank-you {
	padding-top: calc(78px + 3rem + 32px);
}

@media screen and (max-width: 782px) {
	.admin-bar .bandbaja-thank-you {
		padding-top: calc(78px + 3rem + 46px);
	}
}

.bandbaja-thank-you__inner {
	width: 100%;
	max-width: 42rem;
	margin: 0 auto;
	box-sizing: border-box;
}

.bandbaja-thank-you__card {
	width: 100%;
	max-width: 36rem;
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 3rem) clamp(1.5rem, 4vw, 2.5rem);
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 16px;
	box-shadow:
		0 4px 24px rgba(26, 26, 26, 0.08),
		0 12px 48px rgba(26, 26, 26, 0.06);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Success icon */
.bandbaja-thank-you__icon-stage {
	position: relative;
	width: 7.5rem;
	height: 7.5rem;
	margin: 0 auto 1.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bandbaja-thank-you__icon-halo {
	position: absolute;
	inset: -0.35rem;
	border-radius: 50%;
	background: radial-gradient(
		circle,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.65) 45%,
		rgba(255, 255, 255, 0) 72%
	);
	pointer-events: none;
}

.bandbaja-thank-you__icon-ring {
	position: relative;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d4af37;
	box-shadow:
		0 4px 16px rgba(212, 175, 55, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.25);
	color: #ffffff;
}

.bandbaja-thank-you__check {
	display: block;
}

/* Eyebrow */
.bandbaja-thank-you__eyebrow {
	margin: 0 0 0.85rem;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #d4af37;
	line-height: 1.3;
}

/* Title */
.bandbaja-thank-you__title {
	margin: 0 0 1.25rem;
	font-family: "Arapey", serif;
	font-size: clamp(2.25rem, 5vw, 3.25rem);
	font-weight: 700;
	line-height: 1.12;
	color: #1a1a1a;
	letter-spacing: -0.02em;
}

/* Body */
.bandbaja-thank-you__text {
	margin: 0 0 2.25rem;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.55;
	color: #4a4a4a;
	max-width: 28rem;
}

/* Actions */
.bandbaja-thank-you__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.875rem;
	width: 100%;
	max-width: 17.5rem;
}

/* WhatsApp: same as hero FAQ widget (.bandbaja-faq-widget__cta--whatsapp); full width in stack */
.bandbaja-thank-you .bandbaja-thank-you__whatsapp {
	width: 100%;
}

@media (max-width: 600px) {
	.bandbaja-thank-you {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		min-height: 0;
	}

	.bandbaja-thank-you__actions {
		max-width: none;
	}
}

/* Mobile nav dropdown — light surface on thank-you */
@media screen and (max-width: 900px) {
	.bandbaja-site-header.bandbaja-site-header--light .hero-nav-panel {
		border: 1px solid rgba(26, 26, 26, 0.1);
		background: #ffffff;
		box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
	}

	.bandbaja-site-header.bandbaja-site-header--light.is-menu-open .hero-nav-menu a {
		color: #1a1a1a;
	}
}

/*
 * Thank-you + estimate landings: same light header, but bar stays in normal flow
 * (no fixed overlay). Matches branded confirmation pages and ?page_id=… estimate URLs.
 */
body.page-thank-you .bandbaja-site-header,
body.bandbaja-estimated-price-landing .bandbaja-site-header {
	position: relative;
	top: auto !important;
	left: auto;
	width: 100%;
}

body.admin-bar.page-thank-you .bandbaja-site-header,
body.admin-bar.bandbaja-estimated-price-landing .bandbaja-site-header {
	top: auto !important;
}
