/* CTA + audit process: text used to clip at 750px and sit under the 151px banner. */
.section-banner{
  height:auto!important;
  min-height:151px;
  overflow:visible;
  box-sizing:border-box;
}
.section-banner h3{
  line-height:1.15;
  margin:0 0 .35em;
}
.section-banner p{
  position:relative;
  z-index:1;
}
.ant-row.mb-4 .ant-col.section-gray{
  max-height:none!important;
  overflow:visible!important;
}

/* Rollback leftover: extra </div> dumped footer onto body and #__next stayed 100vh. */
html, body, #__next{
  height:auto!important;
  min-height:100%;
}
.ant-layout.fp-wrapper{
  height:auto!important;
  min-height:100%;
}
#home .product-list{
  justify-content:flex-start!important;
  column-gap:24px;
}
#home .product-list > .ant-col{
  max-width:380px;
}
#homeParticles{
  background:#050308!important;
}
#homeParticles canvas{
  display:block;
  width:100%;
  height:100%;
  pointer-events:none;
}

/* Lockup sits in the bar — no black plaque. */
.head-container .logo{
  width:auto!important;
  height:47px!important;
  display:flex!important;
  align-items:center;
  background:transparent!important;
  box-shadow:none!important;
}
.head-container .logo img,
.fp-header .logo img,
header a img[src*="hashproof"]{
  height:36px!important;
  width:auto!important;
  max-width:none!important;
  background:none!important;
  box-shadow:none!important;
  border-radius:0!important;
  display:block;
}

/* Higgs circuit plate for the 2025 review banner (intro_bg_01 was 404). */
.section-banner,
.section-banner.section-dark{
  background-color:#0a0c10!important;
  background-image:url(/static/new/hp-review-banner-v2.jpg)!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
  background-position:center right!important;
}
