body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
background:#0f172a;
color:white;
}

h1,h2,h3{margin:0 0 10px;}

.hero{
padding:60px 20px;
background:linear-gradient(135deg,#1e293b,#020617);
}

.hero-container{
max-width:1100px;
margin:auto;
display:flex;
flex-wrap:wrap;
align-items:center;
gap:40px;
}

.hero-image img{
width:280px;
border-radius:20px;
box-shadow:0 10px 40px rgba(0,0,0,.5);
}

.hero-text{flex:1;}

.transform{
font-weight:400;
color:#cbd5f5;
margin-bottom:20px;
}

.trust{
opacity:.85;
margin-bottom:25px;
}

.cta-primary{
display:inline-block;
background:#22c55e;
padding:16px 26px;
border-radius:12px;
text-decoration:none;
color:#022c22;
font-weight:bold;
transition:.2s;
}

.cta-primary:hover{
transform:scale(1.05);
}

.price{
margin-top:15px;
font-size:14px;
color:#a5b4fc;
}

.about{
padding:70px 20px;
background:#020617;
text-align:center;
}

.about-grid{
max-width:1100px;
margin:40px auto;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:25px;
}

.card{
background:rgba(255,255,255,.05);
padding:20px;
border-radius:14px;
backdrop-filter:blur(8px);
}

.schedule{
padding:60px 20px;
text-align:center;
}

.schedule-placeholder{
margin-top:20px;
border:2px dashed #475569;
padding:30px;
border-radius:15px;
}

.days{
max-width:1100px;
margin:auto;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:25px;
}

.day{
background:#020617;
padding:20px;
border-radius:15px;
}

.day ul{
padding-left:18px;
line-height:1.8;
}

.bonus{
padding:70px 20px;
text-align:center;
}

.bonus-grid{
max-width:1000px;
margin:40px auto;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:25px;
}

.bonus-card{
background:rgba(34,197,94,.08);
border:1px solid rgba(34,197,94,.2);
padding:20px;
border-radius:14px;
}

.payment{
padding:70px 20px;
text-align:center;
background:#020617;
}

.qr-box img{
width:200px;
margin:20px 0;
}

.seal{
width:120px;
height:120px;
border-radius:50%;
border:4px solid #22c55e;
margin:30px auto 10px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}

.seal span{
font-size:38px;
font-weight:bold;
color:#22c55e;
}

.cta-final{
display:inline-block;
margin-top:30px;
background:#22c55e;
color:#022c22;
padding:18px 36px;
border-radius:14px;
font-size:18px;
font-weight:bold;
text-decoration:none;
}

footer{
padding:40px 20px;
text-align:center;
background:#000;
color:#94a3b8;
}
