/* DJ on Wheels — polished city landing promo */

.dm-djw {
	--dm-djw-purple: #5c00ce;
	--dm-djw-purple-2: #7c2ae8;
	--dm-djw-lavender: #c9a8ff;
	background:
		radial-gradient(920px 480px at 85% 15%, rgba(92, 0, 206, 0.22) 0%, transparent 58%),
		radial-gradient(700px 420px at 8% 90%, rgba(124, 42, 232, 0.12) 0%, transparent 52%),
		linear-gradient(180deg, #12061f 0%, #0a0412 100%);
	color: #f4f0ff;
	padding: 3.5rem 0 4rem;
}

.dm-djw__panel {
	position: relative;
	padding: 2.25rem 2rem;
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.015) 100%);
	border: 1px solid rgba(140, 80, 255, 0.22);
	box-shadow:
		0 24px 60px rgba(0, 0, 0, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	overflow: hidden;
}

.dm-djw__panel::before {
	content: "";
	position: absolute;
	inset: auto -20% -40% auto;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(92, 0, 206, 0.28) 0%, transparent 70%);
	pointer-events: none;
}

.dm-djw__content {
	position: relative;
	z-index: 1;
	max-width: 520px;
}

.dm-djw__label {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0 1rem;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	font-family: "Rajdhani", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--dm-djw-lavender);
	background: rgba(92, 0, 206, 0.22);
	border: 1px solid rgba(201, 168, 255, 0.28);
}

.dm-djw__label .fa {
	color: var(--dm-djw-lavender);
	font-size: 0.85rem;
}

.dm-djw__title {
	font-family: "Rajdhani", sans-serif;
	font-size: clamp(2.35rem, 5vw, 3.4rem);
	font-weight: 700;
	line-height: 1.02;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	color: #fff;
	margin: 0 0 0.75rem;
}

.dm-djw__accent {
	background: linear-gradient(135deg, #e6d4ff 0%, var(--dm-djw-lavender) 45%, #a56bff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.dm-djw__subtitle {
	font-family: "Rajdhani", sans-serif;
	font-size: clamp(1.2rem, 2.5vw, 1.45rem);
	font-weight: 600;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.95);
	margin: 0 0 0.85rem;
}

.dm-djw__desc {
	font-size: 1.02rem;
	line-height: 1.7;
	color: rgba(244, 240, 255, 0.72);
	margin: 0 0 1.35rem;
	max-width: 460px;
}

.dm-djw__features {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	list-style: none;
	padding: 0;
	margin: 0 0 1.75rem;
}

.dm-djw__feature {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	font-family: "Rajdhani", sans-serif;
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.dm-djw__feature .fa {
	color: var(--dm-djw-lavender);
	font-size: 0.75rem;
}

.dm-djw__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.8rem;
}

.dm-djw__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 52px;
	padding: 0.9rem 1.7rem;
	font-family: "Rajdhani", sans-serif;
	font-size: 1.02rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none;
	border-radius: 999px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dm-djw__btn--primary {
	background: linear-gradient(135deg, var(--dm-djw-purple) 0%, var(--dm-djw-purple-2) 100%);
	color: #fff;
	border: 2px solid transparent;
	box-shadow: 0 10px 28px rgba(92, 0, 206, 0.42);
}

.dm-djw__btn--primary:hover,
.dm-djw__btn--primary:focus {
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 14px 36px rgba(92, 0, 206, 0.55);
}

.dm-djw__btn--secondary {
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.55);
}

.dm-djw__btn--secondary:hover,
.dm-djw__btn--secondary:focus {
	color: #fff;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
	transform: translateY(-2px);
}

.dm-djw__media {
	position: relative;
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	border: 1px solid rgba(140, 80, 255, 0.3);
	box-shadow:
		0 22px 48px rgba(0, 0, 0, 0.45),
		0 0 0 1px rgba(255, 255, 255, 0.04) inset;
	background: #140828;
}

.dm-djw__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
	transform: scale(1.01);
	transition: transform 0.45s ease;
}

.dm-djw__media:hover .dm-djw__img {
	transform: scale(1.04);
}

.dm-djw__badge {
	position: absolute;
	left: 16px;
	bottom: 16px;
	z-index: 2;
	padding: 0.5rem 0.9rem;
	border-radius: 10px;
	font-family: "Rajdhani", sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #fff;
	background: rgba(92, 0, 206, 0.92);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(6px);
}

@media screen and (max-width: 991px) {
	.dm-djw {
		padding: 2.75rem 0 3.25rem;
	}

	.dm-djw__panel {
		padding: 1.5rem 1.25rem 1.75rem;
		border-radius: 20px;
	}

	.dm-djw__content {
		max-width: none;
		text-align: center;
	}

	.dm-djw__label {
		justify-content: center;
	}

	.dm-djw__desc {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}

	.dm-djw__features,
	.dm-djw__actions {
		justify-content: center;
	}

	.dm-djw__media {
		aspect-ratio: 16 / 10;
		max-width: 640px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 575px) {
	.dm-djw__btn {
		width: 100%;
	}

	.dm-djw__feature {
		font-size: 0.82rem;
	}

	.dm-djw__media {
		aspect-ratio: 5 / 4;
		border-radius: 16px;
	}
}
