/* Footer público Plantabase */
.pb-footer {
    font-family: "Montserrat", sans-serif;
    background: #fff;
    border-top: 1px solid #ffe4f0;
    padding: 2.75rem 1.25rem 2rem;
    color: #8d97ad;
}

.pb-footer-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.pb-footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-bottom: 1.35rem;
}

.pb-footer-line {
    width: 36px;
    height: 2px;
    border-radius: 999px;
    background: #FBBEDC;
    flex-shrink: 0;
}

.pb-footer-logo {
    width: min(220px, 48vw);
    height: auto;
    display: block;
}

.pb-footer-socials {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.pb-footer-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #3e4555;
    background: #fff5f9;
    border: 1px solid #FBBEDC;
    font-size: 1rem;
    text-decoration: none;
    transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.pb-footer-socials a:hover {
    background: #FBBEDC;
    color: #3e4555;
    transform: translateY(-2px);
}

.pb-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 1rem;
    margin-bottom: 0.85rem;
}

.pb-footer-links a {
    color: #6a7386;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 500;
    transition: color 0.15s ease;
}

.pb-footer-links a:hover {
    color: #F1A8C8;
}

.pb-footer-copy {
    margin: 0;
    font-size: 0.78rem;
    color: #a0aab8;
    line-height: 1.5;
}

/* Compat legacy (por si alguna vista vieja) */
.team3 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
}
.copyright a {
    text-decoration: none;
    color: #8d97ad;
}
.team3 .subtitle {
    color: #6a7386;
    line-height: 24px;
    font-size: 13px;
}
