/**
 * Nerdin — Rodapé global (padrão da home)
 */

.nerdin-site-footer {
    margin-top: 0;
    padding-top: 3.25rem;
    padding-bottom: 4.25rem;
    background-color: #0F1A32;
}

.nerdin-footer-grid {
    margin-bottom: 0;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
}

.nerdin-footer-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nerdin-footer-col > .nerdin-footer-heading {
    margin-top: 0;
}

.nerdin-footer-heading {
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 600;
    margin-bottom: 1.35rem;
    letter-spacing: 0.01em;
    line-height: 1.3;
    text-align: center;
    width: 100%;
}

.nerdin-footer-links {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
}

.nerdin-footer-links li {
    margin-bottom: 0.55rem;
    line-height: 1.5;
}

.nerdin-footer-links li:last-child {
    margin-bottom: 0;
}

.nerdin-site-footer .nerdin-footer-links a {
    font-size: 0.9375rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.62) !important;
    text-decoration: none;
    transition: color 0.18s ease;
}

.nerdin-site-footer .nerdin-footer-links a:hover {
    color: rgba(255, 255, 255, 0.92) !important;
}

.nerdin-footer-brand {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.nerdin-footer-brand__logo {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.nerdin-footer-brand__logo--image {
    font-size: inherit;
    font-weight: inherit;
}

.nerdin-footer-brand__logo-frame {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 6.375rem;
    height: 6.375rem;
    border-radius: 50%;
    background: #fff;
    padding: 0.22rem;
    box-shadow:
        0 12px 36px rgba(0, 0, 0, 0.3),
        0 0 0 4px rgba(255, 255, 255, 0.12);
}

.nerdin-footer-brand__logo-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.nerdin-footer-brand__tagline {
    font-size: 1.0625rem;
    line-height: 1.65;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.78);
}

.nerdin-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.1rem;
    margin-top: 1.5rem;
    justify-content: center;
}

.nerdin-footer-social a {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 1.5rem;
    transition: color 0.18s ease, transform 0.18s ease;
}

.nerdin-footer-social a i {
    font-size: 1.5rem;
}

.nerdin-footer-social a:hover {
    color: #fff !important;
    transform: translateY(-2px);
}

.nerdin-footer-copyright-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    opacity: 1;
    width: 100%;
    max-width: 100%;
    margin: 2.75rem 0 1.35rem;
}

.nerdin-footer-copyright p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

@media (min-width: 992px) {
    .nerdin-footer-grid {
        text-align: center;
        justify-content: center;
    }

    .nerdin-footer-col,
    .nerdin-footer-col--brand {
        align-items: center;
    }

    .nerdin-footer-brand {
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .nerdin-site-footer .nerdin-footer-links {
        text-align: center;
    }

    .nerdin-footer-col--brand,
    .nerdin-footer-col:nth-child(2),
    .nerdin-footer-col:nth-child(3) {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .nerdin-footer-brand__tagline {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .nerdin-site-footer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .nerdin-footer-col + .nerdin-footer-col {
        margin-top: 0.5rem;
    }

    .nerdin-footer-heading {
        margin-bottom: 1.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nerdin-footer-links a,
    .nerdin-footer-social a {
        transition-duration: 0.01ms !important;
    }
}
