/* Splashpoint - Main Styles */

/* ===== Global: prevent horizontal scroll ===== */
*, *::before, *::after {
	box-sizing: border-box;
}
html, body {
	overflow-x: hidden;
	max-width: 100vw;
}

/* ===== Header ===== */
.splashpoint-header {
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	z-index: 100;
}

.sp-header-logo {
	margin: 0 !important;
	flex-shrink: 0;
}
.sp-header-logo img {
	width: 72px;
	height: 72px;
	object-fit: contain;
	border-radius: 50%;
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.3));
	transition: transform 0.2s ease;
}
.sp-header-logo img:hover {
	transform: scale(1.08);
}
.sp-header-logo figure {
	margin: 0;
}

/* Search inside nav (desktop) */
.sp-search--nav {
	display: inline-flex;
	margin-left: 8px;
}
.sp-search--nav input {
	width: 160px;
	padding: 6px 10px;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 6px 0 0 6px;
	background: rgba(255,255,255,0.1);
	color: #fff;
	font-size: 0.82rem;
	outline: none;
	transition: border-color 0.2s, width 0.3s;
}
.sp-search--nav input::placeholder {
	color: rgba(255,255,255,0.5);
}
.sp-search--nav input:focus {
	border-color: var(--wp--preset--color--secondary, #00B4D8);
	width: 200px;
}
.sp-search--nav button {
	padding: 6px 10px;
	border: 1px solid rgba(255,255,255,0.2);
	border-left: 0;
	border-radius: 0 6px 6px 0;
	background: rgba(255,255,255,0.15);
	color: #fff;
	cursor: pointer;
	font-size: 0.82rem;
}
.sp-search--nav button:hover {
	background: rgba(255,255,255,0.25);
}

/* Search in mobile nav */
.sp-search--mobile {
	display: flex;
	margin: 0 1.5rem 1rem;
}
.sp-search--mobile input {
	flex: 1;
	padding: 10px 14px;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 8px 0 0 8px;
	background: rgba(255,255,255,0.1);
	color: #fff;
	font-size: 1rem;
	outline: none;
}
.sp-search--mobile input::placeholder {
	color: rgba(255,255,255,0.5);
}
.sp-search--mobile button {
	padding: 10px 14px;
	border: 1px solid rgba(255,255,255,0.2);
	border-left: 0;
	border-radius: 0 8px 8px 0;
	background: rgba(255,255,255,0.15);
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
}

.sp-site-logo a,
.sp-gradient-heading {
	background: linear-gradient(135deg, #00B4D8, #FFD700);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.sp-nav-item a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 8px 18px;
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.85) !important;
	font-weight: 600;
	font-size: 0.88rem;
	transition: all 0.2s ease;
	border: 1px solid transparent;
}

.sp-nav-item a:hover {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.15);
	transform: translateY(-1px);
}

.sp-nav-activities a {
	background: rgba(0, 180, 216, 0.15);
	border-color: rgba(0, 180, 216, 0.3);
}

.sp-nav-activities a:hover {
	background: rgba(0, 180, 216, 0.3);
	border-color: rgba(0, 180, 216, 0.5);
	box-shadow: 0 4px 12px rgba(0, 180, 216, 0.2);
}

.sp-nav-dashboard a {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
}

.sp-nav-dashboard a:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.35);
	box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}

.sp-nav-business a {
	background: rgba(46, 204, 113, 0.15);
	border-color: rgba(46, 204, 113, 0.3);
}

.sp-nav-business a:hover {
	background: rgba(46, 204, 113, 0.3);
	border-color: rgba(46, 204, 113, 0.5);
	box-shadow: 0 4px 12px rgba(46, 204, 113, 0.2);
}

/* Translated Nav */
.sp-translated-nav {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.sp-translated-nav .sp-nav-item {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 8px 18px;
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 600;
	font-size: 0.88rem;
	font-family: var(--wp--preset--font-family--heading, 'Poppins', sans-serif);
	transition: all 0.2s ease;
	border: 1px solid transparent;
	text-decoration: none;
}

.sp-translated-nav .sp-nav-item:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.15);
	transform: translateY(-1px);
}

/* Language Switcher */
.sp-lang-switcher {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: 0.5rem;
}

.sp-lang-switcher__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 1rem;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.08);
	transition: background 0.2s, transform 0.2s;
}

.sp-lang-switcher__item:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.1);
}

.sp-lang-switcher__item--active {
	background: rgba(0, 180, 216, 0.3);
	box-shadow: 0 0 8px rgba(0, 180, 216, 0.3);
}

/* ===== Mobile Header & Nav ===== */

/* Hamburger menu button (hidden on desktop) */
.sp-menu-toggle {
	display: none;
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.5rem;
	cursor: pointer;
	padding: 4px 8px;
	line-height: 1;
	border-radius: 6px;
	transition: background 0.2s;
}
.sp-menu-toggle:hover {
	background: rgba(255, 255, 255, 0.1);
}

/* Mobile nav overlay (hidden on desktop) */
.sp-mobile-nav {
	display: none;
}

@media (max-width: 768px) {
	/* Show hamburger, hide desktop nav + search */
	.sp-menu-toggle {
		display: inline-flex;
	}
	.sp-translated-nav {
		display: none !important;
	}

	/* Mobile nav overlay */
	.sp-mobile-nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(11, 29, 58, 0.97);
		z-index: 9998;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
		padding: 1rem;
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
	}
	.sp-mobile-nav.sp-mobile-nav--open {
		display: flex;
	}
	.sp-mobile-nav__close {
		position: absolute;
		top: 1rem;
		right: 1rem;
		background: none;
		border: none;
		color: rgba(255, 255, 255, 0.7);
		font-size: 2rem;
		cursor: pointer;
		padding: 4px 10px;
		line-height: 1;
	}
	.sp-mobile-nav__close:hover {
		color: #fff;
	}
	.sp-mobile-nav a {
		display: flex;
		align-items: center;
		gap: 0.6rem;
		padding: 0.85rem 2rem;
		color: rgba(255, 255, 255, 0.9);
		text-decoration: none;
		font-size: 1.1rem;
		font-weight: 600;
		border-radius: 10px;
		width: 100%;
		max-width: 280px;
		transition: background 0.2s;
	}
	.sp-mobile-nav a:hover {
		background: rgba(255, 255, 255, 0.1);
		color: #fff;
	}
	.sp-mobile-nav__langs {
		display: flex;
		gap: 0.75rem;
		margin-top: 1rem;
		padding-top: 1rem;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.sp-mobile-nav__langs .sp-lang-switcher__item {
		display: inline-flex !important;
		width: 36px;
		height: 36px;
		font-size: 1.2rem;
	}

	/* Compact header */
	.splashpoint-header .wp-block-group {
		gap: 0.5rem !important;
	}
	.sp-site-logo {
		font-size: 1.1rem !important;
	}
}

/* ===== Homepage Sections ===== */
.sp-homepage-section {
	padding: 3rem 1.5rem;
}
.sp-homepage-section--alt {
	background: #f8fbff;
}
.sp-homepage-section__inner {
	max-width: 1200px;
	margin: 0 auto;
}
.sp-homepage-section__title {
	text-align: center;
	font-size: 1.85rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	font-family: var(--wp--preset--font-family--heading);
}
.sp-homepage-section__subtitle {
	text-align: center;
	color: var(--wp--preset--color--muted);
	margin-bottom: 2rem;
}
.sp-homepage-section__cta {
	display: inline-block;
	padding: 12px 24px;
	background: var(--wp--preset--color--primary, #0A4D8C);
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	transition: transform 0.2s;
}
.sp-homepage-section__cta:hover {
	transform: translateY(-2px);
	color: #fff;
}

/* CTA Banner */
.sp-homepage-cta {
	background: linear-gradient(135deg, #0A4D8C, #00B4D8);
	padding: 3rem 1.5rem;
	text-align: center;
}
.sp-homepage-cta__inner {
	max-width: 650px;
	margin: 0 auto;
}
.sp-homepage-cta__title {
	font-size: 1.75rem;
	color: #fff;
	font-family: var(--wp--preset--font-family--heading);
	margin-bottom: 0.5rem;
}
.sp-homepage-cta__text {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1rem;
	margin-bottom: 1.5rem;
}
.sp-homepage-cta__btn {
	display: inline-block;
	padding: 14px 28px;
	background: #fff;
	color: #0A4D8C;
	border-radius: 8px;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	font-family: var(--wp--preset--font-family--heading);
	transition: transform 0.2s;
}
.sp-homepage-cta__btn:hover {
	transform: translateY(-2px);
	color: #0A4D8C;
}

@media (max-width: 600px) {
	.sp-homepage-section {
		padding: 1.75rem 1rem;
	}
	.sp-homepage-section__title {
		font-size: 1.35rem;
	}
	.sp-homepage-section__subtitle {
		font-size: 0.88rem;
		margin-bottom: 1.25rem;
	}
	.sp-homepage-cta {
		padding: 2rem 1rem;
	}
	.sp-homepage-cta__title {
		font-size: 1.3rem;
	}
	.sp-homepage-cta__text {
		font-size: 0.9rem;
		margin-bottom: 1rem;
	}
	.sp-homepage-cta__btn {
		padding: 11px 22px;
		font-size: 0.9rem;
	}
}

/* ===== How It Works ===== */
.sp-how-it-works {
	padding: 3rem 1.5rem;
	max-width: 1100px;
	margin: 0 auto;
}
.sp-how-it-works__title {
	text-align: center;
	font-size: 1.85rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	font-family: var(--wp--preset--font-family--heading);
}
.sp-how-it-works__subtitle {
	text-align: center;
	color: var(--wp--preset--color--muted);
	margin-bottom: 2.5rem;
}
.sp-how-it-works__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	text-align: center;
}
.sp-how-it-works__step {
	padding: 1.5rem 1rem;
}
.sp-how-it-works__icon {
	font-size: 2.5rem;
	margin-bottom: 0.75rem;
}
.sp-how-it-works__heading {
	font-size: 1.15rem;
	font-weight: 700;
	font-family: var(--wp--preset--font-family--heading);
}
.sp-how-it-works__text {
	color: var(--wp--preset--color--muted);
	font-size: 0.9rem;
	line-height: 1.5;
}
@media (max-width: 600px) {
	.sp-how-it-works {
		padding: 2rem 1rem;
	}
	.sp-how-it-works__title {
		font-size: 1.4rem;
	}
	.sp-how-it-works__subtitle {
		margin-bottom: 1.5rem;
		font-size: 0.9rem;
	}
	.sp-how-it-works__grid {
		grid-template-columns: 1fr;
		gap: 0.5rem;
	}
	.sp-how-it-works__step {
		display: flex;
		align-items: center;
		gap: 1rem;
		text-align: left;
		padding: 1rem;
		background: #f8fafc;
		border-radius: 12px;
	}
	.sp-how-it-works__icon {
		font-size: 2rem;
		margin-bottom: 0;
		flex-shrink: 0;
	}
	.sp-how-it-works__heading {
		font-size: 1rem;
		margin-bottom: 0.15rem;
	}
	.sp-how-it-works__text {
		font-size: 0.82rem;
	}
}

/* ===== Cards ===== */
.sp-card {
	background: #fff;
	box-shadow: 0 4px 20px rgba(10, 77, 140, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
}

.sp-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 32px rgba(10, 77, 140, 0.2);
}

/* ===== Activity Cards ===== */
.sp-activity-card {
	position: relative;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(10, 77, 140, 0.08);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	display: flex;
	flex-direction: column;
	border: 1px solid #eef2f7;
}

.sp-activity-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 28px rgba(10, 77, 140, 0.15);
}

.sp-activity-card__accent {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.85rem 1.25rem;
	color: #fff;
}

.sp-activity-card__icon {
	font-size: 1.5rem;
	line-height: 1;
}

.sp-activity-card__region {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.9;
}

.sp-activity-card__content {
	padding: 1.1rem 1.25rem 1.25rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.sp-activity-card__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 0.75rem;
}

.sp-activity-card__category {
	display: inline-block;
	background: var(--wp--preset--color--light, #F0F7FF);
	color: var(--wp--preset--color--primary, #0A4D8C);
	font-size: 0.7rem;
	font-weight: 600;
	padding: 3px 8px;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	width: fit-content;
}

.sp-activity-card__title {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 0.35rem;
	color: var(--wp--preset--color--dark, #0B1D3A);
	line-height: 1.3;
}

.sp-activity-card__title a {
	color: inherit;
	text-decoration: none;
}

.sp-activity-card__title a:hover {
	color: var(--wp--preset--color--primary, #0A4D8C);
}

.sp-activity-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: auto;
	padding-top: 0.75rem;
	border-top: 1px solid #f0f0f0;
	flex-wrap: wrap;
}

.sp-activity-card__price {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--wp--preset--color--primary, #0A4D8C);
	margin-top: 0.5rem;
}

.sp-activity-card__phone {
	font-size: 0.8rem;
}

.sp-activity-card__phone a {
	color: var(--wp--preset--color--primary, #0A4D8C);
	text-decoration: none;
	font-weight: 600;
}

.sp-activity-card__phone a:hover {
	color: var(--wp--preset--color--secondary, #00B4D8);
}

.sp-activity-card__rating {
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 600;
	color: #F4A940;
}

.sp-activity-card__rating .stars {
	letter-spacing: 1px;
}

.sp-activity-card__price {
	display: flex;
	align-items: center;
	gap: 4px;
	color: var(--wp--preset--color--muted, #6B7B8D);
	font-size: 0.9rem;
}

.sp-activity-card__price .active {
	color: var(--wp--preset--color--success, #2ECC71);
	font-weight: 700;
}

.sp-activity-card__location {
	font-size: 0.8rem;
	color: var(--wp--preset--color--muted, #6B7B8D);
	margin-bottom: 0.6rem;
}

/* ===== Activity Grid ===== */
.sp-activities-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
	gap: 1.25rem;
}

/* ===== Filters ===== */
.sp-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.75rem;
	padding: 1rem 1.25rem;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e0e8f0;
}

.sp-filters select,
.sp-filters input {
	padding: 10px 16px;
	border: 2px solid #e0e8f0;
	border-radius: 8px;
	font-size: 0.9rem;
	background: #fff;
	color: var(--wp--preset--color--dark, #0B1D3A);
	transition: border-color 0.2s;
}

.sp-filters select:focus,
.sp-filters input:focus {
	border-color: var(--wp--preset--color--primary, #0A4D8C);
	outline: none;
}

/* Available Today toggle button */
.sp-filters__today-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 18px;
	border: 2px solid #2ECC71;
	border-radius: 20px;
	background: #fff;
	color: #2ECC71;
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
	white-space: nowrap;
}

.sp-filters__today-btn:hover {
	background: rgba(46, 204, 113, 0.08);
	box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.15);
}

.sp-filters__today-btn--active {
	background: #2ECC71;
	color: #fff;
	box-shadow: 0 2px 8px rgba(46, 204, 113, 0.3);
}

.sp-filters__today-btn--active:hover {
	background: #27AE60;
	box-shadow: 0 2px 12px rgba(46, 204, 113, 0.4);
}

.sp-filters__today-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
}

/* Open Today badge on activity cards */
.sp-activity-card__open-today {
	display: inline-block;
	padding: 3px 10px;
	background: rgba(46, 204, 113, 0.12);
	color: #1E8449;
	font-size: 0.72rem;
	font-weight: 700;
	border-radius: 12px;
	letter-spacing: 0.02em;
	margin-bottom: 6px;
	border: 1px solid rgba(46, 204, 113, 0.3);
}

/* ===== Map ===== */
.sp-map-container {
	width: 100%;
	height: 400px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(10, 77, 140, 0.1);
	margin-bottom: 2rem;
}

/* ===== Dashboard ===== */
.sp-dashboard {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 2rem;
}

.sp-dashboard__sidebar {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.sp-dashboard__main {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.sp-dashboard-card {
	background: #fff;
	border-radius: 16px;
	padding: 1.5rem;
	box-shadow: 0 4px 20px rgba(10, 77, 140, 0.1);
}

.sp-dashboard-card__title {
	font-size: 1rem;
	font-weight: 700;
	color: var(--wp--preset--color--dark, #0B1D3A);
	margin-bottom: 1rem;
	padding-bottom: 0.75rem;
	border-bottom: 2px solid var(--wp--preset--color--light, #F0F7FF);
}

/* ===== Booking History ===== */
.sp-booking-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid #f0f0f0;
}

.sp-booking-item:last-child {
	border-bottom: none;
}

.sp-booking-item__icon {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: var(--wp--preset--color--light, #F0F7FF);
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-booking-item__info {
	flex: 1;
}

.sp-booking-item__name {
	font-weight: 600;
	font-size: 0.9rem;
}

.sp-booking-item__date {
	font-size: 0.8rem;
	color: var(--wp--preset--color--muted, #6B7B8D);
}

/* ===== Video Hero ===== */
.sp-hero-video {
	position: relative;
	min-height: 85vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.sp-hero-video__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.sp-hero-video__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.sp-hero-video__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(11, 29, 58, 0.65) 0%,
		rgba(10, 77, 140, 0.55) 50%,
		rgba(11, 29, 58, 0.75) 100%
	);
}

.sp-hero-video__content {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 680px;
	padding: 2rem;
}

.sp-hero-video__heading {
	font-family: var(--wp--preset--font-family--heading, 'Poppins', sans-serif);
	font-size: 3.2rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 1rem;
	line-height: 1.15;
	letter-spacing: -0.5px;
}

.sp-hero-video__sub {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 2rem;
	line-height: 1.6;
}

.sp-hero-video__actions {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin-bottom: 2.5rem;
}

.sp-hero-video__btn {
	display: inline-block;
	padding: 14px 28px;
	border-radius: 8px;
	font-family: var(--wp--preset--font-family--heading, 'Poppins', sans-serif);
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
}

.sp-hero-video__btn:hover {
	transform: translateY(-2px);
}

.sp-hero-video__btn--primary {
	background: var(--wp--preset--color--accent, #F4A940);
	color: var(--wp--preset--color--dark, #0B1D3A);
	box-shadow: 0 4px 16px rgba(244, 169, 64, 0.3);
}

.sp-hero-video__btn--primary:hover {
	box-shadow: 0 6px 24px rgba(244, 169, 64, 0.45);
	color: var(--wp--preset--color--dark, #0B1D3A);
}

.sp-hero-video__btn--outline {
	background: transparent;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.sp-hero-video__btn--outline:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.sp-hero-video__stats {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
}

.sp-hero-video__stat {
	text-align: center;
}

.sp-hero-video__stat-num {
	display: block;
	font-family: var(--wp--preset--font-family--heading, 'Poppins', sans-serif);
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
}

.sp-hero-video__stat-label {
	display: block;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 2px;
}

.sp-hero-video__stat-divider {
	width: 1px;
	height: 32px;
	background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
	.sp-hero-video {
		min-height: 60vh;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.sp-hero-video__heading {
		font-size: 1.8rem;
		line-height: 1.2;
	}

	.sp-hero-video__sub {
		font-size: 0.9rem;
		margin-bottom: 1.5rem;
	}

	.sp-hero-video__btn {
		padding: 10px 20px;
		font-size: 0.85rem;
	}

	.sp-hero-video__actions {
		margin-bottom: 1.5rem;
	}

	.sp-hero-video__stats {
		gap: 0.75rem;
	}

	.sp-hero-video__stat-num {
		font-size: 1.1rem;
	}

	.sp-hero-video__stat-label {
		font-size: 0.65rem;
	}

	.sp-hero-video__stat-divider {
		height: 24px;
	}
}

/* Mobile-specific: reduce homepage section spacing and card sizes */
@media (max-width: 600px) {
	/* Activity cards grid */
	.sp-activities-grid,
	.wp-block-query .wp-block-post-template {
		gap: 0.75rem !important;
	}

	.sp-activity-card__accent {
		padding: 1rem;
	}
	.sp-activity-card__icon {
		font-size: 1.5rem;
	}
	.sp-activity-card__content {
		padding: 0.75rem;
	}
	.sp-activity-card__title {
		font-size: 1rem;
	}
	.sp-activity-card__location {
		font-size: 0.8rem;
	}
	.sp-activity-card__meta {
		font-size: 0.8rem;
		gap: 0.5rem;
	}
	.sp-activity-card__categories {
		gap: 0.25rem;
	}
	.sp-activity-card__category {
		font-size: 0.7rem;
		padding: 2px 6px;
	}

	/* Filters bar */
	.sp-filters {
		flex-wrap: wrap;
		gap: 0.5rem;
		padding: 0.75rem;
	}
	.sp-filters select,
	.sp-filters input {
		font-size: 0.8rem;
		padding: 6px 8px;
	}

	/* Featured section */
	.sp-featured-activities {
		padding: 1.5rem 0.75rem;
	}
	.sp-featured-activities h2 {
		font-size: 1.3rem;
	}

	/* Reduce general WordPress block spacing on mobile */
	.wp-block-group {
		gap: 0.5rem;
	}

	/* Footer */
	.wp-block-columns {
		gap: 1.5rem !important;
	}
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
	.sp-dashboard {
		grid-template-columns: 1fr;
	}

	.sp-premium-pricing {
		flex-direction: column;
		align-items: center;
	}

	.sp-activities-grid {
		grid-template-columns: 1fr;
	}

	.sp-filters {
		flex-direction: column;
		gap: 0.5rem;
	}

	.sp-filters select,
	.sp-filters input {
		width: 100%;
	}

	.sp-filters__today-btn {
		width: 100%;
		padding: 8px 12px;
		font-size: 0.85rem;
	}

	.sp-hero {
		min-height: 60vh;
	}
}

/* ===== Deals Grid ===== */
.sp-deals-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.5rem;
}

.sp-deal-card {
	background: #fff;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 4px 20px rgba(10, 77, 140, 0.1);
	border: 2px solid transparent;
	transition: border-color 0.3s;
}

.sp-deal-card:hover {
	border-color: var(--wp--preset--color--premium-gold, #FFD700);
}

.sp-deal-card__discount {
	display: inline-block;
	background: linear-gradient(135deg, #F4A940, #FFD700);
	color: #0B1D3A;
	font-weight: 700;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 0.85rem;
	margin-bottom: 0.75rem;
}

.sp-deal-card__business {
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.sp-deal-card__description {
	font-size: 0.9rem;
	color: var(--wp--preset--color--muted, #6B7B8D);
}

/* ===== Auth Forms ===== */
.sp-auth-form {
	max-width: 420px;
	margin: 0 auto;
	background: #fff;
	padding: 2rem;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(10, 77, 140, 0.1);
}

.sp-auth-form label {
	display: block;
	font-weight: 600;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
	color: var(--wp--preset--color--dark, #0B1D3A);
}

.sp-auth-form input[type="text"],
.sp-auth-form input[type="email"],
.sp-auth-form input[type="password"] {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid #e0e8f0;
	border-radius: 8px;
	font-size: 1rem;
	margin-bottom: 1rem;
	transition: border-color 0.2s;
}

.sp-auth-form input:focus {
	border-color: var(--wp--preset--color--primary, #0A4D8C);
	outline: none;
}

.sp-auth-form button {
	width: 100%;
	padding: 14px;
	background: var(--wp--preset--color--primary, #0A4D8C);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.3s;
}

.sp-auth-form button:hover {
	background: var(--wp--preset--color--secondary, #00B4D8);
}

/* ===== Compare ===== */
.sp-compare-check {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 0.75rem;
	color: var(--wp--preset--color--muted, #6B7B8D);
	cursor: pointer;
	font-weight: 600;
}

.sp-compare-check input {
	margin: 0;
	cursor: pointer;
}

.sp-compare-bar {
	position: fixed;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--wp--preset--color--dark, #0B1D3A);
	color: #fff;
	padding: 12px 24px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 1rem;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	transition: bottom 0.3s ease;
	border: 1px solid rgba(0, 180, 216, 0.3);
}

.sp-compare-bar.visible {
	bottom: 1.5rem;
}

.sp-compare-bar__text {
	font-size: 0.9rem;
	font-weight: 600;
}

.sp-compare-bar__btn {
	background: linear-gradient(135deg, #00B4D8, #FFD700);
	color: #0B1D3A;
	padding: 8px 18px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 0.85rem;
	text-decoration: none;
	transition: transform 0.2s;
}

.sp-compare-bar__btn:hover {
	transform: translateY(-1px);
	color: #0B1D3A;
}

/* Compare Page */
.sp-compare {
	display: grid;
	grid-template-columns: repeat(var(--cols, 2), 1fr);
	gap: 1rem;
}

.sp-compare__col {
	background: rgba(11, 29, 58, 0.85);
	backdrop-filter: blur(8px);
	border-radius: 16px;
	padding: 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.sp-compare__name {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 1rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sp-compare__name a {
	color: #fff;
	text-decoration: none;
}

.sp-compare__name a:hover {
	color: #00B4D8;
}

.sp-compare__row {
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sp-compare__label {
	display: block;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 600;
	margin-bottom: 2px;
}

.sp-compare__value {
	display: block;
	font-size: 0.9rem;
	color: #fff;
}

.sp-compare__value a {
	color: #00B4D8;
	text-decoration: none;
}

.sp-compare__action {
	margin-top: 1rem;
	text-align: center;
}

.sp-compare__btn {
	display: inline-block;
	padding: 8px 20px;
	background: linear-gradient(135deg, #0A4D8C, #00B4D8);
	color: #fff;
	border-radius: 8px;
	font-weight: 600;
	font-size: 0.85rem;
	text-decoration: none;
	transition: transform 0.2s;
}

.sp-compare__btn:hover {
	transform: translateY(-1px);
	color: #fff;
}

@media (max-width: 600px) {
	.sp-compare {
		grid-template-columns: 1fr;
	}
}

/* ===== Weather Widget ===== */
.sp-weather {
	background: linear-gradient(135deg, #0B1D3A, #0A4D8C);
	border-radius: 14px;
	padding: 1.25rem 1.5rem;
	margin-bottom: 2rem;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 4px 20px rgba(10, 77, 140, 0.15);
}

.sp-weather__main {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.sp-weather__current {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.sp-weather__icon { font-size: 2.2rem; }

.sp-weather__temp {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
}

.sp-weather__desc {
	display: block;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.7);
}

.sp-weather__details {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.sp-weather__detail {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.1);
	padding: 4px 10px;
	border-radius: 8px;
}

.sp-weather__detail-icon { font-size: 0.9rem; }

.sp-weather__right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.5rem;
}

.sp-weather__select {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.25);
	padding: 6px 12px;
	border-radius: 8px;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
	appearance: auto;
}

.sp-weather__select option {
	background: #0B1D3A;
	color: #fff;
}

.sp-weather__sea {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
}

.sp-weather__sea-status {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.sp-weather__rec {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 600px) {
	.sp-weather { flex-direction: column; align-items: flex-start; }
	.sp-weather__right { align-items: flex-start; }
	.sp-weather__sea { align-items: flex-start; }
}

/* ===== Booking Flow ===== */
.sp-booking-section {
	margin: 1rem 0;
}

.sp-booking-fallback {
	background: #F0F7FF;
	border-radius: 10px;
	padding: 1.25rem;
}

.sp-book-now-btn {
	background: #dc3545;
	color: white;
	border: none;
	padding: 14px 32px;
	border-radius: 10px;
	font-size: 1.1rem;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0 4px 14px rgba(220, 53, 69, 0.35);
	white-space: nowrap;
}

.sp-book-now-btn:hover {
	background: #c82333;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(220, 53, 69, 0.45);
}

.sp-booking-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-booking-modal {
	background: white;
	border-radius: 16px;
	max-width: 500px;
	width: 90%;
	max-height: 85vh;
	overflow-y: auto;
	padding: 2rem;
	position: relative;
}

.sp-booking-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	color: #6B7B8D;
	line-height: 1;
}

.sp-booking-close:hover {
	color: #0B1D3A;
}

.sp-booking-steps {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.sp-step {
	font-size: 0.75rem;
	padding: 4px 10px;
	border-radius: 20px;
	background: #eef2f7;
	color: #6B7B8D;
	font-weight: 600;
	cursor: default;
	transition: all 0.2s ease;
}

.sp-step.active {
	background: #0A4D8C;
	color: white;
}

.sp-step.done {
	background: #2ECC71;
	color: white;
	cursor: pointer;
}

.sp-service-option {
	position: relative;
	padding: 1rem;
	border: 2px solid #eef2f7;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5rem;
	transition: border-color 0.2s ease;
}

.sp-service-option:hover {
	border-color: #0A4D8C;
}

.sp-service-option__name {
	font-weight: 700;
}

.sp-service-option__details {
	text-align: right;
}

.sp-service-option__price {
	font-size: 1.2rem;
	font-weight: 700;
	color: #0A4D8C;
}

.sp-service-option__duration {
	font-size: 0.8rem;
	color: #6B7B8D;
}

/* Minimum-age badge on service cards (booking flow) */
.sp-service-age-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	background: #fff4d6;
	color: #8a5a00;
	border: 1.5px solid #e7b84f;
	border-radius: 999px;
	padding: 2px 10px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.3px;
	line-height: 1.3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Age-requirement pill next to service name in the business dashboard */
.sp-biz-age-pill {
	display: inline-block;
	margin-left: 0.4rem;
	padding: 1px 8px;
	background: #fff4d6;
	color: #8a5a00;
	border: 1px solid #e7b84f;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 800;
	vertical-align: middle;
}

/* Youngest-participant age field on the People step */
.sp-age-field {
	margin: 1rem auto 0;
	max-width: 360px;
	text-align: center;
}

.sp-age-field__label {
	display: block;
	font-weight: 700;
	font-size: 0.9rem;
	color: #1a1a2e;
	margin-bottom: 0.4rem;
}

#sp-age-input {
	width: 120px;
	padding: 0.55rem 0.75rem;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	border: 2px solid #dfe6ef;
	border-radius: 10px;
	background: #ffffff;
	color: #1a1a2e;
	outline: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

#sp-age-input:focus {
	border-color: #0A4D8C;
	box-shadow: 0 0 0 3px rgba(10, 77, 140, 0.15);
}

.sp-age-field__hint {
	margin: 0.45rem 0 0;
	font-size: 0.78rem;
	color: #6B7B8D;
	min-height: 1em;
}

.sp-age-field__hint--warn {
	color: #8a5a00;
}

.sp-age-field__hint--err {
	color: #c0392b;
	font-weight: 600;
}

.sp-calendar {
	text-align: center;
}

.sp-calendar__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

.sp-calendar__nav {
	background: none;
	border: 1px solid #eef2f7;
	border-radius: 8px;
	padding: 6px 12px;
	cursor: pointer;
	font-size: 1rem;
	transition: border-color 0.2s ease;
}

.sp-calendar__nav:hover {
	border-color: #0A4D8C;
}

.sp-calendar__grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 4px;
}

.sp-calendar__day-header {
	font-size: 0.7rem;
	font-weight: 600;
	color: #6B7B8D;
	padding: 4px;
	text-transform: uppercase;
}

.sp-calendar__day {
	padding: 8px;
	border-radius: 8px;
	font-size: 0.85rem;
	cursor: default;
	color: #ccc;
}

.sp-calendar__day--available {
	color: #0B1D3A;
	cursor: pointer;
	background: #F0F7FF;
	font-weight: 600;
}

.sp-calendar__day--available:hover {
	background: #0A4D8C;
	color: white;
}

.sp-calendar__day--selected {
	background: #0A4D8C;
	color: white;
}

.sp-calendar__day--today {
	box-shadow: inset 0 0 0 2px #00B4D8;
}

.sp-slots {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.sp-slot {
	padding: 8px 16px;
	border: 2px solid #eef2f7;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 600;
	font-size: 0.9rem;
	transition: all 0.2s ease;
	background: white;
}

.sp-slot:hover {
	border-color: #0A4D8C;
}

.sp-slot--selected {
	background: #0A4D8C;
	color: white;
	border-color: #0A4D8C;
}

.sp-people-selector {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	margin: 1.5rem 0;
}

.sp-people-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #0A4D8C;
	background: white;
	color: #0A4D8C;
	font-size: 1.2rem;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-people-btn:hover {
	background: #0A4D8C;
	color: white;
}

.sp-people-count {
	font-size: 2rem;
	font-weight: 700;
	min-width: 50px;
	text-align: center;
}

.sp-booking-summary {
	background: #F0F7FF;
	border-radius: 10px;
	padding: 1rem;
	margin: 1rem 0;
	font-size: 0.9rem;
}

.sp-booking-summary__row {
	display: flex;
	justify-content: space-between;
	padding: 0.25rem 0;
}

.sp-booking-summary__total {
	font-size: 1.2rem;
	font-weight: 700;
	border-top: 2px solid #e0e8f0;
	padding-top: 0.5rem;
	margin-top: 0.5rem;
}

.sp-booking-continue {
	width: 100%;
	padding: 14px;
	background: #0A4D8C;
	color: white;
	border: none;
	border-radius: 10px;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease;
}

.sp-booking-continue:hover {
	background: #083d6f;
}

.sp-checkout-input {
	width: 100%;
	padding: 10px 12px;
	border: 2px solid #e0e8f0;
	border-radius: 8px;
	font-size: 0.95rem;
	margin-bottom: 0.75rem;
	box-sizing: border-box;
}

.sp-checkout-input:focus {
	border-color: #0A4D8C;
	outline: none;
}

.sp-booking-pay {
	width: 100%;
	padding: 14px;
	background: #dc3545;
	color: white;
	border: none;
	border-radius: 10px;
	font-size: 1.1rem;
	font-weight: 700;
	cursor: pointer;
	margin-top: 0.5rem;
	transition: background 0.2s ease;
}

.sp-booking-pay:hover {
	background: #c82333;
}

.sp-booking-pay:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Logged-in user info in checkout */
.sp-checkout-user__info {
	text-align: center;
	padding: 0.75rem 1rem;
	background: rgba(0, 180, 216, 0.08);
	border: 1px solid rgba(0, 180, 216, 0.2);
	border-radius: 8px;
	font-size: 0.9rem;
	color: #333;
	margin-bottom: 1rem;
}

/* Login required section */
.sp-checkout-login-required {
	text-align: center;
	position: relative;
}
.sp-checkout-login-required__icon {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}
.sp-checkout-login-required__title {
	margin: 0 0 0.5rem;
	font-size: 1.2rem;
	color: #0B1D3A;
}
.sp-checkout-login-required__text {
	font-size: 0.85rem;
	color: #6B7B8D;
	margin-bottom: 1.25rem;
}

/* Auth tabs */
.sp-checkout-auth__tabs {
	display: flex;
	gap: 0;
	margin-bottom: 1rem;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #ddd;
}
.sp-checkout-auth__tab {
	flex: 1;
	padding: 10px;
	border: none;
	background: #f5f5f5;
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
	color: #666;
	transition: background 0.2s, color 0.2s;
}
.sp-checkout-auth__tab--active {
	background: #0A4D8C;
	color: #fff;
}
.sp-checkout-auth__panel .sp-checkout-input {
	margin-bottom: 0.6rem;
}
.sp-checkout-auth__error {
	color: #e74c3c;
	font-size: 0.85rem;
	text-align: center;
	margin-top: 0.5rem;
	padding: 8px;
	background: rgba(231, 76, 60, 0.08);
	border-radius: 6px;
}

.sp-checkout-note {
	text-align: center;
	font-size: 0.8rem;
	color: #6B7B8D;
	margin-top: 0.75rem;
}

@media (max-width: 480px) {
	.sp-booking-modal {
		width: 100%;
		height: 100%;
		max-height: 100vh;
		border-radius: 0;
	}
}

/* ===== Business Dashboard ===== */
.sp-biz-dashboard {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.sp-biz-header {
	background: linear-gradient(135deg, #0B1D3A, #0A4D8C);
	border-radius: 16px;
	padding: 1.5rem 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 180, 216, 0.3);
}

.sp-biz-stats {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1rem;
}

.sp-biz-stat {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	border-radius: 14px;
	padding: 1.2rem 1rem;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.6);
	transition: transform 0.2s, box-shadow 0.2s;
}

.sp-biz-stat:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

.sp-biz-stat__icon {
	font-size: 1.5rem;
	margin-bottom: 0.4rem;
}

.sp-biz-stat__value {
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--wp--preset--color--primary, #0A4D8C);
	line-height: 1.2;
}

.sp-biz-stat__label {
	font-size: 0.75rem;
	color: var(--wp--preset--color--muted, #6B7B8D);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-top: 0.2rem;
}

.sp-biz-chart-card {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	border-radius: 16px;
	padding: 1.5rem;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.6);
}

.sp-biz-chart {
	display: flex;
	align-items: flex-end;
	gap: 6px;
	height: 140px;
	padding-top: 0.5rem;
}

.sp-biz-chart__bar-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
	cursor: default;
}

.sp-biz-chart__bar {
	width: 100%;
	max-width: 36px;
	background: linear-gradient(180deg, #00B4D8, #0A4D8C);
	border-radius: 6px 6px 2px 2px;
	min-height: 4px;
	transition: height 0.4s ease;
}

.sp-biz-chart__bar-wrap:hover .sp-biz-chart__bar {
	background: linear-gradient(180deg, #FFD700, #F4A940);
}

.sp-biz-chart__label {
	font-size: 0.65rem;
	color: var(--wp--preset--color--muted, #6B7B8D);
	margin-top: 0.3rem;
	font-weight: 600;
}

.sp-biz-revenue-stats {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	border-radius: 16px;
	padding: 1.5rem;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-top: 3px solid #2ecc71;
}

.sp-biz-revenue-stats .sp-biz-card__title {
	margin: 0 0 1rem;
}

.sp-biz-revenue-stats .sp-biz-stat__value {
	color: #1a7a42;
}

.sp-biz-revenue-stats .sp-biz-stat__value--text {
	font-size: 1rem;
	word-break: break-word;
}

/* Business bookings card */
.sp-biz-bookings-card {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	border-radius: 16px;
	padding: 1.5rem;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.6);
	margin-bottom: 1.5rem;
}

.sp-biz-bookings-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.sp-biz-bookings-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.88rem;
	white-space: nowrap;
}

.sp-biz-bookings-table th {
	text-align: left;
	padding: 0.6rem 0.75rem;
	font-weight: 700;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #6B7B8D;
	border-bottom: 2px solid #eef2f7;
}

.sp-biz-bookings-table td {
	padding: 0.6rem 0.75rem;
	border-bottom: 1px solid #eef2f7;
	color: #1a1a2e;
}

.sp-biz-bookings-table__row--muted td {
	opacity: 0.5;
}

.sp-biz-status {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.3px;
}

.sp-biz-status--confirmed {
	background: #d4edda;
	color: #155724;
}

.sp-biz-status--refunded {
	background: #e2e3e5;
	color: #383d41;
}

.sp-biz-status--cancelled {
	background: #fff3cd;
	color: #856404;
}

.sp-biz-refund-btn {
	padding: 4px 14px;
	font-size: 0.78rem;
	font-weight: 700;
	border: 1.5px solid #c0392b;
	background: #ffffff;
	color: #c0392b;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.sp-biz-refund-btn:hover {
	background: #c0392b;
	color: #ffffff;
}

.sp-biz-refund-btn:disabled {
	opacity: 0.6;
	cursor: default;
}

.sp-biz-refund-btn--done {
	border-color: #6B7B8D;
	color: #6B7B8D;
	background: #f4f6f8;
}

/* Payout status badges */
.sp-biz-payout {
	font-size: 0.72rem;
	font-weight: 700;
}

.sp-biz-payout--released {
	color: #155724;
}

.sp-biz-payout--pending {
	color: #856404;
}

.sp-biz-payout--na {
	color: #6B7B8D;
}

.sp-biz-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

.sp-biz-card {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	border-radius: 16px;
	padding: 1.5rem;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.6);
}

.sp-biz-card__title {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 1rem;
	color: var(--wp--preset--color--dark, #0B1D3A);
}

.sp-biz-field {
	margin-bottom: 0.75rem;
	flex: 1;
}

.sp-biz-field label {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--wp--preset--color--muted, #6B7B8D);
	margin-bottom: 0.3rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.sp-biz-field input,
.sp-biz-field textarea {
	width: 100%;
	padding: 10px 12px;
	border: 2px solid #e0e8f0;
	border-radius: 8px;
	font-size: 0.9rem;
	font-family: inherit;
	transition: border-color 0.2s;
	background: #fff;
}

.sp-biz-field input:focus,
.sp-biz-field textarea:focus {
	border-color: var(--wp--preset--color--primary, #0A4D8C);
	outline: none;
}

.sp-biz-row {
	display: flex;
	gap: 0.75rem;
}

.sp-biz-btn {
	display: inline-block;
	padding: 10px 20px;
	background: linear-gradient(135deg, #0A4D8C, #00B4D8);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s, box-shadow 0.2s;
	margin-top: 0.5rem;
}

.sp-biz-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 180, 216, 0.3);
}

.sp-biz-btn--secondary {
	background: #e0e8f0;
	color: var(--wp--preset--color--dark, #0B1D3A);
}

.sp-biz-btn--secondary:hover {
	box-shadow: none;
	background: #d0d8e0;
}

.sp-biz-msg {
	margin-left: 0.75rem;
	font-size: 0.85rem;
	font-weight: 600;
}

.sp-biz-msg--ok { color: #2ECC71; }
.sp-biz-msg--err { color: #dc3545; }

/* Service items */
.sp-biz-service {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.75rem;
	border-bottom: 1px solid #f0f4f8;
	border-radius: 8px;
	transition: background 0.2s;
}

.sp-biz-service:hover {
	background: #f8fbff;
}

.sp-biz-service__info {
	flex: 1;
	min-width: 0;
}

.sp-biz-service__price {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--wp--preset--color--primary, #0A4D8C);
	white-space: nowrap;
}

.sp-biz-service__actions {
	display: flex;
	gap: 0.5rem;
}

.sp-biz-service__actions button {
	padding: 4px 10px;
	border: 1px solid #e0e8f0;
	background: #fff;
	border-radius: 6px;
	font-size: 0.75rem;
	font-weight: 600;
	cursor: pointer;
	transition: border-color 0.2s;
}

.sp-biz-service__actions button:hover {
	border-color: var(--wp--preset--color--primary, #0A4D8C);
}

.sp-biz-delete-service:hover {
	border-color: #dc3545 !important;
	color: #dc3545;
}

.sp-biz-add-service {
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 2px solid #eef2f7;
}

@media (max-width: 768px) {
	.sp-biz-grid {
		grid-template-columns: 1fr;
	}

	.sp-biz-row {
		flex-direction: column;
	}

	.sp-biz-header {
		flex-direction: column;
		text-align: center;
		gap: 1rem;
	}

	.sp-biz-stats {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 480px) {
	.sp-biz-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.sp-biz-stat__value {
		font-size: 1.3rem;
	}
}

/* ===== PWA Install Banner ===== */
.sp-install-banner {
	position: fixed;
	bottom: -100px;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 0 1rem 1rem;
	transition: bottom 0.4s ease;
}

.sp-install-banner.visible {
	bottom: 0;
}

.sp-install-banner__content {
	max-width: 500px;
	margin: 0 auto;
	background: var(--wp--preset--color--dark, #0B1D3A);
	border-radius: 14px;
	padding: 14px 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(0, 180, 216, 0.3);
}

.sp-install-banner__icon {
	font-size: 1.8rem;
	flex-shrink: 0;
}

.sp-install-banner__text {
	flex: 1;
	min-width: 0;
}

.sp-install-banner__text strong {
	display: block;
	color: #fff;
	font-size: 0.95rem;
}

.sp-install-banner__text span {
	display: block;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.8rem;
	margin-top: 2px;
}

.sp-install-banner__btn {
	background: linear-gradient(135deg, #00B4D8, #FFD700);
	color: #0B1D3A;
	border: none;
	padding: 8px 18px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 0.85rem;
	cursor: pointer;
	flex-shrink: 0;
	transition: transform 0.2s;
}

.sp-install-banner__btn:hover {
	transform: scale(1.05);
}

.sp-install-banner__close {
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.4);
	font-size: 1.1rem;
	cursor: pointer;
	padding: 4px;
	flex-shrink: 0;
}

.sp-install-banner__close:hover {
	color: #fff;
}

/* ===== Photo Collage ===== */
.sp-collage {
	display: grid;
	gap: 6px;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 1.5rem;
	max-height: 280px;
}

.sp-collage--1 {
	grid-template-columns: 1fr;
	max-height: 240px;
}

.sp-collage--2 {
	grid-template-columns: 1fr 1fr;
}

.sp-collage--3 {
	grid-template-columns: 1.5fr 1fr;
	grid-template-rows: 1fr 1fr;
}

.sp-collage--3 .sp-collage__item:first-child {
	grid-row: 1 / 3;
}

.sp-collage--4 {
	grid-template-columns: 1.5fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

.sp-collage--4 .sp-collage__item:first-child {
	grid-row: 1 / 3;
}

.sp-collage__item {
	display: block;
	overflow: hidden;
	position: relative;
}

.sp-collage__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	display: block;
}

.sp-collage__item:hover img {
	transform: scale(1.05);
}

@media (max-width: 600px) {
	.sp-collage {
		max-height: 200px;
	}

	.sp-collage--3,
	.sp-collage--4 {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}

	.sp-collage--3 .sp-collage__item:first-child,
	.sp-collage--4 .sp-collage__item:first-child {
		grid-row: auto;
	}
}

/* ===== Business Details ===== */
.sp-business-details {
	background: #fff;
	border-radius: 16px;
	padding: 1.5rem;
	box-shadow: 0 4px 20px rgba(10, 77, 140, 0.1);
	margin-bottom: 1.5rem;
}

.sp-business-details__title {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 1.25rem;
}

.sp-business-details__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1rem;
}

.sp-business-details__item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.75rem;
	background: var(--wp--preset--color--light, #F0F7FF);
	border-radius: 10px;
}

.sp-business-details__icon {
	font-size: 1.3rem;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-business-details__label {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--wp--preset--color--muted, #6B7B8D);
	margin-bottom: 2px;
}

.sp-business-details__value {
	display: block;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--wp--preset--color--dark, #0B1D3A);
}

.sp-business-details__link {
	color: var(--wp--preset--color--primary, #0A4D8C);
	text-decoration: none;
}

.sp-business-details__link:hover {
	color: var(--wp--preset--color--secondary, #00B4D8);
}


.sp-business-details__map {
	margin-top: 1.25rem;
	border-radius: 12px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.sp-business-details__grid {
		grid-template-columns: 1fr;
	}
}

/* ===== Reviews ===== */
.sp-reviews {
	margin-top: 2rem;
}

.sp-reviews__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
	gap: 1rem;
}

.sp-reviews__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
}

.sp-reviews__summary {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.sp-reviews__avg {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--wp--preset--color--primary, #0A4D8C);
}

.sp-reviews__stars {
	color: #F4A940;
	font-size: 1.1rem;
	letter-spacing: 1px;
}

.sp-reviews__count {
	color: var(--wp--preset--color--muted, #6B7B8D);
	font-size: 0.9rem;
}

.sp-reviews__empty {
	text-align: center;
	color: var(--wp--preset--color--muted, #6B7B8D);
	padding: 2rem;
	background: var(--wp--preset--color--light, #F0F7FF);
	border-radius: 12px;
}

/* Review Form */
.sp-review-form {
	background: var(--wp--preset--color--light, #F0F7FF);
	border-radius: 16px;
	padding: 1.5rem;
	margin-bottom: 2rem;
}

.sp-review-form--guest,
.sp-review-form--done {
	text-align: center;
	padding: 1.5rem;
}

.sp-review-form h4 {
	margin: 0 0 1.25rem;
	font-size: 1.15rem;
	font-weight: 700;
}

.sp-review-form__field {
	margin-bottom: 1rem;
}

.sp-review-form__field label {
	display: block;
	font-weight: 600;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}

.sp-review-form__field textarea {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid #e0e8f0;
	border-radius: 8px;
	font-size: 0.95rem;
	font-family: inherit;
	resize: vertical;
	transition: border-color 0.2s;
}

.sp-review-form__field textarea:focus {
	border-color: var(--wp--preset--color--primary, #0A4D8C);
	outline: none;
}

.sp-review-form__charcount {
	display: block;
	text-align: right;
	font-size: 0.8rem;
	color: var(--wp--preset--color--muted, #6B7B8D);
	margin-top: 4px;
}

.sp-review-form__submit {
	background: var(--wp--preset--color--primary, #0A4D8C);
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.3s;
}

.sp-review-form__submit:hover {
	background: var(--wp--preset--color--secondary, #00B4D8);
}

.sp-review-form__submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Star Picker */
.sp-star-picker {
	margin-bottom: 1rem;
}

.sp-star-picker label {
	display: block;
	font-weight: 600;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}

.sp-star-picker__stars {
	display: flex;
	gap: 4px;
}

.sp-star-picker__star {
	font-size: 2rem;
	cursor: pointer;
	color: #d0d5dd;
	transition: color 0.15s, transform 0.15s;
	user-select: none;
}

.sp-star-picker__star:hover,
.sp-star-picker__star.hovered {
	color: #F4A940;
	transform: scale(1.15);
}

.sp-star-picker__star.selected {
	color: #F4A940;
}

/* Photo Upload */
.sp-photo-upload input[type="file"] {
	margin-bottom: 0.75rem;
}

.sp-photo-preview {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.sp-photo-preview__item {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 8px;
	overflow: hidden;
}

.sp-photo-preview__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sp-photo-preview__remove {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 22px;
	height: 22px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	border: none;
	border-radius: 50%;
	font-size: 0.7rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

/* Business Photo Gallery */
.sp-biz-photos {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 0.75rem;
}

.sp-biz-photos__item {
	position: relative;
	aspect-ratio: 4/3;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border-color 0.2s, transform 0.2s;
}

.sp-biz-photos__item:hover {
	transform: scale(1.03);
}

.sp-biz-photos__item--cover {
	border-color: #FFD700;
}

.sp-biz-photos__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sp-biz-photos__badge {
	position: absolute;
	top: 6px;
	left: 6px;
	background: #FFD700;
	color: #1a1a2e;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.sp-biz-photos__actions {
	position: absolute;
	top: 6px;
	right: 6px;
	display: flex;
	gap: 4px;
	opacity: 0;
	transition: opacity 0.2s;
}

.sp-biz-photos__item:hover .sp-biz-photos__actions {
	opacity: 1;
}

.sp-biz-photo-cover,
.sp-biz-photo-delete {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	line-height: 1;
}

.sp-biz-photo-cover {
	background: rgba(255,215,0,0.9);
	color: #1a1a2e;
}

.sp-biz-photo-delete {
	background: rgba(220,53,69,0.9);
	color: #fff;
	font-size: 1.1rem;
}

@media (max-width: 600px) {
	.sp-biz-photos {
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	}
}

/* Review Card */
.sp-review-card {
	background: #fff;
	border-radius: 12px;
	padding: 1.25rem;
	margin-bottom: 1rem;
	box-shadow: 0 2px 8px rgba(10, 77, 140, 0.06);
}

.sp-review-card__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 0.75rem;
	gap: 1rem;
}

.sp-review-card__user {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.sp-review-card__avatar {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.sp-review-card__user strong {
	display: block;
	font-size: 0.95rem;
}

.sp-review-card__date {
	display: block;
	font-size: 0.8rem;
	color: var(--wp--preset--color--muted, #6B7B8D);
}

.sp-review-card__rating {
	color: #F4A940;
	font-size: 1rem;
	letter-spacing: 1px;
	flex-shrink: 0;
}

.sp-review-card__text {
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--wp--preset--color--dark, #0B1D3A);
}

.sp-review-card__photos {
	display: flex;
	gap: 0.75rem;
	margin-top: 1rem;
	flex-wrap: wrap;
}

.sp-review-card__photos a {
	display: block;
	width: 120px;
	height: 90px;
	border-radius: 8px;
	overflow: hidden;
}

.sp-review-card__photos img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.sp-review-card__photos a:hover img {
	transform: scale(1.05);
}

/* Review message */
.sp-review-message--success {
	color: var(--wp--preset--color--success, #2ECC71);
	font-weight: 600;
}

.sp-review-message--error {
	color: #dc3545;
	font-weight: 600;
}

@media (max-width: 768px) {
	.sp-review-card__header {
		flex-direction: column;
	}

	.sp-review-card__photos a {
		width: 90px;
		height: 68px;
	}
}

/* ===== Search Bar ===== */
.sp-search {
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 24px;
	overflow: hidden;
	max-width: 260px;
}

.sp-search input[type="text"] {
	background: transparent;
	border: none;
	color: #fff;
	padding: 8px 14px;
	font-size: 0.85rem;
	outline: none;
	width: 100%;
	min-width: 0;
}

.sp-search input[type="text"]::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.sp-search button {
	background: transparent;
	border: none;
	padding: 8px 12px;
	cursor: pointer;
	font-size: 0.9rem;
	line-height: 1;
	flex-shrink: 0;
}

.sp-search:focus-within {
	border-color: rgba(0, 180, 216, 0.5);
	background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
	.sp-search {
		max-width: 160px;
	}
}

/* ===== Referral Card ===== */
.sp-referral-card__link-wrap {
	display: flex;
	gap: 0.5rem;
}

.sp-referral-card__input {
	flex: 1;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	color: #fff;
	padding: 8px 12px;
	font-size: 0.8rem;
	min-width: 0;
}

.sp-referral-card__copy {
	background: var(--wp--preset--color--primary, #00B4D8);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 8px 16px;
	font-weight: 600;
	font-size: 0.8rem;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s;
}

.sp-referral-card__copy:hover {
	background: #0096b4;
}

/* ===== Social Share Buttons ===== */
.sp-share {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
	margin: 1rem 0;
}

.sp-share__btn {
	display: inline-flex;
	align-items: center;
	padding: 6px 16px;
	border-radius: 20px;
	font-size: 0.82rem;
	font-weight: 600;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: opacity 0.2s;
	color: #fff !important;
}

.sp-share__btn:hover {
	opacity: 0.85;
}


.sp-share__btn--facebook {
	background: #1877F2;
}

.sp-share__btn--copy {
	background: #6b7280;
	font-family: inherit;
}

/* --- Featured / Seasonal Banner --- */
.sp-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 0.9rem 1.5rem;
	background: linear-gradient(135deg, #FFD700 0%, #F5A623 100%);
	color: #1A2B3C;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
}

.sp-banner__icon {
	font-size: 1.25rem;
	flex-shrink: 0;
}

.sp-banner__text {
	line-height: 1.4;
}

@media (max-width: 600px) {
	.sp-banner {
		font-size: 0.82rem;
		padding: 0.65rem 0.75rem;
		gap: 0.4rem;
	}
}

/* ===== Wishlist / Save for Later ===== */
.sp-wishlist-btn {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	width: 34px;
	height: 34px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(4px);
	font-size: 1.2rem;
	line-height: 1;
	color: #6B7B8D;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
	padding: 0;
}

.sp-wishlist-btn:hover {
	transform: scale(1.15);
	background: rgba(255, 255, 255, 0.95);
}

.sp-wishlist-btn--saved {
	color: #E53E3E;
}

.sp-wishlist-btn--saved:hover {
	color: #C53030;
}

/* Dashboard wishlist section */
.sp-dashboard-wishlist {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 0.75rem;
}

.sp-dashboard-wishlist__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.75rem 1rem;
	background: var(--wp--preset--color--light, #F0F7FF);
	border-radius: 8px;
	transition: background 0.2s ease;
}

.sp-dashboard-wishlist__item:hover {
	background: #e3edf8;
}

.sp-dashboard-wishlist__link {
	color: var(--wp--preset--color--primary, #0A4D8C);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem;
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sp-dashboard-wishlist__link:hover {
	color: var(--wp--preset--color--secondary, #00B4D8);
}

.sp-dashboard-wishlist__region {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	color: var(--wp--preset--color--muted, #6B7B8D);
	margin-top: 2px;
}

.sp-dashboard-wishlist__remove {
	position: static;
	width: 28px;
	height: 28px;
	font-size: 1rem;
	flex-shrink: 0;
}

.sp-dashboard-wishlist__empty {
	color: var(--wp--preset--color--muted, #6B7B8D);
	font-size: 0.9rem;
	margin: 0;
}

.sp-dashboard-wishlist__empty a {
	color: var(--wp--preset--color--primary, #0A4D8C);
}

/* ===== Review Reply (public activity page) ===== */
.sp-review-reply {
	margin-top: 1rem;
	padding: 0.85rem 1rem;
	background: #f0f7fb;
	border-left: 3px solid #00B4D8;
	border-radius: 0 8px 8px 0;
}

.sp-review-reply__header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.4rem;
	font-size: 0.85rem;
}

.sp-review-reply__header strong {
	font-size: 0.88rem;
}

.sp-review-reply__date {
	font-size: 0.78rem;
	color: var(--wp--preset--color--muted, #6B7B8D);
}

.sp-review-reply__text {
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--wp--preset--color--dark, #0B1D3A);
	margin: 0;
}

/* ===== Business Dashboard — Review Cards ===== */
.sp-biz-review {
	padding: 1rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.sp-biz-review:last-child {
	border-bottom: none;
}

.sp-biz-review__header {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-bottom: 0.35rem;
	flex-wrap: wrap;
}

.sp-biz-review__date {
	font-size: 0.78rem;
	color: var(--wp--preset--color--muted, #6B7B8D);
}

.sp-biz-review__text {
	font-size: 0.92rem;
	line-height: 1.55;
	margin: 0 0 0.75rem;
	color: var(--wp--preset--color--dark, #0B1D3A);
}

.sp-biz-review__reply-form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: flex-start;
}

.sp-biz-review__reply-form textarea {
	flex: 1 1 100%;
	min-height: 60px;
	padding: 0.6rem 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	font-family: inherit;
	font-size: 0.88rem;
	resize: vertical;
	background: #fff;
	color: var(--wp--preset--color--dark, #0B1D3A);
}

.sp-biz-review__reply-form textarea:focus {
	outline: none;
	border-color: #00B4D8;
	box-shadow: 0 0 0 2px rgba(0, 180, 216, 0.15);
}

.sp-biz-review__replied {
	font-size: 0.85rem;
	color: #27ae60;
	font-weight: 600;
}

@media (max-width: 600px) {
	.sp-biz-review__header {
		font-size: 0.88rem;
	}
}

/* ===== Last-Minute Deals ===== */

/* Deal badge on activity cards */
.sp-deal-badge {
	display: inline-block;
	background: linear-gradient(135deg, #FF6B35, #E63946);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 6px;
	transform: rotate(-3deg);
	margin-bottom: 0.5rem;
	letter-spacing: 0.02em;
	box-shadow: 0 2px 8px rgba(230, 57, 70, 0.3);
	animation: sp-deal-pulse 2s ease-in-out infinite;
}

.sp-deal-badge--inline {
	margin-bottom: 0.25rem;
	font-size: 0.7rem;
	padding: 3px 8px;
}

@keyframes sp-deal-pulse {
	0%, 100% { box-shadow: 0 2px 8px rgba(230, 57, 70, 0.3); }
	50% { box-shadow: 0 2px 16px rgba(230, 57, 70, 0.5); }
}

/* Homepage deals section */
.sp-deals-section {
	background: linear-gradient(135deg, #1a1a2e, #16213e);
	padding: 3rem 1.5rem;
	position: relative;
	overflow: hidden;
}

.sp-deals-section::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(ellipse at 30% 50%, rgba(255, 107, 53, 0.08) 0%, transparent 50%),
	            radial-gradient(ellipse at 70% 50%, rgba(230, 57, 70, 0.06) 0%, transparent 50%);
	pointer-events: none;
}

.sp-deals-section h2 {
	color: #fff;
}

/* Deal cards on homepage */
.sp-deal-card {
	display: block;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 107, 53, 0.25);
	border-radius: 12px;
	padding: 1.5rem;
	text-decoration: none;
	color: #fff;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

.sp-deal-card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 107, 53, 0.5);
	box-shadow: 0 8px 32px rgba(255, 107, 53, 0.15);
	background: rgba(255, 255, 255, 0.1);
}

.sp-deal-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #FF6B35, #E63946, #FF6B35);
}

.sp-deal-card__badge {
	display: inline-block;
	background: linear-gradient(135deg, #FF6B35, #E63946);
	color: #fff;
	font-size: 0.85rem;
	font-weight: 800;
	padding: 4px 12px;
	border-radius: 6px;
	margin-bottom: 0.75rem;
	letter-spacing: 0.03em;
}

.sp-deal-card__expires {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.1);
	padding: 3px 8px;
	border-radius: 4px;
}

.sp-deal-card__title {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 0.35rem;
	font-family: var(--wp--preset--font-family--heading);
}

.sp-deal-card__category {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 0.25rem;
}

.sp-deal-card__service {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0.75rem;
}

/* Deal price display */
.sp-deal-price {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.sp-deal-price__original {
	text-decoration: line-through;
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.9rem;
}

.sp-deal-price__new {
	font-size: 1.15rem;
	font-weight: 800;
	color: #4ADE80;
}

/* Deal price in booking flow (dark text context) */
.sp-service-option .sp-deal-price__original {
	color: #999;
}

.sp-service-option .sp-deal-price__new {
	color: #16a34a;
}

.sp-service-option--deal {
	border-color: rgba(255, 107, 53, 0.4) !important;
	background: linear-gradient(135deg, rgba(255, 107, 53, 0.04), rgba(230, 57, 70, 0.04)) !important;
}

/* Business dashboard deal card */
.sp-biz-deal {
	border-top: 3px solid #FF6B35;
}

.sp-biz-deal__active {
	background: linear-gradient(135deg, rgba(255, 107, 53, 0.06), rgba(230, 57, 70, 0.06));
	border: 1px solid rgba(255, 107, 53, 0.2);
	border-radius: 10px;
	padding: 1.25rem;
}

.sp-biz-deal__info {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

.sp-biz-deal__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #FF6B35, #E63946);
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	padding: 8px 16px;
	border-radius: 8px;
	white-space: nowrap;
	min-width: 90px;
	text-align: center;
}

.sp-biz-btn--deal {
	background: linear-gradient(135deg, #FF6B35, #E63946) !important;
	color: #fff !important;
	border: none !important;
	font-weight: 700;
}

.sp-biz-btn--deal:hover {
	opacity: 0.9;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(230, 57, 70, 0.3);
}

.sp-biz-btn--danger {
	background: #fee2e2 !important;
	color: #dc2626 !important;
	border: 1px solid #fecaca !important;
}

.sp-biz-btn--danger:hover {
	background: #fecaca !important;
}

@media (max-width: 600px) {
	.sp-deals-section {
		padding: 2rem 1rem;
	}

	.sp-deal-card {
		padding: 1.25rem;
	}

	.sp-biz-deal__info {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}
}

/* =============================================================
   COMPREHENSIVE MOBILE FIXES
   ============================================================= */

/* --- Global mobile padding & width --- */
@media (max-width: 768px) {
	/* Prevent anything from overflowing */
	body, html {
		overflow-x: hidden;
		max-width: 100vw;
	}

	/* WordPress block groups and constrained layouts need breathing room */
	.wp-block-group,
	.wp-site-blocks > * {
		max-width: 100vw;
		overflow-x: hidden;
	}

	/* All main content areas need safe side padding */
	main.wp-block-group {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}

	/* Header needs tighter padding on small screens */
	.splashpoint-header {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important;
	}

	/* Hide brand text on small screens — logo already has SPLASH CY */
	.sp-header-brand {
		display: none !important;
	}

	/* Map: reduce height on mobile and add margin */
	.sp-map-container {
		height: 280px;
		border-radius: 10px;
		margin-left: 0;
		margin-right: 0;
	}

	/* Filters bar: full width, wrap */
	.sp-filters {
		margin-left: 0;
		margin-right: 0;
		border-radius: 10px;
	}
}

@media (max-width: 480px) {
	/* Even more padding on very small phones */
	main.wp-block-group {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	/* Map even smaller on tiny screens */
	.sp-map-container {
		height: 220px;
	}

	/* Homepage sections tighter */
	.sp-homepage-section {
		padding: 1.5rem 0.75rem;
	}

	/* How it works: stack on tiny screens */
	.sp-how-it-works__grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.sp-how-it-works {
		padding: 1.5rem 0.75rem;
	}
}

/* --- Compare bar mobile --- */
@media (max-width: 768px) {
	.sp-compare-bar {
		left: 1rem;
		right: 1rem;
		transform: none;
		width: auto;
		bottom: -80px;
		border-radius: 12px;
		padding: 10px 16px;
		gap: 0.75rem;
		font-size: 0.85rem;
	}

	.sp-compare-bar.visible {
		bottom: 1rem;
	}

	.sp-compare-bar__text {
		font-size: 0.82rem;
	}

	.sp-compare-bar__btn {
		padding: 6px 14px;
		font-size: 0.8rem;
	}
}

/* --- Install banner mobile --- */
@media (max-width: 480px) {
	.sp-install-banner {
		padding: 0 0.5rem 0.5rem;
	}

	.sp-install-banner__content {
		max-width: 100%;
		padding: 12px;
		gap: 8px;
		border-radius: 12px;
	}

	.sp-install-banner__icon {
		font-size: 1.4rem;
	}

	.sp-install-banner__text strong {
		font-size: 0.85rem;
	}

	.sp-install-banner__text span {
		font-size: 0.72rem;
	}

	.sp-install-banner__btn {
		padding: 6px 14px;
		font-size: 0.8rem;
	}
}

/* --- Activity cards: ensure grid doesn't overflow on mobile --- */
@media (max-width: 600px) {
	.sp-activity-grid,
	.sp-activities-grid {
		grid-template-columns: 1fr !important;
		gap: 0.75rem;
	}

	/* Activity card actions row: wrap on mobile */
	.sp-activity-card__actions {
		flex-wrap: wrap;
		gap: 0.4rem;
	}

	/* Compare checkbox: ensure it's visible on mobile */
	.sp-compare-check {
		font-size: 0.72rem;
	}
}

/* --- Single activity page mobile fixes --- */
@media (max-width: 600px) {
	.sp-business-details {
		padding: 0;
	}

	.sp-business-details__grid {
		gap: 1rem;
	}

	/* Reviews section */
	.sp-reviews__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.sp-review-form textarea {
		font-size: 0.9rem;
	}

	/* Booking overlay: full screen on mobile */
	.sp-booking-overlay__inner {
		max-width: 100%;
		margin: 0;
		border-radius: 12px 12px 0 0;
		max-height: 90vh;
	}
}

/* --- Footer categories collapsible --- */
.sp-footer-categories__toggle {
	background: none;
	border: 1px solid rgba(255,255,255,0.2);
	color: inherit;
	cursor: pointer;
	font-size: 0.9rem;
	padding: 0.5rem 1rem;
	border-radius: 6px;
	opacity: 0.8;
	transition: opacity 0.2s;
	width: 100%;
	text-align: left;
}

.sp-footer-categories__toggle:hover {
	opacity: 1;
	border-color: rgba(255,255,255,0.4);
}

.sp-footer-categories__list {
	list-style: none;
	padding: 0;
	margin: 0.75rem 0 0;
	columns: 2;
	column-gap: 1rem;
	font-size: 0.85rem;
}

.sp-footer-categories__list li {
	margin-bottom: 0.4rem;
	break-inside: avoid;
}

.sp-footer-categories__list a {
	color: inherit;
	text-decoration: none;
	opacity: 0.7;
	transition: opacity 0.2s;
}

.sp-footer-categories__list a:hover {
	opacity: 1;
}

/* --- Footer mobile tightening --- */
@media (max-width: 600px) {
	footer.wp-block-template-part {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/* ===== Discovery Page ===== */
.sp-discovery__filters {
	background: linear-gradient(135deg, #0A4D8C 0%, #1a6bb5 100%);
	border-radius: 16px;
	padding: 2.5rem;
	color: #fff;
	margin-bottom: 2rem;
}

.sp-discovery__title {
	font-size: 1.8rem;
	margin: 0 0 0.5rem;
	color: #fff;
}

.sp-discovery__subtitle {
	opacity: 0.85;
	margin: 0 0 1.5rem;
	font-size: 1rem;
}

.sp-discovery__form-row {
	display: flex;
	gap: 1rem;
	align-items: flex-end;
}

.sp-discovery__field {
	flex: 1;
}

.sp-discovery__field label {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0.4rem;
	opacity: 0.85;
}

.sp-discovery__field select {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 8px;
	background: rgba(255,255,255,0.15);
	color: #fff;
	font-size: 0.95rem;
	appearance: auto;
}

.sp-discovery__field select option {
	color: #0B1D3A;
	background: #fff;
}

.sp-discovery__btn {
	padding: 12px 24px;
	background: #FFD700;
	color: #0B1D3A;
	border: none;
	border-radius: 8px;
	font-weight: 700;
	font-size: 0.95rem;
	cursor: pointer;
	white-space: nowrap;
	transition: transform 0.2s;
}

.sp-discovery__btn:hover {
	transform: translateY(-2px);
}

/* Plan */
.sp-discovery__plan {
	margin-bottom: 2.5rem;
}

.sp-discovery__plan-title {
	font-size: 1.5rem;
	margin: 0 0 0.25rem;
}

.sp-discovery__plan-region {
	font-size: 0.9rem;
	font-weight: 400;
	color: var(--wp--preset--color--muted, #6B7B8D);
	margin-left: 0.5rem;
}

.sp-discovery__plan-intro {
	color: var(--wp--preset--color--muted, #6B7B8D);
	margin: 0 0 1.5rem;
}

.sp-discovery__day {
	margin-bottom: 1.5rem;
	border: 1px solid #e0e8f0;
	border-radius: 12px;
	overflow: hidden;
}

.sp-discovery__day-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.75rem 1.25rem;
	background: linear-gradient(135deg, #0A4D8C, #1a6bb5);
	color: #fff;
}

.sp-discovery__day-num {
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
}

.sp-discovery__day-theme {
	font-size: 0.9rem;
	opacity: 0.85;
}

.sp-discovery__day-activities {
	display: flex;
	flex-direction: column;
}

.sp-discovery__activity {
	display: flex;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid #f0f3f6;
	transition: background 0.2s;
}

.sp-discovery__activity:last-child {
	border-bottom: none;
}

.sp-discovery__activity:hover {
	background: #f8fafc;
}

.sp-discovery__activity-accent {
	width: 6px;
	flex-shrink: 0;
	font-size: 0;
	overflow: hidden;
}

.sp-discovery__activity-body {
	padding: 0.75rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.sp-discovery__activity-body strong {
	font-size: 0.95rem;
	color: var(--wp--preset--color--dark, #0B1D3A);
}

.sp-discovery__activity-cats {
	font-size: 0.8rem;
	color: var(--wp--preset--color--muted, #6B7B8D);
}

.sp-discovery__activity-rating {
	font-size: 0.8rem;
	color: #F4A940;
}

.sp-discovery__empty {
	text-align: center;
	padding: 2rem;
	color: var(--wp--preset--color--muted, #6B7B8D);
	background: #f8fafc;
	border-radius: 12px;
}

/* Badges */
.sp-discovery__badges,
.sp-discovery__league {
	margin-bottom: 2.5rem;
}

.sp-discovery__section-title {
	font-size: 1.5rem;
	margin: 0 0 0.25rem;
}

.sp-discovery__section-sub {
	color: var(--wp--preset--color--muted, #6B7B8D);
	margin: 0 0 1.25rem;
}

.sp-discovery__badge-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 0.75rem;
}

.sp-discovery__badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.3rem;
	padding: 1rem 0.5rem;
	border-radius: 12px;
	text-align: center;
	position: relative;
	border: 2px solid #e0e8f0;
	transition: transform 0.2s;
}

.sp-discovery__badge:hover {
	transform: translateY(-2px);
}

.sp-discovery__badge--unlocked {
	border-color: #FFD700;
	background: linear-gradient(135deg, #fffef5, #fff9e0);
}

.sp-discovery__badge--locked {
	opacity: 0.5;
	filter: grayscale(0.5);
}

.sp-discovery__badge-icon {
	font-size: 2rem;
}

.sp-discovery__badge-name {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--wp--preset--color--dark, #0B1D3A);
}

.sp-discovery__badge-xp {
	font-size: 0.7rem;
	color: var(--wp--preset--color--muted, #6B7B8D);
}

.sp-discovery__badge-premium {
	position: absolute;
	top: 4px;
	right: 6px;
	color: #FFD700;
	font-size: 0.7rem;
}

/* Mobile discovery */
@media (max-width: 600px) {
	.sp-discovery__filters {
		padding: 1.5rem 1rem;
	}

	.sp-discovery__title {
		font-size: 1.3rem;
	}

	.sp-discovery__form-row {
		flex-direction: column;
	}

	.sp-discovery__btn {
		width: 100%;
		text-align: center;
	}

	.sp-discovery__badge-grid {
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
		gap: 0.5rem;
	}

	.sp-discovery__badge {
		padding: 0.75rem 0.25rem;
	}

	.sp-discovery__badge-icon {
		font-size: 1.5rem;
	}
}

/* ===== Discovery Page — Vibrant Refresh ===== */
.sp-discovery__filters {
	background: linear-gradient(135deg, #0A4D8C 0%, #1E90C7 45%, #00BFA5 100%);
	position: relative;
	overflow: hidden;
}
.sp-discovery__filters::before {
	content: '';
	position: absolute;
	top: -60px;
	right: -60px;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(255,215,0,0.25), transparent 70%);
	pointer-events: none;
}
.sp-discovery__filters::after {
	content: '';
	position: absolute;
	bottom: -80px;
	left: -40px;
	width: 260px;
	height: 260px;
	background: radial-gradient(circle, rgba(255,105,97,0.18), transparent 70%);
	pointer-events: none;
}
.sp-discovery__title,
.sp-discovery__subtitle,
.sp-discovery__form {
	position: relative;
	z-index: 1;
}

/* Map container */
.sp-discovery__map {
	width: 100%;
	height: 420px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(10, 77, 140, 0.15);
	margin-bottom: 0.75rem;
	border: 3px solid #fff;
}
.sp-discovery__map--large {
	height: 640px;
}

/* Treasure-map SVG (Cyprus) */
.sp-discovery__treasure-map {
	width: 100%;
	margin: 0 0 1.25rem;
	padding: 0.5rem;
	background: #f7ecd0;
	border: 6px double #6b4e1e;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(107, 78, 30, 0.25);
	position: relative;
	overflow: hidden;
	line-height: 0;
}
.sp-discovery__treasure-svg {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	aspect-ratio: 1000 / 620;
	min-height: 340px;
}
.sp-discovery__treasure-pin {
	cursor: pointer;
	transition: transform 0.18s ease;
	transform-origin: center;
	transform-box: fill-box;
}
.sp-discovery__treasure-pin:hover {
	transform: translateY(-3px) scale(1.08);
}
.sp-discovery__treasure-pin:hover circle:first-of-type + circle {
	filter: brightness(1.1);
}
.sp-discovery__treasure-pin text {
	pointer-events: none;
	user-select: none;
}

@media (max-width: 600px) {
	.sp-discovery__treasure-map {
		padding: 0.35rem;
		border-width: 4px;
	}
	.sp-discovery__treasure-svg {
		min-height: 240px;
	}
}

/* Numbered circular activity buttons (replaces old day legend) */
.sp-discovery__activity-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.1rem;
	justify-content: center;
	align-items: flex-start;
	margin: 0 0 1.75rem;
	padding: 1rem 0.75rem 1.25rem;
}
.sp-discovery__act-btn {
	--sp-act-color: #0A4D8C;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.4rem;
	width: 112px;
	text-decoration: none;
	color: #0B1D3A;
	transition: transform 0.18s ease;
}
.sp-discovery__act-btn:hover {
	transform: translateY(-3px);
	text-decoration: none;
}
.sp-discovery__act-btn-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--sp-act-color);
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5rem;
	font-weight: 700;
	border: 4px solid #fff;
	box-shadow:
		0 4px 12px rgba(10, 29, 58, 0.18),
		0 0 0 2px var(--sp-act-color);
	flex-shrink: 0;
}
.sp-discovery__act-btn:hover .sp-discovery__act-btn-num {
	box-shadow:
		0 8px 18px rgba(10, 29, 58, 0.28),
		0 0 0 2px var(--sp-act-color);
	filter: brightness(1.06);
}
.sp-discovery__act-btn-name {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	color: #0B1D3A;
	width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
	margin-top: 0.15rem;
}
.sp-discovery__act-btn-day {
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--sp-act-color);
	opacity: 0.9;
	margin-top: 0.1rem;
}
@media (max-width: 600px) {
	.sp-discovery__activity-buttons {
		gap: 0.85rem 0.5rem;
		padding: 0.85rem 0.25rem 1rem;
	}
	.sp-discovery__act-btn {
		width: 90px;
		gap: 0.3rem;
	}
	.sp-discovery__act-btn-num {
		width: 54px;
		height: 54px;
		font-size: 1.25rem;
	}
	.sp-discovery__act-btn-name {
		font-size: 0.7rem;
	}
}

/* Day cards — use day colour as accent */
.sp-discovery__day {
	border: 2px solid;
	box-shadow: 0 4px 14px rgba(10, 77, 140, 0.08);
}
.sp-discovery__day-header {
	background: linear-gradient(135deg, currentColor, currentColor);
	color: #fff;
	padding: 0.85rem 1.25rem;
}
.sp-discovery__activity {
	align-items: center;
	gap: 0.75rem;
	padding: 0.85rem 1rem;
}
.sp-discovery__activity-num {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 800;
	font-size: 0.95rem;
	box-shadow: 0 3px 8px rgba(0,0,0,0.18);
	border: 2px solid #fff;
}
.sp-discovery__activity-body {
	flex: 1;
	padding: 0;
}
.sp-discovery__activity-meta {
	display: flex;
	gap: 0.6rem;
	flex-wrap: wrap;
	font-size: 0.78rem;
	color: #6B7B8D;
}
.sp-discovery__activity-meta span {
	display: inline-flex;
	align-items: center;
}
.sp-discovery__activity-footer {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	margin-top: 0.2rem;
}
.sp-discovery__activity-price {
	font-size: 0.8rem;
	font-weight: 700;
	color: #00BFA5;
}
.sp-discovery__activity-arrow {
	color: #C5CFD9;
	font-size: 1.2rem;
	padding-right: 0.25rem;
	transition: transform 0.2s, color 0.2s;
}
.sp-discovery__activity:hover .sp-discovery__activity-arrow {
	color: #0A4D8C;
	transform: translateX(4px);
}

/* Top 3 podium teaser on Discovery */
.sp-discovery__podium {
	margin-top: 3rem;
	padding: 2rem 1.5rem;
	background: linear-gradient(135deg, #FFFBEB 0%, #FFF5E0 100%);
	border-radius: 20px;
	border: 2px solid #FFE380;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.sp-discovery__podium::before {
	content: '';
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(255,215,0,0.3), transparent 70%);
	pointer-events: none;
}
.sp-discovery__podium-head {
	position: relative;
	z-index: 1;
	margin-bottom: 1.5rem;
}
.sp-discovery__podium-title {
	font-size: 1.6rem;
	margin: 0 0 0.25rem;
	color: #0B1D3A;
}
.sp-discovery__podium-sub {
	margin: 0;
	color: #6B7B8D;
	font-size: 0.9rem;
}
.sp-discovery__podium-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	max-width: 700px;
	margin: 0 auto 1.5rem;
	position: relative;
	z-index: 1;
}
.sp-discovery__podium-card {
	background: #fff;
	border: 3px solid;
	border-radius: 16px;
	padding: 1.25rem 0.75rem;
	text-align: center;
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
	transition: transform 0.25s;
}
.sp-discovery__podium-card:hover {
	transform: translateY(-4px);
}
.sp-discovery__podium-card--1 {
	transform: scale(1.05);
}
.sp-discovery__podium-card--1:hover {
	transform: scale(1.05) translateY(-4px);
}
.sp-discovery__podium-medal {
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 0.25rem;
}
.sp-discovery__podium-avatar {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	margin: 0 auto 0.5rem;
	border: 3px solid #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.sp-discovery__podium-name {
	font-weight: 700;
	font-size: 0.9rem;
	color: #0B1D3A;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sp-discovery__podium-level {
	font-size: 0.72rem;
	color: #6B7B8D;
	margin-top: 0.15rem;
}
.sp-discovery__podium-xp {
	margin-top: 0.35rem;
	font-weight: 800;
	color: #0A4D8C;
	font-size: 1rem;
}
.sp-discovery__podium-xp span {
	font-size: 0.7rem;
	font-weight: 600;
	color: #6B7B8D;
}
.sp-discovery__podium-cta {
	display: inline-block;
	padding: 0.75rem 1.75rem;
	background: linear-gradient(135deg, #0A4D8C, #1E90C7);
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	font-weight: 700;
	font-size: 0.9rem;
	box-shadow: 0 4px 14px rgba(10,77,140,0.3);
	transition: transform 0.2s;
	position: relative;
	z-index: 1;
}
.sp-discovery__podium-cta:hover {
	transform: translateY(-2px);
}

@media (max-width: 600px) {
	.sp-discovery__map { height: 320px; }
	.sp-discovery__map--large { height: 440px; }
	.sp-discovery__podium-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 0.5rem;
	}
	.sp-discovery__podium-card {
		padding: 0.85rem 0.4rem;
	}
	.sp-discovery__podium-card--1 {
		transform: scale(1.03);
	}
	.sp-discovery__podium-avatar {
		width: 42px;
		height: 42px;
		font-size: 1.2rem;
	}
	.sp-discovery__podium-medal {
		font-size: 1.5rem;
	}
	.sp-discovery__podium-name {
		font-size: 0.75rem;
	}
	.sp-discovery__podium-xp {
		font-size: 0.85rem;
	}
	.sp-discovery__activity-num {
		width: 28px;
		height: 28px;
		font-size: 0.8rem;
	}
}

/* ===== League Hub Page ===== */
.sp-league-hub {
	color: #0B1D3A;
}
.sp-league-hub__hero {
	background: linear-gradient(135deg, #0A4D8C 0%, #1E90C7 50%, #6A1B9A 100%);
	border-radius: 20px;
	padding: 3rem 2rem;
	text-align: center;
	color: #fff;
	margin-bottom: 2.5rem;
	position: relative;
	overflow: hidden;
}
.sp-league-hub__hero-deco {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(255,215,0,0.25), transparent 40%),
		radial-gradient(circle at 85% 80%, rgba(255,105,97,0.25), transparent 45%);
	pointer-events: none;
}
.sp-league-hub__hero-inner {
	position: relative;
	z-index: 1;
}
.sp-league-hub__hero-icon {
	font-size: 3rem;
	display: block;
	margin-bottom: 0.5rem;
}
.sp-league-hub__hero-title {
	font-size: 2.2rem;
	margin: 0 0 0.5rem;
	color: #fff;
}
.sp-league-hub__hero-sub {
	margin: 0;
	opacity: 0.9;
	font-size: 1rem;
}
.sp-league-hub__xp-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1.25rem;
	padding: 0.6rem 1.25rem;
	background: rgba(255,255,255,0.15);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(255,255,255,0.25);
	border-radius: 30px;
	font-size: 0.95rem;
}
.sp-league-hub__xp-pill strong {
	font-size: 1.1rem;
	color: #FFD700;
}

/* Podium (large version) */
.sp-league-hub__podium {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	max-width: 780px;
	margin: 0 auto 3rem;
	align-items: end;
}
.sp-league-hub__podium-card {
	background: #fff;
	border-radius: 16px;
	padding: 1.5rem 1rem 1rem;
	text-align: center;
	box-shadow: 0 8px 24px rgba(0,0,0,0.1);
	position: relative;
	overflow: hidden;
	transition: transform 0.25s;
}
.sp-league-hub__podium-card:hover {
	transform: translateY(-4px);
}
.sp-league-hub__podium-card--1 {
	transform: scale(1.08);
	border: 3px solid #FFD700;
	background: linear-gradient(180deg, #FFFBE0, #fff);
}
.sp-league-hub__podium-card--1:hover {
	transform: scale(1.08) translateY(-4px);
}
.sp-league-hub__podium-card--2 {
	border: 3px solid #C0C0C0;
	background: linear-gradient(180deg, #F7F7F7, #fff);
}
.sp-league-hub__podium-card--3 {
	border: 3px solid #CD7F32;
	background: linear-gradient(180deg, #FFF3E0, #fff);
}
.sp-league-hub__podium-medal {
	font-size: 2.3rem;
	line-height: 1;
}
.sp-league-hub__podium-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	margin: 0.5rem auto;
	border: 3px solid #fff;
	box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}
.sp-league-hub__podium-name {
	font-weight: 700;
	font-size: 1rem;
	color: #0B1D3A;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sp-league-hub__podium-level {
	font-size: 0.75rem;
	color: #6B7B8D;
	margin-top: 0.2rem;
}
.sp-league-hub__podium-xp {
	margin-top: 0.5rem;
	font-weight: 800;
	color: #0A4D8C;
	font-size: 1.2rem;
}
.sp-league-hub__podium-xp span {
	font-size: 0.75rem;
	color: #6B7B8D;
}
.sp-league-hub__podium-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
}

/* Sections */
.sp-league-hub__section {
	margin-bottom: 3rem;
}
.sp-league-hub__section-title {
	font-size: 1.5rem;
	margin: 0 0 0.25rem;
}
.sp-league-hub__section-sub {
	color: #6B7B8D;
	margin: 0 0 1.25rem;
}
.sp-league-hub__empty {
	text-align: center;
	padding: 2rem;
	background: #f8fafc;
	border-radius: 12px;
	color: #6B7B8D;
}

/* Full leaderboard list */
.sp-league-hub__league-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.sp-league-hub__row {
	display: flex;
	align-items: center;
	gap: 1rem;
	background: #fff;
	border: 1px solid #e7eef5;
	border-radius: 12px;
	padding: 0.75rem 1rem;
	transition: transform 0.2s, box-shadow 0.2s;
}
.sp-league-hub__row:hover {
	transform: translateX(3px);
	box-shadow: 0 4px 12px rgba(10, 77, 140, 0.08);
}
.sp-league-hub__row--top {
	border-width: 2px;
	background: linear-gradient(90deg, #FFFBE0, #fff);
}
.sp-league-hub__rank {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #f0f5fa;
	color: #6B7B8D;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 1rem;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.sp-league-hub__row--top .sp-league-hub__rank {
	font-size: 1.35rem;
	color: #0B1D3A;
}
.sp-league-hub__row-info {
	flex: 1;
	min-width: 0;
}
.sp-league-hub__row-name {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 700;
	color: #0B1D3A;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sp-league-hub__row-icon {
	font-size: 1.15rem;
}
.sp-league-hub__row-level {
	font-size: 0.78rem;
	color: #6B7B8D;
	margin-top: 0.15rem;
}
.sp-league-hub__row-xp {
	text-align: right;
	flex-shrink: 0;
}
.sp-league-hub__row-xp-num {
	display: block;
	font-weight: 800;
	font-size: 1.1rem;
	color: #0A4D8C;
	line-height: 1;
}
.sp-league-hub__row-xp-label {
	font-size: 0.7rem;
	color: #6B7B8D;
	font-weight: 600;
}

/* Badges grid */
.sp-league-hub__badge-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 1rem;
}
.sp-league-hub__badge {
	background: #fff;
	border: 2px solid #e7eef5;
	border-radius: 16px;
	padding: 1.25rem 0.75rem 1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: transform 0.25s, box-shadow 0.25s;
}
.sp-league-hub__badge:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(10,77,140,0.1);
}
.sp-league-hub__badge--unlocked {
	border-color: #FFD700;
	background: linear-gradient(135deg, #FFFBE0 0%, #fff 60%);
}
.sp-league-hub__badge--locked {
	opacity: 0.55;
	filter: grayscale(0.7);
}
.sp-league-hub__badge-icon-wrap {
	position: relative;
	display: inline-block;
	margin-bottom: 0.35rem;
}
.sp-league-hub__badge-icon {
	font-size: 2.2rem;
}
.sp-league-hub__badge-check {
	position: absolute;
	top: -4px;
	right: -8px;
	width: 20px;
	height: 20px;
	background: #00BFA5;
	color: #fff;
	border-radius: 50%;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
}
.sp-league-hub__badge-name {
	font-weight: 700;
	font-size: 0.88rem;
	color: #0B1D3A;
}
.sp-league-hub__badge-xp {
	font-size: 0.75rem;
	color: #6B7B8D;
	margin-top: 0.15rem;
}
.sp-league-hub__badge-premium {
	margin-top: 0.35rem;
	font-size: 0.68rem;
	color: #FFD700;
	font-weight: 700;
	background: rgba(255,215,0,0.15);
	padding: 2px 8px;
	border-radius: 10px;
	display: inline-block;
}
.sp-league-hub__badge-bar {
	margin-top: 0.75rem;
	height: 4px;
	background: #f0f5fa;
	border-radius: 4px;
	overflow: hidden;
}
.sp-league-hub__badge-bar-fill {
	height: 100%;
	background: linear-gradient(90deg, #0A4D8C, #FFD700);
	transition: width 0.5s;
}

/* How to earn */
.sp-league-hub__howto {
	background: linear-gradient(135deg, #0A4D8C 0%, #00BFA5 100%);
	border-radius: 20px;
	padding: 2rem;
	color: #fff;
	text-align: center;
}
.sp-league-hub__howto h3 {
	color: #fff;
	margin: 0 0 1.25rem;
	font-size: 1.35rem;
}
.sp-league-hub__howto-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
.sp-league-hub__howto-item {
	background: rgba(255,255,255,0.12);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 14px;
	padding: 1rem 0.75rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.3rem;
}
.sp-league-hub__howto-emoji {
	font-size: 1.8rem;
}
.sp-league-hub__howto-item strong {
	color: #FFD700;
	font-size: 1.1rem;
}
.sp-league-hub__howto-item span {
	font-size: 0.82rem;
	opacity: 0.9;
}

/* Mobile league hub */
@media (max-width: 600px) {
	.sp-league-hub__hero {
		padding: 2rem 1.25rem;
	}
	.sp-league-hub__hero-title {
		font-size: 1.55rem;
	}
	.sp-league-hub__hero-icon {
		font-size: 2.3rem;
	}
	.sp-league-hub__podium {
		gap: 0.5rem;
	}
	.sp-league-hub__podium-card {
		padding: 1rem 0.5rem 0.75rem;
	}
	.sp-league-hub__podium-card--1 {
		transform: scale(1.05);
	}
	.sp-league-hub__podium-avatar {
		width: 46px;
		height: 46px;
		font-size: 1.3rem;
	}
	.sp-league-hub__podium-medal {
		font-size: 1.65rem;
	}
	.sp-league-hub__podium-name {
		font-size: 0.78rem;
	}
	.sp-league-hub__podium-xp {
		font-size: 0.95rem;
	}
	.sp-league-hub__rank {
		width: 38px;
		height: 38px;
		font-size: 0.85rem;
	}
	.sp-league-hub__row--top .sp-league-hub__rank {
		font-size: 1.1rem;
	}
	.sp-league-hub__badge-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.6rem;
	}
	.sp-league-hub__howto-grid {
		grid-template-columns: 1fr;
		gap: 0.6rem;
	}
}

/* ==========================================================================
   Active Bookings bar (customer dashboard)
   ========================================================================== */

.sp-active-bookings-card {
	background: #ffffff;
	border: 1px solid #e4ecf5;
	border-radius: 16px;
	padding: 1.5rem 1.75rem;
	margin-bottom: 1.75rem;
	box-shadow: 0 2px 12px rgba(15, 70, 130, 0.05);
}

.sp-active-bookings-card__title {
	margin: 0 0 0.25rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: #0a1a2e;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.sp-active-bookings-card__subtitle {
	margin: 0 0 1.25rem;
	font-size: 0.9rem;
	color: #6b7a8f;
}

.sp-active-bookings {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

.sp-active-booking {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.15rem;
	background: linear-gradient(135deg, #f7fbff, #eef6ff);
	border: 1px solid #dce8f5;
	border-radius: 12px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.sp-active-booking:hover {
	box-shadow: 0 6px 18px rgba(15, 70, 130, 0.08);
	transform: translateY(-1px);
}

.sp-active-booking__main {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	flex: 1 1 auto;
	min-width: 0;
}

.sp-active-booking__icon {
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, #0077b6, #00b4d8);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	font-weight: 700;
	box-shadow: 0 3px 10px rgba(0, 119, 182, 0.25);
}

.sp-active-booking__info {
	min-width: 0;
	flex: 1 1 auto;
}

.sp-active-booking__name {
	font-size: 1rem;
	font-weight: 700;
	color: #0a1a2e;
	margin: 0 0 0.15rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sp-active-booking__meta {
	font-size: 0.82rem;
	color: #556577;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.75rem;
}

.sp-active-booking__meta span {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.sp-active-booking__amount {
	font-size: 0.95rem;
	font-weight: 700;
	color: #0077b6;
	white-space: nowrap;
}

.sp-active-booking__actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
}

.sp-active-booking__btn {
	appearance: none;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 0.55rem 0.95rem;
	font-size: 0.82rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
	line-height: 1;
	white-space: nowrap;
}

.sp-active-booking__btn--contact {
	background: #ffffff;
	color: #0077b6;
	border-color: #cfe2f3;
}

.sp-active-booking__btn--contact:hover {
	background: #eaf4ff;
	border-color: #0077b6;
}

.sp-active-booking__btn--cancel {
	background: #fff1f1;
	color: #c0392b;
	border-color: #f6c8c3;
}

.sp-active-booking__btn--cancel:hover {
	background: #ffe3e0;
	border-color: #c0392b;
}

.sp-active-booking__btn--primary {
	background: #0077b6;
	color: #ffffff;
}

.sp-active-booking__btn--primary:hover {
	background: #005d8f;
}

.sp-active-booking__btn--danger {
	background: #c0392b;
	color: #ffffff;
}

.sp-active-booking__btn--danger:hover {
	background: #992b20;
}

.sp-active-booking__btn--ghost {
	background: transparent;
	color: #6b7a8f;
	border-color: #d7dee8;
}

.sp-active-booking__btn--ghost:hover {
	background: #f2f5fa;
}

.sp-active-booking__locked {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	font-size: 0.78rem;
	color: #8a94a3;
	padding: 0.5rem 0.75rem;
	background: #f2f5fa;
	border-radius: 8px;
}

.sp-active-bookings__empty {
	padding: 1.25rem;
	text-align: center;
	color: #6b7a8f;
	font-size: 0.9rem;
	background: #f7fbff;
	border-radius: 12px;
	border: 1px dashed #d6e3f2;
}

/* ==========================================================================
   Active Bookings modals (cancel / contact)
   ========================================================================== */

.sp-ab-modal[hidden] {
	display: none !important;
}

.sp-ab-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.sp-ab-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 26, 46, 0.55);
	backdrop-filter: blur(2px);
}

.sp-ab-modal__box {
	position: relative;
	width: 100%;
	max-width: 460px;
	background: #ffffff;
	border-radius: 16px;
	padding: 1.75rem;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	animation: sp-ab-modal-in 0.18s ease-out;
}

@keyframes sp-ab-modal-in {
	from {
		opacity: 0;
		transform: translateY(10px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.sp-ab-modal__close {
	position: absolute;
	top: 0.75rem;
	right: 0.85rem;
	width: 32px;
	height: 32px;
	border: none;
	background: transparent;
	font-size: 1.4rem;
	line-height: 1;
	color: #8a94a3;
	cursor: pointer;
	border-radius: 8px;
	transition: background 0.15s ease, color 0.15s ease;
}

.sp-ab-modal__close:hover {
	background: #f2f5fa;
	color: #0a1a2e;
}

.sp-ab-modal__title {
	margin: 0 0 0.4rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: #0a1a2e;
}

.sp-ab-modal__body {
	font-size: 0.92rem;
	color: #556577;
	line-height: 1.55;
	margin: 0 0 1.1rem;
}

.sp-ab-modal__body strong {
	color: #0a1a2e;
}

.sp-ab-modal__textarea {
	width: 100%;
	min-height: 120px;
	padding: 0.75rem 0.9rem;
	border: 1px solid #dce4ef;
	border-radius: 10px;
	font-size: 0.92rem;
	font-family: inherit;
	color: #0a1a2e;
	resize: vertical;
	margin-bottom: 0.9rem;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
	box-sizing: border-box;
}

.sp-ab-modal__textarea:focus {
	outline: none;
	border-color: #0077b6;
	box-shadow: 0 0 0 3px rgba(0, 119, 182, 0.15);
}

.sp-ab-modal__msg {
	margin: 0 0 0.75rem;
	padding: 0.6rem 0.85rem;
	border-radius: 8px;
	font-size: 0.86rem;
	display: none;
}

.sp-ab-modal__msg.is-visible {
	display: block;
}

.sp-ab-modal__msg--ok {
	background: #e8f7ee;
	color: #256b3f;
	border: 1px solid #c3e9d0;
}

.sp-ab-modal__msg--err {
	background: #fff1f1;
	color: #a82619;
	border: 1px solid #f6c8c3;
}

.sp-ab-modal__actions {
	display: flex;
	justify-content: flex-end;
	gap: 0.6rem;
}

.sp-ab-modal__actions .sp-active-booking__btn {
	padding: 0.7rem 1.2rem;
	font-size: 0.88rem;
}

/* Mobile */
@media (max-width: 640px) {
	.sp-active-bookings-card {
		padding: 1.15rem 1rem;
	}
	.sp-active-booking {
		flex-direction: column;
		align-items: stretch;
		gap: 0.8rem;
		padding: 0.95rem 1rem;
	}
	.sp-active-booking__main {
		width: 100%;
	}
	.sp-active-booking__name {
		white-space: normal;
	}
	.sp-active-booking__actions {
		width: 100%;
		justify-content: flex-end;
		flex-wrap: wrap;
	}
	.sp-active-booking__btn {
		flex: 1 1 auto;
		text-align: center;
	}
	.sp-ab-modal__box {
		padding: 1.35rem;
	}
}
