/* ========== FOOTER NOTE ========== */
.footer-note {
    text-align: center;
    padding: 2rem 1rem;
    margin-top: 4rem;
    color: #718096;
    font-size: 0.875rem;
    line-height: 1.6;
}

.footer-note .brand-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.footer-note .brand-icon {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.footer-note .brand-name {
    font-weight: 600;
    color: #48bb78;
}

.footer-note .copyright {
    margin-bottom: 0.5rem;
}

.footer-note .license-info {
    margin-top: 0.5rem;
}

.footer-note .license-link {
    color: #48bb78;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-note .license-link:hover {
    color: #38a169;
    text-decoration: underline;
} 