.home-page{
  padding:16px 0 0
}

.home-section-heading{
  margin-bottom:10px
}

.home-section-heading-between{
  display:flex;
  align-items:center;
  justify-content:space-between
}

.home-section-heading h2{
  margin:0;
  font-size:16px
}

.home-section-heading a{
  color:var(--color-primary);
  font-size:12px;
  font-weight:600
}

.site-footer{
  margin-top:22px
}

.site-footer-grid{
  display:grid;
  grid-template-columns:1.5fr repeat(3,1fr) 1.4fr;
  gap:34px;
  padding:28px 0
}

.site-footer-brand img{
  max-width:150px;
  max-height:40px
}

.site-footer-brand p,
.site-footer-newsletter p{
  margin:10px 0 0;
  color:var(--color-text-muted);
  font-size:11px;
  line-height:1.5
}

.site-footer-column{
  display:flex;
  flex-direction:column;
  gap:6px
}

.site-footer-column strong,
.site-footer-newsletter strong{
  margin-bottom:5px;
  font-size:11px
}

.site-footer-column a{
  color:var(--color-text-muted);
  font-size:10px
}

.site-footer-newsletter-form{
  display:flex;
  margin-top:12px
}

.site-footer-newsletter-form input{
  width:100%;
  height:34px;
  min-width:0;
  padding:0 10px;
  border:1px solid var(--color-border);
  border-radius:6px 0 0 6px;
  outline:none;
  background:var(--color-surface);
  color:var(--color-text)
}

.site-footer-newsletter-form button{
  width:36px;
  border:0;
  border-radius:0 6px 6px 0;
  background:var(--color-primary);
  color:#fff
}

.site-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:44px;
  font-size:9px
}

.site-footer-bottom div{
  display:flex;
  gap:16px
}