/* Sección promociones — landing Morita Nails */

/* Paneles secundarios (estilo promo-section del tema) */
.promo-extras-section {
	padding: 0;
	overflow: hidden;
}
.promo-extras-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	width: 100%;
}
.promo-extras-grid--single {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.promo-extras-grid:not(.promo-extras-grid--single) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
	}
}
.promo-extras-section--proximamente {
	padding-top: 3rem;
	padding-bottom: 1rem;
	background: #f8f6f4;
}
.promo-extra-panel {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 300px;
	overflow: hidden;
	isolation: isolate;
	display: flex;
	flex-direction: column;
}
.promo-extras-grid--single .promo-extra-panel {
	min-height: 340px;
}
.promo-extra-panel__bg {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
	animation: promoKenBurns 22s ease-in-out infinite alternate;
	will-change: transform;
}
.promo-extra-panel__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	transition: opacity 0.35s ease;
}
.promo-extra-panel--0 .promo-extra-panel__overlay {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 245, 249, 0.88) 55%, rgba(255, 255, 255, 0.75) 100%);
}
.promo-extra-panel--1 .promo-extra-panel__overlay {
	background: linear-gradient(135deg, rgba(45, 20, 35, 0.82) 0%, rgba(218, 59, 133, 0.55) 50%, rgba(30, 15, 25, 0.88) 100%);
}
.promo-extra-panel .pbox-4-description {
	position: relative !important;
	z-index: 2;
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 2.25rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
@media (min-width: 992px) {
	.promo-extra-panel .pbox-4-description {
		padding: 2.5rem 2rem;
	}
}
.promo-extra-panel .pbox-4-caption,
.promo-extra-panel__caption {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	transform: none !important;
	width: 100%;
	max-width: 28rem;
	margin: 0 auto;
	text-align: center;
}
.promo-extra-panel__caption .section-id {
	display: inline-block;
	margin-bottom: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.78rem;
}
.promo-extra-panel__discount {
	font-size: clamp(1.75rem, 3.5vw, 2.85rem) !important;
	line-height: 1.08;
	letter-spacing: -0.02em;
	margin-bottom: 0.65rem;
}
.promo-extra-panel--1 .promo-extra-panel__discount {
	color: #fff;
}
.promo-extra-panel__subtitle,
.promo-extra-panel__condicion {
	margin-bottom: 0.45rem;
	opacity: 0.92;
}
.promo-extra-panel__vigencia {
	font-size: 0.85rem;
	opacity: 0.8;
	margin-bottom: 0.5rem;
}
.promo-extra-panel .promo-user-badge {
	margin-bottom: 0.65rem;
}
.promo-extra-panel--0 .promo-user-badge--disponible {
	background: rgba(25, 135, 84, 0.12);
	color: #157347;
}
.promo-extra-panel--0 .promo-user-badge--proximamente {
	background: rgba(133, 100, 4, 0.12);
	color: #856404;
}
.promo-extra-panel--1 .promo-user-badge--disponible,
.promo-extra-panel--1 .promo-user-badge--proximamente {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}
.promo-condiciones-link--panel {
	margin-top: 0.25rem;
	font-size: 0.9rem;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
	opacity: 0.9;
}
.promo-condiciones-link--panel.black--color {
	color: #373b4d;
}
.promo-condiciones-link--panel.white--color {
	color: #fff;
}
.promo-extra-panel--proximamente {
	filter: saturate(0.85);
}
.promo-extra-panel--proximamente .promo-extra-panel__bg {
	animation-duration: 28s;
}
.promo-extra-panel--proximamente .promo-extra-panel__overlay {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(240, 240, 242, 0.88) 100%) !important;
}
.promo-extra-panel--proximamente.promo-extra-panel--1 .promo-extra-panel__overlay {
	background: linear-gradient(135deg, rgba(55, 59, 77, 0.88) 0%, rgba(218, 59, 133, 0.45) 100%) !important;
}
.promo-extra-panel:hover .promo-extra-panel__bg {
	animation-duration: 14s;
}
@keyframes promoKenBurns {
	0% {
		transform: scale(1) translate3d(0, 0, 0);
	}
	100% {
		transform: scale(1.06) translate3d(-1%, -0.5%, 0);
	}
}
@media (prefers-reduced-motion: reduce) {
	.promo-extra-panel__bg {
		animation: none;
	}
}
@media (max-width: 767.98px) {
	.promo-extra-panel .pbox-4-description {
		padding: 3rem 1.25rem;
	}
}

.promo-vigencia-badge {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	font-size: 0.95rem;
}
.promo-urgencia-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	justify-content: center;
	margin: 0.85rem 0 1.15rem;
	padding: 0;
	list-style: none;
}
.promo-urgencia-badge {
	display: inline-flex;
	align-items: center;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 0.38rem 0.72rem;
	border-radius: 999px;
}
.promo-urgencia-badges--hero .promo-urgencia-badge {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.42);
	color: #fff;
}
.promo-urgencia-badges--light .promo-urgencia-badge {
	background: rgba(218, 59, 133, 0.1);
	border: 1px solid rgba(218, 59, 133, 0.28);
	color: #9b2d6a;
}
.promo-urgencia-badges--dark .promo-urgencia-badge {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
}
.promo-condiciones-resumen {
	font-size: 0.95rem;
	opacity: 0.92;
}
.promo-condiciones-link {
	display: inline-block;
	margin-top: 0.75rem;
	background: none;
	border: none;
	padding: 0;
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
	font-size: 0.9rem;
	opacity: 0.9;
}
.promo-condiciones-link:hover {
	opacity: 1;
}
.promo-condiciones-link--card {
	color: #da3b85;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.promo-personalizada-intro {
	display: inline-block;
	margin-bottom: 0.75rem;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.22);
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}
.promo-user-badge {
	display: inline-block;
	margin-bottom: 0.75rem;
	padding: 0.3rem 0.75rem;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}
.promo-user-badge--sm {
	margin-bottom: 0.35rem;
	font-size: 0.75rem;
	padding: 0.2rem 0.55rem;
}
.promo-user-badge--disponible {
	background: rgba(255, 255, 255, 0.95);
	color: #198754;
}
.promo-user-badge--proximamente {
	background: rgba(255, 255, 255, 0.85);
	color: #856404;
}
.promo-card--proximamente {
	opacity: 0.92;
	background: #fafafa;
}
.promo-proximamente-heading {
	padding-top: 0.5rem;
}
.promo-card {
	padding: 1.5rem;
	border-radius: 1rem;
	background: #fff;
	border: 1px solid rgba(218, 59, 133, 0.15);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.promo-card__badge {
	display: inline-block;
	margin-bottom: 0.75rem;
	padding: 0.25rem 0.75rem;
	border-radius: 999px;
	background: rgba(218, 59, 133, 0.12);
	color: #da3b85;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.promo-card__title {
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}
.promo-card__desc,
.promo-card__condicion,
.promo-card__vigencia {
	margin-bottom: 0.35rem;
	color: #555;
	font-size: 0.95rem;
}
.promo-card__vigencia {
	font-size: 0.85rem;
	color: #888;
}
.promo-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}
.promo-modal[hidden] {
	display: none !important;
}
.promo-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}
.promo-modal__dialog {
	position: relative;
	width: min(100%, 32rem);
	max-height: min(85vh, 540px);
	overflow: auto;
	padding: 1.75rem 1.5rem 1.5rem;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}
.promo-modal__close {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	width: 2rem;
	height: 2rem;
	border: none;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.06);
	color: #333;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
}
.promo-modal__title {
	font-size: 1.35rem;
	margin-bottom: 0.35rem;
	color: #da3b85;
}
.promo-modal__subtitle {
	font-size: 1rem;
	margin-bottom: 1rem;
	color: #444;
}
.promo-modal__section {
	margin-bottom: 0.85rem;
	font-size: 0.95rem;
	color: #555;
}
.promo-modal__section strong {
	display: block;
	margin-bottom: 0.25rem;
	color: #222;
}
body.promo-modal-open {
	overflow: hidden;
}

/* Preview admin */
.admin-promo-preview-wrap {
	margin-top: 12px;
	padding: 12px;
	border: 1px dashed rgba(218, 59, 133, 0.35);
	border-radius: 10px;
	background: linear-gradient(135deg, #fff5f9 0%, #fff 100%);
}
.admin-promo-preview-wrap h5 {
	margin: 0 0 8px;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #888;
}
.admin-promo-preview {
	padding: 16px;
	border-radius: 12px;
	background: #da3b85;
	color: #fff;
	text-align: center;
}
.admin-promo-preview h3 {
	margin: 0 0 6px;
	font-size: 1.35rem;
}
.admin-promo-preview p {
	margin: 0 0 8px;
	font-size: 0.92rem;
	opacity: 0.95;
}
.admin-promo-preview small {
	display: block;
	font-size: 0.8rem;
	opacity: 0.85;
}

/* Wizard — bloque promociones */
.promo-wizard-block {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px dashed rgba(0, 0, 0, 0.08);
}
.promo-wizard-item {
	padding: 0.65rem 0.75rem;
	border-radius: 0.65rem;
	background: #f8f9fa;
	margin-bottom: 0.5rem;
}
.promo-wizard-item.is-applied {
	background: rgba(25, 135, 84, 0.08);
	border: 1px solid rgba(25, 135, 84, 0.18);
}
.promo-wizard-item.is-blocked {
	opacity: 0.75;
}
.promo-wizard-item__title {
	font-weight: 600;
	font-size: 0.88rem;
}
.promo-wizard-item__meta {
	font-size: 0.8rem;
	color: #666;
	margin-top: 0.15rem;
}
.promo-wizard-toggle {
	display: inline-block;
	margin-top: 0.35rem;
	font-size: 0.82rem;
	color: #da3b85;
	cursor: pointer;
	text-decoration: underline;
}
