/**
 * City Pages – Styles
 *
 * Loaded ONLY on city pages and hub pages via conditional wp_enqueue_style.
 * Scoped to .showbiz-city-* and .showbiz-hub-* classes.
 */

/* ---------- Hide duplicate page titles ---------- */
.page-header .entry-title {
	display: none;
}

/* H1 accessibile ma visivamente nascosto — screen-reader safe, tollerato da Google */
h1.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ---------- Fix header: white-on-white text ---------- */
/* The Elementor header uses --e-global-color-secondary (#FFF) for text,
   designed for dark backgrounds. On city pages (default template) the
   background is white, so we override to dark text. */
.elementor-location-header .elementor-heading-title {
	color: var(--showbiz-primary) !important;
}

.elementor-location-header .elementor-nav-menu--main .elementor-item {
	color: var(--showbiz-primary) !important;
	fill: var(--showbiz-primary) !important;
}

.elementor-location-header .elementor-nav-menu--main .elementor-item:hover,
.elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-location-header .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-location-header .elementor-nav-menu--main .elementor-item:focus {
	color: var(--showbiz-accent) !important;
	fill: var(--showbiz-accent) !important;
}

.elementor-location-header .elementor-button {
	border-color: var(--showbiz-primary) !important;
	color: var(--showbiz-primary) !important;
}

.elementor-location-header .elementor-button:hover,
.elementor-location-header .elementor-button:focus {
	background-color: var(--showbiz-primary) !important;
	color: #fff !important;
}

.elementor-location-header .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-location-header .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
	background-color: var(--showbiz-accent) !important;
}

.elementor-location-header .wpml-ls-legacy-dropdown a {
	border-color: var(--showbiz-primary) !important;
}

/* ---------- Fix sticky bar (#menuhopin): white text on dark background ---------- */
/* The rules above force dark text for the white-bg top header, but the
   sticky bottom bar has a black background and needs white text. */
#menuhopin .elementor-heading-title,
#menuhopin .elementor-heading-title a {
	color: #fff !important;
}

#menuhopin .elementor-nav-menu--main .elementor-item {
	color: #fff !important;
	fill: #fff !important;
}

#menuhopin .elementor-nav-menu--main .elementor-item:hover,
#menuhopin .elementor-nav-menu--main .elementor-item.elementor-item-active,
#menuhopin .elementor-nav-menu--main .elementor-item.highlighted,
#menuhopin .elementor-nav-menu--main .elementor-item:focus {
	color: #fff !important;
	fill: #fff !important;
}

#menuhopin .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
#menuhopin .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
	background-color: transparent !important;
}

#menuhopin .elementor-button {
	border-color: #fff !important;
	color: #fff !important;
}

#menuhopin .elementor-button:hover,
#menuhopin .elementor-button:focus {
	background-color: #fff !important;
	color: var(--showbiz-primary) !important;
}

#menuhopin .wpml-ls-legacy-dropdown a {
	border-color: #fff !important;
	color: #fff !important;
}

/* Ensure header is not positioned over content */
.elementor-location-header {
	position: relative !important;
	background: #fff;
	border-bottom: 1px solid var(--showbiz-border);
}

.elementor-location-header #colonnaheader {
	position: relative !important;
}

/* ---------- Variables ---------- */
:root {
	--showbiz-primary: #1a1a2e;
	--showbiz-accent: #e94560;
	--showbiz-accent-hover: #c73b52;
	--showbiz-bg: #f8f9fa;
	--showbiz-card-bg: #ffffff;
	--showbiz-text: #333333;
	--showbiz-text-light: #666666;
	--showbiz-border: #e0e0e0;
	--showbiz-radius: 8px;
	--showbiz-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	--showbiz-shadow-hover: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* ---------- Hero Section ---------- */
.showbiz-city-hero {
	padding: 40px 20px 32px;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.showbiz-city-breadcrumb {
	font-size: 14px;
	color: var(--showbiz-text-light);
	margin-bottom: 20px;
}

.showbiz-city-breadcrumb a {
	color: var(--showbiz-text-light);
	text-decoration: none;
}

.showbiz-city-breadcrumb a:hover {
	color: var(--showbiz-accent);
	text-decoration: underline;
}

.showbiz-city-breadcrumb .sep {
	margin: 0 8px;
}

.showbiz-city-h1 {
	font-size: 36px;
	font-weight: 700;
	color: var(--showbiz-primary);
	margin: 0 0 16px;
	line-height: 1.2;
}

.showbiz-city-badge {
	display: inline-block;
	background: var(--showbiz-accent);
	color: #fff;
	padding: 6px 16px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 16px;
}

.showbiz-city-intro {
	font-size: 18px;
	color: var(--showbiz-text-light);
	line-height: 1.6;
	max-width: 700px;
	margin: 0 auto;
}

/* ---------- Content Section ---------- */
.showbiz-city-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 24px 20px 32px;
}

.showbiz-city-content p {
	font-size: 16px;
	line-height: 1.7;
	color: var(--showbiz-text);
	margin: 0 0 16px;
}

.showbiz-city-content p:last-child {
	margin-bottom: 0;
}

/* ---------- Grid Section ---------- */
.showbiz-city-grid-section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 32px 20px;
}

.showbiz-city-grid-section h2 {
	font-size: 28px;
	font-weight: 700;
	color: var(--showbiz-primary);
	margin: 0 0 24px;
	text-align: center;
}

.showbiz-city-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

/* Variante 3 colonne */
.showbiz-city-grid.showbiz-grid-3col {
	grid-template-columns: repeat(3, 1fr);
}

/* Pulsante "Vedi tutti" */
.showbiz-btn-more {
	display: inline-block;
	padding: 12px 32px;
	background: var(--showbiz-primary, #1a1a1a);
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	border-radius: 4px;
	transition: background .2s;
}
.showbiz-btn-more:hover {
	background: var(--showbiz-accent, #c00);
}

/* Category grid su pagine Elementor: reset margini */
.showbiz-category-grid-section {
	margin-top: 40px;
	border-top: 1px solid #eee;
	padding-top: 32px;
}

.showbiz-city-regional-title {
	font-size: 22px;
	font-weight: 600;
	color: var(--showbiz-text-light);
	margin: 40px 0 20px;
	text-align: center;
}

.showbiz-city-empty {
	text-align: center;
	color: var(--showbiz-text-light);
	font-size: 16px;
	padding: 40px 0;
}

/* ---------- Model Card ---------- */
.showbiz-model-card {
	background: var(--showbiz-card-bg);
	border-radius: var(--showbiz-radius);
	overflow: hidden;
	box-shadow: var(--showbiz-shadow);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.showbiz-model-card:hover {
	box-shadow: var(--showbiz-shadow-hover);
	transform: translateY(-2px);
}

.showbiz-model-card-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.showbiz-model-card-image {
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: var(--showbiz-bg);
}

.showbiz-model-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.showbiz-model-card-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
}

.showbiz-model-card-placeholder span {
	font-size: 48px;
	font-weight: 700;
	color: var(--showbiz-border);
}

.showbiz-model-card-info {
	padding: 12px 14px;
}

.showbiz-model-card-name {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: var(--showbiz-primary);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.showbiz-model-card-meta {
	display: block;
	font-size: 13px;
	color: var(--showbiz-text-light);
	margin-top: 2px;
}

/* ---------- Pagination ---------- */
.showbiz-city-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 32px 0 0;
}

.showbiz-city-pagination a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: var(--showbiz-radius);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	color: var(--showbiz-text);
	background: var(--showbiz-card-bg);
	border: 1px solid var(--showbiz-border);
	transition: border-color 0.2s ease, color 0.2s ease;
}

.showbiz-city-pagination a:hover {
	border-color: var(--showbiz-accent);
	color: var(--showbiz-accent);
}

.showbiz-city-pagination a.active {
	background: var(--showbiz-accent);
	color: #fff;
	border-color: var(--showbiz-accent);
}

/* ---------- FAQ Section ---------- */
.showbiz-city-faq {
	max-width: 800px;
	margin: 0 auto;
	padding: 32px 20px;
}

.showbiz-city-faq h2 {
	font-size: 28px;
	font-weight: 700;
	color: var(--showbiz-primary);
	margin: 0 0 24px;
	text-align: center;
}

.showbiz-faq-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.showbiz-faq-item {
	background: var(--showbiz-card-bg);
	border: 1px solid var(--showbiz-border);
	border-radius: var(--showbiz-radius);
	overflow: hidden;
}

.showbiz-faq-question {
	padding: 16px 20px;
	font-size: 16px;
	font-weight: 600;
	color: var(--showbiz-primary);
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.showbiz-faq-question::-webkit-details-marker {
	display: none;
}

.showbiz-faq-question::after {
	content: '+';
	font-size: 20px;
	font-weight: 300;
	color: var(--showbiz-text-light);
	flex-shrink: 0;
	margin-left: 12px;
	transition: transform 0.2s ease;
}

details[open] .showbiz-faq-question::after {
	content: '\2212';
}

.showbiz-faq-answer {
	padding: 0 20px 16px;
}

.showbiz-faq-answer p {
	font-size: 15px;
	line-height: 1.6;
	color: var(--showbiz-text);
	margin: 0;
}

/* ---------- CTA Section ---------- */
.showbiz-city-cta {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px;
	text-align: center;
	background: var(--showbiz-bg);
	border-radius: var(--showbiz-radius);
}

.showbiz-city-cta h2 {
	font-size: 28px;
	font-weight: 700;
	color: var(--showbiz-primary);
	margin: 0 0 12px;
}

.showbiz-city-cta p {
	font-size: 16px;
	color: var(--showbiz-text-light);
	margin: 0 0 24px;
	line-height: 1.6;
}

.showbiz-cta-buttons {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.showbiz-cta-btn {
	display: inline-flex;
	align-items: center;
	padding: 12px 28px;
	border-radius: var(--showbiz-radius);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.showbiz-cta-contact {
	background: var(--showbiz-accent);
	color: #fff;
}

.showbiz-cta-contact:hover {
	background: var(--showbiz-accent-hover);
	color: #fff;
}

.showbiz-cta-whatsapp {
	background: #25D366;
	color: #fff;
}

.showbiz-cta-whatsapp:hover {
	background: #1EB954;
	color: #fff;
}

.showbiz-cta-phone {
	background: var(--showbiz-card-bg);
	color: var(--showbiz-primary);
	border: 1px solid var(--showbiz-border);
}

.showbiz-cta-phone:hover {
	border-color: var(--showbiz-primary);
}

/* ---------- Cross-Links Section ---------- */
.showbiz-city-links {
	max-width: 800px;
	margin: 0 auto;
	padding: 32px 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.showbiz-links-block h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--showbiz-primary);
	margin: 0 0 12px;
}

.showbiz-links-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.showbiz-links-block li {
	margin-bottom: 8px;
}

.showbiz-links-block a {
	font-size: 15px;
	color: var(--showbiz-accent);
	text-decoration: none;
}

.showbiz-links-block a:hover {
	text-decoration: underline;
}

/* ---------- Hub Page ---------- */
.showbiz-hub-section {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 20px;
	text-align: center;
}

.showbiz-hub-section h1 {
	font-size: 36px;
	font-weight: 700;
	color: var(--showbiz-primary);
	margin: 0 0 12px;
}

.showbiz-hub-intro {
	font-size: 18px;
	color: var(--showbiz-text-light);
	margin: 0 auto 16px;
	max-width: 700px;
	line-height: 1.6;
}

.showbiz-hub-intro-b2b {
	font-size: 15px;
	color: var(--showbiz-text-light);
	margin: 0 auto 28px;
	max-width: 680px;
	line-height: 1.55;
	font-style: italic;
}

.showbiz-hub-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
	margin-bottom: 40px;
}

.showbiz-hub-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 16px;
	background: var(--showbiz-card-bg);
	border: 1px solid var(--showbiz-border);
	border-radius: var(--showbiz-radius);
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.showbiz-hub-card:hover {
	border-color: var(--showbiz-accent);
	box-shadow: var(--showbiz-shadow-hover);
	transform: translateY(-2px);
}

.showbiz-hub-city-name {
	font-size: 18px;
	font-weight: 700;
	color: var(--showbiz-primary);
	margin-bottom: 4px;
}

.showbiz-hub-city-region {
	font-size: 13px;
	color: var(--showbiz-text-light);
	margin-bottom: 8px;
}

.showbiz-hub-city-count {
	font-size: 13px;
	font-weight: 600;
	color: var(--showbiz-accent);
}

.showbiz-hub-categories {
	margin-top: 32px;
}

.showbiz-hub-categories h2 {
	font-size: 22px;
	font-weight: 700;
	color: var(--showbiz-primary);
	margin: 0 0 16px;
}

.showbiz-hub-categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 24px;
}

.showbiz-hub-categories a {
	font-size: 16px;
	color: var(--showbiz-accent);
	text-decoration: none;
	font-weight: 500;
}

.showbiz-hub-categories a:hover {
	text-decoration: underline;
}

/* ---------- Responsive: Tablet ---------- */
@media (max-width: 1024px) {
	.showbiz-city-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.showbiz-hub-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* ---------- Responsive: Mobile ---------- */
@media (max-width: 640px) {
	.showbiz-city-h1 {
		font-size: 28px;
	}

	.showbiz-city-intro {
		font-size: 16px;
	}

	.showbiz-city-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.showbiz-city-links {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.showbiz-hub-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.showbiz-hub-section h1 {
		font-size: 28px;
	}

	.showbiz-cta-buttons {
		flex-direction: column;
		align-items: center;
	}

	.showbiz-cta-btn {
		width: 100%;
		justify-content: center;
		max-width: 300px;
	}
}

/* ========== Competitor "VS" Pages ========== */

/* ---------- VS Hero ---------- */
.showbiz-vs-hero {
	padding: 40px 20px 32px;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.showbiz-vs-tldr {
	background: var(--showbiz-bg);
	border-left: 4px solid var(--showbiz-accent);
	padding: 16px 20px;
	margin: 20px auto 0;
	max-width: 700px;
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
	color: var(--showbiz-text);
	border-radius: 0 var(--showbiz-radius) var(--showbiz-radius) 0;
}

.showbiz-vs-tldr strong {
	color: var(--showbiz-primary);
}

/* ---------- VS Comparison Table ---------- */
.showbiz-vs-table-section {
	max-width: 900px;
	margin: 0 auto;
	padding: 32px 20px;
}

.showbiz-vs-table-section h2 {
	font-size: 28px;
	font-weight: 700;
	color: var(--showbiz-primary);
	margin: 0 0 24px;
	text-align: center;
}

.showbiz-vs-table-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.showbiz-vs-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid var(--showbiz-border);
	border-radius: var(--showbiz-radius);
	overflow: hidden;
	font-size: 15px;
}

.showbiz-vs-table thead th {
	background: var(--showbiz-primary);
	color: #fff;
	padding: 14px 16px;
	font-weight: 600;
	text-align: left;
}

.showbiz-vs-table thead th:first-child {
	width: 20%;
}

.showbiz-vs-table thead th.showbiz-vs-col-showbiz {
	background: var(--showbiz-accent);
	width: 40%;
}

.showbiz-vs-table thead th.showbiz-vs-col-competitor {
	width: 40%;
}

.showbiz-vs-table tbody td {
	padding: 12px 16px;
	border-bottom: 1px solid var(--showbiz-border);
	vertical-align: top;
	line-height: 1.5;
}

.showbiz-vs-table tbody tr:last-child td {
	border-bottom: none;
}

.showbiz-vs-table tbody tr:nth-child(even) {
	background: var(--showbiz-bg);
}

.showbiz-vs-label {
	font-weight: 600;
	color: var(--showbiz-primary);
	white-space: nowrap;
}

.showbiz-vs-col-showbiz {
	color: var(--showbiz-text);
}

.showbiz-vs-col-competitor {
	color: var(--showbiz-text-light);
}

/* ---------- VS Details ---------- */
.showbiz-vs-details {
	max-width: 800px;
	margin: 0 auto;
	padding: 32px 20px;
}

.showbiz-vs-details h2 {
	font-size: 28px;
	font-weight: 700;
	color: var(--showbiz-primary);
	margin: 0 0 24px;
	text-align: center;
}

.showbiz-vs-detail-block {
	margin-bottom: 28px;
}

.showbiz-vs-detail-block:last-child {
	margin-bottom: 0;
}

.showbiz-vs-detail-block h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--showbiz-primary);
	margin: 0 0 8px;
}

.showbiz-vs-detail-block p {
	font-size: 16px;
	line-height: 1.7;
	color: var(--showbiz-text);
	margin: 0;
}

/* ---------- VS Who Should Choose ---------- */
.showbiz-vs-who {
	max-width: 900px;
	margin: 0 auto;
	padding: 32px 20px;
}

.showbiz-vs-who h2 {
	font-size: 28px;
	font-weight: 700;
	color: var(--showbiz-primary);
	margin: 0 0 24px;
	text-align: center;
}

.showbiz-vs-who-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.showbiz-vs-who-card {
	background: var(--showbiz-card-bg);
	border: 1px solid var(--showbiz-border);
	border-radius: var(--showbiz-radius);
	padding: 24px;
}

.showbiz-vs-who-showbiz {
	border-top: 3px solid var(--showbiz-accent);
}

.showbiz-vs-who-competitor {
	border-top: 3px solid var(--showbiz-text-light);
}

.showbiz-vs-who-card h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--showbiz-primary);
	margin: 0 0 16px;
}

.showbiz-vs-who-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.showbiz-vs-who-card li {
	padding: 6px 0 6px 24px;
	position: relative;
	font-size: 15px;
	line-height: 1.5;
	color: var(--showbiz-text);
}

.showbiz-vs-who-card li::before {
	content: '\2713';
	position: absolute;
	left: 0;
	font-weight: 700;
}

.showbiz-vs-who-showbiz li::before {
	color: var(--showbiz-accent);
}

.showbiz-vs-who-competitor li::before {
	color: var(--showbiz-text-light);
}

/* ---------- VS Responsive: Mobile ---------- */
@media (max-width: 640px) {
	.showbiz-vs-who-grid {
		grid-template-columns: 1fr;
	}

	.showbiz-vs-table {
		font-size: 13px;
	}

	.showbiz-vs-table thead th,
	.showbiz-vs-table tbody td {
		padding: 10px 10px;
	}

	.showbiz-vs-label {
		white-space: normal;
	}
}

/* ---------- Generic Landing Pages: restore original dark header ---------- */
/* Generic landing pages (/servizi/, /hostess/, etc.) keep the original
   dark-bg Elementor header with white text and sticky behaviour. */
.showbiz-landing-generic .elementor-location-header {
	position: sticky !important;
	background: var(--showbiz-primary);
	border-bottom: none;
}

.showbiz-landing-generic .elementor-location-header .elementor-heading-title {
	color: #fff !important;
}

.showbiz-landing-generic .elementor-location-header .elementor-nav-menu--main .elementor-item {
	color: #fff !important;
	fill: #fff !important;
}

.showbiz-landing-generic .elementor-location-header .elementor-nav-menu--main .elementor-item:hover,
.showbiz-landing-generic .elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active,
.showbiz-landing-generic .elementor-location-header .elementor-nav-menu--main .elementor-item.highlighted,
.showbiz-landing-generic .elementor-location-header .elementor-nav-menu--main .elementor-item:focus {
	color: var(--showbiz-accent) !important;
	fill: var(--showbiz-accent) !important;
}

.showbiz-landing-generic .elementor-location-header .elementor-button {
	border-color: #fff !important;
	color: #fff !important;
}

.showbiz-landing-generic .elementor-location-header .elementor-button:hover,
.showbiz-landing-generic .elementor-location-header .elementor-button:focus {
	background-color: #fff !important;
	color: var(--showbiz-primary) !important;
}

.showbiz-landing-generic .elementor-location-header .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.showbiz-landing-generic .elementor-location-header .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
	background-color: var(--showbiz-accent) !important;
}

.showbiz-landing-generic .elementor-location-header .wpml-ls-legacy-dropdown a {
	border-color: #fff !important;
	color: #fff !important;
}

.showbiz-landing-generic .elementor-location-header #colonnaheader {
	position: sticky !important;
}

/* ---------- Competitor Pages: restore original white header ---------- */
/* City pages force dark text on the header (white bg), but competitor
   pages keep the original dark-bg header with white text. */
.showbiz-competitor-page .elementor-location-header {
	position: sticky !important;
	background: var(--showbiz-primary);
	border-bottom: none;
}

.showbiz-competitor-page .elementor-location-header .elementor-heading-title {
	color: #fff !important;
}

.showbiz-competitor-page .elementor-location-header .elementor-nav-menu--main .elementor-item {
	color: #fff !important;
	fill: #fff !important;
}

.showbiz-competitor-page .elementor-location-header .elementor-nav-menu--main .elementor-item:hover,
.showbiz-competitor-page .elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active,
.showbiz-competitor-page .elementor-location-header .elementor-nav-menu--main .elementor-item.highlighted,
.showbiz-competitor-page .elementor-location-header .elementor-nav-menu--main .elementor-item:focus {
	color: var(--showbiz-accent) !important;
	fill: var(--showbiz-accent) !important;
}

.showbiz-competitor-page .elementor-location-header .elementor-button {
	border-color: #fff !important;
	color: #fff !important;
}

.showbiz-competitor-page .elementor-location-header .elementor-button:hover,
.showbiz-competitor-page .elementor-location-header .elementor-button:focus {
	background-color: #fff !important;
	color: var(--showbiz-primary) !important;
}

.showbiz-competitor-page .elementor-location-header .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.showbiz-competitor-page .elementor-location-header .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
	background-color: var(--showbiz-accent) !important;
}

.showbiz-competitor-page .elementor-location-header .wpml-ls-legacy-dropdown a {
	border-color: #fff !important;
	color: #fff !important;
}

.showbiz-competitor-page .elementor-location-header #colonnaheader {
	position: sticky !important;
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
	.showbiz-model-card,
	.showbiz-hub-card,
	.showbiz-city-pagination a,
	.showbiz-cta-btn,
	.showbiz-faq-question::after {
		transition: none;
	}

	.showbiz-model-card:hover,
	.showbiz-hub-card:hover {
		transform: none;
	}
}

/* ============================================================
   Trust Stat Badges  .sbz-trust-badges
   ============================================================ */
.sbz-trust-badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin: 24px auto 36px;
	max-width: 700px;
}

.sbz-trust-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: var(--showbiz-bg, #f8f9fa);
	border: 1px solid var(--showbiz-border, #e0e0e0);
	border-radius: 10px;
	padding: 16px 24px;
	min-width: 130px;
}

.sbz-trust-num {
	font-size: 22px;
	font-weight: 800;
	color: var(--showbiz-primary, #1a1a2e);
	line-height: 1;
	margin-bottom: 4px;
}

.sbz-trust-label {
	font-size: 12px;
	color: var(--showbiz-text-light, #666);
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

@media (max-width: 600px) {
	.sbz-trust-badges {
		gap: 10px;
	}
	.sbz-trust-badge {
		min-width: calc(50% - 10px);
		padding: 12px 16px;
	}
}

/* ============================================================
   B2B Preventivo Form  [showbiz_b2b_preventivo]
   ============================================================ */
.sbz-b2b-form-wrap {
	max-width: 820px;
	margin: 40px auto 0;
	background: #fff;
	border: 1px solid var(--showbiz-border, #e0e0e0);
	border-radius: 12px;
	padding: 40px 48px 48px;
	box-shadow: 0 4px 24px rgba(26, 26, 46, 0.08);
}

.sbz-b2b-form-title {
	font-size: 24px;
	font-weight: 700;
	color: var(--showbiz-primary, #1a1a2e);
	margin: 0 0 8px;
}

.sbz-b2b-form-sub {
	font-size: 15px;
	color: var(--showbiz-text-light, #666);
	margin: 0 0 32px;
	line-height: 1.5;
}

/* Rows */
.sbz-form-row {
	display: grid;
	gap: 16px;
	margin-bottom: 16px;
}
.sbz-row-2 { grid-template-columns: 1fr 1fr; }
.sbz-row-3 { grid-template-columns: 1fr 1fr 1fr; }

.sbz-form-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.sbz-form-group label {
	font-size: 13px;
	font-weight: 600;
	color: var(--showbiz-text, #333);
	letter-spacing: 0.01em;
}
.sbz-form-group label span[aria-hidden] {
	color: var(--showbiz-accent, #e94560);
	margin-left: 2px;
}

.sbz-form-group input,
.sbz-form-group select,
.sbz-form-group textarea {
	padding: 10px 14px;
	border: 1.5px solid var(--showbiz-border, #e0e0e0);
	border-radius: 7px;
	font-size: 14px;
	color: var(--showbiz-text, #333);
	background: #fff;
	transition: border-color 0.15s, box-shadow 0.15s;
	width: 100%;
	box-sizing: border-box;
	font-family: inherit;
}
.sbz-form-group input:focus,
.sbz-form-group select:focus,
.sbz-form-group textarea:focus {
	outline: none;
	border-color: var(--showbiz-primary, #1a1a2e);
	box-shadow: 0 0 0 3px rgba(26, 26, 46, 0.08);
}
.sbz-form-group input.sbz-invalid,
.sbz-form-group select.sbz-invalid {
	border-color: var(--showbiz-accent, #e94560);
}
.sbz-invalid-group .sbz-checkbox-label {
	color: var(--showbiz-accent, #e94560);
}
.sbz-form-group textarea {
	resize: vertical;
	min-height: 100px;
}

/* Privacy */
.sbz-privacy-group {
	margin-top: 4px;
}
.sbz-checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	font-size: 13px;
	color: var(--showbiz-text-light, #666);
	line-height: 1.5;
}
.sbz-checkbox-label input[type="checkbox"] {
	width: 17px;
	height: 17px;
	min-width: 17px;
	margin-top: 2px;
	accent-color: var(--showbiz-primary, #1a1a2e);
	cursor: pointer;
}
.sbz-checkbox-label a {
	color: var(--showbiz-primary, #1a1a2e);
	text-decoration: underline;
}

/* Error box */
.sbz-form-error {
	background: #fff2f4;
	border: 1px solid #f5c2cb;
	color: #c0392b;
	border-radius: 7px;
	padding: 12px 16px;
	font-size: 14px;
	margin-top: 4px;
}

/* Submit button */
.sbz-b2b-submit {
	display: inline-block;
	margin-top: 24px;
	padding: 14px 36px;
	background: var(--showbiz-accent, #e94560);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s, transform 0.1s;
	width: 100%;
	letter-spacing: 0.01em;
}
.sbz-b2b-submit:hover:not(:disabled) {
	background: var(--showbiz-accent-hover, #c73b52);
}
.sbz-b2b-submit:active:not(:disabled) {
	transform: translateY(1px);
}
.sbz-b2b-submit:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

/* Success */
.sbz-b2b-success {
	background: #f0faf4;
	border: 1px solid #a3d9b8;
	border-radius: 10px;
	padding: 28px 32px;
	text-align: center;
	color: #1a5c34;
}
.sbz-success-icon {
	display: block;
	font-size: 40px;
	margin-bottom: 12px;
	color: #27ae60;
}
.sbz-b2b-success strong {
	display: block;
	font-size: 18px;
	margin-bottom: 8px;
}
.sbz-b2b-success p {
	font-size: 14px;
	margin: 0;
	opacity: 0.85;
}

/* Note */
.sbz-form-note {
	font-size: 12px;
	color: var(--showbiz-text-light, #888);
	margin: 12px 0 0;
	text-align: center;
}

/* Responsive */
@media (max-width: 700px) {
	.sbz-b2b-form-wrap {
		padding: 28px 20px 36px;
	}
	.sbz-row-2,
	.sbz-row-3 {
		grid-template-columns: 1fr;
	}
}

/* ============================================================
   Client Logo Grid  [showbiz_clienti_grid]
   ============================================================ */
.sbz-clienti-section {
	max-width: 1100px;
	margin: 48px auto;
	padding: 40px 24px;
	text-align: center;
	border-top: 1px solid var(--showbiz-border, #e0e0e0);
}

.sbz-clienti-title {
	font-size: 22px;
	font-weight: 700;
	color: var(--showbiz-primary, #1a1a2e);
	margin: 0 0 8px;
}

.sbz-clienti-sub {
	font-size: 14px;
	color: var(--showbiz-text-light, #666);
	margin: 0 0 32px;
}

.sbz-clienti-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px 28px;
	align-items: center;
	justify-items: center;
}

.sbz-clienti-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.65;
	transition: opacity 0.2s;
	width: 100%;
}

.sbz-clienti-logo:hover {
	opacity: 1;
}

.sbz-clienti-logo img {
	max-width: 110px;
	max-height: 52px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: grayscale(100%);
	transition: filter 0.2s;
}

.sbz-clienti-logo:hover img {
	filter: grayscale(0%);
}

@media (max-width: 900px) {
	.sbz-clienti-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 600px) {
	.sbz-clienti-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 14px 16px;
	}
	.sbz-clienti-logo img {
		max-width: 80px;
		max-height: 40px;
	}
}
