/* Wedding Why Choose Merseybeatz — 2917 | v1.0.0 */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=EB+Garamond:ital,wght@0,400;0,500;1,400&display=swap');

.wwcm-2917-wrap {
	position: relative;
	width: 100%;
	background-color: #0a0500;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.wwcm-2917-overlay {
	position: absolute;
	inset: 0;
	background: rgba(8,5,0,0.88);
	z-index: 1;
}

.wwcm-2917-inner {
	position: relative;
	z-index: 2;
	max-width: 1140px;
	margin: 0 auto;
	padding: 80px 32px;
}

/* ── HEADER ────────────────────────────────────────────────── */
.wwcm-2917-header {
	text-align: center;
	margin-bottom: 48px;
}

.wwcm-2917-heading {
	margin: 0 0 12px;
	font-family: 'Cinzel', 'Times New Roman', serif;
	font-size: 42px;
	font-weight: 700;
	color: #C6A85A;
	line-height: 1.2;
	letter-spacing: -0.3px;
}

.wwcm-2917-sub {
	margin: 0 0 20px;
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 18px;
	font-style: normal;
	color: rgba(255,255,255,0.75);
	line-height: 1.6;
}

.wwcm-2917-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 320px;
	margin: 0 auto;
}

.wwcm-2917-divider span:first-child {
	flex: 1;
	height: 1px;
	background: linear-gradient(to right, transparent, rgba(198,168,90,0.7));
}

.wwcm-2917-divider span:last-child {
	flex: 1;
	height: 1px;
	background: linear-gradient(to left, transparent, rgba(198,168,90,0.7));
}

.wwcm-2917-diamond {
	flex: 0;
	font-size: 10px;
	color: #C6A85A;
	line-height: 1;
}

/* ── GRID ───────────────────────────────────────────────────── */
.wwcm-2917-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

/* ── CARD ───────────────────────────────────────────────────── */
.wwcm-2917-card {
	position: relative;
	background: rgba(10,7,0,0.85);
	border: 1px solid rgba(198,168,90,0.35);
	border-radius: 4px;
	padding: 40px 28px 36px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wwcm-2917-card:hover {
	border-color: rgba(198,168,90,0.7);
	box-shadow: 0 0 20px rgba(198,168,90,0.1);
}

/* Popular card */
.wwcm-2917-card--popular {
	border-color: rgba(198,168,90,0.8);
	box-shadow: 0 0 30px rgba(198,168,90,0.18), inset 0 0 30px rgba(198,168,90,0.04);
}

/* Most Popular badge */
.wwcm-2917-badge {
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	background: #0a0500;
	border: 1px solid rgba(198,168,90,0.7);
	color: #C6A85A;
	font-family: 'Cinzel', serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1.5px;
	padding: 4px 14px;
	white-space: nowrap;
	border-radius: 2px;
}

/* Icon */
.wwcm-2917-icon {
	font-size: 42px;
	line-height: 1;
	filter: sepia(1) saturate(2) hue-rotate(5deg) brightness(0.9);
	margin-bottom: 4px;
}

/* Card title */
.wwcm-2917-card-title {
	margin: 0;
	font-family: 'Cinzel', 'Times New Roman', serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.35;
	letter-spacing: 0.2px;
}

/* Card desc */
.wwcm-2917-card-desc {
	margin: 0;
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255,255,255,0.72);
}

/* ── TABLET ────────────────────────────────────────────────── */
@media (max-width: 1024px) {
	.wwcm-2917-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.wwcm-2917-heading {
		font-size: 34px;
	}

	.wwcm-2917-inner {
		padding: 64px 24px;
	}
}

/* ── MOBILE ────────────────────────────────────────────────── */
@media (max-width: 767px) {
	.wwcm-2917-grid {
		grid-template-columns: 1fr;
	}

	.wwcm-2917-heading {
		font-size: 28px;
	}

	.wwcm-2917-inner {
		padding: 52px 18px;
	}

	.wwcm-2917-card {
		padding: 36px 22px 30px;
	}

	.wwcm-2917-icon {
		font-size: 36px;
	}
}
