
*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}
body{
min-height:100vh;
display:flex;
justify-content:center;
align-items:center;
background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);
color:#fff
}
.card{
width:100%;
max-width:420px;
background:#111;
padding:25px;
border-radius:20px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,.6)
}
.avatar{
width:120px;
height:120px;
border-radius:50%;
border:4px solid #00eaff;
object-fit:cover;
margin-bottom:15px
}
.title{font-size:22px;margin-bottom:15px}
.features{list-style:none;margin-bottom:20px}
.features li{margin:8px 0;font-size:15px}
.small-text{opacity:.8}
.cta-btn{
display:block;
background:#00eaff;
color:#000;
padding:14px;
border-radius:30px;
text-decoration:none;
font-weight:bold;
margin-bottom:15px
}
.footer-line{font-size:14px;margin-bottom:6px}
.studio-link{font-size:13px}
.studio-link a{color:#00eaff;text-decoration:none}
