.nav-under-title {
	display: flex;
	justify-content: center;
	margin: 0.5rem 0 2rem 0;
}
.nav-under-title .nav-links {
	justify-content: center;
	gap: 2rem;
}
nav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	box-sizing: border-box;
}
/* Extra kontrast och skuggning för AudioSphere-titel */
.audiosphere-header h1 {
	color: #fff;
	text-shadow:
		0 4px 24px #6a1b9a,
		0 2px 8px #2e003e,
		0 1px 0 #000,
		0 0 4px #fff;
	font-size: 2.7rem;
	letter-spacing: 2px;
	margin-bottom: 0.2em;
}
header.audiosphere-header {
	background: linear-gradient(90deg, #512da8 60%, #00bcd4 100%);
	color: #fff;
	padding: 2rem 2rem 1rem 2rem;
	border-radius: 0 0 16px 16px;
	text-align: center;
	box-shadow: 0 2px 12px rgba(81,45,168,0.08);
}
.audiosphere-header .subtitle {
	font-size: 1.2rem;
	color: #b2ebf2;
	margin-top: 0.5rem;
	letter-spacing: 1px;
}

main .intro {
	font-size: 1.1rem;
	margin-bottom: 2rem;
	color: #333;
	text-align: center;
}

.demo {
	background: #ede7f6;
	border-radius: 10px;
	box-shadow: 0 1px 6px rgba(81,45,168,0.04);
	padding: 2rem 1.5rem;
	margin-bottom: 2rem;
	text-align: center;
}

#play-demo {
	background: #00bcd4;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 0.8rem 1.5rem;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 1rem;
	transition: background 0.2s;
}
#play-demo:hover {
	background: #008ba3;
}

#demo-status {
	margin-top: 0.7rem;
	color: #512da8;
	font-weight: 500;
}

.features-section {
	margin-bottom: 2rem;
}
.features {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}
.features li {
	background: #fff;
	border: 2px solid #b2ebf2;
	border-radius: 8px;
	padding: 1rem 1.5rem;
	min-width: 180px;
	text-align: center;
	font-weight: 500;
	color: #512da8;
	box-shadow: 0 1px 4px rgba(0,188,212,0.04);
	opacity: 0;
}

.about {
	background: #f3e5f5;
	border-radius: 10px;
	box-shadow: 0 1px 6px rgba(81,45,168,0.04);
	padding: 2rem 1.5rem;
	margin-bottom: 2rem;
}

footer.audiosphere-footer {
	background: #512da8;
	color: #fff;
	text-align: center;
	padding: 1rem;
	border-radius: 12px;
	margin-top: 2rem;
}
