* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: 'Helvetica Neue', Arial, sans-serif;
background: #000;
color: #fff;
line-height: 1.6;
background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
padding: 40px 20px;
}

.header {
text-align: center;
margin-bottom: 30px;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}

.header h1 {
font-size: 2.5rem;
font-weight: 900;
letter-spacing: 3px;
margin-bottom: 10px;
text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.header p {
font-size: 1rem;
color: #aaa;
letter-spacing: 2px;
text-transform: uppercase;
}

.back-link {
display: inline-block;
margin-bottom: 30px;
color: #667eea;
text-decoration: none;
font-size: 1rem;
transition: all 0.3s ease;
}

.back-link:hover {
color: #764ba2;
transform: translateX(-5px);
}

.container {
max-width: 900px;
margin: 0 auto;
padding: 60px 20px 0 20px;
}

.section {
margin-bottom: 60px;
}

.section h2 {
font-size: 2rem;
margin-bottom: 20px;
color: #FF6600;
border-left: 4px solid #FF6600;
padding-left: 15px;
}

.section p {
font-size: 1.1rem;
margin-bottom: 15px;
color: #ddd;
line-height: 1.8;
}

.highlight {
background: linear-gradient(135deg, #FF6600 0%, #CC3300 50%, #8B1A1A 100%);
padding: 40px;
border-radius: 10px;
margin: 40px 0;
box-shadow: 0 0 30px rgba(255, 102, 0, 0.3);
}

.highlight h3 {
font-size: 1.5rem;
margin-bottom: 15px;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
margin: 40px 0;
border-radius: 10px;
box-shadow: 0 0 40px rgba(255, 102, 0, 0.4);
}

.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.dvd-back {
width: 100%;
max-width: 600px;
height: auto;
margin: 40px auto;
display: block;
border-radius: 10px;
box-shadow: 0 0 30px rgba(255, 102, 0, 0.3);
}

.dj-list {
background: #111;
padding: 30px;
border-radius: 10px;
border: 2px solid #333;
margin: 30px 0;
}

.dj-list h3 {
color: #FF6600;
margin-bottom: 15px;
font-size: 1.3rem;
}

.dj-list p {
font-size: 1rem;
line-height: 1.8;
color: #ccc;
}

.cta-section {
background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
padding: 60px 30px;
border-radius: 10px;
margin-top: 60px;
border: 2px solid #FF6600;
text-align: center;
box-shadow: 0 0 40px rgba(255, 102, 0, 0.2);
}

.cta-section h2 {
text-align: center;
margin-bottom: 20px;
border: none;
padding: 0;
color: #FF6600;
}

.cta-section .subtitle {
font-size: 1.2rem;
color: #aaa;
margin-bottom: 30px;
line-height: 1.6;
}

.cta-button {
display: inline-block;
background: linear-gradient(135deg, #FF6600 0%, #CC3300 50%, #8B1A1A 100%);
color: white;
font-size: 1.3rem;
font-weight: bold;
padding: 20px 60px;
border: none;
border-radius: 50px;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 2px;
text-decoration: none;
box-shadow: 0 4px 20px rgba(255, 102, 0, 0.5);
transition: all 0.3s ease;
}

.cta-button:hover {
transform: translateY(-3px);
box-shadow: 0 6px 30px rgba(255, 102, 0, 0.7);
}

footer {
text-align: center;
color: #666;
font-size: 0.85rem;
margin-top: 60px;
padding-top: 20px;
padding-bottom: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer a {
color: #667eea;
text-decoration: none;
transition: color 0.3s ease;
}

footer a:hover {
color: #764ba2;
}

footer p {
margin-bottom: 10px;
}

.party-list {
font-style: italic;
color: #FF6600;
}

@media (max-width: 768px) {
body {
padding: 30px 15px;
}
.header h1 {
font-size: 2rem;
letter-spacing: 2px;
}
.header p {
font-size: 0.85rem;
}
.container {
padding: 40px 15px;
}
.highlight, .cta-section {
padding: 25px;
}
.cta-button {
font-size: 1.1rem;
padding: 16px 40px;
}
}

.yt-section {
text-align: center;
margin: 40px 0;
}

.yt-link {
display: inline-block;
position: relative;
}

.yt-thumbnail {
max-width: 100%;
border-radius: 10px;
box-shadow: 0 0 40px rgba(255, 102, 0, 0.4);
cursor: pointer;
transition: all 0.3s ease;
}

.yt-thumbnail:hover {
transform: scale(1.02);
box-shadow: 0 0 50px rgba(255, 102, 0, 0.6);
}

.yt-play-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 4rem;
color: rgba(255, 255, 255, 0.9);
text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
pointer-events: none;
}

.yt-cta {
color: #FF6600;
margin-top: 15px;
font-size: 1.1rem;
font-weight: bold;
}

.yt-disclaimer {
color: #999;
margin-top: 15px;
font-size: 0.9rem;
font-style: italic;
max-width: 600px;
margin-left: auto;
margin-right: auto;
line-height: 1.6;
}

.order-email {
margin-top: 20px;
color: #999;
font-size: 0.95rem;
}
