/* /free landing page */
body.freeBody .freeCard{
  width:min(100%,640px) !important;
  max-width:640px !important;
  text-align:center;
}
body.freeBody .freeFlow{
  margin-top:18px;
  display:flex;
  flex-direction:column;
  gap:16px;
  align-items:center;
}
body.freeBody .freeLead{
  margin:0;
  max-width:560px;
  line-height:1.55;
  text-align:center;
}
body.freeBody .freeLeadLast{
  color:rgba(245,245,245,.82);
}
body.freeBody .freeLead b{
  color:rgba(245,245,245,.98);
}
body.freeBody .freeBotBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:0 16px;
  border-radius:10px;
  border:0;
  background:#229ED9;
  color:#fff;
  font-weight:750;
  font-size:14px;
  line-height:1;
  letter-spacing:0;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(34,158,217,.22);
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, filter .18s ease;
  align-self:center;
}
body.freeBody .freeBotBtn:hover{
  transform:translateY(-1px);
  background:#1D93CC;
  box-shadow:0 12px 26px rgba(34,158,217,.28);
}
body.freeBody .freeBotBtn:active{
  transform:translateY(0);
  filter:brightness(.98);
}
body.freeBody .freeBotBtn:focus-visible{
  outline:2px solid rgba(255,255,255,.9);
  outline-offset:3px;
}
body.freeBody .freeBotBtnIcon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  flex:0 0 20px;
}
body.freeBody .freeBotBtnIcon img{
  display:block;
  width:20px;
  height:20px;
}
body.freeBody .freeBotBtnText{
  display:inline-flex;
  align-items:center;
}
body.freeBody .freePromoNote{
  margin:2px 0 0;
  color:rgba(245,245,245,.70);
  font-size:14px;
  line-height:1.3;
  letter-spacing:.01em;
}
body.freeBody .freePromoTitle{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
body.freeBody .freePromoLogo{
  display:block;
  width:20px;
  height:20px;
  border-radius:6px;
  flex:0 0 20px;
}
@media (max-width:560px){
  body.freeBody .freeCard{
    text-align:center;
  }
  body.freeBody .freeBotBtn{
    max-width:100%;
  }
}

/* Topic landing pages: /social-networks, /messengers, /games, /ai, /video-hosting, /other */
body.freeTopicBody .freeTopicPage{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
}
body.freeTopicBody .freeTopicHero{
  width:min(100%,760px);
  text-align:center;
  padding:18px 12px 2px;
}
body.freeTopicBody .freeTopicTitle{
  margin:0;
}
body.freeTopicBody .freeSolutionKicker{
  margin-top:0;
  color:rgba(255,255,255,.96);
  font-size:18px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.06em;
  text-align:center;
  text-transform:uppercase;
}
body.freeTopicBody .freeCard{
  margin-top:0;
}
@media (max-width:560px){
  body.freeTopicBody .freeTopicHero{
    padding:14px 8px 0;
  }
  body.freeTopicBody .freeSolutionKicker{
    font-size:16px;
  }
}
