/**
 * Zippyn — ficha de servicio estilo app (mockup YOLABURO).
 * Solo body.zp-zippyn-light-surfaces.zp-single-place-light.zp-single-place-2026
 */

body.zp-zippyn-light-surfaces.zp-single-place-light.zp-single-place-2026 {
	--zp-sp26-avatar-size: 108px;
	--zp-sp26-avatar-overlap: 54px;
	--zp-sp26-hero-map-clear: 200px;
	background: #f1f5f9 !important;
}

/* ---- Hero mapa (arriba, sin cambiar estructura) ---- */
body.zp-single-place-light .zp-sp26-hero {
	height: calc(var(--zp-sp26-hero-map-clear) + var(--zp-sp26-avatar-overlap));
}

body.zp-single-place-light .zp-sp26-hero__overlay {
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.28) 100%);
}

body.zp-single-place-light .zp-sp26-hero__back,
body.zp-single-place-light .zp-sp26-hero__icon-btn {
	background: rgba(255, 255, 255, 0.92);
	color: #334155;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.12);
	border: none;
}

/* ---- Avatar centrado ---- */
body.zp-single-place-light .zp-sp26-avatar-wrap {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}

body.zp-single-place-light .zp-sp26-avatar {
	width: var(--zp-sp26-avatar-size);
	height: var(--zp-sp26-avatar-size);
	border: 4px solid #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
}

body.zp-single-place-light .zp-sp26-avatar-wrap .zp-sp26-pro-badge {
	position: absolute;
	left: 20px;
	top: calc(-1 * var(--zp-sp26-hero-map-clear) + 12px);
	margin: 0;
	z-index: 25;
}

/* ---- Card principal ---- */
body.zp-single-place-light .zp-sp26-card {
	border-radius: 24px 24px 0 0;
	margin-top: -20px;
	padding: 20px 16px 16px;
	box-shadow: 0 -4px 24px rgba(15, 23, 42, 0.06);
}

/* ---- Identidad centrada ---- */
body.zp-single-place-light .zp-sp26-identity--light {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

body.zp-single-place-light .zp-sp26-identity--light .zp-sp26-identity__head {
	width: 100%;
}

body.zp-single-place-light .zp-sp26-identity--light .zp-sp26-title {
	font-size: 22px !important;
	text-align: center;
}

body.zp-single-place-light .zp-sp26-identity--light .zp-sp26-title .zp-sp-title-brand {
	justify-content: center;
}

body.zp-single-place-light .zp-sp26-identity--light .zp-sp26-provider--inline {
	justify-content: center;
}

body.zp-single-place-light .zp-sp26-identity--light .zp-sp26-cat {
	font-size: 15px;
	color: #64748b;
	margin: 0 0 8px;
}

/* ---- Rating (estrellas doradas) ---- */
body.zp-single-place-light .zp-sp26-rating--light {
	justify-content: center;
	margin: 4px 0 10px;
}

body.zp-single-place-light .zp-sp26-rating--light .zp-sp26-rating__score {
	color: #0f172a;
	font-size: 16px;
}

body.zp-single-place-light .zp-sp26-rating--light .zp-sp26-star {
	color: #f59e0b;
	fill: #f59e0b;
}

body.zp-single-place-light .zp-sp26-rating--light .zp-sp26-rating__count {
	color: #64748b;
}

/* ---- Ubicación ---- */
body.zp-single-place-light .zp-sp26-location-meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	margin: 0 0 14px;
	width: 100%;
}

body.zp-single-place-light .zp-sp26-location-meta__city,
body.zp-single-place-light .zp-sp26-location-meta__distance {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0;
	font-size: 13px;
	color: #64748b;
	line-height: 1.35;
}

body.zp-single-place-light .zp-sp26-location-meta__city svg,
body.zp-single-place-light .zp-sp26-location-meta__distance svg {
	flex-shrink: 0;
	color: #3b82f6;
	stroke: #3b82f6;
}

/* ---- Trust badges ---- */
body.zp-single-place-light .zp-sp26-trust-badges {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	margin: 0 0 16px;
	padding: 2px 0 4px;
	width: 100%;
	justify-content: flex-start;
}

body.zp-single-place-light .zp-sp26-trust-badges::-webkit-scrollbar {
	display: none;
}

body.zp-single-place-light .zp-sp26-trust-badge {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	font-size: 12px;
	font-weight: 600;
	color: #475569;
	white-space: nowrap;
}

/* ---- CTAs estilo mockup ---- */
body.zp-single-place-light .zp-sp26-contact-actions--mockup {
	width: 100%;
	margin: 0 0 10px;
}

body.zp-single-place-light .zp-sp26-contact-actions--mockup .zp-sp26-contact-btn--wa {
	min-height: 52px;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 700;
	background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
	box-shadow: 0 6px 18px rgba(34, 197, 94, 0.35);
}

body.zp-single-place-light .zp-sp26-cta-secondary {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	width: 100%;
	margin-bottom: 4px;
}

body.zp-single-place-light .zp-sp26-cta-secondary .zp-sp26-contact-btn--call-outline,
body.zp-single-place-light .zp-sp26-cta-secondary .zp-sp-action-btn--share-mockup {
	min-height: 48px;
	border-radius: 14px;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 12px;
	box-sizing: border-box;
	cursor: pointer;
	text-decoration: none !important;
	-webkit-tap-highlight-color: transparent;
}

body.zp-single-place-light .zp-sp26-cta-secondary .zp-sp26-contact-btn--call-outline {
	color: #2563eb;
	background: #fff;
	border: 2px solid #dbeafe;
	box-shadow: none;
}

body.zp-single-place-light .zp-sp26-cta-secondary .zp-sp-action-btn--share-mockup {
	color: #2563eb;
	background: #fff;
	border: 2px solid #dbeafe;
	font-family: inherit;
}

body.zp-single-place-light .zp-sp26-cta-secondary .zp-sp26-contact-btn--call-outline i,
body.zp-single-place-light .zp-sp26-cta-secondary .zp-sp-action-btn--share-mockup i {
	font-size: 1.1rem;
	color: #2563eb;
}

/* Ocultar métricas 3-col (distancia ya en location-meta) */
body.zp-single-place-light .zp-sp26-metrics {
	display: none !important;
}

/* ---- Tabs sticky ---- */
body.zp-single-place-light .zp-sp26-tabs {
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	margin: 16px -16px 20px;
	padding: 0 16px;
	border-bottom: 1px solid #e2e8f0;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 40;
}

body.zp-single-place-light .zp-sp26-tabs::-webkit-scrollbar {
	display: none;
}

body.zp-single-place-light .zp-sp26-tabs__item {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	padding: 12px 14px;
	font-size: 13px;
	font-weight: 600;
	color: #64748b;
	text-decoration: none !important;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	white-space: nowrap;
	transition: color 0.15s ease, border-color 0.15s ease;
}

body.zp-single-place-light .zp-sp26-tabs__item--active {
	color: #2563eb;
	border-bottom-color: #2563eb;
}

/* ---- Secciones ---- */
body.zp-single-place-light .zp-sp26-section {
	margin-bottom: 24px;
}

body.zp-single-place-light .zp-sp26-section__title {
	font-size: 18px !important;
	margin-bottom: 12px !important;
}

body.zp-single-place-light .zp-sp26-about__content {
	font-size: 15px;
	color: #475569;
}

/* Servicios — lista tipo mockup */
body.zp-single-place-light .zp-sp26-services__grid {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

body.zp-single-place-light .zp-sp26-service-item {
	padding: 14px 16px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 600;
	color: #0f172a;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

body.zp-single-place-light .zp-sp26-service-item svg {
	width: 18px;
	height: 18px;
	color: #3b82f6;
	stroke: #3b82f6;
}

body.zp-single-place-light .zp-sp26-services__more {
	color: #2563eb;
}

/* Reseñas */
body.zp-single-place-light .zp-sp26-reviews-section {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 16px;
}

body.zp-single-place-light .zp-sp26-reviews-stars__score {
	color: #0f172a;
}

body.zp-single-place-light .zp-sp26-reviews-section .zp-sp26-star {
	color: #f59e0b;
	fill: #f59e0b;
}

/* Galería */
body.zp-single-place-light .zp-sp26-gallery-grid {
	gap: 8px;
}

body.zp-single-place-light .zp-sp26-gallery-cell {
	border-radius: 12px;
	overflow: hidden;
}

/* Dirección / ubicación */
body.zp-single-place-light .zp-sp26-address {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 14px 16px;
}

body.zp-single-place-light .zp-sp26-address__row {
	font-size: 14px;
	color: #475569;
}

body.zp-single-place-light .zp-sp26-address svg {
	color: #3b82f6;
	stroke: #3b82f6;
}

/* Banner PRO owner */
body.zp-single-place-light .zp-sp-owner-pro-banner {
	border-radius: 14px;
	border-color: #fde68a;
	background: #fffbeb;
}

/* Desktop: fondos claros en ficha legacy */
@media (min-width: 1024px) {
	body.zp-single-place-light .description-place-wrapper,
	body.zp-single-place-light #single-place .section-wrapper {
		background: #fff;
	}

	body.zp-single-place-light .zp-place-desktop-tablist {
		background: #fff !important;
		border: 1px solid #e2e8f0 !important;
		box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
	}

	body.zp-single-place-light .zp-place-desktop-tablist > li > a {
		color: #64748b !important;
	}

	body.zp-single-place-light .zp-place-desktop-tablist > li.active > a,
	body.zp-single-place-light .zp-place-desktop-tablist > li > a:hover {
		color: #2563eb !important;
		background: #eff6ff !important;
	}
}
