/* ============================================================
 * Eventos Premium · v4.7.0
 * Hero luxury · Intro asimétrica · Salones · Tipos · Servicios · CTA
 * ============================================================ */

/* ═══ HERO LUXURY ═══ */
.sm-events-hero--luxury {
	position: relative;
	min-height: 78vh;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.sm-events-hero--luxury .sm-events-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.sm-events-hero--luxury .sm-events-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Overlay sutil · solo abajo */
.sm-events-hero--luxury .sm-events-hero__overlay {
	position: absolute !important;
	inset: 0 !important;
	background: linear-gradient(180deg,
		rgba(0, 7, 90, 0) 0%,
		rgba(0, 7, 90, 0) 38%,
		rgba(0, 7, 90, 0.55) 100%) !important;
	z-index: 1 !important;
}

.sm-events-hero--luxury .sm-events-hero__content {
	position: relative;
	z-index: 2;
	max-width: 1320px;
	margin: 0 auto;
	width: 100%;
	padding: 0 50px 96px;
}

.sm-events-hero--luxury .sm-events-hero__text {
	max-width: 760px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sm-events-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.36em;
	text-transform: uppercase;
	color: #C9A44A;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.sm-events-hero__eyebrow-line {
	display: inline-block;
	width: 28px;
	height: 1px;
	background: #C9A44A;
	opacity: 0.7;
}

.sm-events-hero--luxury .sm-events-hero__title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: clamp(54px, 7.5vw, 96px) !important;
	font-weight: 400 !important;
	line-height: 0.98 !important;
	color: #ffffff !important;
	margin: 0 !important;
	letter-spacing: -0.005em !important;
	text-shadow: 0 4px 32px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
}

.sm-events-hero--luxury .sm-events-hero__title em {
	font-style: italic;
	color: #C9A44A;
	font-weight: 400;
}

.sm-events-hero__ornament {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 4px 0;
}

.sm-events-hero__ornament-line {
	display: inline-block;
	width: 48px;
	height: 1px;
	background: rgba(201, 164, 74, 0.7);
}

.sm-events-hero__ornament-diamond {
	color: #C9A44A;
	font-size: 8px;
}

.sm-events-hero--luxury .sm-events-hero__sub {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: 22px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: rgba(255, 255, 255, 0.93) !important;
	line-height: 1.5 !important;
	max-width: 580px !important;
	margin: 0 !important;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

/* ═══ INTRO · sección asimétrica luxury ═══ */
.sm-events-intro {
	position: relative;
	padding: 100px 0 120px;
	background: linear-gradient(180deg, #F8F5F2 0%, #F1EDE8 100%);
	overflow: hidden;
}

.sm-events-intro__bg-deco {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.sm-events-intro__bg-text {
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translateY(-50%);
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 320px;
	font-weight: 300;
	font-style: italic;
	color: rgba(201, 164, 74, 0.06);
	letter-spacing: -0.03em;
	line-height: 0.8;
	user-select: none;
	white-space: nowrap;
}

.sm-events-intro__inner {
	position: relative;
	z-index: 1;
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

/* COLUMNA IZQUIERDA · texto */
.sm-events-intro__text {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 540px;
}

.sm-events-intro__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.36em;
	text-transform: uppercase;
	color: #C9A44A;
	width: fit-content;
}

.sm-events-intro__eyebrow-line {
	display: inline-block;
	width: 32px;
	height: 1px;
	background: #C9A44A;
	opacity: 0.6;
}

.sm-events-intro__title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: clamp(44px, 5.5vw, 72px) !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #00075A !important;
	line-height: 1 !important;
	letter-spacing: -0.005em !important;
	margin: 0 !important;
}

.sm-events-intro__rule {
	position: relative;
	width: 80px;
	height: 1px;
	background: linear-gradient(90deg, #C9A44A 0%, rgba(201, 164, 74, 0.2) 100%);
	margin: 8px 0;
}

.sm-events-intro__rule-diamond {
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
	color: #C9A44A;
	font-size: 8px;
	background: var(--sm-bg, #F8F5F2);
	padding: 0 2px;
}

.sm-events-intro__lead {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: 22px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #1F2B6E !important;
	line-height: 1.45 !important;
	margin: 0 !important;
}

.sm-events-intro__copy {
	font-family: 'Inter', system-ui, sans-serif !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #6B7299 !important;
	line-height: 1.8 !important;
	margin: 0 !important;
}

.sm-events-intro__features {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 14px;
	padding: 22px 0;
	border-top: 1px solid rgba(201, 164, 74, 0.2);
	border-bottom: 1px solid rgba(201, 164, 74, 0.2);
	margin: 4px 0;
}

.sm-events-intro__feature {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.sm-events-intro__feature svg {
	color: #C9A44A;
}

.sm-events-intro__feature span {
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #00075A;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

/* COLUMNA DERECHA · imagen con badge */
.sm-events-intro__image-wrap {
	position: relative;
}

.sm-events-intro__image {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 4px;
	box-shadow:
		0 4px 16px rgba(0, 7, 90, 0.1),
		0 24px 64px rgba(0, 7, 90, 0.18);
}

.sm-events-intro__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sm-events-intro__image:hover img {
	transform: scale(1.06);
}

/* Badge flotante */
.sm-events-intro__badge {
	position: absolute;
	bottom: 24px;
	right: 24px;
	z-index: 3;
	background: linear-gradient(135deg, rgba(0, 7, 90, 0.95) 0%, rgba(0, 7, 65, 0.95) 100%);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(201, 164, 74, 0.4);
	padding: 22px 28px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	box-shadow: 0 16px 40px rgba(0, 7, 90, 0.4);
	min-width: 180px;
}

.sm-events-intro__badge-label {
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.36em;
	color: rgba(255, 255, 255, 0.7);
}

.sm-events-intro__badge-num {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 38px;
	font-style: italic;
	font-weight: 500;
	color: #C9A44A;
	line-height: 1;
}

.sm-events-intro__badge-divider {
	width: 32px;
	height: 1px;
	background: rgba(201, 164, 74, 0.5);
	margin: 4px 0;
}

.sm-events-intro__badge-tag {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 13px;
	font-style: italic;
	color: rgba(255, 255, 255, 0.88);
	letter-spacing: 0.02em;
	text-align: center;
}

.sm-events-intro__corner {
	position: absolute;
	top: -16px;
	left: -16px;
	width: 80px;
	height: 80px;
	border-top: 2px solid #C9A44A;
	border-left: 2px solid #C9A44A;
	opacity: 0.45;
	pointer-events: none;
}

/* Imagen secundaria · DUAL destacada en lados contrarios (v4.9.27) */

/* Cuando hay dos imágenes, el wrap apila ambas con desfase opuesto */
.sm-events-intro__image-wrap--dual {
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding: 10px 0;
}

/* Imagen principal · empujada a la derecha */
.sm-events-intro__image-wrap--dual .sm-events-intro__image--primary {
	aspect-ratio: 16 / 11;
	width: 88%;
	align-self: flex-end;
	margin-right: -18px;
}

/* Imagen secundaria · empujada a la izquierda (lado contrario) */
.sm-events-intro__image--secondary {
	position: relative;
	aspect-ratio: 16 / 11;
	overflow: hidden;
	border-radius: 4px;
	box-shadow:
		0 4px 16px rgba(0, 7, 90, 0.1),
		0 24px 64px rgba(0, 7, 90, 0.18);
}

.sm-events-intro__image-wrap--dual .sm-events-intro__image--secondary {
	width: 88%;
	align-self: flex-start;
	margin-left: -18px;
	margin-top: -56px;
	z-index: 2;
}

.sm-events-intro__image--secondary img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sm-events-intro__image--secondary:hover img {
	transform: scale(1.06);
}

/* Corner ornamental inferior-derecho para la segunda imagen */
.sm-events-intro__corner--br {
	position: absolute;
	bottom: -16px;
	right: -16px;
	top: auto;
	left: auto;
	width: 80px;
	height: 80px;
	border-bottom: 2px solid #C9A44A;
	border-right: 2px solid #C9A44A;
	border-top: 0;
	border-left: 0;
	opacity: 0.45;
	pointer-events: none;
}

/* En modo dual, la imagen principal vuelve a aspect-ratio horizontal */
.sm-events-intro__image-wrap--dual .sm-events-intro__image--primary {
	aspect-ratio: 16 / 11;
}

/* ═══ SALONES PREMIUM ═══ */
.sm-events-list--luxury {
	position: relative;
	padding: 100px 0 110px;
	background: #F8F5F2;
	overflow: hidden;
}

.sm-events-list--luxury::before,
.sm-events-list--luxury::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, #C9A44A 50%, transparent 100%);
	opacity: 0.35;
}

.sm-events-list--luxury::before { top: 50px; }
.sm-events-list--luxury::after { bottom: 50px; }

.sm-events-list--luxury .sm-events-list__inner {
	position: relative;
	z-index: 1;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 50px;
}

.sm-events-list--luxury .sm-events-list__header {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 64px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.sm-events-list__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.42em;
	text-transform: uppercase;
	color: #C9A44A;
}

.sm-events-list__eyebrow-line {
	display: inline-block;
	width: 36px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(201, 164, 74, 0.7) 50%, transparent);
}

.sm-events-list--luxury .sm-events-list__title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: clamp(40px, 5.5vw, 64px) !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #00075A !important;
	margin: 0 !important;
}

.sm-events-list--luxury .sm-events-list__ornament {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 4px 0;
}

.sm-events-list--luxury .sm-events-list__ornament-line {
	display: inline-block;
	width: 56px;
	height: 1px;
	background: rgba(201, 164, 74, 0.5);
}

.sm-events-list--luxury .sm-events-list__ornament-diamond {
	color: #C9A44A;
	font-size: 8px;
}

.sm-events-list--luxury .sm-events-list__ornament span:not(.sm-events-list__ornament-line):not(.sm-events-list__ornament-diamond) {
	display: none;
}

.sm-events-list--luxury .sm-events-list__ornament svg {
	display: none;
}

.sm-events-list__lead {
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 14.5px;
	color: #6B7299;
	line-height: 1.75;
	margin: 0;
	max-width: 600px;
}

/* GRID de salones */
.sm-events-list--luxury .sm-events-list__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

/* CARD de salón premium */
.sm-events-list--luxury .sm-events-card {
	position: relative;
	background: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow:
		0 2px 8px rgba(0, 7, 90, 0.06),
		0 16px 40px rgba(0, 7, 90, 0.12);
	transition: all 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
	display: flex;
	flex-direction: column;
}

.sm-events-list--luxury .sm-events-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent 0%, #C9A44A 50%, transparent 100%);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
	z-index: 5;
}

.sm-events-list--luxury .sm-events-card:hover {
	transform: translateY(-8px);
	box-shadow:
		0 4px 12px rgba(0, 7, 90, 0.08),
		0 32px 72px rgba(0, 7, 90, 0.2),
		0 0 0 1px rgba(201, 164, 74, 0.3);
}

.sm-events-list--luxury .sm-events-card:hover::before {
	transform: scaleX(1);
}

.sm-events-list--luxury .sm-events-card.is-featured::before {
	transform: scaleX(1);
}

.sm-events-list--luxury .sm-events-card.is-featured {
	box-shadow:
		0 4px 12px rgba(201, 164, 74, 0.15),
		0 24px 56px rgba(0, 7, 90, 0.15),
		0 0 0 1.5px rgba(201, 164, 74, 0.4);
}

/* IMAGEN del salón */
.sm-events-list--luxury .sm-events-card__image {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #F1EDE8;
}

.sm-events-list--luxury .sm-events-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sm-events-list--luxury .sm-events-card:hover .sm-events-card__image img {
	transform: scale(1.06);
}

.sm-events-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(0, 7, 90, 0.25) 100%);
	z-index: 2;
	pointer-events: none;
}

.sm-events-card__numeral {
	position: absolute;
	bottom: 14px;
	left: 16px;
	z-index: 3;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 56px;
	font-style: italic;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.95);
	line-height: 1;
	letter-spacing: 0.02em;
	text-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.sm-events-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 13px;
	background: linear-gradient(135deg, #C9A44A 0%, #B08A32 100%);
	color: #ffffff;
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 9.5px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	border-radius: 2px;
	box-shadow: 0 4px 14px rgba(201, 164, 74, 0.4);
}

/* BODY de la card */
.sm-events-list--luxury .sm-events-card__body {
	padding: 28px 28px 32px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	flex: 1;
	background: #ffffff;
}

.sm-events-card__use {
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #C9A44A;
}

.sm-events-list--luxury .sm-events-card__name {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: 30px !important;
	font-weight: 500 !important;
	font-style: italic !important;
	color: #00075A !important;
	line-height: 1.1 !important;
	margin: 0 !important;
	letter-spacing: 0.005em;
}

.sm-events-card__rule {
	position: relative;
	width: 48px;
	height: 1px;
	background: linear-gradient(90deg, #C9A44A 0%, rgba(201, 164, 74, 0.2) 100%);
	margin: 2px 0;
}

.sm-events-card__rule-diamond {
	position: absolute;
	left: -7px;
	top: 50%;
	transform: translateY(-50%);
	color: #C9A44A;
	font-size: 7px;
	background: #ffffff;
	padding: 0 2px;
}

.sm-events-card__desc {
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 13.5px;
	line-height: 1.7;
	color: #6B7299;
	margin: 0;
}

.sm-events-card__specs {
	list-style: none;
	margin: 4px 0 8px;
	padding: 14px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	border-top: 1px solid rgba(0, 7, 90, 0.08);
	border-bottom: 1px solid rgba(0, 7, 90, 0.08);
}

.sm-events-card__spec {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sm-events-card__spec-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: rgba(201, 164, 74, 0.08);
	color: #C9A44A;
	border: 1px solid rgba(201, 164, 74, 0.22);
	border-radius: 2px;
	flex-shrink: 0;
}

.sm-events-card__spec-text {
	display: flex;
	flex-direction: column;
	gap: 1px;
	min-width: 0;
}

.sm-events-card__spec-label {
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #8B92B0;
	line-height: 1;
}

.sm-events-card__spec-value {
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 12.5px;
	font-weight: 600;
	color: #00075A;
	line-height: 1.2;
}

/* CTA del card · estilo botón premium */
.sm-events-list--luxury .sm-events-card__link {
	display: inline-flex !important;
	align-items: center;
	gap: 12px;
	padding: 14px 22px !important;
	background: transparent !important;
	border: 1px solid rgba(0, 7, 90, 0.18) !important;
	color: #00075A !important;
	font-family: 'Inter', system-ui, sans-serif !important;
	font-size: 10.5px !important;
	font-weight: 600 !important;
	letter-spacing: 0.22em !important;
	text-transform: uppercase !important;
	border-radius: 2px !important;
	transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
	text-decoration: none !important;
	margin-top: 6px;
	width: fit-content !important;
}

.sm-events-list--luxury .sm-events-card__link:hover {
	background: #00075A !important;
	color: #ffffff !important;
	border-color: #00075A !important;
}

.sm-events-card__link-arrow {
	display: inline-flex;
	transition: transform 0.3s ease;
}

.sm-events-list--luxury .sm-events-card__link:hover .sm-events-card__link-arrow {
	transform: translateX(4px);
}

/* ═══ TIPOS DE EVENTOS · fondo azul marino ═══ */
.sm-events-types {
	position: relative;
	padding: 96px 0 110px;
	background:
		radial-gradient(ellipse at top, rgba(201, 164, 74, 0.06) 0%, transparent 50%),
		linear-gradient(180deg, #00075A 0%, #000741 100%);
	color: #F8F5F2;
	overflow: hidden;
}

.sm-events-types__bg-deco {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.sm-events-types__bg-ornament {
	position: absolute;
	width: 360px;
	height: 360px;
	color: rgba(201, 164, 74, 0.08);
	opacity: 0.5;
}

.sm-events-types__bg-ornament--left {
	top: -120px;
	left: -120px;
}

.sm-events-types__bg-ornament--right {
	bottom: -120px;
	right: -120px;
}

.sm-events-types__inner {
	position: relative;
	z-index: 1;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 50px;
}

.sm-events-types__header {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 56px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.sm-events-types__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.42em;
	text-transform: uppercase;
	color: #C9A44A;
}

.sm-events-types__eyebrow-line {
	display: inline-block;
	width: 36px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(201, 164, 74, 0.7) 50%, transparent);
}

.sm-events-types__title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: clamp(40px, 5.5vw, 64px) !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #F8F5F2 !important;
	margin: 0 !important;
}

.sm-events-types__ornament {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 4px 0;
}

.sm-events-types__ornament-line {
	display: inline-block;
	width: 56px;
	height: 1px;
	background: rgba(201, 164, 74, 0.5);
}

.sm-events-types__ornament-diamond {
	color: #C9A44A;
	font-size: 8px;
}

/* GRID 4 tipos */
.sm-events-types__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.sm-events-type {
	position: relative;
	background: linear-gradient(180deg,
		rgba(255, 255, 255, 0.04) 0%,
		rgba(255, 255, 255, 0.01) 100%);
	border: 1px solid rgba(201, 164, 74, 0.18);
	padding: 44px 26px 32px;
	border-radius: 4px;
	text-align: center;
	transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.sm-events-type::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent 0%, #C9A44A 50%, transparent 100%);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sm-events-type:hover {
	transform: translateY(-6px);
	background: linear-gradient(180deg,
		rgba(201, 164, 74, 0.08) 0%,
		rgba(255, 255, 255, 0.02) 100%);
	border-color: rgba(201, 164, 74, 0.45);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.sm-events-type:hover::before {
	transform: scaleX(1);
}

.sm-events-type__num {
	position: absolute;
	top: 20px;
	right: 24px;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 22px;
	font-style: italic;
	color: rgba(201, 164, 74, 0.45);
	transition: color 0.3s ease;
}

.sm-events-type:hover .sm-events-type__num {
	color: #C9A44A;
}

.sm-events-type__icon-wrap {
	position: relative;
	width: 88px;
	height: 88px;
	margin: 0 auto 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sm-events-type__icon-ring {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 1px solid rgba(201, 164, 74, 0.3);
	transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sm-events-type__icon-ring::before {
	content: '';
	position: absolute;
	inset: 6px;
	border-radius: 50%;
	border: 1px solid rgba(201, 164, 74, 0.2);
	transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sm-events-type:hover .sm-events-type__icon-ring {
	border-color: rgba(201, 164, 74, 0.7);
	transform: scale(1.05);
}

.sm-events-type:hover .sm-events-type__icon-ring::before {
	border-color: rgba(201, 164, 74, 0.5);
	transform: rotate(45deg);
}

.sm-events-type__icon {
	width: 48px;
	height: 48px;
	color: #C9A44A;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
	position: relative;
	z-index: 2;
}

.sm-events-type__icon svg {
	width: 100%;
	height: 100%;
}

.sm-events-type:hover .sm-events-type__icon {
	transform: scale(1.08);
}

.sm-events-type__title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: 22px !important;
	font-weight: 500 !important;
	font-style: italic !important;
	color: #F8F5F2 !important;
	margin: 0 0 10px !important;
}

.sm-events-type__rule {
	width: 32px;
	height: 1px;
	background: #C9A44A;
	margin: 0 auto 12px;
	opacity: 0.7;
	transition: width 0.4s ease;
}

.sm-events-type:hover .sm-events-type__rule {
	width: 52px;
	opacity: 1;
}

.sm-events-type__text {
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 13px;
	line-height: 1.7;
	color: rgba(248, 245, 242, 0.7);
	margin: 0;
}

/* ═══ SERVICIOS INCLUIDOS ═══ */
.sm-events-services--luxury {
	position: relative;
	padding: 96px 0 110px;
	background: linear-gradient(180deg, #F8F5F2 0%, #F1EDE8 100%);
}

.sm-events-services--luxury .sm-events-services__inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 50px;
}

.sm-events-services--luxury .sm-events-services__header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 56px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.sm-events-services__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: #C9A44A;
}

.sm-events-services__eyebrow-line {
	display: inline-block;
	width: 36px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(201, 164, 74, 0.7) 50%, transparent);
}

.sm-events-services--luxury .sm-events-services__title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: clamp(38px, 5vw, 56px) !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #00075A !important;
	margin: 0 !important;
}

.sm-events-services--luxury .sm-events-services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.sm-events-services--luxury .sm-events-service {
	position: relative;
	background: #ffffff;
	padding: 44px 32px 36px;
	border: 1px solid rgba(201, 164, 74, 0.18);
	border-radius: 4px;
	transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
	box-shadow:
		0 1px 4px rgba(0, 7, 90, 0.04),
		0 12px 28px rgba(0, 7, 90, 0.08);
	overflow: hidden;
}

.sm-events-services--luxury .sm-events-service::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent 0%, #C9A44A 50%, transparent 100%);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sm-events-services--luxury .sm-events-service:hover {
	transform: translateY(-6px);
	border-color: rgba(201, 164, 74, 0.4);
	box-shadow:
		0 4px 12px rgba(0, 7, 90, 0.08),
		0 28px 60px rgba(0, 7, 90, 0.16);
}

.sm-events-services--luxury .sm-events-service:hover::before {
	transform: scaleX(1);
}

.sm-events-service__num {
	position: absolute;
	top: 22px;
	right: 26px;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 24px;
	font-style: italic;
	color: rgba(201, 164, 74, 0.45);
}

.sm-events-services--luxury .sm-events-service__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	background: linear-gradient(135deg, rgba(201, 164, 74, 0.15) 0%, rgba(201, 164, 74, 0.05) 100%);
	color: #C9A44A;
	border: 1px solid rgba(201, 164, 74, 0.3);
	border-radius: 4px;
	margin-bottom: 20px;
}

.sm-events-services--luxury .sm-events-service__title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: 24px !important;
	font-weight: 500 !important;
	font-style: italic !important;
	color: #00075A !important;
	margin: 0 0 10px !important;
}

.sm-events-service__rule {
	width: 36px;
	height: 1px;
	background: #C9A44A;
	margin-bottom: 14px;
	opacity: 0.7;
	transition: width 0.4s ease;
}

.sm-events-services--luxury .sm-events-service:hover .sm-events-service__rule {
	width: 56px;
}

.sm-events-services--luxury .sm-events-service__text {
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 13.5px;
	line-height: 1.75;
	color: #6B7299;
	margin: 0;
}

/* ═══ CTA FINAL LUXURY ═══ */
.sm-events-cta--luxury {
	position: relative;
	padding: 100px 0 110px;
	background:
		radial-gradient(ellipse at center, rgba(201, 164, 74, 0.08) 0%, transparent 60%),
		linear-gradient(180deg, #000741 0%, #00075A 100%);
	color: #F8F5F2;
	overflow: hidden;
	text-align: center;
}

.sm-events-cta__bg-deco {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.sm-events-cta__bg-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 380px;
	font-weight: 300;
	font-style: italic;
	color: rgba(201, 164, 74, 0.04);
	letter-spacing: -0.03em;
	line-height: 0.8;
	user-select: none;
	white-space: nowrap;
}

.sm-events-cta--luxury .sm-events-cta__inner {
	position: relative;
	z-index: 1;
	max-width: 880px;
	margin: 0 auto;
	padding: 0 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
}

.sm-events-cta__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.42em;
	text-transform: uppercase;
	color: #C9A44A;
}

.sm-events-cta__eyebrow-line {
	display: inline-block;
	width: 36px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(201, 164, 74, 0.7) 50%, transparent);
}

.sm-events-cta--luxury .sm-events-cta__title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: clamp(42px, 6vw, 72px) !important;
	font-weight: 400 !important;
	color: #F8F5F2 !important;
	line-height: 1.05 !important;
	margin: 0 !important;
}

.sm-events-cta--luxury .sm-events-cta__title em {
	font-style: italic;
	color: #C9A44A;
	font-weight: 400;
}

.sm-events-cta__lead {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 19px;
	font-style: italic;
	color: rgba(248, 245, 242, 0.78);
	line-height: 1.55;
	margin: 0;
	max-width: 600px;
}

/* Stats horizontales */
.sm-events-cta__stats {
	display: flex;
	align-items: center;
	gap: 0;
	padding: 28px 0;
	margin: 12px 0;
	border-top: 1px solid rgba(201, 164, 74, 0.2);
	border-bottom: 1px solid rgba(201, 164, 74, 0.2);
	width: 100%;
	max-width: 720px;
}

.sm-events-cta__stat {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.sm-events-cta__stat-divider {
	width: 1px;
	height: 48px;
	background: linear-gradient(180deg, transparent 0%, rgba(201, 164, 74, 0.5) 50%, transparent 100%);
}

.sm-events-cta__stat-num {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: 500;
	color: #C9A44A;
	line-height: 1;
}

.sm-events-cta__stat-label {
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(248, 245, 242, 0.65);
}

.sm-events-cta__actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 8px;
}

.sm-events-cta--luxury .sm-events-cta__btn {
	display: inline-flex !important;
	align-items: center;
	gap: 12px;
	padding: 17px 30px !important;
	font-family: 'Inter', system-ui, sans-serif !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	letter-spacing: 0.28em !important;
	text-transform: uppercase !important;
	border-radius: 2px !important;
	transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
	text-decoration: none !important;
	cursor: pointer;
}

.sm-events-cta__btn--primary {
	background: linear-gradient(135deg, #C9A44A 0%, #B08A32 100%) !important;
	color: #ffffff !important;
	border: 0 !important;
	box-shadow: 0 10px 28px rgba(201, 164, 74, 0.35) !important;
}

.sm-events-cta__btn--primary:hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, #B08A32 0%, #8B7420 100%) !important;
	box-shadow: 0 16px 40px rgba(201, 164, 74, 0.5) !important;
}

.sm-events-cta__btn-arrow {
	display: inline-flex;
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
}

.sm-events-cta__btn--primary:hover .sm-events-cta__btn-arrow {
	background: rgba(255, 255, 255, 0.35);
	transform: translateX(3px);
}

.sm-events-cta__btn--ghost {
	background: transparent !important;
	border: 1px solid rgba(201, 164, 74, 0.5) !important;
	color: #C9A44A !important;
}

.sm-events-cta__btn--ghost:hover {
	background: rgba(201, 164, 74, 0.08) !important;
	border-color: #C9A44A !important;
	transform: translateY(-2px);
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1100px) {
	.sm-events-hero--luxury { min-height: 68vh; }
	.sm-events-hero--luxury .sm-events-hero__content { padding: 0 32px 72px; }
	.sm-events-intro {
		padding: 72px 0 88px;
	}
	.sm-events-intro__inner {
		grid-template-columns: 1fr;
		gap: 48px;
		padding: 0 32px;
	}
	.sm-events-intro__bg-text { font-size: 200px; }
	.sm-events-intro__image-wrap--dual .sm-events-intro__image--primary,
	.sm-events-intro__image-wrap--dual .sm-events-intro__image--secondary {
		width: 94%;
	}
	.sm-events-intro__image-wrap--dual .sm-events-intro__image--secondary {
		margin-top: -44px;
	}
	.sm-events-list--luxury { padding: 72px 0 88px; }
	.sm-events-list--luxury .sm-events-list__grid {
		grid-template-columns: 1fr 1fr;
	}
	.sm-events-list--luxury .sm-events-card:nth-child(3) {
		grid-column: 1 / -1;
		max-width: 480px;
		justify-self: center;
	}
	.sm-events-types { padding: 72px 0 88px; }
	.sm-events-types__grid {
		grid-template-columns: 1fr 1fr;
		gap: 18px;
	}
	.sm-events-services--luxury { padding: 72px 0 88px; }
	.sm-events-services--luxury .sm-events-services__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.sm-events-cta--luxury { padding: 80px 0 96px; }
	.sm-events-cta__bg-text { font-size: 240px; }
}

@media (max-width: 760px) {
	.sm-events-hero--luxury { min-height: 60vh; }
	.sm-events-hero--luxury .sm-events-hero__content { padding: 0 20px 56px; }
	.sm-events-hero--luxury .sm-events-hero__title { font-size: 48px !important; }
	.sm-events-hero--luxury .sm-events-hero__sub { font-size: 17px !important; }

	.sm-events-intro { padding: 56px 0 64px; }
	.sm-events-intro__inner { padding: 0 20px; gap: 36px; }
	.sm-events-intro__title { font-size: 38px !important; }
	.sm-events-intro__lead { font-size: 17px !important; }
	.sm-events-intro__features { grid-template-columns: 1fr; gap: 12px; }
	.sm-events-intro__badge { right: 16px; padding: 16px 20px; min-width: 140px; }
	.sm-events-intro__badge-num { font-size: 28px; }
	.sm-events-intro__bg-text { display: none; }
	/* En móvil las dos imágenes se apilan limpio, sin desfase */
	.sm-events-intro__image-wrap--dual {
		gap: 18px;
	}
	.sm-events-intro__image-wrap--dual .sm-events-intro__image--primary,
	.sm-events-intro__image-wrap--dual .sm-events-intro__image--secondary {
		width: 100%;
		margin: 0;
		align-self: stretch;
	}
	.sm-events-intro__corner--br { display: none; }

	.sm-events-list--luxury { padding: 56px 0 72px; }
	.sm-events-list--luxury .sm-events-list__inner { padding: 0 16px; }
	.sm-events-list--luxury .sm-events-list__grid { grid-template-columns: 1fr; gap: 20px; }
	.sm-events-list--luxury .sm-events-card:nth-child(3) {
		grid-column: auto;
		max-width: 100%;
	}
	.sm-events-list--luxury .sm-events-list__title { font-size: 32px !important; }
	.sm-events-card__numeral { font-size: 42px; }
	.sm-events-list--luxury .sm-events-card__name { font-size: 24px !important; }

	.sm-events-types { padding: 56px 0 72px; }
	.sm-events-types__inner { padding: 0 16px; }
	.sm-events-types__title { font-size: 32px !important; }
	.sm-events-types__grid { grid-template-columns: 1fr 1fr; gap: 14px; }
	.sm-events-type { padding: 32px 18px 24px; }
	.sm-events-type__icon-wrap { width: 64px; height: 64px; margin-bottom: 14px; }
	.sm-events-type__icon { width: 32px; height: 32px; }
	.sm-events-type__title { font-size: 18px !important; }

	.sm-events-services--luxury { padding: 56px 0 72px; }
	.sm-events-services--luxury .sm-events-services__inner { padding: 0 16px; }
	.sm-events-services--luxury .sm-events-services__title { font-size: 30px !important; }
	.sm-events-services--luxury .sm-events-service { padding: 32px 22px; }

	.sm-events-cta--luxury { padding: 64px 0 80px; }
	.sm-events-cta--luxury .sm-events-cta__inner { padding: 0 20px; }
	.sm-events-cta--luxury .sm-events-cta__title { font-size: 36px !important; }
	.sm-events-cta__lead { font-size: 17px; }
	.sm-events-cta__stats { gap: 12px; flex-wrap: wrap; padding: 20px 0; }
	.sm-events-cta__stat-divider { display: none; }
	.sm-events-cta__stat { flex: 0 0 calc(33% - 8px); }
	.sm-events-cta__stat-num { font-size: 28px; }
	.sm-events-cta__bg-text { display: none; }
	.sm-events-cta__actions { width: 100%; flex-direction: column; }
	.sm-events-cta--luxury .sm-events-cta__btn { width: 100%; justify-content: center; }
}

@media (max-width: 460px) {
	.sm-events-types__grid { grid-template-columns: 1fr; }
}
