
*{margin:0;padding:0;box-sizing:border-box}
body{
background:#0A0A0A;
color:#fff;
font-family:'Inter',sans-serif;
min-height:100vh;
}
.container{
max-width:560px;
margin:auto;
padding:40px 20px 80px;
}
.hero{text-align:center}
.logo{
width:180px;
height:180px;
object-fit:contain;
border-radius:50%;
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(20px);
padding:20px;
margin-bottom:25px;
}
h1{
font-size:54px;
font-weight:800;
margin-bottom:10px;
}
.slogan{
font-size:22px;
font-weight:700;
}
.subtitle{
color:#9A9A9A;
margin-top:10px;
}
.contact-info{
color:#777;
margin-top:15px;
line-height:1.8;
}
.contacts{margin-top:35px}
.card{
display:flex;
justify-content:space-between;
align-items:center;
background:#151515;
border:1px solid #252525;
border-radius:24px;
padding:18px 22px;
margin-bottom:12px;
text-decoration:none;
color:#fff;
transition:.25s;
}
.card:hover{
transform:translateY(-2px);
border-color:#444;
}
.left{
display:flex;
align-items:center;
gap:14px;
}
.icon{
width:24px;
height:24px;
}
.arrow{
color:#777;
font-size:18px;
}
.premium{
margin-top:24px;
background:linear-gradient(135deg,#1E1E1E,#0D0D0D);
border:1px solid #2B2B2B;
border-radius:30px;
padding:35px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,.4);
}
.premium h3{font-size:30px;margin-bottom:12px}
.premium p{color:#C5C5C5;line-height:1.6}
h2{text-align:center;margin:35px 0 18px}
.tags,.socials{
display:flex;
flex-wrap:wrap;
gap:10px;
justify-content:center;
}
.tags span,.socials div{
background:#151515;
border:1px solid #252525;
color:#fff;
padding:12px 18px;
border-radius:999px;
}
.save{
display:block;
background:#fff;
color:#000;
text-decoration:none;
text-align:center;
padding:18px;
border-radius:20px;
margin-top:30px;
font-weight:700;
}
.footer{
text-align:center;
color:#666;
margin-top:30px;
line-height:1.8;
}
