.premium-card{
  background:#111111;
  border:1px solid rgba(255,255,255,.08);
  border-radius:32px;
  padding:32px;
  backdrop-filter:blur(20px);
}

.contact-card{
  background:#111111;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:24px;
  transition:.25s;
}

.contact-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,255,255,.2);
}

.contact-card i{
  font-size:28px;
}

.contact-card h3{
  margin-top:16px;
  font-weight:700;
}

.contact-card p{
  margin-top:8px;
  color:rgba(255,255,255,.6);
  font-size:14px;
}

.premium-input{
  width:100%;
  background:#0a0a0a;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:16px 18px;
  color:white;
}

.premium-input:focus{
  outline:none;
  border-color:white;
}

.social-btn{
  width:48px;
  height:48px;
  border-radius:16px;
  background:#0a0a0a;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.08);
}

.social-btn:hover{
  border-color:white;
}