/* -----------------------------------------------------------------------------
   Footer — dark footer layout, links, social icons, EU badge
----------------------------------------------------------------------------- */

footer.section {
    background-color: #14161A !important;
    color: #bdc3c7 !important;
    border-top: 1px solid rgba(123, 185, 62, 0.1);
}

footer h4, footer .has-text-weight-bold {
    color: #ffffff !important;
}

footer p {
    color: #bdc3c7 !important;
}

footer a {
    color: rgba(255,255,255,0.65) !important;
    text-decoration: none;
    transition: color 0.2s;
}

footer a:hover {
    color: var(--primary-green) !important;
    text-decoration: none;
}

footer ul li a.button.is-ghost {
    color: rgba(255,255,255,0.65) !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background: transparent !important;
    border: none !important;
    transition: color 0.2s;
}

footer ul li a.button.is-ghost:hover {
    color: var(--primary-green) !important;
    background-color: transparent !important;
    text-decoration: none;
}

footer small {
    color: rgba(255,255,255,0.5) !important;
}

footer a img {
    transition: opacity 0.3s ease;
}

footer a:hover img {
    opacity: 0.8;
}

.footer-eu img {
    height: 36px;
    display: block;
    margin: 0 auto;
}

/* --- NAV COLUMNS --- */
.footer-col-title {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--primary-green) !important;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(123,185,62,0.2);
    display: block;
}

.footer-col-group {
    margin-top: 1.25rem;
}

.footer-group-label {
    display: block;
    font-size: 0.62rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(123,185,62,0.9) !important;
    margin-bottom: 0.25rem;
    padding-left: 0.5rem;
}

.footer-group-label a {
    color: rgba(123,185,62,0.9) !important;
}

.footer-group-label a:hover {
    color: var(--primary-green) !important;
}

footer hr {
    background-color: rgba(123,185,62,0.2) !important;
}

/* --- BOTTOM BAR --- */
.footer-eu {
    padding-top: 1rem;
}
