.footer{
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(7,10,18,0.55);
  backdrop-filter: blur(10px);
  margin-top: auto; /* sticky footer */
}

.footer-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 12px;
  color: rgba(255,255,255,0.55);
  font-size: 12px;
}

/* extra footer links row */
.footer-links{
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 18px 0 18px;
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  color: rgba(255,255,255,0.55);
  font-size: 12px;
}

.footer-sep{ opacity: .5; }

.madeby{
  color: rgba(255,255,255,0.75);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255,255,255,0.35);
}

.madeby:hover{
  color: rgba(255,255,255,0.92);
  border-bottom-color: rgba(255,255,255,0.6);
}

.footer a{color: rgba(255,255,255,0.70);}
.footer a:hover{color: rgba(255,255,255,0.92);}

/* Reduce hero top spacing on mobile — 30% closer to header */
@media (max-width: 767px){
  .slider-style-1.variation-default .inner.mt--140{
    margin-top: 98px !important;
  }
}

/* Keep all footer links on one line on mobile */
@media (max-width: 600px){
  .footer-links{
    gap: 6px 8px;
    font-size: 10px;
    flex-wrap: nowrap;
    padding: 10px 10px 0;
    white-space: nowrap;
  }
  .footer-inner{
    font-size: 11px;
    padding: 10px 10px;
  }
  /* Hide back-to-top button on mobile */
  .rbt-progress-parent{
    display: none !important;
  }
}

/* Make back-to-top arrow more visible */
.rbt-progress-parent::after{
  color: rgba(255,255,255,0.85) !important;
}
.rbt-progress-parent:hover::after{
  color: #fff !important;
}
.rbt-progress-parent svg.rbt-back-circle path{
  stroke: rgba(255,255,255,0.7) !important;
  opacity: 1 !important;
}

.muted{ color: var(--muted); }
.muted2{ color: var(--muted2); }

.small{ font-size: 12px; }
hr.sep{
  border:0;
  border-top:1px solid var(--border);
  margin: 20p
}