.heritage-badge {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.5rem;
    background: #EBEDF0;
    border-radius: 8px;
    max-width: 350px;
}
.heritage-badge .years {
    font-size: 3rem;
    font-weight: 700;
    color: #50C602;
    line-height: 1;
}
.heritage-badge .text {
    font-size: 1rem;
    line-height: 1.4;
    color: #6C757D;
}
.bg-gradient-dark-translucent {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
}
A.navbar-brand SPAN IMG {
    max-height: 100px;
    height: auto;
}
A.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.list-style-none {
    list-style: none;
}
.bg-dark-gradient {
    background: linear-gradient(to bottom right, #000000, #4A4A4A) rgba(235, 176, 176, 0) !important;
}
