.site-header{
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.92)!important;
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.site-brand{
  gap:.9rem;
}

.site-nav-list{
  gap:.2rem;
}

.site-nav-list .nav-link{
  font-weight:600;
  color:#1f2937!important;
}

.site-nav-list .nav-link:hover{
  color:var(--red)!important;
}

.site-header-cta{
  border-radius:999px;
  padding:.75rem 1.1rem;
  font-weight:700;
}

.site-footer{
  background:
    radial-gradient(circle at top left, rgba(231,76,60,.07), transparent 32%),
    radial-gradient(circle at top right, rgba(39,174,96,.08), transparent 28%),
    #fff;
}

.site-footer-summary{
  max-width:26rem;
  color:#6b7280;
}

.site-footer-note{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.45rem .7rem;
  border-radius:999px;
  background:#f3fbf6;
  color:#0b7c2f;
  font-size:.82rem;
  font-weight:700;
}

.site-footer-bottom{
  border-top:1px solid rgba(0,0,0,.06);
}

@media (max-width: 767.98px){
  .site-header-cta{width:100%}
  .site-footer-top,
  .site-footer .row > div,
  .site-footer-summary{ text-align:center }
  .site-footer .row{
    justify-content:center;
  }
  .site-footer .row > div{
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  .site-footer .list-unstyled{
    width:100%;
    text-align:center;
  }
  .site-footer p,
  .site-footer h6{
    text-align:center;
  }
  .site-footer-summary{ margin-left:auto; margin-right:auto }
  .site-footer-social{ justify-content:center }
  .site-footer-note{ justify-content:center }
  .site-footer-bottom{justify-content:center!important;text-align:center}
}
