* {
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: 50px;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}

.header img {
max-width: 600px;
width: 100%;
height: auto;
margin: 20px auto;
display: block;
filter: drop-shadow(0 8px 30px rgba(102, 126, 234, 0.4));
}

.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: #fff;
border-left: 4px solid #fff;
padding-left: 15px;
}

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

.highlight {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 40px;
border-radius: 10px;
margin: 40px 0;
}

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

.form-section {
background: #111;
padding: 50px 30px;
border-radius: 10px;
margin-top: 60px;
border: 1px solid #333;
}

.form-section h2 {
text-align: center;
margin-bottom: 30px;
border: none;
padding: 0;
}

.klaviyo-form-XqrbcS {
max-width: 500px;
margin: 0 auto;
}

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;
}

@media (max-width: 768px) {
body {
padding: 30px 15px;
}
.header {
margin-bottom: 35px;
}
.header img {
max-width: 500px;
}
.header h1 {
font-size: 2rem;
letter-spacing: 2px;
}
.header p {
font-size: 0.85rem;
}
.container {
padding: 40px 15px;
}
.highlight {
padding: 25px;
}
}

@media (max-width: 480px) {
.header img {
max-width: 400px;
}
}

.section-image {
max-width: 100%;
height: auto;
margin: 30px auto;
border-radius: 8px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
display: block;
}

.form-section .form-intro {
text-align: center;
margin-bottom: 30px;
color: #aaa;
}

.form-section .btn-wrapper {
text-align: center;
margin-bottom: 30px;
}

#signupBtn {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
font-size: 1.2rem;
font-weight: bold;
padding: 18px 50px;
border: none;
border-radius: 50px;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 2px;
box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
transition: all 0.3s ease;
}

#signupBtn:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.form-section .form-note {
text-align: center;
margin-bottom: 20px;
color: #999;
font-size: 0.85rem;
line-height: 1.6;
}
