
html{scroll-behavior:smooth}
body{
    background:var(--hs-bg);
    color:var(--hs-text);
    text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto}
a{transition:color .2s ease, opacity .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease}
input,select,textarea,button{font:inherit}
.hs-env-pill{
    position:fixed;left:12px;bottom:12px;z-index:9999;
    padding:7px 10px;border-radius:999px;
    background:rgba(198,168,90,.16);color:var(--hs-gold);
    border:1px solid var(--hs-border-strong);font-size:11px;letter-spacing:.14em;
}
.luxe-section,.luxe-benefits,.hs-home-promo,.hs-quiz-banner-home{scroll-margin-top:100px}
