.gg-footer {
    background: var(--gg-primary);
    color: rgba(255,255,255,0.7);
    padding: 40px 0 24px;
    margin-top: 0;
}

.gg-footer-inner {
    max-width: var(--gg-max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gg-footer-brand {
    text-align: center;
}

.gg-footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 8px;
}
.gg-footer-logo-img {
    height: 36px;
    width: 36px;
    object-fit: contain;
}
.gg-footer-brand h3 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0;
    margin-top: 8px;
}

.gg-footer-brand p {
    font-size: 0.85rem;
    line-height: 1.5;
}

.gg-footer-tagline {
    max-width: var(--gg-max-width);
    margin: 12px auto 0;
    padding: 0 24px;
    text-align: center;
    font-size: 0.85rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.7);
}

.gg-footer-links {
    display: flex;
    gap: 48px;
}

.gg-footer-links h4 {
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
}

.gg-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gg-footer-links li {
    margin-bottom: 6px;
}

.gg-footer-links a {
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.15s;
}

.gg-footer-links a:hover {
    color: #fff;
}

.gg-footer-nav {
    max-width: var(--gg-max-width);
    margin: 24px auto 0;
    padding: 16px 24px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}
.gg-footer-nav--legal {
    margin-top: 8px;
    padding-top: 0;
    border-top: 0;
    gap: 24px;
}
.gg-footer-nav--legal a {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.55);
}
.gg-footer-nav a {
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.15s;
}
.gg-footer-nav a:hover {
    color: #fff;
}
.gg-footer-bottom {
    max-width: var(--gg-max-width);
    margin: 12px auto 0;
    padding: 0 24px;
    text-align: center;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .gg-footer-inner {
        flex-direction: column;
    }

    .gg-footer-brand {
        flex: none;
    }

    .gg-footer-tagline {
    max-width: var(--gg-max-width);
    margin: 12px auto 0;
    padding: 0 24px;
    text-align: center;
    font-size: 0.85rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.7);
}

.gg-footer-links {
        flex-direction: column;
        gap: 24px;
    }
}

/* Hide footer on no-footer template pages */
.page-template-page-no-footer .gg-footer { display: none; }

/* Hide footer on all program pages */
.gg-program-page .gg-footer { display: none; }
