:root{
  --regaxia-green:#075c50;
  --regaxia-green-deep:#043f38;
  --regaxia-lime:#a9d52a;
  --regaxia-gold:#d8b45a;
}

/* Regaxia brand layer. Loaded last so the LP and official site share one visual identity. */
.site-header .next-express-brand{
  flex-basis:clamp(180px,16vw,238px);
  height:76px;
}
.site-header .next-express-brand img,
.site-header.scrolled .next-express-brand img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left center;
}
.next-express-footer-logo{width:min(310px,100%)}
.next-express-footer-logo img{width:100%;height:auto}
.exclusive-label span,.hero-proof span:first-child{border-color:rgba(169,213,42,.58)}
.button.primary,.header-contact,.mobile-conversion-bar a:first-child{background:var(--regaxia-lime);color:#062f2a}
.button.primary:hover,.header-contact:hover{background:#bce63a}
.site-footer{background:var(--regaxia-green-deep)}
.inline-service-link{color:var(--regaxia-green);font-weight:700}
.consult-brand{display:flex;align-items:center;width:210px;height:70px;margin-right:auto}
.consult-brand img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}

@media(max-width:720px){
  .site-header .next-express-brand{flex-basis:126px;height:62px}
  .site-header .next-express-brand img,
  .site-header.scrolled .next-express-brand img{width:124px;height:60px}
  .next-express-footer-logo{width:220px}
  .consult-brand{width:126px;height:58px}
}
