/**
 * Premium Shell Header v2 — Option 2 trust badge layout.
 */

/* ── Top bar (blue) ── */
.sa-premium-shell-topbar-v2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sa-premium-shell-topbar-v2 .elementor-widget-text-editor,
.sa-premium-shell-topbar-v2 .elementor-text-editor {
	color: #ffffff;
}

.sa-shell-topbar-v2-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px 24px;
	font-size: 13px;
	line-height: 1.45;
	color: #ffffff;
	font-weight: 500;
}

.sa-shell-topbar-v2-inner.sa-shell-topbar-no-center {
	grid-template-columns: 1fr auto;
}

.sa-shell-topbar-left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 14px;
	justify-self: start;
}

.sa-shell-topbar-center {
	justify-self: center;
	text-align: center;
}

.sa-shell-topbar-right {
	justify-self: end;
}

.sa-shell-topbar-no-center .sa-shell-topbar-right {
	justify-self: end;
	margin-left: auto;
}

.sa-shell-topbar-phone,
.sa-shell-topbar-hours {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.sa-shell-topbar-phone a {
	color: #ffffff;
	text-decoration: none;
}

.sa-shell-topbar-phone a:hover,
.sa-shell-topbar-phone a:focus {
	text-decoration: underline;
}

.sa-shell-topbar-divider {
	opacity: 0.45;
	font-weight: 400;
}

.sa-shell-icon {
	flex-shrink: 0;
	opacity: 0.92;
}

.sa-shell-topbar-badges {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 10px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.sa-shell-topbar-dot {
	opacity: 0.55;
	font-weight: 700;
}

.sa-shell-topbar-gbp {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
}

.sa-shell-gbp-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffffff;
	color: #2563eb;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.sa-shell-gbp-stars {
	color: #fbbf24;
	letter-spacing: 1px;
	font-size: 12px;
}

.sa-shell-topbar-mobile {
	display: none;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	grid-column: 1 / -1;
	text-align: center;
}

.sa-shell-topbar-mobile-phone {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.sa-shell-topbar-mobile-signal {
	font-size: 12px;
	font-weight: 600;
	opacity: 0.92;
}

/* ── Main header ── */
.sa-premium-shell-header-v2 {
	min-height: 76px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background-color: #0d0f14;
	transition: background-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}

.sa-premium-shell-header-v2.elementor-sticky--active,
.sa-premium-shell-header-v2.sa-premium-shell-sticky-active {
	background-color: rgba(13, 15, 20, 0.85) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.sa-premium-shell-header-v2 > .elementor-container {
	min-height: 76px;
	align-items: center;
}

.sa-premium-shell-logo-col,
.sa-premium-shell-nav-col,
.sa-premium-shell-cta-col {
	display: flex;
	align-items: center;
}

.sa-premium-shell-nav-col {
	justify-content: center;
}

.sa-premium-shell-cta-col-desktop {
	justify-content: flex-end;
}

.sa-premium-shell-logo img {
	display: block;
	max-height: 52px;
	width: auto;
	height: auto;
}

.sa-premium-shell-logo-text .elementor-heading-title a {
	color: #ffffff;
	text-decoration: none;
}

.sa-premium-shell-nav .elementor-nav-menu--main .elementor-item {
	color: rgba(255, 255, 255, 0.88);
	font-weight: 500;
	padding-inline: 14px;
	transition: color 0.2s ease;
}

.sa-premium-shell-nav .elementor-nav-menu--main .elementor-item:hover,
.sa-premium-shell-nav .elementor-nav-menu--main .elementor-item:focus,
.sa-premium-shell-nav .elementor-nav-menu--main .elementor-item.elementor-item-active {
	color: #ffffff;
}

.sa-premium-shell-cta-wrap .elementor-widget-container {
	display: flex;
	justify-content: flex-end;
}

.sa-premium-shell-cta-pill {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	min-width: 148px;
	padding: 10px 22px;
	border-radius: 999px;
	background: #2563eb;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	white-space: nowrap;
}

.sa-premium-shell-cta-text {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

/* ── Mobile CTA bar (below main header row) ── */
.sa-premium-shell-mobile-cta-col {
	display: none;
	width: 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}

.sa-premium-shell-mobile-cta-col .elementor-widget-wrap {
	padding: 0 !important;
}

.sa-premium-shell-cta-pill:hover,
.sa-premium-shell-cta-pill:focus {
	background: #1d4ed8;
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(37, 99, 235, 0.34);
}

.sa-premium-shell-mobile-cta-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 16px;
	background: #2563eb;
	color: #ffffff;
	text-decoration: none;
	gap: 0;
	white-space: nowrap;
}

.sa-premium-shell-mobile-cta-bar .sa-premium-shell-cta-text {
	font-size: 15px;
	font-weight: 700;
}

/* ── Legacy v1 (unchanged sites) ── */
.sa-premium-shell-topbar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sa-premium-shell-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px 20px;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.68);
	font-weight: 500;
}

.sa-premium-shell-header-v1 {
	min-height: 76px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 1024px) {
	.sa-premium-shell-header-v2 > .elementor-container {
		min-height: 72px;
	}

	.sa-premium-shell-nav-col {
		justify-content: flex-end;
	}
}

@media (max-width: 767px) {
	.sa-shell-topbar-v2-inner {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.sa-shell-topbar-left,
	.sa-shell-topbar-center,
	.sa-shell-topbar-right {
		display: none;
	}

	.sa-shell-topbar-mobile {
		display: flex;
	}

	.sa-premium-shell-header-v2 > .elementor-container {
		min-height: 68px;
	}

	.sa-premium-shell-logo-col {
		width: 55% !important;
	}

	.sa-premium-shell-nav-col {
		width: 45% !important;
	}

	.sa-premium-shell-cta-col-desktop {
		display: none !important;
	}

	.sa-premium-shell-nav .elementor-nav-menu--main {
		display: none;
	}

	.sa-premium-shell-nav .elementor-menu-toggle {
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 8px;
		color: #ffffff;
	}

	.sa-premium-shell-nav .elementor-nav-menu--dropdown {
		background: #0d0f14;
	}

	.sa-premium-shell-nav .elementor-nav-menu--dropdown .elementor-item {
		color: rgba(255, 255, 255, 0.92);
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
		padding: 14px 20px;
	}

	.sa-premium-shell-mobile-cta-col {
		display: block !important;
		order: 10;
	}

	.sa-premium-shell-header-v2 > .elementor-container {
		flex-wrap: wrap;
	}
}
