/* Members area footer - modern, professional styling */
.members-footer{
  position: relative;
  background: linear-gradient(180deg, #000 0%, #0a0a0a 100%);
  color: #e2e8f0;
  padding: 32px 0 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.8);
}

/* Trial notice (moved from inline) */
.trialCount {
  position: fixed; bottom: 10px; right: 10%; background-color: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 2px black; padding: 5px; border: 1px solid #ccc; width: 100%;
  max-width: 570px; text-align: center; z-index: 1000;
}
.trialCount { font-size: 16px; font-weight: 800; }
#trialCount button {
  background-color: rgba(63, 6, 109, 1); color: #fff; border: none; padding: 10px 30px;
  cursor: pointer; margin: 10px 0; font-size: 22px; font-weight: 800;
}
@media (max-width: 600px) {
  .trialCount { bottom: 5px; right: 0 !important; }
}

.footer-accent{ position:absolute; inset:0 0 auto 0; height:2px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent); box-shadow: 0 0 25px rgba(255,255,255,.15); }

/* New footer layout: columns + follow us + legal + logos */
.footer-columns{ display:flex; justify-content:space-between; align-items:flex-start; gap:32px; padding:20px 0; border-bottom:1px solid rgba(255,255,255,.08); }
.footer-left{ flex:1; }
.footer-right{ width:280px; text-align:left; }
.footer-lists{ display:flex; gap:40px; flex-wrap:wrap; }
.footer-list{ list-style:none; margin:0; padding:0; display:grid; gap:10px; min-width:180px; }
.footer-list a{ color:#cbd5e1; text-decoration:none; font-size:13px; }
.footer-list a:hover{ color:#fff; text-decoration:underline; }

.follow-heading{ color:#fff; margin:0 0 12px; font-weight:800; font-size:16px; }
.social-square{ display:flex; gap:14px; }
.social-square a{ width:44px; height:44px; display:flex; align-items:center; justify-content:center; border-radius:10px; background:#0f0f10; border:1px solid rgba(255,255,255,.12); color:#e2e8f0; font-size:18px; }
.social-square a:hover{ background:#151515; }

.footer-legal{ text-align:center; color:#9aa4b2; font-size:12px; line-height:1.6; padding:16px 0 8px; }
.footer-legal a{ color:#cbd5e1; text-decoration:none; }
.footer-legal a:hover{ color:#fff; text-decoration:underline; }

.footer-logos{ display:flex; justify-content:center; align-items:center; gap:16px; padding-top:6px; flex-wrap:wrap; }
.footer-logos img{ height:25px; width:auto; display:block; }
.lander-copy{ max-width: 980px; margin: 0 auto; }

@media (max-width: 768px){
  .footer-columns{ flex-direction:column; gap:18px; }
  .footer-right{ width:100%; }
}
