/* Free-tools strip under the homepage hero. CSP: style-src 'self'. */
.freebar { border-top: 1px solid #26221b; border-bottom: 1px solid #26221b; background: rgba(200,168,120,.05); }
.freebar__inner { max-width: 1080px; margin: 0 auto; padding: 12px 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; font-size: 14px; }
.freebar__eyebrow { color: #c8a878; font-weight: 800; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.freebar__link { color: #9c9fa8; }
.freebar__link strong { color: #ecedef; }
.freebar__link:hover strong { color: #e0c79a; }
.freebar__sep { color: #3a342a; }
@media (max-width: 640px) { .freebar__sep { display: none; } .freebar__inner { gap: 6px 14px; } }
