:root{
--red:#d71920;
--dark:#0b0b0b;
--light:#f3e9ea;
--radius:22px;
--shadow:0 18px 50px rgba(0,0,0,0.45);
--max:1180px;
--hero-max:1400px;
}
*{
box-sizing:border-box;
}
body{
margin:0;
font-family:Arial,Helvetica,sans-serif;
background:#0b0b0b;
color:#fff;
line-height:1.5;
}
.container{
width:min(100% - 32px,var(--max));
margin:auto;
}
.hero{
padding:40px 0;
display:flex;
justify-content:center;
}
.hero-card-wrap{
background:linear-gradient(135deg,#0f0f0f 0%,#1a1a1a 100%);
border:2px solid #333;
border-radius:28px;
padding:48px;
box-shadow:0 18px 50px rgba(0,0,0,0.45);
max-width:1200px;
width:100%;
}
.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:start;
}
.eyebrow{
display:inline-block;
background:#ffffff !important;
color:#000 !important;
border-radius:999px;
padding:8px 14px;
font-size:0.8rem;
font-weight:700;
letter-spacing:.04em;
text-transform:uppercase;
margin-bottom:22px;
}
.hero-title{
margin:0 0 16px;
font-size:clamp(2.2rem,4vw,3.5rem);
line-height:.95;
letter-spacing:-.04em;
text-transform:uppercase;
color:#fff;
}
.hero-title .accent{
color:var(--red);
display:block;
}
.lead{
font-size:1.15rem;
color:#dcdcdc;
max-width:720px;
margin:0 0 30px;
}
.cta-row{
display:flex;
gap:14px;
flex-wrap:wrap;
margin-bottom:22px;
}
.btn{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:54px;
padding:0 24px;
border-radius:999px;
font-weight:800;
font-size:1rem;
cursor:pointer;
border:none;
text-decoration:none;
transition:all 0.2s ease;
}
.btn-primary{
background:var(--red);
color:#fff;
box-shadow:0 12px 30px rgba(215,25,32,.35);
}
.btn-primary:hover{
background:#c0171e;
transform:translateY(-2px);
box-shadow:0 16px 40px rgba(215,25,32,.45);
}
.btn-secondary{
background:#1b1b1b;
border:1px solid #333;
color:#fff;
}
.btn-secondary:hover{
background:#2b2b2b;
border-color:#444;
}
.microcopy{
font-size:.95rem;
color:#cfcfcf;
}
.hero-card{
padding:28px;
border-radius:var(--radius);
background:#1a1a1a;
border:2px solid #333;
box-shadow:var(--shadow);
width:100% !important;
max-width:none !important;
}
.card-kicker{
color:#ff6b6b;
font-size:.8rem;
font-weight:800;
letter-spacing:.06em;
text-transform:uppercase;
margin-bottom:14px;
}
.card-title{
font-size:1.5rem;
font-weight:900;
line-height:1.1;
margin-bottom:14px;
color:#fff;
}
.card-copy{
color:#e0e0e0;
margin-bottom:20px;
line-height:1.6;
}
.benefit-list{
display:grid;
gap:12px;
padding:0;
margin:0;
list-style:none;
}
.benefit-list li{
display:flex;
gap:12px;
background:#2a2a2a;
border-radius:16px;
padding:14px;
border:1px solid #444;
color:#e0e0e0;
transition:transform 0.2s ease, background-color 0.2s ease;
}
.benefit-list li:hover{
background:#333;
transform:translateY(-2px);
}
.tick{
width:28px;
height:28px;
border-radius:50%;
background:var(--red);
display:grid;
place-items:center;
font-weight:900;
flex:0 0 28px;
color:#fff;
font-size:14px;
}
.section{
padding:80px 0;
background:#0b0b0b;
border-radius:40px 40px 0 0;
margin-top:-40px;
position:relative;
z-index:1;
}
.section-heading{
text-align:center;
margin-bottom:30px;
}
.section-heading h2{
font-size:clamp(2rem,3vw,3rem);
margin:0 0 10px;
text-transform:uppercase;
}
.section-heading p{
color:#cfcfcf;
max-width:760px;
margin:auto;
}
.reasons-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:40px;
}
.reason{
background:#1a1a1a;
border:2px solid #333;
border-radius:20px;
padding:28px;
transition:transform 0.2s ease, box-shadow 0.2s ease;
box-shadow:0 4px 15px rgba(0,0,0,0.3);
}
.reason:hover{
transform:translateY(-4px);
box-shadow:0 8px 25px rgba(0,0,0,0.4);
border-color:#444;
}
.reason-number{
width:40px;
height:40px;
background:var(--red);
border-radius:10px;
display:grid;
place-items:center;
font-weight:900;
margin-bottom:14px;
}
.reason h3{
margin:0 0 10px;
text-transform:uppercase;
color:#fff;
font-size:1.1rem;
}
.reason p{
color:#d0d0d0;
line-height:1.6;
}
.signup-wrap{
margin-top:60px;
background:var(--light);
border-radius:28px;
padding:34px;
color:#000;
}
.signup-grid{
display:grid;
grid-template-columns:.95fr 1.05fr;
gap:30px;
}
.signup-copy h2{
font-size:clamp(2rem,3.6vw,3.2rem);
margin:0 0 14px;
text-transform:uppercase;
color:#000;
}
.signup-copy p{
color:#222;
}
.urgency-box{
margin-top:20px;
padding:18px;
background:rgba(0,0,0,.1);
border-left:4px solid var(--red);
border-radius:14px;
color:#000;
}
.form-card{
background:#fff;
border-radius:24px;
padding:28px;
box-shadow:0 8px 30px rgba(0,0,0,0.15);
border:1px solid #e0e0e0;
}
.form-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px;
}
.field{
display:flex;
flex-direction:column;
gap:6px;
}
.ticket-types-container{
margin-top:20px;
}
.ticket-type-field{
background:#f8f9fa;
border:2px solid #e9ecef;
border-radius:16px;
padding:20px;
margin-bottom:16px;
transition:all 0.3s ease;
}
.ticket-type-field:hover{
border-color:#dee2e6;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
}
.ticket-type-header{
font-weight:700;
color:#495057;
margin-bottom:12px;
font-size:1rem;
display:flex;
align-items:center;
gap:8px;
}
.ticket-type-number{
background:var(--red);
color:#fff;
width:28px;
height:28px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:14px;
font-weight:900;
}
.ticket-type-select{
width:100%;
min-height:50px;
border-radius:12px;
border:2px solid #ced4da;
padding:12px;
font:inherit;
background:#fff;
transition:border-color 0.2s ease;
}
.ticket-type-select:focus{
outline:none;
border-color:var(--red);
box-shadow:0 0 0 3px rgba(215,25,32,.1);
}
.ticket-type-select:required:invalid{
border-color:#dc3545;
}
.field.full{
grid-column:1/-1;
}
label{
font-weight:700;
font-size:.9rem;
color:#000;
}
input,
select{
width:100%;
min-height:50px;
border-radius:12px;
border:1px solid #ccc;
padding:12px;
font:inherit;
transition:border-color 0.2s ease;
}
input:focus,
select:focus{
outline:none;
border-color:var(--red);
box-shadow:0 0 0 3px rgba(215,25,32,.1);
}
.consent{
display:flex;
gap:10px;
margin-top:14px;
font-size:.9rem;
color:#222;
align-items:flex-start;
}
.consent input[type="checkbox"]{
width:auto;
min-height:auto;
margin-top:2px;
flex:0 0 auto;
}
.submit-wrap{
margin-top:16px;
display:flex;
gap:12px;
flex-wrap:wrap;
align-items:center;
}
.fine-print{
font-size:.8rem;
color:#444;
}
.form-message{
margin-top:16px;
padding:12px;
border-radius:8px;
font-weight:600;
}
.form-message.success{
background:#d4edda;
color:#155724;
border:1px solid #c3e6cb;
}
.form-message.error{
background:#f8d7da;
color:#721c24;
border:1px solid #f5c6cb;
}
.form-message.loading{
background:#d1ecf1;
color:#0c5460;
border:1px solid #bee5eb;
}
.btn:disabled{
opacity:0.6;
cursor:not-allowed;
transform:none !important;
}
@media(max-width:900px){
.hero-grid,
.signup-grid,
.reasons-grid{
grid-template-columns:1fr;
}
}
@media(max-width:640px){
.hero-card-wrap{
padding:24px;
}
.signup-wrap,
.hero-card{
padding:22px;
}
.form-grid{
grid-template-columns:1fr;
}
.cta-row,
.submit-wrap{
flex-direction:column;
align-items:stretch;
}
.btn{
width:100%;
}
}