/* Wedding DJ Hero Section — 2890 | v1.1.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;1,500&display=swap');

.wdh-2890-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 700px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

/* Warm cinematic dark overlay — matches the amber/brown tones in the image */
.wdh-2890-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(10, 5, 0, 0.72) 0%,
		rgba(20, 10, 0, 0.55) 40%,
		rgba(10, 5, 0, 0.70) 100%
	);
	z-index: 1;
}

.wdh-2890-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 90px 32px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
}

/* ── TOP LINE ─────────────────────────────────────────────── */
.wdh-2890-topline {
	margin: 0 0 10px;
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.5px;
	color: #C6A85A;
	line-height: 1.4;
}

/* Gold diamond divider after top line */
.wdh-2890-topline::after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: linear-gradient(to right, transparent, #C6A85A, transparent);
	margin: 10px auto 0;
}

/* ── H1 HEADING ───────────────────────────────────────────── */
.wdh-2890-heading {
	margin: 14px 0 0;
	font-family: 'Cinzel', 'Times New Roman', serif;
	font-size: 58px;
	font-weight: 700;
	line-height: 1.15;
	color: #FFFFFF;
	text-shadow: 0 2px 24px rgba(0,0,0,0.6), 0 1px 4px rgba(0,0,0,0.4);
	letter-spacing: -0.5px;
}

/* Gold diamond divider after heading */
.wdh-2890-heading::after {
	content: '\25C6';
	display: block;
	font-size: 12px;
	color: #C6A85A;
	margin-top: 18px;
	letter-spacing: 8px;
}

/* ── HOOK TEXT ────────────────────────────────────────────── */
.wdh-2890-hook {
	margin: 14px 0 0;
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 19px;
	font-style: italic;
	line-height: 1.65;
	color: rgba(255,255,255,0.92);
	max-width: 700px;
	text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

/* ── SUB TEXT ─────────────────────────────────────────────── */
.wdh-2890-sub {
	margin: 20px 0 0;
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 16px;
	font-style: normal;
	color: rgba(255,255,255,0.80);
	letter-spacing: 1px;
	text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* Gold diamond divider after sub text */
.wdh-2890-sub::after {
	content: '\25C6';
	display: block;
	font-size: 12px;
	color: #C6A85A;
	margin-top: 18px;
	letter-spacing: 8px;
}

/* ── TRUST LINE ───────────────────────────────────────────── */
.wdh-2890-trust {
	display: none;
}

/* ── CTA BUTTON ───────────────────────────────────────────── */
.wdh-2890-btn-wrap {
	margin-top: 22px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.wdh-2890-btn {
	display: inline-block;
	background: linear-gradient(135deg, #b8963e 0%, #C6A85A 40%, #d4b96a 60%, #b8963e 100%);
	color: #1a0e00;
	text-decoration: none;
	font-family: 'Cinzel', serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.8px;
	padding: 17px 48px;
	border-radius: 3px;
	border: 1px solid rgba(198,168,90,0.6);
	box-shadow: 0 0 0 1px rgba(198,168,90,0.25), 0 4px 20px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.15);
	transition: all 0.3s ease;
	white-space: normal;
	text-align: center;
	max-width: 480px;
}

.wdh-2890-btn:hover {
	background: linear-gradient(135deg, #c9a84c 0%, #d4b96a 40%, #e0c97a 60%, #c9a84c 100%);
	box-shadow: 0 0 0 1px rgba(198,168,90,0.5), 0 6px 28px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.2);
	transform: translateY(-2px);
	color: #0d0700;
}

/* ── MICRO TEXT ───────────────────────────────────────────── */
.wdh-2890-micro {
	margin: 14px 0 0;
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 14px;
	font-style: italic;
	color: rgba(255,255,255,0.65);
	letter-spacing: 0.2px;
}

/* ── URGENCY LINE ─────────────────────────────────────────── */
.wdh-2890-urgency {
	margin: 10px 0 0;
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 14px;
	font-style: italic;
	color: #C6A85A;
	letter-spacing: 0.2px;
}

/* ── MOBILE ───────────────────────────────────────────────── */
@media (max-width: 767px) {
	.wdh-2890-heading {
		font-size: 34px;
		letter-spacing: -0.3px;
	}

	.wdh-2890-hook {
		font-size: 17px;
	}

	.wdh-2890-inner {
		padding: 70px 22px;
	}

	.wdh-2890-btn {
		width: 100%;
		max-width: 100%;
		display: block;
		padding: 18px 20px;
		font-size: 14px;
	}

	.wdh-2890-btn-wrap {
		width: 100%;
	}
}
