
body{
font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
background:white;
margin:0;
display:flex;
justify-content:center;
align-items:center;
height:100vh;
color:#111;
}

.container{
text-align:center;
max-width:700px;
padding:40px;
}

.badge{
font-size:13px;
letter-spacing:2px;
color:#666;
margin-bottom:20px;
}

h1{
font-size:56px;
margin:0 0 10px 0;
}

.subtitle{
color:#555;
font-size:18px;
margin-bottom:30px;
}

.price{
font-size:40px;
font-weight:700;
margin-bottom:25px;
}

.button{
display:inline-block;
padding:14px 22px;
border-radius:10px;
background:#111;
color:white;
text-decoration:none;
font-weight:600;
}

.button:hover{
opacity:0.85;
}

.email{
margin-top:20px;
color:#666;
font-size:14px;
}
