/* Assets base da Landing Page NegociaLote */
html {
    scroll-behavior: smooth;
}

.hero-brand-glow {
    position: relative;
}

.hero-brand-glow::after {
    content: '';
    position: absolute;
    inset: auto -20% -30% -20%;
    height: 120px;
    background: radial-gradient(circle, rgba(22, 163, 74, 0.25) 0%, rgba(22, 163, 74, 0) 70%);
    pointer-events: none;
}

.brand-logo {
    object-fit: contain;
}
