.hero-institution-if {
    background: linear-gradient(135deg, #004b23 0%, #00361a 100%); /* IFSP Dark Green from Portal */
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.hero-institution-if::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('/img/fundo-patrimonial/wave-bg.png') no-repeat right center;
    background-size: contain;
    opacity: 0.15;
    pointer-events: none;
}
.inst-logo-lg {
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: inline-block;
    margin-bottom: 30px;
}
.inst-logo-lg img {
    height: 100px;
    width: auto;
}
.btn-donate-if {
    background-color: #ed1c24; /* IFSP Red */
    color: #fff;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    border: none;
    box-shadow: 0 4px 15px rgba(237, 28, 36, 0.3);
}
.btn-donate-if:hover {
    background-color: #c9181e;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(237, 28, 36, 0.4);
    color: #fff;
}
.card-info-inst {
    border: none;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    margin-top: -60px;
    background: #fff;
}
.inst-accent-bar-if {
    height: 5px;
    width: 100px;
    background: #1d9d49;
    margin: 20px 0;
}

/* Topbar Institucional IFSP */
.topbar-institution-if {
    background-color: #00361a;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-family: 'Montserrat', sans-serif;
}
.topbar-institution-if .topbar-left {
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.topbar-institution-if .topbar-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.topbar-institution-if .topbar-right a,
.topbar-institution-if a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    margin-left: 25px;
    display: inline-flex;
    align-items: center;
    position: relative;
}
/* v2 - fix animation */
.topbar-institution-if a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}
.topbar-institution-if a:hover {
    color: #fff;
}
.topbar-institution-if a:hover::after {
    width: 100%;
}
.topbar-institution-if i {
    margin-right: 6px;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
    transition: color 0.3s ease;
}
.topbar-institution-if a:hover i {
    color: #fff;
}

/* Footer Institucional IFSP */
.footer-institution-if {
    background-color: #00361a;
    color: #e0e0e0;
    padding: 60px 0 40px;
    font-family: 'Montserrat', sans-serif;
}
.footer-institution-if strong {
    color: #ffffff;
    display: block;
    margin-bottom: 25px;
    font-size: 1.2rem;
    font-weight: 600;
}
.footer-institution-if ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-institution-if ul li {
    margin-bottom: 15px;
}
.footer-institution-if ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s;
}
.footer-institution-if ul li a:hover {
    color: #fff;
    padding-left: 5px;
}
.footer-bottom-if {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 50px;
    padding-top: 30px;
}
